html{
	font-size: 14px;
}
body{
	font-family: 'Montserrat', sans-serif;
	background-color: #eaf0f2
}
body h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
}
body input:focus,body button:focus,body select:focus{
	outline: none !important;
	box-shadow: none!important;
}
body ul{
	margin: 0;
	list-style: none;
	padding-left: 0px;
}
body a:hover,body a:focus{
	text-decoration: none;
}
body img{
	max-width: 100%;
}
.container, section, header, footer{
	display: block;
	margin: auto;
	width: 1080px;
	max-width: 100%;
}
footer .container, header .container, .impact_section .container, .join_section .container {
    padding-left: 60px;
    padding-right: 60px;
}
.btn{
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
.form-control:focus{
	outline: none !important;
	box-shadow: none!important;
}
.order{
	order: 2;
}
.nav_section{
	background-color: white;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.nav_section .logo{
	width: 25rem;
}
.nav_section form label{
	color: #0E5884;
	font-size: 1.1rem;
    font-weight: 600;
}
.nav_section form input.form-control{
	border: 0.15rem solid #959595;
	border-radius: .5rem;
	height: 3rem;
    width: 12.5rem !important;
    color: #3E3E3E;
}
.nav_section form input.form-control::placeholder{
	color: #3E3E3E;
	font-weight: 500;	
}
.nav_section .mx-sm-2 {
    margin-right: .75rem!important;
}
.nav_section .btn.btn_login{
	background-color: #009CDE;
	border-radius: .5rem;
	font-weight: 600;
	color: white;
	padding: .64rem 1rem;
	margin-left: .5rem;
	border: 0.1rem solid #009CDE;
}
.nav_section .btn.btn_login:hover,.nav_section .btn.btn_login:focus{
	background-color: white;
	color: #009CDE;
}
.nav_section .form-group2{
	width: 84%;
	margin-top: 1rem;
}
.nav_section .inlineblock{
    display: inline-block;
    width: 100%;
}
.nav_section .label{
	display: block;
}
.nav_section .forgot_link{
	color: #5B5A5A;
	font-weight: 400;
	font-size: 1.05rem;
	font-style: italic;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
}
.nav_section .forgot_link a{
	color: #2194D2;
	font-style: normal;
}
header{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10rem 0;
	padding-bottom: 13rem
}
header .box{
	background-color: #f1f6f8;
	border-radius: .35rem;
	display: inline-block;
	position: relative;
	padding: 3rem 2rem;
}
header .box h1{
	color: #0E5884;
	font-size: 1.95rem;
	font-weight: 500;
	margin-bottom: 3rem;
}
header .box p{
	color: #0E5884;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: .75rem;
}
header form{
	margin-bottom: 1.25rem;
}
header .box input.form-control{
	background-color: #FFFFFF;
	border-radius: .35rem;
	border: 0.1rem solid #959595;
	color: #3E3E3E;
	width: 70%;
	font-size: 1rem;
}
header .box input.form-control::placeholder{
	color: #3E3E3E;
}
header .box .btn.btn_blue{
	background-color: #009CDE;
	color: white;
	font-weight: 600;
	padding: .375rem 1.1rem;
	border-radius: .35rem;
	font-size: 1rem;
	border: 0.1rem solid #009CDE;
}
header .box .btn.btn_blue:hover,header .box .btn.btn_blue:focus{
	background-color: white;
	color: #009CDE;
}
.leading_section{
	background-color: white;
	padding: 4rem 0;
}
.leading_section h2{
	text-align: center;
	color: #0E5884;
	font-size: 2.25rem;
	font-weight: 500;
	margin-bottom: 6rem;
}
.leading_section .box{
	display: block;
	width: 90%;
}
.leading_section .box1{
	margin-left: 2rem;
}
.leading_section .box2{
	margin: auto;
}
.leading_section .box3{
	margin-right: 2rem;
}
.leading_section .box img{
	width: 100%;
	border-top: 1rem solid black;
	margin-bottom: 1.5rem;
}
.leading_section .box1 img{
	border-color: #00B74F;
}
.leading_section .box2 img{
	border-color: #009CDE;
}
.leading_section .box3 img{
	border-color: #FF6900;
}
.leading_section .box h4{
	color: #0E5884;
	font-size: 1.75rem;
	font-weight: 500;
}
.leading_section .box hr{
	display: block;
	border-top: 0.25rem solid black;
	width: 6rem;
	margin: 1.5rem 0;
	margin-right: auto;
}
.leading_section .box1 hr{
	border-color: #00B74F;
}
.leading_section .box2 hr{
	border-color: #009CDE;
}
.leading_section .box3 hr{
	border-color: #FF6900;
}
.leading_section .box p{
	color: #4C4B4C;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	font-family: 'Open Sans', sans-serif;
}
.leading_section .box ul{
	margin-bottom: 1.5rem;
}
.leading_section .box ul li{
	position: relative;
	padding-left: 1.75rem;
	color: #4C4B4C;
	font-size: 1.25rem;
	font-family: 'Open Sans', sans-serif;
}
.leading_section .box ul li:after{
	content: "";
	background-color: #009CDE;
	border-radius: 50%;
	width: .4rem;
    height: .4rem;
    display: inline-block;
    position: absolute;
    left: .75rem;
    bottom: .5rem;
}
.impact_section{
	background-image: url(../images/layer1.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10rem 0;
}
.impact_section .box{
	background-color: #f1f6f8;
	border-radius: .35rem;
	display: inline-block;
	position: relative;
	padding: 4rem 6rem;
}
.impact_section .box h1{
	color: #0E5884;
	font-size: 1.9rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
.impact_section .box p{
	color: #4C4B4C;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 3rem;
	font-family: 'Open Sans', sans-serif;
}
.impact_section .box .btn.btn_blue{
	background-color: #009CDE;
	color: white;
	font-weight: 600;
	padding: .375rem 1.25rem;
	border-radius: .4rem;
	font-size: 1.2rem;
	border: 0.1rem solid #009CDE;
	margin-bottom: .5rem;
}
.impact_section .box .btn.btn_blue:hover,.impact_section .box .btn.btn_blue:focus{
	background-color: white;
	color: #009CDE;
}
.research_section{
	padding-top: 2rem;
	padding-bottom: 3rem;
	background-color: white;
	text-align: center;
}
.research_section p{
	text-transform: uppercase;
	color: #7F7F7F;
	font-size: 1.25rem;
	font-family: 'Open Sans', sans-serif;
}
.research_section img{
	margin-top: 3rem;
}
.join_section{
	background-image: url(../images/layer2.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10rem 0;
}
.join_section .box{
	background-color: #f1f6f8;
	border-radius: .35rem;
	display: inline-block;
	position: relative;
	padding: 3rem 3.25rem;
}
.join_section .box h1{
	color: #0E5884;
	font-size: 1.9rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
.join_section .box p{
	color: #4C4B4C;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 3rem;
	font-family: 'Open Sans', sans-serif;
}
.join_section .box .btn.btn_blue{
	background-color: #009CDE;
	color: white;
	font-weight: 600;
	padding: .375rem 1.25rem;
	border-radius: .4rem;
	font-size: 1.2rem;
	border: 0.1rem solid #009CDE;
	margin-bottom: 3rem;
}
.join_section .box .btn.btn_blue:hover,.join_section .box .btn.btn_blue:focus{
	background-color: white;
	color: #009CDE;
}
footer{
	background-color: #0E5884;
	padding: 2rem 0;
}
footer h4{
	margin-top: 2rem;
	color: white;
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 1rem;
}
footer p{
	color: white;
	font-size: 1.25rem;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.25;
}
footer p a{
	color: white;
}
footer p a:hover,footer p a:focus{
	color: white;
}
footer ul{
	margin-top: 4rem;
	margin-left: -3rem;
}
footer ul li{
	margin: 0 .35rem;
}
footer ul li a{
	display: inline-block;
	width: 3.5rem;
	font-size: 1.75rem;
	color: #0E5884;
	border-radius: .5rem;
	background-color: white;
	padding: .35rem 0;
	text-align: center;
	border: 0.1rem solid white;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}
footer ul li a:hover,footer ul li a:focus{
	background-color: #0E5884;
	color: white;
}
footer .basement{
	margin-top: 4.5rem;
}
footer .basement a{
	color: #0294D3;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
}



































































.label {
	display: block;
	position: relative;
	padding-left: 2rem;
	cursor: pointer;
	text-align: left;
	font-size: 1.05rem !important;
    font-weight: 500 !important;
    color: #5B5A5A !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0 !important;
	width: 0 !important;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.75rem;
	width: 1.75rem;
	border: 0.1rem solid #8D8D8D;
}
.label:hover input ~ .checkmark {
  	background-color: white;
}
.label input:checked ~ .checkmark {
  	background-color: white;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.label input:checked ~ .checkmark:after {
  	display: block;
}
.label .checkmark:after {
	left: .65rem;
    top: .2rem;
    width: .35rem;
    height: .9rem;
    border: solid #8D8D8D;
    border-width: 0 .15rem .15rem 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}











@media(max-width: 1320px){
	html{
		font-size: 13px;
	}
	.nav_section .form-group2{
		width: 78%;
	}
}
@media(max-width: 1200px){
	html{
		font-size: 12px;
	}
	.nav_section .form-group2 {
	    width: 86%;
	}
}
@media(max-width: 1024px){
	html{
		font-size: 10px;
	}
	.nav_section .form-group2 {
	    width: 72%;
	}
}
@media(max-width: 991px){
	html{
		font-size: 11px;
	}
	.nav_section .form-group2 {
	    width: 100%;
	}
	header .box input.form-control{
		width: 60%;
	}
}
@media(max-width: 767px){
	html{
		font-size: 12px;
	}
	.nav_section .logo{
		margin-bottom: 2rem;
	}
	header .box input.form-control {
	    width: 75%;
	}
	.leading_section .box{
		width: 100%;
		margin-bottom: 3rem;
	}
	footer ul{
		margin-left: 0;
	}
}
@media(max-width: 576px){
	.nav_section .form-group{
		width: 100%;
	}
	.nav_section form input.form-control{
		width: 100% !important;
		margin-bottom: 1rem;
	}
	header .box input.form-control {
	    width: 50%;
	    margin-right: .5rem;
	}
	footer ul{
		margin-top: 2rem;
		text-align: left;
	}
}
@media(max-width: 375px){
	html{
		font-size: 11px;
	}
}

#maintModeDialog {
	top:20%;
	left:10%;
	width:40%;
	outline: none;
	overflow:hidden;
}
.recoveryDialog {
	top:20%;
	left:50%;
	width:40%;
	outline: none;
	overflow:hidden;
}
.form-inline {
	margin-left: -15px;
}
