/* media queries */
/* Min widths */

body.sfPageEditor .mainNav {
    height: auto;
}

body {
    width: 100%;
}

.homeFirstRead {
    position: relative;
    background: #4E4B48;
    max-width: 100%;
    width: 100%;
    left: 0;
	color: #4E4B48 !important;
	/*color: #FFFFFF;*/
    margin: 0;
    padding: 3%;
    display: block;
}

.firstReadContainer .siteWidth {
    padding: 0 0 0 0 !important;
}

.mobile-menu-anchor a {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: normal;
    padding: 1px 0 0 12px;
    text-decoration: none;
    display: block;
}

@media all and (min-width: 480px) {
    body {
        /*font-size: 70%;*/
        
        font-size: 18px;
    }
    .xs-visible {
        display: none;
    }
    .rightContent {
        border-left: 1px solid #C4BFB6;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .mainMobileMenu .clone {
        display: none;
    }
}

@media all and (min-width: 768px) {
    body {
        /*font-size: 90%;*/
        
        font-size: 18px;
    }
    .md-visible {
        display: none;
    }
    .firstReadContainer .siteWidth {
        font-size: 80%;
    }
    .homeFirstRead {
        position: absolute;
    }
    .homeFirstRead {
		color: #4E4B48 !important;
        max-width: 380px;
        position: absolute;
        bottom: 0;
        left: 10px;
        background: none;
        /*padding: 0 0 5% 0;*/ /*400px height*/
		padding: 0 0 2% 0; /*250px height*/
    }
    .mobile-menu-anchor {
        display: none;
    }
    .mainNav ul.k-menu li.k-item a.k-link {
        padding: 0 11px 0 11px;
    }
    .mainMobileMenu,
    ul li.overviewClone {
        display: none;
    }
    .mainNav {
        padding: 0;
        font-size: .78em;
    }
    .bx-wrapper {
        display: none;
    }
    .mobileTweetTitle {
        display: none;
    }
}

@media all and (min-width: 940px) {
    /*body {
        font-size: 100%;
    }*/
    
    .mainNav {
        font-size: 1em;
    }
}

@media all and (max-width: 940px) {
    .twitterMosaic .title {
        font-size: 2em;
    }
}

@media all and (min-width: 1024px) {
    .firstReadContainer .siteWidth {
        font-size: 100%;
    }
}
/***** Max widths *****/

@media all and (max-width: 479px) {
    .xs-hide {
        display: none;
    }
    .utilNav.xs-hide {
        visibility: hidden;
    }
    .leftGutter {
        display: none;
    }
    .footer a {
        white-space: nowrap;
    }
    .footer .footerSocialSm {
        margin-bottom: 7%;
        font-size: 1.2em;
        text-align: center;
    }
    .footer .footerILA {
        padding: 6% 10%;
        text-align: center;
    }
    .footer .footerNav,
    .footer .copyright {
        padding: 0 10%;
        text-align: center;
        margin-top: 10%;
    }
    .footer .footerILA img {
        float: none !important;
    }
    .footer .footerAddressInner {
        width: 235px;
        margin: 0 auto;
        font-size: 1.2em;
    }
    .footer .footerAddressInner a {
        font-weight: bold;
    }
    .breadcrumb {
        background: #bfbab1;
    }
    .sfBreadcrumbWrp ul {
        display: none;
    }
    .sfBreadcrumbWrp .pageTitle {
        font-size: 250%;
        font-weight: bold;
        line-height: 2em;
        margin: 0;
        color: #FFFFFF !important;
    }
    .employeeList {
        font-size: 130%;
    }
    .employeeList ul li {
        width: 100%;
    }
    .employeeList li div.detail.dark {
        background-color: #FFFFFF;
    }
    .employeeList ul li div.name {
        font-weight: bold;
        padding: 10px 0;
        border-bottom: 1px solid #4E4B48;
        position: relative;
    }
    .employeeList ul li div.name:after {
        font-family: 'icomoon';
        content: "\f078";
        float: right;
        margin-right: 3%;
        font-size: 60%;
    }
    .employeeList ul li div.name.active:after {
        font-family: 'icomoon';
        content: "\f077";
        float: right;
        margin-right: 3%;
        font-size: 60%;
    }
    .whyLiteracyContainer {
        background: none;
        border-top: none;
        padding: 36px 0;
    }
    .intro {
        font-size: 1.4em;
    }
    .bottomHeadline {
        font-size: 1.7em;
    }
    .tweetSlide p {
        font-size: 65% !important;
    }
	
		
}

@media all and (max-width: 767px) {
    body {
        font-size: 16px;
    }
    .sm-hide {
        display: none;
    }
    .sf_2cols_1_75 {
        width: 100%;
    }
    .mainNav .siteWidth {
        padding: 0;
    }
    .readingOrg {
        position: absolute;
        top: 0px;
        right: 20px;
        z-index: 100;
    }
    .mmAnchorWrap {
        width: 100%;
        background: #4E4B48;
        position: relative;
        z-index: 99;
        height: 45px;
    }
    .mainMobileMenu {
        position: absolute;
        background: #FFFFFF;
        width: 100%;
        left: 0;
        /*top: -475px;*/
		/*top: -520px;*/
		top: -630px;
        z-index: -1 !important;
        -webkit-transition: all ease-out .5s;
        -moz-transition: all ease-out .5s;
        -o-transition: all ease-out .5s;
        transition: all ease-out .5s;
        visible: hidden;
        display: block;
    }
    .mainMobileMenu.active {
        top: 45px;
        visible: visible;
    }
    .mainMobileMenu > ul > li,
    .mainMobileMenu > ul > li > ul > li,
    .mainMobileMenu > ul > li > ul > li > ul > li {
        width: 100%;
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .mainMobileMenu > ul > li a {
        background: #4E4B48;
        width: 100%;
        display: block;
        color: #FFFFFF;
        font-size: 22px !important;
        padding: 6px 20px;
        border-top: 1px solid #58595b;
        font-style: normal !important;
        text-decoration: none;
    }
    .mainMobileMenu > ul > li.mobA > a:after {
        font-family: 'icomoon';
        content: "\f078";
        position: absolute;
        right: 2%;
        color: #FFFFFF;
    }
    .mainMobileMenu > ul > li.active > a:after {
        font-family: 'icomoon';
        content: "\f077";
        position: absolute;
        right: 2%;
        color: #FFFFFF;
    }
    .mainMobileMenu > ul > li > ul,
    .mainMobileMenu > ul > li > ul > li > ul {
        display: none;
    }
    .mainMobileMenu > ul > li > ul > li a {
        background: #FFFFFF;
        width: 100%;
        display: block;
        color: #0097b1;
        font-size: 2em;
        padding: 10px 0 10px 30px;
        border-top: 1px solid #bfbab1;
    }
    .mainMobileMenu > ul > li > ul > li > ul > li a {
        padding: 10px 0 10px 50px;
    }
    .mainMobileMenu > ul > li > ul > li a:before {
        font-family: 'icomoon';
        content: "\f105";
        position: relative;
        left: -3%;
        color: #0097b1;
    }
    .mainMobileMenu > ul > li > ul > li a.sfSel {
        font-size: 2em;
        font-weight: normal;
    }
    .utilNavWrap li {
        font-size: .9em;
    }
    .footer {
        font-size: .8em;
    }
    .firstRead .siteWidth {
        margin-top: -4px;
    }
    .twitterMosaic div.row {
        display: none;
    }
    .tweetSlide p {
        font-size: 90%;
    }
    .mobileTweetTitle {
        width: 100%;
        background-color: #4e4b48;
        color: #ffcd00;
        font-size: 2.65em;
        font-weight: bold;
        line-height: 1em;
        padding: 30px 20px;
        text-align: left;
        margin-bottom: 4px;
    }
    .headerSearch {
        position: absolute !important;
        top: 0;
        right: 0;
        z-index: 9999;
        width: 45px !important;
        -webkit-transition: all ease-out .5s;
        -moz-transition: all ease-out .5s;
        -o-transition: all ease-out .5s;
        transition: all ease-out .5s;
    }
    .headerSearch.active {
        width: 100% !important;
    }
    .headerSearch a.searchReveal {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border-collapse: collapse;
        border: none;
        height: 45px;
        width: 45px;
        text-indent: -9999px;
        background-size: 100% 100%;
        /*border: 1px solid #cc0000;*/
    }
	
	
	.homeFirstRead {color: #FFFFFF !important;}
	

/*.email-capture {text-align: center;}	
.email-capture .sf_colsOut.sf_4cols_1_25 .sf_colsIn, 
.email-capture .sf_colsOut.sf_4cols_2_25 .sf_colsIn, 
.email-capture .sf_colsOut.sf_4cols_3_25 .sf_colsIn, 
.email-capture .sf_colsOut.sf_4cols_4_25 .sf_colsIn {margin: 0 auto !important;}*/
.email-capture {margin-left: 25px;}
	
}


@media all and (min-width: 500px) and (max-width: 900px) {
.email-capture .input-error + .capture-icon {background-image: none;}
.email-capture .input-success + .capture-icon {background-image: none;}
}


@media all and (min-width: 480px) and (max-width: 767px) {
    .imgCopy2c {
        width: 38%;
        float: left;
        margin: 3% 5% !important;
        position: relative;
    }
}

.sfImageWrapper {
    position: relative;
    display: block;
    text-align: center;
}

.sfImageWrapper img {
    max-width: 100%;
}

#html5-close img {
    visibility: hidden;
}

#html5-close img {
    visibility: hidden;
}

#html5-close:after {
    font-family: 'icomoon';
    content: "\e606";
    position: relative;
    left: -10px;
    color: #cc0000;
}

.sf_colsOut.alwaysVert {
    width: 33.33% !important;
}

.leftGutter li.k-item {
    padding: 0;
}

.leftGutter li.k-item a.k-in:hover {
    text-decoration: none;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    background: #FFFFFF;
    /*fix other elements on the page moving (on Chrome)*/
    
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #FFFFFF;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls {
    visibility: hidden;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #FFFFFF;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.tweetSlide img {
    float: left;
    padding-right: 3%;
    display: block;
}

.tweetSlide li {
    display: block;
    height: 100%;
    margin: 0;
}

.tweetSlide p {
    display: block;
    color: #FFFFFF;
    padding: 1% 0 0;
    margin: 0;
}

.tweetSlide .TopCenter {
    background: #002b49;
}

.tweetSlide .TopRight {
    background: #0097b1;
}

.tweetSlide .MiddleLeft {
    background: #4e4b48;
}

.tweetSlide .MiddleCenter {
    background: #0097b1;
}

.tweetSlide .BottomLeft {
    background: #0097b1;
}

.tweetSlide .BottomRight {
    background: #002b49;
}
