.header-content h1, .header-content .et_pb_fullwidth_header_subhead {
	text-shadow: 2px 2px 10px #00000040;
}

#top-menu li li a {
	padding: 6px 20px;
	width: 300px;
}
.nav li ul {
	padding: 10px 0;
	width: 320px;
}

#main-footer .container {
	width: 90%;
	max-width: 1920px !important;
}

.bottom-nav, .bottom-nav a {
	font-size: 13px;
	text-align: center;
}

#footer-info, #footer-info a {
	text-align: center;
	float: none;
}

.et_pb_blurb_content {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.et_pb_blurb_content:hover {
	transform: scale(1.08);
}

#main-footer {

background: -moz-linear-gradient(0deg, rgba(12,42,91,1) 0%, rgba(20,127,163,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(12,42,91,1) 0%, rgba(20,127,163,1) 100%);
background: linear-gradient(0deg, rgba(12,42,91,1) 0%, rgba(20,127,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c2a5b",endColorstr="#147fa3",GradientType=1);
}


#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #0C71C3; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}