@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
	content: "\e90c";
}
@font-face {
	font-family: "fot-tsukubrdgothic-std";
	src: url("fonts/fot-tsukubrdgothic-std.woff") format("woff");
}
*, :after, :before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.container {
	padding: 0 20px;
}
@media screen and (min-width: 768px) {
	.container {
		width: 760px;
	}
}
@media screen and (min-width: 992px) {
	.container {
		width: 980px;
	}
}
@media screen and (min-width: 1280px) {
	.container {
		width: 1280px;
	}
}
h1 {
	margin: 0 0 50px;
	font-family: "fot-tsukubrdgothic-std", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
}
h2 {
	margin: 0 0 18px;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: -0.02px;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 700;
}
p {
	margin: 0 0 14.5px;
}
body {
	min-width: 320px;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 1.666666;
	color: #1d1d1d;
	background-color: #fff;
	margin: 0;
}
body #wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	position: relative;
}
body #wrapper #header {
	padding: 20px 0;
	position: fixed;
	width: 100%;
	display: block;
	-webkit-transition: padding 0.2s linear;
	-o-transition: padding 0.2s linear;
	transition: padding 0.2s linear;
	background: #fff;
	z-index: 35;
}
body #wrapper #header:after {
	position: absolute;
	min-height: 10px;
	background: rgba(166,0,132,1);
	content: '';
	width: 100%;
}
body #wrapper #header .container {
	min-height: 44px;
	margin: 0 auto;
	padding: 0 40px;
}
@media screen and (max-width: 992px) {
	body #wrapper #main .container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}
body #wrapper #main .container {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-top: 110px;
	margin-bottom: 180px;
	margin-left: auto;
	margin-right: auto;
}
body #wrapper #main .container .welcome-wrapper, body #wrapper #main .container .video-wrapper {
	padding: 0 20px;
	width: 50%;
}
@media screen and (max-width: 992px) {
	body #wrapper #main .container .welcome-wrapper, body #wrapper #main .container .video-wrapper {
		padding: 0 20px;
		width: 100%;
	}
}
body #wrapper #main .container .welcome-wrapper .loginButton {
	text-align: center;
	margin: 50px 0;
}
body #wrapper #main .container .welcome-wrapper .loginButton .btn {
	text-align: left;
	position: relative;
	color: #a60084;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 50px 10px 30px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 900;
	border: 2px solid #a60084;
	border-radius: 25px;
	white-space: normal;
	outline: none !important;
	margin-bottom: 0;
	vertical-align: middle;
	touch-action: manipulation;
	-ms-touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-decoration: none;
}
body #wrapper #main .container .welcome-wrapper .loginButton .btn:after {
	content: '\e90c';
	position: absolute;
	top: 50%;
	right: 14px;
	font-family: icomoon !important;
	speak: none;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
body #wrapper #main .container .video-wrapper .youtube-container {
	background: #355aa8;
	color: #fff;
	padding: 20px;
	-webkit-box-shadow: 5px 5px 10px -7px #000;
	box-shadow: 5px 5px 10px -7px #000;
}
body #wrapper #main .container .video-wrapper .youtube-container .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
body #wrapper #main .container .video-wrapper .youtube-container .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body #wrapper #footer {
	font-size: 16px;
	line-height: 26px;
	position: fixed;
	bottom: 60px;;
	width:100%;
	height:90px;   /* Height of the footer */
}
@media screen  {
	body #wrapper #footer .social-section {
		padding: 12px 0 19px;
	}
}
body #wrapper #footer .social-section {
	position: fixed;
	width:100%;

	background-color: #f4f4f4;
	left: 0;
}
body #wrapper #footer .social-section .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
	min-height: 80px;

}
body #wrapper #footer .social-section .social-links a {

	width: 42px;

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #1d1d1d;
	text-decoration: underline;
	background-color: rgba(0, 0, 0, 0);
}
body #wrapper #footer .footerMeta {

	margin: 0 auto;
}

body #wrapper #footer .footerMeta .link-list {
	margin: 0;
	padding: 29px 0 0;
	list-style: none;
}
body #wrapper #footer .footerMeta .link-list li {
	display: inline;
}
body #wrapper #footer .footerMeta .link-list li + li {
	padding-left: 10px;
}
@media screen and (min-width: 1000px) {
	body #wrapper #footer .footerMeta .link-list {
		overflow: hidden;
	}
}
 