
.main {
}

.site-header.compact .menu-toggle {
	display:none;
}
.site-header.compact .menu-utility > li > a {
	font-size:0.8125em;
}

.site-header .info p {
	text-align:center;
	font-size:0.75em;
}

.main .subheader-section {
	position:relative;
	margin-bottom:2.5em;
    padding: 5em 0 0 0;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}
.main .subheader-section:before {
	content:'';
}
.main .subheader-section .overlayer,
.main .subheader-section:before {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background:#fff;
	opacity:.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
.main .subheader-section .container {
	z-index:2;
}
.main .subheader-section.tall-section {
    padding: 60px 0 10px 0;
}
.main .subheader-section+.move-up {
	margin-top:-3em;
}
.main .subheader-section + .grey-background,
.main .subheader-section + .green-background,
.main .subheader-section + .lightgreen-background {
	margin-top:-2.5em;
}
.main .subheader-section.no-margin {
	margin-bottom:0;
}

.subheader-section .page-title {
    margin: 0 0 15px 0;
    font-family: 'MuseoSans';
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    color: #3A3A3A;
    position: relative;
}

.subheader-section .page-desc {
    font-family: 'MuseoSlab';
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #212121;
}

.subheader-section p {
	margin-bottom:0.5em;
}

.subheader-section .footer {
	padding-top:1em;
}

.subheader-section .button {
	margin-top:1.5em;
}

p.page-subtitle {
	text-transform:uppercase;
	color:#ED2939;
	font-size:1em;
	font-weight:700;
	margin-bottom:0em;
}
h3.page-subtitle {
	text-transform:uppercase;
	color:#ED2939;
	margin-bottom:0.2em;
}
h3.page-subtitle + img {
	margin-top:0.75em;
}

.regular-section .sidebar.move-up {
	margin-top:0.5em;
}

.sidebar form.white-wrapper {
	padding:0;
	background:none;
	border:0;
	box-shadow:none;
}

.articles-list ul li,
.articles-list.image-aside ul li {
    font-size: 0.875em;
	color: #777;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 0.5em;
	padding: 0 0 0 1.3em !important;
	position: relative;
}
.articles-list ul li:before,
.articles-list.image-aside ul li:before {
	display:block;
}
.articles-list ul li:after,
.articles-list.image-aside ul li:after {
	display:none !important;
}

.banner-section {
	background:#F0F6F6;
}
.banner-section .container {
	margin-top:-4em;
}
.banner-section .green-background {
	padding:2em 1.5em 1.5em 1.5em;
}

.green-background .button.green:hover,
.green-background .button.red:hover {
	background:#fff;
	background:rgba(255,255,255,.9);
}
.green-background p a {
	color:#fff;
	border-bottom:1px solid #fff;
	border-color:rgba(255,255,255,.5);
}
.green-background p a:hover {
	color:#fff;
	border-color:#fff;
}



@media screen and (min-width: 320px) {
		.site-header .info {
		display: none;
	}

}

@media screen and (min-width: 661px) {
	.site-header .info {
		display: none;
	}

}

@media screen and (min-width:769px) {

	.site-header .info {
		float: right;
    	padding: 1.5em 0 0 0;
    	display: block;
	}
	.site-header .info p {
		text-align:right;
	}

	.main .subheader-section {
		margin-bottom:3.5em;
        padding-bottom:7em;
        text-align: left;
    }
    .main .subheader-section .container {
		padding-bottom:3em;
	}
    .main .subheader-section.tall-section {
		padding-top:80px;
        padding-bottom:80px;
    }
    .main .subheader-section.tall-section .container {
		padding-bottom:1.5em;
	}
	.main .subheader-section+.move-up {
		margin-top:-8em;
	}
	.main .subheader-section + .grey-background,
	.main .subheader-section + .green-background,
	.main .subheader-section + .lightgreen-background {
		margin-top:-3.5em;
	}
	.main .subheader-section.no-margin {
		margin-bottom:0;
	}

    .subheader-section .footer {
        padding-top:2em;
    }
    .subheader-section .page-title {
        font-size: 32px;
    }
    .subheader-section .page-desc {
        font-size: 18px;
    }

	.regular-section .sidebar {
		padding-left:0;
		border:none;
	}
	.regular-section .sidebar.move-up {
		margin-top:-16.5em;
		position:relative;
		z-index:5;
	}

	.sidebar form.white-wrapper {
		padding:1.5em;
		background:#fff;
    	border:1px solid #e5e5e5;
    	box-shadow:0px 2px 0px 0px rgba(0,0,0,0.05);
	}
	.sidebar form.white-wrapper .section-title {
		margin-bottom:1em;
	}

	.stick-up-section {
		position:absolute;
		top:0;
		right:0;
		left:0;
		height:0;
		z-index:5;
	}
	.stick-up-section .container {
	}
	.stick-up {
		position:absolute;
		top:10em;
		right:0;
	}

	.banner-section {
		margin-bottom:5.5em;
	}
	.banner-section .container {
		position:relative;
		top:1.5em;
		margin-top:-6.5em;
	}
	.banner-section .green-background {
		padding:3em 3em 2em 3em;
	}
	.shift-l-4 {
    	margin-left:15%;
	}
	.col-l-8 {
	    float: left;
	    display: block;
	    margin-left: 4%;
	    width: 60.666667%;
	}
	h4.section-title {
    	font-size: 1.207em;
    	margin-bottom: 1.6em;
   		margin-top: 0.55em;
    	text-align: left;
	}

}

@media screen and (min-width: 993px) {

}
