/* Top navigation styling */

.front-newsletter-link.btn.newsletter-footer {
    background-color: white;
    border: 2px solid transparent;
    font-family: "nimbus-sans",
        helvetica,
        sans-serif !important;
    transition: all 0.3s ease 0s;
}

.carousel-indicators {
    display: none !important;
}

.carousel-caption.slideFour {
    width: 67%;
}

.plasticNum {
    width: 15%;
}

.navBarRow {
    border-top: 0px;
}

.headerTop {
    height: auto;
    border-bottom: 10px solid #00953a;
}


.signup a {
    color: #fff;
    float: right;
    padding-top: 20px;
    background-color: #0d4071;
    font-size: 15px;
    font-family: "nimbus-sans", arial, helvetica, sans-serif;
    letter-spacing: .5px;


}

.signup a:hover {
    color: #d1ddeb;
    float: right;

}

.backto a {
    color: #fff;
    float: left;
    padding-top: 20px;
    background-color: #0d4071;
    font-size: 15px;
    font-family: "nimbus-sans", arial, helvetica, sans-serif;
    letter-spacing: .5px;



}

.backto a:hover {
    color: #d1ddeb;
    float: left;

}

.triangle img {

    height: 37px;
    position: relative;
    bottom: 4px;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */

    width: 30px;
    height: 30px;
    padding: 5px 10px;

    background: #006098;
    color: #FFF;
    text-align: center;
    font-family: "nimbus-sans", arial, helvetica, sans-serif;
    font-size: 14px
}

h2 {
    font-size: 36px !important;
    color: #006098 !important;
    font-family: 'lexia-advertising', helvetica, sans-serif !important;
    margin-top: 0px !important;
}

h3 {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "nimbus-sans", arial, helvetica, sans-serif !important;
    font-weight: 600;
    line-height: 1.1;
    color: #404041 !important;
}

div.scholar h3 {
    font-style: normal;
    font-weight: 700;
    color: #00953a;
    font-family: 'nimbus-sans-condensed', helvetica, sans-serif;
    font-size: 28px;
    margin-top: 25px;
}


h4 {
    color: #00953A;
    font-size: 20px;
    font-family: "nimbus-sans", arial, helvetica, sans-serif;
    font-weight: 800;


}

section p {
    font-family: 'nimbus-sans', arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.intro {
    font-size: 20px;
    line-height: 1.4;
}

.sidebar {
    font-size: 16px;
    line-height: 1.4;
}

.scholar {
    border: 10px solid #404041;
    margin-bottom: 50px;
}

.scholarships {
    text-align: center;
}

/* Nav bar */

.navbar {
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-inverse {
    background-color: #f4f6f9;
    border-color: #f4f6f9;
    box-shadow: 2px 5px 5px rgba(102, 102, 102, .3);
}

#navbar-main.affixed-top {
    background: black;
}

#navbar-main.affix {
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: #f4f6f9;
    border-color: #f4f6f9;
    box-shadow: 2px 5px 5px rgba(102, 102, 102, .3);
}

#navbar-main.affix-bottom {
    background: red;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0d4071;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #f4f6f9;
    border: 1px solid #0d4071 !important;
    color: #fff;
    border-radius: 0px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #006098;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #4C88B1;
    background-color: transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #f4f6f9 !important;
    border-radius: 0px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #006098;
    line-height: 43px;
    padding-right: 20px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #006098;
    background-color: #f4f6f9;
    font-family: 'nimbus-sans', Arial, helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    word-break: normal;
    margin-top: 0px;
    height: 40px;
    padding-top: 0px;
    text-align: center;

}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    color: #006098;
    background-color: #f4f6f9;
    font-family: 'nimbus-sans', Arial, helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 20px; */
    word-break: normal;
    margin-top: 0px;
    height: 40px;
    padding-top: 0px;
    text-align: center;
}

.navbar-inverse .navbar-nav>.last>a {
    border-right: 0px;
}

/* End Nav */

/* Carousel */

.carousel-caption {
    bottom: -30px;
    left: 15%;
    z-index: 10;
    text-align: left;
    text-shadow: 0px 0px 0px transparent;
    width: 54%;
}

h3 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: "nimbus-sans", arial, helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #404041;
}

.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
    font-size: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev {
    margin-left: -15px;
    font-size: 30px;
}

.carousel-control {
    color: #00953a;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: rgb(117, 160, 202);
    text-align: center;
    text-shadow: 0 0px 0px rgb(117, 160, 202);
    filter: alpha(opacity=100);
    opacity: 1;
}

.carousel-control:active,
.carousel-control:focus {
    color: rgb(117, 160, 202);
    text-shadow: 0 0px 0px rgb(117, 160, 202);

}

.carousel-control:hover {
    color: #0d4071;
    text-shadow: 0 0px 0px #0d4071;
}

.carousel-inner p {
    color: #404041;
    font-family: 'nimbus-sans', arial, helvetica, sans-serif;
    font-size: 9px;
    line-height: 10px;
    margin-bottom: 10px;
}

.carousel-inner h2 {
    font-size: 16px;
    margin-top: 5px;
}

.carousel-inner h3 {
    font-size: 13px;
    font-family: "nimbus-sans", arial, helvetica, sans-serif;
    margin-top: -5px;
    margin-bottom: 0px;
}


span.greenSlideText {
    font-weight: bold;
    color: #00953a;
}

.sectionBG {
    background-image: url('../img/sectionBG.jpg');
    background-repeat: repeat-x;
    background-repeat-y: no-repeat;
    background-position: top;
}

/* Footer XS */

#footer {
    background-color: #004D7B;
    background-image: url('/sites/all/themes/cccswa/img/footer-bg.png');
    text-align: left;
}

.footerBorder {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 40px;
    min-height: 200px;
    margin-bottom: 20px;
    border-top: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

#footer ul {
    padding-left: 0px;
    margin-top: 25px;
}

#footer li {
    display: block;
    padding: 0px 20px;
    border-right: 0px;
    text-align: center;
    color: #fff;
}

#footer li a {
    color: #fff;
}

#footer li a:hover {
    text-decoration: underline;
}

#footer li.last {
    border-right: none;
}

/* Toss it in */
.yellowBox {
    background-color: #ffc700;
    padding: 20px;
    margin-bottom: 25px;
}

.yellowBoxIcon {
    float: left;
    height: 105px;
    margin-bottom: 25px;
}

.yellowBoxIcon2 {
    float: left;
    height: 100px;
    margin-bottom: 25px;
}

div.yellowBox h3 {
    font-family: "nimbus-sans-condensed", arial, helvetica, sans-serif;
    color: #006098;
    font-size: 33px;
}

div.yellowBox h4 {
    font-family: "nimbus-sans", arial, helvetica, sans-serif;
    color: #006098;
    font-size: 17px;
}

div.yellowBox p {
    padding: 0px;
    font-size: 18px;
}

div.yellowBox ul {
    margin-left: -20px;
}

.homeNav {
    color: #666666;
    font-family: "acumin-pro-condensed", helvetica, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
}

.homeNav p {
    float: left;
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: middle;
    padding-bottom: 2px;
}

.homeNav a {
    color: #666;
    display: block;
    width: auto;
    height: 25px;
    background-image: url(../../img/homeicon.jpg);
    padding-left: 30px;
    background-repeat: no-repeat;
}

.headerNav a.prevLink {
    color: #ccc;
    pointer-events: none;
    cursor: default;
    padding-right: 20px;
}

.headerNav a.lastLink {
    color: #ccc;
    pointer-events: none;
    cursor: default;
    padding-right: 0px;
}


.headerNav {
    float: right;
    margin: 0px;
    text-transform: uppercase;
}

.headerNav a {
    color: #666666;
    font-family: "acumin-pro-condensed", helvetica, sans-serif;
    font-size: 1.2em;
}

.headerNav p {
    padding-bottom: 3px;
}

.headerNavCenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    position: relative;
}

.headerNavCenter a {
    color: #666666;
    font-family: "acumin-pro-condensed", helvetica, sans-serif;
    font-size: 1.2em;
}

.headerNavCenter p {
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.padRight {
    padding-right: 20px;
}

.stButton .stButton_gradient {
    height: 24px !important;
}

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
    height: 24px !important;
}

.btn-warning {
    background-color: #E8AE1B;
    color: #fff;
    margin-top: 20px;
}

/* ShareThis */

.shareThese {
    float: left;
    margin-bottom: 10px;
}

/* Mailchimp styling */

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em 0em 0em 0em !important;
    overflow: hidden;
    width: 90%;
    margin: 0 !important;
    margin-bottom: 15px !important;
    clear: both;
}

#mc_embed_signup #mce-success-response {
    color: #fff !important;
    display: none;
}

/* Bootstrap overrides */

hr {
    margin-top: 20px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #AEAEAE;
}


/* Typography */

div#privacy {
    padding: 20px;
}

p {
    margin: 0 20px 20px 0px;
}

@media screen {


    .content h3 {
        font-size: 3em;
        margin-top: 20px;
        margin-bottom: 15px;
        font-family: "acumin-pro-condensed";
        font-weight: 600;
        line-height: 1.1;
        color: #6D8B33;
        margin-right: auto;
        margin-left: auto;
        text-align: center;

    }

    .content p {
        font-size: 1.6em;
        margin-top: 15px;
        margin-bottom: 20px;
        font-family: "acumin-pro", helvetica, sans-serif;
        font-weight: 300;
        line-height: 1.5;
        color: #333;

    }

    .content ul {
        font-size: 1.6em;
        margin-top: 15px;
        margin-bottom: 20px;
        font-family: "acumin-pro", helvetica, sans-serif;
        font-weight: 300;
        line-height: 1.5;
        color: #333;

    }

    h2.hello {
        font-size: 1.75em;
        font-family: "acumin-pro-condensed", helvetica, sans-serif;
        font-weight: 700;
        color: #6D8D33;
        text-transform: uppercase;

    }

    .story-header h3 {
        font-family: "acumin-pro-condensed", helvetica, sans-serif;
    }


    @media screen and (min-width: 768px) {

        .carousel-control .glyphicon-chevron-left,
        .carousel-control .icon-prev {
            margin-left: -15px;
            font-size: 50px;
        }

        .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-prev {
            margin-left: -15px;
            font-size: 50px;
        }

        .carousel-caption.slideFour {
            width: 50%;
        }

        .carousel-inner h2 {
            font-size: 32px;
            margin-top: 5px;
        }

        .carousel-inner h3 {
            font-size: 15px;
            font-family: "nimbus-sans", arial, helvetica, sans-serif;
        }

        .carousel-inner p {
            color: #404041;
            font-family: 'nimbus-sans', arial, helvetica, sans-serif;
            font-size: 14px;
            line-height: 16px;
        }

        .plasticNum {
            width: 20%;
        }

        .headerTop {
            height: auto;
            border-bottom: 0px;
        }

        .navBarRow {
            border-top: 25px solid #00953a;
        }

        h2 {
            font-size: 78px !important;
            color: #006098;
            font-family: 'lexia-advertising', helvetica, sans-serif;
            margin-top: 0px;
        }

        h3 {
            font-size: 32px;
            margin-top: 20px;
            margin-bottom: 10px;
            font-family: "nimbus-sans", arial, helvetica, sans-serif;
            font-weight: 600;
            line-height: 1.1;
            color: #404041;
        }

        .triangle img {

            height: 69px;
            position: relative;
            bottom: 6px;
        }

        .yellowBoxIcon {
            float: right;
            height: 91px;
            margin-top: 20px;
        }

        .yellowBoxIcon2 {
            float: right;
            height: 68px;
            margin-top: 20px;
        }

        div.scholar h3 {
            font-style: normal;
            font-weight: 700;
            color: #00953a;
            font-family: 'nimbus-sans-condensed', helvetica, sans-serif;
            font-size: 28px;
            margin-top: -100px;
        }

        .scholarships {
            text-align: left;
        }

        h4 {
            color: #00953A;
            font-size: 20px;
            font-family: "nimbus-sans", arial, helvetica, sans-serif;
            font-weight: 800;

        }

        .story-header h3 {
            font-size: 4em;
            margin-bottom: 25px;
        }

        h2.hello {
            font-size: 2.25em;
            font-family: "acumin-pro-condensed", helvetica, sans-serif;
            font-weight: 700;
            color: #6D8D33;
            text-transform: uppercase;

        }

        .content h3 {
            font-size: 4em;
            margin-top: 20px;
            margin-bottom: 15px;
            font-family: "acumin-pro-condensed";
            font-weight: 600;
            line-height: 1.1;
            color: #6D8B33;
            margin-right: auto;
            margin-left: auto;
            text-align: center;

        }

        .content p {
            font-size: 1.8em;
            margin-top: 15px;
            margin-bottom: 20px;
            font-family: "acumin-pro", helvetica, sans-serif;
            font-weight: 300;
            line-height: 1.6;
            color: #333;

        }

        .content ul {
            font-size: 1.8em;
            margin-top: 15px;
            margin-bottom: 20px;
            font-family: "acumin-pro", helvetica, sans-serif;
            font-weight: 300;
            line-height: 1.6;
            color: #333;

        }

        .imageText p {
            top: 50%;
            position: absolute;
            padding: 0 20%;
            font-size: 1em;
        }

        .newsletter {
            text-align: center;
        }

        .imageSub {
            text-align: center;
        }

        .mig-footer-link-small .footer a {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        .navbar-inverse .navbar-nav>.active>a,
        .navbar-inverse .navbar-nav>.active>a:focus,
        .navbar-inverse .navbar-nav>.active>a:hover {
            color: #006098;
            background-color: #f4f6f9;
            font-family: 'nimbus-sans', Arial, helvetica, sans-serif;
            font-weight: 700;
            font-size: 13px;
            line-height: 20px;
            border-right: 1px solid #a2bcd5;
            word-break: normal;
            margin-top: 0px;
            height: 40px;
            padding-top: 0px;
        }

        .navbar-inverse .navbar-nav>li>a {
            color: #006098;
            background-color: #f4f6f9;
            font-family: 'nimbus-sans', Arial, helvetica, sans-serif;
            font-weight: 700;
            font-size: 13px;
            line-height: 20px;
            /* margin-top: 20px; */
            border-right: 1px solid #a2bcd5;
            word-break: normal;
            margin-top: 0px;
            height: 40px;
            padding-top: 0px;
        }

        /* Slideshow SM */

        .carousel-caption {
            position: absolute;
            right: 15%;
            bottom: -10px;
            left: 15%;
            z-index: 10;
            padding-top: 20px;
            padding-bottom: 0px;
            color: #fff;
            text-align: left;
            text-shadow: 0px 0px 0px transparent;
            width: 53%;
        }

    }

    @media screen and (min-width: 992px) {

        .carousel-inner h2 {
            font-size: 36px;
            margin-top: 15px;
        }

        .carousel-inner h3 {
            font-size: 20px;
            font-family: "nimbus-sans", arial, helvetica, sans-serif;
        }

        .carousel-inner p {
            color: #404041;
            font-family: 'nimbus-sans', arial, helvetica, sans-serif;
            font-size: 16px;
            line-height: 20px;
        }

        .yellowBoxIcon {
            float: right;
            height: 125px;
        }

        .yellowBoxIcon2 {
            float: right;
            height: 100px;
        }


        h2.hello {
            font-size: 2.5em;
            font-family: "acumin-pro-condensed", helvetica, sans-serif;
            font-weight: 700;
            color: #6D8D33;
            text-transform: uppercase;
        }

        .imageText p {
            top: 50%;
            position: absolute;
            padding: 0 20%;
            font-size: 1.25em;
        }

        .navbar-inverse .navbar-nav>.active>a,
        .navbar-inverse .navbar-nav>.active>a:focus,
        .navbar-inverse .navbar-nav>.active>a:hover {
            color: #006098;
            background-color: #f4f6f9;
            font-family: 'nimbus-sans', Arial, helvetica, sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            border-right: 1px solid #a2bcd5;
            word-break: normal;
            margin-top: 0px;
            height: 40px;
            padding-top: 0px;
            text-align: left;
        }

        .navbar-inverse .navbar-nav>li>a {
            color: #006098;
            background-color: #f4f6f9;
            font-family: 'nimbus-sans', Arial, helvetica, sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            /* margin-top: 20px; */
            border-right: 1px solid #a2bcd5;
            word-break: normal;
            margin-top: 0px;
            height: 40px;
            padding-top: 0px;
            text-align: left;
        }
    }

    @media screen and (min-width: 1200px) {

        h2.hello {
            font-size: 2.85em;
            font-family: "acumin-pro-condensed", helvetica, sans-serif;
            font-weight: 700;
            color: #6D8D33;
            text-transform: uppercase;
            margin-top: 0px;
        }

        .imageText p {
            top: 50%;
            position: absolute;
            padding: 0 20%;
            font-size: 1.1em;
        }

        .btn-main-story {
            top: -25%;
        }

        /* Carousel LG */

        .carousel-caption {
            position: absolute;
            right: 15%;
            bottom: -10px;
            left: 15%;
            z-index: 10;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #fff;
            text-align: left;
            text-shadow: 0px 0px 0px transparent;
            width: 50%;
        }


    }

    .imageText h2 {
        top: 30%;
        position: absolute;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        padding: 0 20%;
    }

    .btn-gold {
        margin-bottom: 40px;
    }

    .imageText a {
        top: 80%;
    }

    .imageSub h3 {

        font-size: 1.4em;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: "acumin-pro", helvetica, sans-serif;
        font-weight: 600;
        line-height: 1.1;
        color: #6D8B33;
        margin-right: auto;
        margin-left: auto;
        text-align: center;

    }

    .imageSub p {
        font-family: "acumin-pro", helvetica, sans-serif;
        font-size: 1.2em;
        line-height: 1.5;
        color: #333;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        max-width: 450px
    }

    /* Layout */
    .imageText {}

    .imageSub {}

    /* HEADER STYLING */

    #main-story p {
        font-family: acumin-pro, sans-serif;
    }

    #main-story {
        color: #4D4D4D;
        padding-bottom: 30px;
        padding-top: 10px;
        font-size: 1.4em;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        line-height: 1.6;
    }

    #main-story a img {
        padding-bottom: 20px;
    }

    #intro-text {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #header-text {
        position: absolute;
        z-index: 999;
        top: 0;
    }

    #header {
        text-align: center;
        height: 180px;
        border-bottom: 5px solid #666 !important;
        padding-top: 35px;
        padding-bottom: 0px;
    }

    #headerHome {
        text-align: center;
    }

    #mig-logo a img {
        max-width: 60px;
    }

    #mig-logo {
        font-size: .9em;
    }

    #logo-top {
        max-width: 110px;
        float: left;
        position: relative;
        top: 70px;
        margin-left: 0px;
    }

    .Ahead img {
        position: relative;
        bottom: -30px;
        max-width: 1200px;
    }

    .gold-button {
        border-radius: 4px;
        padding: 2px;
        background-color: #E6AC10;
    }

    .story-rule {
        border-top: 5px solid #666 !important;
    }

    .newsletter {
        font-family: acumin-pro, sans-serif;
        text-align: center;

    }

    .story-content {
        padding: 20px;
        font-size: 1.25em;
        line-height: 1.5em;
    }

    img.storyImage {
        margin-bottom: 20px;
    }

    /*--------------- Tablet ---------------*/


    @media (min-width: 768px) {

        .scholarshipKids {
            min-height: 600px;
        }

        .story-content {
            text-align: left;
            padding-top: 30px;
            font-size: 1.35em;
            line-height: 1.6em;
        }

        .navbar {
            border-radius: 0px;
            height: 70px;
            margin-bottom: 0px;
        }

        .navbar-nav>li {
            float: left;
            width: 210px;
            margin-top: 15px;
            g72
        }

        .navbar-inverse .navbar-nav>li>a {
            border-right: 1px solid #a2bcd5;
        }

        .navbar-inverse .navbar-nav>.active>a,
        .navbar-inverse .navbar-nav>.active>a:focus,
        .navbar-inverse .navbar-nav>.active>a:hover {
            border-right: 1px solid #a2bcd5;
        }

        .navbar-nav>li.short {
            float: left;
            width: 150px;
            margin-top: 15px;
        }

        .navbar-nav>li.shortest {
            float: left;
            width: 110px;
            margin-top: 15px;
        }

        /* Footer styling */

        .footerTop {
            text-align: center;
        }

        #footer {
            background-color: #004D7B;
            background-image: url('/sites/all/themes/cccswa/img/footer-bg.png');
            text-align: left;
        }

        .footerBorder {
            border-left: 1px solid rgba(255, 255, 255, 0.5);
            padding-left: 40px;
            min-height: 200px;
            margin-bottom: 20px;
            border-top: 0px;
            padding-top: 0px;
            margin-top: 0px;
        }

        #footer li {
            display: inline;
            padding: 0px 20px;
            border-right: 1px solid #fff;
        }

        #footer li.last {
            border-right: none;
        }

        /* Section styling */

        section {
            min-height: 500px;
            padding-top: 50px;
        }

        #sectionOne {
            padding-top: 50px;
            z-index: 0;
        }

        #sectionTwo {
            padding-top: 50px;
            z-index: 1;
        }

        #sectionThree {
            padding-top: 50px;
            z-index: 3;
        }

        .scholar {
            border: 10px solid #404041;
            margin-bottom: 50px;
        }

        .scholarships {
            margin-left: 25px;
            margin-bottom: 50px;
        }

        div.scholar h3 {
            font-style: normal;
            font-weight: 700;
            color: #00953a;
            font-family: 'nimbus-sans-condensed', helvetica, sans-serif;
            font-size: 43px;
        }

        div.scholar img.stopWaste {
            position: relative;
            z-index: 10;
            left: -80px;
            top: -70px;
        }

    }

    /* End tablet */


    .newsletter p {
        color: #4D4D4D;
    }

    .bottom-logos {
        text-align: center;
    }

    .btn-gold {
        background-color: #E5AB10;
        border-radius: 12px;
        color: #fff;
        padding: 8px 24px 8px 24px;
        font-weight: 600;
        margin-top: 5px;

    }

    .btn-gold:hover {
        background-color: #CB9A1F;
        color: #FFF;
    }

    .btn-gold:active {
        color: #FFF;
    }

    .other-story {
        text-align: center;
        padding-bottom: 15px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .other-story h3 {
        color: #6D8D33;
    }

    .other-story p {
        color: #4D4D4D;
    }

    .story-sidebar {
        background-color: #808080;
        float: left;
        margin-right: 30px;
        text-align: left;
        padding-left: 30px;
        padding-right: 20px;
        line-height: 1.8em;
        margin-bottom: 20px;
        width: 400px;
        margin-left: -75px;
    }

    .story-sidebar h3 {
        color: #E9AF10;
        font-size: 1.1em;
        text-align: left;
    }

    .story-sidebar p {
        color: #fff;
        font-size: .9em;
        line-height: 1.6em;
    }

    .story-sidebar a {
        color: #E9AF10;
        text-decoration: underline;
    }

    .story-sidebar a:hover {
        text-decoration: underline;
        color: #f5c84d;
    }

    .middle-images {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .img-group-small {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .img-group-small img {
        padding-bottom: 30px;
        max-width: 100%;
    }

    .middle-images img {
        max-width: 45%;
        padding-right: 30px;
    }

    .footer {
        background-color: #7F7F7F;
        color: #fff;
    }

    .footer-content p {
        color: #fff;
    }

    .footer input {
        color: #4D4D4D;
    }

    .mig-footer-link {
        display: inline-block;
        position: relative;
        float: right;
        right: 30px;
        top: 39px;
        max-width: 120px;
        background-color: #7F7F7F;
        vertical-align: middle;
        z-index: 999;
    }

    .mig-footer-link-small {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .mig-footer-link-small img {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .citations {
        font-size: 0.8em;
        text-align: left;
    }

    .citations a {
        color: #6D8C33;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .related {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .related ul {
        list-stype-type: none;
        overflow: hidden;
        word-wrap: break-word;
        width: 100%;
        margin: auto;

    }

    .related li {
        float: left;
        display: inline;
        word-wrap: break-word;
        margin-bottom: 0px;
        padding-bottom: 10px;
        width: 25%;
    }

    .related li a {
        display: block;
        overflow: hidden;
        text-decoration: none;
        word-wrap: break-word;
        color: #4D4D4D;
    }

    .image-link a {
        max-width: 120px;
        padding-bottom: 10px;
        color: #4D4D4D;
        font-weight: 600;
        text-align: center;
    }

    .image-link img {
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }

    .get-news {
        margin-top: 30px;
    }

    .image-link a {
        text-align: center;
        padding-bottom: 20px;
        color: #4D4D4D;
    }

    .image-link p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    @media screen and (max-width:767px) {
        .image-link img {
            display: block;
            text-align: center;

        }

        .image-link {
            padding-bottom: 20px;
            text-align: center;

        }
    }

    @media screen and (min-width:992px) {

        .navbar-nav>li.short {
            float: left;
            width: auto;
            margin-top: 15px;
        }

        .navbar-nav>li.shortest {
            float: left;
            width: auto;
            margin-top: 15px;
        }
    }

    @media screen and (min-width:1200px) {
        .scholarshipKids {
            min-height: 450px;
        }
    }

    .mig-social-follow {
        position: relative;
        float: right;
        top: 100px;
        left: 55px;
        background-color: #7F7F7F;
    }

    .mig-social-follow-small {
        text-align: center;
        background-color: #7F7F7F;
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .mig-social-follow-small ul {
        list-style-type: none;
        display: inline;
        margin-left: -42px;

    }

    .mig-social-follow-small li {
        list-style-type: none;
        display: inline;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .mig-social-follow ul {
        list-style-type: none;
        display: inline;
        margin: 0;
        padding-top: 80px;
        overflow: hidden;
        text-align: right;
    }

    .mig-social-follow li {
        list-style-type: none;
        display: inline;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .mig-social-follow img {
        max-width: 35px;
    }

    .related h4 {
        text-align: left;
        font-variant: small-caps;
        font-family: acumin-pro, sans-serif;
        font-size: 1.7em;
        font-weight: 700;
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .related h4:after {
        display: inline-block;
        content: "";
        height: 1px;
        background: #4D4D4D;
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: 2px;
        margin-left: 10px;
    }

    @media (max-width: 991px) {
        .image-link {
            margin-bottom: 30px;
        }
    }

    @media (max-width: 767px) {

        .story-header h3 {
            font-size: 3em;
            margin-bottom: 20px;
        }

        .story-sidebar {
            background-color: #808080;
            float: right;
            margin-right: 30px;
            text-align: left;
            padding-left: 30px;
            padding-right: 20px;
            line-height: 1.8em;
            margin-bottom: 20px;
            margin-left: 100px;
            width: 300px;
        }

        div#mc_embed_signup_scroll {
            padding: 20px;
        }

        div#privacy {
            padding: 20px;
            text-align: center;
        }
    }

    @media (max-width: 768px) {
        div#mc_embed_signup_scroll {
            padding: 20px;
        }
    }

    /***** Back to Top *****/

    #toTop {
        display: none;
        text-decoration: none;
        position: fixed;
        bottom: 10px;
        right: 10px;
        overflow: hidden;
        width: 51px;
        height: 51px;
        border: none;
        text-indent: -999px;
        background: url(../img/ui.totop.png) no-repeat left top;
        z-index: 99;
    }

    #toTopHover {
        background: url(../img/ui.totop.png) no-repeat left -51px;
        width: 51px;
        height: 51px;
        display: block;
        overflow: hidden;
        float: left;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
    }

    #toTop:active,
    #toTop:focus {
        outline: none;
    }

    /* header dropdown */

    .header-dropdown {
        position: absolute;
        width: 175px;
        z-index: 10000;
        text-align: left;
    }

    .header-button {
        padding-top: 10px;
        padding-left: 0px;
    }

    .header-button>ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
    }


    .header-dropdown a {
        text-decoration: none;
    }

    .header-dropdown [data-toggle="dropdown"] {
        display: block;
        color: #D1DDEB;
        background: #6283A3;
        padding: 10px 10px 10px 15px;
        font-family: 'nimbus-sans', helvetica, arial, sans-serif;
        font-size: 16px;
        font-weight: 900;
    }

    .header-dropdown [data-toggle="dropdown"]:hover {
        background: #6283A3;
    }

    .header-dropdown a[data-toggle="dropdown"]:before {
        position: absolute;
        display: block;
        content: url('../img/arrow.png');
        font-size: 0.7em;
        color: #fff;
        top: 13px;
        right: 10px;
        width: 15px;
        height: 15px;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: -moz-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        z-index: 0
    }

    .header-dropdown>.header-dropdown-menu {
        max-height: 0;
        overflow: hidden;
        list-style: none;
        padding: 0;
        margin: 0;
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }



    .header-dropdown>.header-dropdown-menu li {
        padding: 0;
    }

    .header-dropdown>.header-dropdown-menu li a {
        display: block;
        color: #ECF0F4;
        background: #9FB3C5;
        padding: 10px 10px;
        font-family: 'nimbus-sans', helvetica, arial, sans-serif;
        font-size: 16px;
        font-weight: 700;

    }

    .header-dropdown>.header-dropdown-menu li a:hover {
        background: #6283a3;
    }

    .header-dropdown>input[type="checkbox"] {
        opacity: 0;
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    /* Shows animation down from main button */

    .header-dropdown>input[type="checkbox"]:checked~.header-dropdown-menu {
        max-height: 9999px;
        display: block;
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -moz-transition: max-height 8s ease-in-out;
        -o-transition: max-height 8s ease-in-out;
        -webkit-transition: max-height 8s ease-in-out;
        transition: max-height 8s ease-in-out;
    }

    /* Rotates icon */

    .header-dropdown>input[type="checkbox"]:checked+a[data-toggle="dropdown"]:before {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -moz-transition: -moz-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
    }

    @media (max-width: 767px) {
        .header-button {
            float: right;
        }

        .Ahead img {
            bottom: -10px;
        }
    }