﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*GLOBAL*/


.content a {
    color: #04a7dd;
    text-decoration: underline;
    font-weight: 600;
    -o-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}

    .content a:hover {
        color: #7d318e;
    }

.wrapper h1, .wrapper h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
    font-family: "museo-sans-display";
    color: #67676b;
}

#outer-wrapper p {
    margin: 15px 0;
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.two-col-header {
    text-align: center;
}

.reference {
    font-size: 14px;
    font-style: italic;
    display: block;
}

article #article-content .reference {
    margin-top: 30px;
}

.content sup {
    margin: 0;
    top: -1px;
}

#intro-image h1 sup {
    top: -10px;
    font-size: 30px;
    font-weight: 300;
}


/*GLOBAL RESPONSIVE STYLES*/

@media (min-width:767px) {
    .bottom-padding-lg {
        padding-bottom: 100px;
    }

    .bottom-padding-md {
        padding-bottom: 50px;
    }
}

/*BUTTONS*/

a.btn-skew {
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "museo-sans";
    font-weight: 900;
    margin-top: 20px;
    text-decoration: none;
}

.btn-skew span {
    display: block;
}

a.btn-skew:hover {
    color: #ffffff;
}

.btn:active, .btn:visited {
    color: #ffffff;
}

/*BUTTONS RESPONSIVE STYLES*/

/*MEDIUM*/

@media (min-width:767px) {
    a.btn-skew {
        padding: 5px 30px;
    }
}

/*EXTRA SMALL TO MEDIUM*/

@media (max-width:767px) {
    a.btn-skew {
        padding: 15px 50px;
        font-size: 17px;
    }
}


/*BACKGROUND COLORS*/

.bg-purple {
    background-color: #313890;
}

.bg-blue {
    background-color: #14a7dd;
}

.bg-orange {
    background-color: #ee7f2c;
}

.bg-red {
    background-color: #E92C3D;
}

.bg-gray {
    background-color: #f5f5f5;
}

.bg-white {
    background-color: #ffffff;
}

/*PATTERNS*/

.full-pattern-wrap {
    position: relative;
}

.bg-science-pattern:before, .bg-science-pattern-white:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .1;
    z-index: 0;
}

.bg-science-pattern:before {
    background: url('../../img/bg-pattern-science.svg') no-repeat;
    background-size: cover;
}

.bg-science-pattern-white:before {
    background: url('../../img/bg-pattern-science-white.svg') no-repeat;
    background-size: cover;
    opacity: .03;
}
/*BUTTON SKEWS*/

/*Button that tips to the right*/

.btn-skew-right {
    -o-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
}

    .btn-skew-right span {
        -o-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    .btn-skew-right:hover {
        -o-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

        .btn-skew-right:hover span {
            -o-transform: rotate(1deg);
            -moz-transform: rotate(1deg);
            -webkit-transform: rotate(1deg);
            -ms-transform: rotate(1deg);
            transform: rotate(1deg);
        }

/*Button that tips to the left*/

.btn-skew-left {
    -o-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

    .btn-skew-left span {
        -o-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    .btn-skew-left:hover {
        -o-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg);
    }

        .btn-skew-left:hover span {
            -o-transform: rotate(-1deg);
            -moz-transform: rotate(-1deg);
            -webkit-transform: rotate(-1deg);
            -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
        }



/*STRUCTURE*/

/*WRAPPERS*/

#outer-wrapper {
    width: 100%;
    font-family: "museo-sans";
    font-weight: 500;
    color: #67676b;
}

#inner-wrapper {
    max-width: 100vw;
    margin: 0 auto;
    position: relative;
}

.content-wrapper {
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
}

.content {
    max-width: 970px;
    margin: 0 auto;
}

    .content .container {
        max-width: 970px;
    }

/*WRAPPER RESPONSIVE STYLES*/

/*MEDIUM TO EXTRA LARGE*/
@media (min-width:767px) {
    .intro-wrapper {
        margin-top: -50px;
        z-index: 2;
    }

    #outer-wrapper {
        font-size: 20px;
        line-height: 25px;
    }
}

/*EXTRA SMALL TO MEDIUM*/

@media (max-width:767px) {
    #outer-wrapper {
        font-size: 16px;
        line-height: 20px;
    }
}

/*LAYOUTS*/

/*Main layout with intro overlapping the hero image*/

#intro-image  {
    position: relative;
    overflow: hidden;
    background: #000000;
    z-index: 1;
    text-align: center;
}

    #intro-image  img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: auto;
        opacity: 0.5;
        overflow: hidden;
    }

    #intro-image  h1 {
        text-align: center;
        display: block;
        text-transform: uppercase;
        margin: 0 10px 20px 10px;
        font-family: "museo-sans";
        font-weight: 900;
        letter-spacing: .1em;
        color: #ffffff;
    }


    #intro-image  a {
        position: relative;
        z-index: 10;
    }


.intro-image-secondary {
    height: 400px;
}
/*Intro section with ScienceWorx logo*/

#intro {
    top: 0;
    padding-top: 100px;
}

#logo {
    position: absolute;
    z-index: 100;
}


.intro-home h2 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'museo-sans', arial;
    text-align: center;
}

#intro-content h3, #article-content h2 {
    color: #33378E;
}

#intro-image div {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

#intro-image video {
    opacity: .6;
	width: 100% !important;		
    height: auto !important;    
}

.ie9 #intro-image video 
{
    top: 0;
}

#video-viewport video {
    opacity: .6;
	width: 100% !important;		
    height: auto !important;    
}

/*INTRO RESPONSIVE STYLES*/


/*MEDIUM TO EXTRA LARGE*/

@media (min-width:767px) {
    #intro-content {
        padding: 75px 3% 35px 3%;
    }


    #logo {
        left: 7%;
        top: -69px;
    }

        #logo img {
            width: 225px;
            height: auto;
        }

	.intro-home {		
        padding-top: 30px;		
        padding-bottom: 100px; /*This is to offset the negative margin for the skewed boxes*/		
    }
    
    .intro-image-home {
        height: 720px;
    }

    #intro-image div {
        top: 40%;
        transform: translateY(-40%);
    }

    #intro-image h1 {
        font-size: 45px;
        line-height: 50px;
    }
}

/*EXTRA SMALL TO MEDIUM*/

@media (max-width:767px) {

    #intro-content {
        padding: 30px 0 80px 0;
    }

    .intro-image-home {
        height: 400px;
    }

    #intro-image img { /*Offsets and fills height for mobile intro container*/
        width: 190%;
        left: -20%;
    }

    #logo {
        top: -46px;
        /* left: 3%; */
        left: 0;
        right: 0;
    }

        #logo img {
            width: 150px;
            height: auto;
            margin: 0 auto;
            display: block;
        }

    #intro-image div {
        top: 30%;
        transform: translateY(-30%);
    }

    #intro-image h1 {
        font-size: 38px;
        line-height: 43px;
    }

    #intro-content img {
        max-width: 100%;
    }
}



/*SUBNAV*/

#subnav ul {
    list-style: none;
    width: 100%;
    background-color: #04a7dd;
    font-family: 'museo-sans';
    font-weight: 900;
}

    #subnav ul li a {
        color: #ffffff;
        text-decoration: none !important;
        text-transform: uppercase;
        font-size: 15px;
        border: 2px solid transparent;
        -o-transition: border .5s ease;
        -moz-transition: border .5s ease;
        -webkit-transition: border .5s ease;
        transition: border .5s ease;
    }


/*SUBNAV RESPONSIVE STYLES*/

/*LARGE*/

@media (min-width:785px) {

    #subnav ul {
        display: table;
        padding: 10px 0;
    }

        #subnav ul li {
            display: table-cell;
            width: 16%;
            text-align: center;
        }

            #subnav ul li a {
                display: inline-block;
                padding: 3px 0;
            }

                #subnav ul li a:hover {
                    text-decoration: none;
                    border-bottom: 2px solid #ffffff;
                }
}

/*SMALL & MEDIUM*/

@media (max-width:785px) {
    #subnav ul {
        padding: 10px 15px;
    }

    #subnav li {
    }

        #subnav li a {
            padding: 5px 0;
            display: inline-block;
            width: 100%;
            border-bottom: 1px dotted #76d2f0 !important;
        }

    #subnav ul li a:hover {
        text-decoration: none;
    }
}

@media (min-width:480px) and (max-width:785px) {
    #subnav ul {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/*SMALL*/

@media (max-width:480px) {
    #subnav ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

/*CONTACT PRE-FOOTER*/


/*CONTACT PRE-FOOTER RESPONSIVE STYLES*/

#social-icons li {
    margin-left: 15px;
    display: inline-block;
}

    #social-icons li:first-child {
        margin: 0;
    }

/*MEDIUM TO EXTRA LARGE*/

@media(min-width:767px) {

    #contact-content-wrapper {
        padding-top: 75px;
        padding-bottom: 100px;
        border-top: 3px solid #eeeeee;
    }

    div.full-pattern-wrap + div.bg-white #contact-content-wrapper {
        border-top: none;
    }

    #intro .contact-page {
        border-top: none;
    }

    #social-icons {
        margin-top: -65px;
        text-align: right;
    }

    #contact-ribbon {
        margin-top: 50px;
    }
}

/*EXTRA SMALL TO MEDIUM*/

@media(max-width:767px) {

    #contact-content-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #contact {
        padding: 50px 0;
    }

    #social-icons li {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/*BOXES*/

.callout {
    -webkit-box-shadow: 0 1px 10px 0 rgba(173,173,173,1);
    -moz-box-shadow: 0 1px 10px 0 rgba(173,173,173,1);
    box-shadow: 0 1px 10px 0 rgba(173,173,173,1);
    position: relative;
}

    .callout .btn {
        position: absolute;
        left: 45px;
        bottom: 35px;
        z-index: 1;
    }

.callout-image-wrap {
    width: 100%;
    overflow: hidden;
}

    .callout-image-wrap img {
        width: 100%;
        display: block;
        height: auto;
    }


.callout p, .callout h2 {
    color: #ffffff;
}

.callout h2 {
    font-size: 19px;
    line-height: 21px;
}


.messaging-wrap {
    position: relative;
    width: 100%;
    margin: -50px 0 0 0;
}

.messaging {
    position: relative;
    z-index: 1;
}

    .messaging > div {
        padding: 50px 20px 30px 20px;
    }

.callout div:before {
    content: " ";
    height: 60px;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}

/*CALLOUT RESPONSIVE STYLES*/

/*MEDIUM TO EXTRA LARGE*/

@media (min-width:767px) {

    #program-callouts {
        padding: 50px 0;
    }

    .callout-image-wrap {
        height: 190px;
    }


    .callout-wrap {
        display: table;
        border-collapse: separate;
        border-spacing: 20px;
    }

        .callout-wrap .callout {
            display: table-cell;
            width: 50%;
            cursor: pointer;
        }

    .messaging {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}

/*EXTRA SMALL TO MEDIUM*/
@media(max-width:767px) {
    .messaging {
        padding: 30px 20px 80px 20px;
    }
}


/*SMALL TO MEDIUM*/

@media(min-width:480px) and (max-width:767px) {

    .callout-image-wrap {
        height: 330px;
    }
}


/*EXTRA SMALL*/

@media(max-width:480px) {
    .callout-image-wrap {
        height: 250px;
    }
}



/*SKEWED BOXES*/


/*Box with image that tips to the right/left*/

.callout-skew-right div:before {
    -o-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
}

.callout-skew-left div:before {
    -o-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
}


/*SKEWED BOX COLOR THEMES*/

.callout-orange {
    background-color: #ef7f2d;
}

    .callout-orange div:before {
        background-color: #ef7f2d;
    }

.callout-blue {
    background-color: #68d9ff;
}

    .callout-blue div:before {
        background-color: #68d9ff;
    }

.callout-darkblue {
    background-color: #04a7dd;
}

    .callout-darkblue div:before {
        background-color: #04a7dd;
    }

.callout-purple {
    background-color: #323890;
}

    .callout-purple div:before {
        background-color: #323890;
    }


/*CONTENT*/

/*HOME, styles are in order from top of page to bottom*/

/*INTRO SECTION*/

.vjs-loading-spinner 
{
    display: none !important;
}

.home-stats {
    margin-top: 40px;
}

#intro-stats, #intro-stats-3col {
    width: 100%;
    font-weight: 700;
}

    #intro-stats li, #intro-stats-3col li {
        line-height: 25px;
    }


        /*#intro-stats li:first-child {
            font-weight: 800;
            text-transform: uppercase;
            font-size: 30px;
        }*/

        #intro-stats li span, #intro-stats-3col li span {
            color: #04a7dd;
            font-size: 45px;
            font-weight: 900;
            display: block;
        }

/*INTRO SECTION RESPONSIVE STYLES*/

/*MEDIUM TO EXTRA LARGE*/

@media (min-width:1300px) {
    #intro-stats, #intro-stats-3col {
        display: table;
    }

    #intro-stats-3col {
        margin-top: 50px;
        padding-top: 50px;
    }

    #intro-stats {
        margin-top: 120px;
        margin-bottom: 90px;
    }

        #intro-stats li, #intro-stats-3col li {
            display: table-cell;
            padding: 0 25px;
            vertical-align: top;
        }

            /* #intro-stats li:first-child {
                width: 12%;
            } */

            #intro-stats li span, #intro-stats-3col li span {
                margin: 5px 15px 20px 0;
            }
}

/*EXTRA SMALL TO MEDIUM*/

@media (max-width:1300px) {

    .home-stats {
        margin-bottom: 100px;
    }

    #intro-stats {
        margin-top: 40px;
    }

        #intro-stats li, #intro-stats-3col li {
            padding: 30px 0;
            border-bottom: 1px solid #cccccc;
        }


        #intro-stats span, #intro-stats-3col span {
            display: block;
            width: 100%;
            margin: 30px 0;
        }

        #intro-stats li:last-child, #intro-stats-3col li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
}

/*EXTRA SMALL*/

@media (max-width:480px) {

    /* #intro-stats li:first-child {
        padding: 20px 0;
    } */
}


/*OVERLAPPING SKEWED BOX SECTION*/

.skew-wrap {
    position: relative;
    width: 100%;
}

.left-skew {
    height: 100%;
    position: relative;
}

.left-skew-img {
    height: 100%;
    background: url('../../img/stock/home-stem-rural.jpg') no-repeat;
    background-size: cover;
}

.right-skew {
    background-color: #ee7f2c;
    height: 100%;
}

    .right-skew:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: url('../../img/bg-pattern-science.svg') no-repeat;
        background-size: cover;
    }

    .right-skew p {
        color: #ffffff;
    }

.right-skew-content {
    position: relative;
}

    .right-skew-content p, .right-skew-content h2 {
        color: #ffffff;
    }

/*SKEWED BOX RESPONSIVE STYLES*/

/*LARGE*/

@media (min-width:1300px) {
    .skew-wrap {
        min-height: 480px;
        overflow: hidden;
        height: 480px;
    }

    .left-skew {
        z-index: 100;
        width: 43%;
        margin-left: -8%;
        -moz-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
        overflow: hidden;
    }

    .left-skew-img {
        -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
        -o-transform: skew(10deg);
        -webkit-transform: skew(10deg);
        transform: skew(10deg); /*This offsets the container skew*/
        width: 120%;
        background-position: -0px;
    }

    .right-skew {
        width: 72%;
        height: 90%;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: -70px;
        z-index: 200;
        -moz-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
        -o-transform: skew(-10deg);
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }

        .right-skew:before {
            /*background-position: 0 -320px;*/
            opacity: .1;
        }

    .right-skew-content {
        width: 60%;
        height: 100%;
        margin: 0 auto;
        -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
        -o-transform: skew(10deg);
        -webkit-transform: skew(10deg);
        transform: skew(10deg); /*This offsets the container skew*/
    }

        .right-skew-content > div {
            position: relative;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}


/*EXTRA SMALL TO MEDIUM*/

@media (max-width:1300px) {

    .left-skew {
        width: 100%;
        height: 300px;
    }

    .left-skew-img {
        background-position: center center;
    }

    .right-skew {
        z-index: 200;
        -o-transform: skewY(3deg);
        -moz-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        width: 94%;
        margin: -25px auto 0 auto;
    }

        .right-skew:before {
            opacity: 0.15;
        }

    .right-skew-content {
        -o-transform: skewY(-3deg);
        -moz-transform: skewY(-3deg);
        -ms-transform: skewY(-3deg);
        -webkit-transform: skewY(-3deg); /*This offsets the container skew*/
        transform: skewY(-3deg);
        padding: 50px 50px 150px 50px;
    }
}

/*STATS WITH ICONS SECTION*/

.icon-stat-wrapper h2 {
    text-align: center;
    margin-bottom: 70px;
    color: #04a7dd;
}

#icon-stats-content {
    padding: 0 3%;
    text-align: center;
}

    #icon-stats-content img {
        display: block;
        margin: 0 auto 40px auto;
        opacity: .3;
        width: 35%;
        height: 150px;
    }

/*STATS WITH ICONS RESPONSIVE STYLES*/

/*MEDIUM TO EXTRA LARGE*/

@media (min-width:767px) {
    .icon-stat-wrapper {
        margin-top: -100px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #icon-stats-content > div:nth-child(2) {
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }
}

/*EXTRA SMALL TO MEDIUM*/

@media (max-width:767px) {


    #icon-stats {
        -o-transform: skewY(3deg);
        -moz-transform: skewY(3deg);
        -ms-transform: skewY(3deg);
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        position: relative;
        z-index: 1;
    }

    #icon-stats-content > div {
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 8px solid #ffffff;
        background-color: #eeeeee;
    }

        #icon-stats-content > div:last-child {
            border-bottom: none;
            padding-bottom: 75px;
        }

        #icon-stats-content > div img, #icon-stats-content p {
            -o-transform: skewY(-3deg);
            -moz-transform: skewY(-3deg);
            -ms-transform: skewY(-3deg);
            -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg);
        }
}

/*PARTNER PROGRAM SECTION*/

#partner-programs {
    padding: 50px 0;
}

#partner-programs-content {
    padding: 75px 3%;
    text-align: center;
}

.partners-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../../img/bg-pattern-math.svg') no-repeat 0 0;
    background-size: cover;
    opacity: 0.06;
}

#partner-programs-content p, #partner-programs-content h2 {
    color: #ffffff;
}

#partner-programs-content h2 {
    margin-bottom: 30px;
}

#partner-programs-content a {
    margin-top: 20px;
}

#partner-programs-img {
    position: relative;
    width: 100%;
    opacity: 0.9;
    bottom: 0;
}

    #partner-programs-img img {
        width: 100%;
        display: block;
    }

/*PARTNER PROGRAM RESPONSIVE STYLES*/





/*MEET MENTORS SECTION*/

#meet-mentors {
    padding: 50px 0;
}


#meet-mentors-content > div a {
    margin-top: 20px;
}

.testimonial {
    font-style: italic;
    font-size: 24px;
    line-height: 28px;
}

.testimonial, .testimonial-author {
    font-style: italic;
    color: #ee7f2c;
}

.testimonial-author {
    text-align: right;
    font-family: "museo-sans-display";
    font-size: 18px;
    line-height: 26px;
}

#testimonial-headshot {
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 100%;
    border: 1px solid #cccccc;
}

/*MEET MENTORS RESPONSIVE STYLES*/

/*MEDIUM TO EXTRA LARGE*/

@media (min-width:767px) {

    #meet-mentors-content {
        padding: 5% 3%;
    }
}

/*EXTRA SMALL TO MEDIUM*/

@media (max-width:767px) {
    .testimonial-wrap {
        background-color: #eeeeee;
        padding-top: 30px;
        padding-bottom: 80px;
        margin-top: 50px;
    }
}

/*TEACHER'S RESOURCES SECTION*/

.bg-resources:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../../img/bg-pattern-math2.svg') no-repeat;
    background-size: cover;
    opacity: 0.04;
}

#teacher-resources {
    padding: 50px 0;
}

#teacher-resources-content p, #teacher-resources-content h2 {
    color: #ffffff;
}

#teacher-resources-content a {
    margin-top: 20px;
}

/*TEACHER'S RESOURCES RESPONSIVE STYLES*/

/*MEDIUM TO EXTRA LARGE*/
@media (min-width:767px) {
    .bg-resources:before {
        background-position: -30px -390px;
    }

    #teacher-resources-content {
        padding: 0 3%;
    }

        #teacher-resources-content img {
            width: 50%;
            margin-top: -20px;
        }
}

/*EXTRA SMALL TO MEDIUM*/

@media (max-width:767px) {

    #teacher-resources {
        margin-top: -50px;
    }

    #resources-icon {
        margin-bottom: 25px;
    }
}

/*END HOME PAGE STYLES*/



/*INTRO*/

.intro-secondary {
    text-align: center;
    padding-bottom: 50px;
}

    .intro-secondary h2, .intro-secondary p {
        color: #ffffff;
    }

    .intro-secondary ul, #intro-stats-3col {
        margin: 0 auto;
    }

    .intro-secondary li, .intro-partner li {
        display: inline-block;
        padding: 0 10px;
    }


/*INTRO RESPONSIVE STYLES*/


/*MEDIUM TO EXTRA LARGE*/

@media (min-width:767px) {

    .intro-secondary:before {
        background-position: 0 -180px;
    }
}

/*EXTRA SMALL TO MEDIUM*/

@media (max-width:767px) {

    .intro-secondary li {
        padding: 10px;
    }
}

/*PARTNERS/PARTNER LANDING PAGES*/

/*SINGLE PARTNER PAGE*/

.logo-partner {
    margin-bottom: 40px;
}

.btn-wrap {
    margin-top: 40px;
}


#icons-activities {
    text-align: center;
}

    #icons-activities h2 {
        color: #ffffff;
        font-family: "museo-sans-display";
        font-size: 22px;
        line-height: 25px;
    }

    #icons-activities p {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 19px;
        font-weight: 900;
    }

#icons-activities-content img {
    width: 125px;
    height: auto;
}

/*SINGLE PARTNER PAGE RESPONSIVE STYLES*/

/*MEDIUM TO EXTRA LARGE*/

@media (min-width:767px) {

    .intro-partner ul {
        text-align: center;
    }

    #icons-activities {
        padding-top: 100px;
        padding-bottom: 100px;
    }

        #icons-activities h2 {
            margin-bottom: 75px;
        }

    .partner-program-img {
        margin-top: -50px;
    }
}


/*EXTRA SMALL TO MEDIUM*/

@media (max-width:767px) {

    .intro-partner {
        padding-bottom: 40px;
    }

    .btn-wrap {
        text-align: center;
    }

    #intro-stats-3col li span {
        margin: 0 10px 25px 0;
    }

    #icons-activities {
        padding-top: 75px;
        padding-bottom: 75px;
    }

        #icons-activities h2 {
            margin-bottom: 50px;
        }
}

/*ARTICLE PAGE*/

article {
    padding-top: 100px;
}

#article-content {
    padding: 8% 0;
}

    #article-content .byline {
        margin: 10px 0 40px 0;
        padding: 0;
        font-style: italic;
    }

article figure {
    margin-top: 5px;
    margin-bottom: 20px;
}

    article figure img {
        border: 1px solid #cccccc;
    }

article li {
    margin-bottom: 10px;
}

    article li:last-child {
        margin-bottom: 0;
    }

figcaption {
    font-size: 14px;
    line-height: 17px;
    font-family: "museo-sans";
    font-weight: 500;
    font-style: italic;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #eeeeee;
}

time {
    display: block;
    margin: 5px 0 0 0;
    font-size: 20px;
    font-weight: 300;
}

#article-footer {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    border-top: 3px solid #eeeeee;
}

p.article-question {
    font-weight: bold;
}


/*ARTICLE PAGE RESPONSIVES STYLES*/

/*MEDIUM TO EXTRA LARGE*/

@media (min-width:767px) {

    article .float-right {
        margin-left: 20px;
        float: right;
    }

    article .float-left {
        margin-right: 20px;
        float: left;
    }
}

/*EXTRA SMALL TO MEDIUM*/

@media (max-width:767px) {

    #article-content figure {
        width: 100%;
        text-align: center;
    }
}

/*EXTRA SMALL TO LARGE*/

@media (min-width:480px) {

    #article-footer ul li {
        display: inline-block;
    }

        #article-footer ul li:first-child {
            margin-right: 50px;
        }
}

/*EXTRA SMALL*/

@media (max-width:480px) {

    article img {
        max-width: 100%;
    }
}

/*Back To Top
------------------------------------*/
#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #222;
    a position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}

    #topcontrol:after {
        top: -2px;
        left: 8.5px;
        content: "\f106";
        position: absolute;
        text-align: center;
        font-family: FontAwesome;
    }

    #topcontrol:hover {
        color: #fff;
        background: #bb0033;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


@media(max-width:900px) {
    #topcontrol {
        bottom: 60px !important;
    }
}