/*
Theme Name: Bridges
Theme URI: 
Description: 
Author: S2N DESIGN
Author URI: http://www.s2ndesign.com
Version: 1.0

*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

html {
    font-size: 100%;
}

body { 
	background: #FFF; 
	color: #4e4e4e; 
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif; /*16, 24*/
}

a { 
    color: #ec7e2c;
	text-decoration: none;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

a:hover {
	color: #82ba0e;
}

.container {
	clear: both;
	margin: 0 auto; 
	max-width: 1180px;
	position: relative;
}

img {
	height: auto;
	max-width: 100%;
}

iframe {
    max-width: 100%;
}

.btn,
.contact-footer input[type="submit"] {
    background: #82ba0e;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

.btn.blue {
    background: #3e7fc8;
}

.btn:hover,
.jetpack_subscription_widget input[type="submit"]:hover {
    background: #3e7fc8;
    color: #fff;
}

.btn.blue:hover {
    background: #82ba0e;
}

.btn.large {
    padding: 18px 20px;
}

.jetpack_subscription_widget input[type="submit"] {
    border: none;
    transition: all .5s ease;
}

/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

header, section, footer {
	float: left;
	width: 100%;
}

header .logo {
    float: left;
    margin-top: 15px;
}

/***************************************************************************************************************************************************************************************/

/*NAV STYLES*/

/***************************************************************************************************************************************************************************************/

/*Top Menu*/

.top-menu {
    background: #222;
}

.top-menu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.top-menu li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    vertical-align: middle;
}

.top-menu li.menu-item {
    margin-right: 54px;
}

.top-menu a:not(.btn) {
    color: #7a7a7a;
    font-size: .9375em; /*15/16*/
    letter-spacing: 1px;
}

.top-menu a:not(.btn):hover {
    color: #82ba0e;
}

.top-menu .social {
    margin-right: 30px;
}

.top-menu .social a {
    font-size: 20px;
}

.top-menu .btn {
    padding: 12px 30px;
    text-transform: none;
}

/*Main Menu*/

header nav {
    float: right;
}

header #menu-main {
    margin: 56px 10px 0 0;
    padding: 0;
}

header #menu-main > li {
    display: inline-block;
    margin: 0 22px;
    position: relative;
}

header #menu-main a {
    color: #5e5e5e;
    display: block;
    font-weight: bold;
    padding: 0 15px;
}

header #menu-main > li > a:after {
    display: block;
    content: "";
    height: 10px;
    margin-top: 48px;
    width: 100%;
}

header #menu-main > li > a:hover,
header #menu-main > li[class*='current-'] > a,
header #menu-main > li:hover > a {
    color: #82ba0e;
}

header #menu-main > li[class*='current-'] > a:after,
header #menu-main > li:hover > a:after {
    background: #82ba0e;
}

/*Dropdown Menu*/

header #menu-main .sub-menu {
    background: #fff;
    display: none;
    left: -34px;
    margin: 0;
    padding: 15px 0 25px;
    position: absolute;
    top: 82px;
    width: 240px;
    z-index: 10;
}

header #menu-main li:hover .sub-menu,
header #menu-main a:hover + .sub-menu {
    display: block;
}

header #menu-main .sub-menu li {
    display: block;
    margin: 0;
}

header #menu-main .sub-menu li a {
    border: none;
    display: block;
    padding: 10px 35px;
}

header #menu-main .sub-menu li a:hover,
header #menu-main .sub-menu li[class*='current-'] a {
    border: none;
    color: #3e7fc8;
}

/*Mobile Menu*/

nav.mobile {
    display: none !important;
}

/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

/***************************************************************************************************************************************************************************************/

/***Contact Footer***/

.contact-footer {
    background: url('images/contact-bkg.jpg') no-repeat center bottom;
    background-size: 100%;
    padding: 25px 0 50px;
}

.contact-footer .column {
    float: left;
    margin: 70px 5.93% 0 0; /*70*/
    width: 27.96%; /*330*/
}

.contact-footer .column:nth-of-type(2) {
    margin-right: 0;
}

.contact-footer h2 {
    color: #464646;
    font-size: 1.75em; /*28/16*/
    margin: 0 0 25px;
}

.contact-footer p {
    color: #5c5c5c;
    margin: 0 0 30px;
}

.contact-footer p.address,
.contact-footer p.phone,
.contact-footer p.email {
    clear: both;
    padding-left: 54px;
    position: relative;
}

.contact-footer p.email {
    margin: 0 0 60px;
}

.contact-footer p i {
    background: #82ba0e;
    border-radius: 200%;
    color: #fff;
    font-size: 26px;
    height: 42px;
    left: 0;
    padding-top: 9px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 42px;
}

.contact-footer p.phone i {
    background: #ec7e2c;
    top: -10px;
}

.contact-footer p.email i {
    background: #3e7fc8;
    font-size: 21px;
    top: -10px;
}

.contact-footer p.address a {
    font-weight: bold;
    text-transform: uppercase;
}

.contact-footer p.email a {
    color: #5c5c5c;
}

.contact-footer .btn {
    margin-top: 10px;
}

.contact-footer .contact-callout {
    float: right;
    width: 35.16%; /*415*/
}

#tweets ul {
    margin: 0;
    padding: 0;
}

#tweets li {
    display: block;
    list-style: none;
    margin-bottom: 22px;
    padding-left: 72px;
    position: relative;
    word-break: break-all;
}

#tweets .user img {
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

#tweets .user span span {
    font-weight: bold;
    text-transform: uppercase;
}

#tweets .tweet,
#tweets .timePosted a,
#tweets .user a {
    color: #464646;
}

#tweets .tweet,
#tweets .timePosted {
    font-size: .875em; /*14/16*/
    line-height: 1.28em; /*18/14*/
    margin: 0 0 12px;
    word-break: normal;
}

#tweets .tweet a {
    color: #82ba0e;
    font-weight: bold;
}

#tweets .timePosted {
    
}

/***Main Footer***/

footer {
    background: rgba(36,36,36,.90);
    padding: 60px 0 30px;
    position: relative;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer .menu {
    float: left;
    margin-right: 1.69%;
    width: 23.72%; /*280*/
}

footer .menu:last-of-type {
    margin-right: 0;
}

footer .sub-menu {
    margin: 10px 0 30px;
}

footer li {
    display: block;
    list-style: none;
    margin: 0 0 8px;
}

footer .menu > li > a {
    color: #bfbfbf;
    font-size: 1.125em;
    font-weight: bold;
    padding-right: 70px;
}

footer li a {
    color: #8f8f90;
}

footer li a:hover {
    color: #82ba0e;
}

/*Copyright*/

.copyright {
    background: #222;
    color: #4a4949;
    font-size: .8125em; /*13/16*/
    padding: 25px 0;
}

.copyright .left {
    float: left;
}

.copyright .left img {
    margin-right: 25px;
    vertical-align: middle;
}

.copyright .right {
    float: right;
    margin-top: 22px;
}

/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

/***************************************************************************************************************************************************************************************/

#hero {
    background: url('images/hero-bkg.jpg') no-repeat right bottom #f4f4f4;
    height: 560px;
    position: relative;
}

#hero .container {
    height: 100%;
}

#hero .main-content {
    left: 0;
    position: absolute;
    top: 94px;
    width: 36.44%; /*430*/
    z-index: 10;
}

#hero h1 {
    color: #3d3d3d;
    font-size: 1.5em; /*32/16*/
    line-height: 1.5em; /*48/32*/
    margin: 0 0 30px;
}

#hero p {
    margin: 0 0 50px;
}

#hero img {
    bottom: 0;
    left: 42.37%;
    position: absolute;
}

#testimonials-slider {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#testimonials-slider .slides,
#testimonials-slider .slides li {
    height: 100%;
}

#testimonials-slider ul {
    margin: 0;
    padding: 0;
}

#testimonials-slider li {
    list-style: none;
}

#testimonials-slider .slides li {
    display: none;
}

#testimonials-slider .slides li:first-child {
    display: none;
}

#hero .testimonial {
    float: right;
    margin: 102px 30px 0 0;
    padding: 0 0 0 70px;
    position: relative;
    width: 55%; /*370*/
}

#hero .testimonial:before,
#hero .testimonial:after {
    color: #dadada;
    content: "\f10d";
    font: normal normal normal 50px FontAwesome;
    left: 0;
    position: absolute;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 0;
}

#hero .testimonial:after {
    bottom: -34px;
    content: "\f10e";
    left: auto;
    right: 0;
    top: auto;
}

#hero .testimonial p {
    margin: 0;
}

#hero .testimonial blockquote {
    color: #3a3a3a;
    font-size: 1.0em; /*20/16*/
    line-height: 1.6em; /*32/20*/
    margin: 0 0 18px;
}

#hero .testimonial .author {
    color: #3a3a3a;
    line-height: 1.125em; /*18/16*/
}

/***Intro Copy***/

.intro-copy {
    padding: 95px 0 25px;
}

.intro-copy .container {
    max-width: 820px;
}

.intro-copy p {
    color: #353535;
    font-size: 1.25em; /*20/16*/
    line-height: 1.8em; /*36/20*/
    margin: 0 0 50px;
    text-align: center;
}

/***Program Callouts***/

.program-callouts {
    background: url('images/callout-bkg.jpg') no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 68px;
}

.program-callouts .callout {
    float: left;
    height: 410px;
    margin-right: 1.69%; /*20*/
    overflow: hidden;
    padding-top: 298px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 32.2%; /*380*/
}

.program-callouts .callout:nth-of-type(3) {
    margin-right: 0;
}

.program-callouts .headings {
    background: #3e7fc8;
    color: #fff;
    letter-spacing: 1px;
    height: 112px;
    padding: 30px 30px 20px;
    width: 100%;
}

.program-callouts .callout:nth-of-type(2) .headings {
    background: #82ba0e;
}

.program-callouts .callout:nth-of-type(3) .headings {
    background: #f5a713;
}

.program-callouts .headings h2 {
    font-size: 2.25em; /*36/16*/
    margin: 0 0 8px;
    text-transform: uppercase;
}

.program-callouts .headings h3 {
    font-size: .875em; /*14/16*/
    margin: 0;
}

.program-callouts .content {
    background: rgba(0,0,0,.7);
    color: #fff;
    height: 0;
    opacity: 0;
    padding: 40px 15px 20px 28px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.program-callouts .content p {
    margin: 0 0 30px;
}

.program-callouts .more {
    color: #b4ca4e;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.program-callouts .more:hover {
    color: #3e7fc8;
}

.program-callouts .callout:hover {
    padding-top: 0;
}
.program-callouts .callout:hover .content {
    height: 298px;
    opacity: 1;
}

/***Activities Callouts***/

.activities-callouts {
    padding: 95px 0 145px;
}

/*Quote*/

.activities-callouts .quote {
    background: rgba(245,167,20,.8);
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 30px;
    text-align: center;
    width: 32.2%; /*381*/
}

.activities-callouts .quote p {
    font-size: 2em; /*32/16*/
    line-height: 1.5em; /*48/32*/
    margin: 0;
}

.activities-callouts .quote h2 {
    font-size: .875em; /*14/16*/
    margin: 25px 0 0;
    text-transform: uppercase;
}

/*Callouts*/

.activities-callouts .callouts {
    float: right;
    width: 61.86%; /*730*/
}

.activities-callouts .callout {
    background: rgba(0,0,0, .7);
    color: #fff;
    float: left;
    padding: 20px 18px;
    width: 45.2%; /*330*/
}

.activities-callouts .callout:last-child {
    float: right;
}

.activities-callouts .callout h2 {
    font-size: 1.5em; /*24/16*/
    margin: 30px 0 22px;
    text-transform: uppercase;
}

.activities-callouts .callout p {
    margin: 0 0 40px;
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.alignleft { 
	float: left; 
	margin-right: 15px; 
}

.alignright { 
	float: right; 
	margin-left: 15px; 
}

/***Sub Hero***/

.sub-hero {
    padding: 130px 0 125px;
}

.sub-hero h1,
.sub-hero h2 {
    background: rgba(0,0,0,.6);
    color: #fff;
    display: inline-block;
    font-size: 2.25em; /*36/16*/
    margin: 0;
    padding: 28px 30px;
    text-transform: uppercase;
}

/***Main Content***/

article {
    border-bottom: 3px solid #f7f7f7;
    float: left;
    margin: 82px 0 50px;
    width: 61.86%; /*730*/
}

article .wp-post-image {
    margin-bottom: 80px;
}

article h2 {
    font-size: 1.75em; /*28/16*/
    margin: 0 0 38px;
line-height: 125%;
}

article p,
article ul,
article ol {
    line-height: 1.75em; /*28/16*/
    margin: 0 0 24px;
}

/***Sidebar***/

aside {
    background: #fff;
    border: 1px solid #d4d4d4;
    float: right;
    margin: -122px 0 150px;
    padding: 18px 20px;
    width: 23.72%; /*280*/
}

aside ul {
    margin: 0;
    padding: 0;
}

aside li {
    list-style: none;
}

aside .widget {
    border-bottom: 1px solid #d4d4d4;
    float: left;
    width: 100%;
}

aside .widget:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

aside .page-nav h2 {
    font-size: 1.375em; /*22/16*/
    line-height: 1.09em; /*24/22*/
    margin: 0 0 10px;
}

aside .page-nav {
    margin-bottom: 42px;
    padding-bottom: 25px;
}

aside .page-nav li {
    border-bottom: 1px solid #d4d4d4;
    display: block;
}

aside .page-nav li:last-child {
    border: none;
}

aside .page-nav a {
    color: #a3a3a3;
    display: block;
    font-weight: bold;
    padding: 20px 0;
}

aside .page-nav a:hover,
aside .page-nav .current_page_item a {
    color: #82ba0e;
}

aside .testimonial {
    color: #727272;
    margin-bottom: 26px;
    padding-bottom: 20px;
}

aside .testimonial p {
    margin: 0 0 30px;
}

aside .callout {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

aside .callout img {
    border: 1px solid #e4e4e4;
    margin-bottom: 22px;
}

aside .callout h2,
aside .callout h3 {
    color: #464646;
    font-size: 1em;
    margin: 0 0 20px;
}

aside .callout h3 {
    margin-top: 32px;
}

aside .callout p {
    color: #727272;
    margin: 0 0 10px
}

aside .callout p a {
    font-weight: bold;
    text-transform: uppercase;
}

/*Quote and Bold Text Widgets*/

aside .callout.quote-widget,
aside .callout.bold-widget {
    background: url('images/bkg-cta1.jpg') no-repeat top;
    display: table;
    height: 248px;
    max-width: 242px;
    padding: 10px;
    text-align: center;
}

aside .callout.quote-widget:nth-of-type(2),
aside .callout.bold-widget:nth-of-type(2) {
    background: url('images/bkg-cta2.jpg') no-repeat top;
}

aside .callout.quote-widget:nth-of-type(3),
aside .callout.bold-widget:nth-of-type(3) {
    background: url('images/bkg-cta3.jpg') no-repeat top;
}

aside .callout a {
    display: block;
}

aside .callout a:hover {
    opacity: .6;
}

aside .callout.quote-widget p,
aside .callout.bold-widget p,
aside .callout.quote-widget a,
aside .callout.bold-widget a {
    color: #fff;
    display: table-cell;
    font-weight: bold;
    margin: 0;
    vertical-align: middle;
}

aside .callout.quote-widget p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 28px;
    padding: 0 10px;
}

aside .callout.quote-widget p:before,
aside .callout.quote-widget p:after {
    display: block;
    font: 600 40px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

aside .callout.quote-widget p:before {
    content: '\201C';
}

aside .callout.quote-widget p:after {
    content: '\201D';
    margin-top: 10px;
}

aside .callout.bold-widget p {
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 28px;
    text-transform: uppercase;
}

/***************************************************************************************************************************************************************************************/

/*PROGRAMS OVERVIEW PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Main Content***/

.page-template-page-programs article {
    border: none;
}

.intro-content {
    float: left;
    margin: 0 0 24px;
    width: 100%;
}

.program-overview {
    float: left;
    margin-bottom: 48px;
    width: 100%;
}

.program-overview .image {
    margin-bottom: 34px;
    position: relative;
}

.program-overview .headings {
    background: #3e7fc8;
    color: #fff;
    bottom: 0;
    left: 0;
    letter-spacing: 1px;
    padding: 30px 30px 18px;
    position: absolute;
}

.program-overview.program2 .headings {
    background: #82ba0e;
}

.program-overview.program3 .headings {
    background: #f5a713;
}

.program-overview .headings h2 {
    font-size: 3.125em; /*50/16*/
    margin: 0 0 20px;
    text-transform: uppercase;
}

.program-overview .headings h3 {
    font-size: 1.25em; /*20/16*/
    margin: 0;
}

.program-overview ul {
    margin: 0;
    padding: 0;
}

.program-overview li {
    clear: left;
    float: left;
    list-style: none;
    margin-bottom: 28px;
    width: 48%;
}

.program-overview.program1 li {
    clear: both;
    width: 100%;
}

.program-overview li:nth-of-type(even) {
    clear: none;
    float: right;
}

.program-overview li a {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/***Sidebar***/

.page-template-page-programs aside .callout {
    padding-bottom: 20px;
}

.page-template-page-programs aside .callout iframe {
    margin-bottom: 30px;
}

/***************************************************************************************************************************************************************************************/

/*PROGRAMS DETAIL PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Slideshow***/

.program-slideshow {
    float: left;
    margin: 40px 0 60px;
    width: 100%;
}

.program-slideshow ul {
    margin: 0;
    padding: 0;
}

.program-slideshow .slides {
    float: left;
    width: 100%;
}

.program-slideshow .slides li {
    display: none;
    list-style: none;
}

.program-slideshow li:first-child {
    display: block;
}

.flex-control-nav {
    float: left;
    margin: 20px 0 0; 
    padding: 0;
    text-align: center;
    width: 100%;
}

.flex-control-nav li {
    display: inline-block;
    list-style: none;
    margin: 0 4px;
}

.flex-control-nav a {
    background: #dedede;
    border-radius: 200%;
    cursor: pointer;
    display: block;
    height: 10px;
    text-indent: -99999999px;
    width: 10px;
}

.flex-control-nav .flex-active {
    background: #888;
}

/***************************************************************************************************************************************************************************************/

/*BLOG ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

.blog article,
.single-post article {
    border: none;
}

article .post {
    border-bottom: 3px solid #f7f7f7;
    float: left;
    margin-bottom: 52px;
    padding-bottom: 42px;
    width: 100%;
}

article .post .wp-post-image {
    margin-bottom: 35px;
}

article .post h2 {
    margin: 0;
line-height: 125%;
}

article .post h2 a {
    color: #464646;
line-height: 125%;
}

article .post h2 a:hover {
    color: #82ba0e;
line-height: 125%;
}

article .post p {
    line-height: 1.75em; /*28/16*/
    margin: 0 0 30px;
}

article .post .meta {
    color: #5b5b5b;
    font-size: .875em; /*14/16*/
    line-height: 1.14em; /*16/14*/
    margin: 15px 0 30px;
}

.wp-pagenavi {
    float: left;
    width: 100%;
}

.wp-pagenavi > * {
    background: #82ba0e;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    height: 60px;
    margin: 0 14px 14px 0;
    padding-top: 18px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    background: #ec7e2c;
    color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    padding-top: 16px;
}

.wp-pagenavi > *:last-child {
    margin-right: 0;
}

/***************************************************************************************************************************************************************************************/

/*ABOUT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.sub-hero h2 {
    margin-bottom: 30px;
}

.sub-hero ul {
    margin: 0;
    padding: 0;
}

.sub-hero li {
    list-style: none;
}

.sub-hero li li {
    display: inline-block;
    list-style: none;
    margin: 0 14px 14px 0;
}

.sub-hero li a {
    background: rgba(0,0,0,.58);
    color: #fff;
    display: block;
    letter-spacing: 1px;
    font-size: .875em; 
    font-weight: 700;
    padding: 8px 12px;
    text-transform: uppercase;
}

.sub-hero li a:hover {
    background: #3e79ba;
}

/***Intro Content***/

.about-intro-content {
    padding: 85px 0 140px;
}

.about-intro-content .content {
    float: left;
    width: 44.91%; /*530*/
}

.about-intro-content h2,
.mission h2 {
    font-size: 1.75em; /*28/16*/
    margin: 0 0 30px;
line-height: 125%;
}

.about-intro-content p,
.mission p {
    line-height: 1.75em; /*28/16*/
    margin: 0 0 20px;
}

.about-intro-content .lightbox {
    border: 13px solid #f3f3f3;
    float: right;
    width: 40.67%; /*480*/
}

/***Mission Content****/

.mission-hero {
    height: 538px;
}

.mission {
    background: url('images/bkg-mission.jpg') no-repeat center bottom;
    background-size: 100%;
    padding: 66px 0 158px;
}

.mission .main-content {
    display: block;
    margin: 0 auto;
    max-width: 820px;
    text-align: center;
}

.mission .columns {
    float: left;
    margin-top: 130px;
    width: 100%;
}

.mission .column {
    float: left;
    margin-right: 5.93%;
    width: 27.96%; /*330*/
}

.mission .column:last-of-type {
    margin-right: 0;
}

.mission .column h3 {
    color: #3e79ba;
    font-size: 1.375em; /*22*/
    margin: 0 0 22px;
    text-transform: uppercase;
}

/***Testimonial***/

.about-testimonial {
    padding: 94px 0 214px;
}

.about-testimonial .testimonial {
    background: rgba(0,0,0,.7);
    color: #fff;
    margin: 0 auto;
    max-width: 650px;
    padding: 48px 50px 40px;
    text-align: center;
}

.about-testimonial .testimonial p {
    font-size: 1.5em; /*24/16*/
    font-style: italic;
    line-height: 1.5em; /*36/24*/
    margin: 0 0 45px;
}

.about-testimonial .testimonial h2 {
    font-size: 1.125em; /*18/16*/
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

/***************************************************************************************************************************************************************************************/

/*TEAM BUILDING PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.sub-hero.hero-content {
    padding: 88px 0 50px;
}

.hero-content .content {
    float: left;
    max-width: 684px;
    padding: 62px 42px 95px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hero-content .content:before {
    background: rgba(255,255,255,.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transform-origin:0;
    -ms-transform-origin:0;
    transform-origin: 0;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    top: 0;
    width: 100%;
}

.hero-content .content > * {
    position: relative;
}

.hero-content h1 {
    background: none;
    color: #464646;
    margin: 0 0 28px;
    padding: 0;
}

.hero-content p {
    line-height: 1.75em; /*28/16*/
    margin: 0 0 40px;
    padding-right: 40px;
}

.hero-content .btn.large {
    padding: 15px 30px;
}

.hero-content .btn:last-of-type {
    background: #407abc;
    margin-left: 35px;
}

/***Groups Content***/

.team-building {
    background: none;
    padding-bottom: 136px;
}

.team-building .column img {
    margin-bottom: 65px;
}

.team-building p a {
    font-size: 1.125em; /*18/16*/
    font-weight: bold;
    text-transform: uppercase;
}

/*Slideshow*/

.group-slideshow {
    float: left;
    margin-top: 122px;
    position: relative;
    width: 100%;
}

.group-slideshow ul {
    float: left;
    margin: 0;
    padding: 0;
}

.group-slideshow li {
    list-style: none;
}

.group-slideshow .slides li {
    display: none;
}

.group-slideshow .slides li:first-child {
    display: block;
}

/***************************************************************************************************************************************************************************************/

/*THE CENTER PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Main Content***/

.main-center-content {
    padding: 75px 0 125px;
}

.main-center-content .content {
    float: left;
    width: 49.15%; /*580*/
}

.main-center-content h2,
.dual-columns .column h2 {
    font-size: 1.75em; /*28/16*/
line-height: 125%;
}

.main-center-content p,
.dual-columns .column p {
    line-height: 1.75em; /*28/16*/
    margin: 0 0 20px;
}

.main-center-content .btn,
.dual-columns .column .btn {
    margin-top: 30px;
    padding: 15px 20px;
    width: 204px;
}

.main-center-content iframe {
    border: 16px solid #e4e4e4;
    display: block;
    float: right;
    width: 40.67%; /*480*/
}

/***Learn Map***/

.learn-map {
    height: 736px;
}

.learn-map-background {
    display: block;
    height: 100%;
    margin: 0 auto;
    padding-top: 112px;
    position: relative;
    max-width: 1582px;
}

.learn-map .content {
    background: rgba(0,0,0,.6);
    color: #fff;
    max-width: 575px;
    padding: 50px 35px;
}

.learn-map .content h2 {
   font-size: 1.75em; /*28/16*/
   margin: 0 0 25px; 
}

.learn-map .content p {
    font-size: 1.125em; /*18/16*/
    line-height: 1.55em; /*28/18*/
    margin: 0;
}

.learn-map .tooltip {
    position: absolute;
}

.learn-map .tooltip1 {
    bottom: 94px;
    left: 202px;
}

.learn-map .tooltip2 {
    bottom: 243px;
    left: 511px;
}

.learn-map .tooltip3 {
    bottom: 312px;
    left: 852px;
}

.learn-map .tooltip4 {
    right: 290px;
    top: 206px;
}

.learn-map .tooltip5 {
    bottom: 234px;
    right: 30px;
}

.learn-map .tooltip span {
    background: #cfff37;
    border: 7px solid #cfff37;
    border-radius: 200%;
    display: block;
    height: 34px;
    opacity: .8;
    width: 34px;
}

.learn-map .tooltip:hover span {
    background: #555584;
}

.learn-map .tooltip .rollover {
    background: #fff;
    box-shadow: 4px 4px 8px rgba(0,0,0,.5);
    color: #413a5e;
    display: none;
    left: -352px;
    max-width: 335px;
    padding: 60px 20px 50px 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.learn-map .tooltip1 .rollover {
    left: auto;
    right: -352px;
}

.learn-map .tooltip:hover .rollover {
    display: block;
}

.learn-map .tooltip .rollover:after {
    background: url('images/tooltip.png') no-repeat;
    content: "";
    height: 21px;
    margin-top: -20px;
    position: absolute;
    right: -20px;
    top: 50%;
    width: 21px;
}

.learn-map .tooltip1 .rollover:after {
    left: -20px;
    right: auto;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.learn-map .tooltip .rollover p {
    margin: 0;
}

/***Columns***/

.dual-columns {
    padding: 65px 0 125px;
}

.dual-columns .container {
    max-width: 1080px;
}

.dual-columns .column {
    float: left;
    width: 44.53%; /*481/1080*/
}

.dual-columns .column:last-of-type {
    float: right;
}

.dual-columns .column img {
    border-bottom: 8px solid #3e79ba;
    margin: 0 0 30px;
}

.dual-columns .column:last-of-type img {
    border-color: #ec7e2c;
}

.dual-columns .column h2 {
    margin: 0 0 30px;
}

.dual-columns .column .btn {
    padding: 15px 35px;
    width: auto;
}

/***************************************************************************************************************************************************************************************/

/*EVENTS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.events-content {
    padding-top: 50px;
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1200*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 75em) {

    .container {
        padding: 0 20px;
    }
    
    /*Home*/
    
    #hero .main-content {
        left: 20px;
    }
    
    .program-callouts .callout {
        height: auto;
        overflow: visible;
        padding-top: 0;
    }
    
    .program-callouts .content {
        height: auto;
        opacity: 1;
    }
    
    .program-callouts .headings,
    .program-callouts .callout:hover .content {
        height: auto;
    }
    
    .program-callouts .headings h2 {
        font-size: 1.8em;
        margin: 0 0 2px;
    }

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1090*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 68.125em) {

    /*Nav*/
    
    header nav li {
        margin: 0 5px;
    }
    
    /*Default Page*/
    
    article {
        width: 65%;
    }
    
    aside {
        width: 30%;
    }

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 960*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 60em) {

    /*Mobile Header & Nav*/
    
    header {
        display: none;
    }
    
    .mean-container .mean-bar {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }
    
    .mean-container .mean-nav {
        margin-top: 54px;
    }
    
    .mean-container .mean-nav,
    .mean-container .mean-bar {
        background: #fff;
    }
    
    .mean-container a.meanmenu-reveal {
        color: #ec7e2c;
    }
    
    .mean-container a.meanmenu-reveal span {
        background: #ec7e2c;
    }
    
    .mean-container .mean-nav .logo {
        left: 20px;
        position: absolute;
        top: 2px;
        width: 88px;
    }
    
    .mean-container .mean-nav ul li a {
        border-color: #5e5e5e;
        color: #5e5e5e;
        font-size: 1em;
        font-weight: bold;
    }
    
    .mean-container .mean-nav ul li.social {
        border-top: 1px solid #5e5e5e;
        padding: 30px 0;
        text-align: center;
    }
    
    .mean-container .mean-nav ul li.social a:not(.btn) {
        border: none;
        display: inline-block;
        float: none;
        font-size: 26px;
        margin: 0 10px;
        padding: 0;
        width: auto;
    }
    
    .mean-container .mean-nav ul li.social .btn {
        border: none;
        color: #fff;
        display: block;
        float: none;
        margin: 20px auto 0;
        max-width: 150px;
        min-height: 0;
        text-align: center;
    }
    
    /*Footer*/
    
    .contact-footer {
        padding-bottom: 20px;
        position: relative;
    }
    
    .contact-footer .container {
        position: static;
    }
    
    .contact-footer .column {
        margin: 0;
        width: 50%;
    }
    
    .contact-footer .column:nth-of-type(2) {
        clear: left;
        margin-top: 50px;
    }
    
    .contact-footer h2 {
        font-size: 1.5em;
    }
    
    .contact-footer .contact-callout {
        bottom: -20px;
        float: none;
        position: absolute;
        right: 20px;
        width: 45%;
    }
    
    footer {
        margin-top: 0;
    }
    
    /*Home*/
    
    #hero {
        height: auto;
    }
    
    #hero .main-content {
        float: left;
        margin: 50px 0;
        position: static;
        width: 100%;
    }
    
    #hero .flex-control-nav {
        bottom: 15px;
        margin: 0;
        position: absolute;
        z-index: 2;
    }
    
    #hero img {
        float: left;
        position: static;
        width: 30%;
    }
    
    #hero .testimonial {
        background: rgba(255,255,255,.6);
        margin: 30px 0 0;
        padding: 20px 20px 20px 50px;
        width: 70%;
    }
    
    #hero .testimonial:before,
    #hero .testimonial:after {
        font-size: 30px;
    }
    
    #hero .testimonial:before {
        left: 10px;
        top: 10px;
    }
    
    #hero .testimonial:after {
        bottom: 10px;
        right: 10px;
    }
    
    .program-callouts .container {
        padding: 0;
    }
    
    .program-callouts .callout {
        background-position: left top !important;
        background-size: 100% !important;
        margin: 0 0 20px;
        padding-top: 250px;
        width: 100%;
    }
    
    .program-callouts .callout:hover {
        padding-top: 250px;
    }
    
    .program-callouts .content {
        background: #4b494b;
    }
    
    .activities-callouts {
        padding-top: 50px;
    }
    
    .activities-callouts .quote {
        width: 100%;
    }
    
    .activities-callouts .callouts {
        margin-top: 30px;
        width: 100%;
    }
    
    .activities-callouts .callout img {
        display: block;
        margin: 0 auto;
    }
    
    /*About*/
    
    .about-intro-content {
        padding: 85px 0;
    }
    
    .about-intro-content .lightbox {
        display: block;
        float: none;
        margin: 0 auto 40px;
        max-width: 480px;
        width: auto;
    }
    
    .about-intro-content .content {
        width: 100%;
    }
    
    .mission-hero {
        height: 300px;
    }
    
    .mission {
        padding: 66px 0;
    }
    
    .mission .column {
        margin: 0 0 30px;
        width: 100%;
    }
    
    /*Center*/
    
    .learn-map {
        background-color: #506994;
        height: auto;
        padding-bottom: 30px;
    }
    
    .learn-map-background {
        background-position: center top !important;
        padding: 50px 0 0;
    }
    
    .learn-map .content {
        margin-bottom: 200px;
        padding: 30px;
    }
    
    .learn-map .content p {
        display: none;
    }
    
    .learn-map .tooltip {
        float: left;
        margin-top: 15px;
        position: static;
        width: 100%;
    }
    
    .learn-map .tooltip span {
        display: none;
    }
    
    .learn-map .tooltip .rollover {
        background: rgba(0,0,0,.6);
        box-shadow: none;
        color: #fff;
        display: block;
        float: left;
        max-width: 100%;
        padding: 30px;
        position: static;
        transform: none;
        width: 100%;
    }
    
    .learn-map .tooltip .rollover:after {
        display: none;
    }

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 850*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 53.125em) {
    
    /*Footer*/
    
    footer .menu {
        clear: left;
        margin: 0 0 30px;
        width: 48%;
    }
    
    footer .menu:nth-of-type(even) {
        clear: none;
        float: right;
    }
    
    footer .menu > li > a {
        padding: 0;
    }
    
    /*The Center*/
    
    .main-center-content iframe {
        display: block;
        float: none;
        margin: 0 auto 30px;
        width: 100%;
    }
    
    .main-center-content .content {
        text-align: center;
        width: 100%;
    }
    
    .dual-columns {
        padding: 40px 0;
    }
    
}


/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 780*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 48.75em) {

    /*Default Page*/
    
    .sub-hero {
        margin-bottom: 30px;
        padding: 30px 0 50px;
    }
    
    .sub-hero h1 {
        font-size: 1.8em;
        line-height: 1.2em;
        padding: 20px;
    }
    
    article {
        margin: 0 0 30px;
        width: 100%;
    }
    
    aside {
        float: left;
        margin: 0 0 30px;
        max-width: 280px;
        width: 100%;
    }
    
    article .wp-post-image {
        margin-bottom: 40px;
    }
    
    article h2 {
        font-size: 1.4em;
line-height: 125%;
    }
    
    /*Blog*/
    
    .wp-pagenavi > *,
    .wp-pagenavi .previouspostslink, 
    .wp-pagenavi .nextpostslink {
        font-size: 20px;
        height: 40px;
        margin: 0 5px 5px 0;
        padding-top: 9px;
        width: 40px;
    }
    
    /*About*/
    
    .about-intro-content,
    .mission {
        padding: 30px 0; 
    }
    
    .mission .columns {
        margin-top: 40px;
    }
    
    .about-testimonial {
        padding: 50px 0;
    }
    
    .about-testimonial .testimonial {
        padding: 30px;
    }
    
    /*Groups*/
    
    .group-slideshow {
        margin-top: 30px;
    }
    
    .hero-content .content {
        padding: 30px;
    }
    
    .hero-content .content h1 {
        padding: 0;
    }
    
    .hero-content .content p {
        padding: 0;
    }
    
    .hero-content .btn.large {
        margin: 0 0 15px !important;
        width: 100%;
    }

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 650*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 40.625em) {
    
    /*Footer*/
    
    .contact-footer {
        padding-bottom: 0;
    }
    
    .contact-footer .column {
        width: 100%;
    }
    
    .contact-footer .column:nth-of-type(2) {
        margin-bottom: 20px;
    }
    
    .contact-footer .contact-callout {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        position: static;
        width: 300px;
    }
    
    footer {
        margin-top: -75px;
    }
    
    .copyright {
        text-align: center;
    }
    
    .copyright .left,
    .copyright .right {
        width: 100%;
    }
    
    .copyright .left span {
        display: block;
        margin-top: 15px;
    }
    
    .copyright .left img {
        margin: 0 5px;
    }
    
    /*Home*/
    
    #hero {
        padding-bottom: 50px;
    }
    
    #hero h1 {
        font-size: 1.5em;
    }
    
    #testimonials-slider img,
    #testimonials-slider .testimonial{
        display: none;
    }
    
    .intro-copy {
        padding: 50px 0 0;
    }
    
    .intro-copy p {
        1.1em;
    }
    
    .activities-callouts {
        padding: 30px 0;
    }
    
    .activities-callouts .quote p {
        font-size: 1.3em;
    }
    
    .activities-callouts .callout {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    } 
    
    /*Program Overview*/
    
    .program-overview .headings {
        padding: 15px;
        position: static;
        width: 100%;
    }
    
    .program-overview .headings h2 {
        font-size: 1.5em;
        margin-bottom: 5px;
line-height: 125%;
    }
    
    .program-overview .headings h3 {
        font-size: 1em;
    }
    
    .program-overview li {
        clear: both;
        width: 100% !important;
    }
    
    /*About*/
    
    .main-center-content img {
        border-width: 4px;
    }
    
    .about-intro-content h2, 
    .mission h2,
    .main-center-content h2,
    .learn-map .content h2,
    .dual-columns .column h2 {
        font-size: 1.5em;
line-height: 125%;
    }
    
    .mission .column h3 {
        font-size: 1.2em;
    }
    
    /*Center*/
    
    .main-center-content {
        padding: 50px 0;
    }
    
    .dual-columns .column {
        margin-bottom: 40px;
        text-align: center;
        width: 100%;
    }
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 400*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 25em) {
    
    /*Footer*/
    
    footer .menu {
        text-align: center;
        width: 100%;
    }
    
    /*Home*/
    
    .program-callouts .headings {
        padding: 20px;
    }
    
    .program-callouts .headings h2 {
        font-size: 1.4em;
    }
    
    .program-callouts .content {
        padding: 20px;
    }
    
    /*About*/
    
    .mission-hero {
        height: 150px;
    }
    
}

/********additional**/

.c-form {
    font-family: Tahoma, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    color: #939292;
    background-color: #f2f2f2;
    border: none;
    border-bottom: 8px solid #d6d6d5;
    margin-bottom: 15px;
    padding: 5px;
}

.c-form input{
    font-family: Tahoma, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    color: #939292;
    background-color: #f2f2f2;
    border: none;
    border-bottom: 8px solid #d6d6d5;
    margin-bottom: 15px;
    padding: 5px;
width: 600px;
}

.c-form textarea{
    font-family: Tahoma, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    color: #939292;
    background-color: #f2f2f2;
    border: none;
    border-bottom: 8px solid #d6d6d5;
    margin-bottom: 15px;
    padding: 5px;
width: 600px;
}

.c-form input[type="submit"]{
    padding:10px;
}

.c-form input a{
    background-color: #cccccb;
    border-bottom: 8px solid #565656;
    padding: 10px;
}

.c-form input[type="submit"] a{
        background-color: #cccccb;
    border-bottom: 8px solid #565656;
    padding: 10px;
}

.quote-content {
    font-family: Merriweather, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 200%;
}

.testi-text {
    font-weight: 400;
}
.btn {
	display: inline-block;
	min-height: 39px;
	padding: 9px 18px 6px;
	border-bottom: 5px solid #565656;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

/**** FORMS ****/

input, textarea, select {
    font-family: sans-serif;
    color: #222;
    font-size: 100%;
    vertical-align: middle;
    line-height: normal;
    margin: 0;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #CCCCCC;
    color: #a9a9a9;
}

span.wpcf7-list-item {
	display: block;
}

/*** SUBSCRIBR ***/

.contact-footer input[type=text],
.contact-footer input[type=email] {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    color: #939292;
    background-color: #f2f2f2;
    border: none;
    border-bottom: 3px solid #d6d6d5;
    text-transform: uppercase;
    padding: 5px;
	height: 50px;
}