/*
Theme Name: Safety and Justice Challenge
Theme URI: http://social-ink.net
Description: By Social Ink
Version: 2
Author: yonatan reinberg, matt pinto
Author URI: http://social-ink.net
*/

@import "lib/vendor/bootstrap/css/bootstrap.min.css";
@import "lib/vendor/bootstrap/css/bootstrap-theme.min.css";
@import "assets/css/wp.basic.css";

/*****************
INITS
***********************************************/

* {}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    color: #003960;
    background: white;
    font-size: 1.7rem;
}


/*****************
CONTAINER AND COMMON DIVS
***********************************************/

#outer-container {
    width: 100%;
    min-height: 600px;
}

.inner-container {
    position: relative;
    top: 120px;
    padding-bottom: 120px;
}

.home .container {
    width: 100%;
    padding: 0;
    padding-bottom: 7em;
}

.clearfix {
    clear: both;
}

.onepage {
    clear: both;
    min-height: 600px;
    padding: 0;
    position: relative;
}

.home .onepage {
    margin-top: 120px;
    width: 100%;
}

.admin-bar.home .onepage {
    margin-top: 118px
}

.onepage.direct_flow {
    padding-bottom: 0;
    padding: 0;
}

.onepage.nohero {
    padding-bottom: 0;
    padding: 0;
}

.centering_box {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.program_header .centering_box {
    max-width: 960px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.slideshow_noarrows .arrows { display:none }

/*****************
COMMON DIV DECORATION
***********************************************/

.shadow_module {
    /* http://www.westciv.com/tools/boxshadows/index.html */
    box-shadow: 1px 1px 4px 2px #CCCCCC;
}

.round_module {
    /* http://border-radius.com/ */
    border-radius: 3px;
}


/*****************
COMMON MARKUP
***********************************************/

img {
    max-width: 100%;
    height: auto;
    border-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: normal;
}

h1,
h2 {
    font-family: 'Glober W01 Light';
}

h3,
h4,
h5,
h6 {
    font-family: 'Glober W01 Bold';
}

h2 a:hover {
    text-decoration: none;
    color: #003960;
}

em,
i {
    font-style: normal;
}

p {
    font-size: 1em;
    margin-bottom: 1.5em;
    margin-top: 0;
    line-height: 1.75em;
    margin-top: 0;
}

.fancyfont {}

a {
    text-decoration: none;
    color: #f04c00;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

a:hover {
    color: #FF5100;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul {
    margin-left: 0;
    padding-left: 0;
}

ul li {
    list-style: inside;
}


/*
        Fixes for Internet Explorer?
        */

.ie8,
.ie9 {}

.ie7 {}

input[type=text],
input[type=email] {
    padding: .5em;
    color: #123a60;
}

input[type=submit],
.button,
.btn-info,
.btn-primary {
    box-shadow: 0;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

input[type=submit]:hover,
.button:hover {
    box-shadow: 0 0 1px #111;
    text-decoration: none;
}

input[type=submit]:active,
.button:active {
    box-shadow: inset 0 0 1px #222;
    outline: 0;
}

input[type=submit]:focus,
.button:focus {
    outline: 0;
}

header .wpcf7-response-output {
    display: none !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    padding: 1em;
    width: 100%;
    background-color: rgb(215, 86, 86);
    display: block;
    padding: .5em 1em;
    min-width: 280px;
}

.wpcf7 div.wpcf7-validation-errors {
    border: none;
    background-color: rgb(219, 219, 96);
    color: #776240;
    padding: .5em 1em;
}

.btn {
    padding: 1em 2.5em;
    font-size: 24px;
    font-size: 24px;
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
}

.page-id-148 input[type=text],
.page-id-148 input[type=email],
.page-id-148 textarea {
    width: 100%;
    color: #123a60;
}

.page-id-148 textarea {
    padding: .5em;
}

.page-id-148 p.name {
    width: 200px;
}

.page-id-148 p.zip {
    width: 100px;
}

.page-id-148 p.email {
    width: 400px;
}

.page-id-148 p.org {
    width: 300px;
}

.page-id-148 p.message {
    width: 640px;
}

.btn-orange:hover {
    color: #fff;
}

.btn-link {
    background: none repeat scroll 0 0 #003960;
    color: #fff;
}

.btn.primary,
.btn-info,
.btn.primary:hover,
.btn-info:hover,
.onepage .wpcf7 input[type=submit] {
    background: #f04c00;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 76, 0, 1) 3%, rgba(240, 76, 0, 1) 3%, rgba(224, 82, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(240, 76, 0, 1) 3%, rgba(240, 76, 0, 1) 3%, rgba(224, 82, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e05200', GradientType=0);
    border: 1px solid #E05200;
    color: #fff;
    padding: .5em 2em;
}

.btn-orange {
    background: #ef4c24;
    color: #fff;
}

.btn.primary:hover,
.btn-info:hover {
    box-shadow: 0 0 5px #333;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.btn.secondary,
.btn-warning {
    background: #002C51;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(0, 57, 96, 1) 1%, rgba(0, 44, 81, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(0, 57, 96, 1) 1%, rgba(0, 44, 81, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#002c51', GradientType=0);
    border: 1px solid #002C51;
    color: #fff;
}

.mobile_expansion {
    visibility: hidden;
}

.mobile_expansion + label {
    font-size: 41px;
    font-size: 41px;
    font-size: 41px;
    font-size: 41px;
    font-size: 2.6rem;
    color: #003960;
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 1em;
    margin-top: 10px;
    height: 0.82em;
    position: absolute;
    margin-bottom: 10px;
    border-top: 0.51em double;
    border-bottom: 0.18em solid;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.mobile_expansion:checked + label {
    border: .2em solid;
    height: .78em;
    width: .78em;
    border-radius: 100%;
}

.mobile_expansion + label.icon-sjc-search {
    margin-top: -11px;
    border: 0 !important;
}

.lbl {
    display: inline-block;
    min-width: 300px;
}

.data {}


/*****************
NAV MENU MARKUP
***********************************************/

.menu_horizontal li {
    display: inline-block;
    list-style: none;
}


/*****************
HEADER
***********************************************/

#header {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 0 8px 0 #233952;
    height: 120px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    -webkit-transition: width 500ms ease 0s, background 1500ms ease 0s;
    transition: width 500ms ease 0s, background 1500ms ease 0s;
}

.logged-in #header.ha-header-large,
.logged-in #header.ha-header-small {
    padding-top: 27px;
    height: 150px;
}

.desktop_only #header {
    height: 150px;
}

.header_inner {
    padding-top: 20px;
    margin: auto;
}

.header_inner .btn {
    padding: 1em;
}

.header_inner .btn.btn-info {
    padding: 1em;
}

.header_inner .nav {
    margin-top: 0;
    padding-right: 0;
    width: 80%;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.herospot.hashero {
    background: none no-repeat scroll center bottom / cover #ccc;
    height: 45vh;
    min-height: 400px;
    margin-top: 120px;
    padding-top: 33vh;
    text-align: center;
    width: 100%;
}

.admin-bar .herospot.hashero {
    margin-top: 118px;
}

.ie8 .herospot.hashero {
    height: 400px;
    background-repeat: no-repeat;
}

.single .herospot.hashero,
.page .herospot.hashero {}

.home.page .herospot.hashero,
.page-id-7.page .herospot.hashero,
.page-id-5.page .herospot.hashero {
    max-height: none;
}

.page-id-7 .herospot {
    background-position: center top !important;
}

.page-id-7 .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.page-id-7 .onepage {
    background: #003960;
    min-height: 0;
}

.page-id-7 .expanded_content {
    display: block !important;
}

.page-id-7 section.extra_content {
    max-width: 670px;
    margin: auto;
    margin-top: 4em;
    margin-bottom: 3em;
}

.page-id-7 .expanded_content {
    border: 1px solid #eaeaea;
    padding: 2em;
}

.expanding_section ul {
    margin-bottom: 2em;
}

.page-id-7 .expanding_section p {
    margin-bottom: 2em;
}

.page-id-7 .expanding_section h2 {}

.page-id-7 .expanding_section h3,
.page-id-7 .expanding_section h2 {
    text-align: center;
}

.page-id-7 .expanding_section h3 a:hover {
    cursor: normal;
    text-decoration: none;
}

.page-id-7 .text {
    max-width: 670px;
    color: #fff;
    margin: auto;
}

.page-id-7 .text p {
    font-size: 33px;
    font-size: 33px;
    font-size: 33px;
    font-size: 33px;
    font-size: 2.1rem;
}

.page-id-7 .container .row .col-md-12 {
    padding: 0;
}

.herospot.nohero {
    padding-top: 118px;
}

.desktop_only .logo {
    margin-top: -7px;
}

.desktop_only .topmenu {
    margin-top: 14px;
}

#header .logo img:active {
    margin-top: 1px;
}

#header.ha-header-large {}

#header.ha-header-xlarge {}

#header.ha-header-large .logo img {
    width: 240px
}

#header.ha-header-small {}

#header.ha-header-small .logo img {
    width: 240px
}

#header.ha-header-small .header_inner .nav {}

#header .col-md-3 {
    width: 19%;
}

.flexible {
    -ms-flex-align: center;
    -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
}

.flexible_layout {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch;
}

.flexible_prominent {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}

.flexible_grid {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
            align-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch;
    -ms-flex-preferred-size: 33%;
    -webkit-flex-basis: 33%;
            flex-basis: 33%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
}

.viewgrid {
    -ms-flex-align: center;
    -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
            flex-basis: 20%;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
            align-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch;
    -ms-flex-preferred-size: 33%;
    -webkit-flex-basis: 33%;
            flex-basis: 33%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
}

.flexible_ends {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
}

.herospot h1 {
    background: none repeat scroll 0 0 rgba(35, 31, 32, 0.6);
    bottom: 0;
    color: #fff;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 2em;
    position: relative;
    z-index: 5;
}

.nohero.herospot h1 {
    background: transparent;
    color: #123a60;
    padding: 1em;
}

.topbar {
    background: #123a60;
}

.topmenu {
    text-align: right;
    margin-top: .75em;
    padding: 0;
    min-width: 600px;
    float: right;
    margin-right: 30px;
}

.ie8 .topmenu {
    width: 345px;
}

.ie8 .headercontainer {
    width: 960px;
    margin: auto;
}

.ie8 .headercontainer .col-md-3 {
    width: 200px;
    float: left;
}

.ie8 .headercontainer .col-md-9 {
    width: 700px;
    float: right;
}

.topmenu li {
    margin-right: 1.4em;
}

.topmenu li:after {}

.topmenu li.featured a {}

.topmenu li.last_item {
    margin-right: 0;
}

.topmenu li a {
    color: #003960;
    font-size: 16px;
}

.topmenu li a:hover {
    text-decoration: none;
    color: #f04c00;
}

.topmenu li[class*="current"] a,
.topmenu li:hover a {
    text-decoration: none;
}

.signup {
    color: rgb(0, 57, 96);
    font-size: 85%;
}

.header_inner .signup {
    margin-right: 30px;
    margin-top: 27px;
}

.signup .simple_input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color rgb(0, 57, 96);
    -o-border-image: none;
       border-image: none;
    border-style: none none solid;
    border-width: 0 0 2px;
    color: rgb(0, 57, 96);
    font-size: 85%;
    min-width: 140px;
    text-transform: uppercase;
    margin-right: 5px;
}

.signup .btn {
    font-size: 85%;
    padding: 0.5em;
    text-transform: uppercase;
    min-width: 70px;
}

.searchextra {
    float: right;
}

.searchextra li {}

.searchextra li a {
    color: #123a60;
}

.socialmedia {
    float: right;
}

.socialmedia a {}

.socialmedia ul {
    background: #333;
    padding: 0;
    font-size: 64px;
    font-size: 4rem;
    margin-right: auto;
    margin-left: auto;
}

.socialmedia ul li {
    background: none repeat scroll 0 0 #f04c00;
    border-right: 1px solid #fff;
    float: left;
    min-height: 70px;
    padding: 7px 25px;
    text-align: center;
}

.socialmedia ul li.email {}

.socialmedia ul a {
    color: rgb(0, 57, 96);
}

.fp_get_in_touch .socialmedia ul a {
    color: #fff;
}

.socialmedia ul a:hover {
    text-decoration: none;
}

.socialmedia ul li:hover {
    background: #FD5000;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.socialmedia ul [class*=" icon-sjc-"]:before {
    margin: 0;
    padding: 0;
    text-align: center;
}

.arrow-right {
    width: 0;
    background: transparent !important;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 46px solid #f04c00;
}

.socialmedia ul li.arrow-right {
    padding: 0;
}

header .arrow-right {
    display: none;
}

header .socialmedia ul {
    font-size: 35px;
    font-size: 35px;
    font-size: 35px;
    font-size: 35px;
    font-size: 2.2rem;
    margin-top: -7px;
}

header .socialmedia ul li,
.socialmedia_paredown .socialmedia ul li {
    padding: .25em;
    min-height: 0;
    color: #003960;
    background: transparent;
    border: 0;
}

.module.apply {
    text-align: center;
}

.footer_inner [class^="icon-sjc-"]:before,
.footer_inner [class*=" icon-sjc-"]:before {
    margin-right: .7em;
}

.additional_followup {
    text-align: right;
    float: right;
    min-width: 145px;
    margin-top: 8px;
}


/* FP */

.fp_featured_contents {
    background: none repeat scroll 0 0 #f2f6f9;
    padding: 4em;
    text-align: center;
}

.slideshow_vert {
    margin-bottom: 2em;
    overflow: hidden;
}

.vert_inner {
    padding: 0;
    min-height: 400px;
    height: 426px;
}

.fp_featured_contents .card {
    height: 410px;
    background: none repeat scroll 0 0 #fff;
    padding: 0 2%;
    text-align: center;
    width: 33%;
    overflow: hidden;
}

.fp_featured_contents .card {
    margin-top: 0;
    opacity: 0;
}

.fp_featured_contents .flex-active-slide .card {
    margin-top: 15px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.fp_featured_contents .card:nth-child(1) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
}

.fp_featured_contents .card:nth-child(2) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
}

.fp_featured_contents .card:nth-child(3) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
}

.fp_featured_contents .featured_cards_headline h2 {
    border-bottom: 1px solid #003960;
    padding-bottom: 1em;
    display: inline-block;
}

.fp_featured_contents .featured_cards_intro {
    width: 66%;
    margin: 0 auto 3em;
}

.fp_featured_contents .card h3 {
    display: none;
}

.fp_featured_contents .card p {
    font-size: 1em;
}

.fp_featured_contents .card .excerpt_drilldown {
    height: 190px;
    margin-top: 1em;
}

.card .socialmedia_clicker,
.resourcepage .socialmedia_clicker,
.single .category-blog .socialmedia_clicker {
    background: #8da0b3;
    padding: .5em;
    color: #fff;
    border-radius: 100%;
    float: right;
}

.socialmedia_clicker:hover {
    text-decoration: none;
}

.card .socialmedia_clicker:hover,
.resourcepage .socialmedia_clicker:hover,
.single .category-blog .socialmedia_clicker:hover {
    background: none repeat scroll 0 0 #ef4c24;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.socialshare .menu_horizontal li {
    float: left;
}

.socialshare .menu_horizontal li:first-child {
    margin-top: 7px;
}

.card .socialmedia_clicker:hover,
.flipper .socialmedia_clicker:hover {
    text-decoration: none;
    color: #fff;
    background: #416180;
}

a.scroll_more_vert {
    padding-left: 8em;
    padding-right: 8em;
}

.fp_featured_contents .row.last_item {
    border: none;
}

.fp_featured.row {
    margin: 0;
}

.fp_secondary_contents {
    background: rgb(233, 241, 247);
    padding: 2%;
}

.fp_secondary_contents .fact_excerpt {
    float: none;
    margin: 0 auto;
}

.fact_excerpt h3 {
    color: #f04c00;
}

.fp_secondary_contents .fact_excerpt p,
.fp_secondary_contents .fact_excerpt h2 {
    margin-top: 2.5em;
    text-align: center;
}

.bullet {
    text-align: center;
}

.bullet figure {
    color: #f04c00;
    font-size: 48px;
    font-size: 3rem;
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin-bottom: 1em;
}

.bullet figure img {
    width: 300px;
    max-width: none;
    height: 300px;
}

.challenge_network_intro_text p {
    max-width: 740px;
    margin-bottom: 2.5em;
}

#announcement {
    background: #ef4c24;
    color: #fff;
    padding: 2em;
    color: #fff;
}

.announcement {
    margin: auto;
}

.fp_caption .announcement h2 {
    font-size: 2em;
    color: #fff;
}

.announcement h3 {
    font-size: 1.6em;
    color: #fff;
}

.announcement p {
    font-size: 1em;
}

.announcement p:last-of-type {
    margin-bottom: 0;
}

.announcement a {
    color: #fff;
    text-decoration: underline;
}

.homepage_featured_content_header {
    width: 50%;
    margin-right: 5%;
}

.homepage_featured_content_content {
    text-align: left;
    padding-left: 1em;
    width: 100%;
    padding-right: 1em;
}

.homepage_featured_content_content p {
    margin-bottom: 0;
}

.fp_caption {
    padding: 4em;
    text-align: center;
}

.fp_caption .flexible {
    -ms-flex-align: center;
    -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
}

.fp_caption h2 {
    border-right: 1px solid #ef4c24;
    color: #003960;
    display: inline-block;
    font-size: 64px;
    font-size: 4rem;
    padding-right: 1em;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.equalizeme {
    min-height: 170px;
}

.last_item .equalizeme {
    border: 0;
}

.featuredimage {
    background: url(images/sjc-logo-square.jpg);
    background-repeat: no-repeat;
    height: auto;
    width: 25%;
    display: block;
    background-size: 30%;
    margin-right: 3%;
    background-position: center 10px;
    float: left;
    min-height: 90px;
}

.featuredimage.hasimage {
    background: none;
}

.featuredimage img {
    border-radius: 10em;
    width: 100%;
    height: auto;
}

.fact_excerpt {
    padding-top: 0;
    margin-top: 80px;
    float: right;
    margin-bottom: 3em;
}

.ie8 .fp_featured.row {
    width: 960px;
    margin: auto;
}

.fp_map_area {
    padding: 4em;
}

.fp_map_area h2 {
    font-size: 2.5em;
}

.fp_map_area h2 a {
    color: #003960;
}

.fp_map_area h2 a:hover {
    color: #f04c00;
}

.followup .btn,
.btn-primary {
    background: #003960;
    border-radius: 0;
    color: #fff;
    border: 0;
}

.followup .btn:hover,
.btn-primary:hover,
.btn-link:focus,
.btn-link:hover {
    background: none repeat scroll 0 0 #ef4c24;
    box-shadow: 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.fp_social_media {
    padding: 4em;
    background: #f2f6f9;
}

.news_grab {
    width: 55%;
    padding: 0 3em 0 0;
}

.news_grab .archivepost {
    border-left: 10px solid #ef4c24;
    margin-bottom: 5em;
    padding-left: 1.6em;
}

.news_grab .text p {
    margin-bottom: 0;
}

.news_grab .text p:last-of-type,
.smaller_archives p:last-of-type {
    margin-bottom: 0;
}

.news_grab p.readmore {
    padding: 0;
    font-size: .9em;
    display: none;
}

.news_grab p.readmore a {
    border: none;
    padding: 0;
}

.news_grab a {
    color: #ef4c24;
}

.news_grab h2 {
    text-transform: uppercase;
    color: #123a60;
    font-size: 2.5em;
}

.news_grab h4 {
    font-size: 1.15em;
}

.news_grab h4 a {
    color: #ef4c24;
}

.news_grab .featimg {
    display: none;
}

.fp_social_media .sidebar_module.module_twitter {
    border: 0;
    width: 45%;
}

.blog_section {}

.blog_header {
    background: none repeat scroll 0 0 #ef4c24;
    color: #fff;
    padding: 2em;
}

.blog_header h1 {
    margin-bottom: 0.25em;
    width: 25%;
}

.blog_header h3 {
    display: inline-block;
    margin-bottom: 0;
    width: 25%;
    text-transform: uppercase;
    text-align: right;
    font-size: 1.2em;
}

.blog_content {
    padding: 4em;
}

.blog_content h4 {
    font-family: 'Glober W01 Light';
    font-size: 1.5em;
}

.blog_content .featimg {
    margin-right: 5%;
    width: 80%;
}

.blog_content p.readmore a {
    border-left: 10px solid #ef4c24;
    padding: 0 15px 0;
}

.blog_content .mainpost {
    width: 70%;
}

.blog_section .pointer {
    border-color: #ef4c24 transparent transparent;
    margin-left: 0;
}

.alignleft,
img.alignleft {
    margin-top: 0;
}

.category-blog .module_press {
    display: none;
}

.blogdate {
    display: none;
}

.blog_filter.sidebar_module .module_content {
    display: block;
    float: none;
    margin-bottom: 2em;
}

.category-blog .blogdate,
.category-news .blogdate {
    display: block;
    margin-top: 1em;
}

.blogtitle {
    margin-top: 1em;
    margin-bottom: .15em;
}

.single-post header.pageinfo {
    max-width: 800px;
    margin: auto;
    padding: 0 15px;
}

.pageinfo.centered_content {
    text-align: center;
}

.single-post .category-blog .blogdate {
    margin-top: 0;
    margin-bottom: 1em;
}

.single .post_meta {
    margin-top: 2em;
    border-top: 1px solid #ccc;
    padding-top: 1em;
}

.category-blog .archive_post .blogdate,
.category-news .archive_post .blogdate {
    margin-left: 0;
    margin-top: -.55em;
}

.author_metadata {
    max-width: 18%;
    margin-right: 2em;
}

.author_metadata.single_author {
    max-width: 100%;
    width: 130px;
}

.article_inner .mainpost {
    /*max-width:400px;*/
}

.additional_authors {
    float: left;
    max-width: 150px;
}

.postmeta {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: bold;
    color: #ef4c24;
    font-family: 'Glober W01 Bold';
    margin-bottom: 1.2em;
    margin-top: .5em;
    background: #ECF3F9;
    display: inline-block;
    padding: 1px 9px;
    border-radius: 2px;
}

.postmeta a {
    color: #ef4c24;
}

.postmeta a:hover {
    text-decoration: none;
}

.news .postmeta a,
.news .postmeta {
    color: #7189a0;
}

.tax-series .featimg_link {
    display: none;
}

.author_meta_text {
    font-size: .8em;
    margin-top: .5em;
}

.author_meta_text .author_name {
    font-family: 'Glober W01 Bold';
}

.single .single_author {
    border-top: 1px solid #003960;
    margin-bottom: 1em;
    padding-top: 1em;
}

.single .single_author.author_metadata {
    border: 0;
}

.single_author .author_metadata {
    float: left;
}

.single_author .author_image {
    width: 125px;
}

.flexbox .fp_featured.row {
    max-width: 1280px;
    margin: auto;
    /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    /* OLD: Firefox (buggy) */
    display: -ms-flexbox;
    /* MID: IE 10 */
    /* NEW, Chrome 21–28, Safari 6.1+ */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            flex-direction: row;
}

.fp_featured.row .btn {
    display: block;
}

.fp_featured .col {
    padding: 0;
    width: 48%;
}

.ie8 .fp_featured .col {
    float: left;
    width: 450px;
}

.ie9 .fp_featured .col,
.ie8 .fp_featured .col {
    margin-right: 40px;
}

.flexbox .fp_featured .col {
    -ms-flex: 1 100%;
    -webkit-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    float: none;
    margin-right: 2%;
}

.flexbox .fp_featured.row .col-md-6,
.flexbox .oneslide,
.flexbox .oneslide_inner {
    /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    /* OLD: Firefox (buggy) */
    display: -ms-flexbox;
    /* MID: IE 10 */
    /* NEW, Chrome 21–28, Safari 6.1+ */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
}

.fp_featured .col h2 {
    border-bottom: 1px solid #82A7CB;
    line-height: 1.2em;
    padding-bottom: .8em;
    text-shadow: -1px 1px 3px #040505;
    font-size: 51px;
    font-size: 51px;
    font-size: 51px;
    font-size: 51px;
    font-size: 3.2rem;
    margin-bottom: .7em;
}

.fp_featured .col.module-1 {}

.fp_featured .col.module-2 {
    margin-right: 0;
}

.fp_featured .col h5.framework:before {
    background: #f04c00;
    color: #fff;
    text-shadow: none;
    padding: 3px 7px 5px;
    position: absolute;
    top: 0;
    left: 52px;
    font-family: 'Glober W01 Book';
}

.fp_featured .col.module-1 h5.framework:before {
    content: 'The Problem';
}

.fp_featured .col.module-2 h5.framework:before {
    content: 'A Solution';
}

.fp_featured_contents .readmore {
    display: none;
}

.archive .readmore a {
    color: #23527c;
    border-top: 1px solid #23527c;
    padding-top: .2em;
}

.archive .text .btn {
    white-space: normal;
}

.single .text {
    clear: both;
}

.category-resources .readmore {
    display: none;
}

.slideshow_row {
    max-height: 500px;
    overflow: hidden;
    text-align: center;
}

.slideshow_area h2 {
    font-weight: normal;
    font-family: 'Glober W01 Light';
    width: 960px;
    max-width: 960px;
    font-size: 2.7em;
    margin: 0 auto .75em;
    text-align: center;
    opacity: 0;
    text-align: center;
}

.slideshow_area h3 {
    font-size: 1em;
    opacity: 0;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.slideshow_area h2 a,
.slideshow_area a h3 {
    color: #fff;
}

.slideshow_area h2 a:hover,
.slideshow_area a:hover {
    text-shadow: 1px 1px 2px #111;
    color: #fff;
    text-decoration: none;
    border: none;
}


/* animate slideshow captions */

@-webkit-keyframes captional {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes captional {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes captional-sub {
    0% {
        margin-top: 100px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes captional-sub {
    0% {
        margin-top: 30px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.slideshow_area .flex-active-slide h2 {
    -webkit-animation: captional 3s 1;
    animation: captional 3s 1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slideshow_area .flex-active-slide h3 {
    -webkit-animation: captional-sub 1.5s 1;
    animation: captional-sub 1.5s 1;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit--webkit-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


/* end slideshow caption animation */

@media only screen and (min-width: 768px) and (max-width: 1400px) {
    #header.ha-header-small {
        height: 120px;
        -webkit-transition: none;
        transition: none;
    }
    #header .col-md-3 {
        width: 25%;
    }
    .header_inner .nav {
        width: 75%;
        display: block;
        margin-top: 1em;
    }
    .header_inner .signup {
        float: right;
        margin-top: -100px;
        margin-right: 160px;
    }
    .header_inner .additional_followup {
        float: right;
        margin-top: -100px;
        margin-right: 20px;
    }
    .desktop_only .topmenu {
        margin-top: 46px;
    }
    .topmenu li,
    .footermenu li {}
    .topmenu li a {
        font-size: .8em;
    }
}

.oneslide {
    color: #fff;
    height: 500px;
}

.fp_featured.row .col-md-6,
.oneslide,
.oneslide_inner {
    overflow: hidden;
    background-size: cover;
}

.flexbox .oneslide_inner {
    background: rgba(0, 0, 0, .4);
}

.oneslide .slide_content p {
    font-size: 28px;
    font-size: 1.8rem;
    text-shadow: 2px 1px 0px #040505, -3px 3px 4px rgb(31, 53, 69)
}

.oneslide p a {
    font-size: .8em;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.oneslide p a:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

.followup_slide {
    text-align: center;
    display: none;
    margin-top: 1em;
}

.followup_slide a {
    display: block;
}

.oneslide_inner:hover {
    background: none repeat scroll 0 0 rgba(0, 57, 96, 0.8);
    color: #fff;
    transition: -webkit-transform 0.35s, background-color 0.35s ease;
    transition: background-color 0.35s ease, -webkit-transform 0.35s;
    -webkit-transition: background-color 0.35s ease, -webkit-transform 0.35s;
    transition: transform 0.35s, background-color 0.35s ease;
    transition: transform 0.35s, background-color 0.35s ease, -webkit-transform 0.35s;
}

.oneslide_inner:hover h5.framework:before {
    top: 13px;
    -webkit-transition: top 0.35s;
    transition: top 0.35s;
}

.oneslide_inner .btn {
    top: auto;
    bottom: 0;
    white-space: normal;
    margin-bottom: 1em;
}

.oneslide .slide_content {
    padding: 2em 0;
    height: 500px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            flex-direction: column;
}

.oneslide .slide_content a {
    color: inherit;
}

a.sjc_slider_control {
    float: left;
    color: #fff;
    display: inline-block;
    font-size: 5em;
    padding: 0;
    top: 180px;
    position: absolute;
    z-index: 100;
}

a.sjc_slider_control.previous_slide {
    left: 0;
}

a.sjc_slider_control.next_slide {
    right: 0;
}

a.sjc_slider_control:hover {
    text-decoration: none;
    color: #ef4c24;
}

a.sjc_slider_control:focus {
    text-decoration: none;
}

.onepage.basicpage .text h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2em;
}

.onepage.basicpage .text h1.prominent {
    margin-bottom: 0;
    text-transform: inherit;
}

.scrollhelp {
    margin-top: 5em;
}

.scrollhelp svg {
    text-align: center;
    fill: rgba(0, 57, 96, 1);
    display: block;
    margin: auto;
}

.fp_get_in_touch {
    background: #d9dfe6;
    text-transform: uppercase;
}

.fp_get_in_touch h3 {
    display: inline-block;
    margin-bottom: 0;
    padding: .5em 3em;
    font-family: 'Glober W01 Book';
}

.fp_get_in_touch .socialmedia {}

.fp_get_in_touch .socialmedia .arrow-right {
    display: none;
}

.fp_get_in_touch .socialmedia ul li {
    background: none repeat scroll 0 0 #f04c00;
    border-right: 0 none;
    float: left;
    font-size: 26px;
    min-height: inherit;
    padding: 7px 20px;
}

.fp_get_in_touch .socialmedia ul li.media-link-twitter {
    background: #8da0b3;
}

.fp_get_in_touch .socialmedia ul li.media-link-facebook {
    background: #416180;
}

.fp_get_in_touch .socialmedia ul li.email {
    background: #123a60;
}

.fp_get_in_touch .socialmedia ul li.email a {
    color: #fff;
}


/*****************
MAP
***********************************************/

.mapping {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
}

.mapping .legend {
    width: 15%;
}

.mapping .legend ul li {
    font-size: 15px;
    list-style: inside none none;
    margin-bottom: 1em;
}

.legend.core a {
    color: #23527c;
}

.legend.partners a,
.legend.partners h3 {
    color: #ef4c24;
}

.partners_section.section-1 {
    background: #e5ebef;
    padding: 1em;
    margin-top: 3em;
}

.map_section {
    padding: 0 4em 4em 4em;
}

.sitelisting_index {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    -webkit-align-items: flex-start;
                    align-items: flex-start;
}

.single-challenge-site .map_section {
    padding: 4em;
}

.map_container {
    background: yellow none repeat scroll 0 0;
    min-height: 500px;
    position: relative;
    width: 65%;
}

    .map_container.redux {
        width:100%;
    }

.map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}


/*****************
SEARCHBAR
***********************************************/

.search_container {
    height: 92px;
}

.search_container .search_input {
    background: inherit;
    border: 0 none;
    color: #fff;
    font-size: 24px;
    display: block;
    float: left;
    background-color: #123a60;
    width: 85%;
}

.search_container form {
    padding-top: 18px;
}

.search_container .btn-primary {
    background: #ef4c24;
    float: left;
    margin-top: 5px;
}

.search_container .cancellation {
    border-radius: 30px;
    color: #fff;
    margin-top: 17px;
    font-family: 'Glober W01 Bold';
    border: 0;
    float: left;
    background-color: transparent;
    width: 30px;
    text-transform: lowercase;
    margin-left: 10px;
}

.search_container .cancellation:hover {
    background: #333;
    color: #ccc;
}

.search_container .search_input:focus,
.search_container .search_input:active {
    outline: none;
}

.search_input {
    padding: .5em;
}


/*****************
FLEX SIDEBAR LAYOUT
***********************************************/

.flexible .content {
    background: none repeat scroll 0 0 #fff;
    margin: 0;
    padding: 2em 2em 0;
    width: 60%;
    width: calc(60% - 2em);
}

.search-results .flexible .content {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.flexible .content_inner_float {
    box-sizing: content-box;
}

.topic_introduction {
    background: #23527c none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 3em;
    padding: 1.5em;
    margin-top: -2em;
}

.topic_introduction p:last-child {
    margin-bottom: 0;
}

.sidebar {
    background: none repeat scroll 0 0 #f2f6f9;
    min-height: 500px;
    color: #123a60;
    width: 40%;
}

.sidebar_inner {}

.sidebar_module,
.fp_module {
    padding: 1.5em 2.5em;
}

.sidebar_module.module_twitter {
    border-bottom: 2px solid #fff;
}

.sidebar_module .module_title {}

.sidebar_module .module_content,
.fp_module .module_content {
    float: left;
    max-width: 420px;
}

.sidebar_blockems {
    margin-bottom: 2em;
}

.feed_twitter {}

span.tweetheader,
.module_twitter h3 {
    font-size: 3em;
    margin-bottom: 0.3em;
}

.module_twitter h3 a {
    color: #26a9e0;
    margin-left: -10px;
}

.module_twitter h3:hover {
    text-decoration: none;
}

.module_twitter h4 {
    text-align: center;
    font-family: 'Glober W01 Light';
}

.module_twitter h4 a {
    border-top: 1px solid #123a60;
    padding-top: .5em;
    color: #123a60;
    margin: 0 auto;
}

.module_twitter h4 a:hover {
    text-decoration: none;
    color: #ef4c24;
}

.tweet_content {
    background: none repeat scroll 0 0 #ef4c24;
    color: #fff;
    margin-bottom: 2em;
    padding: 1.5em;
}

.tweet_content p {
    font-size: 95%;
    line-height: 1.35em;
}

.tweet_content p:last-of-type {
    margin-bottom: 0;
}

.tweet_content img {
    display: none;
    margin-bottom: 1em;
}

.tweet_content a {
    color: #fff;
    font-family: 'Glober W01 Bold';
    font-size: .9em;
    border-bottom: 1px dashed #FCA57F;
}

.tweeting_sign {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0 0 63px;
    border-color: transparent transparent transparent #ef4c24;
}

.module_twitter .tweeting_sign {
    margin-left: 25px;
}

.sidebar textarea {
    border-color: #ccc;
    width: 100%;
    padding: .5em;
}


/*** TAB */


/*****************
WP BASE MODIFICATION
***********************************************/

.content {
    min-height: 300px;
    margin: 0 auto;
}

.content .text {}

.content.nosidebar {
    float: none;
    width: 100%;
}

.pageinfo {
    /*display: none;*/
}

.pageinfo h1 {
    text-transform: uppercase;
}

.text {}

.text p {
    font-size: 1.15em;
}

.text p:last-of-type {
    margin-bottom: 0;
}

.text h1 {}

.text h2 {}

.text h3 {}

.text ul {
    margin-bottom: 1em;
    margin-left: 0;
}

.text ul li,
.expanding_section ul li {
    list-style-type: disc;
    margin-left: 1em;
    line-height: inherit;
    margin-bottom: 1em;
}

.prominent {
    text-align: center;
    font-size: 2.2em;
}

.leaning {
    display: inline-block;
    margin-right: 1em;
    min-width: 14%;
    padding: 1em 0 0;
}


/*****************
SINGLE
***********************************************/

.single .copy .text,
.page .copy .text {
    background: none repeat scroll 0 0 #123a60;
    color: #fff;
    max-width: 800px;
    margin: auto;
    margin-bottom: 3em;
}

.single .copy .text .centering_box,
.page .copy .text .centering_box {
    max-width: 960px;
}

.page .copy .text,
.single .type-resource.copy .text,
.single-challenge-site .copy .text {
    max-width: none;
    padding: 3em;
    margin-bottom: 0
}

.single.single-post .copy .text {
    background: #fff;
    color: #123a60;
    padding-top: 2em;
}

.single.single-challenge-site .text .content_section,
.single.single-challenge-site .text {}

.single.single-challenge-site .smaller_archives .text {
    padding: 0;
}

.single.single-challenge-site .smaller_archives .text p.readmore {
    font-size: .8em;
}

.single.single-challenge-site .smaller_archives h4 {
    font-size: 1.3em;
    margin-bottom: 0;
}

article.copy .pointer {
    margin: -19px auto 1em;
    z-index: 20;
}

.pointer {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 43px 0 43px;
    border-color: #123a60 transparent transparent transparent;
}

.content_section {
    margin: 0;
    min-height: 200px;
    padding: 2.5em;
}

.natpicture .content_section.main_content .centering_box {
    max-width: 740px;
}

.natpicture .program header h2 {
    font-size: 2em;
}

.col {
    padding: 2em;
}

.copy .text .col:first-child {
    width: 60%;
}

.copy .text .col:last-child {
    width: 40%;
}

.col .content_section {
    padding: 0;
}

.flexible .smaller_archives.content_section,
.challenge_meta .metadata,
.single.single-challenge-site .type-challenge-site .text .flexible .content_section {}

.challenge_news .flexible {
    -ms-flex-align: start;
    -webkit-box-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
}

.smaller_archives .challenge-site .featimg {
    max-width: 200px;
    width: 100%;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            order: 2;
}

.smaller_archives .challenge-site .featimg img {
    max-width: 160px;
    margin-left: 1em;
}

.content_section h2 {
    font-size: 2.2em;
}

.video_content {
    background: #6688a0;
    color: #fff;
}

.page-id-613 .video_content {
    display: none;
}

.video_content h2,
.approaches_content h2 {
    margin-bottom: .2em;
}

.video_content h4,
.approaches_content h3 {
    margin-bottom: 2em;
}

.video_content h4 {
    font-family: 'Glober W01 Book';
}

.approaches_content h3 {
    font-size: 1.2em;
    font-family: 'Glober W01 Book';
    line-height: 1.3em;
}

.quote_content {
    background: #ccd7df;
    color: #003860;
}

.quote_inner_content,
.page-id-1640 blockquote {
    background: url("images/quotable.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 2.5em;
    padding: 1em 1em 0;
    font-family: Georgia, Serif;
    font-style: italic;
    border-left: 0;
}

.quote_meta {
    float: right;
    background: #dfe9ef;
    padding: 1em;
}

.quote_author,
.quote_author_line_2 {
    display: block;
    font-family: 'Glober W01 Light';
}

.quote_author {
    font-family: 'Glober W01 Book';
    font-size: 2.2em;
    letter-spacing: .03em;
    margin-bottom: .1em;
}

.approaches_content {
    color: #123a60;
}

.approaches {
    width: 80%;
    margin: 2em auto;
}

.approach {
    margin-bottom: .5em;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
    margin-bottom: 2em;
}

.approach .indicator {
    display: table;
    background: none repeat scroll 0 0 #ef4c24;
    border-radius: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 1em;
    margin-right: 2em;
    height: 40px;
    text-align: center;
    box-sizing: content-box;
    padding: 14px;
    padding-top: 13px;
    width: 40px;
    font-family: 'Glober W01 Light';
}

.approach .indicator span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: content-box;
}

.approach .approach_body {
    width: 90%;
}

.partners {
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}

.partners_content {
    background: #f2f6f9;
}

.partner {
    background: #fff;
    min-height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2em;
}
.partner_inner {

}

.partner_caption {
    text-align: center;
    margin-top: 2em;
}

.partner h4 {
    margin-bottom: 0;
    font-size: .9em;
}

.partner.third_post {}

.partner .sponsor_meta {
    float: right;
    background: rgb(204, 215, 223);
    padding: .5em;
    margin-top: 5px;
    display: none;
}

.partner .sponsor_img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}

.partner .sponsor_img img {
    height: auto;
    max-width: 200px;
}

a.partner_outgoing {
    color: inherit;
    display: inline-block;
    margin: 1em;
}

.metapartner {
    background: none repeat scroll 0 0 #fff;
    padding: 2em 15%;
    text-align: center;
}

.metapartner .meta {
    display: none;
}

.metapartner .sponsor_img {
    margin: 2em 0 3em;
}

.blockems {
    color: #fff;
    margin: 0;
    min-height: 200px;
    padding: 4em;
}

.challenge_meta {
    background: #7189a0;
}

.challenge_news {
    background: #E7ECF4;
    margin-bottom: 2em;
    color: #516476;
}

.challenge_news article {
    margin-bottom: 3em;
}

.challenge_news article:last-child {
    margin-bottom: 0;
}

.challenge_news .smaller_archives article .text p {
    font-size: 1em;
}

.metadata {
    width: 40%;
    font-size: .8em;
}

.metafld {
    margin-bottom: 2em;
}

.col .metadata {
    width: 100%;
}

.metafld h3 {
    margin-bottom: 0.1em;
}

.metafld.fldpartners {
    display: inline-block;
}

.vid_container {}

.tabbed {
    background: #3f7ba3 none repeat scroll 0 0;
    padding: 2em;
}

.tabbed .centering_box {
    max-width: 1080px;
}

.tabbed ul {
    margin-bottom: 0;
}

.tabbed .tab-content ul li {
    margin-bottom: 1em;
}

.tabbed ul li a {
    font-size: 1.45em;
    padding: .5em 1em;
    bord-radius: 0;
}

.tabbed .nav>li>a:focus,
.tabbed .nav>li>a:hover {
    color: #3f7ba3;
}

.tab-nav a {
    color: #fff;
    text-transform: uppercase;
}

.tab-nav a.active {
    background: #fff;
    color: #123a60;
}

.tab-content {
    background: #fff none repeat scroll 0 0;
    min-height: 300px;
    padding: 2em;
}


/*****************
RESOURCES
***********************************************/

.page-id-643 .content {
    background: none repeat scroll 0 0 #fff;
    padding: 4em;
}

.page-id-643 .flexible_grid {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}

.resourcepage .copy .text p {
    max-width: 700px;
    margin: auto;
}

.copy .text .flexible {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -ms-flex-align: initial;
    -webkit-box-align: initial;
            -webkit-align-items: initial;
            align-items: initial;
}

.copy .text .leaning {
    padding-top: 0;
}

.resource_archive {
    color: rgb(255, 255, 255);
    height: 430px;
    margin-bottom: 3em;
        width: 23%;
            margin-right: 2%;
}

.resource_archive .img_container {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    left: 0;
    top: 0;
    width: 100%;
}

.resource_archive a {
    color: inherit;
}

.resource_archive h2 {
    border-bottom: 1px solid #a6a8ab;
    font-size: 1.1em;
    padding-bottom: 0.5em;
    font-family: 'Glober W01 Bold';
}

.resource_archive h3 {
    font-size: .9em;
    font-family: 'Glober W01 Light';
}

    .resource_archive h3.restype {
       text-transform: uppercase;
       font-size: .7em;
       letter-spacing: .1em;
       background: #c3cad8;
       border-top: 1px solid #d3c7c7;
       display: inline-block;
       padding: .25em .6em .35em .6em;
       color: #fff;
       line-height: 1;
    }
.resource_archive h2 a:hover {
    color: rgb(255, 81, 0);
}

.resource_archive .back .bottom h2 {
    font-size: 1.1em;
    margin-bottom: 2em;
}

.resource_archive .top {
    height: 230px;
}

.resource_archive .bottom {
    background: #d9dfe6 none repeat scroll 0 0;
    bottom: 0;
    color: #123a60;
    height: 100%;
    padding: 1em 2em;
    /*position: absolute;*/
    top: 200px;
    width: 100%;
}

    @media (min-width: 768px) and (max-width: 1236px) {
        .resource_archive .bottom {
            font-size: .8em;
        }
    }

    @media (min-width: 768px) and (max-width: 830px) {
        .resource_archive h2 {
            font-size: .9em;
        }
    }

.resource_archive:hover > .bottom {
    display: block;
    margin-top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.resource_archive .front .bottom {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: end;
    -webkit-box-align: end;
            -webkit-align-items: flex-end;
            align-items: flex-end;
}

.resource_archive.hasimg .front .bottom {
    display: none;
}

.resource_meta {
    border: 1px solid #ccc;
    padding: 3em;
    margin-bottom: 2em;
}

.resource_image {
    float: left;
    width: 25%;
    margin-right: 3%;
}

.resource_image img {
    border: 5px solid rgb(0, 57, 96);
}

.metainfo {
    float: left;
    width: 72%;
}

.metainfo .meta {
    min-height: 50px;
}

.metainfo .meta.more_downloads {
    margin-top: 2em;
    border-top: 3px solid #f2f2f2;
}

.metainfo .meta.more_downloads .lbl {
    display: block;
    float: none;
    margin-top: 1em;
    margin-bottom: .5em
}

.metainfo .meta.more_downloads .val a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.metainfo .lbl {
    clear: both;
    min-width: 100px;
}

.single.single-resource .copy .text {
    background: #f2f2f2;
    color: rgb(0, 57, 96);
    clear: both;
}

.resources_ops {

    margin-bottom: 2em;
    background: #e2e2e2;
    padding: 2em;
        width: 98%;
}

.resources_ops .flexible_ends {

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            -webkit-justify-content: space-between;

            justify-content: space-between;
}

.filtration {
    font-weight: 700;
   /* display: none;*/
}


    .onefilter {
        margin-right:1em;
    }

.viewer {
    font-weight: 700;
}

.viewer .labeler {}

.viewer .view_filter {
    color: #23527c;
    display: inline-block;
    margin-left: 1em;
}

.viewer .view_filter.active {
    color: #ff5100;
}

.viewlist .resource_archive {
    background: #fff none repeat scroll 0 0;
    color: #000;
    height: 100px;
    margin-bottom: 1em;
    margin-right: 0;
    width: inherit;
}

.viewlist .resource_archive .bottom {
    background: #fff none repeat scroll 0 0;
    height: inherit;
    position: inherit;
        padding-left: 2px;
}

.viewlist .img_container {
    display: none;
}


/*****************
PROGRAMS
***********************************************/

.single-programs .onepage,
.nohero .onepage {
    margin-top: 160px;
}

.home.nohero .onepage {
    margin-top: 121px;
}

.nohero.herospot {
    display: none;
}

.program_header h1 {
    display: block;
    text-align: center;
}

.program_header .featimg {
    margin-bottom: 1em;
    text-align: center;
}

.postid-1649 .program_header .featimg {
    margin-bottom: 1em;
    text-align: center;
    max-height: 45vh;
    max-width: 740px;
    min-height: 465px;
    margin: auto;
}

.program_header .program_desc {
    padding: 2em 4em;
}

.program_header .program_more {
    padding: 0 4em;
}

.program_header .program_more a {
    border: 0 none;
    color: #fff;
    padding: 0.75em 1em;
}

.program_header.archived .program_more a {
    display: block;
    margin-bottom: 1em;
    text-align: right;
}

.program_header .program_more a:hover {
    text-decoration: none;
    background: #580858 !important;
}

.program_cols {
    -ms-flex-align: start;
    -webkit-box-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
    margin: 3em 0 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.video-block {
    margin-bottom: 2em;
}

.video-block iframe {
    width: 100% !important;
    min-height: 200px !important;
}

.program_cols.flexible .col1 {
    width: 65%;
    padding: 2em;
    padding-bottom: 2em;
}

.program_cols.flexible .col1 h2 {
    padding: 0;
    color: #58595B;
}

.template_pooled .program_cols.flexible .col1 h2 {
    padding: 0;
}

.template_unpooled .col1 {
    background: #F1F1F2;
}

.program_cols.flexible .col2 {
    margin-left: 5%;
    width: 30%;
    padding-right: 2em;
}

.program_cols .readmore {}

.program_cols .readmore a {
    border-left: 0 none;
    color: #58595b;
    font-weight: normal;
    padding-left: 0;
}

.program_cols .readmore a:after {
    content: '  >';
}

.seemore {}

.more_latest {
    margin-top: 2em;
    display: none;
}

.program_cols .item_img {
    margin-bottom: 1.5em;
    text-align: center;
}


    .program_cols .item_img img {
        width: 100%;
        height: auto;
    }

    .program_cols iframe {
        max-width: 100% !important;
    }

.bordermeariver {
    border-bottom: 1px solid #154f68;
    margin-bottom: 1.5em;
}

.bordermeariver:last-child {
    border: 0;
}

.item.story,
.item.story h3 a {
    color: #58595B;
}

.item.story h3 a {
    margin-top: 1em;
    display: block;
}

.item.story .item_more {
    padding: 0;
}

.item.pooleditem .item_desc,
.meta_desc.item_desc {
    display: block;
    margin-bottom: 1em;
    padding-left: 10px;
    line-height: .9em;
    text-transform: uppercase;
    border-width: 14px !important;
}

.item.pooleditem .guym {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}

.pooleditem .btn {
    display: inline-block;
    margin-bottom: 1em;
    padding: 0.25em 0.5em;
}


/*****************
natpic
***********************************************/

.page-id-1640 {
    background: #F2F6F9;
}

.program {}

article .program .pointer {
    margin-left: calc(100vw/3);
    border-width: 21px 21px 0 21px;
    margin-top: 0;
}

.program header {
    color: #fff;
    padding: 1em;
}

.program header h3 {
    font-size: 20px;
    margin-bottom: 0.5em;
}

.program header a {
    color: #fff;
}

.program_body {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch;
    margin-bottom: 4em;
}

.program header h2 {
    margin-bottom: .25em;
}

.program_body .item_img {
    height: 300px;
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
    background: #fff;
}

.program_body .item_img img {
    height: auto;
    width: 100%;
}

.program_body .item_desc {
    background: #fff none repeat scroll 0 0;
    height: 300px;
    position: relative;
}

.program_body .grabber {
    padding: 2em 2em 0;
}

.program_body .excerpt {
    padding: 0 2em;
}

.program_body .keepreading {
    padding: 0 2em;
    font-size: 12px;
}

.program_body .keepreading a {
    border-left: 10px solid;
    padding-left: 10px;
}

.program_body .moreabout {
    border: 0 none;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    padding: 0.5em 1.5em;
    position: absolute;
    width: 100%;
}

.program_body .moreabout a {
    color: #fff;
}

.program_body .moreabout a:before {
    content: '> ';
}


/*****************
FILTERS
***********************************************/

.filter_section {}

.filter_section h3 {}

.filter_section select {}


/*****************
FLIPPER
***********************************************/

.flip-container {
    -webkit-perspective: 1000;
    perspective: 1000;
    overflow: hidden;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    left: 0;
    position: absolute;
    top: 0;
}


/* front pane, placed above back */

.front {
    /* z-index: 2; */
    background-position: center top;
    background-size: 460px auto;
    font-size: 30px;
}


/* back, initially hidden pane */

.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.back a {}

.flipper .front,
.flipper .back {
    /*border-radius: 120px;*/
    color: #333333;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.flipper .mask {
    background: url("images/fader.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    /*border-radius: 120px;*/
}

.flipper .back a:hover {
    color: #f04c00;
}


/*****************
LISTS
***********************************************/


/* single page view navigation */

div.next-post {}

div.prev-post {}


/* generated by wp_list_cat and wp_list_pages functions */

li.page_item {}

li.current_page_item {}

li.current_page_parent {}

li.cat-item {}

li.current-cat {}


/*****************
FOOTER
***********************************************/

#footer {
    clear: both;
}

.footer_inner {}

.footer_leader h2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
    margin: auto;
    margin-bottom: 1em;
    max-width: 1140px;
}

.footer_modules {
    padding: 4em;
    background: none repeat scroll 0 0 #d9dfe6;
}

.footer_modules .flexible {
    -ms-flex-align: start;
    -webkit-box-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
}

.footer_modules h3 {
    font-family: 'Glober W01 Light';
    margin-bottom: 1.85em;
}

.footer_module label {
    display: block;
    font-family: 'Glober W01 Light';
    font-size: 1.35em;
    margin-bottom: .8em;
    margin-top: -7px;
    font-weight: normal;
}

.footer_module input[type=email] {
    min-width: 300px;
    width: 90%;
    padding: .7em;
}

.footer_module .btn-link {
    width: 100%;
    text-align: left;
    font-family: 'Glober W01 Book';
    padding: 1em;
}

.footer_module .btn-link:before {
    font-size: 1.4em;
}

.footer_module .fb .btn-link {
    background: #416180;
}

.footer_module .twitter .btn-link {
    background: #8da0b3;
}

.footer_module .twitter .btn-link:hover,
.footer_module .fb .btn-link:hover {
    background: #003960;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}

.footer_module {
    margin-bottom: 1em;
    padding: 1em 0 0 0;
    width: 50%;
}

.footer_module.lower {
    min-height: 350px;
}

.footer_module.lower .footer_content {
    min-height: 0;
    padding: 12% 10%;
}

.footer_module.lower .footer_content h4 {
    margin-bottom: 2em;
}

.footer_module.lower .footer_content.sharing {
    padding-left: 13%;
    text-align: center;
}

.footer_content li {
    list-style: outside none none;
    margin-bottom: 1em;
}

.footer_module.lower.apply {
    text-align: center;
}

.footer_header {
    background: #003960;
    color: white;
    padding: 1% 0;
}

.footer_header h3 {
    padding: 3.5% 0 0;
    text-align: center;
    font-size: 48px;
    font-size: 48px;
    font-size: 48px;
    font-size: 48px;
    font-size: 3rem;
}

.footer_header h3 a {
    color: #fff;
}

.footer_header h3 a:hover {
    text-decoration: none;
}

.footer_content.Dates {
    padding: 5% 5% 10px;
    margin-top: 10%;
    border: 3px solid #F9EBE4;
    height: auto;
    min-height: 0;
    width: 78%;
    margin-left: auto;
    box-shadow: 6px 6px 0 #FCF3ED;
    margin-right: auto;
}

.footer_content.Eligibility {
    padding-top: 15%;
}

.footer_content .content_pieces {
    min-height: 250px;
    padding: 4% 7%;
    font-size: 26px;
    font-size: 26px;
    font-size: 26px;
    font-size: 26px;
    font-size: 1.65rem;
}

.footer_update {
    display: none;
    background: #fff9d4;
    padding: 2% 0;
    color: #BEA37E;
    clear: both;
}

.footer_update a:hover {
    text-decoration: none;
    color: #003960;
}

.footer_update h2 {
    margin-bottom: 0;
    line-height: 1.1em;
    padding: 0 5%;
}

.footermenu {
    font-size: 24px;
    font-size: 24px;
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
}

.footermenu a {
    color: #fff;
}

.footermenu a:hover {
    text-decoration: none;
    color: #FF5100;
}

.footermenu ul li {
    margin-right: 1.5em;
}

.footer_header .row {
    max-width: 94%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.footercredits {
    font-size: 24px;
    font-size: 1.5rem;
    width: 40%;
}

.sitecredits p {
    text-align: right;
}

.sitecredits a {}

.sinkcredits {
    display: none;
}

.sinkcredits p {
    margin-bottom: 0;
}

.sinkcredits a {}


/*****************
ARCHIVE
***********************************************/

.content article.archive_post {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #eaeaea;
}

.article_inner {
    border-left: 10px solid #ef4c24;
    padding-left: 2em;
    -ms-flex-align: start;
    -webkit-box-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
}

.content article.archive_post.even_post {}

.content article.archive_post.archivepost_last {
    border-bottom: 0;
}

.archive_post .featimg {
    float: left;
    margin-right: 6%;
    width: 20%;
    min-width: 150px;
}

.smaller_archives .featimg {
    max-width: 100px;
    margin-right: 3%;
}

.smaller_archives a {
    color: inherit;
}

.smaller_archives p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.article_inner p {
    line-height: 1.6em;
    margin-bottom: 1.6em;
}

.article_inner p.readmore {
    margin-bottom: 0;
}

.archive_post.thumb_exists .mainpost {
    float: left;
    max-width: 700px;
    width: 70%;
}

p.readmore a {
    border-left: 5px solid #fff;
    padding-left: 5px;
}

.archive_post p.readmore a {
    padding-left: 0;
    border-left: 0;
    font-size: .75em;
}

.content article.archive_post h2 {
    margin-bottom: .55em;
}

.content article.archive_post p.post_header_meta {
    font-size: 90%;
}

.content article.archive_post .post_meta {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
    font-size: 90%;
}

.content article.archive_post a.readmore {
    font-size: 90%;
    text-transform: uppercase;
}

.content article.archive_post a.readmore:after {
    content: '>';
    padding-left: 2px;
}

.relatedposts {
    background: none repeat scroll 0 0 #003960;
    clear: both;
    color: #fff;
    padding: 1em;
}

.content .relatedposts ul {
    margin: 0;
}

.content .relatedposts li {
    list-style: none outside none !important;
    margin: 0px;
}

.content .relatedposts li a {
    color: #fff;
}

.prev {
    float: left;
}

.next {
    float: right;
}

.tax-topics .featimg_link {
    display: none;
}


/* DISPLAY */

.debug,
.expandable {
    display: none;
}

.deprecated {
    display: none !important;
}

.mobile_only {
    display: none;
}

.desktop_only {
    display: block;
}


/**
 * Tooltip Styles
 */


/* Add this attribute to the element that needs a tooltip */

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}


/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* MAP MODS */

.map_mods.flexible {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
}

.map_mods #filters {
    width: 60%;
    margin-bottom: 1em;
}
.map_mods #mapsearch_container {
    width: 30%;
    margin-bottom: 1em;
}

.map_mods ul {
    margin:0;
}

.map_mods h4 {
    color: #141414;
    text-transform: uppercase;
    border-bottom: 1px solid #B3B3B3;
    padding-bottom: .4em;
    margin-bottom: .5em;
}

.map_mods ul li {
    margin-right: 2em;
}

.map_mods ul li a {
    color:#5C7F9D;
}

.sitelist_panel {
    padding: 0;
    display: none;
}

    .sitelist_panel.highlighted {
        display: block;
    }

.sitelist_panel .partner {
    padding: 0;
}

.sitelist_panel ul li {
    list-style: none;
    margin-left: 0;
}