@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700&subset=latin-ext');

* {border-radius: 0px!important;
}

body, html, h1, h2, h3, h4, h5, h6 {
	font-family: 'Muli', sans-serif;
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

h1 {
	font-weight: 700;
	color: #fff;
}

h2, h3 {
	color: #014470;
	font-weight: 700;
}

.list_styled {
    list-style-image: url(../img/dot.png);
}

.no-margin-left {
	margin-left: -0.9375rem;
}

.button {
	font-size: 1.2rem;
	text-transform: uppercase;
}

.button.header {
	background-color: rgba(1,68,112,0.5);
	border: 1px solid #fff;
/* 	max-width: 220px; */
	width: 100%;
	margin-top: 30px;
}

.button.header:hover, .button.header:focus {
	background-color: rgba(1,68,112,0.9);	
}

.smcont {
	max-width: 800px;
}

.smcont h1 {
	max-width: 730px;
}

.lblue-txt{
	color: #688fa9;
	font-weight: 700;
}

.navtop {
	margin-top: 0px;
}

#about_header {
	background-image: url(../img/about_bg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 610px;
	color: #fff;
	position: initial;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

section {
	padding-top: 4rem;
}

@media (min-width:240em) {
	#about_header {
		min-height: 800px;
		background-position: center;
		background-attachment: scroll;
	}
}

.hero {
	padding-top: 10rem;
}

#adv_header {
	background-image: url(../img/advantage_bg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 600px;
	color: #fff;
	position: initial;
	padding-top: 200px;
	margin-top: 6rem;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:64em) {
.menu li {
	padding: 1.5rem 0 1rem;
}

.is-active {
	border-top: 0.3125rem solid #fff;
	margin-top: -1.5rem;
	padding-top: 1.85rem!important;
}

}

@media (min-width:72em) {
.callout .grid-container {
	padding-left: 0;
	padding-right: 0;
	max-width: 70rem;	
}
}

#sol_header {
	background-image: url(../img/solutions_bg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 600px;
	color: #fff;
	position: initial;
	padding-top: 200px;
	margin-top: 6rem;
		padding-left: 0;
	padding-right: 0;
}

.title-bar, .top-bar, .top-bar ul, .menu a, .menu .button {
	background: transparent;
}

.top-bar {
	padding-top: 0px;
}



.title-bar {
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1.5rem 0.5rem;
}

.title-bar-title img {
	margin-right: 1.5rem;
}

.menu a, .menu .button {
	color: #fff;
}

.callout {
	margin: 0 0 0 0;
}

.xs {
	max-width: 460px;
}

.lightblue_bg {
	background: #688fa9;
	color: #fff;
}

.formdiv {
	padding: 4rem 1rem;
}

.blueline {
	border-top: 1px solid white;
	background: #014470;
	height: 12px;
	width: 100%;
	margin-bottom: 1rem;
}

.session_hl {
	margin: 4rem 0;
	color: #014470;
}

.left-border-blue {
	border-left: 4px solid #688fa9;
	margin-bottom: 2.5rem;
	padding-left: 2.5rem;
}

.left-border-blue p {
	text-align: justify;
}

.colored {
	padding-right: 2.5rem;
	color: #688fa9;
	font-weight: 700;
	font-size: 1.75rem;
}

.dropimg {
	margin: 3rem auto;
}

.infoimg {
	margin: 3rem auto 6rem auto;
}

.reveal_header {
	width: 100%;
	margin-bottom: 3rem;
}

.button.success {
	background-color: #fe7200!important;
	border: 1px solid #fff!important;
	color: #fff!important;
	padding: 0.5rem 1.5rem;
	margin-top: 1rem;
}

.button.success:hover, .button.success:focus {
	background-color: rgba(1,68,112,0.9)!important;
}

.formdiv, .formdiv label, .formdiv h2 {
	color: #fff;
}

.formdiv label {
	font-size: 1rem;
}

section#footer {
	border-top: 1px solid white;
	background-color: #014470;
	width: 100%;
	padding: 1rem;
	color: #fff;
}


section#footer a {
	color: #fff;	
}

section#footer a:hover, section#footer a:focus {
	opacity: 0.6;
}

#partners {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.darkHeader {
	background-color: #014470!important;
	border-bottom: 1px solid white;
	border-left: none;
	border-right: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	z-index: 999;
}

/* .darkHeader .top-bar .menu a,.darkHeader .top-bar .menu .button,.darkHeader .menu .menu-text {
	padding: 0.25rem 1rem;
} */

.border-top-bottom {
	border-top: 1px solid #555;
	padding: 1.5rem 0;
	border-bottom: 1px solid #555;
	margin-bottom: 1.5rem;
}

.crc {
	width: 170px;
	height: 170px;
	margin: 0 0 0 1.5rem;
	border-radius: 170px!important;
	border: 1px solid #014470;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
}

/*mobile*/

@media screen and (max-width: 63.9375em) {
	
section {
	padding-top: 4rem;
}

.formdiv {
	padding-top: calc(4rem + 120px)!important;
}

	.text-right {
		text-align: center;
	}
	.crc {
	width: 170px;
	height: 170px;
	margin: 1.5rem;
	}
	
.left-border-blue {
	border-left: none;
	margin-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}

.colored {
	padding-right: 2rem;
	padding-left: 2rem;
	padding-bottom: 1.25rem;
	font-size: 1.125rem;
}

.dropimg, .infoimg {
	padding-left: 2rem;
	padding-right: 2rem;
}


#about_header {
	margin-top: 0px;
}


#partners img {
	margin-bottom: 1rem;
}

.sticky.is-anchored {
	position: fixed;
	width: 100%;
}

#adv_header, #sol_header {
	min-height: 600px;
	height: auto;
}

.secondary-logo {
	display: none;
}
}