/* ============================================== */


/* The Grid */


/* ============================================== */

.home *,
.reskin * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.row {
    width: 1080px;
    margin: 0 auto;
}


/*.row { width: 1032px; margin: 0 auto; }*/

.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -6px;
}

.column,
.columns {
    float: left;
    min-height: 1px;
    padding: 0 6px;
    position: relative;
}

.column.centered,
.columns.centered {
    float: none;
    margin: 0 auto;
}

[class*="column"]+[class*="column"]:last-child {
    float: right;
}

[class*="column"]+[class*="column"].end {
    float: left;
}

.one,
.row .one {
    width: 8.33333%;
}

.two,
.row .two {
    width: 16.66667%;
}

.three,
.row .three {
    width: 25%;
}

.four,
.row .four {
    width: 33.33333%;
}

.five,
.row .five {
    width: 41.66667%;
}

.six,
.row .six {
    width: 50%;
}

.seven,
.row .seven {
    width: 58.33333%;
}

.eight,
.row .eight {
    width: 66.66667%;
}

.nine,
.row .nine {
    width: 75%;
}

.ten,
.row .ten {
    width: 83.33333%;
}

.eleven,
.row .eleven {
    width: 91.66667%;
}

.twelve,
.row .twelve {
    width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}


/* ============================================== */


/* Clearfixin' */


/* ============================================== */

.row {
    *zoom: 1;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.reskinClearFix {
    *zoom: 1;
}

.reskinClearFix:before,
.reskinClearFix:after {
    content: "";
    display: table;
}

.reskinClearFix:after {
    clear: both;
}

#main {
    *zoom: 1;
}

#main:before,
#main:after {
    content: "";
    display: table;
}

#main:after {
    clear: both;
}

#hero {
    *zoom: 1;
}

#hero:before,
#hero:after {
    content: "";
    display: table;
}

#hero:after {
    clear: both;
}


/* ============================================== */


/* Elements */


/* ============================================== */

.reskin,
.home,
.home p {
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-weight: 400;
}

.reskin a,
.reskin a:visited,
.home a,
.home a:visited {
    text-decoration: none !important;
}

body {
    background: #4A5C70 !important;
}

body.home {
    min-width: 1032px;
}

#page {
    background: #fff;
}

.home #scroll-to-top {
    display: none !important;
}

.reskin a,
.reskin a>span,
.home a,
.home a>span,
.reskin input[type="submit"] {
    -webkit-transition: color, background 200ms ease-in;
    -moz-transition: color, background 200ms ease-in;
    -o-transition: color, background 200ms ease-in;
    transition: color, background 200ms ease-in;
}


/* ============================================== */


/* Header */


/* ============================================== */

#reskinHeader {
    background-color: #fff;
    border-top: 10px solid #007db1;
    padding: 0;
    position: relative;
    z-index: 99998;
}

#reskinHeader form {
    width: 100%;
    position: relative;
}

#reskinHeader form input {
    width: 100% !important;
    margin-top: -8px;
    background: #eee !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    padding: 10px;
    font-size: 12px;
    height: auto;
    font-style: italic;
    line-height: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

#reskinHeader label {
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 99998;
}

#reskinHeader label i {
    color: #d4d4d4;
    font-size: 20px;
    line-height: 1;
    margin: 0;
}


/*search*/

td.gsc-search-button,
td.gsc-clear-button {
    display: none !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

#reskinHeader #dialog {
    margin-top: -30px;
}

#reskinHeader a.logo {
    float: left;
    position: relative;
    top: -10px;
    margin-left: 30px;
}

#reskinHeader a.logo img {
    display: block;
}

#reskinHeader ul.nav {
    padding: 17px 0 0 0;
    float: right;
    list-style-type: none;
    margin: 0;
}

#reskinHeader ul.nav li {
    float: left;
    margin-left: 14px;
    font-size: 14px;
    position: relative;
}

#reskinHeader ul.nav li a {
    color: #4c4c4c;
    text-decoration: none;
    padding: 10px 10px 5px 10px;
    border: 1px solid #fff;
    border-bottom: 0 solid #fff;
    position: relative;
    background: transparent;
    -webkit-transition: background 0ms ease-in;
    -moz-transition: background 0ms ease-in;
    -o-transition: background 0ms ease-in;
    transition: background 0ms ease-in;
}

#reskinHeader ul.nav li a:hover {
    color: #007db1;
    z-index: 99999;
    background: #fff;
}

#reskinHeader ul.nav li:first-child {
    margin-left: 0;
}

#reskinHeader ul.nav li .sub-menu {
    display: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 105%;
    z-index: 1000;
    min-width: 180px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
    list-style-type: none;
    -webkit-box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    -moz-box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

#reskinHeader ul.nav li.contact .sub-menu {
    right: 0;
    text-align: right;
    left: auto;
}

#reskinHeader ul.nav li .sub-menu li {
    width: 100%;
    margin-left: 0;
}

#reskinHeader ul.nav li .sub-menu li a {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 15px 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 11px;
    color: #4c4c4c;
    width: 100%;
    background: #fff;
}

#reskinHeader ul.nav li .sub-menu li a:hover {
    background: #f7f7f7;
}

#reskinHeader ul.nav li .sub-menu li .sub-menu {
    display: none;
    left: 100%;
    top: 0%;
    position: absolute;
    z-index: 1000;
    min-width: 180px;
    background: #fff;
    border-left: none;
}

#reskinHeader ul.nav li.contact .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

#reskinHeader ul.nav li .sub-menu li .sub-menu li {
    width: 100%;
}

#reskinHeader ul.nav li .sub-menu li .sub-menu li a {
    background: #fff;
    border-right: 0px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#reskinHeader ul.nav li .sub-menu li .sub-menu li:first-child a {
    border-top: 1px solid #eee;
}

#reskinHeader ul.nav li .sub-menu li .sub-menu li a:hover {
    background: #f7f7f7;
}

#reskinHeader ul.nav li:hover>.sub-menu {
    display: block;
}

#reskinHeader ul.nav li>.sub-menu>li:hover>.sub-menu {
    display: block;
}

#reskinHeader ul.nav li>.sub-menu>li:hover>a {
    background: #f7f7f7;
    color: #007db1;
}

#reskinHeader ul.nav li:hover a {
    border: 1px solid #eee;
    border-bottom: 0 solid #eee;
    color: #007db1;
    z-index: 99999;
}

#reskinHeader ul.nav li.bookstore:hover a {
    border: 1px solid #fff;
    border-bottom: 0 solid #fff;
    color: #007db1;
    z-index: 99999;
}


/* ============================================== */


/* Footer */


/* ============================================== */

#reskinFooter {
    background: #9da7b2;
    padding: 50px 0;
    clear: both;
}

#reskinFooter h5 {
    margin: 0 0 20px 0;
    color: #43484c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

#reskinFooter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#reskinFooter ul li {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 13px;
    line-height: 1;
}

#reskinFooter ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

#reskinFooter form {
    width: 100%;
    float: left;
}

#reskinFooter form input[type="email"] {
    float: left;
    width: 73%;
    background: #879099;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 10px;
    font-size: 12px;
    height: auto;
    font-style: italic;
    line-height: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #43484c;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

#reskinFooter form input[type="submit"] {
    float: right;
    width: 23%;
    background: #43484c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 9px 0;
    text-align: center;
    font-size: 12px;
    height: auto;
    font-style: normal;
    line-height: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #9da7b2;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

#reskinFooter form input[type="submit"]:hover {
    background: #5b718a;
    -webkit-appearance: none;
}

#reskinFooter a.scholastic {
    float: right;
    margin: 20px 0 0 0;
}

#reskinFooter a.scholastic img {
    display: block;
}

#reskinFooter form p {
    margin-bottom: 0;
}

#reskinSubFooter {
    padding: 20px 0;
    background: #4a5c70;
}

#reskinSubFooter p {
    padding: 10px 0;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    color: #cad7e5;
}

#reskinSubFooter ul.social {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

#reskinSubFooter ul.social li {
    float: left;
    margin: 0 0 0 12px;
    line-height: 1;
}

#reskinSubFooter ul.social li a {
    color: #cad7e5;
    font-size: 32px;
    -webkit-transition: color 200ms ease-in;
    -moz-transition: color, 200ms ease-in;
    -o-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
}

#reskinSubFooter ul.social li a:hover {
    color: #6CB4E5;
}

#reskinSubFooter ul.social li a i:before {
    margin: 0;
    line-height: 1;
}


/* ============================================== */


/* Hero */


/* ============================================== */

#hero {
    height: 320px;
    background: #fff;
    padding: 0;
    text-align: center;
    position: relative;
    margin-top: -100px;
    padding-top: 80px;
    overflow: hidden;
    width: 100%;
    float: left;
}

#hero .row {
    position: relative;
    padding-top: 50px;
    padding-bottom: 190px;
}

#hero h1 {
    font-family: 'museo', sans-serif;
    font-weight: 700;
    color: #4c4c4c;
    font-size: 36px;
    line-height: 45px;
    position: relative;
    z-index: 900;
}


/* ============================================== */


/* Circles */


/* ============================================== */

.circle {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
    text-align: center;
    display: table !important;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

.circle .centering {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.circle .centering i:before {
    width: auto;
    height: auto;
    margin: 0;
    line-height: inherit;
}

.circle .centering i {
    line-height: 1;
}


/*
.circle.one {width:80px;height:80px;bottom:185px;left:-163px;background:#bababa;background: rgba(186,186,186, 0.85);}
.circle.one i {font-size:44px;color:#fff;color:rgba(255,255,255,0.85);position:relative;top:-5px;}

.circle.two {width:180px;height:180px;bottom:-91px;left:-160px;background:#bababa;background: rgba(186,186,186, 0.85);}
.circle.two i {font-size:132px;color:#fff;color:rgba(255,255,255,0.85);}

.circle.three {width:142px; height:142px; bottom:60px;left:-120px;background:#3498db;background: rgba(52,152,219, 0.85);}
.circle.three i {font-size:116px;color:#22638f;color:rgba(34,99,143,0.85);}

.circle.four {width:90px; height:90px; bottom:210px;left:-60px;background:#6cb4e5;background: rgba(108,180,229, 0.85);}
.circle.four i {font-size:56px;color:#007db1;color:rgba(0,125,177,0.85);}

.circle.five {width:154px;height:154px;bottom:115px;left:5px;background:#bababa;background: rgba(186,186,186, 0.85);}
.circle.five i {font-size:118px;color:#fff;color:rgba(255,255,255,0.85);}

.circle.six {width:90px;height:90px;bottom:30px;left:20px;background:#398bc2;background: rgba(57,139,194, 0.85); }
.circle.six i {font-size:46px;color:#6cb4e5;color:rgba(113,189,241,0.85);}

.circle.seven {width:150px;height:150px;bottom:-90px;left:54px;background:#6cb4e5;background: rgba(108,180,229, 0.85);}
.circle.seven i {font-size:94px;color:#007db1;color:rgba(0,125,177,0.85);}

.circle.eight {width:90px; height:90px; bottom:90px;left:138px;background:#6cb4e5;background: rgba(108,180,229, 0.85);}
.circle.eight i {font-size:46px;color:#22638f;color:rgba(34,99,143,0.85);}

.circle.nine {width:138px; height:138px; bottom:-18px;left:186px;background:#398bc2;background: rgba(57,139,194, 0.85);}
.circle.nine i {font-size:129px;color:#6cb4e5;color:rgba(113,189,241,0.85);position:relative;top:-5px;}

.circle.ten {width:120px;height:120px;bottom:-48px;left:292px;background:#bababa;background: rgba(186,186,186, 0.85);}
.circle.ten i {font-size:92px;color:#fff;color:rgba(255,255,255,0.85);}


.circle.eleven {width:105px;height:105px;bottom:-40px;right:388px;background:#6cb4e5;background: rgba(108,180,229, 0.85);}
.circle.eleven  i {font-size:77px;color:#007db1;color:rgba(0,125,177,0.85);}

.circle.twelve{width:116px;height:116px;bottom:-7px;right:283px;background:#3498db;background:rgba(52,152,219, 0.85)}
.circle.twelve i {font-size:76px;color:#22638f;color:rgba(34,99,143,0.85);}

.circle.thirteen{width:160px;height:160px;bottom:-60px;right:146px;background:#bababa;background:rgba(186,186,186, 0.85);}
.circle.thirteen i {font-size:146px;color:#fff;color:rgba(255,255,255,0.85);}

.circle.fourteen{width:90px;height:90px;bottom:93px;right:133px;background:#509ed1;background:rgba(80,158,209, 0.85)}
.circle.fourteen i {font-size:46px;color:#086c96;color:rgba(8,108,150,0.85)}

.circle.fifteen{width:154px;height:154px;bottom:135px;right:0px;background:#398bc2;background:rgba(57,139,194, 0.85)}
.circle.fifteen i {font-size:106px;color:#6cb4e5;color:rgba(113,189,241,0.85);}

.circle.sixteen{width:90px;height:90px;bottom:30px;right:47px;background:#6cb4e5;background:rgba(108,180,229, 0.85)}
.circle.sixteen i {font-size:46px;color:#007db1;color:rgba(0,125,177,0.85);position:relative;top:-5px;}

.circle.seventeen{width:166px;height:166px;bottom:-105px;right:-52px;background:#509ed1;background:rgba(80,158,209, 0.85)}
.circle.seventeen i {font-size:128px;color:#086c96;color:rgba(8,108,150,0.85)}

.circle.eighteen{width:153px;height:153px;bottom:40px;right:-126px;background:#3498db;background:rgba(52,152,219, 0.85)}
.circle.eighteen i {font-size:124px;color:#22638f;color:rgba(34,99,143,0.85);}

.circle.nineteen{width:75px;height:75px;bottom:200px;right:-98px;background:#bababa;background:rgba(186,186,186, 0.85);}
.circle.nineteen i {font-size:53px;color:#fff;color:rgba(255,255,255,0.85);}

.circle.twenty{width:154px;height:154px;bottom:-40px;right:-210px;background:#bababa;background:rgba(186,186,186, 0.85);}
.circle.twenty i {font-size:128px;color:#fff;color:rgba(255,255,255,0.85);}
*/

.blue .circle.one {
    width: 80px;
    height: 80px;
    bottom: -380px;
    left: -163px;
    background: #bababa;
    background: rgba(186, 186, 186, 0.85);
}

.blue .circle.one i {
    font-size: 44px;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    top: -5px;
}

.blue .circle.two {
    width: 180px;
    height: 180px;
    bottom: -280px;
    left: -160px;
    background: #bababa;
    background: rgba(186, 186, 186, 0.85);
}

.blue .circle.two i {
    font-size: 132px;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
}

.blue .circle.three {
    width: 142px;
    height: 142px;
    bottom: -142px;
    left: -120px;
    background: #3498db;
    background: rgba(52, 152, 219, 0.85);
}

.blue .circle.three i {
    font-size: 116px;
    color: #22638f;
    color: rgba(34, 99, 143, 0.85);
}

.blue .circle.four {
    width: 90px;
    height: 90px;
    bottom: -190px;
    left: -60px;
    background: #6cb4e5;
    background: rgba(108, 180, 229, 0.85);
}

.blue .circle.four i {
    font-size: 56px;
    color: #007db1;
    color: rgba(0, 125, 177, 0.85);
}

.blue .circle.five {
    width: 154px;
    height: 154px;
    bottom: -154px;
    left: 5px;
    background: #bababa;
    background: rgba(186, 186, 186, 0.85);
}

.blue .circle.five i {
    font-size: 118px;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
}

.blue .circle.six {
    width: 90px;
    height: 90px;
    bottom: -290px;
    left: 20px;
    background: #398bc2;
    background: rgba(57, 139, 194, 0.85);
}

.blue .circle.six i {
    font-size: 46px;
    color: #6cb4e5;
    color: rgba(113, 189, 241, 0.85);
}

.blue .circle.seven {
    width: 150px;
    height: 150px;
    bottom: -250px;
    left: 54px;
    background: #6cb4e5;
    background: rgba(108, 180, 229, 0.85);
}

.blue .circle.seven i {
    font-size: 94px;
    color: #007db1;
    color: rgba(0, 125, 177, 0.85);
}

.blue .circle.eight {
    width: 90px;
    height: 90px;
    bottom: -190px;
    left: 138px;
    background: #6cb4e5;
    background: rgba(108, 180, 229, 0.85);
}

.blue .circle.eight i {
    font-size: 46px;
    color: #22638f;
    color: rgba(34, 99, 143, 0.85);
}

.blue .circle.nine {
    width: 138px;
    height: 138px;
    bottom: -238px;
    left: 186px;
    background: #398bc2;
    background: rgba(57, 139, 194, 0.85);
}

.blue .circle.nine i {
    font-size: 129px;
    color: #6cb4e5;
    color: rgba(113, 189, 241, 0.85);
    position: relative;
    top: -5px;
}

.blue .circle.ten {
    width: 120px;
    height: 120px;
    bottom: -120px;
    left: 292px;
    background: #bababa;
    background: rgba(186, 186, 186, 0.85);
}

.blue .circle.ten i {
    font-size: 92px;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
}

.blue .circle.eleven {
    width: 105px;
    height: 105px;
    bottom: -105px;
    right: 388px;
    background: #6cb4e5;
    background: rgba(108, 180, 229, 0.85);
}

.blue .circle.eleven i {
    font-size: 77px;
    color: #007db1;
    color: rgba(0, 125, 177, 0.85);
}

.blue .circle.twelve {
    width: 116px;
    height: 116px;
    bottom: -116px;
    right: 283px;
    background: #3498db;
    background: rgba(52, 152, 219, 0.85)
}

.blue .circle.twelve i {
    font-size: 76px;
    color: #22638f;
    color: rgba(34, 99, 143, 0.85);
}

.blue .circle.thirteen {
    width: 160px;
    height: 160px;
    bottom: -360px;
    right: 146px;
    background: #bababa;
    background: rgba(186, 186, 186, 0.85);
}

.blue .circle.thirteen i {
    font-size: 146px;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
}

.blue .circle.fourteen {
    width: 90px;
    height: 90px;
    bottom: -90px;
    right: 133px;
    background: #509ed1;
    background: rgba(80, 158, 209, 0.85)
}

.blue .circle.fourteen i {
    font-size: 46px;
    color: #086c96;
    color: rgba(8, 108, 150, 0.85)
}

.blue .circle.fifteen {
    width: 154px;
    height: 154px;
    bottom: -154px;
    right: 0px;
    background: #398bc2;
    background: rgba(57, 139, 194, 0.85)
}

.blue .circle.fifteen i {
    font-size: 106px;
    color: #6cb4e5;
    color: rgba(113, 189, 241, 0.85);
}

.blue .circle.sixteen {
    width: 90px;
    height: 90px;
    bottom: -290px;
    right: 47px;
    background: #6cb4e5;
    background: rgba(108, 180, 229, 0.85)
}

.blue .circle.sixteen i {
    font-size: 46px;
    color: #007db1;
    color: rgba(0, 125, 177, 0.85);
    position: relative;
    top: -5px;
}

.blue .circle.seventeen {
    width: 166px;
    height: 166px;
    bottom: -166px;
    right: -52px;
    background: #509ed1;
    background: rgba(80, 158, 209, 0.85)
}

.blue .circle.seventeen i {
    font-size: 128px;
    color: #086c96;
    color: rgba(8, 108, 150, 0.85)
}

.blue .circle.eighteen {
    width: 153px;
    height: 153px;
    bottom: -153px;
    right: -126px;
    background: #3498db;
    background: rgba(52, 152, 219, 0.85)
}

.blue .circle.eighteen i {
    font-size: 124px;
    color: #22638f;
    color: rgba(34, 99, 143, 0.85);
}

.blue .circle.nineteen {
    width: 75px;
    height: 75px;
    bottom: -375px;
    right: -98px;
    background: #bababa;
    background: rgba(186, 186, 186, 0.85);
}

.blue .circle.nineteen i {
    font-size: 53px;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
}

.blue .circle.twenty {
    width: 154px;
    height: 154px;
    bottom: -154px;
    right: -210px;
    background: #bababa;
    background: rgba(186, 186, 186, 0.85);
}

.blue .circle.twenty i {
    font-size: 128px;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
}

.circle.one {
    width: 80px;
    height: 80px;
    bottom: -380px;
    left: -163px;
    background: rgb(63, 211, 125);
    background: rgba(63, 211, 125, 0.85);
}

.circle.one i {
    font-size: 44px;
    color: #fff;
    color: rgba(48, 161, 95, 0.85);
    position: relative;
    top: -5px;
}

.circle.two {
    width: 180px;
    height: 180px;
    bottom: -280px;
    left: -160px;
    background: rgb(242, 202, 38);
    background: rgba(242, 202, 38, 0.85);
}

.circle.two i {
    font-size: 132px;
    color: #fff;
    color: rgba(166, 138, 27, .85);
}

.circle.three {
    width: 142px;
    height: 142px;
    bottom: -142px;
    left: -120px;
    background: rgb(52, 152, 219);
    background: rgba(52, 152, 219, 0.85);
}

.circle.three i {
    font-size: 116px;
    color: #fff;
    color: rgba(34, 99, 143, 0.85);
}

.circle.four {
    width: 90px;
    height: 90px;
    bottom: -190px;
    left: -60px;
    background: rgb(234, 94, 80);
    background: rgba(234, 94, 80, 0.85);
}

.circle.four i {
    font-size: 56px;
    color: #fff;
    color: rgba(184, 73, 62, 0.85);
}

.circle.five {
    width: 154px;
    height: 154px;
    bottom: -154px;
    left: 5px;
    background: rgb(242, 202, 38);
    background: rgba(242, 202, 38, 0.85);
}

.circle.five i {
    font-size: 118px;
    color: #fff;
    color: rgba(166, 138, 27, .85);
}

.circle.six {
    width: 90px;
    height: 90px;
    bottom: -290px;
    left: 20px;
    background: rgb(166, 107, 190);
    background: rgba(166, 107, 190, 0.85);
}

.circle.six i {
    font-size: 46px;
    color: #fff;
    color: rgba(100, 64, 115, 0.85);
}

.circle.seven {
    width: 150px;
    height: 150px;
    bottom: -250px;
    left: 54px;
    background: rgb(234, 94, 80);
    background: rgba(234, 94, 80, 0.85);
}

.circle.seven i {
    font-size: 94px;
    color: #fff;
    color: rgba(184, 73, 62, 0.85);
}

.circle.eight {
    width: 90px;
    height: 90px;
    bottom: -190px;
    left: 138px;
    background: rgb(108, 180, 229);
    background: rgba(108, 180, 229, 0.85);
}

.circle.eight i {
    font-size: 46px;
    color: #fff;
    color: rgba(34, 99, 143, 0.85);
}

.circle.nine {
    width: 138px;
    height: 138px;
    bottom: -238px;
    left: 186px;
    background: rgb(63, 211, 125);
    background: rgba(63, 211, 125, 0.85);
}

.circle.nine i {
    font-size: 129px;
    color: #fff;
    color: rgba(48, 161, 95, .85);
    position: relative;
    top: -5px;
}

.circle.ten {
    width: 120px;
    height: 120px;
    bottom: -120px;
    left: 292px;
    background: rgb(166, 107, 190);
    background: rgba(166, 107, 190, 0.85);
}

.circle.ten i {
    font-size: 92px;
    color: #fff;
    color: rgba(100, 64, 115, 0.85);
}

.circle.eleven {
    width: 105px;
    height: 105px;
    bottom: -105px;
    right: 388px;
    background: rgb(234, 94, 80);
    background: rgba(234, 94, 80, 0.85);
}

.circle.eleven i {
    font-size: 77px;
    color: #fff;
    color: rgba(184, 73, 62, 0.85);
}

.circle.twelve {
    width: 116px;
    height: 116px;
    bottom: -116px;
    right: 283px;
    background: rgb(52, 152, 219);
    background: rgba(52, 152, 219, 0.85)
}

.circle.twelve i {
    font-size: 76px;
    color: #fff;
    color: rgba(34, 99, 143, 0.85);
}

.circle.thirteen {
    width: 160px;
    height: 160px;
    bottom: -360px;
    right: 146px;
    background: rgb(63, 211, 125);
    background: rgba(63, 211, 125, 0.85);
}

.circle.thirteen i {
    font-size: 146px;
    color: #fff;
    color: rgba(48, 161, 95, .85);
}

.circle.fourteen {
    width: 90px;
    height: 90px;
    bottom: -90px;
    right: 133px;
    background: rgb(166, 107, 190);
    background: rgba(166, 107, 190, 0.85)
}

.circle.fourteen i {
    font-size: 46px;
    color: #fff;
    color: rgba(100, 64, 115, 0.85)
}

.circle.fifteen {
    width: 154px;
    height: 154px;
    bottom: -154px;
    right: 0px;
    background: rgb(234, 94, 80);
    background: rgba(234, 94, 80, 0.85)
}

.circle.fifteen i {
    font-size: 106px;
    color: #fff;
    color: rgba(184, 73, 62, 0.85);
}

.circle.sixteen {
    width: 90px;
    height: 90px;
    bottom: -290px;
    right: 47px;
    background: rgb(242, 202, 38);
    background: rgba(242, 202, 38, 0.85)
}

.circle.sixteen i {
    font-size: 46px;
    color: #fff;
    color: rgba(166, 138, 27, .85);
    position: relative;
    top: -5px;
}

.circle.seventeen {
    width: 166px;
    height: 166px;
    bottom: -166px;
    right: -52px;
    background: rgb(166, 107, 190);
    background: rgba(166, 107, 190, 0.85)
}

.circle.seventeen i {
    font-size: 128px;
    color: #fff;
    color: rgba(100, 64, 115, 0.85)
}

.circle.eighteen {
    width: 153px;
    height: 153px;
    bottom: -153px;
    right: -126px;
    background: rgb(52, 152, 219);
    background: rgba(52, 152, 219, 0.85)
}

.circle.eighteen i {
    font-size: 124px;
    color: #fff;
    color: rgba(34, 99, 143, 0.85);
}

.circle.nineteen {
    width: 75px;
    height: 75px;
    bottom: -375px;
    right: -98px;
    background: rgb(63, 211, 125);
    background: rgba(63, 211, 125, 0.85);
}

.circle.nineteen i {
    font-size: 53px;
    color: #fff;
    color: rgba(48, 161, 95, .85);
}

.circle.twenty {
    width: 154px;
    height: 154px;
    bottom: -154px;
    right: -210px;
    background: rgb(242, 202, 38);
    background: rgba(242, 202, 38, 0.85);
}

.circle.twenty i {
    font-size: 128px;
    color: #fff;
    color: rgba(166, 138, 27, .85);
}


/* ============================================== */


/* SubHero */


/* ============================================== */

#subHero {
    padding: 40px 0;
    background: #eee;
    position: relative;
    z-index: 120;
    float: left;
    width: 100%;
}

#subHero .slider {
    float: left;
    width: 100%;
    padding: 6px;
    background: #fff;
}

#subHero .slider .slide {
    display: none;
}

#subHero .slider .slide:first-child: {
    display: block;
}


/* #subHero .slider .slide img {display:block;} */

#subHero .slider .slide img {
    display: block;
    width: 405px;
}

#subHero ul.paginator {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: center;
    float: left;
    width: 100%;
}

#subHero ul.paginator li {
    display: inline-block;
    margin: 0 5px;
}

#subHero ul.paginator li a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #405d6c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

#subHero ul.paginator li.active a,
#subHero ul.paginator li a:hover {
    background: #6cb4e5;
}


/* #subHero .callout {float:left;width:100%;margin:0 0 20px;} */

#subHero .callout {
    float: left;
    width: 50%;
    margin: 0 0 20px;
}


/* #subHero .callout img {margin:0 0 0 25px;} */

#subHero .callout img {
    margin: 0 15px 0 0;
    float: left;
}

#subHero .callout .right {
    float: right;
    width: 265px;
    color: #4c4c4c;
}

#subHero .callout .right h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
}

#subHero .callout .right p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    padding: 0;
}

#subHero .callout .right a {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    color: #007db1;
}

#subHero .callout .right a:hover {
    color: #006996;
}

#subHero .callout .left {
    float: left;
    width: 60%;
    color: #4c4c4c;
}

#subHero .callout .left h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
}

#subHero .callout .left p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    padding: 0;
}

#subHero .callout .left a {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    color: #007db1;
}

#subHero .callout .left a:hover {
    color: #006996;
}


/* ============================================== */


/* What We Offer */


/* ============================================== */

#offerGrid {
    padding: 40px 0 70px 0;
    background: #fff url('../images/layout/grid.png') repeat;
    float: left;
    width: 100%;
}

#offerGrid .offerHeader {
    text-align: center;
    margin: 0 0 20px 0;
}

#offerGrid .offerHeader h2 {
    font-family: 'museo', sans-serif;
    font-weight: 700;
    color: #007db1;
    font-size: 32px;
    line-height: 1;
    margin: 0 0 15px 0;
    padding: 0;
}

#offerGrid .offerHeader h3 {
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #6d6d6d;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#offerGrid .row.topcards {
    margin-bottom: 50px;
}

#offerGrid a.card {
    float: left;
    background: #fff;
    padding: 20px 20px 0 20px;
    height: 143px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    -moz-box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    position: relative;
    z-index: 8;
}

#offerGrid a.card.small {
    height: 123px;
}

#offerGrid a.card:before {
    content: "";
    width: 100%;
    height: 35px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#offerGrid a.card:after {
    content: "";
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    -moz-box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    z-index: 9;
}

#offerGrid a.card:hover,
#offerGrid a.card:visited,
#offerGrid a.card:focus,
#offerGrid a.card:active {
    text-decoration: none !important;
}

#offerGrid i.icon-plus-circled {
    position: absolute;
    z-index: 12;
    font-size: 49px;
    width: auto;
    height: auto;
    color: #3fd37d;
    bottom: -38px;
    left: 50%;
    margin-left: -20px;
    -webkit-transition: color 200ms ease-in;
    -moz-transition: color, 200ms ease-in;
    -o-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
}

#offerGrid i.icon-plus-circled:before {
    margin: 0;
    width: auto;
    line-height: 1;
}

#offerGrid a.card h4 {
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    color: #007db1;
    line-height: 1;
    font-size: 14px;
    margin: 0 0 10px 0;
}

#offerGrid a.card p {
    text-align: center;
    color: #007db1;
    line-height: 1;
    font-size: 13px;
    color: #6d6d6d;
    line-height: 21px;
    margin: 0;
}

#offerGrid a.card:hover i {
    color: #007DB1;
}


/* ============================================== */


/* Bottom Callout Area */


/* ============================================== */

#bottomCallouts {
    background: #eeeeee;
    padding: 40px 0;
    float: left;
    width: 100%;
}

#bottomCallouts h4 {
    font-size: 20px;
    color: #007db1;
    font-family: 'museo', sans-serif;
    line-height: 1;
    margin: 0 0 8px 0;
    padding: 0;
    font-weight: 700;
}

#bottomCallouts p {
    font-size: 13px;
    color: #6d6d6d;
    line-height: 21px;
    margin: 0;
}

#bottomCallouts a.button,
#bottomCallouts a.button:visited {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ea5e50;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

#bottomCallouts a.button:hover,
#bottomCallouts a.button:active,
#bottomCallouts a.button:focus {
    text-decoration: none;
    background: #d15347;
}

#bottomCallouts .left.card {
    background: #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    -moz-box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    padding: 20px;
    float: left;
    position: relative;
    height: 406px;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

#bottomCallouts .left.card p {
    line-height: 24px;
    font-size: 14px;
}

#bottomCallouts .left.card h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

#bottomCallouts img.mburns {
    position: absolute;
    bottom: 0;
    right: 0;
}

#bottomCallouts .left.card a.button {
    padding: 15px 0;
    width: 140px;
    font-size: 16px;
}

#bottomCallouts .right.card {
    background: #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    -moz-box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    box-shadow: 0 0 10px rgba(146, 146, 146, .25);
    padding: 20px;
    margin-top: 12px;
    float: left;
    height: 197px;
    position: relative;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

#bottomCallouts .right.card:first-child {
    margin-top: 0;
}

#bottomCallouts .right.card img {
    float: right;
}

#bottomCallouts .right.card .text {
    float: left;
    width: 360px;
}

#bottomCallouts .right.card a.button {
    padding: 9px 0;
    width: 112px;
    font-size: 14px;
}


/* ============================================== */


/* Administrators Page */


/* ============================================== */

#innerHero {
    height: 420px;
    background: url(../images/layout/administrators-hero-final.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#innerHero h1 {
    font-family: 'museo', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    background: #3498db;
    background: rgba(52, 152, 219, 0.6);
    text-align: center;
    padding: 20px 0;
    margin-top: 200px;
}

.reskin h2.title {
    font-family: 'museo', sans-serif;
    font-weight: 700;
    color: #3498db;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

#whatWeDo {
    padding: 60px 0;
    background: #eee;
}

#whatWeDo .top {
    margin-bottom: 12px;
}

#whatWeDo .four .card {
    background: #fff;
    height: 180px;
    -webkit-box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    -moz-box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    text-align: left;
    padding: 20px;
}

#whatWeDo .four .card.title {
    background: #3498db;
    text-align: center;
    color: #fff;
}

#whatWeDo .four .card.title h2 {
    font-family: 'museo', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
    margin: 10px 0 0 0;
}

#whatWeDo .four .card.title i {
    font-size: 60px;
    margin: 0;
    width: auto;
}

#whatWeDo .four .card.title i:before {
    width: auto;
    margin: 0;
    height: auto;
    line-height: 1;
    display: block;
}

#whatWeDo .four .card h3 {
    color: #3fd37d;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    font-family: 'museo', sans-serif;
    margin: 0;
    padding: 0;
}

#whatWeDo .four .card h4 {
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    color: #666;
    line-height: 24px;
    font-size: 18px;
    margin: 10px 0 20px 0;
    padding: 0;
}

#whatWeDo .four .card ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

#whatWeDo .four .card ul li {
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    margin-bottom: 5px;
}

#whatWeDo .four .card ul li:before {
    position: absolute;
    left: -23px;
    top: 3px;
    color: #3fd37d;
}

#whatWeDo .four .card ul li a {
    color: #3498db;
}

#whatWeDo .four .card ul li a:hover {
    color: #2f87c2;
}

#prose {
    padding: 60px 0 40px 0;
    background: #fff;
}

#prose p {
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

#prose img {
    -webkit-box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    -moz-box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
}

.ctaStripe {
    background: #3498db;
    padding: 30px 0;
    text-align: center;
}

.ctaStripe.lefty {
    text-align: left;
}

.ctaStripe .columns {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ctaStripe h4 {
    color: #fff;
    font-family: "museo", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.ctaStripe a.button,
.ctaStripe a.button:visited {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3498db;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
    width: 160px;
    padding: 15px 0;
    font-size: 16px;
    display: inline-block;
    margin-top: 15px;
}

.ctaStripe .imagey {
    position: relative;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 40px;
}

.ctaStripe a.button:hover,
.ctaStripe a.button:active,
.ctaStripe a.button:focus {
    text-decoration: none;
    background: #f5f5f5;
}

#whyMathSolutions {
    padding: 60px 0;
    background: #fff;
}

#whyMathSolutions .row.top {
    margin-top: 70px;
    margin-bottom: 40px;
}

#whyMathSolutions .four {
    text-align: center;
}

#whyMathSolutions .four i {
    margin: 0;
}

#whyMathSolutions .four i:before {
    font-size: 50px;
    width: auto;
    height: auto;
    margin: 0;
    color: #bababa;
}

#whyMathSolutions .four h4 {
    font-size: 16px;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    line-height: 1;
    color: #666;
    font-weight: 700;
    margin: 15px 0;
}

#whyMathSolutions .four p {
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
}

#partners {
    padding: 60px 0;
    background: #eee;
}

#partners .partnerTabber {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

#partners .partnerTabber .tabbers {
    width: 345px;
    float: left;
}

#partners .partnerTabber .tabbers .tabber {
    float: left;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    background: #eee;
    cursor: pointer;
    -webkit-transition: color, background 200ms ease-in;
    -moz-transition: color, background 200ms ease-in;
    -o-transition: color, background 200ms ease-in;
    transition: color, background 200ms ease-in;
}

#partners .partnerTabber .tabbers .tabber.scholastic {
    margin-bottom: 0;
}

#partners .partnerTabber .tabbers .tabber.active {
    background: #fff;
}

#partners .partnerTabber .tabbers .tabber img {
    float: left;
}

#partners .partnerTabber .tabbers .tabber .text {
    float: left;
    width: 213px;
    height: 120px;
    padding: 15px 20px;
    background: #e6e6e6;
    -webkit-transition: color, background 200ms ease-in;
    -moz-transition: color, background 200ms ease-in;
    -o-transition: color, background 200ms ease-in;
    transition: color, background 200ms ease-in;
}

#partners .partnerTabber .tabbers .tabber.active .text {
    background: #fff;
}

#partners .partnerTabber .tabbers .tabber:hover .text {
    background: #f7f7f7;
}

#partners .partnerTabber .tabbers .tabber.active:hover {
    background: #fff;
}

#partners .partnerTabber .tabbers .tabber.active:hover .text {
    background: #fff;
}

#partners .partnerTabber .tabbers .tabber .text h5 {
    color: #666;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 21px;
}

#partners .partnerTabber .tabbers .tabber .text p {
    color: #3498db;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 14px;
    margin: 0;
}

#partners .partnerTabber .tabs {
    background: #fff;
    width: 675px;
    float: right;
    height: 380px;
}

#partners .partnerTabber .tabs .tab {
    display: none;
    padding: 20px;
}

#partners .partnerTabber .tabs .tab.active {
    display: block;
}

#partners .partnerTabber .tabs .tab h5 {
    color: #666;
    font-weight: 700;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

#partners .partnerTabber .tabs .tab p {
    margin: 15px 0 0 0;
    line-height: 24px;
    font-size: 14px;
}

#partners .partnerTabber .tabs .tab p strong {
    color: #3498db;
}

#partners .partnerTabber .tabs .tab p a {
    color: #3fd37d;
    text-decoration: none;
}

#partners .partnerTabber .tabs .tab p.subtitle {
    margin-top: 5px;
}

#adminTestimonials {
    padding: 60px 0 80px;
    background: #3498db;
}

#adminTestimonials .row.top {
    ;
    margin-bottom: 60px;
}

#adminTestimonials .row.buttons {
    margin-top: 70px;
}

#adminTestimonials h2.title {
    color: #fff;
}

#adminTestimonials .quote {
    background: #2f87c2;
    border-radius: 4px;
    width: 484px;
    height: 220px;
    padding: 30px;
    position: relative;
}

#adminTestimonials .quote:after {
    border-color: #2f87c2 transparent;
    border-style: solid;
    border-width: 20px 0 0 40px;
    bottom: -20px;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
    width: 0;
}

#adminTestimonials .quote p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-family: "museo", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-style: italic;
}

#adminTestimonials p.attribution {
    color: #fff;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin: 40px 0 0 30px;
}

#adminTestimonials p.attribution em {
    color: #fff;
}

#adminTestimonials p.attribution strong {
    color: #fff;
    font-weight: 700;
}

#adminTestimonials .oneButton {
    text-align: right;
}

#adminTestimonials .twoButton {
    text-align: center;
}

#adminTestimonials .threeButton {
    text-align: left;
}

#adminTestimonials .button {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3498db;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
    width: 184px;
    padding: 20px 0;
    font-size: 16px;
    display: inline-block;
    margin-top: 15px;
}

#adminTestimonials a.button:hover,
#adminTestimonials a.button:active,
#adminTestimonials a.button:focus {
    text-decoration: none;
    background: #f5f5f5;
}

#adminTestimonials .teachersTestimonials {
    text-align: center;
}

#adminTestimonials .teachersTestimonials .button {
    width: 255px;
}


/* ============================================== */


/* Teachers */


/* ============================================== */

#innerHeroTeacher {
    height: 420px;
    background: url(../images/layout/teachers-hero-final.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#innerHeroTeacher h1 {
    font-family: 'museo', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    background: #3498db;
    background: rgba(52, 152, 219, 0.6);
    text-align: center;
    padding: 20px 0;
    margin-top: 200px;
}

#teacherHero {
    padding: 30px 0 0 0;
    background: #eee;
    text-align: center;
}

#teacherHero h1 {
    font-family: 'museo', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    padding: 0 10px;
    margin: 0;
}

#teacherHero .button {
    background: #3498db;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
    width: 247px;
    padding: 20px 0;
    font-size: 16px;
    display: inline-block;
}

#teacherHero a.button:hover,
#teacherHero a.button:active,
#teacherHero a.button:focus {
    text-decoration: none;
    background: #69BEF6;
}

#resourceGrid {
    padding: 30px 0 60px;
    background: #eee;
}

#resourceGrid .row.top {
    margin-bottom: 40px;
}

#resourceGrid a.card {
    background: #fff;
    display: inline-block;
    border-radius: 4px;
    height: 130px;
    position: relative;
    margin: 0 0 12px 0;
    -webkit-box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    -moz-box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
}

#resourceGrid a.card:hover {
    background: #f7f7f7;
}

#resourceGrid .card .left {
    float: left;
    padding: 20px;
    width: 200px;
}

#resourceGrid .card .left h3 {
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    color: #3fd37d;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

#resourceGrid .card .left a.button {
    background: #3fd37d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
    width: 126px;
    padding: 8px 0;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#resourceGrid .card .left a.button:hover,
#resourceGrid .card .left a.button:active,
#resourceGrid .card .left a.button:focus {
    text-decoration: none;
    background: #38ba6e;
}

#resourceGrid .card .right {
    float: right;
    text-align: center;
    width: 130px;
    height: 130px;
    background: #69bef6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#resourceGrid .card .right:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

#resourceGrid .card .right img {
    display: inline-block;
    vertical-align: middle;
}

#dualCTAb {
    padding: 60px 0;
    background: #eee;
}

#dualCTAb {
    padding: 60px 0;
    background: #fff;
}

#dualCTAb .twelve {
    text-align: center;
    margin-bottom: 30px;
}

#dualCTAb .twelve h4 {
    font-size: 20px;
    line-height: 30px;
}

#dualCTAb .six {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

#dualCTAb .six.second {
    border-left: 1px solid #69bef6;
    border-left: 1px solid rgba(105, 190, 246, 0.3);
    padding-left: 30px;
}

#dualCTAb .six a.catalog {
    position: absolute;
    top: 27px;
    right: 30px;
}

#dualCTAb .six a.catalog img {
    display: block;
    -webkit-box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    -moz-box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
}

#dualCTAb .six.second a.catalog {
    right: 0;
}

#dualCTAb h4 {
    color: #3498db;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
}

#dualCTAb a.button {
    background: #3498db;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
    width: 287px;
    padding: 15px 0;
    font-size: 16px;
    display: inline-block;
    margin: 30px 0 0 0;
}

#dualCTAb a.button:hover,
#dualCTA a.button:active,
#dualCTA a.button:focus {
    text-decoration: none;
    background: #69bef6;
}

#dualCTA {
    padding: 60px 0;
    background: #fff;
}

#dualCTA .twelve {
    text-align: center;
    margin-bottom: 30px;
}

#dualCTA .twelve h4 {
    font-size: 20px;
    line-height: 30px;
}

#dualCTA .six {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

#dualCTA .six.second {
    border-left: 1px solid #69bef6;
    border-left: 1px solid rgba(105, 190, 246, 0.3);
    padding-left: 30px;
}

#dualCTA .six a.catalog {
    position: absolute;
    top: 27px;
    right: 30px;
}

#dualCTA .six a.catalog img {
    display: block;
    -webkit-box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    -moz-box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
    box-shadow: 0 0 5px rgba(146, 146, 146, 0.25);
}

#dualCTA .six.second a.catalog {
    right: 0;
}

#dualCTA h4 {
    color: #3498db;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
}

#dualCTA a.button {
    background: #3498db;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
    width: 287px;
    padding: 15px 0;
    font-size: 16px;
    display: inline-block;
    margin: 30px 0 0 0;
}

#dualCTA a.button:hover,
#dualCTA a.button:active,
#dualCTA a.button:focus {
    text-decoration: none;
    background: #69bef6;
}

#stayConnected {
    background: #22638f;
    padding: 60px 0;
}

#stayConnected .six {
    padding: 0 26px;
}

#stayConnected h2.title {
    color: #fff;
    margin-bottom: 30px;
}

#stayConnected .newsletter {
    float: right;
}

#stayConnected h5 {
    color: #fff;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 15px 0;
}

#stayConnected input[type="email"] {
    width: 247px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 17px 10px;
    font-size: 14px;
    height: auto;
    font-style: italic;
    line-height: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #666;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

#stayConnected input[type="submit"] {
    float: right;
    width: 74px;
    background: #3498db;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 19px 0;
    text-align: center;
    font-size: 12px;
    height: auto;
    font-style: normal;
    line-height: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
}

#stayConnected a.button {
    float: left;
    background: #3498db;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 14px 0;
    text-align: center;
    font-size: 14px;
    height: auto;
    font-style: normal;
    line-height: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    behavior: url('wp-content/themes/MSchild/reskin/pie/PIE.htc');
    width: 160px;
    margin: 0 12px 0 0;
}

#stayConnected a.button i {
    font-size: 22px;
}

#stayConnected div.wpcf7-mail-sent-ok {
    background: #fff;
    border: 2px solid #69BEF6;
    border-radius: 4px;
    margin-left: 0;
}

#subHero .callout {
    height: 125px;
}


/* ============================================== */


/* Media Queries */


/* ============================================== */

.blogh1 {
    font-size: 1.77em;
    color: #00b0f0;
}

.bread {
    margin-bottom: 25px;
}

.blogp {
    width: 800px;
    font-size: small;
    font-weight: 600;
    margin-bottom: 0px;
}

a.bloga {
    color: black;
}

.tiny {
    font-size: 15px;
}

.single .entry-title {
    color: black;
    font-size: 1.3em;
    padding: 0;
}

.page-template-brafton_blog .entry-content,
#latest-news article .entry-header {
    width: 566px;
}

.a2a_floating_style {
    margin: 0 0 0 -50px;
}

.a2a_floating_style a {
    margin-bottom: 5px;
}

.homepostimg {
    height: 170px;
    overflow: hidden;
}

.homepostimg img {
    height: auto;
}

.homepost {
    height: 166px;
}

@media (max-width: 1275px) {
    .a2a_floating_style {
        margin: 0 0 0 -25px;
    }
    #news {
        width: 96%;
    }
    .single #news article {
        width: 73%;
    }
    #house-wrap {
        width: 100%;
        height: 541px;
    }
    #house-wrap img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1155px) {
    body.home,
    .row,
    #subHero .slider .slide img {
        width: 100%;
        min-width: 100%;
    }
    p.pullQuote {
        padding: 12px;
    }
    .page-template-brafton_blog img.attachment-medium.wp-post-image {
        width: 30%;
        height: auto;
    }
    .page-template-brafton_blog .entry-content,
    #latest-news article .entry-header {
        width: 67%;
    }
    .single #news article,
    .page-template-brafton_blog #primary {
        width: 74%;
    }
    li.icon-item {
        width: 47%;
    }
}

@media (max-width: 1090px) {
    .pullQuoteWrapper {
        font-size: small;
        padding: 10px 25px 10px 15px;
    }
    #bottomCallouts .right.card .text {
        width: 72%;
    }
    #bottomCallouts .right.card img {
        width: 28%;
        height: auto;
    }
    #bottomCallouts img.mburns {
        width: 50%;
    }
    #reskinFooter form input[type="submit"] {
        width: 30%;
    }
    #reskinFooter form input[type="email"] {
        width: 69%;
    }
    #resourceGrid a.card {
        width: 100%;
    }
    #resourceGrid .card .left {
        padding: 9% 0 0 9%;
        width: 54%;
    }
    #resourceGrid .card .right {
        width: 44%;
    }
    #adminTestimonials .quote {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 985px) {
    .home .slidecontainer {
        width: 75%!important;
        float: none;
        margin: auto;
        height: 450px;
    }
    #subHero .seven {
        float: none;
        width: 90%;
    }
    #bottomCallouts .right.card .text {
        width: 73%;
    }
    #bottomCallouts .right.card img {
        width: 27%;
    }
    #offerGrid .four {
        float: none;
        width: 75%;
        height: 180px;
        margin: auto;
    }
    #offerGrid .two {
        display: none;
    }
    #bottomCallouts img.mburns {
        width: initial;
    }
    #bottomCallouts .five,
    #bottomCallouts .seven {
        float: none;
        width: 75%;
        margin: auto;
    }
    #bottomCallouts .left.card {
        height: 350px;
        margin: 0 auto 15px auto;
    }
    #reskinFooter .four {
        width: 50%;
    }
    #left-sidebar {
        width: 22%;
    }
    #content {
        width: 65%;
    }
    #dualCTA a.button {
        width: 50%;
    }
    #dualCTA .six a.catalog {
        position: inherit;
        top: inherit;
        right: inherit;
        float: right;
        padding: 10px;
    }
    #dualCTA .six,
    #dualCTA .six.second {
        padding: 5px 20px;
    }
    li.icon-item {
        float: none;
        width: 100%;
        text-align: center;
    }
    li.icon-item:nth-child(even) {
        margin: 0;
    }
}

@media (max-width: 825px) {
    #dualCTA a.button {
        width: 100%;
    }
    #dualCTA .six a.catalog {
        width: 100%;
    }
    #dualCTA .six a.catalog img {
        text-align: center;
        margin: auto;
    }
    #stayConnected .six {
        padding: 0 18px;
        width: 46%;
    }
    #stayConnected a.button {
        width: 45%;
    }
    #stayConnected .newsletter {
        float: none;
    }
    #stayConnected input[type="email"] {
        width: 69%;
        margin: 0 2% 0 0;
        padding: 16px 10px;
    }
    #stayConnected input[type="submit"] {
        width: 29%;
    }
    #sidebar,
    .single #news article,
    .page-template-brafton_blog #primary {
        float: none;
        width: 100%;
        margin: auto;
    }
    .vid-post .atlantis-js {
        margin: auto;
    }
    li.icon-item {
        float: left;
        width: 33.33%;
        text-align: center;
    }
    #sidebar .homepost {
        width: 375px;
        margin: 0 auto 25px;
        float: none;
    }
}

@media (max-width: 750px) {
    .home .slidecontainer {
        height: 350px;
    }
    #left-sidebar {
        width: 20%;
    }
    #content {
        width: 60%;
    }
    #resourceGrid .four {
        width: 100%;
    }
    #resourceGrid .card .left {
        padding: 7.5% 0 0 7.5%;
        width: 54%;
    }
    #dualCTA .six,
    #dualCTA .six.second {
        width: 100%;
    }
    #dualCTA a.button,
    #dualCTA .six a.catalog {
        width: 50%;
    }
    #dualCTA .twelve {
        border-bottom: 1px solid #D2ECFC;
        padding: 0 0 30px 0;
    }
    #stayConnected .six {
        width: 100%;
    }
    #stayConnected a.button {
        width: 48%;
    }
    #adminTestimonials .six {
        width: 100%;
        margin: 0 0 40px 0;
    }
    #adminTestimonials .row.top {
        margin-bottom: 25px;
    }
    #adminTestimonials .row.buttons {
        margin: 0;
    }
    #reskinFooter .four {
        width: 90%;
        float: none;
        margin: auto;
    }
    #reskinFooter .three {
        width: 50%;
        padding: 0 5% 15px 5%;
    }
}

@media (max-width: 600px) {
    #subHero .seven,
    #offerGrid .four,
    .home .slidecontainer,
    #bottomCallouts .five,
    #bottomCallouts .seven {
        width: 100%!important;
    }
    #subHero .callout {
        width: 75%;
        float: none;
        margin: auto;
    }
    .home .slidecontainer {
        height: inherit;
    }
    #reskinFooter .three {
        width: 50%;
    }
    #reskinFooter .four {
        width: 100%;
        float: none;
    }
    #bottomCallouts .left.card {
        height: 400px;
    }
    #bottomCallouts .right.card {
        height: 250px;
    }
    #left-sidebar {
        display: none;
    }
    #content {
        width: 94%;
        float: none;
        padding: 0 3%;
    }
    #primary {
        float: none;
    }
    #innerHeroTeacher h1 {
        margin-top: 170px;
        font-size: 28px;
        line-height: 1.5em;
    }
    .pullQuoteWrapper {
        font-size: 12px;
        padding: 0 25px 0 0;
    }
}

@media (max-width: 485px) {
    #reskinHeader ul.nav li a {
        padding: 10px 2px 5px 2px;
    }
    .pullQuoteWrapper {
        width: 90%!important;
        float: none!important;
        margin-bottom: 25px!important;
    }
}

@media (max-width: 425px) {
    #reskinHeader ul.nav>li {
        width: 50%;
        margin: 0;
        height: 25px;
    }
    #reskinHeader ul.nav li a {
        border: 1px solid transparent;
        background: transparent;
        margin: 0;
        padding: 10px 2px;
    }
    #bottomCallouts img.mburns {
        display: none;
    }
    #bottomCallouts .left.card {
        height: 450px;
    }
    #innerHeroTeacher h1 {
        margin-top: 150px;
        font-size: 25px;
    }
    li.icon-item {
        float: none;
        width: 100%;
    }
}

.stripe .row {
    margin: 0 auto;
}

#reskinFooter form input[type="submit"] {
    width: 29%;
    font-size: 90%;
    padding: 10px 0;
}

#reskinFooter form input[type="email"] {
    width: 65%;
}

#ipi-sidebar input,
#ipi-sidebar select {
    margin-top: -15px;
}

a span.glyphicon {
    color: #fff;
}
