/*#Font Definitions#*/
@font-face{
  font-family:"RobotoReg";
  font-style:normal;
  font-weight:normal;
  src:url("RobotoReg.woff") format("woff");
}
@font-face{
  font-family:"RobotoCondBd";
  font-style:normal;
  font-weight:normal;
  src:url("RobotoCondBd.woff") format("woff");
}

a {
	font-family: "RobotoReg", sans-serif;
	color:#003a70;
	text-decoration: none;
	font-weight:600;
}
a:hover {
	text-decoration: underline;
}
h1 {
    font-family: "KumbhSans-ExtraBold", "Kumbh Sans ExtraBold", "Kumbh Sans", sans-serif;
    font-weight: 900;
    font-size: 48px;
    color: #003a70;
    line-height: 1;
    margin: 0 0 25px 0;
}
p {
    margin: 0 0 30px 0;
    font-family: "KumbhSans-Regular", "Kumbh Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #212322;
}
   body.maintenance {
	font-family: "RobotoReg", sans-serif;
	color:#000;
	font-size:16px;
	margin:0;
	line-height: 1.42857143;
	font-weight:normal;
	font-style:normal;
}
body.maintenance .mast-head {
	background:#fff;
	display:block !important;
	padding:0 7%;
}
body.maintenance .mast-head .logo {
	padding:35px 0;
}
body.maintenance .mast-head .logo img {
	width: 100%;
    max-width: 250px;
}
body.maintenance .background {
	position:relative;
}
body.maintenance .background-img {
	width: 100%;
	top:0;
	z-index: -1;
	line-height: 0;
}
body.maintenance .background-img img {
	width: 100%;
	object-fit: cover;
    min-height: 600px;
}
body.maintenance .one-col-content {
	padding:75px 7% 0 7%;
	width: 57%;
	position:absolute;
	top:0;
}
    body.maintenance .one-col-content span.signature {
        color: #003a70;
        font-family: "KumbhSans-Bold", "Kumbh Sans Bold", "Kumbh Sans", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
    }
.footer {
	background:#003a70;
	color:#fff;
	padding:35px 7%;
	font-size:14px;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#ccc;
}
    .footer .social-links {
        font-family: "KumbhSans-Bold", "Kumbh Sans Bold", "Kumbh Sans", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 19px;
    }
.footer .social-links a {
	float:left;
	height:41px;
	width:41px;
	display:block;
	margin:20px 10px 0 0;
	color:transparent;
}
.footer .social-links a.facebook {
    background: url("../images/social-icons.png") 0 0 no-repeat;
}
.footer .social-links a.facebook:hover {
	background-position: 0 -45px;
}
.footer .social-links a.twitter {
	background: url("../images/social-icons.png") -45px 0 no-repeat;
}
.footer .social-links a.twitter:hover {
	background-position: -45px -45px;
}
.footer .social-links a.youtube {
	background: url("../images/social-icons.png") -90px 0 no-repeat;
}
.footer .social-links a.youtube:hover {
	background-position: -90px -45px;
}
.footer .social-links a.instagram {
    background: url("../images/social-icons.png") -135px 0 no-repeat;
}
.footer .social-links a.instagram:hover {
    background-position: -135px -45px;
}		
.footer .copyright {
	margin:35px 0 0 0;
    font-family: "KumbhSans-Medium", "Kumbh Sans Medium", "Kumbh Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
}




/*#Spacers & Fixes#*/

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	float:none!important;
	width:0!important;
	height:0
}
.spacer3 {height: 3px;}
.spacer5 {height: 5px;}
.spacer10 {height: 10px;}
.spacer15 {height: 15px;}
.spacer20 {height: 20px;}
.spacer22 {height: 22px;}
.spacer25 {height: 25px;}
.spacer30 {height: 30px;}
.spacer35 {height: 35px;}
.spacer40 {height: 40px;}
.spacer45 {height: 45px;}
.spacer50 {height: 50px;}
.spacer60 {height: 60px;}
.spacer75 {height: 75px;}
.spacer100 {height: 100px;}
.spacer110 {height: 110px;}
.spacer120 {height: 120px;}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}






@media screen and (max-width: 1199px) {
	h1 {
		font-size: 48px;
	}
}


@media screen and (max-width: 991px) {
	h1 {
		font-size: 48px;
	}
}


@media screen and (max-width: 767px) {
	body.maintenance .background-img img {
		opacity:0.5;
	}
	body.maintenance .one-col-content {
		width: 100%;
	}
	h1 {
		font-size: 40px;
	}
    p{
        font-size:14px;
    }
    .footer .social-links {
        font-size: 16px;
    }
    .footer .copyright {
        font-size: 10px;
    }
}

@media screen and (max-width: 600px) {
	body.maintenance .one-col-content {
		padding: 50px 7% 0 7%;
		font-size:14px;
	}
	h1 {
		font-size: 40px;
	}
    p {
        font-size: 14px;
    }
	body.maintenance .one-col-content span.signature {
		font-size: 20px;
	}
    .footer .social-links {
        font-size: 16px;
    }
    .footer .copyright {
        font-size: 10px;
    }

}
