/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2019 | 11:12:55 */
.absolute-footer {
    display: none;
}
.ma-blue{
  color:#24597f;
}
.ma-orange{
	color:#f08306 !important;
}
.fw-bold{
	font-weight:bold !important;
}
.ma-white{
	color: #cdeef7 !important;
}
.ma-center{
	text-align:center;
  	display:block;
  	margin:0 auto;
}
.absolute.no-click {
    display: none;
}
.ma-semplicita{
	 font-family: 'Semplicita', sans-serif !important;
}
.myriad{
  font-family: 'myriad', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'myriad', sans-serif !important;
}
div#masthead {
    background: linear-gradient(to bottom, rgba(21,39,61,1) 0%, rgba(1,88,105,1) 100%);
}
#masthead .header-inner{
	align-items: flex-end;
  	padding-bottom: 20px;
}
ul.header-nav li a{
	color: #cdeef7 !important;
  	padding: 10px 1rem;
    font-size: 16px;
  	position:relative;
}
ul.header-nav li a:after{
  	content: "";
	position:absolute;
  	bottom:0px;
  	width: 60px;
  	height: 2px;
  	background: transparent;
  	opacity:0;
}
ul.header-nav li:hover a:after{
	opacity:1;
  	background:#5ba486 !important;
}
.ma-black{
	color:#000 !important;
}
@media screen and (min-width: 850px){
  .text-box.banner-layer.lg-x0 {
      left: auto !important;
  }
}
@media(max-width: 767px){
	.ma-sm-center{
	  	text-align:center;
	    margin:0 auto;
	}
}
.h-white{
	color: #fff !important;
}