/*
Theme Name: SCF
Author: Bluesilver Design
Author URI: http://bluesilverdesign.com/
Description: This is a custom theme for SCF
Version: 1.0
*/

.clearness {
    zoom: 1;
}

.clearness:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

section.main-container aside.sidebar nav.second-menu ul li>ul {
    display: none;
}

section.main-container aside.programs .not-full-width .faq h2.question {
    background-image: url("images/icon-faq-question.png");
    min-height: 47px;
}

section.main-container aside.programs .not-full-width .faq h3.answer {
    background-image: url("images/icon-faq-answer.png");
    min-height: 47px;
}

form.wpcf7-form p {
    overflow: hidden;
    /* fix for the form process msg */
}

span.wpcf7-not-valid-tip {
    float: left;
}

.wp-page-24 p, .wp-page-61 p {
    text-align: justify;
    /* for the privacy page and terms page */
}

section.gap3 {
    display: block;
    width: 100%;
    height: 20px;
    position: fixed;
    top: 50px;
    z-index: 9999;
    background-color: #FFF;
}

section.main aside.content .video figure .title {
    margin-top: 5px;
}

section.main aside.content .video figure {
    margin-top: 0px;
}

section.main-container aside.programs .not-full-width .app-button a {
    background-position: 50% 75%;
}

.missionSmallViewOnly {
    display: none;
}

.missionBigViewOnly {
    display: block;
}

.homeSessionBtn {
    margin-bottom: 40px;
}

.homeSessionBtn .app-button a {
    background-color: #ca0000;
    border: 1px solid #ca0000;
    color: #FFF;
    font-family: 'onyxregular';
    font-size: 73px;
    display: block;
    padding: 1% 0 1% 0;
    text-decoration: none;
    letter-spacing: 10px;
    text-align: center;
}

.homeSessionBtn .app-button a:hover {
    background-color: #FFF;
    color: #000;
    border: 1px solid #ca0000;
}

.homeSessionBtn .app-button a:hover>span {
    color: #000;
}

.homeSessionBtn .app-button a>span {
    color: #FFF;
    font-family: 'HelveticaNeueLightCond';
    font-size: 23px;
    line-height: 33px;
    display: block;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    section.gap3 {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    section.gap3 {
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    section.gap3 {
        display: none;
    }
    .missionBigViewOnly {
        display: none;
    }
    .missionSmallViewOnly {
        display: block;
        margin-top: 25px;
        margin-bottom: 0px !important;
    }
    .homeSessionBtn .app-button a {
        font-size: 60px;
        letter-spacing: 8px;
    }
    .homeSessionBtn .app-button a>span {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 3px;
    }
}


/*-=-=-=-= Instagram Widget CSS -=-=-=-=-=*/

.widget_yinstagram .info, .widget_yinstagram .widgettitle, .widget_yinstagram .header .icon {
    display: none;
}

.widget_yinstagram .header .images img {
    width: 25% !important;
}

.widget_yinstagram .header .images li {
    font-size: 0;
    line-height: 0;
    list-style-position: outside;
    list-style: none;
    list-style-type: none;
}


/*-=-=-=-= END Instagram Widget CSS -=-=-=-=-=*/


/*-=-=-=-= Scholars & Alumni sliders CSS -=-=-=-=-=*/

.scholars .navigation, .alumni .navigation {
    position: absolute;
    top: 85px;
    right: 0px;
}

.scholars .slider, .alumni .slider {
    position: relative;
}

section.main-container aside.programs .not-full-width figure.scholars .slider .navigation a {
    color: #FFF;
    font-size: 50px;
    margin-left: 8px;
    text-decoration: none;
}

section.main-container aside.programs .not-full-width figure.alumni .slider .navigation a {
    color: #000;
    font-size: 50px;
    margin-left: 8px;
    text-decoration: none;
}

section.main-container aside.programs .not-full-width figure.alumni .slider .navigation a:hover {
    color: #cb0000;
}

section.main-container aside.programs .not-full-width figure.scholars .slider .navigation a:hover {
    color: #cb0000;
}

section.main-container aside.programs .not-full-width figure.scholars .slider .navigation a:first-child {
    float: right;
}

section.main-container aside.programs .not-full-width figure.alumni .slider .navigation a:first-child {
    float: right;
}

section.main-container aside.programs .not-full-width figure.scholars .slider article.slide .image img {
    height: auto;
}

section.main-container aside.programs .not-full-width figure.alumni .slider article.slide .image img {
    height: auto;
}

.wow {
    visibility: hidden;
}


/*-=-=-=-= END Scholars & Alumni sliders CSS -=-=-=-=-=*/


/*-=-=-=-= Donate Today Checkbox CSS -=-=-=-=-=*/

section.main-container .donate aside.donate-today .box .premission .permBox {
    cursor: pointer;
    font-family: 'HelveticaNeueLightCond';
    position: relative;
}

section.main-container .donate aside.donate-today .box .premission .permCheckBox {
    width: 9%;
    background: none;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: auto;
}

section.main-container .donate aside.donate-today .box .premission .permText {
    width: 75%;
    padding: 2% 0% 2% 11%;
    line-height: 19px;
    color: #a2a2a2;
    border-top: dashed transparent 2px;
    border-right: dashed transparent 2px;
    border-bottom: dashed transparent 2px;
}

section.main-container .donate aside.donate-today .box .premission .permText span {
    font-family: 'HelveticaNeueMediumCond';
}

section.main-container .donate aside.donate-today .box .premission .activeText {
    border-top: dashed #000 2px;
    border-right: dashed #000 2px;
    border-bottom: dashed #000 2px;
    color: #000000;
}

section.main-container .donate aside.donate-today .box .premission .activeCheck {
    background: #000 url(images/check-black.jpg) center center no-repeat;
}


/*-=-=-=-= END Donate Today Checkbox CSS -=-=-=-=-=*/


/*-=-=-=-= Donate Email Checkbox CSS -=-=-=-=-=*/

section.main-container .donate aside.donate-email .box .premission {
    background-color: transparent !important;
}

section.main-container .donate aside.donate-email .box .premission .permBox {
    cursor: pointer;
    font-family: 'HelveticaNeueLightCond';
    position: relative;
}

section.main-container .donate aside.donate-email .box .premission .permCheckBox {
    width: 10%;
    float: left;
    background: none;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: auto;
}

section.main-container .donate aside.donate-email .box .premission .permText {
    width: 81%;
    padding: 2% 5% 2% 13%;
    line-height: 17px;
    font-size: 14px;
    color: #a2a2a2;
    border-top: dashed transparent 2px;
    border-right: dashed transparent 2px;
    border-bottom: dashed transparent 2px;
}

section.main-container .donate aside.donate-email .box .premission .permText span {
    font-family: 'HelveticaNeueMediumCond';
}

section.main-container .donate aside.donate-email .box .premission .activeText {
    border-top: dashed #fff 2px;
    border-right: dashed #fff 2px;
    border-bottom: dashed #fff 2px;
    color: #fff;
}

section.main-container .donate aside.donate-email .box .premission .activeCheck {
    background: #fff url(images/check-white.jpg) center center no-repeat;
}


/*-=-=-=-= END Donate Email Checkbox CSS -=-=-=-=-=*/


/*-=-=-=-= Gform Validation CSS -=-=-=-=-=*/

section.main-container .donate aside.donate-email .box .validation_error {
    line-height: 20px;
}


/*-=-=-=-= Gform Validation CSS -=-=-=-=-=*/

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 50px;
    display: none;
    text-indent: -9999px;
    background: url(images/xicon_scroll_top.png) no-repeat;
    z-index: 91;
}

#homeVideoPlay {
    height: 387px;
    background-image: url("images/play_button.png");
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 18%, 101%;
    cursor: pointer;
}


/*-=-=-=-= DAF Direct Donation -=-=-=-=-=-=-*/

.dafDirectBox {
    background-color: #ffffff;
    color: #000;
}

.dafDirectBox #dafdirectdiv {
    margin: 0 auto;
}

section.main-container .donate aside.donate-email .dafDirectBox #dafdirectdiv input[type="text"] {
    color: #000;
}