/*
Theme Name: 7thVision Theme 2016
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2016
*/

/*________ GLOBAL ELEMENTS ________*/




* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, 
*:before, 
*:after {
	box-sizing: inherit;
}

.ie * {

}
.footer .flexBlocks .flexBlock.logo img.spcTools {
	max-width: 272px;
	max-width: 17rem;
}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
	text-decoration: none;
}
html {
	font-size: 100%;
}
body {
	font-family: "proxima-nova", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #000;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%; 

	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}

.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1440px;
	max-width: 90rem;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1240px;
	max-width: 77.5rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.ie .wrapper {
	width: 1160px;
}


/*________ HEADER & NAV ________*/

.topHeader {
	background-color: #4aa546;
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
	padding: 7px 0;
	padding: 0.4375rem 0;
}
.topHeader a {
	color: #fff;
	text-decoration: none;
}
.topHeader strong {
	font-weight: 600;
}
.topHeader p {
	text-transform: uppercase;
}
.topHeader .wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.topHeader .socialNavContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.topHeader .socialNavContainer p {
	padding-left: 16px;
	padding-left: 1rem;
}
 

.topHeader .socialNavContainer ul.socialNav {

}




.header {
	position: relative;
	padding: 36px 0;
	padding: 2.25rem 0;
}
.header .wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.header .logo {
	width: 100%;
	max-width: 400px;
	max-width: 25rem;
}
.header .logo img {
	width: 100%;
	height: auto;
	flex-wrap: nowrap;
}

.header .headerInfo {
	text-align: right;
}
.header .headerInfo p {
	text-transform: uppercase;
	line-height: 1.25;
}
.header .headerInfo p.title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 800;
	color: #000;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
}
.header .headerInfo p.tagline {
	color: #50ae4a;
}



.navContainer {
	width: 100%;
	position: relative;
	clear: both;
	z-index: 1500;
	height: 50px;
	height: 3.125rem;
	background-color: #000;
}
.navContainer.stuck {
	position: fixed;
	top: 0;
	left: 0;
}
.navContainer .wrapper {
	position: relative;
}
.admin-bar .navContainer.stuck {
	top: 32px;
}

.navToggle {
	transition: background 0.3s;
	overflow: hidden;
	position: relative;
	background: transparent;
	width: 40px;
	width: 2.5rem;
	margin: 8px 0 0 0;
	margin: 0.5rem 0 0 0;
	float: left;
	display: none;
}
.navToggle span.icon {
	position: absolute;
	top: 12px;
	top: 0.75rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #fff;
	transition: background 0s 0.3s;
	display: block;
}
.navToggle span.icon::before,
.navToggle span.icon::after {
	position: absolute;
	display: block;
	left: 0;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #fff;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.navToggle span.icon::before {
	top: -10px;
	top: -0.625rem;
	transition-property: top, transform;
}
.navToggle span.icon::after {
	bottom: -10px;
	bottom: -0.625rem;
	transition-property: bottom, transform;
}
.navToggle.toggled span.icon {
	background-color: transparent;
}
.navToggle.toggled span.icon::before {
	top: 0;
	transform: rotate(45deg);
}
.navToggle.toggled span.icon::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.navToggle.toggled span.icon::before,
.navToggle.toggled span.icon::after {
	transition-delay: 0s, 0.3s;
}

.navToggle span.text {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	color: #fff;
	padding: 30px 0 0;
	padding: 1.875rem 0 0;
}



/* Solid MultiLevel Css Nav */
.mainNav {
	margin: 0;
	line-height: 100%;
	padding-right: 50px;
	padding-right: 3.125rem;
	z-index: 10;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.searchActive .mainNav {
	opacity: 0;
}
.mainNav li {
	padding: 0;
	position: relative;
	list-style: none;
}



/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	margin: 0;
	
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.mainNav a:hover {

}


/* level 1 list */
.mainNav > li {
	margin: 0 25px;
	margin: 0 1.5625rem;
}
.mainNav > li > a {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	position: relative;
	display: block;
	line-height: 50px;
	line-height: 3.125rem;
    overflow: hidden;
    font-size: 12.8px;
    font-size: 0.8rem;
}
.mainNav > li:first-child {
	margin-left: 0;
}


.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a {
}

.mainNav > li:hover > a {
	color: #4aa546;
}

.mainNav > li > a:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	height: 0.3125rem;
	background-color: #55b54c;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;

	-ms-transform: translate(0, 5px);
	-ms-transform: translate(0, 0.3125rem);
    -webkit-transform: translate(0, 5px);
    -webkit-transform: translate(0, 0.3125rem);
    transform: translate(0, 5px);
    transform: translate(0, 0.3125rem);
}
.mainNav > li:last-child > a:before {
	display: none;
}
.mainNav > li:hover > a:before {
	-ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mainNav > li.menu-item-has-children > a {
	padding-right: 12px;
	padding-right: 0.75rem;
}
.mainNav > li.menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 24px;
	top: 1.5rem;
	margin: 0 0 0 4px;
	margin: 0 0 0 0.25rem;

	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #fff;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.mainNav > li.menu-item-has-children:hover > a:after {
	border-top-color: #55b54c;
}


/*Contact button*/
.mainNav > li:last-child {
	margin-right: 0;
	align-self: flex-end;
	/*-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;*/
	margin-left: auto;
}
.mainNav > li:last-child > a {
	color: #ffef32;
	background-color: #4aa546;
	padding: 0 62px;
	padding: 0 3.875rem;
	float: right;
	display: block;
	overflow: hidden;
}
.mainNav > li:last-child > a:hover {
	color: #4aa546;
	background-color: #ffef32;
}
.mainNav > li:last-child > a:before {
	content: '';
	display: block;
    width: 0;
    height: 0;
    border-top: 50px solid #000;
    border-top: 3.125rem solid #000;
    border-right: 24px solid transparent;
    border-right: 1.5rem solid transparent;
    position: absolute;
	top: 0;
    left: -1px;
    background-color: transparent;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mainNav > li:last-child > a:after {
    content: '';
	display: block;
    width: 0;
    height: 0;
    border-bottom: 50px solid #000;
    border-bottom: 3.125rem solid #000;
    border-left: 24px solid transparent;
    border-left: 1.5rem solid transparent;
    position: absolute;
	top: 0;
    right: -1px;
    background-color: transparent;
    margin: 
}

/*subMenuWrapper*/
.mainNav li ul {
	display: none;
}
.mainNav li:hover .subMenuWrapper ul {
	display: block;
}
.subMenuWrapper {
	position: fixed;
	display: none;
	left: 0;
	top: 280px;
	background-color: #ebebeb;
	width: 100%;
	height: auto;
	padding: 24px 0 0;
	padding: 1.5rem 0 0;
}
.mainNav li:hover > .subMenuWrapper {
	display: block;
}



/* level 2 list */ 
.mainNav .subMenuWrapper li {
	float: none;
}
.mainNav .subMenuWrapper a {
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	display: block;
	line-height: 1.35;
}
.mainNav .subMenuWrapper a:hover {
	color: #4aa546;
	
}

.mainNav .subMenuWrapper > ul {
	width: 100%;
	max-width: 1240px;
	max-width: 77.5rem;
	margin: 0 auto;
	padding: 0 10px;
	padding: 0 0.625rem;
}
.mainNav .subMenuWrapper > ul > li {
	width: 25%;
	float: left;
	padding: 0 10px 40px;
	padding: 0 0.625rem 2.5rem;
}
.mainNav .subMenuWrapper > ul > li > a {
	text-transform: uppercase;
	color: #4aa546;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-weight: 700;
}


.mainNav .subMenuWrapper > ul > li > ul li {
	font-size: 14px;
	font-size: 0.875rem;

}
.mainNav .subMenuWrapper > ul > li > ul > li > a {
	font-weight: 700;
}


.mainNav .subMenuWrapper > ul ul ul {
	padding-left: 32px;
	padding-left: 2rem;
}

.mainNav .subMenuWrapper > ul > li > ul > li > ul {
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
}



.navContainer .mobileInfo {
	display: none;
}


.navContainer .search {
	position: absolute;
	top: 0;
	right: 20px;
	right: 1.25rem;
	z-index: 20;
	width: 50px;
	width: 3.125rem;
}
.navContainer.searchActive .search {
	width: 50%;
	width: calc(50% - 40px);
	width: calc(50% - 2.5rem);
}
.navContainer .search form label {
	display: none;
}
.navContainer .search form .fieldContainer {
	width: 0;
	overflow: hidden;
	position: relative;
}
.navContainer.searchActive .search form .fieldContainer {
	width: 100%
}
.navContainer .search form .fieldContainer input[type="text"] {
	width: 100%;
	height: 50px;
	height: 3.125rem;
	padding: 0 16px;
	padding: 0 1rem;
	border: 4px solid #000;
	border: 0.25rem solid #000;
}
.navContainer .search form .fieldContainer:after {
	position: absolute;
	top: 16px;
	top: 1rem;
	right: 94px;
	right: 5.875rem;
	content: 'or';
	display: none;
	color: #ccc;
	font-weight: 700;
}
.navContainer.searchActive .search form .fieldContainer:after {
	display: block;
}

.navContainer .search form button[type="submit"] {
	background-color: transparent;
	position: absolute;
	top: 0;
	right: 0;

	width: 50px;
	width: 3.125rem;
	height: 50px;
	height: 3.125rem;
}
.navContainer.searchActive .search form button[type="submit"] {
	right: 104px;
	right: 6.5rem;
}
.navContainer .search form button[type="submit"] img,
.navContainer .search form button[type="submit"] svg {
	width: 28px;
	width: 1.75rem;
	height: auto;
	margin: 4px auto 0;
	margin: 0.25rem auto 0;
}
.navContainer .search form button[type="submit"] * {
	fill: #e1e1e1;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.navContainer .search form button[type="submit"]:hover * {
	fill: #fff;
}
.navContainer.searchActive .search form button[type="submit"] * {
	fill: #000;
}
.navContainer.searchActive .search form button[type="submit"]:hover * {
	fill: #4aa546;
}

.navContainer .search form button.close {
	display: none;
	font-size: 20px;
    font-size: 1.25rem;
    font-weight: 800;
    background-color: transparent;
    line-height: 50px;
    line-height: 3.125rem;
    height: 50px;
    height: 3.125rem;
    color: #000;

    position: absolute;
    top: 0;
    right: 20px;
    right: 1.25rem;
}
.navContainer.searchActive .search form button.close {
	display: block;
}
.navContainer .search form button.close:hover {
	color: #4aa546;

}




.headerSlider .slide {
	background-color: #000 !important;
}
.headerSlider .slide .backstretch {
	opacity: 0.5;
}

.headerSlider .centerVertical {
	min-height: 150px;
	min-height: 150px;
}

.headerSlider .wrapper {

}
.headerSlider p.title {
	font-family: "industry", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-style: italic;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 300;
	text-transform: uppercase;
	padding: 40px 0;
	padding: 2.5rem 0;
	line-height: 1.3;
}


.breadcrumbContainer {
	background-color: #ebebeb;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	padding: 8px 0;
	padding: 0.5rem 0;
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #a1a1a1;
}
.breadcrumbContainer a {
	color: #a1a1a1;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.breadcrumbContainer a:hover {
	color: #333;
}

.breadcrumbContainer .breadcrumb_last {
	font-weight: 700;
}



/*________ CONTENT ________*/


.contentContainer {
	width: 100%;
	clear: both;
}
.content {
}
.contentContainer .content {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.mainContent .content {
	width: 66.66%;
	float: right;
}
.halfContent .content {
	width: 50%;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}


.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.25;
	padding: 16px 0 24px;
	padding: 1rem 0 1.5rem;
	color: #000;
}
.content h1 {
	color: #4aa546;
	text-transform: uppercase;
	font-size: 32px;
	font-size: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-top: 0;
}
.content h2 {
	color: #4aa546;
	font-size: 24px;
	font-size: 1.5rem;
}
.content h3 {
	font-size: 20px;
	font-size: 1.25rem;
}
.content h4,
.content h5,
.content h6 {
	font-size: 16px;
	font-size: 1rem;
}
.content p {
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
	line-height: 1.5;
}
.content ul.unstyled {
	list-style: none;
}
.content ul.unstyled li {
	position: inherit;
}
.content ul,
.content ol {
	padding: 0 0 24px 24px;
	padding: 0 0 1.5rem 1.5rem;
	list-style: none;
	color: #000;
}
.content ul ul,
.content ol ol {
	padding-bottom: 0;	
}
.content ul li,
.content ol li {
	line-height: 1.5;
	padding: 2px 0 2px 16px;
	padding: 0.125rem 0 0.125rem 1rem;
	position: relative;
}
.content ul li:before,
.content ol li:before {
	width: 5px;
	width: 0.3125rem;
	height: 5px;
	height: 0.3125rem;
	border-radius: 50%;
	background-color: #4aa546;
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	top: 0.6875rem;
	left: 0;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 0 40px;
	padding: 0 0 0 2.5rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-left: 4px solid #222;
	border-left: 0.25rem solid #222;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.5;
}
.content table tr {
}
.content table tr th {
    padding: 4px;
    padding: 0.25rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
.content table tr td {
	border-top: 1px dotted #ccc;
	padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.content .entryContent {
	overflow: hidden;/*for gallery +20px*/
	width: 100%;
}
.content .entryContent br + br {
	/*see if this does anything*/
	display: none; 
}


.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	max-width: 320px;
	max-width: 20rem;
	float: left;
	margin: 0 30px 40px 0;
	margin: 0 1.875rem 2.5rem 0;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
}
.content .articleMeta {
	text-align: left;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #808080;
	line-height: 1;
	font-size: 14px;
	font-size: 0.875rem;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow a.pageNav {
	float: left;
}
.content .navBelow a.navNext {
	float: right;
}


.content .downloadsContainer {
	padding: 0 0 34px;
	padding: 0 0 2.125rem;
}
.content .downloadsContainer .heading {
	padding: 20px 30px;
	padding: 1.25rem 1.875rem;
	background-color: #4aa546;
}
.content .downloadsContainer .heading p.title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.25;
	padding: 0;
}
.content .downloadsContainer ul {
	padding: 0;
	background-color: #ebebeb;
}
.content .downloadsContainer ul li {
	padding: 10px 26px;
	padding: 0.625rem 1.625rem;
	border-bottom: 1px solid #c8c8c8;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.content .downloadsContainer ul li:before {
	display: none;
}
.content .downloadsContainer ul li .icon {
	width: 44px;
	width: 2.75rem;
	height: 44px;
	height: 2.75rem;
	margin-right: 14px;
	margin-right: 0.875rem;
	display: block;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.content .downloadsContainer ul li .icon img,
.content .downloadsContainer ul li .icon svg {
	width: 100%;
	height: auto;
}
.content .downloadsContainer ul li.pdf .icon svg .cls-1 {
	fill: #df1f26;
}
.content .downloadsContainer ul li.pdf .icon svg .cls-2 {
	fill: #b22024;
}
.content .downloadsContainer ul li.pdf .icon svg .cls-4 {
	    fill: #d12027;
}
.content .downloadsContainer ul li a {
	color: #000;
	margin-right: 4px;
	margin-right: 0.25rem;
}




/*________ SIDEBAR ________*/

.sidebar {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.mainContent .sidebar {
	width: 33.33%;
	padding-right: 70px;
	padding-right: 4.375rem;
	float: left;
}
.halfContent .sidebar {
	width: 50%;
	float: left;
	padding-left: 40px;
	padding-left: 2.5rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}

.sidebar .section {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}

.sidebar .section h5, 
.sidebar .section h6 {
	line-height: 1.25;
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	font-size: 16px;
	font-size: 1rem;
}

.sidebar .section ul.basicList {
	list-style: none;
	border-top: 1px dotted #ccc;
}
.sidebar .section ul.basicList li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.sidebar .section ul.basicList li a {
	line-height: 1.5;
	padding: 8px 0;
	padding: 0.5rem 0;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section ul.basicList li a:hover {
	padding-left: 4px;
	padding-left: 0.25rem;
}




.sidebar .section.search form {
	position: relative;
}
.sidebar .section.search form .fieldContainer {
	overflow: hidden;
}
.sidebar .section.search form .fieldContainer label {
	display: none
}
.sidebar .section.search form .fieldContainer input[type="text"] {
	height: 40px;
	height: 2.5rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	width: 100%;
	border: 1px solid #ddd;
}
.sidebar .section.search form button[type="submit"] {
	border: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: none;
	position: absolute;
	top: 12px;
	top: 0.75rem;
	right: 12px;
	right: 0.75rem;
	opacity: 0.8;
}
.sidebar .section.search form button[type="submit"]:hover {
	opacity: 1;
}
.sidebar .section.search form button[type="submit"] img,
.sidebar .section.search form button[type="submit"] svg {
	width: 100%;
	height: auto;
}
.sidebar .section.search form button[type="submit"] * {
	fill: #000;
}


.sidebar .section.nav ul {
	background-color: #4aa546;
}
.sidebar .section.nav ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
	position: relative;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.sidebar .section.nav ul li.menu-item-has-children:before,
.sidebar .section.nav ul li.menu-item-has-children:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	top: 24px;
	top: 1.5rem;
	right: 26px;
	right: 1.625rem;

	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #fff;

	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.sidebar .section.nav ul li.menu-item-has-children:hover:after {
	border-top-color: #ece635;
}
.sidebar .section.nav ul li.menu-item-has-children.hover:after {
	display: none;
}
.sidebar .section.nav ul li.menu-item-has-children:before {
	display: none;
	top: 22px;
	top: 1.375rem;
	right: 22px;
	right: 1.375rem;
	border-top-color: transparent;
	border-left-color: #ece635;
}
.sidebar .section.nav ul li.menu-item-has-children.hover:before {
	display: block;
}
.sidebar .section.nav ul li a {
	display: block;
	padding: 16px 10px;
	padding: 1rem 0.625rem;
	line-height: 1.35;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.sidebar .section.nav > ul > li > a:hover,
.sidebar .section.nav > ul > li.hover > a {
	color: #ece635;
}
.sidebar .section.nav ul li.menu-item-has-children a {
	padding-right: 40px;
	padding-right: 2.5rem;
}


.sidebar .section.nav ul li ul {
	display: none;
	background-color: #c7ebc5;
}
.sidebar .section.nav ul li.hover > ul {
	display: block;
}
.sidebar .section.nav ul li ul > li:first-child {
	border-top: 1px solid #fff;
}
.sidebar .section.nav ul li ul > li:last-child {
	border-bottom: none;
}
.sidebar .section.nav ul li ul li a {
	color: #000000;
	font-weight: 400;
}
.sidebar .section.nav ul li ul li a:hover,
.sidebar .section.nav ul li ul li.current a {
	background-color: #96ce93;
}




.contentSection {
	padding: 42px 0;
	padding: 2.625rem 0;
	width: 100%;
	clear: both;
}
.contentSection .content h3 {
	font-size: 24px;
	font-size: 1.5rem;
	text-transform: uppercase;
}


.newsletterContainer {
	background-color: #e1e1e1;
}
.newsletterContainer .content h3 {
	padding: 0;
	color: #4aa546;
}
.newsletterContainer .fc_container form.elab_form {
	position: relative;
}
.newsletterContainer .fc_container form.elab_form label {
	display: none;
}
.newsletterContainer .fc_container form.elab_form fieldset {
	padding-right: 172px;
	padding-right: 10.75rem;
}
.newsletterContainer .fc_container form.elab_form fieldset .fieldwrap {
	width: 50%;
	padding: 0 10px 0 0;
	padding: 0 0.625rem 0 0;
	clear: none;
	float: left;
}

.newsletterContainer .fc_container form.elab_form button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 172px;
	width: 10.75rem;
}

.newsletterContainer .fc_container form.elab_form .footnote.error-field {
	padding-bottom: 0;
}



.banner {
	background-color: #4aa546;
	color: #fff;
	line-height: 1.35;
	padding: 32px 0;
	padding: 2rem 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	font-size: 1.5rem;
}
.banner a {
	text-decoration: underline;
	color: #222222;
}
.banner a:hover {
	text-decoration: none;
}


.associationsContainer {
	text-align: center;
}
.associationsContainer h3 {
	text-transform: uppercase;
	color: #4aa546;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.associationsContainer .flexBlocks {
	margin-left: -15px;
	margin-left: -0.9375rem;
	margin-right: -15px;
	margin-right: -0.9375rem;
	-webkit-justify-content: center;
	justify-content: center;
}

.associationsContainer .flexBlocks .flexBlock {
	padding: 0 15px 20px;
	padding: 0 0.9375rem 1.25rem;

	-webkit-flex-basis: 14.2%;
	-ms-flex-preferred-size: 14.2%;
	flex-basis: 14.2%;
	max-width: 14.2%;
}




/*________ FOOTER ________*/

.footer {
	width: 100%;
	clear: both;
	background-color: #000;
	padding: 42px 0 0;
	padding: 2.625rem 0 0;
	color: #4aa546;
}
.footer a {
	color: #4aa546;
}
.footer a:hover {

}


.footer .flexBlocks {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}
.footer .flexBlocks .flexBlock {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.footer .flexBlocks .flexBlock.logo img {
	width: 100%;
	max-width: 210px;
	max-width: 13.125rem;
	height: auto;
}
.footer .flexBlocks .flexBlock.footerNav {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.footer .flexBlocks .flexBlock.footerNav ul {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: auto;

	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -0.625rem;
}
.footer .flexBlocks .flexBlock.footerNav ul li {
	padding: 0 10px;
	padding: 0 0.625rem;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;

	list-style: none;
	line-height: 1.5;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}
.footer .flexBlocks .flexBlock.footerNav ul li a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.footer .flexBlocks .flexBlock.footerNav ul li a:hover {
	color: #4aa546;
}


.footer .flexBlocks .flexBlock.utilityNav ul li {
	list-style: none;
	line-height: 1.5;
	padding: 0 0 6px;
	padding: 0 0 0.375rem;
}
.footer .flexBlocks .flexBlock.utilityNav ul li a {
	color: #7b7b7b;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.footer .flexBlocks .flexBlock.utilityNav ul li a:hover {
	color: #fff;
}




.footer .copyright {
	padding: 20px 0;
	padding: 1.25rem 0;
	border-top: 1px solid #4aa546;
}
.footer .copyright p {
	font-size: 12px;
	font-size: 0.75rem;
	position: relative;
}
.footer .copyright p span {
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 4px 4px 0;
	margin: 0 0.25rem 0.25rem 0;
	position: relative;
}
.footer .copyright p span:after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	height: 0.625rem;
	background-color: #4aa546;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.footer .copyright p span:last-child {
	padding-right: 0;
	margin-right: 0;
}
.footer .copyright p span:last-child:after {
	display: none;
}


/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #e1e1e1;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #e1e1e1;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #e1e1e1;
}


.fc_container form.elab_form fieldset input[type="email"], 
.fc_container form.elab_form fieldset input[type="password"], 
.fc_container form.elab_form fieldset input[type="text"], 
.fc_container form.elab_form fieldset textarea {
	height: 50px;
	height: 3.125rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.fc_container form.elab_form fieldset textarea {
	height: 200px;
	height: 12.5rem;
	padding-top: 16px;
	padding-top: 1rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.fc_container form.elab_form button[type="submit"] {
	margin-top: 0;
	border-radius: 0;
	text-transform: uppercase;
	height: 50px;
	height: 3.125rem;
	line-height: 50px;
	line-height: 3.125rem;
	padding: 0 54px;
	padding: 0 3.375rem;
	background-color: #4aa546;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	text-align: center;
}
.fc_container form.elab_form button[type="submit"]:hover {
	background-color: #000000;
}

.fc_container form.elab_form .footnote {
	display: none;
}
.fc_container form.elab_form .footnote.error-field {
	display: block
}


.fc_container .statusMsg {
	bottom: auto;
	right: auto;
	height: 100%;
	width: 100%;
}
.fc_container .statusMsg #sent {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
	margin: 0;
}





/*________ FRONT PAGE ________*/

.home .latestNews {
	background-color: #e1e1e1;
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;

	border-bottom: 48px solid #4aa546;
	border-bottom: 3rem solid #4aa546;
}
.home .latestNews .articleSlider {
	margin-left: -25px;
	margin-left: -1.5625rem;
	margin-right: -25px;
	margin-right: -1.5625rem;
}
.home .latestNews .articleSlider .article {
	padding: 0 25px 8px;
	padding: 0 1.5625rem 0.5rem;
	display: none;
}
.home .latestNews .articleSlider .article.slick-slide {
	display: block;
}
.home .latestNews .articleSlider .article .thumbContainer {
	background-color: #000;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	display: block;
}
.home .latestNews .articleSlider .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.home .latestNews .articleSlider .article .thumbContainer img:hover {
	opacity: 0.9;
}
.home .latestNews .articleSlider .article p.entryTitle {
	line-height: 1.35;
	font-weight: 700;
}
.home .latestNews .articleSlider .article p.entryTitle a {
	color: #000;
	text-decoration: none;
}
.home .latestNews .articleSlider .article p.entryTitle a:hover {
	color: #4aa546;
}


.home .sliderContainer {
	width: 100%;
	clear: both;
	background-color: #000;
}
.home .sliderContainer .slider {
	position: relative;
}
.home .sliderContainer .slider .slide img {
	width: 100%;
	height: auto;
	display: none
}
.home .sliderContainer .slider .slide .absoluteWrapper {
	z-index: 10;
}


.home .sliderContainer .slider .slide .absoluteWrapper p.title {
	font-family: "industry", Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #fff;
	font-style: italic;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 300;
	text-transform: uppercase;
	padding: 40px 0;
	padding: 2.5rem 0;
	line-height: 1.3;
	text-align: center;
}
.home .sliderContainer .slider .slide .absoluteWrapper p.title a {
	text-decoration: none;
	color: #fff;
}
.home .sliderContainer .slider .slide .absoluteWrapper p.title a:hover {
	text-decoration: underline;
}

.home .sliderContainer .slider .slide.side-1 img,
.home .sliderContainer .slider .slide.slick-slide img {
	display: block;
	opacity: 0.3;
}
.home .sliderContainer .slider button.slick-prev,
.home .sliderContainer .slider button.slick-next {
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-top: -1.25rem;
	left: 0;
	background: url(images/icon-arrow-left.png) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.home .sliderContainer .slider button.slick-next {
	left: auto;
	right: 0;
	background-image: url(images/icon-arrow-right.png);
}
.home .sliderContainer .slider button.slick-prev:hover,
.home .sliderContainer .slider button.slick-next:hover {
	opacity: 0.8;
}

.home .sliderContainer .slider .slick-dots {
	width: 100%;
	text-align: center;
	z-index: 200;
	background-color: #4aa546;
	padding: 16px 8px 8px;
	padding: 1rem 0.5rem 0.5rem;
}
.home .sliderContainer .slider .slick-dots li {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 8px 8px;
	margin: 0 0.5rem 0.5rem;
}
.home .sliderContainer .slider .slick-dots li button {
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	text-indent: -9999px;
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.home .sliderContainer .slider .slick-dots li.slick-active button,
.home .sliderContainer .slider .slick-dots li button:hover {
	background-color: #fff;
}

.home .homeContent {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
.home .content p {
	font-size: 20px;
	font-size: 1.25rem;
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
}

.resourcesContainer {
	text-align: center;
	background-color: #e1e1e1;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
}
.resourcesContainer .content h3 {
	padding-top: 0;
	color: #4aa546;
}
.resourcesContainer .flexBlocks {
	margin-left: -10px;
	margin-left: -0.625rem;
	margin-right: -10px;
	margin-right: -0.625rem;
} 
.resourcesContainer .flexBlocks .flexBlock {
	padding: 0 10px 20px;
	padding: 0 0.625rem 1.25rem;

	min-height: 180px;
	min-height: 11.25rem;

	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.resourcesContainer .flexBlocks .flexBlock a {
	text-align: left;
	color: #fff;
	text-decoration: none;
	height: 100%;
	min-height: 180px;
	min-height: 11.25rem;

	background-color: #000 !important;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.resourcesContainer .flexBlocks .flexBlock a span.title {
	display: block;
	line-height: 1.35;
	font-weight: 700;
	font-size: 24px;
	font-size: 1.5rem;
	padding: 24px 12px 12px;
	padding: 1.5rem 0.75rem 0.75rem;
}
.resourcesContainer .flexBlocks .flexBlock a .backstretch {
	opacity: 0.5;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.resourcesContainer .flexBlocks .flexBlock a:hover .backstretch {
	opacity: 0.8;
}





/*________ CONTACT PAGE ________*/

.page-template-pages-contact .type-page {
	float: right;
	width: 43%;
	padding: 0 0 0 120px;
	padding: 0 0 0 7.5rem;
	font-size: 14px;
	font-size: 0.875rem;
}

.page-template-pages-contact .contactContainer {
	float: left;
	width: 57%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.page-template-pages-contact .contactContainer fieldset {
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.page-template-pages-contact .contactContainer fieldset .single {
	width: 50%;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;

	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	clear: none;
}
.page-template-pages-contact .contactContainer fieldset .single.textarea {
	width: 100%;
}





/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/


/*________ LIGHT GALLERY ________*/

body .lg-backdrop {
	background-color: rgba(0,0,0,0.8);
}
body.admin-bar .lg-outer {
	padding-top: 32px;
}
body .lg-outer .lg-toolbar {
	background-color: transparent;
}
body .lg-outer .lg-sub-html p {
	margin-top: 0;
}
body .lg-outer .lg-sub-html a {
	color: #fff;
	text-decoration: none;
}
body .lg-outer .lg-sub-html a:hover {
	text-decoration: underline;
}



/*________ MISC ________*/


.button {
	border-radius: 0;
	height: 40px;
	height: 2.5rem;
	line-height: 40px;
	line-height: 2.5rem;
	padding: 0 24px;
	padding: 0 1.5rem;
	background-color: #4aa546;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.button:hover {
	background-color: #000;
	color: #fff;
}



img.injectSvg {
	overflow: hidden;
}

.ui-widget {
	font-family: inherit;
}

.mapContainer {
	position: relative;
	width: 100%;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}


.hyphenate { /*allow really big words to wrap*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.inlineBlocks {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}




.flexBlocks {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: auto;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
	padding: 0 20px;
	padding: 0 1.25rem;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}




.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer { /* Flexible iFrame */
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.animateZoom,
.gallery .gallery-item img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.animateZoom:hover,
.animateZoom:focus,
.animateZoom:active,
.gallery .gallery-item img:hover,
.gallery .gallery-item img:focus,
.gallery .gallery-item img:active {
	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.warning {
	background-color: #ffa800;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}





ul.socialNav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
ul.socialNav li {
	list-style: none;
	padding-left: 10px;
	padding-left: 0.625rem;
}
ul.socialNav li a {
	display: block;
	width: 26px;
	width: 1.625rem;
	height: 26px;
	height: 1.625rem;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
ul.socialNav li a span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #231f20;
	background-color: #231f20;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

ul.socialNav li a:hover span,
ul.socialNav li a:focus span,
ul.socialNav li a:active span {
	background-color: transparent;
}
ul.socialNav li a span * {
	fill: #4aa546;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
ul.socialNav li a:hover span * {
	fill: #231f20;
}
ul.socialNav li a span img,
ul.socialNav li a span svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;
}

ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
	max-width: 25%;
}
ul.socialNav li.twitter a span svg,
ul.socialNav li.twitter a span img {
	max-width: 50%;
}



/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	max-width: 100%;
}
.wp-caption img {
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
	max-width: 100%;
}
.wp-caption p.wp-caption-text {
	color: #555555;
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	padding: 0;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.285%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/

/* 1440px */
@media (max-width: 90em) {

}

/* 1340px */
@media (max-width: 83.75em) {

}

/* 1240px */
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
}

/* 1140px */
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
}

/* 1040px */
@media (max-width: 65em) {
	.mainNav > li {
		margin: 0 12px;
		margin: 0 0.75rem;
		font-size: 14px;
		font-size: 0.875rem;
	}

	.home .latestNews .articleSlider {
		margin-left: -12px;
		margin-left: -0.75rem;
		margin-right: -12px;
		margin-right: -0.75rem;
	}
	.home .latestNews .articleSlider .article {
		padding-left: 12px;
		padding-left: 0.75rem;
		padding-right: 12px;
		padding-right: 0.75rem;
	}
}

/* 940px */
@media (max-width: 58.75em) {
	.navContainer.stuck,
	.admin-bar .navContainer.stuck {
		position: relative;
		top: auto;
		left: auto;
	}

	.mainNav > li > a {
		font-size: 11.6px;
		font-size: 0.725rem;
	}
}

/* 840px */
@media (max-width: 52.5em) {
	
	.header .logo {
		max-width: 320px;
		max-width: 20rem;
	}


	/*.mainNav .subMenuWrapper > ul > li {
		width: 33.33%;
	}*/


	.navContainer {
		height: 60px;
		height: 3.75rem;
	}

	.navToggle {
		display: block;
	}
	.mainNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 80px;
		top: 5rem;
		left: 0;
		width: 100%;
		padding: 0 20px;
		padding: 0 1.25rem;

		display: block; /*override flexbox props*/
	}
	.mainNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	




	/* level 1 list */
	.mainNav > li {
		margin: 0;
		background-color: #222;
		background-color: rgba(0, 0, 0, 0.85);
		border-bottom: 1px solid #000;

	}
	.mainNav > li:first-child {
		border-radius: 6px 6px 0 0;
		border-radius: 0.375rem 0.375rem 0 0;
		overflow: hidden;
	}
	.mainNav > li:last-child {
		border-radius: 0 0 6px 6px;
		border-radius: 0 0 0.375rem 0.375rem;
		overflow: hidden;
		border-bottom: none;
	}

	.mainNav > li > a {
		padding: 0 20px;
		padding: 0 1.25rem;
	}

	/*Contact button*/
	.mainNav > li:last-child > a {
		padding: 0 20px;
		padding: 0 1.25rem;
		float: none;
	}
	.mainNav > li:last-child > a:before,
	.mainNav > li:last-child > a:after {
		display: none;
	}

	/*subMenuWrapper*/
	.mainNav li:hover .subMenuWrapper ul {
		display: none;
	}
	.mainNav li.hover .subMenuWrapper ul {
		display: block;
	}
	.subMenuWrapper {
		display: block;

		position: relative;
		left: auto;
		top: auto !important;
		padding: 0;
		overflow: hidden;
	}

	.mainNav .subMenuWrapper a {
		line-height: 2;
	}

	.mainNav .subMenuWrapper > ul {
		padding-top: 12px;
		padding-top: 0.75rem;
	}
	.mainNav .subMenuWrapper > ul > li {
		width: 50%;
		padding: 0 10px 20px;
		padding: 0 0.625rem 1.25rem;
	}
	.mainNav .subMenuWrapper > ul > li > a {
		text-transform: uppercase;
		color: #4aa546;
		margin-bottom: 16px;
		margin-bottom: 1rem;
		font-weight: 700;
	}


	.mainNav .subMenuWrapper > ul > li > ul li {
		font-size: 14px;
		font-size: 0.875rem;

	}
	.mainNav .subMenuWrapper > ul > li > ul > li > a {
		font-weight: 700;
	}


	.mainNav .subMenuWrapper > ul ul ul {
		padding-left: 32px;
		padding-left: 2rem;
	}

	.mainNav .subMenuWrapper > ul > li > ul > li > ul {
		padding-bottom: 14px;
		padding-bottom: 0.875rem;
	}


	.navContainer.searchActive .search {
		width: 100%;
		width: calc(100% - 100px);
		width: calc(100% - 6.25rem);
	}

	.navContainer .search form .fieldContainer input[type="text"] {
		height: 60px;
		height: 3.75rem;
	}
	.navContainer .search form .fieldContainer:after {
		top: 22px;
		top: 1.375rem;
	}
	.navContainer .search form button[type="submit"] {
	    width: 60px;
	    width: 3.75rem;
	    height: 60px;
	    height: 3.75rem;
	}
	.navContainer .search form button.close {
	    line-height: 60px;
	    line-height: 3.75rem;
	    height: 60px;
	    height: 3.75rem;
	}









	
	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}

	.contentSection {
		padding: 32px 0;
		padding: 2rem 0;
	}
	.banner {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.footer .flexBlocks .flexBlock,
	.footer .flexBlocks .flexBlock.footerNav {
		-webkit-flex-basis: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.footer .flexBlocks .flexBlock.footerNav ul li {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}


	/*FRONT PAGE*/
	.home .sliderContainer .slider .slide img {
		left: 50%;
		margin-left: -520px;
		margin-left: -32.5rem;
		position: relative;
		width: 1040px;	
		width: 65rem;	
	}

	.resourcesContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
}

/* 782px //should only be used for .admin-bar items */
@media (max-width: 48.875em) {
	
}

/* 740px */
@media (max-width: 46.25em) {

	














	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}



	.associationsContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
}

/* 640px */
@media (max-width: 40em) {
	.header {
		padding: 24px 0;
		padding: 1.5rem 0;
	}
	.header .wrapper {
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header .logo {
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px;
		margin: 0 0 1.25rem;
	}
	.header .logo img {
		max-width: 300px;
		max-width: 18.75rem;
		margin: 0 auto;
	}
	.header .headerInfo {
		text-align: center;
		width: 100%;
	}
	.header .headerInfo p.title {
		font-size: 16px;
		font-size: 1rem;
	}
	.header .headerInfo p.tagline {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.navContainer .mobileInfo {
		display: block;
	}
	.page-template-pages-contact .contactContainer {
		float: none;
		width: 100%;
	}
	.page-template-pages-contact .type-page {
		float: none;
		width: 100%;
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
	}	


	.footer .flexBlocks .flexBlock {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.footer .flexBlocks .flexBlock.footerNav {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;

		-webkit-order: 1;
		order: 1;
	}

	.footer .flexBlocks .flexBlock.footerNav ul li:nth-child(even){
		text-align: right;
	}

	.footer .flexBlocks .flexBlock.logo {
		-webkit-order: 2;
		order: 2;
	}
	.footer .flexBlocks .flexBlock.utilityNav {
		-webkit-order: 3;
		order: 3;
		text-align: right;
	}

	.footer .flexBlocks .flexBlock.footerNav ul li {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}


	/*FRONT PAGE*/
	.resourcesContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

/* 540px */
@media (max-width: 33.75em) {

	.newsletterContainer .fc_container form.elab_form {
		overflow: hidden;
	}
	.newsletterContainer .fc_container form.elab_form fieldset {
		padding-right: 0;
		width: 100%;
		width: calc(100% + 10px);
		width: calc(100% + 0.625rem);
		overflow: hidden;
	}
	.newsletterContainer .fc_container form.elab_form fieldset .fieldwrap {
		padding-bottom: 10px;
		padding-bottom: 0.625rem;
	}
	.newsletterContainer .fc_container form.elab_form button[type="submit"] {
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
	}

	.banner {
		font-size: 16px;
		font-size: 1rem;
	}


	
}

/* 440px */
@media (max-width: 27.5em) {
	.topHeader .socialNavContainer p {
		display: none;
	}


	.mainNav .subMenuWrapper > ul > li {
		width: 100%;
	}
	.mainNav .subMenuWrapper > ul > li > ul ul  {
		display: none !important;
	}

	.home .latestNews .articleSlider {
		margin-left: -10px;
		margin-left: -0.625rem;
		margin-right: -10px;
		margin-right: -0.625rem;
	}
	.home .latestNews .articleSlider .article {
		padding-left: 10px;
		padding-left: 0.625rem;
		padding-right: 10px;
		padding-right: 0.625rem;
	}



	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}

	.associationsContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.footer .flexBlocks {
		padding-bottom: 0;
	}
	.footer .flexBlocks .flexBlock {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.footer .flexBlocks .flexBlock.logo {
		-webkit-order: 0;
		order: 0;
		padding-bottom: 32px;
		padding-bottom: 2rem;
	}
	.footer .flexBlocks .flexBlock.logo img {
		margin: 0 auto;
	}
	.footer .flexBlocks .flexBlock.footerNav ul li {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
	}
	.footer .flexBlocks .flexBlock.footerNav ul li:nth-child(even){
		text-align: center;
	}
	
	.footer .flexBlocks .flexBlock.utilityNav {
		text-align: center;
	}

	.footer .copyright {
		text-align: center;
	}
	.footer .copyright p span {
		display: block;
	}
	.footer .copyright p span:first-child {
		padding-bottom: 8px;
		padding-bottom: 0.5rem;
	}
	.footer .copyright p span:after {
		display: none;
	}

	.alignleft, 
	img.alignleft,
	.alignright, 
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}



	/*FRONT PAGE*/

	.resourcesContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}

/* 340px */
@media (max-width: 21.25em) {
	

	.newsletterContainer .fc_container form.elab_form fieldset .fieldwrap {
		width: 100%;
	}

	.associationsContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}


}


/* HEIGHT */

/* 640px */
@media (max-height: 40em) {
	.navContainer.stuck,
	.admin-bar .navContainer.stuck {
		position: relative;
		top: auto;
		left: auto;
	}
}
