/******************************************************************
Theme Name: G2L
Description: Custom Stylesheet for G2L
Author: Equinox Arts
Author URI: http://equinoxarts.com/
Version: 1.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
******************************************************************/


/*******************************************************************
ADD YOUR STYLES HERE
*******************************************************************/

/***********************
COLOR PALETTE

#9AA64E - Green
#A55F58 - Maroon
#5691C4 - Lt Blue
#0A4160 - Dk Blue
#6D6E71 - Lt Gray
#404041 - Dk Gray
***********************/
.color-green {
	color: #9AA64E;
}
.bg-green {
	color: #9AA64E;
}
.color-maroon {
	color: #A55F58;
}
.bg-maroon {
	color: #A55F58;
}
.color-ltblue {
	color: #5691C4;
}
.bg-ltblue {
	color: #5691C4;
}
.color-dkblue {
	color: #0A4160;
}
.bg-dkblue {
	color: #0A4160;
}
.color-ltgray {
	color: #6D6E71;
}
.bg-ltgray {
	color: #6D6E71;
}
.color-dkgray {
	color: #404041;
}
.bg-dkgray {
	color: #404041;
}
.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}


/***********************
Typography
***********************/
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
visibility: hidden;
}
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
visibility: visible;
}
body,h1,h2,h3,h4,h5,h6
p,ul,li,a,span {
	color: #404041;
	font-family: "franklin-gothic-urw-cond", sans-serif;
}
h1,h2,h3,h4,h5,h6,
strong,#content .button,.readmore {
	font-weight:700;
}
body,p,ul,li {
	font-weight:400;
	font-size:18px;
}
a {
	color: #5691C4;
}
a:hover, a:active, a:focus {
	color: #9AA64E;
}
.home #content h3 {
	font-size: 24px;
}
#inner-footer h3 {
	font-weight:400;
}
p.large {
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.2em;
}

p.section-desc {
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 20px;
}

/***********************
GENERAL OVERRIDES
***********************/

.wp-caption {
	background-color: transparent;
}

/***********************
Buttons & Helpers
***********************/
.button {
	color: #fff;
	background: #0a4160;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:0;
}
.button:hover {
	background:#9AA64E;
}
.button::after {
	content: "\203A";
	font-size: 26px;
	line-height: 0;
	margin-left: 8px;
}
.btn-text:hover, .btn-text:focus,
.readmore:hover, .btn-text:focus {
	color:rgb(27, 146, 181);
	background:transparent;
}
.button:focus {
	background:initial;
}
.center {
	text-align:center;
}


/***********************
Content Images
***********************/
.entry-content img {
	border-radius: 5px;
	box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.1);
}

/***********************
Global Header
***********************/
#top-bar-menu {
	width:100%;
	height:155px;
	border-bottom:5px solid #fff;
	max-width:100% !important;
	padding:0;
	background-color:#5691c4;
}
.top-bar .top-bar-left, 
.top-bar .top-bar-right {
	margin-top:10px;
}
.top-bar .top-bar-left {
	padding-left: 30px;
}
.top-bar, .top-bar ul {
	background:transparent;
	clear:both;
}
.top-bar ul {
	margin-top:105px;
}
.wf-loading .top-bar ul {
visibility: hidden;
}
.wf-active .top-bar ul {
visibility: visible;
}
.top-bar .menu li > a {
	color:#FFF;
	text-transform:uppercase;
	font-size:19px;
	font-weight: 500;
	padding:5px 30px;
	opacity:.75;
}
.top-bar .menu li > a:hover {
	opacity: 1.0;
	transition-property:all;
	transition-duration: .5s;
}
.top-bar .menu li.active > a {
	opacity: 1.0;
	font-weight: 500;
}
.top-bar input {
	border-radius: 28px;
	height: 28px;
	float:right;
	background-image: url('assets/images/search.png');
	background-repeat: no-repeat;
	background-position: 14px 50%;
	padding: 3px 3px 3px 30px;
	max-width:200px;
	box-shadow: none;
	line-height:1;
}
.top-bar input:focus {
	box-shadow:0 0 3px #fff;
}
.top-bar .search-form {
	margin:12px 20px 10px 0;
}
.top-bar .social-container {
	margin: 12px 15px 0 0;
}
.social-container .fa {
	text-align: center;
	background: transparent;
	color: #FFF;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 5px;
	font-size: 24px;
	margin-top: 0px;
}
.social-container .fa:hover {
	background:#9AA64E;
}
.menu li:hover > a, .menu .active > a {
	background:transparent;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
	border-color:#4d4d4d transparent transparent;
}
.sticky-container {
	z-index:9999;
}
.sticky-top {
	margin-top: -20px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 110px;
	background-color: #5691C4;
}
#header-logo-h {
	width: 300px;
	display: block;
	margin: 20px auto;
	position: relative;
}
#header-logo-h img {
	width: 100%;
	height: auto;
}
.sticky-top-menu {
	position: absolute;
	top: 30px;
	right: 10px;
	font-size: 25px;
}
.sticky-top-menu a {
	color: #fff;
}
/****************************
Large Screens Only
****************************/
@media screen and (min-width:1024px) {
	#header_logo {
		width: 150px;
		display: block;
		margin-top: 10px;
	}
	#header_logo img {
		width: 100%;
	}
}
@media screen and (max-width: 1023px) {
	#header_logo {
		width: 150px;
		display: block;
		margin-top: 10px;
	}
	#header_logo img {
		
	}
}
/****************************
Medium Screens Only
****************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.top-bar-left {
		max-width:25%;
	}
	.top-bar-right {
		max-width:75%;
	}
	.top-bar .menu li > a {
		font-size:17px;
		padding:10px;
	}
	#menu-footer-menu li > a,
	.footer .medium-6 .widgettitle {
		text-align:left;
	}
	.footer .columns:first-child {
		text-align:left;
	}
}


/****************************
Small Screens Only
****************************/
@media screen and (max-width: 767px) {

	/***********************
	Override 640px Foundation Breakpoint
	***********************/
	.show-for-medium {
		display:none !important;
	}
	.hide-for-medium {
		display:block !important;
	}

	/***********************
	General
	***********************/	
	.top-bar .top-bar-left, 
	.top-bar .top-bar-right {
		width:auto;
	}
	#content {
		margin-top:110px;
	}

	#partner-list li,
	#quick-links li {
		width:100%;
		float:none;
	}	
}

/***********************
CTA BOXES
***********************/
.page .content-section.image-text-link .cta-left { 
	overflow: hidden;
	padding-left:0;
	padding-right:0;
}
.page .content-section.image-text-link img {
	position: relative; 
}

.page .content-section.image-text-link {
	padding:0;
	position:relative;
	height: 150px;
	border: 2px solid #5691C4;
}
/*.page .content-section.image-text-link:after {
	content: "\232A";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	position: absolute;
	bottom: 0;
	right: 20px;
	color: #fff;
	font-size: 80px;
	line-height: 1;
}*/
.page .content-section.image-text-link::after {
	content: url('assets/images/rang.svg');
	position: absolute;
	right: 20px;
	top: 30%;
	width: 20px;
}
.page .content-section.image-text-link .cta-right {
	padding-top: 20px;
	padding-right: 100px;
}
.page .content-section.image-text-link .cta-right h3 {
	margin-bottom: 0;	
}
.page .content-section.image-text-link .cta-right p {
	margin-bottom: 0;
}
a .image-text-link p {
	color: #fff;
}
a:hover .image-text-link p {
	color: #fff;
}
a:hover .content-section.image-text-link {
	background-color: #9AA64E;
}
.image-text-link h3, .image-text-link p {
	color: #fff;
}
#cta-services {
	background-color: #0A4160;
	color: #fff;
}
#cta-programs {
	background-color: #A55F58;
	color: #fff;
}
#cta-contact {
	background-color: #9AA64E;
	color: #fff;
}
@media screen and (min-width:1024px) {
	.image-text-link .cta-left img {
		max-width: 100%; 
		height: auto;
	}
}
@media screen and (max-width: 1023px) {
	.page .content-section.image-text-link .cta-right {
		padding-top: 10px;
		padding-right: 100px;
	}
	.page .content-section.image-text-link .cta-right h3 {
	
	}
	.page .content-section.image-text-link .cta-right p {
		line-height: 1.2;
	}
}


/*****************************************************
==========   Global Footer     ===============
******************************************************/

/* REMOVE CAPTCHA */
.grecaptcha-badge{display:none;}

.footer { 
	margin-top:40px; 
	background-color:#404041;
	border-top: 2px solid #5691C4;
}
.footer .widget, .footer .menu {
	margin: 25px 0;
	text-align: center;
}
.footer .widgettitle {
	text-align: center;
	font-size: 18px;
	color: #FFF;
}
.footer .menu > li { 
	display:block; 
}
.footer .menu > li:first-child > a { 
	padding-top:0;
}
.footer .menu > li > a {
	color:#FFF;
	padding: 4px 0;
	line-height: 1.5;
}
.footer .widget_text,
.footer a {
	text-align:center;
	color:#FFF;
}
.footer #text-5 {
	margin-top:40px;
}
.footer input[name="email_address"] {
	border-radius: 100px;
	-webkit-appearance: none;
	border: 1px solid grey;
	height: 30px;
	margin: 0 auto 10px;
	padding: 0 10px;
	font-size: 14px;
	width: 75%;
	min-width: 240px;
}
.footer #newsletter input[name="email_address"]:focus {
	/*outline:0;*/
}
.footer input[type="submit"] {
	border-radius: 100px;
	height: 30px;
	padding: 6px 6px 3px 15px;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}
.footer input[type="submit"]:hover {
	background-color: #9AA64E;
	transition-property: all;
	transition-duration: .2s;
}
input::placeholder {
	font-weight: bold;
	opacity: 0.5;
	color: #5691C4;
}
.footer .fa {
	font-size: 26px;
	color: #FFF;
	width: 42px;
}
.footer p.copyright {
	text-align:center;
	font-size: 13px;
	color: #9A9B9C;
}
.footer p.copyright a {
	color: #ADADAD;
}
.footer .menu a:hover, .footer a:hover, .footer a i:hover, .footer p.copyright a:hover {
	color: #9AA64E;
}
@media screen and (min-width:1024px) {
	#footer-logo {
		display: block;
		overflow: hidden;
		text-align: center;
		margin: 20px 0 40px;
	}
	#footer-logo img {
		height:auto;
		width:120px;
	}
}
@media screen and (max-width: 1023px) {
	
}

/***********************
Home Page Slider
***********************/
#home-slider {
	background-color:#5691c4;
	padding:20px;
	margin-bottom:20px;
	overflow:hidden;
	
	width: 100%;
}
#home-slider .row {
	height:400px;
	background: #0a4160;
	border-radius: 10px;
	border: 1px solid #fff;
}
#home-slider .columns,
#home-slider #slider-inner {
	height:100%;
	max-height:420px;
}
#home-slider .columns {
	padding:0;
}
#home-slider .medium-5 {
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	/*background-color:#0a4160;*/
}
#home-slider #tab-0 {
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom: none;
}
#home-slider .medium-7 {
	overflow:hidden;
}
#home-slider .slide {
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom: 1px solid #000;
}
#home-slider img {
	border-radius:10px;
	border:1px solid #FFF;
}
#home-slider p, #home-slider strong {
	/*font-size: 21px;*/
	line-height: 1.1;
	color: #fff;
}
#home-slider .slider-tab {
	padding: 50px;
	position:relative;
	height: 100%;
}
#home-slider .slider-tab:hover,
#home-slider .slider-tab.active {
	background: #9AA64E;
}
#home-slider .slider-tab:hover {
	transition-property: background;
	transition-duration: .3s;
}
#home-slider .slider-tab.active::after {
	content: '';
	position: absolute;
	right: -60px;
	top: 0%;
	z-index: 1;
	border-top: 200px solid transparent;
	border-bottom: 200px solid transparent;
	border-left: 60px solid #9AA64E;
}
#home-slider .slider-tab h1 p {
	font-size: 48px;
	margin: 0;
	margin-left: 0px;
	font-weight: 700;
	line-height: 1.2;
	display: inline-block;
	color: #fff;
	text-shadow:1px 1px 1px rgba(10,65,96,1);
	position: absolute;
	z-index: 9;
}
#home-slider .slider-tab h2 {
	font-size: 17px;
	font-weight: 400;
	color:#FFF;
}
#home-slider .slide {
	height: 100%;
	width: 100%;
	background-position: 25% 50%;
	background-size: cover;
}
/*#home-slider .slide-caption {
	max-width: 100%;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	border-bottom-right-radius:10px;
}
#home-slider .slide-caption p {
	max-width:75%;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
}
#slider-inner .button {
	background:transparent;
	border: 1px solid;
	border-radius: 2px;
	color: #FFF;
	display: block;
	font-size: 22px;
	padding: 14px;
	max-width: 350px;
	margin: 0px auto 20px;
}
#slider-inner .button:hover {
	background-color:#9AA64E;
	transition-property: background;
	transition-duration: .3s;
}*/
/****************************
Home slider fixes 
****************************/
/*@media screen and (min-width:1024px) and (max-width:1100px) {
	#home-slider .slider-tab {
		padding:23px 10px 14px 20px;
	}
	#home-slider .slider-tab h1 {
		font-size:19px;
	}
}
@media screen and (min-width:640) and (max-width: 1023px) {
	#home-slider .slider-tab {
		padding:15px 10px 15px 10px;
	}
	#home-slider .slider-tab h1 {
		font-size:15px;
	}
	
}
@media screen and (max-width: 639px) {
	#home-slider .medium-4 {
		display: none;
	}
	.sticky-container {
		height: 120px;
	}
}*/

/****************************
Home Page
****************************/
/* 2nd row 
=================*/
.home .cta-block {
	background-size: cover;
	height: 380px;
	position: relative;
	border-radius:10px;
	overflow: hidden;
	background-size: ;
	background-position: center -50px;
}
.home .cta-block h3 {
	background: rgba(0,0,0,0.6);
	color: #FFF;
	font-weight: 700;
	font-size: 24px;
	line-height:1;
	padding: 12px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
}
.home .cta-block h3 .small {
	font-size:20px;
	color:#FFF;
	font-weight: 400;
}
.home .cta-block p:last-child,
.home .short-block p:last-child {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	margin-bottom: 0;	
}
.home .cta-block p:last-child a,
.home .short-block p:last-child  a {
	width: 100%;
	color: #FFF;
	font-size: 22px;
}

.homeform input[name="email_address"] {
	position: absolute; 
	bottom: 60px;
	  left: 0; 
	  right: 0; 
	  margin-left: auto; 
	  margin-right: auto; 
}
.homeform p input.button {
	width: 100%;
	font-size: 22px;
	font-family: "franklin-gothic-urw-cond", sans-serif;
}

/* 3rd row 
=================*/

.home .home-row-bot {
	margin-top: 30px;
}
/* cta box - join the movement */
.home .rrright {
	border-radius:0 10px 10px 0;
	overflow: hidden;
}
.home .rrleft {
	border-radius:10px 0px 0px 10px;
	overflow: hidden;
}
.home .short-block {
	background-color: #5691C4;
	background-size: ;
	background-position: center center;
	height: 220px;
	position: relative;
}
.home .short-block h3, .home .short-block p {
	padding: 15px 0;
	margin: 0;
	color: #fff;
}
.home .short-block h3 {
	background: rgba(0,0,0,0.6);
}
.home .short-block p {
	font-size: 1.2em;
	line-height: 1.1;
	margin: 6px;
}
.home .short-block a.button {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#learnabout {
	margin-bottom:30px;
}
#newsfeed {
	padding: 0;
	margin-bottom:30px;
	background:#5691C4;
	border-radius:10px;
	overflow: hidden;
}
#newsfeed h3 {
	padding: 15px 0;
	margin: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
}
#newsfeed .news-item {
	padding: 0;
	color: #fff;
}
#home-news-left {
	padding-left: 0;
}
#home-news-right {
	padding: 16px 16px 0 16px;
}
#home-news-right h4, #home-news-right p {
	line-height: 1.0;
	text-align: left !important;
}
#newsfeed .date {
	width: 15%;
	display: block;
	text-align: center;
	float: left;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
	opacity: .5;
	padding-top: 10px;
}
#newsfeed h4 {
	margin-bottom: 0;	
}
#newsfeed .news-excerpt {
	color: #fff;
	text-align: left;
	line-height: 1.1;
	margin-top: 10px;
}
#newsfeed .news-item a, #newsfeed .news-item p {
	color: #fff;
}
#newsfeed .news-link {
	margin-bottom: 0px;
}
#newsfeed > p > a {
	width: 100%;
	color: #FFF;
	font-size: 22px;
}
#newsfeed .news-excerpt a {
	display: block;
	margin: 10px 0 10px;
}
#home-news-right a:hover {
	color:#9AA64E;
}
#mc-embedded-subscribe-form {
	text-align: center;
}

input[name="email_address"] {
  width: 80%;
  border-radius: 100px;
  -webkit-appearance: none;
  border: 1px solid grey;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  margin: 6px auto;
  display: block;
}
.rrright .button {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.homefb {
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 1023px) {
	.fb_iframe_widget {
		float: left;
	}
}
@media screen and (max-width: 639px) {
	.fb_iframe_widget {
		float: none;
	}
}

/****************************
Secondary Pages
****************************/
#content #inner-content {
	padding:0;
}
.page .article-header {
	margin: 0 -16px;
	padding: 20px;
	background: #5691C4;
}
.page .article-header .banner {
	background-color: transparent;
	border-radius: 12px;
	height: 300px;
	background-size:cover;
	color: #fff;
	overflow: hidden;
	
}
.page .article-header .banner img {
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.page .article-header .banner .page-title-desc {
	padding: 20px 20px 20px 40px;
	background: rgba(0,45,64,0.4);
	display: inline-block;
	width: 33%;
	height: 100%;
}
.page .article-header .banner .page-title {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-shadow:1px 1px 1px rgba(10,65,96,1);
}
.page .article-header .banner p {
	color: #fff;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	text-shadow:1px 1px 1px rgba(10,65,96,1);
}

/* content section */
.page .content-section {
	padding: 20px 30px;
	background: #EEE;
	border-radius: 12px;
	margin: 20px 0;
	overflow:hidden;
	
}
/* what the hell is this 
.page .content-section .medium-4,
.page .content-section .medium-6:nth-of-type(odd) {
	padding-left:0;
}
.page .content-section .medium-8,
.page .content-section .medium-6:nth-of-type(even) {
	padding-right:0;
}
.page .content-section .medium-12 {
	padding-left:0;
	padding-right:0;
} 
*/
.page .content-section .content-accordion {
	-webkit-transition: opacity 400ms; 
  -moz-transition: opacity 400ms; 
  -ms-transition: opacity 400ms; 
  -o-transition: opacity 400ms; 
  transition: opacity 400ms;    
	max-height:0;
	overflow:hidden;
}
.page .content-section .content-accordion.collapsed {
	margin:0;
	opacity:0;
	-webkit-transition: opacity 10ms; 
  -moz-transition: opacity 10ms; 
  -ms-transition: opacity 10ms; 
  -o-transition: opacity 10ms; 
  transition: opacity 10ms; 
}
.page .content-section .content-accordion.visible {
	opacity:1;
	max-height:2000px;
	margin-top:32px;
}
.page .content-section .toggle-accordion {
	display:block;
	text-align:center;
}
@media screen and (min-width:1024px) {
	
}
@media screen and (max-width: 1023px) {
	.page .article-header .banner .page-title-desc {
		padding: 20px 20px 20px 40px;
		width: 50%;
	}
	.page .article-header .banner .page-title {
		font-size: 28px;
		
	}
	.page .article-header .banner p {
		font-size: 18px;
		line-height: 1.1;
	}
}
@media screen and (max-width: 639px) {
	.page .article-header .banner .page-title-desc {
		padding: 20px 20px 20px 40px;
		display: block;
		width: 100%;
		height: auto;
	}
}



/********************************************************
PAGE: ABOUT US
********************************************************/
.content-section.standard {
	border: 2px solid #5691C4;
}
article#post-6 i {
	margin: 1px 0 0 0;
	color:#860F11;
}

/* SECTION - STAFF/SUPPORTERS */
#staff, #supporters {
	background-color: #404041;
	border: 2px solid #5691C4;
	color: #fff;
	text-align: center;
}
article#post-6 h3 { /* section title */
	color: #5691C4;
}
article#post-6 h4 { /* section sub-title */
	color: #fff;
	border-bottom: 1px solid #a7a8aa;
	margin: 30px 0;
}
article#post-6 h5 { /* name */
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: 4px;
	color: #fff;
}
article#post-6 p.job-title {
	font-size: .9em;
	line-height: 1.2;
	margin-bottom: 0;
	color: #a7a8aa;
}
.staff-member {
	height: 100%;
	padding: 20px;
	overflow: hidden;
	text-align: center;
	border-radius: 12px;
	background-color: #0A4160;
	border: 1px solid #9AA64E;
	color: #fff;
}
.staff-member img {
	border-radius:100%;
	border: 2px solid #fff;
	margin-bottom: 12px;
	height: 125px;
	width: 125px;
}
#supporters h6.board-title { /* board name */
	font-size: .666em;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #a7a8aa;
}

img.missingperson { display: none; }

/* SECTION - PARTNERS */
#partner-list {
	margin:0 0 30px;
}
#partner-list li {
	width: 50%;
	float: left;
	margin: 0;
	list-style: none;
	margin-bottom: 16px;
}
#partner-list li a { 
	color: #fff;
	font-weight: 700;
}
#partner-list li a:hover {
	color: #9AA64E;
	border-bottom: 1px dotted #9AA64E;
}


/********************************************************
PAGE: PROGRAMS
********************************************************/
.page-id-10 .content-section.standard {
	border: 2px solid #5691C4;
	background: #eee;
	font-size: 1.3rem;
}
.page-id-10 .content-section.expandable {
	background-color: #005a7f;
	border: 2px solid #5691C4;
	color: #fff;
}
.page-id-10 .content-section.expandable img {
	border-radius: 12px;
	border: 2px solid #fff;
}
.page-id-10 .content-section.expandable h3.section-header {
	color: #fff;
}
.page-id-10 .content-section {
	position: relative;
}
.page-id-10 .content-section .toggle-accordion {
	position: relative;
	margin: 20px -100px -20px;
	padding: 12px 0 6px;
	background: rgba(23, 64, 95, 1.00);
	color: #FFF;
	border-top: 1px solid #fff;
	font-weight: 300;
	font-size: 1.1em;
	line-height: .6;
	text-transform:uppercase;
	transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}
.page-id-10 .content-section .toggle-accordion:hover {
	background: rgba(153, 168, 80, 1.00);
}
.page-id-10 .content-section .toggle-accordion.collapsed {
	padding: 13px 0 5px;
}
.page-id-10 .content-section .toggle-accordion.visible {
	padding: 3px 0 15px;
}
.page-id-10 .content-section ul {
	color:#fff;
}
.page-id-10 .content-section ul li {
	color:#fff;
}
.page-id-10 .content-section h4 {
	color:#fff;
}
.page-id-10 .content-section a {
	color:#24b9cf;
}
@media screen and (max-width: 767px) {
	.page-id-10 .content-section.expandable h3.section-header {
		text-align: center;
		font-size: 2rem;
		line-height: 1.5;
	}
}

/********************************************************
PAGE: RESOURCES
********************************************************/
article#post-12 .content-section.standard {
	background-color: #404041;
	border: 2px solid #5691C4;
	color: #fff;
}
article#post-12 .content-section.standard h3.section-header {
	color: #5691C4;
}

article#post-12 form {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
article#post-12 form label {
	display: inline-block;
	color: #fff;
}
article#post-12 input[name="email_address"] {
	border-radius: 100px;
	-webkit-appearance: none;
	border: 1px solid grey;
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
	margin: 0;
	display: inline-block;
	width: auto;
}
article#post-12 input[name="email_address"]:focus {
	outline:0;
}
article#post-12 input[type="submit"] {
	border-radius: 100px;
	height: 30px;
	padding: 5px 12px;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	border: 1px solid #A7A8AA;
	color: #fff;
	background-color: #6D6E71;
	display: inline-block;
}
article#post-12 input[type="submit"]:hover {
	background-color: #9AA64E;
	transition-property: all;
	transition-duration: .2s;
}

/* Articles */
#resource-list {
	border: 2px solid #5691C4; /*gray #A7A8AA*/
	background: #eee;
	padding:10px;
}
#resource-list h3 {
	padding-bottom: 6px;
	border-bottom: 2px solid #B4B4B4;
	margin-bottom: 30px;
}
#resource-list > div:first-child {
	border-right: 2px solid #fff;
}
#resource-list a {
}
#resource-list .resources_article {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.resources_article i {
	float: left;
	margin: 1px 0 0 0;
	color:#860F11;
}
.resources_article a {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	margin-left: 24px;
}
.resources_article p {
	font-size: .8em;
	line-height: 1.3;
	margin-left: 24px;
}

/* EVENTS */
.tribe-events-list-widget-2 {
	position: relative;
}
.tribe-events-list-widget {
	border-bottom: 2px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;	
}
h4.tribe-event-title {
	font-size: 18px;
}
li.tribe-events-list-widget-events {
	padding-bottom: 20px !important;
	border-bottom: 1px solid #fff;
}
.tribe-events-widget-link a  {
	font-size:18px;
	font-weight: 700;
	text-transform:uppercase;
}
.tribe-events-widget-link a::after {
    content: "›";
    font-size: 26px;
    line-height: 0;
    margin-left: 8px;
}

/* Quick Links */
ul#quick-links {
	margin: 0 0 30px;
	text-align: left;
}
#quick-links li {
	/* was two columns 
	width: 50%;
	float: left;
	margin: 0;*/
	list-style: none; 
}
ul#quick-links li {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
ul#quick-links i {
	float: left;
	margin: 3px 0 0 0;
	color:#9AA64E;
}
ul#quick-links a {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	margin-left: 24px;
}


/****************************
PAGE: CONTACT US
****************************/
.page-id-14 .content-section.standard {
	background-color: #002d40;
	border: 2px solid #9AA64E;
	color: #fff;
}
.page-id-14 .content-section.standard h3.section-header {
	color: #5691C4;
}
.page-id-14 h4 {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.page-id-14 h5 {
	color: #fff;
	margin: 0;
}
.page-id-14 article form label {
	color: #fff;
}
.wpcf7-form {
	/*width: 60%;*/
	margin: 0 auto;
}

.wpcf7-form .wpcf7-submit {
	width: 300px;
	border-radius: 10px;
	float: left;
}
span.wpcf7-list-item,
span.wpcf7-list-item label {
	margin-left: 0.5em;
	overflow: hidden;
	display: block;
	font-size: 18px;
	line-height:1;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	/*background: #cce0e8;*/
}
.wpcf7-form input[type="submit"] {
	display: inline-block;
	border-radius: 30px;
	height: 30px;
	padding: 5px 12px;
	margin-top: 18px;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	border: 1px solid #A7A8AA;
	color: #fff;
	background-color: #6D6E71;
}
.wpcf7-form input[type="submit"]:hover {
	background-color: #9AA64E;
	transition-property: all;
	transition-duration: .2s;
}

iframe, embed {
	max-width: 100%;
}

/****************************
Blog
****************************/
.blog .entry-content img,
.archive .entry-content img,
.single .entry-content img {
	margin-bottom:30px;
}
.single-title {
	margin-top: 30px;
}
.article-footer {
	margin: 30px 0;
	/*padding: 14px 0;*/
	border-top: 6px solid #A7A7A7;
	/*border-bottom: 1px solid #404041;*/
}
.sidebar .widget {
	margin-bottom:30px;
}
.sidebar h4.widgettitle {
	border-bottom: 2px solid #A55F58;
}
.nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
 
.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.post-navigation {
background-color:#f3f9ff;
padding:0px;
}
.nav-previous, .nav-next{
padding:10px;
font-weight:bold
}
.nav-previous:hover,.nav-next:hover {
background-color:#0170b9;
}
.nav-previous:hover a, .nav-next:hover a {
color:#fff;
}



/****************************
Large Screens Only
****************************/
@media screen and (min-width: 1024px) {
	#menu-footer-menu li > a {
		text-align:left;
	}
	.footer .columns:first-child {
		text-align:left;
	}
}

/****************************
Medium Screens & Larger
****************************/
@media screen and (min-width: 768px) {

}

/****************************
Medium Screens & Smaller
****************************/
@media screen and (max-width: 1023px) {
	#inner-footer {
		text-align:center;
	}
}

/****************************
Medium Screens Only
****************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.top-bar-left {
		max-width:25%;
	}
	.top-bar-right {
		max-width:75%;
	}
	.top-bar .menu li > a {
		font-size:17px;
		padding:10px;
	}
	
	#home-slider .slider-tab h1 p {
		font-size: 36px;
		margin-left: -10px;
	}
	
	
	#menu-footer-menu li > a,
	.footer .medium-6 .widgettitle {
		text-align:left;
	}
	.footer .columns:first-child {
		text-align:left;
	}
}


@media screen and (max-width: 767px) {
	#home-slider .slider-tab h1 p {
		font-size: 28px;
		margin-left: -20px;
	}
}

/****************************
Small Screens Only
****************************/
@media screen and (max-width: 500px) {

	/***********************
	Override 640px Foundation Breakpoint
	***********************
	.show-for-medium {
		display:none !important;
	}
	.hide-for-medium {
		display:block !important;
	}

	/***********************
	General
	***********************/	
	.top-bar .top-bar-left, 
	.top-bar .top-bar-right {
		width:auto;
	}
	#content {
	}
	
	#home-slider .slider-tab h1 p {
		margin-left: -20px;
		font-size: 20px !important;
	}
	
	#partner-list li,
	#quick-links li {
		width:100%;
		float:none;
	}
	
}



