/* General */
/*the container must be positioned relative:*/

em {
    font-style: italic !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: 1em !important;
    line-height: inherit !important;
    display: inline !important;
}
body em {
    font-size: 1em !important;
}

.page_content_right p em {
    line-height: 178% !important;
    font-family: DIN-Bold !important;
    font-size: 1.25em !important;
    font-style: normal !important;
    font-weight: bold !important;
}
.custom-select {
    position: relative;
    font-family: Arial;
}
.more-stories {
    margin-top: 10px;
}

.form_fields_li > select#state {
    margin: 40px;
    background: transparent;
    color: #fff;
    width: 100%;
    position: relative;
    height: 85%;
    bottom: 29px;
    border: none;
    right: 37px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.form_fields_li > select#state > option {
    margin: 40px;
    background: #009ec9 ;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);

}
.form_fields_li > select#state > .custom-select select {
    display: none; /*hide original SELECT element:*/
}
.select-selected {
    background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 320px){
    img.float-left {
        width: 100%;
        max-width: 480px;
        display: block;
        margin: 0 auto 10px auto;
    }
}
@media (min-width: 768px){
    img.float-left {
        float: left;
        width: auto;
        display: inline;
        margin-right: 10px;
    }
}

.video-wrapper { width: 600px; max-width: 100%; margin: 0 auto;}
.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-embed .video-overlay{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    cursor: pointer;
}
.grey-block { background: #F3F3F3; padding: 60px; }
.grey-block p { font-size: 18px; }
.right .social-share .fa { font-size: 36px; color: #FFF; background: #39AF4F; padding: 6px; border-radius: 5px; width: 50px; height: 50px; text-align: center; cursor: pointer;}
.print-only { display: none; }
.clear:after {
    content: "";
    display: block;
    clear: both;
}
body header{ z-index: 10; }
.one-half {
    display: block;
    float: left;
}
.form_checkbox label.unabled::before { border: 0; }
.form_checkbox label.unabled { color: #999999;}

ol li { display: list-item; }
ol li::before {
    display: none;
}

.content-box { display: table; width: 100%; }
.content-cell { display: table-cell; vertical-align: middle; }

/* Hero Video Modal Trigger */
.hero .modal-trigger p { margin: 0; color: #FFF; } /* text below play button */

@media (min-width: 320px){
    .hero_img label {
        position: absolute;
        top: 5%;
        left: auto;
        right: auto;
        margin-top: 0px;
        margin-left: 0px;
        z-index: 2;
        cursor: pointer;
        width: 100%;
    }
    div.modal-trigger {
        text-align: center;
        padding: 0 10px;
    }
    .hero .modal-trigger p {
        font-size: 10px;
    }
    .hero .modal-trigger img {
        width: 30px;
    }
}
@media (min-width: 480px){
    .hero_img label {
        top: 35%;
    }
    .hero .modal-trigger img {
        width: 40px;
    }
}
@media (min-width: 640px){
    .hero .modal-trigger img {
        width: 50px;
    }
}
@media (min-width: 1019px){
    .hero .modal-trigger img {
        width: 82px;
    }
}

/* Hero Video Modal */
.video_container { height: 100%; max-height: 450px; }
.video_container iframe { width: 100%; height: 100%; max-height: 450px; }

/* Top Level Nav Page */
.top-level-nav-page { margin-bottom: 0; } /* Override negative margin in `all.css` */
.top-level-nav-page ul { margin-bottom: 0; } /* Override mysterious browser default style */

/* Newsletter signup above footer */

.footer_filler { background: #3FAE53; }
.form_checkbox ul li label.shrink {
    margin-right: 15px;
    padding: 0;
    bottom: 0;
}

.footer_newsletter_signup.blue { background: #199FC7; }
.footer_newsletter_signup.green { background: #39AF4F; }

.footer_newsletter_signup .left-column p { font-size: 36px; color: #FFF !important; font-style: italic; }
.footer_newsletter_signup .right-column { display: table; height: 136px; }
.footer_newsletter_signup .right-column form { display: table-cell; vertical-align: middle; }

.footer_newsletter_signup .right-column form input.email {color: #5B5C60; border: 0; padding: 5px;}
.footer_newsletter_signup .right-column form input.submit { border: 0; padding: 5px 10px; color: #FFF; }
.footer_newsletter_signup.blue .right-column form input.submit { background: #32b04a; }
.footer_newsletter_signup.blue .right-column form input.submit:hover {
    background: -webkit-linear-gradient(#19e03f, #14ae31);
    background: linear-gradient(#19e03f, #14ae31);
}
.footer_newsletter_signup.green .right-column form input.submit { background: #199FC7; }
.footer_newsletter_signup.green .right-column form input.submit:hover {
    background: -webkit-linear-gradient(#2EC5F2, #199FC7);
    background: linear-gradient(#2EC5F2, #199FC7);
}

@media (min-width: 320px){
    .one-half {
        width: 100%;
    }
    .footer_newsletter_signup .left-column { width: 100%; float: left; }
    .footer_newsletter_signup .right-column { width: 100%; float: left; }
}

@media (min-width: 640px){
    .footer_newsletter_signup .left-column { width: 49%; float: left; }
    .footer_newsletter_signup .right-column { width: 49%; float: left; }
    .footer_newsletter_signup .right-column form input.email { width: 220px; }
}

@media (min-width: 768px){
    .one-half {
        margin-right: 2%;
        width: 47%;
    }
}

@media (min-width: 992px){
    .footer_newsletter_signup .right-column form input.email { width: 350px; }
}

/* 
** Footer 
*/

@media (min-width: 320px){
    .footer_dcf li { margin: 0 10px; }
}
@media (min-width: 768px){
    .footer_dcf li { margin: 0 10%; }
    .footer_email_container { padding-top: 25px; padding-left: 25px; }
}

/*
** Newsletter Page
*/

.form_content input.hidden-textbox { position: static; display: none; border: 1px solid #FFF; max-width: 300px; height: auto; }

@media (min-width: 480px){
    .form_content .form_checkbox.left-column { width: 46%; float: left; margin-right: 3%; }
    .form_content .form_checkbox.right-column { width: 49%; float: left; }
}
/* 
** Top Menu 
*/

/* Parent style overrides */
#topnav .menu-top_menu-container { display: block; margin: 0; float: right; }
#topnav .menu-top_menu-container li { min-width: 0; }
#topnav .menu-top_menu-container li:nth-child(2) { background: transparent; font-size: .6875em; }
#topnav .menu-top_menu-container li:nth-child(2):hover { background: transparent; }

/* The good stuff */
#topnav .menu-top_menu-container li a { font-size: 10px; color: rgba(255,255,255,0.9) }
#topnav .menu-top_menu-container li.orange a { font-weight: bold; color: #FFAF36; }
#topnav .menu-top_menu-container li.button { background: #32b04a; padding: 0 30px;}
#topnav .menu-top_menu-container li.button a { font-size: 14px; }
#topnav .menu-top_menu-container li.button:hover {
    background: -webkit-linear-gradient(#19e03f, #14ae31);
    background: linear-gradient(#19e03f, #14ae31);
}

/* Fix search bar overflow */
body a { font-weight: normal; }

/* Forms */
.activities.multiple.form_checkbox,
.interests.multiple.form_checkbox {
    border-bottom: 1px solid #FFF;
}
@media (min-width: 320px){
    .activities.multiple.form_checkbox li { width: 100%; }
}
@media (min-width: 624px){
    .form_fields li.full-width { width: 100%; }
}
@media (min-width: 1040px){
    .activities.multiple.form_checkbox li { width: 49%; }
}

/* Events CTA Homepage */
#events-title h2 span { border-top: 7px solid #F9AF31; font-family: "DIN-Bold", Arial, Helvetica, sans-serif; color: #000; font-weight: 700; font-size: 40px; line-height: 40px; margin: 0 auto 25px; }
#events-title { margin-top: 60px; border-top: 1px solid #c6c8ca; }
#events-results { padding-top: 0; }
#events-results .events-wrapper .event { }

#events-results .events-wrapper .event h3 { font-size: 1em; font-family: "DIN-Bold", Arial, Helvetica, sans-serif; color: #000; font-weight: 700; text-transform: uppercase; }
#events-results .events-wrapper { margin: 0 auto; }
#events-results .events-wrapper { width: 100%; }

/* Expander Pages 
* 
*   used on:
*     - /our-approach/educational-design
*     - /naf-network/themes
*     - /naf-network/network-opportunities
*     - /naf-network/network-champions
*
*/
.expanders .image { border-radius: 0; }
.expanders .wrap .image img,
.expanders .image img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* Responsive borders */
#events-results .events-wrapper.two .event.first { border-bottom: 1px solid #c6c8ca; }
#events-results .events-wrapper.three .event.first,
#events-results .events-wrapper.three .event.second { border-bottom: 1px solid #c6c8ca; }


/*Team Page*/
.team-page{ text-align: left; background-color: #f3f3f3; }
.team-page .outer-container:not(.team-breadcrumb-outer-container){ padding-left: 10px; padding-right: 10px; }
.team-header *{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.team-header{ padding: 57px 0 50px; background-color: #FFF;  }
.team-header .left{ width: 29%; float: left; }
.team-header .right{ width: 64%; float: right; padding-top: 8px; font-family: 'DIN-Regular'; font-size: 18px; line-height: 25px; color: #58595b; }
.team-header .right a { color: #3FAE53; }
.team-header .right a:hover { text-decoration: underline; }
.team-header h1{ padding: 0; margin: 0; text-align: left; }
.team-header h2{ margin-bottom: 10px; }
.team-header h2 strong{ display: block; text-align: center; }
.team-header p{ padding: 0; margin: 0; text-align: left; }

.search-member-wrapper{ border: 1px solid #cecece; height: 40px; background:#f3f3f3; padding-right: 35px; position: relative; }
#search-member{ display: block; float: left; outline: 0; height: 38px; padding: 0 15px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background-color: transparent; border: 0;}
.search-member-wrapper span{ position: absolute; top: 6px; right: 10px; }
#search-member::-webkit-input-placeholder { color: #58595b; }
#search-member::-moz-placeholder { color: #58595b; }
#search-member:-ms-input-placeholder { color: #58595b; }
#search-member:-moz-placeholder { color: #58595b; }

#team-nav{ margin-bottom: 55px; }
#team-nav .filter-by{ display: none; }
#parent-cats{ background-color: #39af4f; }
#parent-cats ul{ max-width: 68em; margin: auto; list-style: none;}
#parent-cats ul li{ list-style: none; display: block; float: left; }
#parent-cats ul li a{ display: block; font-size: 15px; }
#parent-cats>ul>li>a{ color: #FFF; display: block; padding: 15px 45px 9px;}
#parent-cats>ul>li:hover{ background-color: #565656; }
#parent-cats>ul>li.current{ background-color: #565656; }
#parent-cats>ul>li.current a{ display: block; position: relative; }
#parent-cats>ul>li.current.hassubmenu>a:after{ content: ''; display: block; height: 1px; background-color: #565656; width: 100%; position: absolute; left: 0; bottom: -1px; z-index: 9; }
#parent-cats>ul>li.hassubmenu.current{padding-bottom: 47px;}

#parent-cats .subcatmenu{position: absolute; left: -9999em; width: 100%; background-color: #565656; text-align: center; z-index: 3; border-top: 1px solid #a7a7a9; border-bottom: 1px solid #a7a7a9;}
#parent-cats .subcatmenu a{color: #FFF; padding: 12px 40px; font-family: "AvenirNext"; font-size: 12px; }
#parent-cats>ul>li.current .subcatmenu{position: absolute; left: 0; }
#parent-cats .subcatmenu li.current{ position: relative;  }
#parent-cats .subcatmenu li.current:after{ content:''; position: absolute; bottom: -2px; left: 0; right: 0; margin: auto; width: 0; height: 0; border-bottom: 6px solid #f3f3f3; border-left: 10px solid transparent; border-right: 10px solid transparent;  }
#parent-cats .subcatmenu li:hover a{ color: #39af4f;  }


.member-popup { position: relative; background: #FFF; padding: 40px 20px 55px; width: auto; max-width: 880px; margin: 20px auto; border-radius: 20px; font-family: 'AvenirNext'; }
.member-popup .left{ float : left; width: 40%; }
.member-popup .left img{ border-radius: 50%; max-width: 270px; width: 100%; height: auto; /*margin: 0 25px 0 40px;*/ margin: auto; display: block; }
.member-popup .right{ float : right; width: 60%; }
.member-popup .right .member-name{ color: #000; font-size: 20px; font-size: 25px; color: #000; margin-bottom: 5px; padding-top: 15px; }
.member-popup .right .member-title{ color: #a6a7a9; font-size: 16px; margin-bottom: 5px; font-size: 22px; color: #6d6e71; }
.member-popup .right .member-email a{ color: #a6a7a9; font-size: 16px; margin-bottom: 12px; font-size: 22px; color: #6d6e71; font-weight: 400; font-family: 'AvenirNext'; display: block;}
.member-popup .right .member-content{ color: #58595b; font-size: 15px; line-height: 20px; }
.member-popup .right .member-content p{ margin: 0 0 10px; line-height: 20px; }
a.print-button{ display: inline-block; text-align: center; color: #FFF; margin-top: 10px; border-radius: 5px; font-size: 14px; height: 38px; width: 150px; line-height: 42px; background: #39af4f; font-family: 'DIN-BOLD';  }

.team-page .breadcrumbs{ margin-bottom: 50px; border-bottom: 1px solid #ccc; display: none; font-size: 17px; }
.team-member{ display: block; width: 150px; height: 250px; overflow: hidden; vertical-align: top; text-align: center; outline: none; font-weight: normal; }
.team-member a{ display: block; height: 227px; overflow: hidden; font-family: 'AvenirNext'; }
.team-member .team-img{ width: 150px; height: 150px; margin-bottom: 12px; border-radius: 50%; background: no-repeat center center; background-size: cover; }
.team-img-overlay{ width: 150px; height: 150px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.8); position: relative; color: #fff; display: table-cell; vertical-align: middle; opacity: 0; text-transform: uppercase; font-size: 13px; letter-spacing: 0.15em; transition: opacity 0.35s ease-in-out;}
.team-member strong{ display: block; line-height: 16px; margin-bottom: 2px; font-size: 15px; color: #000; transition: color 0.35s ease-in-out; }
.team-member span{ display: block; line-height: 16px; font-size: 13px; color: #6d6e71; transition: color 0.35s ease-in-out;}
.team-member:hover .team-img-overlay{ opacity: 1; }


/*End Team Page*/

@media (min-width: 640px){
    #events-results .events-wrapper { width: 66%; }
}
@media (min-width: 922px){
    #events-results .events-wrapper.one { width: 33%; float: none;}
    #events-results .events-wrapper.two { width: 66%; display: flex;}
    #events-results .events-wrapper.three { width: 100%; display: flex; }
    #events-results .events-wrapper.two .event { width: 50%; }
    #events-results .events-wrapper.three .event { width: 33%; }

    #events-results .events-wrapper .event h3 { height: 44px; }
    /* Event borders */

    /* Hide mobile borders */
    #events-results .events-wrapper.two .event.first { border-bottom: 0; }
    #events-results .events-wrapper.three .event.first,
    #events-results .events-wrapper.three .event.second { border-bottom: 0; }

    /* Show desktop borders */
    #events-results .events-wrapper.two .event.second { border-left: 1px solid #c6c8ca; }
    #events-results .events-wrapper.three .event.second { border-left: 1px solid #c6c8ca; border-right: 1px solid #c6c8ca; }
}

#events-results .events-wrapper .event .calendar {  height: 95px; }
#events-results .events-wrapper .event .calendar p { margin: 0;  }
#events-results .events-wrapper .event .event-desc { height: 125px; overflow: hidden; font-size: 12px;}
#events-results .events-wrapper .event .read_more_view.expander { margin-bottom: 18px; }

.single-member-page{ text-align: left; margin-top: 40px; }
.single-member-page h1{ text-align: left; font-size: 24px; line-height: 24px; margin: 0 0 10px; }
.single-member-page h2{ text-align: left; font-size: 20px; line-height: 20px; margin: 0 0 10px; }
.single-member-page .member-image{ max-width: 300px; }
/* Remove arrow icons from navigation */
body header #mainnav .main-nav>li a { background-image: none; } /*Desktop*/
.side_menu .menu-item-has-children>a:after { display: none; } /*Mobile*/

/* Round images with zoom on About Us top-level page */
.zoom-container {
    position:relative;
    display:inline-block;
    width: 170px !important;
    height: 170px;
}
@media (min-width: 768px){
    .zoom-container { float: left; }
    .mid-links .zoom-container { float: right; }
}
.zoom-container .circle {
    z-index:2;
    position:absolute;
    top:0;
    left:0;
    border-radius:50%;
    height:170px;
    width:170px;
    border:10px solid white;
}
.zoom-container img {
    border-radius:50%;
    width:150px;
    height: 150px;
    z-index:1;
    position:absolute;
    top:10px;
    left:10px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.6s ease-out;
}
.education_design a:hover .zoom-container img{
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);

}

/* Round images on About pages (IE Fix) */
.team_member_img img {
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

/* Remove hover effect on images on "Our Partner" page */
.modal-trigger:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
}

/* Find An Academy - Map */

.print-button { padding: 1em 0; max-width: 320px; margin: 0 auto; }
#pageNavPosition {float: none;}
.simple-pagination ul, .simple-pagination li { display: inline-block;  }
.print-button .btn { display: block; }

.people {
    text-align: center;
}
.person {
    position: relative;
    width: 109px;
    height: 135px;
    margin-right: 15px;
    display: inline-block;
}
.person .image {
    position: absolute;
    z-index: -5000;
}
.person .overlay {
    position: absolute;
    top: 0;
    height: 135px;
    width: 109px;
}
.person p {
    font-family: "DIN-Bold",Arial,Helvetica,sans-serif;
    color: #000;
    text-transform: uppercase;
}
.person p.stat-number { font-size: 16px; padding-top: 10px; }
.person p.stat-type   { font-size: 11px; padding-top: 25px; }
.person p.stat-type.two-line { padding-top: 20px; }

.dataFilters .static-print.bottom {
    padding: 25px 0;
    text-align: center;
}
.static-print.top {
    padding: 15px 0;
    text-align: right;
}
.dataFilters .static-print a.btn { display: inline-block; }

.academyFilters li.active {
    right: auto;
    position: relative;
}
.one-quarter {
    float: left;
    width: 23%;
    margin-right: 1%;
}
.one-tenth {
    float: left;
    width: 8%;
    margin-right: 1%;
}
.one-sixth {
    float: left;
    width: 15%;
    margin-right: 1%;
}

@media (min-width: 320px){

    /* Map controls */
    .data-boxes .nation-box, .data-boxes .academy-box {
        width: 100%;
        clear: both;
    }
    /* Map Table results */
    .school-row .desktop { display: none; }
    .academy-details .the-details { display: none; }
    #results-holder .data-header { display: none; }

}

@media (min-width: 768px){

    /* Map controls */
    .data-boxes .nation-box {
        width: 200px;
        margin-right: 10px;
    }
    .data-boxes .academy-box {
        clear: none;
        min-width: 515px;
        width: auto;

    }

    /* Map print button and pagination */
    #results-holder-footer { width: 80%; margin: 0 auto; }
    .print-button { padding: 0; float: left; }
    #pageNavPosition { padding: 10px 0 0 0; float: right; }

}

@media (min-width: 900px){
    .school-row .desktop { display: block; }
    .school-row .mobile { display: none; }
}

/**************************
*
*   STEM Form Page (/stem)
*
**************************/

div.ctas { background: #F3F3F3; padding-bottom: 60px; }
div.ctas ul { margin: 0; }
div.ctas ul li.cta .round img { border-radius: 50%; }
.form_content textarea { width: 100%; background: #199FC7; border: 1px solid #FFF; color: #FFF; }

@media (min-width: 768px){

    div.ctas ul li.cta { float: left; width: 33%; }

}

@media only screen and (max-width : 1200px) {
    #parent-cats>ul>li>a{ padding-left: 38px; padding-right: 38px; }
    #parent-cats .subcatmenu a{ padding: 12px 30px; }
}

@media only screen and (max-width : 979px) {
    #parent-cats>ul>li>a{ padding-left: 17px; padding-right: 17px; }
    #parent-cats .subcatmenu a{ padding: 12px 8px; }
}

@media only screen and (max-width : 767px) {
    .team-header{ padding-bottom: 10px; }
    .team-header .left{ float: none; width: 100%; text-align: center; margin-bottom: 0;}
    #search-member{  }
    .team-header .right{ float: none; width: 100%; margin-bottom: 15px;  }
    #parent-cats ul li{ float: none; text-align: center; }
    #team-nav{ background-color: #FFF; padding: 10px; }
    #parent-cats{ border: 1px solid #cecece; background-color: #f3f3f3; }
    #parent-cats>ul>li>a{ padding: 12px 0 8px; color: #565656; }
    #parent-cats>ul>li.current, #parent-cats>ul>li:hover{ background-color: #39af4f; }
    #parent-cats>ul>li.current a, #parent-cats>ul>li:hover a{ color: #FFF; }
    #parent-cats>ul>li.hassubmenu.current{ padding-bottom: 0; }
    #parent-cats .subcatmenu{ position: static; display: none; }
    #parent-cats>ul>li.current .subcatmenu{ display: block; position: static; }
    #parent-cats .subcatmenu li.current:after{ display: none; }
    #parent-cats .subcatmenu a{ padding: 6px 10px; }
    .team-page .breadcrumbs{ display: none!important; }
    #team-nav .filter-by{ border-bottom: 1px solid #cecece; color: #58595b; line-height: 42px; height: 42px; padding: 0 10px; display: block; font-size: 15px; font-family: 'DIN-Regular'; }
    #team-nav .filter-by span{float: right; display: block; position: relative; top: 12px; right: 10px; }
    #team-nav .filter-by.closed span{ top: 15px; right: 7px; }
    #team-nav .filter-by.closed ul{display: none;}
    .member-popup .left img{ max-width: 200px; }
    .member-popup .left{float: none; width: 100%;}
    .member-popup .right{ float: none; width: 100%; text-align: center; }
    .mfp-bg{background: #FFF; opacity:1;}
}

.mfp-container{ overflow: scroll; }

.teamsprite {
    background-image: url(../images/teams-spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.teamsprite-arrowdown {
    width: 15px;
    height: 10px;
    background-position: -5px -5px;
}

.teamsprite-arrowright {
    width: 10px;
    height: 15px;
    background-position: -30px -5px;
}

.teamsprite-magnifier {
    width: 20px;
    height: 21px;
    background-position: -5px -30px;
}

.teamsprite-print {
    width: 28px;
    height: 21px;
    background-position: -50px -5px;
    position: relative;
    top: 6px;
    left: -2px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx){
    .teamsprite {
        background-image: url(../images/teams-spritesheet@2x.png);
        background-size: 63px 43px;
    }

    .teamsprite-arrowdown {
        background-position: 0 0;
    }

    .teamsprite-arrowright {
        background-position: -18px -1px;
    }

    .teamsprite-magnifier {
        background-position: -2px -20px;
    }

    .teamsprite-print {
        background-position: -33px -2px;
    }
}


/*
 * NAFTrack Page
*/
.btn { padding: 10px; color: #FFF; }
.btn:hover { cursor: pointer; }
.btn.blue { background: #199FC7; }
.btn.blue:hover {
    background: -webkit-linear-gradient(#2EC5F2, #199FC7);
    background: linear-gradient(#2EC5F2, #199FC7);
}

.our-approach-naftrack section a {
    color: #32b04a;
    font-family: Arial
}

.our-approach-naftrack h3.span-header {
    display: block;
    text-align: left;
    border: none;
}
.our-approach-naftrack h3.span-header span { display: inline-block; }
.our-approach-naftrack h3.span-header span:before {
    border-bottom: 3px solid #000;
    content: '';
    display: block;
    margin-bottom: 13px;
}
.our-approach-naftrack h4 {
    font-family: DIN-Bold;
    font-size: 1.25em !important;
    text-align: left;
    color: #5b5c60;
    font-weight: bold;
}
.our-approach-naftrack .list-item-block ul { max-width: none; width: 100%; }

.our-approach-naftrack .list-item-block ul.three-column {
    padding: 0;
    list-style-type: none;
}
.our-approach-naftrack .list-item-block ul.three-column li {
    display: block !important;
    list-style-type: none !important;
    float: left;
    width: 100%;
}
@media (min-width: 768px){
    .our-approach-naftrack .list-item-block ul.three-column li {
        width: 32%;
        margin-right: 1%;
    }
    .our-approach-naftrack .list-item-block ul.three-column li:last-child {
        margin-right: 0;
    }
}

.our-approach-naftrack .list-item-block ul.four-column {
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: auto;

}
.our-approach-naftrack .list-item-block ul.four-column li {
    display: block !important;
    list-style-type: none !important;
    width: 100%;
}
@media (min-width: 640px){
    .our-approach-naftrack .list-item-block ul.four-column li {
        width: 95%;
        margin-right: 1%;
    }

    .our-approach-naftrack .list-item-block ul.four-column {
        grid-template-columns: auto auto;
    }
}


/*
*
*
* NAF Advantage Page 
* 
*
*/

/* General stuff */
hr { clear: both; }
.mc4wp-alert.mc4wp-success { clear: both; }
.owl-carousel .owl-nav.disabled { display: none; }
.owl-carousel .active {
    right: auto;
    position: relative;
    text-decoration: none;
}
.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 5px;
}
.owl-dots .owl-dot span {
    border: 1px solid #5B5C60;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot span:hover {
    background-color: #5B5C60;
}

h2 > span.green-underline {
    border: 0;
    min-width: auto;
    height: auto;
    display: inline;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-family: "DIN-BOLD";
    font-size: 36px;
    border-bottom: 7px solid #32b04a;
}

/* Hero */
.hero.banner-below .hero_title_wrapper {
    z-index: 1;
}
.hero.banner-below .hero_title {
    line-height: normal;
}
.hero_img.banner-below {
    border: 0;
}
.hero_img .hero-form {
    z-index: 2;
    position: absolute;
    width: 300px;
    padding: 25px;
    color: #FFF;
    border-radius: 10px;
    font-size: 15px;
    background: #FBB309;
    z-index: 1;
    right: 5%;
    top: 20%;
}
.hero_img .hero-form h2 {
    color: #FFF;
    font-family: 'DIN-Regular';
    font-weight: normal;
}
.hero_img .hero-form form input {
    padding: 10px;
    color: #C8C8C8;
    margin-bottom: 10px;
    width: 100%;

}
.hero_img .hero-form form input[type=submit] {
    border-radius: 20px;
    padding: 7px 35px;
    border: none;
    background-color: #FFE942;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #595959;
}
.hero-banner {
    padding: 0;
    background-color: #FBB309;
}
.hero-banner p {
    margin: 0;
    font-size: 32px;
    color: #FFF;
}
.hero-banner a.btn.jump {
    border-radius: 50%;
    background: #FFE838;
    color: #6E99AF;
    height: 35px;
    width: 35px;
    display: inline-block;
    padding: 0;
    padding-top: 2px;
    line-height: normal;
}

/* How It Works */
.how-it-works .owl-carousel {
    max-width: 320px;
    margin: 0 auto;
}
.custom-owl-stage {
    position: relative;
}
.custom-owl-stage .customNav .owl-prev { display: inline; margin-right: 15px; font-size: 35px; color: #CACACA; }
.custom-owl-stage .customNav .owl-next { display: inline; font-size: 35px; color: #CACACA; }
ul.how-it-works li {
    float: left;
    width: 33%;
}
ul.how-it-works li p.circle {
    position: relative;
}
ul.how-it-works:before {
    position: absolute;
    content: "";
    background-image: url("../images/dots.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100%;
    top: 1%;
    left: 29%;
    z-index: -1000;
}
ul.how-it-works:after {
    position: absolute;
    content: "";
    background-image: url("../images/dots.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100%;
    top: 1%;
    left: 61%;
    z-index: -1000;
}
ul.how-it-works li img {
    width: 65%;
}
ul.how-it-works li p.copy { padding: 0 15px; }
.color-block.grey { background-color: #E9E9E9; }
.color-block.orange { background-color: #FBB309; }
.color-block {
    width: 100%;
    max-width: 100%;
}
.color-block .inner {
    max-width: 68em;
    margin: 0 auto;
}
section.full-width {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
section.full-width .one-half {
    width: 50%;
    margin: 0;
}

/* YouTube Gallery section */
.youtube-gallery .cols { padding-bottom: 60px; }
.youtube-gallery h2 { text-align: left; font-size: 36px; }
.youtube-gallery p { text-align: left; }

/* Bullet section */
.bullet-section h2 { text-align: left; font-size: 36px; }
.bullet-section { padding-bottom: 60px; }
.bullet-section ul li {  text-align: left; }
.bullet-section ul.regular-bullets li {
    text-align: left;
    display: list-item;
    /*list-style-position: inside;*/
    list-style-type: none;
    color: #58956D;
    position: relative;
}
.bullet-section ul.regular-bullets li:before {
    content: "•";
    position: absolute;
    top: 3px;
    left: -5px;
}
.bullet-section ul.regular-bullets li p {
    color: #5B5C60;
    padding: 0 10px;
    margin: 0;
}

.bullet-section ul.stylized-bullets .icon {
    width: 65px;
    text-align: center;
}
.bullet-section ul.stylized-bullets .icon img {
    max-width: 50px;
    max-height: 50px;
}

/* Grey Section */
.grey-section { padding-bottom: 60px; }
.grey-section h2 {font-size: 36px; text-align: left; }
.grey-section p {text-align: left;}

/* Quote Section */
section.quote-section .one-half {
    height: 350px
}
section.quote-section .left {
    display: none;
    background-position: center;
    background-size: cover;
}
section.quote-section .right {
    width: 100%;
}
section.quote-section .quote p {
    color: #FFF !important;
}
section.quote-section .quote {
    padding-left: 25px;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
section.quote-section .quote.green {
    background-color: #3C9C4E;
}
section.quote-section .quote.blue {
    background-color: #0A5A86;
}
section.quote-section .quote.yellow {
    background-color: #F5A62F;
}
section.quote-section .quote .attribution {
    color: #FFF;
}
section.quote-section .quote .attribution .company-logo { display: block; width: 100%; max-width: 100px; margin: 0 auto; margin-top: 10px;}

/* Highlighted Partners */
.highlighted-partners { padding-bottom: 60px; }
.highlighted-partners div.logos .owl-carousel {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.highlighted-partners div.logos .owl-carousel .item img {
    display: inline-block;
    padding: 5px;
    width: 100%;
    max-width: 135px;
}
.highlighted-partners ul.logos {
    padding: 0;
}
.highlighted-partners ul.logos li.logo {
    float: left;
    width: 14%;
    height: 100px;
    margin: 0 12px;
}
.highlighted-partners ul.logos li.logo img {
    width: 100%;
    max-width: 150px;
}
/* Orange Bottom Form */
.orange-bottom-form {
    padding-bottom: 40px;
}
.orange-bottom-form form, .orange-bottom-form h2 { text-align: left; }
.orange-bottom-form h2 { color: #FFF; font-family: 'DIN-Regular'; font-weight: normal; font-size: 32px; }
.orange-bottom-form input {
    font-size: 14px;
    padding: 5px 15px;
    margin: 10px 0;
}
.orange-bottom-form input[type='submit'] {
    border-radius: 20px;
    padding: 7px 35px;
    border: none;
    background-color: #FFE942;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.orange-bottom-form form .row {
    float: left;
    margin-right: 4px;
}
.orange-bottom-form form .row:last-child {
    clear: both;
}

/* Media Queries */
@media (min-width: 320px){
    /* hero form */
    div.hero-form { display: none; }
    section.hero-banner { display: block; }
    /* how it works */
    .custom-owl-stage { display: block; }
    ul.how-it-works { display: none; }
    /* highlighted partners */
    div.logos .owl-carousel { display: block; }
    ul.logos { display: none; }
    img.float-left { height:auto; }
}

@media (min-width: 480px){
    .custom-owl-stage .customNav {
        position: absolute;
        top: 0;
        width: 100%;
        color: #CACACA;
    }
    .how-it-works.custom-owl-stage .customNav { margin-top: 115px; }
    .logos.custom-owl-stage .customNav { margin-top: 30px; }
    .custom-owl-stage .customNav .owl-prev { float: left; font-size: 125px;}
    .custom-owl-stage .customNav .owl-next { float: right; font-size: 125px; }
}
@media (min-width: 640px){
    .bullet-section ul.stylized-bullets {
        width: 400px;
        margin: 0 auto;
    }
}

@media (min-width: 768px){
    section.quote-section .left {
        display: block;
        width: 50%;
    }
    section.quote-section .right {
        width: 50%;
    }

    .bullet-section ul.regular-bullets li {
        float: left;
        width: 33%;
        height: 65px;
    }
}

@media (min-width: 964px){
    /* hero form */
    div.hero-form { display: block; }
    section.hero-banner { display: none; }
    .hero.banner-below .hero_title { max-width: 54%; !important;}
    .hero_img.banner-below .hero_subtitle { max-width: 54% !important; }

    /* how it works */
    .custom-owl-stage { display: none; }
    ul.how-it-works { display: block; }

    /* bullet section */
    .bullet-section ul.stylized-bullets {
        width: 100%;
        margin: none;
    }
    .bullet-section ul.stylized-bullets li {
        float: left;
        width: 32%;
        height: 100px;
        margin-right: 1%;
    }
    /* highlighted partners */
    div.logos .owl-carousel { display: none; }
    ul.logos { display: block; }
}

@media (min-width: 1045px){
    .orange-bottom-form form .row:last-child {
        clear: none;
    }
}

/* For Constant contact plugin */
.ctct-form-wrapper label {
    display: none;
}
.ctct-form-wrapper .ctct-form-field {
    margin: 0 !important;

}
#orange-bottom-form .ctct-form-wrapper .ctct-form-field{
    float: left;
    padding-right: 6px
}

.ctct-disclosure{
    display: none;
}
p.ctct-form-field.ctct-form-field-text:nth-child(2){
    display: none !important;
}

/* new for header*/
/* max-width 768px for mobile*/
@media(max-width: 768px) {


    #topnav {
        display: none !important;
    }

    #header .main-logo {
        top: 23px !important;
        left: 5px;
    }

    .active {
        right: 0;
        position: inherit;
    }

    #header .logo_container {
        position: fixed;
    }

    .side_menu_wrapper {
        height: 100%;
        width: 100%;
        position: fixed;
        right: 100%;
        padding: 30px 0 30px 0;
        z-index: 999;
        top: 79px !important;
        border-left:none;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .side_menu_wrapper .side_search, .side_menu .menu-item {
        text-align: center
    }

    .side_menu_active {
        top: 62px !important;
        padding-top: 19px;
        right: 0;
    }
    .side_menu_wrapper {
        top: 62px !important;
        padding-top: 19px;
    }
    header {
        height: 63px
    }

    body header {
        border-bottom: 3px solid #c6c8ca
    }

    .container {
        top: -53px
    }

    #hamburger {
        top: 16px;
        right: 17px;
    }

    .active #hamburger {
        position: fixed;
    }

    .slide_left {
        position: fixed;
    }

    .side_menu_wrapper {
        /*z-index: 2;*/
    }

    body header {
        border-bottom: 2px solid #c6c8ca;
    }

    .orange a {
        color: #FFAF36;
    }
    #searchsubmit {
        background: url("/wp-content/themes/naf-3/images/icons/mobile-search.png");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        background-color: #32b04a;
        width: 37px;
        height: 32px;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        border: none;
        position: relative;
        left: 13px;
    }

    #top-mobile-donate-btn {
        text-transform: uppercase;
        font-size: 11px;
        font-family: inherit;
        line-height: 16px;
        text-align: center;
        color: white;
        position: fixed;
        top: 31px;
        right: 60px;
        background: #32b04a;
        width: 61px;
        height: 15px;
        border-radius: 4px;
        z-index: 99;
    }
    #top-mobile-donate-btn a {
        font-family: sans-serif;
        color: white;
        font-size: 9px;
    }
    a {
        pointer-events: auto !important;
        cursor: pointer !important;
    }
    .side_menu_wrapper .side_search {
        padding-left: 0;
    }
    #side_menu li a {
        padding-left: 0;
    }

    .menu-side_menu-container {
        height: 80%;
    }

    .noscroll {
        overflow: hidden;
        position: relative;
        height: 100%;
    }
}

/* hide mobile specific html */
@media(min-width: 768px){
    #top-mobile-donate-btn {
        display: none;
    }
    #side_menu > li:first-child {
        display: none;
    }
    #side_menu > li:nth-child(8) {
        display: none;
    }
    #side_menu > li:last-child {
        display: none;
    }
}

.form_agreement .agreement {
    min-height: 105px !important;
}
@media screen and (max-width: 768px) {
    #events .banner_container, #events .banner_image_container {
        height: 290px !important;
    }

    #events .banner_container .image-holder, #events .banner_image_container .image-holder {
        height: 290px !important;
    }
}

@media screen and (max-width: 560px) {
    #events .banner_container, #events .banner_image_container {
        height: 445px !important;
    }

    #events .banner_container .image-holder, #events .banner_image_container .image-holder {
        height: 445px !important;

    }
}

path{
    cursor:pointer;
}


.border-boxes>li a:hover {
    background: #32b04a;
    border-color: #a5a5a5;
    opacity: 0.5;
}

/* THIS IS FOR PRESS ROOM and audience*/
.no_hero_title span{ min-width: 228px;}
.no_hero_title_wrapper {
    margin-top: 7em;
    margin-bottom: 0;
}
.grid-container {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr ;
    grid-auto-rows: 1fr;
}

.grid-item {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    font-size: 30px;
    text-align: center;
}
.grid-item .grid-overlay {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;:
}
.grid-item:hover .grid-overlay {
    background-color: rgba(63, 195, 128, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;:
}
.grid-overlay-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.grid-overlay-text p {
    color: white;
    align-self: center;
}
.grid-overlay-text p span{
    font-size: 70%;
    border-top: 7px solid #32b04a;
    clear: both;
    min-width: 120px;
    height: 10px;
    display: table;
    font-family: "DIN-Bold",Arial,Helvetica,sans-serif;
    font-weight: 100;
    margin: 0 auto;
    padding-top: 6px;
    text-align: center;
    -webkit-transition: border-top 0.3s;
    -moz-transition: border-top 0.3s;
    -ms-transition: border-top 0.3s;
    -o-transition: border-top 0.3s;
    transition: border-top 0.3s;:
}
.grid-overlay-text:hover p span {
    border-top: 7px solid white;
    -webkit-transition: border-top 0.3s;
    -moz-transition: border-top 0.3s;
    -ms-transition: border-top 0.3s;
    -o-transition: border-top 0.3s;
    transition: border-top 0.3s;:
}
.contact-box {
    padding: 21px 42px;
    max-width: 497px;
    border: 4px solid #32b04a;
    text-align: left;
    width: 72%;
    margin-left: 13%;
    color: #737373;
}
.bold {
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}
a.box-email {
    color: #32b04a;
    position: relative;
    top: 3px;
}
a.box-email:hover {
    text-decoration: underline;
}
.grid-section {
    max-width: 80em;
}
.no-margin p {
    margin: 0;
}
.grid-item img {
    height: auto;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.press-hero .image-holder {
    background-position: 50% 89% !important;
}
@media only screen and (max-width: 1450px) {
    .open .giving-lightbox{
        width: 72%
    }
    .giving-header-top {
        font-size: 22px !important;
    }
    .giving-header-bottom {
        font-size: 40px !important;
    }
    .giving-content {
        font-size: 17px !important
    }
    .giving-cta {
        font-size: 16px !important;
        margin-bottom: 30px !important;
    }
    .giving-lightbox img {
        max-width: 125px !important;
    }
}
@media only screen and (max-width: 964px) {
    .grid-container {
        grid-template-columns: auto auto;
    }
}
@media only screen and (max-width: 768px) {
    .contact-box {
        margin-top: 30px;
    }
    .hero_subtitle {
        display: none;
    }
}
@media only screen and (max-width: 568px) {

    .grid-container {
        grid-template-columns: auto;
    }

    .open .giving-lightbox {
        width: 72%
    }

    .giving-header-top {
        font-size: 22px !important;
    }

    .giving-header-bottom {
        font-size: 33px !important;
        margin-bottom: 11px !important;
    }

    .giving-content {
        font-size: 13px !important
    }

    .giving-cta {
        font-size: 13px !important;
        margin-bottom: 30px !important;
    }

    .giving-lightbox img {
        max-width: 100px !important;
    }
}
@media only screen and (min-width:568px ) {
    section.grid-section.container {
        margin-bottom: 10em;
    }

}
p.event-desc.ng-binding.ng-scope {
    padding: 0 55px
}

.event-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.event-hero-overlay .hero_subtitle{
    display: block !important;
}
.hero_img .hero_subtitle {
    max-width: 100% !important;
}

.footer_container .footer_dcf li:last-child {
    width: 120px !important;
}

.corona a {
    color: white;
    font-family: "DIN-Bold",Arial,Helvetica;
    letter-spacing: 2px;
}
.corona a:hover {
    text-decoration: underline;
}

.corona {
    background: #FF9900;
    padding-top: 8px;
    padding-bottom: 8px;
}

ul#header {
    margin-top: 0 !important;
}
.main-view {
    top: 131px !important;
}

#header .logo_container {
    top: 5px;
}
@media screen and (min-width: 768px){
    #header .logo_container {
        top: -6px;
    }
    header{
        height: 131px;
    }
}
@media (max-width: 768px){
    .container {
        top: 0px;
    }
    #hamburger {
        top: 72px;
        right: 17px;
    }
    #top-mobile-donate-btn { top: 86px}
    .side_menu_wrapper {
        top: 95px !important;
        padding-top: 19px;
    }
    header {
        height: 131px;
    }
    #header .logo_container {
        top: 41px;
    }
}


footer {
    position: relative;
    margin-top: 131px
}
h4.elementor-heading-title.elementor-size-default {
    padding-bottom: 18px;
}

@media only screen and (max-width: 450px){
    .giving-header-top {
        font-size: 19px !important;
    }
    .giving-header-bottom {
        font-size: 14px !important;
        margin-bottom: 11px !important;
    }
}
@media (max-width: 1200px) {
    .giving-header-bottom {
        font-size: 25px !important;
    }

    .giving-lightbox-inner {
        padding: 30px 15px 30px !important;
    }

    .giving-close {
        position: absolute;
        top: 26px;
        right: 15px;
    }
}
.form_content .form_submit input[type=Submit]{
    padding: 18px 80px;
}
@media (max-width: 1446px) {
    .open .giving-lightbox {
        -webkit-transform: scale(.8) !important;
        transform: scale(.8) !important;
    }
}

.owl-carousel .owl-item img {
    object-fit: cover;
}

span.ctct-label-top {
    display: none;
}

.angular-clean-main-view {
    padding-top: 169px;
}

.angular-clean-main-view section.elementor-section-boxed {
    width: auto;
    max-width: initial;
}

.angular-clean-main-view section.elementor-section-full_width {
    width: 100%;
    max-width: 100%;
}

/* quick fix for modal disabling buttons on the bottom pages */

.modal { z-index:unset !important }

/* quick fix for elementor popup css overriding homepage h2*/
.main-h2 { color: #000 !important;}


@media screen and (min-width: 768px){
    .main-view {
        width: 100% !important;
    }
}

/*Elementor pages default css*/
.elementor a {
    color: #32B04A
}

.the_content.ng-binding {
    margin-bottom: 10em;
}