  ﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700');

html {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

    html body {
        font-family: 'Open Sans', arial, sans-serif;
        font-weight: 400
    }

body {
    font-size: 1rem;
    margin: 0;
    line-height: 1.5em;
    color: #231f20;
}

legend {
    font-size: inherit;
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .ms-h1, .ms-h2, .ms-h3, .ms-h4, .ms-h5, .ms-h6 {
    margin: auto;
    font-weight: normal;
    font-size: initial;
}

label {
    font-weight: normal
}

#sideNavBox {
    float: left;
    margin-left: 20px;
    margin-right: 32px;
    width: 250px;
}

#contentBox {
    margin-left: 302px;
    min-width: 703px;
}

.ms-core-pageTitle {
    font-size: 2.77em;
    white-space: nowrap;
    margin: 0;
}
/*Sharepoint style*/
#s4-bodyContainer {
    padding: 0;
}

* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.footer *, .header *, .top-header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin: auto;
    background: none;
    border: 0;
}

#titleAreaBox {
    margin: 0;
}

.sideNavBg {
    background-color: #f8f8f8;
}

h2.sidemenu-title {
    font-size: 1.8rem;
    color: #231f20;
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 1.2em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
}

/* Home Page*/
.hide-sm {
    display: block;
}

.hide-md {
    display: none !important;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
    line-height: normal;
}
/*Hide Sharepoint Global Navigation*/
#DeltaTopNavigation, #siteIcon {
    display: none;
}

.header {
    width: 100%;
}

    .header .errorDiv {
        color: #fff;
        font-size: 14px;
        padding: 27px;
        display: inline-block;
    }

.section-header h2 {
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding: 1rem 1rem 1rem 5.6rem;
    line-height: 1em;
}

.offscreen {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

#outer-wrap {
    position: relative;
    background-color: transparent;
    height: 100%;
    width: 100%;
}

#contentRow {
    padding-bottom: 30px;
}

#s4-titlerow {
    padding: 0;
    margin: 0;
}

.inner-wrap {
    width: 100%;
}

.top-header {
    position: relative;
    background-color: #0069a6;
    background-image: url("/Style%20Library/SCCOE/Images/blue-bg.png");
    background-repeat: repeat;
    box-shadow: -10px 13px 10px -10px rgba(0,0,0,.75);
    color: #fff;
    height: 72px;
    width: 100%;
    padding: 0 15px;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 50;
    box-sizing: border-box;
}

.logo-area {
    float: left;
    padding: 0;
    display: block;
    width:20%;
}

    .logo-area > img {
        width: 183px;
        height: 68px;
        display: block;
        border: 0;
    }

.social-media-list {
    float: right;
}

    .social-media-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .social-media-list ul li {
            float: left;
            margin-right: 25px;
        }

            .social-media-list ul li a {
                color: #fff;
                text-decoration: none;
                display: block;
                transition: .4s;
                padding: 1.143rem 0;
                font-size: 1.857rem;
                line-height: 1.7em;
            }

                .social-media-list ul li a:hover {
                    transform: translatey(-4px);
                }

.banner-section {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    right: 0;
    margin: 0 auto;
}

.bannerbg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    transition: all .3s;
}
/*Top Navigation*/
.navbar {
    margin-bottom: 0;
}

.navbar-form {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    transition: all .3s ease-in-out;
    display: block;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    text-decoration: none;
    font-size: 0.9286rem;
    padding: 1.7rem 0;
    text-transform: uppercase;
    height: 100%;
}

    .navbar-inverse .navbar-nav > li > a > span {
        display: inline;
        font-weight: 400;
        text-transform: none;
        font-size: .6875rem;
        margin-top: 0.2rem;
    }

.nav.navbar-nav .fa-chevron-down {
    margin-left: 5px;
}


.nav.navbar-nav .fa-chevron-right {
    display: none;
}

nav.social-media-list ul li a img {
    width: 23px;
    height: auto;
}

.navbar {
    border-radius: 0;
}

.navbar-inverse {
    background: transparent;
}

.container-fluid {
    padding: 0;
}
/* adjust body when menu is open */
body.slide-active {
    overflow: hidden;
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px !important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 70px;
    left: 0;
}

    #page-content.slide-active {
        padding-top: 0
    }
/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    min-width: 4em;
    width: 4em;
    height: 4em;
    padding: 22px 0 0 0;
    border: 0;
    background: transparent;
}

.navbar-toggle span:first-child {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    font-weight: 600
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 20px;
    display: block;
    height: 2px;
    margin: 4px auto 0 auto;
}

.cbp-spmenu-push-toright .navbar-toggle .icon-bar:nth-child(2) {
    webkit-transform: rotate(45deg) translate(5px, 1px);
    -ms-transform: rotate(45deg) translate(5px, 1px);
    transform: rotate(45deg) translate(5px, 1px);
}

.cbp-spmenu-push-toright .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}

.cbp-spmenu-push-toright .navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg) translate(7px, -4px);
    -ms-transform: rotate(-45deg) translate(7px, -4px);
    transform: rotate(-45deg) translate(7px, -4px);
}

.navbar-header {
    position: relative
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative
}

.navbar-form, .navbar-form .form-control, .navbar-form .form-group {
    width: 100%;
}

.serch-box {
    position: relative;
}
/*Search box style*/
.search-box .ms-srch-sb {
    display: block;
    position: relative;
}

#searchInputBox1 {
    height: auto !important;
    display: block !important;
}

#searchInputBox1, #SearchBox {
    width: 100%;
}

.search-box #searchInputBox {
    float: none;
    margin-bottom: 0;
}

.search-box .ms-mpSearchBox {
    float: none;
    width: 100%;
}

.search-box .ms-srch-sb > input {
    position: relative;
    width: 100%;
    font-size: 0.9286rem;
    color: #231f20;
    height: 35px;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: normal;
    padding: 6px 12px;
    padding-right: 30px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
}

.search-box .ms-srch-sb {
    display: block;
    position: relative;
}
/* reset hover bg color */
.search-box #SearchBox .ms-srch-sb-searchLink:hover,
.search-box #SearchBox .ms-srch-sb-navLink:hover {
    background-color: transparent;
}

.ms-srch-sb-searchLink:active, .ms-srch-sb-searchLink > img:active, .ms-srch-sb-navLink:active, .ms-srch-sb-navLink > img:active, .ms-srch-sb-navLink-menuOpen, .ms-srch-sb-navLink-menuOpen:hover {
    background-color: transparent;
}
/* hide search button image (magnifier) */
.search-box #SearchBox .ms-srch-sb > .ms-srch-sb-searchLink .ms-srch-sb-searchImg {
    display: none;
}

.search-box .ms-srch-sb > .ms-srch-sb-searchLink {
    margin: 0px;
    height: 25px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 4px;
}

.ms-srch-sb > .ms-srch-sb-searchLink {
    height: 21px;
    width: 20px;
}

.navbar-form .form-group .search-button label {
    color: #231f20;
}

input::placeholder {
    color: red;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #231f20;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #231f20;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #231f20;
}

:-moz-placeholder { /* Firefox 18- */
    color: #231f20;
}

.section-nav {
    display: none;
}

.navbar-toggle .icon-bar {
    background: #000;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
/*top navigation*/
.mega-dropdown {
    position: static !important;
}

.navbar-nav .dropdown-menu {
    width: 100%;
    padding: 35px 30px;
    border-left: 0;
    border-right: 0;
    background-color: #e7e8e9;
    border-top: 0;
    font-size: 1.143rem;
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.4);
    border-radius: 0;
}

    .navbar-nav .dropdown-menu li ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .navbar-nav .dropdown-menu li ul li {
            margin: 0.7143rem 0;
        }

            .navbar-nav .dropdown-menu li ul li a {
                color: #0069a8;
                transition: all .3s ease;
                line-height: 1.3em;
                font-size: 1.143rem;
                display: inline-block;
            }

                .navbar-nav .dropdown-menu li ul li a:visited {
                    color: #0069a8;
                }

    .navbar-nav .dropdown-menu p {
        margin-top: 0;
        color: #666;
    }

    .navbar-nav .dropdown-menu li ul li a:hover {
        color: #231f20;
    }

    .navbar-nav .dropdown-menu li ul li a:hover, .navbar-nav .dropdown-menu li ul li a:visited:hover {
        color: #231f20;
    }

.dropdown-menu h2.title {
    color: #231f20;
    font-size: 1.643rem;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    font-weight: 300;
}

.dropdown-menu span.title {
    display: inline-block;
    color: #231f20;
    font-size: 1.45875rem;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    font-weight: 300;
    line-height: 1.2em;
}

.navbar-nav .dropdown-menu h2.title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    background-color: #b7b9bc;
    height: 2px;
    width: 150px;
}

.navbar-nav .dropdown-menu span.title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    background-color: #b7b9bc;
    height: 2px;
    width: 150px;
}

.navbar-nav .dropdown-menu.visible {
    visibility: visible;
    opacity: 1;
}

.navbar-nav li a span {
    display: block;
    font-size: 0.7857rem
}

.navbar-brand {
    display: none;
}
/* carousel */
/
Slide fade effect
**/
#customCarousel {
    padding: 0 5rem;
}

.carousel-content {
    max-width: 1400px !important;
    margin: 0 auto;
    width: 100%;
}

.fade {
    opacity: 1;
}

    .fade .item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        overflow: hidden;
        left: 0 !important;
        display: block !important;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

        .fade .item:first-child {
            top: auto;
            position: relative;
        }

        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 2s;
            -moz-transition: opacity ease-in-out 2s;
            -ms-transition: opacity ease-in-out 2s;
            -o-transition: opacity ease-in-out 2s;
            transition: opacity ease-in-out 2s;
        }

.second-section {
    background-color: #696969;
    color: #fff;
    padding: 2rem 0;
    z-index: 0;
    position: relative;
}

.carousel-control.left {
    left: 25px;
    width: 19px;
    height: 43px;
    display: block;
    top: 10%;
    text-indent: -9999px;
    background-image: url("/Style%20Library/SCCOE/Images/slider-arrow-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s ease;
    color: #fff
}

.carousel-control.right {
    right: 25px;
    width: 19px;
    height: 43px;
    display: block;
    top: 10%;
    text-indent: -9999px;
    background-image: url("/Style%20Library/SCCOE/Images/slider-arrow-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s ease;
    color: #fff
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote img {
        margin-bottom: 10px;
    }

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    transition: all .3s ease-in
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}
/*News */
.news-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .news-section ul li {
        border-bottom: 1px dashed #ddd;
        margin: 0.5rem 0;
    }

        .news-section ul li:last-child {
            border: 0;
        }

        .news-section ul li a {
            display: inline-block;
            color: #231f20;
            text-decoration: none;
            line-height: 1.5;
            padding: 0 1rem 0.5rem 0;
            transition: all .3s;
        }

.featured-item ul li a {
    display: inline-block;
}

    .featured-item ul li a:hover {
        margin-left: 5px;
    }

    .featured-item ul li a i {
        margin-right: 5px;
    }

.news-section ul li a:hover {
    color: #0069a8;
}

.news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .news ul li {
        border-bottom: 1px dashed #ddd;
        padding: 1rem 0;
        margin: 0;
    }

        .news ul li:last-child {
            border: 0;
        }

        .news ul li:first-child {
            padding-top: 0;
        }

        .news ul li a {
            display: inline-block;
            color: #231f20;
            text-decoration: none;
            line-height: 1.5;
            padding: 0 1rem 0.5rem 0;
            transition: all .3s;
            line-height: 1.5;
            padding: 0;
        }

            .news ul li a:hover {
                color: #0069a8
            }

        .news ul li:last-child a {
            border: 0;
        }

.event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 1rem;
}

    .event:last-child {
        border: 0;
    }

    .event + .event {
        margin-top: 15px;
    }

.event-content a {
    padding: 0 !important;
}

.event .event-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
    border: 1px solid #acb1b6;
    height: 65px;
}

.event .event-content {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 66px);
    flex-basis: calc(100% - 66px);
    max-width: calc(100% - 66px);
    padding-left: 16px;
}

.event .event-month {
    color: #fff;
    background-color: #0069a6;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

.event .event-day {
    text-align: center;
    color: #231f20;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 40px;
}

.news-section h4 {
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.list-title h3 {
    border-bottom: 2px solid #939598;
    padding-bottom: 1rem;
    position: relative;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;
    clear: both;
    color: #0069a8;
    text-transform: uppercase;
}

.events .list-title h3 > a, .news .list-title h3 > a {
    display: block;
    text-decoration: none;
    color: #0069a8;
}

    .news .list-title h3 > a:focus, .news .list-title h3 > a:hover {
        text-decoration: none;
    }

.event-details {
    font-size: 0.875rem;
}

a.more-btn-arrow {
    margin: 1rem 0;
    margin-bottom: 2rem;
    text-align: left;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    background: #0069a6;
    padding: 0.5rem 0.625rem;
    overflow: hidden;
    white-space: nowrap;
    transition: all .3s;
}

    a.more-btn-arrow:hover {
        color: #fff;
        text-decoration: none;
    }

.more-btn-arrow .fa {
    font-size: 0.8125rem;
    color: #fff;
    padding-top: 2px;
}

.list-title h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 4px;
    width: 30%;
    background-color: #231f20;
}

.section-img {
    display: table;
    position: relative;
    top: 0;
    width: 100%;
    background-position: top center;
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
}

    .section-img a, .section-img a:hover {
        text-decoration: none;
    }

    .section-img a {
        position: absolute;
        bottom: 4rem;
        background-color: 000;
        background: rgba(0,0,0,.6);
        color: #fff;
        width: 70%;
        left: 0;
        text-decoration: none;
        padding-left: 1.875rem;
        padding-right: 70px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .section-img a:hover, .section-img a:active {
            color: #fff;
        }

    .section-img a {
        font-size: 3rem;
        line-height: 1em;
        background-image: url("/Style%20Library/SCCOE/Images/Banner-btn.png");
        background-position: center right 20px;
        background-repeat: no-repeat;
        margin: 0px;
        color: #fff;
        font-weight: 300;
    }

.imageTextCol h2 {
    line-height: 1;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    outline: 0;
    color: #fff;
    font-size: 2rem;
}

.imageTextCol p {
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: italic;
}

p {
    font-size: 14px;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.carousel-btn {
    vertical-align: bottom;
    line-height: inherit;
    text-decoration: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 1rem;
    overflow: hidden;
    margin-right: 1rem;
    padding: .5rem 1rem;
    border: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 0;
    border-top: 2px solid #bfc1c3;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imageTextCol a {
    text-decoration: none;
    color: #fff;
    transition: color .2s;
}

    .imageTextCol a:hover, .imageTextCol a:active {
        color: #0069a6
    }

.text-white {
    color: #fff;
}

.heading-row {
    background-color: #0069a6;
    color: #fff;
    background-image: url("/Style%20Library/SCCOE/Images/section-header-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    line-height: normal
}

.box-body p {
    margin-top: 0;
}

.page-img {
    width: 154px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.box-color {
    background-color: #dcddde
}

.box-body .ms-webpart-chrome-title {
    border-bottom: 2px solid #f2f2f3;
    margin: 0;
    padding: 15px;
}

.box-container {
    clear: both;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.box-body h2.ms-webpart-titleText {
    color: #231f20;
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 1.2em;
    font-weight: 300;
    margin: 0;
    font-size: 1.3rem;
}

.box-body .ms-rtestate-field {
    padding: 15px;
}
/*accessibility*/
a.skip {
    position: absolute;
    left: -9999px;
    top: 0;
    display: block;
    padding: 5px 10px 5px 10px;
    background-color: #0069a6;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    z-index: 999999;
}

    a.skip:hover {
        text-decoration: underline;
    }

    a.skip:focus {
        text-decoration: underline;
        left: 20px;
        top: 0;
        background-color: #027dc9;
        color: #fff;
    }
/*footer style*/
.footer {
    position: relative;
    width: 100%;
    background-color: #545456;
    color: #fff;
    padding: 1.143rem 0;
    box-sizing: border-box;
}

.footer-logo img {
    width: 167px;
    height: auto;
    display: block;
    margin: 10px 0 0 0;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer h3 {
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 1.3em;
    font-weight: 300;
    font-size: 1.857rem;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding-bottom: 0.5rem;
    font-size: 1.143rem
}

    .footer ul li a:hover {
        text-decoration: underline;
    }

body.slide-active #overlay {
    display: block;
}

#overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    cursor: pointer;
}

/*bounce animation */
@keyframes bounce {
    0% {
        transform: translateY(-5px)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-5px)
    }
}

.go-top-btn {
    color: color: #fff;
    text-decoration: none;
}

    .go-top-btn span {
        color: #fff;
    }

.go-top-btn {
    -webkit-animation: bounce 2s infinite ease-in-out;
    -o-animation: bounce 2s infinite ease-in-out;
    -ms-animation: bounce 2s infinite ease-in-out;
    -moz-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

    .go-top-btn .fa {
        font-size: 3rem;
        color: #fff;
    }
/* BACK TO TOP STYLES */

.go-top-btn {
    display: inline-block;
    height: 55px;
    width: 55px;
    position: fixed;
    z-index: 9999;
    bottom: 130px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("/Style%20Library/SCCOE/Images/top-btn.png");
    background-size: 55px 55px;
    background-repeat: no-repeat;
    background-position: 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .go-top-btn.cd-is-visible, .go-top-btn.cd-fade-out, .no-touch .go-top-btn:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .go-top-btn.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }


.no-touch .go-top-btn:hover {
    opacity: 1;
}

.row {
    margin-left: -1rem;
    margin-right: -1rem;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.container, .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-form .social-media-list {
    display: none
}

.navbar-inverse {
    border: 0;
}

.search-box label {
    color: #231f20;
}

#sideNavBox * {
    box-sizing: border-box;
}

#sideNavBox {
    margin-right: 2rem;
    margin-bottom: 2rem;
}

    #sideNavBox ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #sideNavBox ul.sub-menu {
            display: none;
            background: #f8f8f8;
        }

            #sideNavBox ul.sub-menu > li > a {
                font-size: 1rem !important;
                line-height: 1.5em;
            }

        #sideNavBox ul.root > li > .ms-core-listMenu-item {
            display: block;
            position: relative;
            border-bottom: 1px solid #e8e8e8;
            line-height: 1.2em;
        }

    #sideNavBox li:last-child > .ms-core-listMenu-item {
        border-bottom: 0;
    }

    #sideNavBox ul li {
        position: relative;
    }

        #sideNavBox ul li > .ms-core-listMenu-item {
            font-family: 'Open Sans', arial, sans-serif;
            font-weight: 400;
            font-size: 1.143rem;
            display: block;
            padding: 1.143rem;
            padding-right: 50px;
            text-decoration: none;
            color: #231f20;
            webkit-transition: background .3s,color .3s;
            -moz-transition: background .3s,color .3s;
            -ms-transition: background .3s,color .3s;
            -o-transition: background .3s,color .3s;
            transition: background .3s,color .3s;
        }

        #sideNavBox ul li a, .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item {
            padding: 0;
        }


            #sideNavBox ul li:hover, #sideNavBox ul li > .ms-core-listMenu-item:hover, #sideNavBox ul li a:hover {
                text-decoration: none;
                background-color: #ffffff;
                color: #0069a8;
            }

    #sideNavBox li.lst-open > .ms-core-listMenu-item:hover {
        background-color: #d8d8d8;
        color: #231f20;
    }

.ms-core-listMenu-selected:link, .ms-core-listMenu-selected:visited, .ms-core-listMenu-selected {
    background-color: transparent;
}

#sideNavBox ul li a:focus, #sideNavBox ul li a:hover {
    background-color: transparent
}

#sideNavBox li.lst-open > .ms-core-listMenu-item, #sideNavBox ul.root > li.selected > .ms-core-listMenu-item {
    text-decoration: none;
    background-color: #d8d8d8;
    color: #231f20;
    font-weight: 500;
}


#sideNavBox li .arrow:before {
    float: right;
    margin-top: 0;
    margin-right: 0;
    display: inline-block;
    font-size: 18px;
    font-family: FontAwesome;
    height: auto;
    content: "\f107";
    font-weight: 300;
    text-shadow: none;
    color: #757575;
    margin: 0;
    padding: 15px;
    line-height: 1.3em;
    height: 48px;
    width: 48px;
    text-align: center;
}

#sideNavBox li.lst-open .arrow:before {
    content: "\f106";
}

#sideNavBox li span.arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.contentSample h1, .contentSample h2, .contentSample h3, .contentSample h4, .contentSample h5, .contentSample h6 {
    margin: 1rem 0 !Important;
}

.contentSample p {
    font-size: 14px;
    margin-bottom: 1rem;
}

/*--- breadcrumb style ---*/
.breadcrumb {
    padding: 0.13rem 0.9rem;
    margin-bottom: 0px;
    list-style: none;
    background-color: #666;
    border-radius: 0px;
    color: #fff;
    font-size: 0.8125rem;
}

    .breadcrumb li a {
        color: #fff200;
    }

    .breadcrumb > .active {
        color: #fff;
    }

.imageCol img {
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,0.5);
    padding: 2px;
    border-width: 0;
}

.logo-small, .navbar-header .search-area {
    display: none;
}

.img-area {
    position: relative;
    height: 12rem;
    width: 100%;
    display: block;
    margin-bottom: 2rem
}

    .img-area > a {
        background-image: url("/Style%20Library/SCCOE/Images/Carousel-Img1.jpg");
        position: absolute;
        display: block;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
        text-decoration: none;
    }

    .img-area h4 {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: .5rem 32px .5rem .5rem;
        color: white;
        background: rgba(0,0,0,0.6) url("../../../_catalogs/masterpage/images/Banner-btn.png") right 6px center no-repeat;
        background-size: 28px;
        font-size: 1rem;
        line-height: 1.2;
        text-shadow: 0 1px 0 rgba(0,0,0,0.5);
        font-weight: 400;
    }


.main-content-div {
    margin: 2rem 0
}

.side-nav {
    padding-left: 2rem;
}

.right-navigation {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .right-navigation li {
        border-bottom: 1px dashed #ddd;
        margin: 0.5rem 0;
    }

        .right-navigation li:last-child {
            border-bottom: 0
        }

        .right-navigation li a {
            display: inline-block;
            color: #231f20;
            text-decoration: none;
            line-height: 1.5;
            padding: 0 1rem 0.5rem 0;
            transition: all .3s;
        }

            .right-navigation li a:hover {
                color: #0069a8;
            }

            .right-navigation li a:active, .right-navigation li a:focus {
                font-weight: 600;
                color: #0069a8;
            }
/*3 column sub*/
.column-list {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

    .column-list li {
        float: left;
        height: 6.563rem;
        padding: 0 1rem 0 0;
        margin: 0 0 1rem 0;
        overflow: hidden;
    }

        .column-list li a {
            display: block;
            text-decoration: none;
            width: 100%;
            height: 100%;
            padding: 1rem;
            border: none;
            box-shadow: none;
            overflow: hidden;
            background: #e5e5e5;
            border-radius: 0;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
        }

            .column-list li a:hover {
                box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
                background: rgba(255,255,255,0.125)
            }

    .column-list p {
        margin: 0;
        margin-left: 78px;
        font-size: .8125rem;
        line-height: 1.2;
        color: #231f20;
    }

    .column-list h3 {
        font-weight: 700;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1;
        margin: 0;
        margin-bottom: 10px;
        margin-left: 78px;
        color: #0069a8
    }

    .column-list .fa {
        display: inline-block;
        margin: 0 1rem 0 0;
        float: left;
        color: #231f20;
        font-size: 2.8rem;
        font-weight: 400;
    }

.main-heading-one .section-img {
    display: table;
    position: relative;
    top: 0;
    width: 100%;
    background-image: url("/Style%20Library/SCCOE/Images/parents-bg.jpg");
    background-position: top center;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.feedback {
    background-color: #666;
    width: 100%;
    color: #fff;
}

    .feedback h2 {
        color: #fff;
        margin-top: 0;
    }

        .feedback h2 img {
            width: 30px;
            height: 32px;
        }

    .feedback p {
        margin: 1rem 0;
    }

    .feedback label {
        font-weight: 400;
        margin: 0;
    }

    .feedback legend {
        color: #fff;
        border: 0;
        padding: 0;
        margin: 0;
        font-size: 1.375rem;
        font-weight: 400
    }

    .feedback .btn {
        background-color: #006d9e;
        color: #fff;
    }

.thumbnail {
    position: relative;
    padding: 0;
}

    .thumbnail.youTube {
        padding: 4px;
    }

    .thumbnail .caption {
        padding: 0.625rem;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgba(0,0,0,.6);
        width: 100%;
    }

        .thumbnail .caption > h4 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            margin: 0;
            padding: .5rem 32px .5rem .5rem;
            color: white;
            background: rgba(0,0,0,0.6) url("../../../_catalogs/masterpage/images/Banner-btn.png") right 6px center no-repeat;
            background-size: 28px;
            font-size: 1rem;
            line-height: 1.2;
            text-shadow: 0 1px 0 rgba(0,0,0,0.5);
            font-weight: 400;
        }

.heading-row .fa {
    margin-right: 10px;
}

.col-list-title h3 {
    font-weight: 700;
    border-bottom: 2px solid #939598;
    padding-bottom: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    color: #0069a8;
    text-transform: none;
}

.youTube-play-btn {
    background-image: url("/Style%20Library/SCCOE/Images/youtube-play.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 36px;
    width: 50px;
    background-size: 50px 36px;
    transition: all .2s;
}

    .youTube-play-btn:hover {
        background-image: url("/Style%20Library/SCCOE/Images/youtube-play-hover.png");
    }

.news .fa-newspaper-o {
    float: left;
    margin-top: 5px;
}

.news .news-title {
    padding-left: 25px;
}

.box-shadow {
    display: tablel;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
}

.main-heading-four p {
    border-bottom: 1px dashed #ddd;
    margin: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

    .main-heading-four p:last-child {
        border: 0;
    }

.calendar-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .calendar-list li {
        width: 100%;
        float: left;
        background: #fff;
        box-shadow: none;
        margin: 0;
        transition: all .4s;
        border-bottom: 1px dashed #ddd;
        padding: 1rem;
    }

        .calendar-list li:last-child {
            border: 0;
        }

        .calendar-list li:hover {
            background: #f2f2f2
        }

            .calendar-list li:hover a p {
                color: #0069a8
            }

        .calendar-list li aside {
            width: 100%;
            float: left;
            padding: 0 0 0 70px;
            margin: 0 0 -7px 0;
        }

        .calendar-list li a {
            width: 100%;
            float: left;
            cursor: pointer;
            text-decoration: none;
        }

            .calendar-list li a:hover {
                color: #0069a8
            }

    .calendar-list .date-box {
        width: 55px;
        height: 55px;
        float: left;
        font-size: 1rem;
        color: #231f20;
        text-align: center;
        background: #fff;
        border-radius: 0;
        position: relative;
        margin: 0 -60px 0 0;
        border: 1px solid #acb1b6
    }

        .calendar-list .date-box span {
            width: 100%;
            height: 25px;
            float: left;
            font-size: 0.8125rem;
            font-weight: 400;
            line-height: 27px;
            background: #006d9e;
            color: #fff;
            border-radius: 0;
            position: relative;
            margin: 0 0 3px 0;
        }

    .calendar-list li aside p span {
        font-weight: 600;
    }

    .calendar-list aside p {
        font-size: 1rem;
        color: #231f20;
        padding: 0 0 4px 0;
        border: 0;
        margin: 0;
    }

.main-heading-three .box-container, .main-heading-four .box-container {
    padding-top: 0;
}
/*One Column*/
.right-navigation.list-links li a {
    color: #0069a8;
}

    .right-navigation.list-links li a:hover {
        text-decoration: underline
    }

a, a:hover {
    color: #0069a8
}

    a:hover {
        text-decoration: underline;
    }

address, address p {
    font-size: 1.143rem;
    color: #fff;
    margin-left: 16px;
}
/*Search Result Page*/
.searchResults .search-box {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.searchResults .form-group {
    position: relative;
}

    .searchResults .form-group .search-button {
        position: absolute !important;
        right: 0 !important;
        top: 0px !important;
        z-index: 1 !important;
        background-image: url("/Style%20Library/SCCOE/Images/search-btn-white.png") !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-color: transparent !important;
        border: 1px solid !important;
        border-color: transparent !important;
        box-shadow: NONE !important;
        background-size: 20px 20px !important;
        height: 20px !important;
        width: 20px !important;
        text-indent: -9999px !important;
        color: #231f20 !important;
        background-color: #006d9e !important;
        padding: 17px 18px !important;
        box-shadow: none !important;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important
    }

.searchResults #sccoeSearchInput {
    box-shadow: none;
    font-size: 0.8rem;
}

    .searchResults #sccoeSearchInput:focus, .searchResults #sccoeSearchInput:active {
        box-shadow: none;
        border-color: #006d9e
    }

.search-box > h3 {
    margin-top: 0;
}

.search-container h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.search-container p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.search-container .author {
    margin-right: 3rem;
}

.search-container {
    padding: 1rem 0;
}

    .search-container .form-group {
        margin-bottom: 2rem
    }

.srch-paging {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

    .srch-paging li {
        float: left;
        margin-right: 0.5rem;
    }

        .srch-paging li a {
            font-size: 1rem;
            height: 27px;
            width: 27px;
            /* padding: 20px; */
            display: block;
        }

    .srch-paging > li:last-child > a {
        background-image: url("/Style%20Library/SCCOE/Images/next-arrow.png");
        background-repeat: no-repeat;
        background-size: 27px 27px;
    }

    .srch-paging li a.active {
        color: #0069a8;
        font-weight: 600;
        text-decoration: underline;
    }

.srch-footer {
    width: 100%;
    text-align: center;
}

    .srch-footer span {
        margin: 1rem 0;
        display: inline-block;
    }

.right-links-section {
    position: absolute;
    right: 0;
}

.right-links-fixed-section {
    position: fixed;
}

.srch-list {
    padding-right: 2rem;
}

    .srch-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .srch-list ul li {
            margin-bottom: 0.5rem;
        }

    .srch-list h3 {
        margin-bottom: 1rem;
        font-size: 1.3rem;
        font-weight: 500;
        border-bottom: 1px solid #ddd;
        padding-bottom: 0.5rem;
    }

.list-footer > a:hover {
    text-decoration: none;
}
/*Emergency message*/
.top-banner {
    display: block;
}

#hide-banner {
    z-index: 20;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 1.188rem;
    color: #231f20;
    min-width: 1.25rem;
    padding: 0;
    margin: 0;
    display: block;
    background: transparent;
    border: none;
}

.top-banner {
    width: 100%;
    background-color: #ffc400;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 100;
}

.top-banner-content {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 10px 15px;
    font-size: 1rem;
    padding-right: 35px;
}

    .top-banner-content p, .top-banner-content a {
        color: #231f20;
        margin: 0;
        font-weight: 500;
        font-size: 14px !important;
        padding-right: 10px;
    }

    .top-banner-content a {
        color: #0069a6;
        cursor: pointer;
        text-decoration: underline;
    }

.slideUp {
    height: 0px;
    transition: height 1s;
}

.emergency-alert {
    color: #fff !important;
}

.offscreen {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* Responsive Menu Style*/

body.cbp-spmenu-push-toright #overlay {
    display: block;
}

body.cbp-spmenu-push-toright {
    overflow-y: hidden !important;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

    .navbar-toggle:hover {
        background: transparent !important;
    }

.searchImg {
    width: 20px;
    height: 21px;
}

.top-main-nav {
    position: static;
    padding: 0;
}

.iwrap a {
    color: #ffffff;
}
/*Cookie banner*/
.cookieMsg {
    display: none;
    position: fixed;
    padding: 15px;
    background-color: #e6e6e6;
    color: #000;
    font-size: 16px;
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

    .cookieMsg span {
        display: block;
        float: left;
        max-width: 95%;
        padding-right: 15px;
    }

#hide-cookies-banner {
    position: absolute;
    right: 0;
    max-width: 5%;
    z-index: 20;
    cursor: pointer;
    color: #000;
    min-width: initial;
    margin: 0 30px;
    padding: 0;
    display: block;
    background: transparent;
    border: none;
}

.cookieMsg span > img {
    margin-right: 5px;
}

.ms-dialog #contentBox {
    overflow: hidden;
    padding: 0;
}
/*
  MEDIA QUERIES
*/
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation : landscape) {
    body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
/*iPad touch scroll*/
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation : portrait) {
    body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}


@media (min-width: 1200px) {
    .imageTextCol h2 {
        font-size: 2rem;
    }
}

@media (min-width:768px) {
    .navbar-form {
        padding: 1.1rem 0;
    }

    .header {
        position: relative;
        width: 100%;
        z-index: 30;
        background: #006d9e;
        left: 0;
        right: 0;
        top: 0px;
    }

    .imageTextCol {
        padding-top: 2.5rem
    }

    #page-content {
        left: 0 !important
    }

    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }

    .navbar-header {
        left: 0 !important
    }

    .navbar-nav {
        float: none;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow: hidden;
    }

        .navbar-nav > li {
            position: relative;
            float: none;
            vertical-align: middle;
            flex: 1 0 auto;
            text-align: center;
        }

            .navbar-nav > li:last-child {
                position: static;
            }

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #e7e8e9;
        color: #0069a6;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #e7e8e9;
        color: #0069a6;
    }

    .navbar-nav .dropdown-menu {
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        display: block;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }

    .navbar-nav .dropdown.open .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    .carousel-control.left {
        left: 25px;
        width: 29px;
        height: 53px;
        display: block;
        top: 50%;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .carousel-control.right {
        right: 25px;
        width: 29px;
        height: 53px;
        display: block;
        top: 50%;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .column-list > li {
        width: calc((99.999% / 12) * 4);
    }

    #outer-wrap.m-top {
        padding-top: 87px;
    }

    .top-header.m-top {
        top: 44px;
    }

    .header.m-top {
        top: 116px;
    }

    .page-section.m-top {
        padding-top: 44px;
    }
}

@media (min-width: 992px) {
    .search-area {
        width: 20%;
        float: right;
    }

    .hero-img {
        overflow: hidden;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .carousel-inner {
        margin-top: -4rem
    }

    .hero-img {
        height: 440px;
    }

    .two-color {
        background: -ms-linear-gradient(to right, #e6e7e8 33.80%, #ffffff 0);
        background: -webkit-linear-gradient(to right, #e6e7e8 33.80%, #ffffff 0);
        background: -moz-linear-gradient(to right, #e6e7e8 33.80%, #ffffff 0);
        background: -o-linear-gradient(to right, #e6e7e8 33.80%, #ffffff 0);
        background: linear-gradient(to right, #e6e7e8 33.80%, #ffffff 0);
        margin-bottom: 1.875rem;
    }

    .page-section .container-fluid {
        max-width: 90%;
    }
    /*3 Column*/
    .sectionColumnBgColor {
        background: #ffffff;
        background-image: -webkit-linear-gradient(left,#f8f8f8 270px,#ffffff 270px,#ffffff 100%);
        background-image: -ms-linear-gradient(left,#f8f8f8 270px,#ffffff 270px,#ffffff 100%);
        background-image: linear-gradient(left,#f8f8f8 270px,#ffffff 270px,#ffffff 100%);
    }

    #slidemenu {
        max-width: 100%;
    }

    #contentRow {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    #body-content {
        margin-top: 193px;
    }

    .main-nav {
        position: relative;
        clear: both;
        width: 100%;
    }

    .carousel-control.left {
        top: 25%;
    }

    .carousel-control.right {
        top: 25%;
    }

    .second-section {
        margin-top: 155px;
    }

    #sideNavBox {
        float: none;
        margin: 0;
        margin-bottom: 30px;
        padding: 0 35px;
    }

    #contentBox {
        margin-left: 0;
        min-width: 703px;
        margin: 0;
        padding: 0 15px;
    }
}

@media (max-width:1200px) {
    #sideNavBox {
        margin-right: 0;
    }
}

@media (max-width:992px) {
    .hero-img {
        display: none;
    }

    .imageCol img {
        display: block;
        margin: 0;
        width: 100%;
    }

    .navbar-nav {
        margin-right: 0;
    }

    .section-nav {
        display: none;
    }
}

@media (max-width:767px) {
    .leftNav-toggle {
        float: none !important;
        min-width: inherit;
    }

    #s4-workspace {
        overflow-x: hidden;
    }

    .hide-sm {
        display: none;
    }

    .hide-md {
        display: block !important
    }

    .navbar-form .form-group .search-button {
        position: absolute;
        right: 19px;
        top: 18px;
        z-index: 1;
        background-image: url("/Style%20Library/SCCOE/Images/search-btn-sm.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        border: 0;
        box-shadow: NONE;
        background-size: 16px 17px;
        height: 17px;
        width: 16px;
        text-indent: -9999px;
        color: #231f20;
    }

    a.search-btn {
        position: absolute;
        background-image: url("/Style%20Library/SCCOE/Images/search-btn-white.png");
        background-size: 30px 31px;
        background-position: 0 0;
        width: 30px;
        height: 31px;
        background-color: transparent;
        border: 0;
        top: 30px;
        right: 80px;
    }

    .logo-small {
        display: inline-block;
        max-width: 70px;
        margin: 10px 0;
    }

    .navbar-header .search-area {
        display: block;
        width: 100%;
    }

    #slidemenu .search-area {
        display: none;
    }

    .top-header {
        display: none;
    }

    #outer-wrap {
        padding-top: 0
    }

    .nav.navbar-nav span.fa-chevron-down, .logo-area > img {
        display: none;
    }

    .nav > li > a > img.icon-bar {
        display: none;
    }

    .nav.navbar-nav .fa-chevron-right {
        display: block;
        color: #555;
        transition: all .3s;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-inverse {
        background-color: #0069a6;
    }

        .navbar-inverse .navbar-nav > li > a {
            min-height: inherit;
            padding: 1rem;
        }

        .navbar-inverse .navbar-nav > li {
            position: relative;
        }

            .navbar-inverse .navbar-nav > li > a span.fa-chevron-right {
                position: absolute;
                right: 1em;
                top: 50%;
                font-size: 1rem;
                color: #fff;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transition: transform .25s ease;
            }

            .navbar-inverse .navbar-nav > li.openItem > a span.fa-chevron-right {
                transform: rotate(90deg) translateX(-50%);
                -webkit-transform: rotate(90deg) translateX(-50%);
                -moz-transform: rotate(90deg) translateX(-50%);
                -ms-transform: rotate(90deg) translateX(-50%);
            }

            .navbar-inverse .navbar-nav > li > a:hover .fa {
                color: #fff;
            }

    .header {
        z-index: 1001;
    }

    .top-header {
        z-index: 999;
    }

    .equalHeight {
        height: auto !important;
        margin-bottom: 1.875rem
    }

        .equalHeight:last-child() {
            margin-bottom: 0
        }

    .second-section {
        padding-top: 2rem;
    }

    .hero-img {
        overflow: visible;
        position: relative;
        z-index: 1;
    }

    .social-media-list {
        display: none;
    }

    .navbar-form .social-media-list {
        display: block !important;
    }

        .navbar-form .social-media-list ul li a {
            color: #fff;
            text-decoration: none;
            display: block;
            transition: .4s;
            padding: 12px 0;
            font-size: 1.2rem;
            line-height: normal;
        }

    .social-media-list {
        float: none;
    }

    .navbar-form .form-group .search-button {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .fade .item.active {
        z-index: 1;
    }

    .section-img a {
        width: 90%;
    }

    #slide-nav .container {
        margin: 0;
        padding: 0 !important;
    }

    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 15px;
    }

    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }

    #slide-nav #slidemenu .navbar-nav {
        clear: both;
        min-width: 0;
        width: 100%;
        margin: 0;
        border-top: 0;
    }

    .search-box {
        position: relative;
    }

    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        white-space: normal;
    }

    #slide-nav {
        border-top: 0
    }

        #slide-nav.navbar-inverse #slidemenu {
            background: #333
        }
        /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
        #slide-nav #navbar-height-col {
            position: fixed;
            top: 0;
            height: 100%;
            width: 80%;
            left: -80%;
            background: #eee;
        }

        #slide-nav.navbar-inverse #navbar-height-col {
            background: #333;
            z-index: 1;
            border: 0;
        }

        #slide-nav .navbar-form {
            width: 100%;
            margin: 0;
            text-align: center;
            overflow: hidden; /*fast clearfixer*/
            padding: 1rem;
            background-color: #f5f5f5;
            margin-bottom: 1rem
        }

            #slide-nav .navbar-form .btn {
                width: 100%
            }

    .navbar-brand {
        float: none;
        display: block;
        text-align: center;
    }

    .navbar-nav .dropdown-menu {
        background-color: #e7e8e9 !important;
    }

    .navbar-form {
        padding: 0;
    }

        .navbar-form .form-group img {
            right: 20px;
        }

    .navbar-inverse .navbar-nav > .openItem > a, .navbar-inverse .navbar-nav > .openItem > a:focus, .navbar-inverse .navbar-nav > .openItem > a:hover {
        background-color: #231f20;
        color: #fff;
    }

        .navbar-inverse .navbar-nav > .openItem > a:before {
            content: '';
            width: 0;
            height: 0;
            z-index: 21;
            position: absolute;
            top: 100%;
            margin-top: -1px;
            left: 5px;
            border-style: solid;
            border-width: 10px 13px 0 13px;
            border-color: #231f20 transparent transparent transparent;
        }

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #231f20;
    }

    .dropdown-menu li ul {
        margin-bottom: 2rem;
    }

    .box-container .row > div:last-child .equalHeight {
        margin-bottom: 0;
    }

    .navbar-nav .dropdown-menu li ul li a {
        font-size: 1.125rem;
    }

    .dropdown-menu > li {
        border-bottom: 1px dashed #b7b9bc;
        margin-bottom: 1em;
        padding-bottom: .5em;
        padding-left: 0;
        padding-right: 0;
    }

        .dropdown-menu > li:last-child {
            border: 0;
        }

    .navbar-nav .dropdown-menu h2.title:after {
        display: none;
    }

    .navbar-nav .dropdown-menu span.title:after {
        display: none;
    }

    address {
        margin-bottom: 0
    }

    .social-media-list ul li a {
        padding: 0;
        font-size: 1.6rem;
        line-height: 1.2em;
    }

    #sideNavBox {
        clear: both;
        float: none;
        display: none;
        width: 100%;
        padding: 0 1rem;
        margin: 0;
        box-sizing: border-box;
    }

        #sideNavBox .ms-core-sideNavBox-removeLeftMargin {
            margin-left: 0;
        }

    .side-nav {
        clear: both;
        padding-left: 1rem;
        margin-bottom: 1rem;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .leftNav-toggle span:first-child {
        margin-bottom: 5px;
        color: #231f20;
    }

    .leftNav-toggle > span {
        margin: 0 auto;
    }

    .searchResults .search-box {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    #sccoeSearchInput2 {
        padding-right: 32px;
        border-radius: 0;
    }

    .column-list li {
        float: none;
    }

    #hide-banner {
        font-size: 1.8rem;
        top: 50%;
        transform: translateY(-50%);
    }
    /*Responsive Menu Style*/
    .navbar-nav {
        margin: 0;
    }

    .top-banner {
        width: 100%;
        background-color: #FCE303;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        z-index: 99999;
    }
    /* General styles for all menus */
    .cbp-spmenu {
        background: #333;
        position: fixed;
        padding: 0;
        margin: 0 !important;
        overflow-x: hidden;
        overflow-y: scroll;
        display: block;
    }

        .cbp-spmenu h3 {
            color: #afdefa;
            font-size: 1.9em;
            padding: 20px;
            margin: 0;
            font-weight: 300;
            background: #0d77b6;
        }

        .cbp-spmenu a {
            display: block;
        }
    /* Orientation-dependent styles for the content of the menu */
    .cbp-spmenu-vertical {
        width: 70%;
        height: 100%;
        top: 0;
        z-index: 1000;
    }

    .cbp-spmenu-horizontal {
        width: 100%;
        height: 150px;
        left: 0;
        z-index: 1000;
        overflow: hidden;
    }

        .cbp-spmenu-horizontal h3 {
            height: 100%;
            width: 20%;
            float: left;
        }

        .cbp-spmenu-horizontal a {
            float: left;
            width: 20%;
            padding: 0.8em;
            border-left: 1px solid #258ecd;
        }
    /* Vertical menu that slides from the left or right */
    .cbp-spmenu-left {
        right: -70%;
    }

    .cbp-spmenu-right {
        right: -70%;
    }

    .cbp-spmenu-left.cbp-spmenu-open {
        right: 0px;
    }

    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0px;
    }
    /* Horizontal menu that slides from the top or bottom */
    .cbp-spmenu-top {
        top: -150px;
    }

    .cbp-spmenu-bottom {
        bottom: -150px;
    }

    .cbp-spmenu-top.cbp-spmenu-open {
        top: 0px;
    }

    .cbp-spmenu-bottom.cbp-spmenu-open {
        bottom: 0px;
    }
    /* Push classes applied to the body */
    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        right: 0;
    }

    .cbp-spmenu-push-toright {
        right: 70%;
    }

    .cbp-spmenu-push-toleft {
        right: -70%;
    }
    /* Transitions */
    .cbp-spmenu, .cbp-spmenu-push {
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    #contentBox {
        margin-right: 0px;
        margin-left: 0px;
        min-width: 100%;
        overflow-x: scroll;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    #titleAreaBox {
        padding-left: 0;
    }

    #customCarousel .carousel-inner {
        overflow: visible;
    }
}

@media (max-width:425px) {

    .carousel-control.left {
        left: 15px;
    }

    .carousel-control.right {
        right: 15px;
    }

    #customCarousel {
        padding: 0 3rem;
    }

    .imageTextCol h2 {
        font-size: 1.8rem;
    }
}
