/*
Theme Name: MWA
Theme URI: http://underscores.me/
Author: Emil Wisch
Author URI: http://heliointeractive.com
Description: Custom theme based on Underscores built for Millennial Wealth Advisors.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mwa
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MWA is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/* Base Styles */
	@import url(css/base.css);

/*---------------------- Global ----------------------*/	
body {
	background: #ffffff;
	font-family: proxima-nova, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 3.125em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
	letter-spacing: .04em;
}
p {
	text-align: center;
	line-height: 1em;
	letter-spacing: .04em;
}
.inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.entry-content {
	margin: 0;
}
.section {
	position: relative;
	overflow: hidden;
	line-height: 0;
}

/*---------------------- Modal Overlays ----------------------*/
.modal {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding-top: 160px;
	text-align: center;
}
#s1-left-modal {
	background: rgb(36,100,143) url(assets/img/supergraphic-dark.png) right 90% no-repeat;
	background: rgba(36,100,143,1) url(assets/img/supergraphic-dark.png) right 90% no-repeat;
}
#s1-right-modal {
	background: rgb(81, 148, 176) url(assets/img/supergraphic-light.png) right 90% no-repeat;
	background: rgba(81, 148, 176,1) url(assets/img/supergraphic-light.png) right 90% no-repeat;
}
#s4-left-modal {
	background: url(assets/img/s4-left-modal-bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 113px;
}
#s4-right-modal {
	background: url(assets/img/s4-right-modal-bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 113px;
}
.modal .inner {
	max-width: 1200px;
}
.modal-close,
.modal-close:visited {
	font-size: 60px;
	position: absolute;
	right: 10%;
	top: 160px;
	text-decoration: none;
	color: #efefef;
	font-weight: 100;
}
.modal-close:hover {
	color: #666;
}
#s1-left-modal h2 {
	color: #7dd3f7;
	font-size: 40px;
}
#s1-right-modal h2 {
	color: #c5e5ff;
	font-size: 40px;
}
.modal .one-third {
	width: 30%;
	margin: 20px 1%;
	display: inline-block;
	text-align: left;
	border: 1px solid #2a7fb6;
	background: #003356;
	background: rgba(0,51,86,.6);
	height: 220px;
	padding: 1em 2%;
	vertical-align: top;
}
.modal .one-third p {
	text-align: left;
	line-height: 1.4;
}
.modal ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 60%
}
.modal ul li {
	color: #fff;
	line-height: 1.4;
	text-align: left;
	padding: 1.5em 10%;
	border-bottom: 2px solid #c5e5ff;
}
.leader-bio {
	width: 50%;
}
#s4-left-modal .leader-bio {
	float: right;
	padding-left: 5%;
	text-align: left;
}
#s4-right-modal .leader-bio {
	float: left;
	padding-right: 5%;
	text-align: left;
}
#section-4 .modal p {
	color: #fff;
	text-align: left;
	line-height: 1.6;
}
#section-4 .modal h5 {
	margin-top: 0;
}
#section-4 .modal h6 {
	font-size: 26px;
	display: inline;
	padding-right: 1em;
	text-align: left;
	border-right: 1px solid #fff;
}
#section-4 .modal .role {
	text-transform: uppercase;
	display: inline;
	padding-left: 1em;
}
/*---------------------- Header ----------------------*/
.site-header {
	background: #fff;
	background: rgba(36,100,143,0);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	z-index: 9999;
	border-bottom: 1px solid rgba(255,255,255,.5);
	height: 67px;
}
.site-header.shrink {
	background: rgba(36,100,143,0.5);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	height: 67px;
	border-bottom: none;
}
.site-branding {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
}
.site-header .site-branding img {
	width: 162px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.site-header.shrink .site-branding img {
	width: 100px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.nav-holder {
	margin-top: -60px auto 0;
	padding-bottom: 10px;
	max-width: 1600px;
}
#site-navigation-left {
	width: 50%;
	float: left;
	padding: 2% 0 0 22.5%;
}
#site-navigation-right {
	width: 50%;
	float: right;
	padding: 2% 0 0 22.5%;
}
.main-navigation {
	clear: none;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	display: block;
}
.main-navigation li {
	float: none;
	display: inline;
	text-align: center;
}
.main-navigation ul li a {
	color: #ffffff;
	padding: 0 5%;
	display: inline;
}
.main-navigation ul li a:hover {
	color: #7dd3f7;
	padding: 0 5%;
}

/*---------------------- Footer ----------------------*/
#colophon {
	background: #7dd3f7;
	padding: 2% 0 10% 0;
}
#colophon .fa {
	font-size: 2.25em;
	color: #24648f;
	padding: 0 .5%;
}
#colophon .site-info p {
	font-family: museo-sans, sans-serif;
	font-size: .75em;
	font-weight: 500;
	color: rgba(36,100,143,.6);
}
#footer-social {
	text-align: center;
}
#footer-social img {
	padding: 0 .5%;
}
#colophon .top,
#colophon p {
	text-align: center;
	padding-top: 1%;
}
#colophon .top a {
	font-family: museo-sans, sans-serif;
	color: #24648f;
	font-size: .8125em;
	text-decoration: none;
	text-transform: uppercase;
}
#colophon .top a:hover {
	color: rgba(36,100,143,.6);
}


/*---------------------- Section 1 ----------------------*/
#section-1 .bg-img {
	z-index: 0;
	width: 100%;
	height: auto;
}
#section-1 .leftside {
	z-index: 50;
	background: rgba(204,204,204,0.1);
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}
#section-1 .leftside:hover {
	background: rgba(36,100,143,0.7);
}
#section-1 .left-overlay {
	padding: 60% 2% 0 0;
}
#section-1 .arrow {
	width: 100%;
}
#section-1 .left-overlay .leftside-arrow,
#section-1 .left-overlay h2,
#section-1 .left-overlay p {
	float: right;
	text-align: right;
}
#section-1 .rightside {
	z-index: 50;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 50%;		
}
#section-1 .rightside:hover {
	background: rgba(125,211,247,0.5);
}
#section-1 .right-overlay {
	padding: 60% 0 0 2%;
}
#section-1 .right-overlay .rightside-arrow,
#section-1 .right-overlay h2,
#section-1 .right-overlay p {
	float: left;
	text-align: left;
}
h2.intro {
	font-family: proxima-nova, sans-serif;
	font-size: 1.6875em;
	color: #ffffff;
}
#section-1 p {
	color: #ffffff;
}
#section-1 .down-arrow {
	z-index: 999;
	position: absolute;
	top: 65%;
	width: 100%;
	text-align: center;
}
#section-1 .down-arrow a:hover {
	color: #666;
	z-index: 9999;
}
.s1-down-arrow {
	padding-top: 2.5%;
}

/*---------------------- Section 2 ----------------------*/
#section-2 .bg-img {
	width: 100%;
	height: auto;
}
#section-2 .overlay {
	width: 100%;
	position: absolute;
	top: 6%;
}
#section-2 h3,
#section-2 h6 {
	color: #24648f;
}
#section-2 h6 {
	font-size: 1.875em;
	margin: 6.5% 0 1% 0;
}
#section-2 p {
	font-weight: 700;
	font-size: 1.125em;
	width: 60%;
	margin: 0 auto;
	color: #24648f;
	padding-bottom: 2%;
}
#section-2 .slashes {
	text-align: center;
	margin: 2% 0;
}
#section-2 .process {
	text-align: center;
}
#section-2 .down-arrow {
	position: absolute;
	top: 105%;
	width: 100%;
	text-align: center;
}

/*---------------------- Section 3 ----------------------*/
#section-3 {
	background: #60a1c4;
	height: auto;
}
#section-3 .bg-img {
	width: 100%;
	height: auto;
}
#section-3 h4 {
	color: #ffffff;
	margin: 7.5% 0 3% 0;
}
#section-3 p {
	color: #ffffff;
	margin-bottom: 3.75%;
}
#section-3 .chart {
	text-align: center;
	padding-bottom: 10%;
}
#section-3 .down-arrow {
	z-index: 999;
	position: absolute;
	top: 90%;
	width: 100%;
	text-align: center;
}

/*---------------------- Section 4 ----------------------*/
#section-4 .bg-img {
	width: 100%;
	height: auto;
}
#section-4 .top-overlay {
	width: 100%;
	position: absolute;
	top: 2.5%;
	z-index: 999;
}
#section-4 h5 {
	color: #7dd3f7;
}
#section-4 h6 {
	color: #ffffff;
	font-size: 1.875em;
	line-height: 0;
	margin: 0;
}
#section-4 p.role {
	color: #ffffff;
	font-size: 1.3125em;
}
#section-4 .leftside {
	z-index: 50;
	background: rgba(204,204,204,0.1);
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}
#section-4 .leftside:hover {
	background: rgba(125,211,247,0.5);
}
#section-4 .left-overlay {
	width: 100%;
	position: absolute;
	top: 40%;
	left: 5%;
}
#section-4 .left-overlay .leader {
	width: 75%;
	float: right;
}
#section-4 .left-overlay .leader .leadership-leftside-arrow {
	width: 25%;
	float: right;
}
#section-4 .left-overlay .leader .leader-info {
	width: 75%;
	float: left;
	margin-top: 5%;
}
#section-4 .rightside {
	z-index: 50;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 50%;		
}
#section-4 .rightside:hover {
	background: rgba(36,100,143,0.5);
}
#section-4 .right-overlay {
	width: 100%;
	position: absolute;
	top: 40%;
	left: 5%;
}
#section-4 .right-overlay .leader {
	width: 55%;
	float: left;
}
#section-4 .right-overlay .leader .leadership-rightside-arrow {
	width: 20%;
	float: left;
}
#section-4 .right-overlay .leader .leader-info {
	width: 80%;
	float: left;
	margin-top: 6.75%;
}
#section-4 .down-arrow {
	z-index: 999;
	position: absolute;
	top: 60%;
	width: 100%;
	text-align: center;
}

/*---------------------- Section 5 ----------------------*/
#section-5 {
	background: #cccccc;
	width: 100%;
	padding-bottom: 5%;
}
#section-5 .bg-img {
	width: 100%;
	height: auto;
}
#section-5 .inner {
	width: 100%;
}
#section-5 h4 {
	margin-top: 7.75%;
}
#section-5 .left {
	width: 28%;
	float: left;
	margin-left: 14.75%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border-radius: 0 !important;
}
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium {
	width: 100% !important;
	height: 50px !important;
}
.gform_wrapper textarea.medium {
	width: 100% !important;
	height: 226px !important;
	margin-top: 2.5%;	
}
.gform_wrapper .top_label .gfield_label {
	display: none !important;
}
::-webkit-input-placeholder {
	font-family: proxima-nova, sans-serif;
	color: #d2d2d2;
	font-size: 14px;
	padding-left: 2.5%;
}
:-moz-placeholder { /* Firefox 18- */
	font-family: proxima-nova, sans-serif;
	color: #d2d2d2;
	font-size: 1.125em;
	padding-left: 2.5%;
}
::-moz-placeholder {  /* Firefox 19+ */
	font-family: proxima-nova, sans-serif;
	color: #d2d2d2;
	font-size: 1.125em;
	padding-left: 2.5%;
}
:-ms-input-placeholder {
	font-family: proxima-nova, sans-serif;
	color: #d2d2d2;
	font-size: 1.125em;
	padding-left: 2.5%;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #24648f;
	box-shadow: none;
	color: #ffffff;
	font-size: 18px !important;
	font-size: 1.125em !important;
	line-height: 1;
	padding: 1em 2.5em .8em;
	text-shadow: none;
}
#section-5 h4,
#section-5 p {
	color: #666666;
}
#section-5 .right {
	width: 43.5%;
	float: left;
	margin-left: 3.25%;
}
#section-5 .right {
	float: left;
}
.contact-heading h5 {
	text-align: left;
	font-size: 1.375em;
	color: #24648f;
	text-transform: none;
	margin: 2% 0 0 10%;
}
#section-5 .right .contact-left {
	width: 43%;
	float: left;
	text-align: left;
	padding-left: 10%;
}
#section-5 .right .contact-left h5,
#section-5 .right .contact-left p {
	text-align: left;
}
#section-5 .right .contact-left p,
#section-5 .right .contact-right p {
	line-height: 1.5em;
}
#section-5 .right .contact-right {
	width: 57%;
	float: left;
	text-align: left;
	padding-left: 2.5%;
}
#section-5 .right .contact-right p {
	text-align: left;
}
#section-5 .main,
#section-5 .fax,
#section-5 .email {
	font-weight: 700;
	color: #24648f;
}
#section-5 .main {
	margin-right: 24px;
}
#section-5 .fax {
	margin-right: 35px;
}
#section-5 .email {
	margin-right: 20px;
}
#section-5 .map-image img {
	margin-bottom: 20%;
	margin-left: 10%;
}

/*---------------------- Responsive Styles ----------------------*/
@media all and (max-width: 1850px) {
	#site-navigation-left {
		padding: 2% 0 0 20%;
	}
	#site-navigation-right {
		padding: 2% 0 0 20%;
	}
}
@media all and (max-width: 1800px) {
	#site-navigation-left {
		padding: 2% 0 0 17.5%;
	}
	#site-navigation-right {
		padding: 2% 0 0 17.5%;
	}
}
@media all and (max-width: 1750px) {
	#site-navigation-left {
		padding: 2% 0 0 15%;
	}
	#site-navigation-right {
		padding: 2% 0 0 15%;
	}
}
@media all and (max-width: 1650px) {
	#site-navigation-left {
		padding: 2% 0 0 12.5%;
	}
	#site-navigation-right {
		padding: 2% 0 0 12.5%;
	}
}
@media all and (max-width: 1550px) {
	#site-navigation-left {
		padding: 2.5% 0 0 12.5%;
	}
	#site-navigation-right {
		padding: 2.5% 0 0 12.5%;
	}
}
@media all and (max-width: 1400px) {
	.modal-close,
	.modal-close:visited {
		font-size: 1.875em;
	}
	#section-4 .modal h5 {
		margin-bottom: 2%;
	}
}
@media all and (max-width: 1350px) {
	#site-navigation-left {
		padding: 2.5% 0 0 10%;
	}
	#site-navigation-right {
		padding: 2.5% 0 0 10%;
	}
}
@media all and (max-width: 1300px) {
	#section-2 h3 {
		margin-bottom: 2%;
	}
	#section-2 h6 {
		margin-top: 3%;
	}
}
@media all and (max-width: 1275px) {
	#s4-left-modal .leader-bio {
		padding-left: 1.5%;
	}
	#s4-right-modal .leader-bio {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
}
@media all and (max-width: 1250px) {
	#section-5 .left {
		margin-left: 10%;
	}
	#section-5 .right {
		width: 48.25%;
	}
}	
@media all and (max-width: 1225px) {
	#section-4 .right-overlay .leader {
		width: 60%;
	}
}
@media all and (max-width: 1200px) {
	#s4-left-modal,
	#s4-right-modal {
		background: url(assets/img/s4-full-modal-bg.jpg) center top no-repeat;
		background-size: cover;
	}
	#s4-left-modal .leader-bio {
		width: 85%;
		background: rgba(56,99,128,0.8);
		padding-right: 1.5%;
		padding-top: 1.5%;
		margin-top: 10%;
	}
	#s4-right-modal .leader-bio {
		width: 85%;
		background: rgba(56,99,128,0.8);
		padding-right: 1.5%;
		padding-top: 1.5%;
		margin-top: 15%;
	}
	#s4-right-modal .leader-bio .top {
		text-align: right;
		padding-right: 4%;
	}
}
@media all and (max-width: 1175px) {
	#site-navigation-left {
		padding: 3% 0 0 9%;
	}
	#site-navigation-right {
		padding: 3% 0 0 9%;
	}
	#section-2 p {
		width: 100%;
	}
	#s1-left-modal {
		padding-top: 120px;
	}
}
@media all and (max-width: 1125px) {
	#section-4 .left-overlay .leader {
		width: 80%;
	}
	#section-4 .right-overlay .leader {
		width: 65%;
	}
	#section-5 {
		padding-top: 5%;
	}
	#section-5 .left {
		margin-left: 5%;
	}
	#section-5 .right {
		width: 53.25%;
	}
}
@media all and (max-width: 1075px) {
	.main-navigation ul li a {
		padding: 0 2.5%;
	}
	.main-navigation ul li a:hover {
		padding: 0 2.5%;
	}
	#site-navigation-right {
		padding: 3% 0 0 12.5%;
	}
	h2.intro {
		width: 70%;
	}
	#section-1 .down-arrow {
		top: 70%;
	}
	#s1-right-modal {
		padding-top: 120px;
	}
	#section-2 h3,
	#section-3 h4,
	#section-4 h5,
	#section-5 h4,
	#s1-left-modal h2,
	#s1-right-modal h2 {
		font-size: 2.25em;
	}
	#section-3 {
		padding: 5% 1.5% 5% 1.5%;
	}
	#section-3 h4 {
		margin-top: 10%;
	}
	#section-3 .down-arrow {
		position: relative;
	}
	#s4-left-modal .leader-bio {
		width: 100%;
		margin-top: 8%;
	}
	#s4-right-modal .leader-bio {
		width: 100%;
		margin-top: 13%;
	}
	#s4-right-modal .leader-bio .top {
		padding-right: 20%;
	}
}
@media all and (max-width: 1040px) {
	#section-4 .top-overlay {
		top: 10%;
	}
	#section-4 .left-overlay .leader {
		width: 85%;
	}
	#section-4 .right-overlay .leader {
		width: 70%;
	}
}
@media all and (max-width: 1025px) {
	#site-navigation-left {
		padding: 3.5% 0 0 9%;
	}
	#site-navigation-right {
		padding: 3.5% 0 0 11%;
	}
	#section-5 .left {
		width: 40%;
		margin-left: 2%;
	}
	#section-5 .right {
		width: 48%;
		margin-left: 2%;
	}
	#section-5 .right .contact-left {
		width: 100%;
	}
	#section-5 .right .contact-right {
		width: 100%;
		padding-left: 10%;
	}
}
@media all and (max-width: 1000px) {
	.modal-close,
	.modal-close:visited {
		right: 2.5%;
	}
	.modal .one-third {
		margin: 10px 1%;
		height: 150px;
		padding: 0 2%;
	}
	.modal .one-third p {
		line-height: 1.125em;
	}
	#s1-right-modal h2 {
		margin-bottom: 1%;
	}
	.modal ul {
		width: 70%;
	}
	.modal ul li {
		padding: .75em 1%;
	}
	#section-2 h6 {
		margin-top: 0;
	}
	#section-4 .left-overlay .leader {
		width: 100%;
	}
	#section-4 .right-overlay .leader {
		width: 100%;
	}
	#section-4 .right-overlay .leader .leader-info {
		margin-top: 5%;
	}
	#s4-left-modal .leader-bio {
		margin-top: 0;
	}
	#s4-right-modal .leader-bio {
		margin-top: 0;
	}
	#s4-left-modal .modal-close,
	#s4-left-modal .modal-close:visited,
	#s4-right-modal .modal-close,
	#s4-right-modal .modal-close:visited {
		top: 190px;
	}
}
@media all and (max-width: 960px) {
	#site-navigation-left {
		padding: 3.5% 0 0 2.5%;
	}
	#site-navigation-right {
		padding: 3.5% 0 0 15%;
	}
}
@media all and (max-width: 900px) {
	#site-navigation-left {
		padding: 4% 0 0 1%;
	}
	#site-navigation-right {
		padding: 4% 0 0 15%;
	}
	#section-1 .left-overlay {
		padding-top: 40%;
	}
	#section-1 .right-overlay {
		padding-top: 40%;
	}
	.modal-close,
	.modal-close:visited {
		font-size: 1.875em;
	}	
	#section-2 {
		background: #a7e2fb;
		padding: 7.5% 1.5% 7.5% 1.5%;
	}
	#section-2 .bg-img {
		display: none;
	}
	#section-2 .overlay {
		position: relative;
	}
	#section-2 h6 {
		margin-top: 5%;
	}
	#section-2 .down-arrow {
		position: relative;
		padding-top: 5%;
	}
	#section-4 .modal h5 {
		display: none;
	}
	#s4-left-modal,
	#s4-right-modal {
		padding-top: 73px;
	}
	#s4-left-modal .modal-close,
	#s4-left-modal .modal-close:visited,
	#s4-right-modal .modal-close,
	#s4-right-modal .modal-close:visited {
		top: 95px;
	}
}
@media all and (max-width: 825px) {
	#section-4 {
		background: #24638e;
		padding: 12.5% 1.5% 7.5% 1.5%;
		height: 1300px;
	}
	#section-4 .bg-img,
	#section-4 .top-overlay,
	#section-4 .left-overlay, 
	#section-4 .right-overlay,
	#section-4 .leftside,
	#s4-left-modal .modal-close,
	#s4-left-modal .modal-close:visited,
	#s4-right-modal .modal-close,
	#s4-right-modal .modal-close:visited,
	#s4-right-modal h5 {
		display: none !important;
	}
	#section-4 .leftside:hover,
	#section-4 .rightside:hover {
		background: none;
		display: none;
	}
	#section-4 .modal h5,
	#s4-left-modal,
	#s4-right-modal,
	#s4-left-modal .leader-bio,
	#s4-right-modal .leader-bio {
		display: inline;
		background: none;
		position: relative;
	}
	#s4-left-modal .leader-bio,
	#s4-right-modal .leader-bio {
		padding-top: 5%;
	}
	#s4-left-modal .leader-bio .top,
	#s4-right-modal .leader-bio .top {
		text-align: center;
		padding-right: 0;
	}
	#section-4 .down-arrow {
		top: 90%;
		z-index: 9999;
		width: 97.5%;
	}
	
}	
@media all and (max-width: 815px) {
	#s1-left-modal h2 {
		margin: 2% 1%;
	}
	.modal .one-third p {
		font-size: 0.9375em;
	}
	.modal ul {
		width: 90%;
	}
	.modal-close,
	.modal-close:visited {
		top: 130px;
	}
	#section-4 h6 {
		font-size: 1.5em;
	}
	#section-4 p.role {
		font-size: 1.125em;
	}
}	
@media all and (max-width: 800px) {
	#site-navigation-left {
		padding: 4% 0 0 0;
	}
	#site-navigation-right {
		padding: 4% 0 0 11%;
	}
}
@media all and (max-width: 768px) {
	.main-navigation li {
		display: block;
	}
	#site-navigation-left {
		padding: 1.5% 0 0 0;
	}
	#site-navigation-right {
		padding: 1.5% 0 0 0;
	}
	#colophon {
		padding-top: 5%;
	}
	#s1-left-modal h2,
	#s1-right-modal h2 {
		margin: 4% 1% 1% 1%;
	}
	.modal ul {
		width: 97.5%;
	}
}
@media all and (max-width: 750px) {
	.modal .one-third p {
		font-size: 0.875em;
	}
	.modal .one-third {
		height: 140px;
		margin: .25% 1%;
		padding: 0 1.5%;
	}
	.modal ul {
		width: 100%;
	}
	#section-4 {
		height: 1400px;
		padding-top: 15%;
	}
}	
@media all and (max-width: 715px) {
	#site-navigation-left {
		padding: 1.5% 7.5% 0 0;
	}
	#site-navigation-right {
		padding: 1.5% 0 0 5%;
	}
	#section-1 {
		background: #24638e;
		padding: 17.5% 1.5% 7.5% 1.5%;
		height: auto;
	}
	#s1-left-modal h2 {
		padding-bottom: 0;
	}
	#s1-right-modal h2 {
		padding-bottom: 4%;
	}
	#s1-right-modal h2 {
		padding-top: 4%;
	}
	.modal .one-third {
		margin: 20px 1%;
		height: 220px;
		padding: 1em 2%;
	}
	.modal .one-third p {
		font-size: 1em;
	}
	#section-1 .bg-img,
	#section-1 .top-overlay,
	#section-1 .left-overlay, 
	#section-1 .right-overlay,
	#section-1 .leftside,
	#s1-left-modal .modal-close,
	#s1-left-modal .modal-close:visited,
	#s1-right-modal .modal-close,
	#s1-right-modal .modal-close:visited,
	#s1-right-modal h5 {
		display: none !important;
	}
	#section-1 .leftside:hover,
	#section-1 .rightside:hover {
		background: none;
		display: none;
	}
	#section-1 .modal h5,
	#s1-left-modal,
	#s1-right-modal {
		display: inline;
		background: none;
		position: relative;
	}
	#s1-right-modal .inner {
		border-top: 2px solid #c5e5ff;
		margin-top: 9.5%;
	}
	#s1-left-modal .s1-down-arrow {
		padding-top: 5%;
	}
	#s1-right-modal .s1-down-arrow {
		padding-top: 10%;
		padding-bottom: 5%;
	}
	#section-1 .down-arrow {
		display: none;
	}
	#section-4 .left-overlay {
		left: 3%;
	}
	.modal {
		display: block;
	}
	.modal ul li {
		padding: 1.5em 10%;
	}
	
}
@media all and (max-width: 690px) {
	.site-header {
		background: rgba(36,100,143,1);
	}
	.site-header.shrink {
		background: rgba(36,100,143,1);
	}
	#section-1 .left-overlay {
		padding-top: 30%;
	}
	#section-1 .right-overlay {
		padding-top: 30%;
	}
	#section-5 {
		padding-top: 10%;
	}
	#section-5 .left {
		width: 100%;
		margin-left: 5%;
		padding-right: 8.5%;
	}
	.gform_wrapper .gform_footer {
		text-align: center;
	}
	#section-5 .right {
		width: 100%;
	}
	.contact-heading h5,
	#section-5 .map-image img,
	#section-5 .map-image,
	#section-5 .right .contact-left p,
	#section-5 .right .contact-right p {
		margin-left: 0;
		text-align: center;
		margin-right: 2%;
	}
	.contact-heading h5,
	#section-5 .right .contact-left p,
	#section-5 .right .contact-right p {
		margin-right: 4.25%;
	}
	#section-5 .right .contact-left,
	#section-5 .right .contact-right {
		padding-left: 0;
	}
}
@media all and (max-width: 675px) {
	#section-1 {
		padding-top: 20%;
	}
	.modal .one-third {
		width: 97.5%;
		display: block;
		height: auto;
		padding: 0 5%;
		margin: 15px 1%;
	}
	.modal .one-third p {
		font-size: 1.125em;
	}
	#section-1 .down-arrow {
		top: 75%;
	}
	#section-4 {
		height: 1500px;
	}
}	
@media all and (max-width: 600px) {
	#site-navigation-left {
		padding: 1.5% 15% 0 0;
	}
	#site-navigation-right {
		padding: 1.5% 0 0 12.5%;
	}
}
@media all and (max-width: 585px) {
	#section-4 {
		padding-top: 20%;
		height: 1650px;
	}
}
@media all and (max-width: 550px) {
	.site-header {
		height: 109px;
	}
	.site-header.shrink {
		height: 109px;
		border-bottom: 1px solid #ffffff;
	}
	.site-header .site-branding img {
		float: left;
	}
	.site-header.shrink .site-branding img {
		width: 162px;
	}	
	#site-navigation-left {
		width: 100%;
		float: none;
		padding: 1.5% 0 0 40%;
	}
	#site-navigation-right {
		width: 100%;
		float: none;
		padding: 0 0 0 40%;
	}
	.main-navigation li {
		text-align: left;
	}
	h2.intro {
		font-size: 1.25em;
	}
	#section-1 {
		padding-top: 25%;
	}
	#section-1 .left-overlay .leftside-arrow,
	#section-1 .right-overlay .rightside-arrow {
		width: 20%;
	}
	#section-1 .down-arrow {
		top: 65%;
	}
	#s1-right-modal .inner {
		padding-top: 12%;
	}
	#section-2 {
		padding-top: 17.5%;
	}
	#section-3 {
		padding: 17.5% 1.5% 10% 1.5%;
	}
	#section-4 {
		padding-top: 25%;
		height: 1800px;
	}
	#section-4 .modal h6 {
		padding: 4% 0;
		border-right: none;
		display: block;
		text-align: center;
	}
	#section-4 .modal .role {
		padding-left: 0;
	}
	#section-5 {
		padding-top: 20%;
	}
	#section-5 .map-image {
		width: 96%;
	}
}
@media all and (max-width: 500px) {
	#site-navigation-left {
		padding: 1.5% 0 0 45%;
	}
	#site-navigation-right {
		padding: 0 0 0 45%;
	}
	#section-1 .down-arrow {
		top: 70%;
	}
	#section-4 {
		padding-top: 30%;
		height: 2000px;
	}
	#section-5 {
		padding-top: 25%;
	}
}
@media all and (max-width: 450px) {
	#site-navigation-left {
		padding: 1.5% 0 0 52%;
	}
	#site-navigation-right {
		padding: 0 0 0 52%;
	}
	#section-1 {
		padding-top: 30%;
	}
	#section-1 .down-arrow {
		top: 75%;
	}
	#s1-right-modal .inner {
		padding-top: 17.5%;
	}
	#section-2 {
		padding-top: 20%;
	}
	#section-3 {
		padding-top: 20%;
	}
	#section-4 {
		height: 2100px;
	}
	#section-5 {
		padding-top: 30%;
	}
}
@media all and (max-width: 400px) {
	h2.intro {
		width: 100%;
		font-size: 1.125em;
		margin-top: 3.5%;
	}
	#section-1 .down-arrow {
		top: 70%;
	}
	#s1-right-modal .inner {
		padding-top: 25%;
	}
	#section-2 {
		padding-top: 25%;
	}
	#section-3 {
		padding-top: 25%;
	}
	#section-4 {
		padding-top: 35%;
		height: 2200px;
	}
	#section-5 {
		padding-top: 35%;
	}
}
@media all and (max-width: 399px) {
	#section-1 {
		padding-top: 40%;
	}
	.modal .one-third {
		padding: 0 10%;
	}
	#s1-right-modal .inner {
		padding-top: 30%;
	}
	#section-2,
	#section-3 {
		padding-top: 30%;
	}
	#section-4 {
		padding-top: 40%;
		height: 2600px;
	}
	#section-4 .down-arrow {
		top: 93%;
	}
}