/*!
 * Generic Styles v1.0.0
 * Copyright 2021 Gemini
 */
 
/*
Thin 100
Light 300
Regular 400
Medium 500
Bold 700
Black 900
*/
body{
	font-family: 'Roboto', sans-serif;
}

/*------------------------
	  Critical CSS
------------------------*/
a{
	outline: none !important;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.no-spacer{
	padding-top: 0;
	padding-bottom: 0;
}
.no-spacer-top{
	padding-top: 0;
}
.no-spacer-bot{
	padding-bottom: 0;
}
.sm-spacer{
	padding-top: 20px;
	padding-bottom: 20px;
}
.sm-top-spacer{
	padding-top: 20px;
}
.sm-bot-spacer{
	padding-bottom: 20px;
}
.md-spacer{
	padding-top: 40px;
	padding-bottom: 40px;
}
.md-top-spacer{
	padding-top: 40px;
}
.md-bot-spacer{
	padding-bottom: 40px;
}
.lg-spacer{
	padding-top: 80px;
	padding-bottom: 80px;
}
.lg-top-spacer{
	padding-top: 80px;
}
.lg-bot-spacer{
	padding-bottom: 80px;
}
.xl-spacer{
	padding-top: 100px;
	padding-bottom: 100px;
}
.xl-top-spacer{
	padding-top: 100px;
}
.xl-bot-spacer{
	padding-bottom: 100px;
}
.xl-bot-spacer-cat{
	padding-bottom: 50px;
}
.xxl-spacer{
	padding-bottom: 200px;
	padding-top: 200px;
}
.xxl-bot-spacer{
	padding-bottom: 200px;
}
.xxl-top-spacer{
	padding-top: 200px;
}
*{
	outline: none !important;
}
input,
a{
	outline: none;
	box-shadow: none;
}
input,
textarea{
	box-shadow: none;
	outline: none;
}

#fp-nav ul li a span, 
.fp-slidesNav ul li a span{
	display: none;
}
#fp-nav ul li,
.fp-slidesNav ul li{
	margin: 5px 0;
	height: auto;
	width: auto;
}
#fp-nav ul li a,
.fp-slidesNav ul li a{
	width: 5px;
	height: 50px;
	background: #000;
	position: relative;
	opacity: 0.4;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#fp-nav ul li a.active,
.fp-slidesNav ul li a.active{
	opacity: 1;
}
#fp-nav ul li:last-child,
.fp-slidesNav ul li:last-child{
	display: none;
}
.gray-bg{
	background: #f7f7f7;
}

/*------------------------
		Header
------------------------*/
header{
	padding-top: 12px;
	padding-bottom: 12px;
	z-index: 100;
	background: #fff;
	border-bottom: 7px solid #102043;
}
.home header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 0;
}
.main-navigation{
	position: relative;
}
.main-navigation ul{
	display: block;
	padding: 0;
	margin: 0;
}
.main-navigation ul li{
	display: block;
	float: left;
	padding: 0 40px;
	position: relative;
	font-size: 21px;
	color: rgb(23, 71, 152);
	line-height: 1.2;
	cursor: pointer;
}
.main-navigation ul li:before{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	width: 2px;
	height: 34px;
	background: rgb(23, 71, 152);
	content: '';
}
.main-navigation ul li:first-child:before{
	display: none;
}
.main-navigation ul li a{
	display: block;	
	font-size: 21px;
	color: rgb(23, 71, 152);
	line-height: 1.2;
	text-decoration: none;
	position: relative;
	font-weight: 500;
}
.main-navigation ul li a:hover{
	text-decoration: none;
}
.main-navigation ul li a:after{
	position: absolute;
	bottom: -5px;
	width: 0;
	height: 4px;
	left: 0;
	content: '';
	background: #102043;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main-navigation ul li a:hover:after,
.main-navigation ul li.current-menu-item a:after{
	width: 100%;
}

/*------------------------
		Buttons
------------------------*/
.btn{
	display: inline-block;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
}
a.btn{
	cursor: pointer;
}
.btn{
	padding: 7px 35px;
	font-size: 22px;
	color: #000000;
	font-weight: 400;
	border: 2px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.btn:hover{
	outline: none;
	text-decoration: none;
	color: #fff;
	background: #ed1c24;
	border-color: #ed1c24;
}


/*------------------------
		Showcase
------------------------*/
.showcase{
	background: #0f2448;
	height: 100%;
	background-image: url('../photos/showcase-image.jpg');
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.showcase .container,
.showcase .container .row{
	height: 100%;
}
.showcase h1{
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 30px;
	font-size: 100px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}
.showcase p{
	font-weight: 400;
	font-size: 33.516px;
	color: rgb(255, 255, 255);
	line-height: 1.2;	
}
.skip-intro{
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -14px;
	background: url('../assets/scroll_to_white.png');
	width: 28px;
	height: 60px;
	background-size: contain;
	text-indent: -99999px;
}

/*------------------------
	Scooter Section
------------------------*/
.scooter-section{
	background: #102043;
	position: relative;
}
.scooter-section .container,
.scooter-section .container .row,
.scooter-section .container .row .col{
	height: 100%;
}
.scooter-section .container .row{
	width: 100%;
}
.scooter-section.l-orientation.content-col{
	position: relative;
}
.scooter-section.l-orientation .content-col:after,
.scooter-section.r-orientation .content-col:after{
	position: absolute;
	height: 100%;
	content: '';
	background: #fff;
	width: 100%;
	top: 0;
	z-index: -1;
}
.scooter-section.l-orientation .content-col:after{
	left: 50%;
}
.scooter-section.r-orientation .content-col:after{
	right: 50%;
}
.scooter-section .title {
	font-size: 95px;
	font-weight: 900;
	line-height: 70px;
}
.scooter-section.l-orientation .l-col .title{
	float: right;
	color:  #fff;
}
.scooter-section.l-orientation .r-col .title{
	float: left;
	color: #102043;
	position: absolute;
}
.scooter-section.r-orientation .l-col .title{
	float: right;
	color: #102043;
	position: absolute;
	right: 0;
}
.scooter-section.r-orientation .r-col .title{
	float: left;
	color:  #fff;
	text-align: left;
	white-space: nowrap;
}
.scooter-section .content-col{
	z-index: 5;
	background: #fff;
}
.scooter-section .content-col p{
	position: relative;
	margin-bottom: 20px;
	color: #474747;
	font-size: 20px;
	font-weight: 400;
}
.scooter-section .content-col ul{
	padding: 0 0px 0px 30px;
	margin: 0 0 25px 0;
}
.scooter-section .content-col ul li{
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
	color: #474747;
	font-size: 20px;
	font-weight: 400;
}
.scooter-section figure{
	position: relative;
	z-index: 100;
	width: 150%;
	padding-top: 50px;
	display: block;
	clear: both;
}
.scooter-section figure img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.scooter-section.l-orientation .l-col figure{
	margin-left: 20px;
}
.scooter-section.r-orientation .r-col figure{
	margin-left: -100%;
}
.scooter-section .content-col table{
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 14.28px 6.72px rgba(0, 0, 0, 0.15);
	margin-bottom: 45px;
}
.scooter-section .content-col table tr:nth-child(2n+1) th,
.scooter-section .content-col table tr:nth-child(2n+1) td{
	background: #f1f1f1;
}
.scooter-section .content-col table tr th{
	font-size: 20px;
	padding: 10px 20px;
	font-weight: 400;
}
.scooter-section .content-col table tr th strong{
	font-weight: 700;
}
.scooter-section .content-col table tr td{
	font-size: 20px;
	padding: 10px 20px;
	color: #4e4e4e;
	text-align: right;
}
.scooter-section .content-col table tr td:last-child{
	white-space: nowrap;
}
.scooter-section .content-col table tr td strong{
	color: #ed1c24;
	font-weight: 900;
}
.scooter-section.l-orientation .content-col .btn{
	float: right;
}

.yeno{
	display: inline-block;
	position: relative;
	margin: 0 3px;
	cursor: pointer;
}
.yeno input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.yeno span{
	width: 68px;
	height: 28px;
	line-height: 28px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 18px;
	display: block;
	font-weight: 400;
	text-align: center;
	color: #000000;
}
.yeno input:checked ~ span{
	background-color: rgb(237, 28, 36);
	color: #fff;
}
.yeno input[value="0"]:checked ~ span{
	background-color: #d0d0d0;
	color: #000000;
}

/*------------------------
		Content
------------------------*/
.content{
	position: relative;
}
.content h1{
	font-size: 40px;
	color: rgb(0, 0, 0);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 35px;
}
.content h2{
	font-size: 40px;
	color: rgb(0, 0, 0);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 35px;
}
.content p{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 30px;
	font-weight: 400;
}
.content p strong{
	color: #102043;
	font-weight: 700;
}
.content p a{
	color: #102043;
}
.content .highlight{
	color: #102043;
}

/*------------------------
		CTA
------------------------*/
.cta{
	position: relative;
	background-image: url('../photos/cta-background.jpg');
	background-size: cover;
	background-position: center center;
}
.cta h2{
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}
.cta .btn{
	padding-left: 60px;
	padding-right: 60px;
	color: #fff;
	border-color: #fff;
}

/*------------------------
		Footer
------------------------*/
footer{
	background: #142a59;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 40px;
}
footer .logo,
footer .support-logo{
	display: block;
	margin-bottom: 20px;
}
footer .col-auto{
	padding-left: 30px;
	padding-right: 30px;
}
footer ul{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
footer ul li{
	display: block;
}
footer ul li a{
	display: block;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 20px;
}
footer ul li a:hover{
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
footer ul.social{
	padding-top: 5px;
	padding-bottom: 5px;
}
footer ul.social li{
	float: left;
	margin-right: 15px;
}
footer h3{
	font-size: 17px;
	color: rgb(255, 255, 255);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
footer h3:after{
	width: 47px;
	height: 2px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffffff;
	display: block;
}
footer p{
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 22px;
}
footer p a{
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}
footer p a:hover{
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
footer .row{
	margin-right: -40px;
	margin-left: -40px;
}
footer .row [class*=col]{
	padding-left: 40px;
	padding-right: 40px;
}

.copyrights{
	position: relative;
	background: #102043;
	color: #fff;
}
.copyrights p{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.copyrights nav{
	display: inline-block;
	vertical-align: middle;
}
.copyrights nav ul{
	display: block;
	padding: 0;
	margin: 0;
}
.copyrights nav ul li{
	display: block;
	float: left;
	padding: 0;
}
.copyrights nav ul li:after{
	content: ' - ';
	color: #fff;
}
.copyrights nav ul li:last-child:after{
	display: none;
}
.copyrights nav ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}