/*
 *   Fonts
 */

@font-face {
    font-family: 'Toma Sans';
    src: url('fonts/TomaSans-Bold.eot');
    src: url('fonts/TomaSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/TomaSans-Bold.woff2') format('woff2'),
    url('fonts/TomaSans-Bold.woff') format('woff'),
    url('fonts/TomaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Toma Sans';
    src: url('fonts/TomaSans-Medium.eot');
    src: url('fonts/TomaSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/TomaSans-Medium.woff2') format('woff2'),
    url('fonts/TomaSans-Medium.woff') format('woff'),
    url('fonts/TomaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Toma Sans';
    src: url('fonts/TomaSans-Light.eot');
    src: url('fonts/TomaSans-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/TomaSans-Light.woff2') format('woff2'),
    url('fonts/TomaSans-Light.woff') format('woff'),
    url('fonts/TomaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Toma Sans';
    src: url('fonts/TomaSans-SemiBold.eot');
    src: url('fonts/TomaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/TomaSans-SemiBold.woff2') format('woff2'),
    url('fonts/TomaSans-SemiBold.woff') format('woff'),
    url('fonts/TomaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Rolade';
    src: url('fonts/Rolade.eot');
    src: url('fonts/Rolade.eot?#iefix') format('embedded-opentype'),
    url('fonts/Rolade.woff2') format('woff2'),
    url('fonts/Rolade.woff') format('woff'),
    url('fonts/Rolade.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rolade';
    src: url('fonts/Rolade-Light.eot');
    src: url('fonts/Rolade-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Rolade-Light.woff2') format('woff2'),
    url('fonts/Rolade-Light.woff') format('woff'),
    url('fonts/Rolade-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Rolade';
    src: url('fonts/Rolade-Bold.eot');
    src: url('fonts/Rolade-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Rolade-Bold.woff2') format('woff2'),
    url('fonts/Rolade-Bold.woff') format('woff'),
    url('fonts/Rolade-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/*
 *   Reset
 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

.absolute {position: absolute;}
.relative {position: relative;}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

strong {
    font-weight: 700;
}

ol, ul {
    list-style: none;
}

p, span, li {
    font-family: 'Toma Sans', sans-serif !important;
    font-weight: 500;
    line-height: 150%;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.text-align-right {
    text-align: right;
}
.text-align-center {
    text-align: center;
}
.text-align-left {
    text-align: left;
}

.btn,
button {
    text-align: center;
    display: inline-block;
    font-size: 21px;
    height: 50px;
    cursor: pointer;
    border: 3px solid white;
    color: #fff;
    line-height: 45px;
    width: 215px;
    font-family: 'Toma Sans', sans-serif;
}
.btn:hover,
button:hover {
    /*background: rgba(15,12,130,0.8);*/
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
}

html {
    min-height: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    color: #000;
}

body,
input,
select,
textarea {
    font-weight: 500;
    font-size: 18px;
}

p {
    margin: 0 0 1em 0;
}

h1 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

h2 {
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    font-family: 'Rolade', sans-serif; font-feature-settings: "calt" 0;
}

h2 {
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Toma Sans', sans-serif;
}

h3 {
    font-weight: bold;
}

ul {
    margin: 0 0 1em 0;
}
a:link,
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.button:link,
a.button:visited,
button {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    outline: none;
    border: 3px solid #2a449c;
    background: none;
    color: #2a449c;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
}
a.button:hover,
button:hover {
    background: #2a449c;
    color: #fff;
    text-decoration:none;
}
.pointer {
    cursor: pointer;
}
.float-left { float: left; width: 50%;}
.float-right { float: right; width: 50%;}
.panel {
    float: left;
    width: 100%;
}
.panel .inner {
    width: 1040px;
    margin: 0 auto;
}
.bord {
    border: 1px dotted red;
}
.inline-block {
    display: inline-block;
}
.display-block {
    display: block !important;
    opacity: 1 !important;
}
.clearfix {
    overflow: auto;
    zoom: 1;
}
.text-left {text-align: left}
.text-right {text-align: right}
.text-center {text-align: center}
.vert-align-block-left {position: absolute; top: 50%; transform: translateY(-50%);}
.vert-align-block-right {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.arrow-left { position: relative; left: 10px; width: 0; height: 0; border-top: 22px solid transparent; border-bottom: 22px solid transparent; border-right:22px solid #fff;}
.arrow-left:hover { cursor: pointer; border-right: 22px solid #d6d5d5;}
.fa-icon {background: rgb(255,255,255); border-radius: 50%; color: rgba(155,119,119, 1); width: 35px !important; height: 35px !important; text-align: center; line-height: 35px !important;}
.fa-facebook {line-height: 37px !important;}
.fa-icon:hover { background: rgba(255,255,255,0.85);}


/*Embedding Google Calendar in Responsive Way*/
@media (max-width: 550px) {
    .big-container {
        display: none;
    }
}
@media (min-width: 550px) {
    .small-container {
        display: none;
    }
}
/* Responsive iFrame */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*Nav*/
nav {height: 325px; background-size: cover !important; background: url('/images/bg-header.png') no-repeat center center; border-bottom: 20px solid #8ad5e5; font-family: 'Toma Sans', sans-serif;}
nav ul {position: relative; top: 103px; text-align: center;}
nav ul li {position: relative; display: inline-block;  padding: 0 11px 10px; text-transform: uppercase; font-family: 'Rolade', sans-serif; font-feature-settings: "calt" 0; font-size: 20px;}
nav a:link,
nav a:visited { color: #2a449c;}
nav a:hover { text-decoration:none; }
nav li.active a { font-weight: bold;}
nav ul li {border-bottom: 3px solid rgba(255,255,255,0);}
/*nav li:hover {border-bottom: 3px solid #fac011;}*/
/*nav li.hassub:hover {border-bottom: none;}*/
nav li.show-mobile-bars {border-bottom: none;}
/*nav li.hassub:hover .arrow-down {display: block;}*/
/*nav li.hassub:hover ul {display: block;}*/
nav li ul li:hover {border-bottom: none; background: #2a449c; cursor: pointer;}
nav li ul li:hover a {color: #edfaff;}
nav li ul li a:link, nav li ul li a:visited {width: 240px; padding: 10px 15px; margin: 0; border: 0; word-wrap: break-word; display: block;}
nav .school-name { width: 382px; padding-top: 22px; text-align: center;}
nav div h1 {position: relative; left: 74px; top: 20px; font-size: 55px; font-family: 'Rolade', sans-serif; font-feature-settings: "calt" 0; color: #2a449c;}
nav ul ul {position: absolute; top: 40px; background: #edfaff; left: 0; width: 240px; list-style: none; z-index: 101; box-shadow: 0px 5px 5px 0px rgba(0,0,0,.12);}
nav ul ul li {float: left; width: 100%; height: auto; margin: 0; border: 0; text-align: left; padding: 0;}
nav ul ul li a {color: #2a449c; font-size: 16px; font-weight: 400; font-family: 'Toma Sans Medium', sans-serif; text-transform: capitalize }
nav ul a:hover ul {display: block;}






nav ul li.hassub ul li.hassub i.fa-chevron-right {position: absolute; top: 19px; right: 20px; z-index: 1000 !important;}
/*nav ul li.hassub a {color: #fff;}*/
nav ul li.hassub ul li.hassub.hover ul a {color: #fff; background: rgba(42,68,156, 0.85) !important;}
nav ul li.hassub ul li.hassub.hover ul:hover a {background: rgba(42,68,156, 0.85) !important;}
nav ul ul ul {left: 100%; top: 0;}
nav ul ul li {float: left; width: 100%; height: auto; margin: 0; border: 0;}
nav ul.second i.fa-chevron-right {color: #fff; font-size: 16px;}
/*nav ul .fa-chevron-right {color: #fff}*/
/*background: rgba(42, 68, 156, 0.85);*/



nav .hassub:hover .arrow-down { display: block !important; position: absolute; z-index: 2;}
nav .arrow-down {position: relative; top: 27px; left: 26px; width:0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #edfaff;}
nav .celebrating {position: absolute; top: -218px; right: 215px; height: 314px; width: 293px; background: url('/images/cloud-hero.png') no-repeat; background-size: contain;}
nav .float-right {position: relative; text-align: center}
nav .celebrating h2 {position: relative; width: 250px; top: 157px; left: 14px; letter-spacing: -1px; text-transform: uppercase; color: #2a449c; line-height: 1.2; font-size: 27px; margin: 0 !important; font-family: 'Rolade', sans-serif;}
/* nav .celebrating h2 {position: relative; width: 240px; top: 167px; left: 20px; letter-spacing: -1px; text-transform: uppercase; color: #2a449c; font-size: 35px; font-family: 'Rolade', sans-serif;} */




/*Footer*/
footer { position: relative; z-index:99; min-height: 150px; padding-top:30px; padding-bottom: 15px; font-family: 'Toma Sans', sans-serif; font-size: 12px; background: url('/images/bg-footer.jpg') no-repeat center center; background-size: cover;}
footer .float-left {width: 300px; text-align: center}
footer .float-left div:first-of-type {margin-bottom:18px;}
footer .float-left img {display: inline-block; margin-right: 20px;}
footer .float-left a:last-of-type img {margin-right: 0;}
footer img.sagov {position: relative; top: 5px;}
footer a:link, footer a:visited {color: #b5bede;}
footer p {color: #b5bede; font-weight: 400; margin-bottom: 6px;}
footer .float-right {width: 300px; text-align: right;}
footer .feedback-complaints-wrapper {position: absolute;}
footer img.feedback-complaints {position: relative; top: 65px; left: -72px;}


/*HOME PAGE*/
.home-page .hero {height: 585px;}
.home-page .hero .hero-image { position: relative; left: 0px; top: 0px; width: 100%; height: 100%;}

.home-page .values {padding:30px 0; border-top:2px solid #2a449c; border-bottom:2px solid #2a449c; font-size:20px; line-height:1em; font-weight:bold; text-align:center; font-family: 'Toma Sans', sans-serif; font-feature-settings: "calt" 0;}
.home-page .values .inner {line-height: 50px;}
.home-page .values .sep {margin:0 15px; display:inline-block; vertical-align:middle; width:3px; height:3px; background:#d7d7d7; border-radius:50%;}
.home-page .values strong {color:#2a449c; font-size:28px;}


.home-page .about {padding: 60px 0; background: #ffd968 url('/images/learning-to-life.png') left no-repeat;}
.home-page .about h2 {font-size:66px; text-align: right; font-family: 'Rolade', sans-serif; font-feature-settings: "calt" 0; position: relative; top: -15px;}
.home-page .about .float-left {position: relative; padding-right: 40px;}
.home-page .about .float-right {padding-left: 40px;}

.home-page .welcome {position: relative; padding: 60px 0; background: #2a449c;}
.home-page .welcome .background {position: absolute; height: 100%; width: 45%; left: 0; top: 0; background: url('/images/bg-welcome.jpg') no-repeat left center; background-size: cover;}
.home-page .welcome h2 {padding-bottom: 20px;}
.home-page .welcome p {padding-bottom: 20px;}
.home-page .welcome * {color: white;}
.home-page .welcome .float-right {width: 49%;}
.home-page .welcome a:link, .home-page .welcome a:visited { color: #fff;}
.home-page .welcome .btn:hover {background: #fff; color: #2a449c }
.home-page .welcome .clouds-rel {top: -60px;right: -230px;}
/*.home-page .welcome .clouds-abs {right: 0; width: 191px; height: 303px; background: url('/images/home-principals-clouds.png') no-repeat; }*/

.home-page .acknowledgement {position: relative; padding: 60px 0; background: #ffd968;}
.home-page .acknowledgement h2 {padding-bottom: 20px;}
.home-page .acknowledgement p {margin-bottom: 0;}
.home-page .acknowledgement * {color: #333333; text-align: center;}

.home-page .news {padding: 40px 5px 50px;}
.home-page .news .fa.fa-rss {font-size: 34px; color: #2a449c; margin-right: 8px;}
.home-page .news .inner-title {display: inline-block;}
/*.home-page .news h2 {padding-bottom: 35px;}*/
.home-page .news h4 {width: 179px; font-weight: bold; padding-bottom: 13px; padding-top: 18px; font-size: 22px; line-height: 120%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.home-page .news h5 {font-weight: 500; color: #2a449c; padding-bottom: 25px;}
.home-page .news .news-item {display: inline-block; width: 179px; margin: 0 20px}
.home-page .news .news-item:first-of-type {margin-left: 0}
.home-page .news .news-item:last-of-type {margin-right: 0}
.home-page .news .news-item .ni-photo {width: 179px; height: 125px; background-size: cover;}
.home-page .news .view-all {text-align: center !important;}
.home-page .news .view-all img {position: relative; top: -20px; }
/*.home-page .news .view-all h4 {padding-bottom: 50px;}*/
.home-page .news img {padding-top: 30px; padding-bottom: 20px;}
.home-page .news .btn {border: 3px solid #000; color: #000; width: 179px !important; font-size: 19px;}
.home-page .news .btn:hover {color: #fff; background: #000}
.home-page .news a:link, .home-page .news a:visited {color: #000;}
.ni-img-sapsasa {
    background: url('/images/ni-img-sapsasa.png') no-repeat center center;
}

.home-page .edmodo {padding: 70px 0; background: #c4e1ff;}
.home-page .edmodo h2 {padding-bottom: 10px;}
.home-page .edmodo .float-left {width: 55%; color: #000;}
.home-page .edmodo .float-left .btn {color: #000; border: 3px solid #000; margin-right: 28px; margin-bottom: 15px;}
.home-page .edmodo .float-left p:last-of-type {padding-bottom: 30px}
.home-page .edmodo .float-right {width: 25%; text-align: right; margin-right: 45px;}
.home-page .edmodo .float-right img {margin-bottom: 60px; margin-top: 68px;}
.home-page .edmodo .btn.get-the-app {margin-right: 10px; color: #2a449c; border: 3px solid #2a449c;}
.home-page .edmodo a:link, .home-page .edmodo a:visited {color: #000;}
.home-page .edmodo .btn:hover {background: #000; color: #c4e1ff }
.home-page .edmodo .float-right .btn:hover {background: #2a449c; color: #c4e1ff}
.home-page .edmodo .float-left img.show-responsive {margin: 0 auto;}


/*SUB PAGE*/
.sub-page .hero {height: 427px; background: url('/images/hero-sub.jpg') no-repeat center center; background-size: cover;}
.sub-page .main {position: relative;}
.sub-page .main .left-bg {position: absolute; z-index: 1; left: 0px; top: 0px; right: 51%; bottom: 0px; margin: 0 238px 0 0; background: #ffd968}
.sub-page .main .left-bg .absolute {bottom: -5px; width: 100%;}
.sub-page .main .left-bg img {width: 100%;}
.sub-page .main .left-bg .sub-left-nav-background {width: 100%; height: 252px; background: url('/images/sub-left-nav-background.png') bottom center no-repeat;}
.sub-page .main .float-right {position: relative; z-index: 2; float: right; width: 700px; min-height: 750px; margin: 0 ; padding: 85px 0 139px 0px; font-size: 18px; line-height: 25px; color: #000000;}
.sub-page .main .float-left {position: relative; z-index: 2;float: left; width: 240px; padding: 85px 0 400px 0;}
.sub-page .main .float-left li { margin-bottom: 28px;}
.sub-page .main .float-left a:last-of-type li {margin-bottom: 75px;}
.sub-page .main .float-left .subnav .title, .sub-page .main .float-left .subnav li.title a:link, .sub-page .main .float-left .subnav li.title a:visited, .sub-page .main .float-left .subnav li.title a:hover {font-size: 27px; font-weight: 600; text-transform: uppercase; text-decoration: none !important;}
.sub-page .main .float-left .subnav a:link, .sub-page .main .float-left .subnav a:visited {font-size: 20px;}
.sub-page .main .float-left .subnav .active li {font-weight: bold; text-decoration: underline;}
.sub-page .main .float-left .white-line {height: 2px; background: #fff; margin-bottom: 55px;}
.sub-page .main .float-left img:first-of-type {margin-right: 10px;}
.sub-page .main .float-left .on {font-weight: bold; text-decoration: underline;}
.sub-page .main p {margin-bottom: 25px;}
.sub-page .main h1 {font-family: 'Toma Sans', sans-serif; font-weight: 600; line-height: 47px; font-size: 48px !important; margin: 0 0 40px 0;}
.sub-page .main h2 {font-size: 30px; font-weight: bold; margin-bottom: 23px; line-height: 33px;}
.sub-page .main h3 {font-size: 18px; font-weight: bold; text-transform: none; font-family: 'Toma Sans', sans-serif}
.sub-page .main .float-right ul {list-style-type: disc; list-style-position: inside;}
.sub-page .sub-page-title {font-size: 60px; font-weight: bold; line-height: 60px; margin-bottom: 23px; font-family: 'Toma Sans', sans-serif;}

/*BLOG*/
.blog-entries {display: inline-block;}
.blog-entries a:link,
.blog-entries a:visited {float:right; clear:right; margin:0 0 30px 0; text-align:right;}
.blog-entries a:hover {text-decoration:none;}
.blog-entries a:hover .name {text-decoration:underline;}
.blog-entries a.active:link,
.blog-entries a.active:visited {font-weight:700; text-decoration: underline;}
.blog-entries a:link .date,
.blog-entries a:visited .date {display:block; margin:3px 0 0 0; font-size:12px; color:#636161; text-transform:uppercase; font-weight:normal;}
.blog-entries a:hover .date {color:#636161;}
.blog-wrapper {margin-bottom: 50px;}
.blog-wrapper a:link, .blog-wrapper a:visited {text-decoration: underline !important;}
.blog-wrapper h1 {text-transform: none; margin-bottom: 12px !important;}
.blog-wrapper h2 {font-size: 22px !important; color: rgba(0,0,0,0.7);}


/*SLIDE NAV*/
.slide-nav {position: fixed;z-index: 102;top: 0;right: 0;width: 375px;max-width: 100%;height: 100%; text-align: left; overflow-y: auto;overflow-x: hidden;margin: 0 0 0 100%;box-shadow: 0px 0px 5px 5px rgba(0,0,0,.1);background: #c4e1ff;border-left: 10px solid rgba(0,0,0,.2);}
.slide-nav a {color: #2a449c;}
#slide-nav-overlay {position: fixed;width: 100vw;height: 100%;top: 0;background: rgba(0, 0, 0, 0.6);opacity: 0;pointer-events: none;z-index: 101;-webkit-transition: opacity .7s;transition: opacity .7s;}
#slide-nav-overlay.display-block {pointer-events: all;}

/*IE 9*/
#slide-nav-overlay:nth-child(n) {display:none !important; \9; /*Should target IE9 only - not fully tested.*/}
/*IE 10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #slide-nav-overlay { display:none !important; }
}
.slide-nav a {display: block;}
.slide-nav ul li {display: block; padding-bottom: 10px;}
.slide-nav .hide-mobile {display: block;}
.slide-nav ul .fa {display: none;}
.slide-nav ul li:hover {border-bottom: none;}
.slide-nav ul a:hover {border-bottom: 3px solid #fac011;}
.slide-nav a:link,
.slide-nav a:visited {float: left;width: 100%;margin: 0;padding: 15px 20px;color: #2a449c;text-decoration: none;}
.slide-nav a:hover,
.slide-nav a:active {background: rgba( 255,255,255, .2 );}
.slide-nav .small a:link,
.slide-nav .small a:visited {padding: 8px 20px;font-size: 80%;color: rgba( 255,255,255, .75 );}
.slide-nav a.depth-0 {font-weight: bold;}
.slide-nav a.depth-1 {padding-left: 40px;font-size: 18px;}
.slide-nav a.depth-2 {padding-left: 80px;font-size: 18px;}
.slide-nav .close {position: absolute;z-index: 103;right: 0px;top: 0px; width: 55px !important; padding: 10px;color: #000;font-size: 24px;font-weight: 700;line-height: 1em;text-decoration: none;}


/* RESPONSIVE */
@media all and (min-width: 1500px) {
    .home-page .welcome {background: #2a449c url('/images/home-principals-clouds.png') no-repeat top 0px right 20px !important;}
}

@media all and (max-width: 1100px) {
    .panel .inner {width: 100%; padding-left: 30px; padding-right: 30px;}
    img {max-width: 100%; height: auto;}
    .home-page .welcome .background { background: url('/images/bg-welcome.jpg') no-repeat center bottom; }
    .home-page .news .wrapper { text-align: center; }
     nav .celebrating {right: 90px;}
    .home-page .news .news-item { margin: 20px; text-align: left;}
    .home-page .news .news-item:first-of-type {margin-left: 20px;}
    .home-page .news .news-item:last-of-type {margin-right: 20px;}
    .home-page .news .view-all {margin: 20px;width: 179px;}
    /*nav ul {top: 80px; text-align: center}*/
    .home-page .welcome .absolute.clouds-abs {display: none !important;}
    .sub-page .main .inner {padding: 0;}
    .sub-page .main .float-left, .sub-page .main .float-right { display: block; width: 100%;}
    .sub-page .main .float-right {padding: 80px 30px 40px;}
    .sub-page .main .float-left {background: #ffd968; padding: 30px 30px;}
    .sub-page .main .left-bg {display: none;}
    .sub-page .main .float-left a:last-of-type li {margin-bottom: 40px;}
}

@media all and (max-width: 980px) {
    .home-page .welcome .background { width: 100%; height: 325px; background: url('/images/bg-welcome.jpg') no-repeat center center; background-size: cover;}
    .home-page .welcome .float-right { display: block; width: 100%; padding-top: 300px;}
}

@media all and (max-width: 975px) {
    nav .celebrating {display: none !important;}
    nav ul {text-align: center}
    nav ul .fa {font-size: 30px; position: relative; top: 2px; left: 10px;}
    nav .show-mobile-bars {display: inline-block !important;}
    nav .hide-mobile {display: none;}
    nav .school-name {width: 100%; text-align: center;}
    nav div h1 {left: 0; width: 400px; margin: 0 auto;}
    nav ul {top: 111px;}
}

@media all and (max-width: 810px) {
    .home-page .edmodo .float-left, .home-page .edmodo .float-right {width: 100%; display: block; float: none;}
    .home-page .edmodo .show-responsive {display: block !important;}
    .home-page .edmodo .hide-responsive {display: none;}
}


@media all and (max-width: 790px) {
    .home-page .float-right .celebrating {display: none !important;}
}

@media all and (max-width: 770px) {
    .home-page .about .float-left, .home-page .about .float-right {float: none; display: block;}
    .home-page .about .float-left {width: 75%; padding-bottom: 30px; margin: 0 auto;}
    .home-page .about .float-right {width: 100%;}
}

@media all and (max-width: 780px) {
    footer .float-left, footer .float-right {display: block;float: none;width: 100%; margin: 0 auto;}
    footer .float-right {padding-top: 30px;text-align: center;}
    footer .feedback-complaints-wrapper {position: static;}
    footer img.feedback-complaints{position: static; margin: 0 auto; padding-bottom: 10px;}
}

@media all and (max-width: 768px) {
  
    .home-page .hero {max-height:300px;}
    .sub-page .hero {max-height:300px;}
  
    .home-page .values {text-align:left;}
    .home-page .values .inner {max-width:210px; margin:0 auto; line-height: initial;}
    .home-page .values .sep {background:#fff; width:100%; height:1px;}
    .home-page .values strong {clear:left;}
}

@media all and (max-width: 445px) {
 nav .school-name h1 { font-size: 50px; width: auto;}
}

@media all and (max-width: 410px) {
    .school-name {position: relative; top: -28px;}
    nav ul {top: 76px;}
    nav ul li {padding: 0px 6px 10px;}
}

@media all and (max-width: 390px) {
    .menu-item {display: none;}
    .home-page .about .inner {padding-left: 10px !important; padding-right: 10px !important;}
}

@media all and (max-width: 351px) {
    nav .show-mobile-bars {position: relative; top: -40px;}
}


.button small {
    margin: 0 0 0 20px;
    color: rgba(111,110,110,0.78);
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
}