/*
	Theme Name: StartOut.org
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    /* font:300 11px/1.4 'Condensed', Helvetica, Arial, sans-serif; */
    font: 300 18px/1.5 'Barlow', Helvetica, Arial, sans-serif;
    color: #444;
    margin: 0;
    padding: 0;
    height: 100%;

}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
    transition: all 0.25s ease;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

.blue-button {
  display: flex;
  justify-content: center;
}

.blue-button a {
  display: inline-block;
  background-color: #4d92de;
  padding: 13px 30px;
  color: #fff !important;
  transition: 0.25s all ease;
  margin: 20px 10px;
  font-size: 28px;
  text-decoration: none;
  text-align: center;
  font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.blue-button a:hover {
  color: #fff !important;
  background-color: #333 ;
  text-decoration: none !important;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p:first-child {
    margin-top: 0px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    padding-bottom: 300px;
    padding-top: 150px;
    -webkit-transition: -webkit-all 0.5s ease-out;
    -ms-transition: -ms-all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.wrapper_adjust_top {
    padding-top: 100px !important;
}

.contain {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

/* header */
.header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0px;
    z-index: 990;
}

.utility_nav {
    width: 100%;
    height: 34px;
    background: #1ca9d0;
    color: #fff;
    text-align: center;
}

.utility_nav_contain {
    display: inline-block;
    vertical-align: top;
}

#utility_nav_left {
    width: 270px;
    padding-top: 2px;
    text-align: right;
    padding-right: 15px;
}

#utility_nav_left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#utility_nav_left li {
    display: inline-block;
    margin-right: 15px;
    font-size: 17px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.utility_nav_social a {
    color: #81d3e9;
}

.utility_nav_social a:hover {
    color: #fff;
}

#utility_nav_center {
    width: 380px;
    background: #fff;
}

.utility_divider_left {
    float: left;
    width: 6px;
    height: 34px;
}

.utility_divider_right {
    float: right;
    width: 6px;
    height: 34px;
}

#utility_nav_right {
    width: 270px;
    padding-top: 3px;
    text-align: left;
    padding-left: 20px;
}

#utility_nav_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#utility_nav_right li {
    display: inline-block;
    margin-left: 5px;
    font-size: 17px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#utility_dontate a {
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 15px 3px 15px;
}

#utility_dontate a:hover {
    color: #1ca9d0;
    border: 1px solid #fff;
    padding: 2px 15px 3px 15px;
    background: #fff;
}

#utility_signup a {
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 15px 3px 15px;
}

#utility_signup a:hover {
    color: #1ca9d0;
    background: #fff;
    border: 1px solid #fff;
}

#login a {
    color: #fff;
    border: 1px solid #1ca9d0;
    padding: 2px 15px 3px 15px;
}

#login a:hover {
    color: #1ca9d0;
    background: #fff;
    border: 1px solid #fff;
}





/* logo */

.logo_contain {
    width: 100%;
    height: 70px;
    text-align: center;
    -webkit-transition: -webkit-all 0.5s ease-out;
    -ms-transition: -ms-all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.logo_contain_animate {
    height: 40px;
}

.logo {
    width: 300px;
    -webkit-transition: -webkit-all 0.5s ease-out;
    -ms-transition: -ms-all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.logo-animate {
    width: 200px;
    margin-top: -30px;
}

/* nav */
.nav {
    text-align: center;
    background-color: #fafaf9;
    -webkit-transition: -webkit-all 0.5s ease-out;
    -ms-transition: -ms-all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
}

.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav li {
    display: inline-block;
    font-size: 17px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #7f8f98;
    padding: 0px 28px 0px 28px;
}

.nav li a {
    display: block;
    padding: 15px 0 0 0;
    margin-bottom: 13px;
    color: #808f99;
}

.nav li a:hover {
    margin-bottom: 13px;
    color: #313131;
}

.sub-menu_animate {
    margin-top: 5px;
}

.nav .current_page_item a {
    border-bottom: 2px solid #5b8eca;
}

.nav .current_page_parent a {
    border-bottom: 2px solid #5b8eca;
}

.nav_add_underline {
    border-bottom: 2px solid #5b8eca;
}

.nav_hide_underline {
    border-bottom: none !important;
}

.nav_a_animate {
    padding-top: 5px !important;
    margin-bottom: 5px !important;
}

.nav_animate {
    padding: 5px 0 5px 0;
}

.sub-menu {
    position: absolute;
    width: 150px;
    text-align: left;
    display: block;
    margin: 0 0 0 -20px !important;
    padding: 5px 0 3px 0 !important;
    background-color: #fff;
    z-index: 99;
    display: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.33);
}

.sub-menu li {
    padding: 0 0 0 0;
    width: 100%;
    background-color: #fff;

}

.sub-menu li a {
    display: block;
    padding: 0 20px 5px 20px;
    margin-bottom: 0px !important;
    border-bottom: none !important;
    width: 100%;
    background-color: #fff;
}

.sub-menu li a:hover {
    background-color: #f1f1f1;
}

.nav_divider {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 13px !important;
    padding: 0 0 0 0 !important;
    margin-bottom: 3px;
}

.nav_divider span {
    padding: 0 0 0 20px !important;
}

.nav_divider a:hover {
    background-color: #fff !important;
    color: #808f99 !important;
    cursor: default !important;
}

/* body */
.body_content {
    padding-bottom: 60px;
}

/* footer */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 340px;
    background: #f8f8f8;
    border-top: 10px solid #4db0df;
}

.footer_logo {
    width: 240px;
    margin-top: 27px;
    float: left;
}

.footer_social {
    width: 240px;
    margin-top: 20px;
    float: right;
    text-align: right;
}

.footer_social ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.footer_social li {
    display: inline-block;
    font-size: 28px;
    margin-left: 20px;
    color: #4db0df;
}

.footer_social a {
    color: #4db0df;
}

.footer_social a:hover {
    color: #4db0df;
    opacity: 0.5;
}

.footer_nav {
    width: 100%;
    margin: 0 auto;
    margin-top: 90px;
    padding-left: 10%;
}

.footer_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
     display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
}

.footer_nav ul li {
    padding-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.footer_nav a {
    color: #000;
    text-transform: uppercase;
}

.footer_nav a:hover {
    color: #1ca9d0;
}

.footer_nav_title {
    color: #000;
    text-transform: uppercase;
}

.footer_chapter a {

}

.footer_chapter a:before {
    content: "\f0da";
    color: #ccc;
    font-family: FontAwesome;
    width: 10px;
    display: inline-block;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

#my_popup {
    display: none;
    background: #fff;
    position: relative;
    width: 700px;
    min-height: 550px;
    border-radius: 5px;
}

#my_popup .contact_form_home {
    height: auto;
    padding: 20px 40px 20px 40px;
}

#my_popup .select2-container,
#my_popup .select2-container .select2-search,
#my_popup .select2-container .select2-search__field {
    width: 100% !important;
}

.my_popup_title_image img {
    margin-top: 20px;
    max-width: 16%;
}

.my_popup_title_image_wrapper {
    text-align: center;
}

.my_popup_title {
    color: #000000;
    background: #fff;
    padding: 20px 30px 20px 30px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 32px;
    font-family: 'Barlow', Helvetica, Arial, sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.my_popup_title_sub {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 20px;
    padding-top: 40px;
}

.my_popup_close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#under_construction {
    display: none;
    background: #fff;
    position: relative;
    max-width: 700px;
    width: 96%;
    min-height: 500px;
    border-radius: 5px;
}

#under_construction .my_popup_title_sub {
    font-size: 15px;
}

#under_construction .my_popup_title_sub a {
    text-decoration: underline;
}

#under_construction .my_popup_title_sub a:hover {
    text-decoration: none;
}

#under_construction .dot {
    font-size: 26px;
    position: relative;
    top: 3px;
    padding: 0 4px;
}

.under_construction_close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .my_popup_title {
        line-height: 24px;
        font-size: 33px;
    }
    my_popup_title_sub {
        padding-top: 20px;
    }
}
/*-----------HOMEPAGE--------------*/

.home_hero {
    width: 100%;
    height: 606px;
    text-align: center;
    color: #fff;
    position: relative;
}

.home_hero_title {
    font-size: 106px;
    line-height: 95px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-style: italic;
    padding-top: 150px;
    font-weight: normal;
    margin: 0;
}

.home_hero_subtitle {
    padding-top: 55px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 36px;
    line-height: 42px;
    max-width: 830px;
    margin: 0 auto;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.home_slider_contain {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.home_slider_contain .bx-wrapper {
    background: none;
    border: none;
    box-shadow: none;
}

.hero_copy {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.hero_image_overlay {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 606px;
    background: url('img/hero_overlay.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero_image_bg {
    width: 100%;
    height: 606px;

}

.hero_image_bg img {
    display: none;
}

.home_callouts {
    width: 100%;
    margin: 30px 0 20px 0;
    color: #fff;
}

.home_callout_grey {
    width: 50%;
    height: 279px;
    float: left;
    background: #8d8d8d url('img/home_callout_bg_grey.png') no-repeat;
    background-size: auto 279px;
    background-position: top right;
    text-align: left;
    position: relative;
}

.home_callout_blue {
    width: 50%;
    height: 279px;
    float: right;
    background: #247f98 url('img/home_callout_bg_blue.png') no-repeat;
    background-position: top left;
    background-size: auto 279px;
    text-align: left;
    position: relative;
}

.home_callout_grey_contain {
    width: 460px;
    height: 100%;
    position: absolute;
    right: 30px;
    top: 0;
}

.home_callout_blue_contain {
    width: 440px;
    position: absolute;
    height: 100%;
    left: 70px;
    top: 0;
}

.home_callout_title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    padding-top: 20px;
}

.home_callout_copy {
    font-size: 22px;
    line-height: 26px;
    padding: 15px 0 25px;
}

.home_callout_btn {
    display: block;
    text-align: center;
    width: 200px;
    background: #03a8d3;
    color: #fff;
    padding: 10px 0 10px;
    position: absolute;
    bottom: 30px;
}

#home_callout_btn_left {
    border: 1px solid #03a8d3;
}

#home_callout_btn_left:hover {
    border: 1px solid #8d8d8d;
    color: #fff;
    background-color: #8d8d8d;
}

#home_callout_btn_right {
    border: 1px solid #fff;
}

#home_callout_btn_right:hover {
    border: 1px solid #fff;
    color: #03a8d3;
    background-color: #fff;
}

.program_list {
    padding: 40px 0 60px 0;
    max-width: 960px;
}

.program_list_item {
    width: 33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.program_list_item:hover {
    opacity: 0.5;
}

.program_list_logo img {
    width: 90px;
}

.program_list_title {
    color: #3650A2;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    width: 200px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

.program_list_copy {
    color: #9B9B9B;
    font-size: 20px;
    line-height: 24px;
    width: 250px;
    margin: 0 auto;
}

.program_list_btn {
    border-radius: 100px;
    text-align: center;
    padding: 2px 0 3px 0;
    width: 160px;
    color: #fff;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 11px;
    display: none;
}

.program_list_page {
    margin-left: 0px;
    margin-top: 0px;
}

.program_list_btn_free_free {
    background-color: #81d3e9;
    display: block !important;
}

.program_list_btn_premium_premium {
    background-color: #939bc0;
    display: block !important;
}

.program_list_btn_everyone_all {
    background-color: #a1a1a2;
    display: block !important;
}

.program_list_row {
    cursor: pointer;
    text-align: center;
}

.program_list_row h3 {
    padding-bottom: 5px;
    font-size: 36px;
    color: #9B9B9B;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.program_sorting {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px 0;
}

.program_sorting ul {
    list-style: none;
    padding: 0;
}

.program_sorting ul li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
}

.program_sorting ul li span {
    width: auto;
    margin: 0 10px 0 10px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 18px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    color: #a8a9aa;
}

.program_sorting ul li span:hover {
    background: #494949;
    border: 1px solid #494949;
    color: #fff;
    cursor: pointer;
}

#prog_all {
    color: #494949;
    border: 1px solid #494949;
    background: #fff;
}

#prog_all:hover {
    color: #fff;
    border: 1px solid #494949;
    background: #494949;
}

#prog_premium {
    color: #939bc0;
    border: 1px solid #939bc0;
    background: #fff;
}

#prog_premium:hover {
    color: #fff;
    border: 1px solid #939bc0;
    background: #939bc0;
}

#prog_free {
    color: #81d3e9;
    border: 1px solid #81d3e9;
    background: #fff;
}

#prog_free:hover {
    color: #fff;
    border: 1px solid #81d3e9;
    background: #81d3e9;
}

#prog_available_all {
    color: #a1a1a2;
    border: 1px solid #a1a1a2;
    background: #fff;
}

#prog_available_all:hover {
    color: #fff;
    border: 1px solid #a1a1a2;
    background: #a1a1a2;
}

.learn_more_programs {
    border: solid 1px #4A4A4A;
    color: #4A4A4A;
    width: 380px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 70px;
    padding: 10px 0 10px 0;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.learn_more_programs:hover {
    border: solid 1px #4A4A4A;
    color: #fff;
    background: #4A4A4A;
}

.signup_bar {
    width: 100%;
    background: #03A8D3;
    color: #fff;
    padding: 20px 0 20px 0;
}

.signup_bar_contain {
    width: 700px;
    margin: 0 auto;
    transition: all 0.25s ease;
}

.signup_cta {
    float: left;
    max-width: 500px;
    padding-right: 5%;
    font-size: 23px;
    padding-top: 9px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.signup_btn {
    float: right;
    width: 200px;
    border: solid 1px #fff;
    text-align: center;
    padding: 7px 0 7px 0;
    font-size: 23px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.signup_btn:hover {
    color: #03A8D3;
    background: #fff;
    cursor: pointer;
}

.signup_close_btn {
    float: right;
    width: 200px;
    border: solid 1px #fff;
    text-align: center;
    padding: 7px 0 7px 0;
    font-size: 23px;
    display: none;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.signup_close_btn:hover {
    color: #03A8D3;
    background: #fff;
    cursor: pointer;
}

.signup_bar_form {
    width: 100%;
    background: #03A8D3;
    color: #fff;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.signup_bar_form_open {
    height: 335px;
    transition: all 0.5s ease;
}

.signup_bar_form_contain {
    max-width: 700px;
    margin: 0 auto;
}

.contact_form_home {
    background: none !important;
    padding-right: 2%;
    padding-left: 2%;
}

.contact_form_home textarea {
    height: 100px;
}

.testimonials {
    background: #fff;
    margin-top: -60px;
    position: relative;
    height: 100%;
}

.testimonial_image_overlay {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 454px;
    background: url('img/testimonial_overlay.png"') no-repeat;
    background-size: cover;
    background-position: center center;
}

.testimonials .hero_image_overlay {
    height: 454px;
}

.testimonials .hero_image_overlay img {
    height: 454px;
}

.testimonials_contain {
    max-width: 1350px;
    height: 430px;
    margin: 0 auto;
}

#testimonial1 {
    background: url('img/testimonial1.jpg') no-repeat;
    background-size: 1350px 430px;
    height: 430px;
    background-position: center center;
}

.testimonial_copy {
    width: 680px;
    padding: 80px 0 0 0;
    margin-left: 16%;
    font-size: 37px;
    line-height: 50px;
    color: #3650A2;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.testimonial_img {
    position: absolute;
    height: 454px;
    top: 0;
    right: 80px;
    z-index: 8;
}

.testimonial_img img {
    height: 100%;
}

.testimonials_contain .bx-wrapper {
    background: none;
    border: none;
    box-shadow: none;
}

.testimonials_contain .bx-viewport {
    overflow: visible !important;
}

.events_home {

}

.events_contain {
    text-align: center;
    margin: 60px 0 60px 0;
    vertical-align: top;
}

.events_title {
    padding-bottom: 30px;
    font-size: 38px;
    color: #9B9B9B;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.event_item {
    max-width: 280px;
    min-height: 380px;
    margin: 0 10px 0 10px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    vertical-align: top;
    position: relative;
}

.event_item_top {
    position: relative;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.event_catagory {
    position: absolute;
    padding: 10px 20px 10px 20px;
    background: url('img/black80.png');
    color: #fff;
    font-size: 16px;
}

.event_name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 10px 10px 15px;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
    text-align: left;
    background: url('img/black40.png');
}

.event_photo {
    min-height: 180px;
    background: url('img/event_placeholder.png');
    background-size: contain;
}

.event_item_bottom {
    text-align: left;
    padding: 15px 0 0 0;
}

.event_date {
    color: #4A4A4A;
    font-size: 22px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    padding: 0 15px 0 15px;
}

.event_desc {
    padding: 15px 15px 30px 15px;
    color: #7F8F99;
    font-size: 18px;
}

.event_cta {
    width: 100%;
    background: #4A90E2;
    color: #fff;
    display: block;
    padding: 10px 0 10px 15px;
    position: absolute;
    bottom: 0px;
    display: none;
}

.event_cta:hover {
    background: #333;
    color: #fff;
}

.header_cta_sub{
	width: 140px;
	padding: 6px 0 6px 0;
	border: solid 1px #ffffff;
	color: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

.header_cta_sub:hover{
	border: solid 1px #ffffff;
	color: #333;
	background: #fff;
}

.supporting_partners_header {
    text-align: center;
    color: #fff;
    background: #A9A9A9;
    font-size: 40px;
    padding: 20px 0 20px 0;
    width: 100%;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.supporting_partners_contain {
    max-width: 1200px;
    padding: 40px 0 40px 0;
    margin: 0 auto;
    text-align: center;
}

.supporting_partners_title {
    color: #4A4A4A;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
}

.supporting_partners_logos {
    text-align: center;
}

.supporting_partners_logos img {
    display: inline-block;
    margin: 0 30px 25px 30px;
    vertical-align: middle;
    max-width: 120px;
    max-height: 80px;
    width: auto !important;
}

.supporting_partners_divider {
    width: 50%;
    height: 1px;
    display: block;
    margin: 0 auto;
    background: #e8e5e2;
    margin-top: 40px;
}

.supporting_partners_bucket {
    padding-bottom: 100px;
}

.leadership_circle_header {
    text-align: center;
    color: #4A4A4A;
    background: #e5f6fa;
    font-size: 40px;
    padding: 20px 0 30px 0;
    width: 100%;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.leadership_circle_10k {
    width: 200px;
    padding: 3px 0 3px 0;
    background-color: #03A8D3;
    color: #fff;
    text-align: center;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin: 0 auto;
    margin-top: -15px;
}

.leadership_circle_list {
    text-align: center;
}

.leadership_circle_list ul {
    list-style: none;
    margin: 40px 0 40px 0;
    padding: 0;
}

.leadership_circle_list li {
    display: inline-block;
    padding: 20px 0px 20px 0px;
    width: 150px;
    font-weight: 700;
    color: #4A4A4A;
}

.donor_list_btn {
    border: solid 1px #4A4A4A;
    color: #4A4A4A;
    width: 380px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
    padding: 10px 0 10px 0;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.donor_list_btn:hover {
    border: solid 1px #4A4A4A;
    color: #fff;
    background: #4A4A4A;
}

.home_blog_area {
    padding: 30px 0 60px 0;
    background: url('img/home_blog_bg.jpg');
    background-size: cover;
    background-position: center;
}

.home_blog_title {
    font-size: 40px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.home_blog_contain {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2% 0 2%;
    vertical-align: top;
}

.home_blog_item {
    display: inline-block;
    width: 23.5%;
    margin: 0 0.5% 0 0.5%;
    background: #fff;
    padding: 5px;
    vertical-align: top;
    min-height: 615px;
}

.home_blog_item_pad {
    margin: 0 0 0 2%;
}

.home_blog_image {
    width: 100%;
    height: 200px;
    background: #ccc;
}

.home_blog_headline {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin-top: 35px;
    font-weight: 700;
    color: #4A4A4A;
    padding: 10px;
}

.home_blog_copy {
    padding: 10px;
    font-size: 16px;
    color: #4A4A4A;
}

.home_blog_copy .view-article {
    color: #1ca9d0;
    text-decoration: none;
}

.home_blog_copy .view-article:hover {
    color: #1ca9d0;
    text-decoration: underline;
}

.home_newsletter_container {
    background: #283883;
    padding: 15px 20px 5px 20px;
    color: #fff;
    width: 100%;
    margin: 20px 0 40px 0;
    overflow: hidden;
    height: 80px;
}

.home_newsletter_cta {
    width: 60%;
    float: left;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    padding-top: 8px;
}

.home_newsletter_btn {
    width: 32%;
    float: left;
}

.home_newsletter_form {
    width: 80%;
    margin: 0 auto;
}

.home_newsletter_form input {
    border: none;
    padding: 15px;
    margin-right: 20px;
    border: 1px solid #fff;
}

.home_newsletter_form p {
    margin: 5px 0 0 0;
    padding: 0;
}

.home_newsletter_form .wpcf7-submit {
    background: #283883;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

.home_newsletter_form .wpcf7-submit:hover {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #283883;
}

.home_newsletter_form div.wpcf7-validation-errors {
    background: #D51F26;
    border: 1px solid #ad1c1d;
    color: #fff;
    font-size: 20px;
    position: absolute;
    padding: 5px 15px 5px 15px;
    margin-top: 27px;
}

/*-----------ABOUT US--------------*/

.about_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_about.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.sub_hero_title {
    font-size: 85px;
    line-height: 85px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-style: italic;
    padding-top: 150px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.sub_hero_subtitle {
    width: 75%;
    margin: 0 auto;
    padding-top: 45px;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.sub_about_subtitle {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 45px;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.about_contain {
    padding-bottom: 60px;
}

.about_intro {
    padding: 60px 0 40px 0;
}

.about_intro_copy {
    width: 45%;
}

.about_intro_photo {
    width: 45%;
}

.staff_contain {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.staff_contain h3 {
    color: #283883;
    text-align: center;
    font-size: 40px;
    line-height: 32px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.staff_contain ul {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0;
    text-align: center;
}

.staff_contain li {
    display: inline-block;
    width: 140px;
    margin: 0 15px 30px 15px;
    vertical-align: top;
}

.staff_image {
    border: 1px solid #ccc;
    position: relative;
}

.staff_name {
    text-align: center;
    padding-top: 5px;
}

.staff_title {
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}

.staff_linkedin {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.staff_location_btn {
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    background: #4db0df;
    border: 1px solid #4db0df;
    padding: 8px 0 8px 0;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.staff_location_btn:hover {
    color: #4db0df;
    background: #fff;
    border: 1px solid #4db0df;
}

.photo_gallery_contain {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.photo_gallery_bucket {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.photo_gallery_contain h3 {
    padding-bottom: 20px !important;
}

/*-----------PARTNERS--------------*/

.partners_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_partners.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.supporting_partners_contain h3 {
    color: #283883;
    text-align: center;
    font-size: 40px;
    margin: 0;
    padding: 0 0 30px 0;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

#networq_partners, #research_partners, #investment_partners, #growthlab_partners {
    display: none;
}

/*-----------CHAPTERS--------------*/

.chapters_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_chapters.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.chapters_contain {
    padding: 40px 0 90px 0;
}

.chapters_contain ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.chapters_contain li {
    display: inline-block;
    width: 28%;
    padding: 0px 2% 50px 2%;
    text-align: left;

}

.chapter_thm {

}

.chapter_name {
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 24px;
    padding: 10px 0 5px 20px;
}

.chapter_desc {
    padding: 0px 20px 20px 20px;
}

.chapter_cta {
    padding: 15px 15px 15px 20px;
    background: #4d92de;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 100%;
}

.chapter_cta:hover {
    background: #1ca9d0;
    color: #fff;
}

.chapters_contain h3 {
    color: #283883;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    padding: 0 0 50px 0;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.chapters_austin_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_chapters_austin.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.chapters_boston_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_chapters_boston.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.chapters_chicago_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_chapters_chicago.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.chapters_losangeles_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_chapters_los_angeles.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.chapters_newyork_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_chapters_new_york.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.chapters_sanfrancisco_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_chapters_san_francisco.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.events_location_nav {
    padding: 0px 0 40px 0;
}

.events_location_nav h3 {
    padding-bottom: 40px;
}

.events_location_nav ul {
    list-style: none;
    padding: 0;
}

.events_location_nav li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
}

.events_location_nav li a {
    width: auto;
    margin: 0 10px 0 10px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 18px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    color: #a8a9aa;
}

.events_location_nav li a:hover {
    background: #494949;
    border: 1px solid #494949;
    color: #fff;
}

.current_location {
    border: 1px solid #494949 !important;
    color: #494949 !important;
}

.current_location:hover {
    border: 1px solid #494949 !important;
    color: #494949 !important;
    background: #fff !important;
    cursor: default;
}

.events_location_home {

}

.events_location_contain {
    text-align: center;
    margin: 0px 0 -20px 0;

}

.events_location_title {
    padding-bottom: 30px;
    font-size: 38px;
    color: #9B9B9B;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.event_location_item {
    max-width: 230px;
    margin: 0 10px 90px 10px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    vertical-align: top;
    position: relative;
}

.event_location_item_top {
    position: relative;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.event_location_catagory {
    position: absolute;
    padding: 10px 20px 10px 20px;
    background: url('img/black80.png');
    color: #fff;
    font-size: 16px;
}

.event_location_name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px 15px 7px 15px;
    color: #fff;
    font-size: 18px;
    line-height: 22px !important;
    background: url('img/black40.png');
    width: 100%;
    padding-right: 30px;
    text-align: left;
    line-height: 33px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

.event_location_photo {
    min-height: 148px;
    background: url(img/event_placeholder.png);
    background-size: cover;
}

.event_location_item_bottom {
    text-align: left;
    padding: 15px 0 0 0;
}

.event_location_date {
    color: #4A4A4A;
    font-size: 22px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    padding: 0 15px 0 15px;
}

.event_location_desc {
    padding: 15px 15px 30px 15px;
    color: #7F8F99;
    font-size: 17px;
    min-height: 150px;
}

.event_location_cta {
    width: 100%;
    background: #4A90E2;
    color: #fff;
    display: block;
    padding: 10px 0 10px 15px;
    font-weight: bold;
    display: none;
}

.event_location_cta:hover {
    background: #333;
    color: #fff;
}

.see_all_events_btn {
    width: 300px;
    background: #4A90E2;
    color: #fff;
    display: block;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 26px;
    padding: 10px 20px 10px 20px;
    margin: 0 auto;
    text-align: center;
}

.see_all_events_btn:hover {
    background: #333;
    color: #fff;
}

.location_quote_contain {
    padding: 40px 0 40px 0;
    max-width: 980px;
    margin: 0 auto;
}

.location_quote_copy {
    width: 65%;
    height: 200px;
    line-height: 40px;
    float: left;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #3650A2;
    padding: 20px 30px 0 0;
    text-align: center;
}

.location_quote_copy span {
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
}

.location_quote_photo {
    width: 35%;
    float: right;
    text-align: center;
    padding-top: 20px;
}

.location_staff {
    padding: 100px 0 0px 0;
    max-width: 1100px;
}

.location_staff li {
    width: 180px;
    padding: 0px 2% 30px 2%;
}

.location_staff li .staff_linkedin {
    width: 30px;
    height: 30px;
}

.startout_rising_staff {
    padding: 30px 0 0px 0;
    max-width: 1100px;
}

/*-----------PROGRAMS--------------*/

.programs_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_programs.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.program_all_contain {
    padding: 30px 0 0px 0;
    max-width: 900px;
    margin: 0 auto;
}

.program_all_contain h3 {
    padding-bottom: 5px;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
    font-size: 36px;
    color: #9B9B9B;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.program_loop {
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
}

.program_item {
    padding: 0 0 25px 0;
}

.program_item_icon {
    width: 15%;
    float: left;
    margin-top: -23px;
}

.program_item_icon img {
    max-width: 100%;
    margin: 0 auto;
}

.program_item_info {
    width: 81%;
    float: right;
}

.program_item_title {
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #3650A2;
    padding-bottom: 11px;
    margin-top: -10px;
}

.program_item_tag {
    background: #d7dcec;
    color: #3650A2;
    font-size: 12px;
    text-align: center;
    border-radius: 100px;
    padding: 5px 15px 5px 15px;
}

.program_login {
    background: #dbeff9;
    color: #4db0df;
}

.program_free {
    background: #e5e5e5;
    color: #7f8f98;
}

.program_item_desc {
    color: #9b9b9b;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
    padding-top: 15px;
}

.program_item_cta {
    width: 270px;
    text-align: center;
    padding: 7px 15px 7px 15px;
    margin-bottom: 80px;
    display: block;
    border: 2px solid #a8a8a8;
    color: #494949;
    font-size: 25px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

.program_item_cta:hover {
    background: #a8a8a8;
    border: 2px solid #a8a8a8;
    color: #fff;
}

/*-----------MEMBERSHIP--------------*/

.membership_hero {
    width: 100%;
    height: 606px;
    background: #03A8D3 url('img/hero_membership.jpg') no-repeat;
    background-size: 1440px 606px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.membership_chart_contain {
    padding: 40px 0 60px 0;
    margin: 0 auto;
    max-width: 660px;
}

.membership_chart_contain table {
    font-size: 20px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    text-align: center;
}

.membership_chart_contain table tbody tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.membership_chart_contain table tbody tr td:first-child {
    text-align: right;
    padding-right: 20px;
}

.member_col_title {
    font-size: 22px;
    font-weight: bold;
}

.member_col_subtitle {
    font-size: 12px;
    font-style: italic;
}

.membership_dot {
    width: 20px;
    visibility: hidden;
}

.membership_f_display1 {
    visibility: visible;
}

.membership_p_display1 {
    visibility: visible;
}

.membership_signup_contain {
    padding: 10px;
    margin: 0 auto;
    max-width: 800px;
    background: #4d92de;
    margin-top: 20px;
    margin-bottom: 80px;
}

.membership_signup_title {
    font-size: 26px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    padding: 0px 10px 10px 17px;
}

.membership_signup_form_contain {
    background: #fff;
    padding: 20px;
}

.membership_signup_form_header {
    font-weight: bold;
    padding-bottom: 20px;
}

.form_left {
    float: left;
    width: 49%;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
}

.form_right {
    float: right;
    width: 49%;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
}

.membership_signup_contain #radio {
    margin-right: 10px;
}

.membership_signup_form_btn_contain {
    text-align: right;
    padding: 10px 0 0px 0;
}

.membership_signup_form_btn {
    background: #4d92de;
    color: #fff;
    padding: 5px 20px 7px 20px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 22px;
}

.membership_signup_form_btn:hover {
    background: #333;
    cursor: pointer;
}

/*-----------MEMBERSHIP--------------*/

.sub_header_title {
    font-size: 85px;
    line-height: 85px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-style: italic;
    padding-top: 90px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.sub_header_subtitle {
    width: 75%;
    margin: 0 auto;
    padding-top: 15px;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.sub_header_icon {
    width: 80px;
    height: 80px;
}

/*-----------GENERIC PAGE ELEMENTS--------------*/

.page_intro_contain {
    padding: 60px 0 80px 0;
}

.page_intro_left {
    width: 45%;
    float: left;
}

.page_intro_right {
    width: 45%;
    float: right;
}

.page_btn_contain {
    text-align: center;
    margin: 60px 0 20px 0;
}

.page_intro_cta_inline {
    margin: 0 40px 0 40px;
}

.page_intro_cta {
    background: #4d92de;
    color: #fff;
    padding: 10px 30px 13px 30px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 28px;
}

.page_intro_cta:hover {
    background: #333;
    color: #fff;
}

.sponsor_logo_feature {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}

/*-----------THE NETWORQ--------------*/

.networq_header {
    width: 100%;
    height: 300px;
    background: #bb4951 url('img/header_networq.jpg') no-repeat;
    background-size: 1440px 300px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.global_partners_contain {
    padding: 40px 0 60px 0;
    text-align: center;
}

.global_partners_contain h3 {
    color: #283883;
    text-align: center;
    font-size: 40px;
    margin: 0;
    padding: 0 0 30px 0;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.sponsor_logo_img {
    max-width: 200px;
    max-height: 160px;
}

.global_partners_contain ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 900px;
    margin: 0 auto;
}

.global_partners_contain li {
    display: inline-block;
    padding: 10px 2% 10px 2%;
    text-align: center;
    width: 24.7%;
}

/*-----------FORUM--------------*/

.forum_header {
    width: 100%;
    height: 300px;
    background: #e18654 url('img/header_forum.jpg') no-repeat;
    background-size: 1440px 300px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

/*-----------MENTORSHIP--------------*/

.mentorship_header {
    width: 100%;
    height: 300px;
    background: #5da64a url('img/header_mentorship.jpg') no-repeat;
    background-size: 1440px 300px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

/*-----------INVESTOR PORTAL--------------*/

.investor_header {
    width: 100%;
    height: 300px;
    background: #a45ea2 url('img/header_investor.jpg') no-repeat;
    background-size: 1440px 300px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

/*-----------EXPERTS--------------*/

.experts_header {
    width: 100%;
    height: 300px;
    background: #21849e url('img/header_experts.jpg') no-repeat;
    background-size: 1440px 300px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.experts_contain {

}

.experts_contain h3 {
    color: #283883;
    text-align: center;
    font-size: 40px;
    line-height: 32px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.experts_contain p {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-bottom: 40px;
}

.expert_list_contain {
    text-align: center;
    padding-bottom: 120px;
}

.expert_list_item {
    width: 290px;
    display: inline-block;
    margin: 0 2% 80px 2%;
    vertical-align: top;
    border: 1px solid #f1f1f1;
    position: relative;
    padding-bottom: 75px;
    overflow: hidden;
}

.expert_list_header {
    padding: 20px 7px 7px 7px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 22px;
}

.expert_list_image {
    max-width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.expert_list_image img {
    vertical-align: middle;
}

.expert_list_name {

}

.expert_list_title {
    font-size: 12px;
    font-style: italic;
}

.expert_list_btn {
    background: #4d92de;
    color: #fff;
    padding: 0;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 22px;
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 7px 0 7px 0;
    z-index: 9;
    position: absolute;
    bottom: 0;
}

.expert_list_btn:hover {
    background: #666;
    color: #fff;
}

.expert_overlay {
    background: url('img/black80.png');
    width: 100%;
    height: 0px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
    color: #fff;
    -webkit-transition: -webkit-all 0.5s ease-out;
    -ms-transition: -ms-all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.expert_overlay_show {
    height: 100%;
    padding: 40px 20px 20px 20px;

}

.expert_overlay_show:hover {
    color: #fff !important;
}

.expert_overlay_title {
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 28px;
    padding-bottom: 20px;
}

/*-----------SHOWCASE--------------*/

.showcase_header {
    width: 100%;
    height: 300px;
    background: #ccc url('img/header_showcase.jpg') no-repeat;
    background-size: 1440px 300px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.showcase_contain {
    padding-bottom: 120px;
}

/*-----------EVENTS--------------*/

.events_header {
    width: 100%;
    height: 300px;
    background: #ddbf38 url('img/header_events.jpg') no-repeat;
    background-size: 1440px 300px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

/*-----------GROWTH LAB--------------*/

.growthlab_header {
    width: 100%;
    height: 300px;
    background: #9a95b5 url('img/header_growthlab.jpg') no-repeat;
    background-size: 1440px 300px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.growthlab_bodycopy {
    padding: 40px 0 0 0;
}

.growthlab_companies_contain {
    padding: 40px 0 60px 0;
    text-align: center;
}

.growthlab_cohort_contain {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.growthlab_companies_contain h3 {
    color: #283883;
    text-align: center;
    font-size: 40px;
    line-height: 32px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.growthlab_companies_contain h5 {
    font-size: 26px;
}

.growthlab_companies_contain ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

.growthlab_companies_contain li {
    display: inline-block;
    padding: 10px 2% 10px 2%;
    text-align: center;
    width: 12%;
}

.growthlab_companies_contain li .supporting_partners_logos img {
    max-width: 80px;
    max-height: 80px;
}

.applications_no {
    display: none;
}

/*-----------RESEARCH--------------*/

.research_header {
    width: 100%;
    height: 300px;
    background: #c4c4c4 url('img/header_research.jpg') no-repeat;
    background-size: 1440px 300px;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.key_findings_contain {
    padding: 20px 0px 20px 10px;
    background: #fafafa;
    margin: 80px 0 40px 0;
}

.key_findings_left {
    width: 50%;
    float: left;
    padding: 15px;
}

.key_findings_right {
    width: 50%;
    float: right;
    padding: 15px;
}

.key_findings_title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.key_findings_header {
    text-align: center;
    padding: 20px 0 15px 0;
    font-weight: bold;
}

/*-----------CONTACT PAGE--------------*/

.contact_page {
    padding: 60px 0 60px 0;
}

.contact_contain {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
}

.contact_title {
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-size: 28px;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
}

.contact_address {
    width: 280px;
    float: left;
    text-align: left;
    font-size: 20px;
    color: #4A4A4A;
    padding-top: 20px;
}

.contact_map {
    width: 500px;
    float: right;
    padding-bottom: 40px;
}

.contact_form {
    background: #4db0df;
    color: #fff;
}

.contact_form p {
    text-align: center;
    padding: 40px 0 0px 0;
    font-size: 28px;
}

.form_container {
    padding-bottom: 60px;
}

.form_field_left {
    float: left;
    width: 49%;
    margin-top: 20px;
}

.form_field_right {
    float: right;
    width: 49%;
    margin-top: 20px;
}

.form_field_full {
    width: 100%;
    margin-top: 20px;
}

.contact_form input {
    width: 100%;
    padding: 15px;
    border: 1px solid #fff;
}

.contact_form textarea {
    width: 100%;
    padding: 15px;
    border: none;
}

span .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}

div.wpcf7-validation-errors {
    background: #D51F26;
    border: 1px solid #ad1c1d;
    color: #fff;
    font-size: 20px
}

/*-----------THANK YOU PAGE--------------*/

.thankyou_page {
    padding-top: 40px;
    padding-bottom: 140px;
}

/*-----------RESET PASSWORD PAGE--------------*/

.reset_password_page {
    padding-top: 40px;
    padding-bottom: 140px;
}

.reset_form_container {
    padding: 20px;
    max-width: 600px;
    background: #f4f4f4;
    border: 1px #ccc dotted;
    margin: 0 auto;
}

#title_password {
    margin-bottom: 20px;
    font-size: 24px;
}

.reset_form_container input {
    width: 100%;
    padding: 10px;
}

#new_password {
    margin-bottom: 20px;
}

#submit_password {
    text-align: right;
}

#submit_password input {
    margin-top: 20px;
    max-width: 200px;
}

/*-----------LEGAL PAGE--------------*/

.legal_contain {
    padding-top: 40px;
    padding-bottom: 80px;
}

.legal_contain a {
    color: #1ca9d0;
    text-decoration: none;
}

.legal_contain a:hover {
    color: #1ca9d0;
    text-decoration: underline;
}

/*-----------404 PAGE--------------*/

#post-404 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
}

.face_404 {
    width: 100px;
    padding-top: 30px;
}

/*-----------BLOG PAGE--------------*/

.blog_contain {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 120px 20px;
}

.blog_feature_image {
    max-width: 300px;
    float: right;
    padding: 10px 0px 40px 40px;
}

.blog_contain h1 {
    line-height: 42px;
}

.blog_contain h3 {
    line-height: 28px;
}

.blog_index {
    text-align: center;
    padding: 70px 0 60px 0;
}

.blog_index h3 {
    color: #283883;
    text-align: center;
    font-size: 40px;
    margin: 0;
    padding: 0 0 30px 0;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.blog_index_desc {
    padding: 0px 0 40px 0;
}

.blog_index_item {
    max-width: 255px;
    margin: 0 25px 40px 25px;
    display: inline-block;
    vertical-align: top;
}

.blog_index_item h2 {
    line-height: 32px;
}

.blog_index_item .view-article {
    color: #1ca9d0;
}

.blog_index_item .view-article:hover {
    color: #1ca9d0;
    text-decoration: underline;
}

.blog_index_item .date {
    padding-top: 10px;
    display: block;
    font-size: 14px;
}

.blog_index_item .wp-post-image {
    border: 1px solid #f3f3f3;

}

article a {
    color: #1ca9d0 !important;
}

article a:hover {
    color: #1ca9d0 !important;
    text-decoration: underline;
}

/*-----------DONATE--------------*/

.donate_contain {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 80px 20px;
}

.dontate_intro {
    text-align: center;
    padding-bottom: 40px;
}

.donors_animation {
    margin: 0 auto;
    margin-bottom: 20px;
}

.dontate_intro h3 {
    color: #283883;
    text-align: center;
    font-size: 40px;
    line-height: 43px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.donation_left {
    width: 47%;
    float: left;
}

.donation_right {
    width: 47%;
    float: right;
}

.donation_form_box {
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    padding: 20px;
}

.donation_indent {
    padding-left: 20px;
}

.donation_indent p {
    margin-bottom: 2px;
}

.donation_form_header {
    padding: 10px 0 10px 0;
    font-weight: bold;
}

.donation_other {
    padding-top: 10px;
    padding-bottom: 20px;
}

.donation_major {
    padding-top: 10px;
}

.donation_major_dropdown {
    padding-top: 10px;
}

.donation_published {
    padding-top: 20px;
}

.donation_form_details {
    padding-top: 20px;
}

.donation_form_details input {
    width: 100%;
    padding: 10px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.donation_form_details select {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.donor_contain {
    max-width: 1000px;
    padding: 40px 0 80px 0;
}

.donor_contain h3 {
    color: #283883;
    text-align: center;
    font-size: 40px;
    line-height: 32px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    font-weight: lighter;
}

.donor_list {
    position: relative;
    padding-bottom: 60px;
}

.donor_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.donor_list li {
    padding-bottom: 30px;
    display: inline-block;
    width: 25%;
}

.pagination {
    margin-bottom: 60px;
}

.pagination a {
    display: inline-block;
    background: #999;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    color: #fff;
}

.pagination a:hover {
    background: #1ca9d0;
}

.pagination .current {
    display: inline-block;
    background: #f1f1f1;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
}

.pagination .dots {
    display: inline-block;
    background: #999;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    color: #fff;
}

.redirecting {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 32px;
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    padding-top: 60px;
}

.membership_table_left {
    width: 40%;
    float: left;
}

.membership_table_right {
    width: 60%;
    float: right;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1310px) {

    .testimonial_copy {
        width: 52%;
        padding: 80px 0 0 0;
        margin-left: 13%;
        font-size: 37px;
    }

    .growthlab_companies_contain li {
        width: 25%;
    }

}

@media only screen and (max-width: 1250px) {

    .testimonial_copy {
        width: 52%;
        padding: 80px 0 0 0;
        margin-left: 9%;
        font-size: 32px;
    }
}

@media only screen and (max-width: 1120px) {

    .home_blog_item {
        display: inline-block;
        width: 48%;
        min-height: 290px;
        margin: 0 0.5% 17px 0.5%;
        background: #fff;
        padding: 5px;
        vertical-align: top;
    }

    .home_blog_image {
        width: 30%;
        height: auto;
        background: #ccc;
        float: left;
    }

    .home_blog_copy_contain {
        float: right;
        width: 68%
    }

    .home_blog_headline {
        margin-top: auto;
    }

    .growthlab_companies_contain li {
        width: 33%;
    }

}

@media only screen and (max-width: 1024px) {

    .home_callout_grey_contain {
        width: 90%;
        position: absolute;
        right: 6%;
        top: 0;
    }

    .home_callout_blue_contain {
        width: 80%;
        position: absolute;
        left: 70px;
        top: 0;
    }

    .home_blog_contain {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 2% 0 2%;
        text-align: left;
    }

    .home_blog_item_pad {
        margin: 0 0 0 2%;
    }

    .donor_list ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .donor_list li {
        padding-bottom: 30px;
        display: inline-block;
        width: 33%;
    }

    .home_hero_title {
        font-size: 75px;
        line-height: 70px;
        padding-top: 100px;
        width: 80%;
        margin: 0 auto;
    }

    .home_hero_subtitle {
        padding-top: 23px;
        font-size: 24px;
        line-height: 30px;
        width: 80%;
    }

    .hero_image_overlay, .hero_image_bg {
        height: 400px
    }

    .sub_hero_title {
        font-size: 85px;
        line-height: 85px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 70px;
    }

    .home_hero {
        width: 100%;
        height: 404px;
        text-align: center;
        color: #fff;
        position: relative;
    }

    .testimonial_copy {
        width: 58%;
        padding: 80px 0 0 0;
        margin-left: 10%;
        font-size: 32px;
    }

    .testimonial_img {
        right: 0px;
    }

    .global_partners_contain li {
        display: inline-block;
        padding: 10px 2% 10px 2%;
        text-align: center;
        width: 33%;
    }

}

@media only screen and (max-width: 1000px) {

    #utility_nav_left .utility_nav_social {
        display: none !important;
    }

    #utility_nav_left, #utility_nav_right {
        width: 200px;
    }

    .location_quote_copy {

        width: 65%;
        height: 200px;
        line-height: 38px;
        float: left;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-size: 22px;
        color: #3650A2;
        padding: 20px 30px 0 0;
        text-align: center;

    }

    /*-----------HOMEPAGE--------------*/
    .event_item {

        margin: 0 1% 20px 1%;
    }

    .home_blog_contain {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 2% 0 2%;
        text-align: center;
    }

    .home_blog_item {
        display: inline-block;
        width: 47%;
        min-height: 290px;
        background: #fff;
        padding: 10px;
        text-align: left;
        margin-bottom: 20px !important;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    .home_blog_item_pad {
        margin: 0 0 0 0;
    }

    .events_location_nav ul {
        list-style: none;
        padding: 0;
        width: 80%;
        margin: 0 auto;
    }

    .page_intro_left {
        width: 80%;
        float: none;
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .page_intro_right {
        width: 80%;
        float: none;
        padding-right: 5%;
        padding-left: 5%;
        margin: 0 auto;
    }

    .testimonial_copy {
        width: 58%;
        padding-top: 40px;
        margin-left: 7%;
        font-size: 32px;
    }

    .testimonial_img {
        position: absolute;
        width: 30%;
    }

    .testimonial_img img {
        height: auto;

    }

    /*-----------FOOTER--------------*/
    .footer_nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        -moz-column-count: 4;
        -moz-column-gap: 10px;
        -webkit-column-count: 4;
        -webkit-column-gap: 10px;
        column-count: 4;
        column-gap: 10px;
    }

}

@media only screen and (max-width: 845px) {

    .nav li {
        padding: 0px 20px 0px 20px;
    }

    #utility_nav_left, #utility_nav_right {
        width: 130px;
    }

    #utility_dontate {
        display: none !important;
    }

    #utility_search {
        display: none !important;
    }

    .sub-menu li {
        padding: 0 10px 0 10px !important;
    }

    .sub-menu li a {
        padding: 0 10px 0px 10px ! important;
    }

    .nav_divider {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 13px !important;
        padding: 2px 0 0 0 !important;
        margin-bottom: 3px;
    }

    .membership_chart_contain {
        padding: 60px 0 60px 0;
        margin: 0 auto;
        max-width: 660px;
    }

    .event_location_item {
        max-width: 40%;
    }

    .supporting_partners_contain h3 {
        padding: 20px 0 40px 0;
    }

    /*-----------HOMEPAGE--------------*/
    .home_hero {
        width: 100%;
        height: 400px;
        text-align: center;
        color: #fff;
        position: relative;
    }

    .home_hero_title {
        font-size: 75px;
        line-height: 70px;
        padding-top: 100px;
    }

    .home_hero_subtitle {
        padding-top: 23px;
        font-size: 24px;
        line-height: 30px;
    }

    .home_callouts {
        margin: 0px 0 20px 0;
    }

    .home_callout_grey {
        width: 100%;
        height: auto;
        min-height: 100px;
        padding: 20px 0 20px 0;
        float: none;
        background: #bebebe;
    }

    .home_callout_blue {
        width: 100%;
        height: auto;
        min-height: 100px;
        padding: 20px 0 20px 0;
        float: none;
        background: #03a7d3;
    }

    .home_callout_grey_contain {
        width: 90%;
        position: relative;
        right: auto;
        top: 0;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .home_callout_blue_contain {
        width: 90%;
        position: relative;
        left: auto;
        top: 0;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .program_list {
        max-width: 700px;
        text-align: center;
    }

    .program_list_item {
        width: 49%;
        margin: 30px 0 30px;
    }

    .testimonials_contain {
        max-width: 1350px;
        height: 350px;
        margin: 0 auto;
    }

    .testimonial_copy {
        width: 58%;
        padding: 80px 0 0 0;
        margin-left: 7%;
        font-size: 24px;
        line-height: 38px;
    }

    .testimonials_list {
        position: absolute;
    }

    .testimonial_copy {
        position: absolute;
    }

    .testimonial_img {
        position: absolute;
    }

    .signup_bar_contain {
        width: 90%;
        margin: 0 auto;
    }

    .home_blog_item {
        display: inline-block;
        width: 100%;
        margin: 0 0.5% 17px 0.5%;
        background: #fff;
        padding: 5px;
        vertical-align: top;
        min-height: auto;
    }

    .home_blog_image {
        width: 30%;
        height: auto;
        background: #ccc;
        float: left;
    }

    .home_blog_copy_contain {
        float: right;
        width: 68%
    }

    .membership_table_left {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .membership_table_right {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .form_left, .form_right {
        width: 100%;
        float: none;
    }

    .global_partners_contain li {
        display: inline-block;
        padding: 10px 2% 10px 2%;
        text-align: center;
        width: 49%;
    }

    .global_partners_contain img {
        display: inline-block;
        margin: 0 30px 25px 30px;
        vertical-align: middle;
        max-width: 120px;
        max-height: 80px;
    }

}

@media only screen and (max-width: 775px) {

    .wrapper {
        padding-bottom: 360px;
    }

    .footer {
        height: 400px;
    }

    .footer_nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        -moz-column-count: 3;
        -moz-column-gap: 10px;
        -webkit-column-count: 3;
        -webkit-column-gap: 10px;
        column-count: 3;
        column-gap: 10px;
    }

    .nav li {
        padding: 0px 12px 0px 12px;
    }

    .events_header .sub_header_title {
        font-size: 65px;
        line-height: 55px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 55px;
    }

    .sub_header_title {
        font-size: 55px;
        line-height: 55px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 55px;
    }

    .sub_hero_title {
        font-size: 55px;
        line-height: 55px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 55px;
    }

    .sub_header_contact {
        padding-top: 75px;
    }

    .home_hero_title {
        width: 100%;
    }

    .experts_header,
    .speii-tool-header {
        height: 220px;
    }

    .experts_real_header {
        height: 300px !important;
    }

    .experts_real_header .sub_header_title {
        padding-top: 40px;
    }

    .donation_left, .donation_right {
        width: 100%;
        float: none;
    }

    .donation_right {
        margin-top: 60px;
        margin-bottom: 160px;
    }

    .sub_header_icon {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }

    .forum_header .sub_header_title {
        font-size: 55px;
        line-height: 55px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 50px;
    }

    .showcase_header .sub_header_title {
        font-size: 55px;
        line-height: 55px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 50px;
    }

    .networq_header .sub_header_title {
        font-size: 45px;
        line-height: 50px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 50px;
    }

    .investor_header .sub_header_title {
        font-size: 55px;
        line-height: 55px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 50px;
    }

    .mentorship_header .sub_header_title {
        font-size: 55px;
        line-height: 55px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 50px;
    }

    .research_header .sub_header_title {
        font-size: 55px;
        line-height: 55px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 50px;
    }

    .page_btn_contain {
        margin-top: 10px;
    }

    .page_intro_cta_inline {
        display: block;
        width: 260px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .home_newsletter_container {
        display: none;
    }

    #my_popup {
        display: none;
        background: #fff;
        position: relative;
        width: 92%;
        margin-top: 13px;
        height: auto;
        border-radius: 5px;
    }

}

@media only screen and (max-width: 725px) {

    #utility_nav_left {
        display: none;
    }

    .signup_cta {
        max-width: 480px;
        font-size: 21px;
    }

    .key_findings_left {
        width: 90%;
        float: none;
        padding: 15px;
        margin: 0 auto;
    }

    .key_findings_right {
        width: 90%;
        float: none;
        padding: 15px;
        margin: 0 auto;
    }

    .page_btn_contain {
        margin-top: 40px;
    }

    #utility_nav_right {
        width: 0px !important;
    }

    .growthlab_companies_contain li {
        width: 49%;
    }

    .supporting_partners_logos img {
        display: inline-block;
        margin: 0 10px 25px 10px;
        vertical-align: middle;
        max-width: 117px;
        max-height: 80px;
        width: auto !important;
    }

    .location_quote_photo {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 20px;
    }

    .location_quote_copy {
        width: 100%;
        height: auto;
        line-height: 30px;
        float: none;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-size: 22px;
        color: #3650A2;
        padding: 20px 0px 20px 0;
        text-align: center;
    }

    .growthlab_header .sub_header_title {
        padding-top: 87px;
    }

}

@media only screen and (max-width: 675px) {

    .event_item {
        max-width: 100%;
        margin: 0 1% 40px 1%;
    }

}

@media only screen and (max-width: 640px) {

    .header {
        position: absolute;
        width: 100%;
        background-color: #fff;
        top: 0px;
        z-index: 990;
    }

    .nav ul {
        display: none;
    }

    .nav {
        background-color: #fff;
        padding: 2px 0 5px 0;

    }

    #utility_nav_right {
        width: 0px;
        float: left;
    }

    #utility_nav_right li {
        display: inline-block;
        margin-left: -28px;
        margin-top: 21px;
        font-size: 15px;
        line-height: 15px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-weight: 600;
    }

    #login a {
        /*padding-top: 7px;
    display: block;*/
    }

    #utility_nav_right li a {
        color: #666;
    }

    .logo {
        width: 260px;
    }

    .logo-animate {
        width: 200px;
        margin-top: -30px;
    }

    .logo_contain {
        height: 50px;
    }

    .logo_contain_animate {
        height: 30px;
    }

    #utility_nav_center {
        width: 80%;
        background: #fff;
    }

    .wrapper {
        padding-bottom: 460px;
        padding-top: 59px;
    }

    .utility_nav {
        height: 17px;
    }

    .utility_divider_left, .utility_divider_right {
        height: 17px;
    }

    .testimonials_contain {
        max-width: 1350px;
        height: 260px;
        margin: 0 auto;
    }

    .testimonial_copy {
        width: 85%;
        padding: 30px 0 0 0;
        margin-left: 7%;
        font-size: 26px;
        line-height: 38px;
        text-align: center;
    }

    #testimonial1 {
        background: url(img/testimonial1.jpg) no-repeat;
        background-size: 816px 260px;
        height: 260px;
        background-position: center center;
    }

    .signup_cta {
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0 0 15px 0;
        margin-top: -7px;
    }

    .signup_btn, .signup_close_btn {
        float: none;
        margin: 0 auto;
    }

    .signup_bar_form_open {
        height: 435px;
    }

    .event_location_item {
        max-width: 90%;
    }

    .page_intro_left {
        width: 100%;
        float: none;
        padding-right: 5%;
        padding-left: 5%;
        margin: 0 auto;
    }

    .page_intro_right {
        width: 100%;
        float: none;
        padding-right: 5%;
        padding-left: 5%;
        margin: 0 auto;
    }

    .testimonial_img {
        display: none;
    }

    .home_blog_item {
        display: inline-block;
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
        background: #fff;
        padding: 5px;
        vertical-align: top;
        min-height: auto;
    }

    .home_blog_image {
        width: 100%;
        height: auto;
        background: #ccc;
        float: none;
    }

    .home_blog_copy_contain {
        float: none;
        width: 100%
    }

    .page-template .wrapper {
        padding-top: 74px !important;
    }

}

@media only screen and (max-width: 600px) {

    .footer {
        height: 560px;
    }

    .footer_nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
    }

    .footer_logo {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer_logo img {
        width: 200px;
        margin: 0 auto;
    }

    .footer_social {
        float: none;
        text-align: center;
        width: 100%;
    }

    .footer_social li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer_nav {
        margin-top: 30px;
        padding-left: 0;
    }

    .footer_nav ul li {
        text-align: center;
    }

    .form_field_left, .form_field_right {
        float: none;
        width: 100%;
    }

    .form_container {
        padding-bottom: 160px;
    }

    .sub_header_title {
        font-size: 35px;
        line-height: 35px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 30px;
    }

    .sub_header_subtitle {
        font-size: 20px;
        padding-top: 10px;
    }

    .sub_header_contact {
        padding-top: 55px;
    }

    .experts_header,
    .speii-tool-header {
        height: 145px;
    }

    .pagination {
        margin-bottom: 110px;
    }

    .blog_feature_image {
        max-width: 200px;
    }

    .donor_list ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .donor_list li {
        padding-bottom: 30px;
        display: inline-block;
        width: 49%;
    }

    .membership_chart_contain {
        padding: 160px 0 60px 0;
    }

    .program_all_bucket {
        padding: 0px 0 130px 0;
    }

    .program_item_icon {
        margin-top: -10px;
    }

    .program_item_desc {
        padding-bottom: 20px;
    }

    .program_item_cta {
        margin-bottom: 40px;
    }

    .supporting_partners_contain h3 {
        padding: 120px 0 40px 0;
    }

    .about_contain {
        padding-top: 110px;
        padding-bottom: 120px;
    }

    .chapters_contain {
        padding-top: 150px;
        padding-bottom: 220px;
    }

    .signup_bar_form_open {
        height: 517px;
    }

    /*-----------HOMEPAGE--------------*/
    .home_hero {
        width: 100%;
        height: 274px;
        text-align: center;
        color: #fff;
        position: relative;
    }

    .hero_image_overlay, .hero_image_bg {
        height: 274px;
    }

    .chapter_image_overlay, .chapter_image_bg {
        height: 400px;
    }

    .home_hero_title {
        font-size: 42px;
        line-height: 45px;
        padding-top: 50px;
    }

    .home_hero_subtitle {
        padding-top: 23px;
        font-size: 15px;
        line-height: 22px;
    }

    .sub_hero_subtitle {
        width: 90%;
        margin: 0 auto;
        padding-top: 45px;
        font-size: 18px;
        line-height: 22px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
    }

    .page_intro_contain {
        padding: 60px 0 180px 0;
    }

    .program_list {
        padding: 0px 0 60px 0;
        max-width: 960px;
    }

    .testimonial_img {
        display: none;
    }

    .home_blog_area {
        padding-bottom: 120px;
    }

}

@media only screen and (max-width: 540px) {

    .my_popup_title {
        padding: 15px 30px 15px 30px;
    }

    #my_popup .contact_form_home {
        height: auto;
        padding: 10px 20px 10px 20px;
    }

    .contact-us-form input[type=email], .contact-us-form input[type=tel], .contact-us-form input[type=text], .contact-us-form textarea {
        width: 100%;
        padding: 9px;
        border: 1px solid #eee;
        font-size: 16px;
        color: #404c5a;
        line-height: 21px;
    }

    .contact-us-form .select2-container {
        padding: 9px;
        border: 1px solid #eee;
        font-size: 16px;
        background: #fff;
        color: #404c5a;
    }

    .program_list {
        max-width: 700px;
        text-align: center;
    }

    .program_list_item {
        width: 100%;
        margin: 30px 0 30px;
    }

    .program_list_title {
        width: 100%;
    }

    .mobile_break {
        display: none;
    }

    .learn_more_programs {
        width: 280px;
        font-size: 14px;
    }

    .testimonials_contain {
        max-width: 1350px;
        height: 200px;
        margin: 0 auto;
    }

    .testimonial_copy {
        width: 84%;
        padding: 30px 0 0 0;
        margin-left: 7%;
        font-size: 19px;
        line-height: 30px;
        text-align: center;
    }

    .testimonial_img {
        display: none;
    }

    #testimonial1 {
        background: url(img/testimonial1.jpg) no-repeat;
        background-size: 628px 200px;
        height: 200px;
        background-position: center center;
    }

    .event_item {
        max-width: 100%;
        margin: 0 3% 40px 3%;
    }

    .donor_list_btn {
        width: 280px;
        font-size: 14px;
    }

    .home_blog_contain {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 2% 0 2%;
        text-align: center;
    }

    .home_blog_item {
        display: block;
        width: 100%;
        background: #fff;
        padding: 10px;
        text-align: left;
        margin: 0 0 20px 0 !important;
    }

    .home_blog_item_pad {
        margin: 0 0 0 0;
    }

}

@media only screen and (max-width: 475px) {

    .page-template .wrapper {
        padding-top: 59px !important;
    }

    #utility_nav_center {
        width: 95%;
        background: #fff;
    }

    .logo {
        width: 220px;
    }

    .logo_contain {
        height: 35px;
    }

    .blog_contain {
        max-width: 1000px;
        margin: 0 auto;
        padding: 10px 20px 180px 20px;
    }

    .sub_header_title {
        font-size: 35px;
        line-height: 35px;
        font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
        font-style: italic;
        padding-top: 20px;
    }

    .sub_header_contact {
        padding-top: 50px;
    }

    .global_partners_contain li {
        display: inline-block;
        padding: 10px 2% 10px 2%;
        text-align: center;
        width: 100%;
    }

}

@media only screen and (max-width: 425px) {

    .logo {
        width: 180px;
    }

    .logo_contain {
        height: 35px;
    }

    .blog_feature_image {
        display: none;
    }

}

@media only screen and (max-width: 380px) {

    .page-template .wrapper {
        padding-top: 54px !important;
    }

    #utility_nav_right {
        float: none;
        position: absolute;
        left: 17px;
        top: 0px;

    }

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* SPEII Tool Page */
.page-template-template-speii-php article #graph {
  z-index: 0 !important;
}
.page-template-template-speii-php article p {
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
  margin: 18px 0px !important;
  font-family: Barlow, Helvetica, Arial, sans-serif !important;
}
.page-template-template-speii-php .footer_social .fa {
  font-family: 'FontAwesome';
}
.page-template-template-speii-php .footer_nav a {
  font-weight: 300;
  line-height: 18px;
  font-family: 'Barlow';
  font-size: 18px;
}

/* SPEII Tool Page and Popup */
#popmake-3451 {
  background-color: #03A8D3;
  top: 50px !important;
}
.speii-tool-header {
    width: 100%;
    height: 200px;
    background-color: #21849e;
    text-align: center;
    color: #fff;
}
.speii-tool-header .sub_header_title {
  color: #fff;
  text-transform: uppercase;
  padding: 65px 0px;
}
#popmake-3451 input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.6);
  color: #fff;
  line-height: 1.5;
  padding: 10px;
  margin-top: 0px;
  font-size: 18px;
}
#popmake-3451 input[type="text"]:-internal-autofill-selected {
  background-color: transparent !important;
}
#popmake-3451 input[type="text"]:active,
#popmake-3451 input[type="text"]:focus {
  border-bottom: 2px solid #fff;
}
#popmake-3451 .gform_wrapper {
  color: #fff;
}
#popmake-3451 .gfield {
  padding-right: 0px;
}
#popmake-3451,
#popmake-3451 .gform_title,
#popmake-3451 .gfield-label,
#popmake-3451 .gform_description {
  font-family: Barlow, Helvetica, Arial, sans-serif;
}
#popmake-3451 .gform_description {
  font-size: 18px;
  line-height: 1.5;
}
#popmake-3451 .gfield label,
#popmake-3451 .gfield_description {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}
#popmake-3451 .gfield label,
#popmake-3451 .gfield_description {
  padding-top: 0px;
}
#popmake-3451 .gform_title {
  text-align: center;
  margin-bottom: 20px;
}
#popmake-3451 .ginput_container,
#popmake-3451 .ginput_container_name span,
#popmake-3451 .ginput_container_email input,
#popmake-3451 .ginput_container_text input {
  width: 100%;
  padding-right: 0px;
}
#popmake-3451 input[type=submit] {
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #fff;
  width: 100%;
  margin-right: 0px;
  height: 50px;
  transition: all 0.25s ease;
}
#popmake-3451 input[type=submit]:hover {
  background-color: #fff;
  color: #03A8D3;
}
#popmake-3451 .gform_footer {
  width: 100%;
  margin: 30px 0 0 0;
}
@media (min-width: 601px) {
  .speii-tool-header {
    height: 250px;
  }
}
@media (min-width: 776px) {
  .speii-tool-header {
    height: 300px;
  }
}
@media (min-width: 640px) {
  #popmake-3451 {
    width: 620px;
    left: calc(50% - 310px);
  }
}