﻿/*
Theme Name: MGEA
Theme URI: 
Author: LODesign and MGEA
Author URI: http://www.lodesign.ca/ and http://www.mgea.ca/
Description: Custom MGEA theme built on BlankSlate [mobile styling support added]

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: disc;
}
strong {
	font-weight: bold;
}
i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
blockquote, q {
	quotes: none;
	margin-top: 15px;
	margin-left: 10%;
	margin-right: 10%;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
address {
	line-height: 1.2em;
	font-weight: normal;
	color: #808080;
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.clear {
	clear: both;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.boxed-padding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Standard Colors */
.white_bg {
	background: #FFFFFF;
}
.white_bg a {
	color: #48A1D3;
	text-decoration: none;
}
.white_bg a:hover {
	color: #008DD9;
	text-decoration: none;
}
.white_fg {
	color: #FFFFFF;
}
.blue_bg {
	background: #0071BC;
}
.blue_fg {
	color: #0071BC;
}
.blue_dark_bg {
	background: #005584;
}
.blue_dark_fg {
	color: #005584;
}
.gray_dark_bg {
	background: #222;
}
.green_fg {
	color: #008900;
}
.green_fg a {
	color: #008900;
}
.green_fg a:hover {
	color: #006800;
}
.grey_gradient_bg {
	background: #222222;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #181919) );
	background-image: -o-linear-gradient(bottom, #323232 0%, #181919 100%);
	background-image: -moz-linear-gradient(bottom, #323232 0%, #181919 100%);
	background-image: -webkit-linear-gradient(bottom, #323232 0%, #181919 100%);
	background-image: -ms-linear-gradient(bottom, #323232 0%, #181919 100%);
	background-image: linear-gradient(to bottom, #323232 0%, #181919 100%);
}
/*---------------------*/
/* Custom Theme Styles */
/*---------------------*/
/*---------------------*/
/* Layout			   */
/*---------------------*/
body {
	min-width: 1000px;
}
#wrapper {
	min-width: 1000px;
	background: #0071BC;
	padding-top: 20px;
}
.row {
	width: 100%;
	min-width: 960px;
	display: block;
	padding: 0;
}
#container section .row:not(.grey_gradient_bg) {
	min-height: calc(100vh - 421px);
}
.column_960px {
	width: 960px;
	display: block;
	padding: 20px 0;
	margin: 0 auto;
}
.no_slider {
	padding-top: 30px;
}
.column_200px h1, .column_350px h1, .column_710px h1, .column_910px h1, .column_960px h1 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.column_200px h2, .column_350px h2, .column_710px h2, .column_910px h2, .column_960px h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.column_960px h2 a {
}
.column_960px h2 a:hover {
}
.column_960px img {
	margin: 0 0 10px 0;
}
.column_960px p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	text-align: justify;
}
.column_710px {
	width: 730px;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
	display: block;
}
.column_710px h1 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.column_710px h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}
.column_710px h2 a {
}
.column_710px h2 a:hover {
}
.column_710px h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 10px 0;
}
.column_710px h4 {
	color: #008900;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 0 0;
}
.column_710px img {
	margin: 0 0 10px 0;
}
.column_710px .wp-video {
	margin-top: 1.2em;
}
.column_710px p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	text-align: justify;
}
.column_710px > section > p {
	margin: 1em 0 0 0;
	text-align: justify;
}
.column_710px > section h1 {
	margin: 0;
}
.column_710px > section h2 {
	margin: 20px 0 10px 0;
}
.column_350px {
	width: 350px;
	float: left;
	display: block;
	margin: 10px 0 0 0;
}
.column_350px.column_left {
	float: left;
	margin-right: 15px;
}
.column_350px.column_right {
	float: right;
	margin-left: 15px;
}
.column_350px h1 {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.column_350px h1.section-title {
	font-size: 18px;
	color: #FFFFFF;
	background: black;
	padding: 5px 5px 5px 10px;
	margin: 0;
	height: 28px;
	vertical-align: middle;
}
.column_350px h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0;
	text-transform: uppercase;
	text-align: left;
}
.column_350px h2 a {
}
.column_350px h2 a:hover {
}
.column_350px img {
	margin: 0 0 10px 0;
}
.column_350px p {
	margin: 10px;
	line-height: 1.5em;
}
.column_350px section {
	margin: 0 0 25px 0;
}
.column_350px .read-more {
	margin-top: 5px;
	margin-bottom: 0;
	display: block;
	text-transform: uppercase;
	text-align: right;
}
.column_350px hr.divider {
	border: none;
	border-bottom: 1px #0071BC dashed;
	padding: 0;
}
.column_350px.column_left .archive h2 {
	margin: 10px 0;
}
.column_350px.column_left .archive p {
	margin: 10px 0;
}
.column_350px.column_right .archive h2 {
	margin: 10px;
}
.column_350px.column_right .archive p {
	margin: 10px 10px -10px 10px;
}
.column_200px {
	width: 200px;
	float: left;
	display: block;
	margin: 0;
}
.column_200px img {
	margin: 0 0 10px 0;
}
.column_200px ul, .column_350px ul, .column_350px ul, .column_710px ul, .column_960px ul {
	margin: 20px 40px 10px 30px;
}
.column_200px li, .column_350px li, .column_350px li, .column_710px li, .column_960px li {
	list-style: disc;
	line-height: 1.5em;
	padding-bottom: 20px;
	text-align: justify;
}
.column_200px li:last-child, .column_350px li:last-child, .column_350px li:last-child, .column_710px li:last-child, .column_960px li:last-child {
	padding-bottom: 0;
}
.column_200px #sidebar ul {
	margin: 0;
	padding: 0;
}
.column_200px #sidebar ul li {
	list-style: none;
	padding-bottom: 0px;
}
.column_910px {
	width: 960px;
	float: left;
	display: block;
}
.column_910px h1 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.column_910px h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}
.column_910px h2 a {
}
.column_910px h2 a:hover {
}
.column_910px h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 20px 10px 0;
}
.column_910px h4 {
	color: #008900;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 20px 0 0;
}
.column_910px img {
	margin: 0 0 10px 0;
}
.column_910px p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
.column_910px > section > p {
	margin: 1em 0 0 0;
}
.column_910px > section h1 {
	margin: 0;
}
.column_910px > section h2 {
	margin: 20px 0 10px 0;
}
.wp-caption {
	margin-top: 1.2em;
}
p.wp-caption-text {
	font-size: 11px;
	color: #808080;
	margin-top: -10px;
}
.feature_video .wp-video {
	margin-top: 0 !important;
	margin-bottom: 5px;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.feature_video .wp-video video {
	margin-top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.alignleft, img.alignleft {
	float: left;
	padding-right: 15px;
}
.alignright, img.alignright {
	float: right;
	padding-left: 15px;
}
.gallery {
	margin-top: 30px !important;
}
#lead-project-archive h2 {
	clear: left;
}
#lead-project-archive img {
	float: left;
	margin: 2px 15px 25px 0;
	-webkit-box-shadow: 3px 3px 3px #777777;
	-moz-box-shadow: 3px 3px 3px #777777;
	box-shadow: 3px 3px 3px #777777;
}
.project-desc {
	display: table;
}
.attachment-lead-project-homepage-thumb {
	outline: 1px solid black;
}
#home-notice {
	padding: 10px 0 20px 0;
}
.news-item h2 {
	margin: 10px;
}
.read-more {
	display: block;
	margin-top: 5px;
}
/*---------------------*/
/*    Header Styles    */
/*---------------------*/
.header {
	position: relative;
}
.header-top-row {
	height: 110px;
	font-size: 44px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.header-top-row .column_960px {
	padding: 0;
}
#site-title {
	display: inline-block;
	font-weight: 700;
	padding-top: 10px;
	padding-left: 150px;
	margin-top: -10px;
	text-shadow: 4px 4px 10px #000000;
}
.header-logo {
	margin: -22px 0 0 -61px !important;
	position: absolute;
	z-index: 20;
}
.menu-row {
	height: 40px;
	position: absolute;
	z-index: 10;
}
.menu-row .column_960px {
	padding: 0;
}
.menu-btn {
	display: none;
}
/* default to desktop menu bar */
/* members login */
ul.menu li.menu-item-2683 {
	position: absolute;
	top: -40px;
	right: 0px;
	color: #FFFFFF;
	font-weight: 600;
	/* text-transform: uppercase; */
	text-shadow: 0px 2px 2px black;
	font-size: 16px;
}
ul.menu li.menu-item-2683 a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	background: none;
}
ul.menu li.menu-item-2683 a:hover {
	color: #DDD;
	padding: 0;
	background: none;
}
ul.menu li.menu-item-2683.current-menu-item {
	background: #0071BC !important;
}
ul.menu {
	color: #FFFFFF;
	font-weight: 600;
	/* text-transform: uppercase; */
	text-shadow: 0px 2px 2px black;
	margin: 0;
	padding: 0 0 0 85px;
}
ul.menu li {
	display: inline-block;
	line-height: 1em;
}
ul.menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px 14px 12px 14px;
}
ul.menu li a:hover {
	background: #004A72;
}
/* ul.menu li.current-menu-item:not(.current-menu-parent) { */
ul.menu li.current-menu-item, ul.menu li.current-menu-parent {
	background: #004A72;
	padding: 0;
}
ul.menu li.menu-item-has-children:hover {
	background: #004A72;
}
#menu {
	position: absolute;
	width: 960px;
}
.menu-item {
	float: left;
	display: inline-block;
}
.menu-item a {
	float: left;
}
.menu-item a:hover {
}
li.menu-item ul.sub-menu {
	display: none;
	margin: 0;
	background-color: #005584;
}
li.menu-item:hover > ul.sub-menu {
	display: block;
	width: auto;
	max-width: 220px;
	position: absolute;
	top: 40px;
	overflow: visible;
}
li.menu-item:hover > ul.sub-menu li {
	display: block;
	width: 100%;
	padding: 0;
}
li.menu-item:hover > ul.sub-menu li a {
	width: 100%;
	background-color: #005584;
}
li.menu-item:hover > ul.sub-menu li a:hover {
	background-color: #004A72;
}
li.menu-item:hover > ul.sub-menu li.current-menu-item a {
	background: #004A72;
}
.incentive-holder h2.current_incentives {
	text-align: center;
	margin: 10px -20px;
	padding-top: 20px;
	border-top: 2px solid #006600;
}
/*---------------------*/
/*    Slider Styles    */
/*---------------------*/
#slider {
	height: 250px;
	padding: 0;
	margin-top: 40px;
}
.top_headline {
	width: 960px;
	height: 250px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.headline_label {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 73px;
	background: black;
	background: rgba(0,0,0,0.75);
}
.headline {
	color: #FFFFFF;
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
	background: black;
	background: rgba(0,0,0,0.75);
}
.top_headline a {
	text-shadow: 2px 2px 2px black;
	text-decoration: none;
}
.top_headline a:hover {
	color: #D3D3D3;
}
/*---------------------*/
/*      Ad Styles      */
/*---------------------*/
.widget-container div.gzkjmb div.gzkjmb-col img, div[class*="-single"] img {
	outline: 1px solid black;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 198px;
	width: 198px;
	margin: 1px;
}
.widget-container div.gzkjmb div.gzkjmb-col span:after {
    content: "Advertisement";
    display: block;
    text-align: right;
    font-size: 10px;
    color: gray;
}
div.gzkjmb, div[class*="-single"] {
	height: 230px;
}
#loadingAnimation {
	width: 100px;
	height: 100px;
	margin: 0 25px;
	border-radius: 50%;
	border: 16px solid #EEEEEE;
	border-top: 16px solid #D9D9D9;
	-webkit-animation: spinLoading 4s linear infinite;
	animation: spinLoading 4s linear infinite;
}
#processingAnimation {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	border: 16px solid #EEEEEE;
	border-top: 16px solid #3EA6D3;
	-webkit-animation: spinLoading 4s linear infinite;
	animation: spinLoading 4s linear infinite;
}
@-webkit-keyframes spinLoading {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spinLoading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*---------------------*/
/*    Footer Styles    */
/*---------------------*/
.footer {
	color: #FFFFFF;
}
.footer img {
	margin: 0 !important;
}
.footer-logo {
}
.footer-contact-info {
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
}
.footer-contact-info h1 {
	font-weight: 600;
	font-size: 16px;
	text-shadow: 2px 2px 4px #000000;
	color: #FFFFFF;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}
.footer-contact-info h1 span#short {
	padding-left: 5px;
}
.footer-contact-info h1 span#short:before {
	content: "(";
}
.footer-contact-info h1 span#short:after {
	content: ")";
}
.footer-contact-info a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-contact-info #tollfree:before {
	content: "/";
	margin: 0 5px;
}
.footer-social-icons {
	width: 200px;
	height: 50px;
	display: block;
	padding: 47px 0 0 0;
	float: right;
	text-align: right;
}
.footer-social-icons span {
	float: right;
	padding-left: 10px;
}
#notices {
	margin-bottom: 8px;
}
#notices span {
	padding-right: 20px;
}
#notices span:last-child {
	padding-right: 0;
}
#notices span a {
	color: white;
	text-decoration: none;
}
#notices span a:hover {
	text-decoration: underline;
}
#notices, #copyright {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
#system-version {
	display: block;
	text-align: right;
	color: #808080;
	font-size: small;
	font-style: italic;
}
/*---------------------*/
/*   Custom WPForms    */
/*---------------------*/
body div.wpforms-container-full div.wpforms-head-container div.wpforms-description {
	line-height: 1.5em;
}
body div.wpforms-confirmation-container-full {
	color: #333;
	margin: 0 0 24px 0;
	background: #E0FFC7;
	border: 1px solid #B4D39B;
	padding: 15px 15px;
}
body div.wpforms-container-full {
	margin-bottom: 0;
}
/* hide empty paragraph and br used at bottom of wp-forms */
.column_710px section p:empty, .column_710px section br {
	display: none;
}
.column_710px section address br, .column_710px section blockquote br, .column_710px section p br, .column_710px section div br {
	display: block;
}
/*---------------------*/
/*     Custom TMM      */
/*---------------------*/
.tmm .tmm_1_columns .tmm_container .tmm_member {
	margin-top: 100px;
}
.tmm .tmm_container .tmm_member .tmm_photo {
	background-position: center top !important;
}
.tmm .tmm_1_columns .tmm_container .tmm_member .tmm_photo {
	width: 22%;
	padding-bottom: 22%;
	margin-top: -12%;
}
.tmm .tmm_container .tmm_member .tmm_textblock .tmm_names {
	font-size: 20px;
}
.tmm .tmm_container .tmm_member .tmm_textblock .tmm_job {
	font-size: 14px;
	text-transform: uppercase;
}
.tmm .tmm_container .tmm_member .tmm_textblock .tmm_desc {
	line-height: 18px;
}
.tmm .tmm_wrap {
	margin-bottom: 0 !important;
}
.tmm .tmm_container:last-child .tmm_member {
	margin-bottom: 0 !important;
}
/*---------------------*/
/*     Custom OCVB     */
/*---------------------*/
#ocvb-container-notice-text h2, #ocvb-container-notice-text h3, #ocvb-container-notice-text h4, #ocvb-container-notice-text h5, #ocvb-container-notice-text h6 {
	font-weight: bold;
}
#ocvb-container-notice-text p {
	padding-bottom: 5px;
}
/*---------------------*/
/*  Mobile Responsive  */
/*---------------------*/
/*    Small Screens    */
/*---------------------*/
@media screen and (max-width: 672px) {
	body {
		min-width: 100%;
	}
	#wrapper {
		min-width: 100%;
		padding-top: 0px;
	}
	.row {
		width: 100%;
		min-width: 100%;
	}
	#container section .row:not(.grey_gradient_bg) {
		min-height: calc(100vh - 288px) !important;
	}
	#slider {
		height: 25vw;
	}
	.top_headline {
		width: 100%;
		height: 25vw;
	}
	.top_headline img {
		max-width: 100%;
		max-height: 100%;
	}
	.header-logo {
		margin: 0 0 0 10px !important;
		width: 122px;
		height: 123px;
	}
	#site-title {
		font-size: 4vw;
		padding: 0 10px 0 140px;
		height: 60px;
		display: table-cell;
		vertical-align: middle;
	}
	.header-top-row {
		height: 60px;
	}
	.menu {
		width: 100%;
	}
	h1.green_fg {
		overflow-wrap: break-word;
	}
	.footer-logo {
		display: none;
	}
	.footer-contact-info {
		padding: 0 0 0 15px;
	}
	.footer-contact-info h1 span#full {
		display: none;
	}
	.footer-contact-info h1 span#short {
		padding-left: 0;
	}
	.footer-contact-info h1 span#short:before {
		content: "";
	}
	.footer-contact-info h1 span#short:after {
		content: "";
	}
	.footer-contact-info #tollfree {
		display: unset;
	}
	.footer-contact-info #tollfree:before {
		content: "\a";
		white-space: pre;
		margin: 0;
	}
	.footer-social-icons {
		padding: 52px 15px 0 0;
	}
	#notices, #copyright {
		padding: 0 10px;
	}
}
/*---------------------*/
/*   Medium Screens    */
/*---------------------*/
@media screen and (min-width: 673px) and (max-width: 970px) {
	body {
		min-width: 100%;
	}
	#wrapper {
		min-width: 100%;
		padding-top: 0px;
	}
	.row {
		width: 100%;
		min-width: 100%;
	}
	#container section .row:not(.grey_gradient_bg) {
		min-height: calc(100vh - 329px) !important;
	}
	#slider {
		height: 25vw;
	}
	.top_headline {
		width: 100%;
		height: 25vw;
	}
	.top_headline img {
		width: 100%;
		height: 25vw;
	}
	.header-logo {
		margin: 0 0 0 10px !important;
		width: 144px;
		height: 143px;
	}
	#site-title {
		font-size: 3.5vw;
		padding: 0 0 0 160px;
		height: 80px;
		display: table-cell;
		vertical-align: middle;
	}
	.header-top-row {
		height: 80px;
		font-size: 26px;
	}
	.menu {
		width: 100%;
	}
	.footer-logo {
		padding: 0 0 0 15px;
	}
	.footer-social-icons {
		padding: 43px 15px 0 0;
	}
}
/* all screens to max 970px */
@media screen and (max-width: 970px) {
	.column_960px {
		width: 100%;
	}
	.column_710px {
		padding: 0;
		width: 100%;
	}
	.column_710px > section > p {
		width: 100%;
	}
	.column_710px > section h1 {
		width: 100%;
		margin: 0 auto;
	}
	.column_710px > section h2 {
		width: 100%;
		margin: 20px auto 20px auto;
	}
	.column_910px {
		width: 100%;
	}
	.column_200px {
		display: none;
	}
	.column_910px > section > p {
		width: 100%;
	}
	.column_910px > section h1 {
		width: 100%;
		margin: 0 auto;
	}
	.column_910px > section h2 {
		width: 100%;
		margin: 20px auto;
	}
	.column_910px section, .column_710px section {
		padding: 0 10px;
	}
	#menu {
		width: auto;
	}
	/* members login */
	#menu-item-2683 {
		position: relative;
		top: 0;
		right: 0;
		color: #005584;
		font-weight: normal;
		text-transform: none;
		text-shadow: none;
		border-right: 1px solid #F4F4F4;
	}
	#menu-item-2683 a {
		color: #005584;
		text-decoration: none;
		padding: 10px 20px;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#menu-item-2683 a:hover {
		color: #005584;
		padding: 10px 20px;
		background: #F4F4F4;
	}
	ul.menu {
		color: #005584;
		font-weight: normal;
		text-transform: none;
		text-shadow: none;
		margin: 0;
		padding: 0;
		float: right;
		clear: both;
		max-height: 0;
		transition: max-height .2s ease-out;
		list-style: none;
		overflow: hidden;
		background-color: #FFFFFF;
	}
	ul.menu li {
		display: block;
		line-height: 1em;
		padding: 0;
		list-style: none;
		width: 100%;
	}
	ul.menu li a {
		color: #005584;
		display: block;
		text-decoration: none;
		padding: 10px 20px;
		text-align: right;
		width: 100%;
		border-right: 1px solid #F4F4F4;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul.menu li a:hover {
		background-color: #F4F4F4;
	}
	ul.menu li.current-menu-item:not(.current-menu-parent) {
		background: #F4F4F4;
		padding: 0;
	}
	ul.menu li.current-menu-parent ul.sub-menu li.current-menu-item {
		background: #F4F4F4;
	}
	ul.menu li.current-menu-parent ul.sub-menu li.menu-item:not(.current-menu-item) {
		background: #FFFFFF;
	}
	/* hide the parent menu item and show only sub menu items */
	ul.menu li.menu-item-has-children > a {
		display: none;
	}
	li.menu-item ul.sub-menu {
		display: block;
		margin: 0;
		background-color: #FFFFFF;
		line-height: 1em;
		list-style: none;
	}
	li.menu-item:hover > ul.sub-menu {
		display: block;
		width: auto;
		max-width: 100%;
		position: inherit;
		top: 0;
		overflow: visible;
	}
	li.menu-item:hover > ul.sub-menu li {
		display: block;
		width: 100%;
		padding: 0;
	}
	li.menu-item:hover > ul.sub-menu li a {
		color: #005584;
		display: block;
		text-decoration: none;
		padding: 10px 20px;
		text-align: right;
		width: 100%;
		border-right: 1px solid #F4F4F4;
		background-color: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	li.menu-item:hover > ul.sub-menu li a:hover {
		background-color: #F4F4F4;
	}
	li.menu-item:hover > ul.sub-menu li.current-menu-item a {
		background: #F4F4F4;
	}
	/* menu burger icon */
	.menu-icon {
		cursor: pointer;
		display: inline-block;
		float: right;
		padding: 19px 15px 19px 5px;
		position: relative;
		user-select: none;
	}
	.menu-icon:hover {
		background-color: #004A72;
	}
	.menu-icon:before {
		text-transform: uppercase;
		text-shadow: 0px 2px 2px black;
		font-size: 16px;
		font-weight: 400;
		content: "menu";
		color: #FFFFFF;
		float: left;
		margin: -7px 10px;
	}
	.menu-icon .navicon {
		background: #FFFFFF;
		display: block;
		height: 2px;
		position: relative;
		transition: background .2s ease-out;
		width: 18px;
		float: right;
	}
	.menu-icon .navicon:before, .menu-icon .navicon:after {
		background: #FFFFFF;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		transition: all .2s ease-out;
		width: 100%;
	}
	.menu-icon .navicon:before {
		top: 5px;
	}
	.menu-icon .navicon:after {
		top: -5px;
	}
	.menu-btn:checked ~ .menu {
		max-height: 100%;
		/* border-left: 2px solid #D3D3D3; */
		border-bottom: 2px solid #D3D3D3;
	}
	.menu-btn:checked ~ .menu-icon .navicon {
		background: transparent;
	}
	.menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}
	.menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		top: 0;
	}
	.menu-btn:checked + label.menu-icon {
		background-color: #004A72;
	}
	#embedded_iframe {
		width: 100%;
	}
	/* no script iframe */
	#ns_embedded_iframe {
		width: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		scrollbar-width: thin;
	}
	div.incentive-holder {
		width: 100%;
		padding: 0;
		margin: 20px 0;
	}
	.incentive-slides {
		padding: 20px;
	}
	.incentive-holder h2.current_incentives {
		margin-top: 0;
		margin-left: 0;
	}
	ul.slick-dots li button::before {
		font-size: 15px;
	}
	div.slick-slide img {
		width: 25vw;
		height: auto;
	}
	div.slide-link p {
		font-size: 75%;
	}
	div.incentive-nav ul.slick-dots {
		margin: 0 auto;
	}
	.incentive-slides button.slick-arrow {
		height: 100%;
	}
	.incentive-slides .slick-prev {
		left: 1px !important;
		width: 15px !important;
		height: 100% !important;
	}
	.incentive-slides .slick-next {
		right: 1px !important;
		width: 15px !important;
		height: 100% !important;
	}
	.incentive-slides .slick-prev::before {
		font-size: 15px !important;
		height: auto !important;
		width: 15px !important;
	}
	.incentive-slides .slick-next::before {
		font-size: 15px !important;
		height: auto !important;
		width: 15px !important;
	}
	#lead-project-archive .wp-caption, #lead-project-item .wp-caption {
		width: 100% !important;
	}
	#lead-project-archive img.size-lead-project-wide-thumb, #lead-project-item img.size-lead-project-wide-thumb {
		width: 100%;
		height: auto;
		margin: 2px 0x 5px 0;
	}
	.gallery .gallery-item img {
		width: 90%;
		width: calc(100% - 15px);
		height: auto;
	}
}
/* hidden social media icons below 288px */
@media screen and (max-width: 288px) {
	.footer-social-icons {
		display: none;
	}
}
/* vertical social media icons between 281px and 440px */
@media screen and (min-width: 287px) and (max-width: 440px) {
	.footer-social-icons {
		width: 50px;
		height: auto;
		padding: 0 10px 0 0;
		text-align: right;
	}
	.footer-social-icons span {
		padding: 5px 0;
	}
	.footer-social-icons img {
		height: 40px;
		width: 40px;
	}
}
/* hide footer logo on screen between 673px and 800px */
@media screen and (min-width: 673px) and (max-width: 800px) {
	.footer-logo {
		display: none;
	}
	.footer-contact-info {
		padding: 0 0 0 15px;
	}
}
/* hide slider and enlarge lead projects images on screen below 324px */
@media screen and (max-width: 324px) {
	#slider {
		display: none;
	}
	.row.grey_gradient_bg {
		padding: 20px 0;
	}
	.project-img img {
		width: 100%;
		height: auto;
	}
}
/* reduce news archive/item images and margin on team members on screens up to 500px */
@media screen and (max-width: 500px) {
	.tmm .tmm_1_columns .tmm_container .tmm_member {
		margin-top: 50px;
	}
	#news-archive img, #news-item img {
		width: 100%;
		height: auto;
	}
}
/* single column for leading projects, news, and social embed up to 740px */
@media screen and (max-width: 740px) {
	body.home div#page.column_710px {
		display: flex;
		flex-direction: column;
	}
	section#home-notice {
		order: 1;
	}
	.column_350px {
		width: 100%;
		padding: 0;
	}
	#social-left, #social-right {
		width: 100% !important;
		padding: 0;
	}
	#social-right {
		margin-top: 20px;
	}
	#social-left iframe, #social-right iframe, #social-right div.twitter-timeline {
		width: 100% !important;
	}
	.fb-page, .fb-page span, .fb-page span iframe[style] {
		width: 100% !important;
	}
	.column_350px.column_left {
		order: 3;
		margin-bottom: 0;
		margin-right: 0 !important;
	}
	.column_350px.column_right {
		order: 2;
		margin-top: 10px !important;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
	.column_350px h1.section-title {
		width: auto;
	}
	.column_350px img {
		width: 100%;
		height: auto;
	}
	.column_350px.column_right section {
		padding: 0;
	}
}
/* two column for leading projects, news, and social embed from 741px to 989px */
@media screen and (min-width: 741px) and (max-width: 989px) {
	.column_350px {
		width: 48%;
		width: calc(50% - 15px);
	}
	#social-left, #social-right {
		width: 48% !important;
		width: calc(50% - 15px) !important;
	}
	#social-left iframe, #social-right iframe {
		width: 100% !important;
	}
	.fb-page, .fb-page span, .fb-page span iframe[style] {
		width: 100% !important;
	}
	.column_350px img {
		width: 100%;
	}
	.column_710px .column_350px section {
		padding: 0;
	}
}
/* all screen at 730px and below */
@media screen and (max-width: 730px) {
	.column_710px {
		margin: 0;
	}
}
/* all screen at 970px and above */
@media screen and (min-width: 970px) {
	#social-left iframe, #social-right iframe {
		width: 100% !important;
	}
	.fb-page, .fb-page span, .fb-page span iframe[style] {
		width: 100% !important;
	}
}
