/* Landing page */

.l-landing #main_div {
	padding: 0 !important;
	max-width: none !important;
}

.landing-SiteHeader {
	padding-top: 14px;
	padding-bottom: 14px;
	top: 0;
	right: 0;
	left: 0;
	z-index: 50;
	cursor: default;
}

.landing-SiteHeader.has-border {
	border-bottom: 1px solid #84BEEB;
}

.landing-SiteHeader.has-bg {
	background-color: #014266;
}

.landing-SiteHeader.is-absolute {
	position: absolute;
}

.landing-SiteHeader.is-fixed {
	position: fixed !important;
	box-shadow: 0 2px 10px rgba(0,0,40,.14);
}

.landing-SiteHeader > .container {
	position: relative;
}
.branding__logo {
	width: 40px;
	height: 40px;
	display: block;
}

.branding__text {
	color: #fff;
	margin-left: 13px;
	margin-bottom: 0;
	font-size: 28px;
	line-height: 1.1;
	max-width: 710px;
}

.container--md {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.separator {
	width: 4px;
	height: 4px;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #B7B4B1;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.container--md {
		max-width: 1280px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 640px) {
	.branding__text {
		font-size: 16px;
	}
}

.branding__name {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	white-space: nowrap;
	display: none;
}



@media (min-width: 768px) {
	.branding__name {
		display: block;
		margin-bottom: 2px;
	}
}
@media (max-width: 575px) {

	.landing-SiteHeader .branding {
		margin-bottom: 7px;
	}
}


@media print{
	.landing-SiteHeader  {
		position: absolute !important;
	}

	.landing-SiteHeader .header-nav-tab{
		display: none !important;
	}
}

.branding--limited {
	max-width: calc(100vh - 80px);
}
@media (min-width: 768px) {
	.branding--limited {
		max-width: none;
	}
}

.section-hero {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding-top: 214px;
	padding-bottom: 60px;
	background-color: #014266;
}

@media (min-width: 768px) {
	.section-hero {
		padding-top: 140px;
		padding-bottom: 120px;
	}
}
@media print{
	.section-hero {
		padding-top: 95px !important;
	}
}

.section-hero__heading {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1.1;
}

.section-hero .breadcrumbs-item:before {
	margin-left: 6px;
	margin-right: 6px;
}

.section-hero .breadcrumbs-link {
	color: #84BEEB;
	text-decoration: none;
}
.section-hero .breadcrumbs-link:hover {
	color: #fff;
}
