  ﻿@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: 16px;
    -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: #181818;
}

.ms-core-overlay {
    background-color: transparent;
}
/*Sharepoint style*/
#DeltaPageStatusBar {
    position: relative;
    z-index: 1;
}


#siteIcon, #s4-titlerow {
    display: none !important
}

#s4-bodyContainer, div.article, div.welcome, #contentRow, #s4-titlerow {
    padding: 0;
}

#ms-designer-ribbon *, #dlgTitleBtns *, #suiteBarTop *, #s4-ribbonrow * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.ms-webpartzone-cell {
    margin: 0;
}

label {
    font-weight: normal
}
/* Home Page*/
.pageImage img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hide-sm {
    display: block;
}

.hide-md {
    display: inline-block !important;
}

.header {
    width: 100%;
}

h1.page-title {
    margin-top: 0
}

.header .errorDiv {
    color: #fff;
    font-size: 0.875rem;
    padding: 27px;
    display: inline-block;
}

.section-header h2 {
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding: 0.5rem 1rem 0.5rem 9rem;
    line-height: 1em;
}

.site-title h2 {
    font-size: 1.8rem;
    color: #006d9e;
    margin: 0;
    text-transform: uppercase;
    padding: 0.5rem 1rem 0.5rem 1rem;
    line-height: 1em;
    font-weight: 700;
}

.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 {
    background-color: transparent;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.inner-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.top-header {
    position: fixed;
    background-color: #0069a6;
    background-image: url("/Style%20Library/SCCOE/Images/blue-bg.png");
    background-repeat: repeat;
    box-shadow: -10px -10px 10px 10px rgba(0,0,0,.75);
    color: #fff;
    height: 72px;
    width: 100%;
    padding: 0 15px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.logo-area {
    float: left;
    padding: 0;
    display: block;
    width:20%;
}

    .logo-area > img {
        width: 183px;
        height: 68px;
        display: block;
        border: 0;
        margin-top:1px;
    }

.social-media-list {
    float: left;
}

    .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: 1rem 0;
                font-size: 1.6rem;
                line-height: 1.5em;
            }

                .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: 1200px;
    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: .8125rem;
    padding: 1.6rem 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;
}

.main-nav > .navbar-nav > li > a .down-arrow {
    margin-left: 5px;
}

nav.social-media-list ul li a img {
    width: 23px;
    height: auto;
}

.navbar {
    border-radius: 0;
}

.navbar-inverse {
    background: transparent;
}

.container-fluid {
    padding: 0;
}

li.dropdown.mega-dropdown > a:focus {
    outline: 1px dotted;
}
/* 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*/
#searchInputBox1, #SearchBox {
    width: 100%;
}

#searchInputBox1 {
    height: auto !important
}

.search-box .ms-mpSearchBox {
    float: none;
    width: 100%;
}

.search-box #searchInputBox {
    float: none;
    margin-bottom: 0;
}

.search-box .ms-srch-sb > input {
    position: relative;
    width: 100%;
    font-size: 0.8rem;
    color: #181818;
    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;
    display: block;
    border: 0;
}

.navbar-form .form-group .search-button label {
    color: #181818;
}

input::placeholder {
    color: red;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #181818;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #181818;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #181818;
}

:-moz-placeholder { /* Firefox 18- */
    color: #181818;
}

.section-nav {
    display: none
}

.section-nav {
    position: absolute;
    top: 71px;
    left: 0;
    padding: 0;
    background-color: #6d6e70;
    width: 130px;
    text-align: left;
}

.sp-ribbon .section-nav {
    right: 0px;
}

.section-nav ul {
    list-style: none;
    margin: 0;
    max-width: 350px;
    padding: 6px 0 6px 20px;
}

    .section-nav ul li a {
        padding: 5px 25px 5px 0;
        line-height: 1.3;
        color: #fff;
        display: block;
        border-bottom: 1px solid #fff;
        text-transform: uppercase;
        text-decoration: none;
        transition: color .3s ease-in
    }

        .section-nav ul li a.active {
            font-weight: 600;
        }

        .section-nav ul li a:hover, .section-nav ul li a:focus, .section-nav ul li a:active {
            color: #fff;
        }

    .section-nav ul li:last-child a {
        border-bottom: 0;
    }

.section-div {
    height: 500px;
    width: 100%;
}

.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: 1rem;
    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.6rem 0;
        }

            .navbar-nav .dropdown-menu li ul li a {
                color: #0069a8;
                transition: all .3s ease;
                line-height: 1.3em;
                font-size: 1rem;
                display: inline-block;
                font-weight: 400;
            }

    .navbar-nav .dropdown-menu p {
        margin-top: 0;
        color: #181818;
        font-size: 0.875rem;
        margin-bottom: 1rem;
        line-height: 1.5em;
    }

    .navbar-nav .dropdown-menu li ul li a:hover, .navbar-nav .dropdown-menu li ul li a:visited:hover {
        color: #181818;
    }

    .navbar-nav .dropdown-menu li ul li a:visited {
        color: #0069a8;
    }

.dropdown-menu h2.title {
    color: #181818;
    font-size: 1.45875rem;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    font-weight: 300;
}

.dropdown-menu span.title {
    display: inline-block;
    color: #181818;
    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.6875rem
}

.navbar-brand {
    display: none;
}
/* carousel */
/
Slide fade effect
**/
#customCarousel {
    padding: 0;
}

.carousel-content {
    margin: 0;
    width: 100%;
}

.carousel.fade {
    opacity: 1;
}

.fade .carousel-inner > .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;
    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;
    z-index: 1;
}

.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;
    z-index: 1;
}

.carousel-inner .item {
    padding: 0;
}

.imageCol .carousel-caption {
    left: 13%;
    text-shadow: none;
    text-align: left;
}

.carousel-text {
    background: rgba(000,000,000,0.6);
    max-width: 300px;
    min-height: 100px;
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    color: #fff;
}

    .carousel-text h2 {
        font-weight: 600;
        color: #fff;
        margin-top: 0;
        font-size: 1.1rem;
        margin-bottom: 5px;
        line-height: 1.3em;
    }

    .carousel-text p {
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        line-height: 1.3em;
    }

#customCarousel .carousel-control {
    opacity: 1;
}

.imageCol img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: none;
    border-width: 0;
}
/* 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 */
.event-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .event-list > li, .featured-item .dfwp-list li {
        border-bottom: 1px dashed #ddd;
        margin: 0.5rem 0;
    }

.dfwp-list li {
    border-bottom: 1px dashed #ddd;
    margin: 0.5rem 0;
}

    .dfwp-list li:last-child {
        border: 0;
    }

.event-list > li > li:last-child, .featured-item .dfwp-list li:last-child {
    border: 0;
}

.event-list > li > a, .featured-item .link-item a, .news-list ul > li > a, .dfwp-list .link-item a {
    display: inline-block;
    color: #0069a8;
    line-height: 1.5;
    padding: 0 1rem 0.5rem 0;
    transition: all .3s;
    cursor: pointer !important;
}

    .event-list > li > a:hover, .featured-item .link-item a:hover, .news-list ul > li > a:hover, .dfwp-list .link-item a:hover,
    .event-list > li > a:visited:hover, .featured-item .link-item a:visited:hover, .news-list ul > li > a:visited:hover, .dfwp-list .link-item a:visited:hover {
        color: #181818;
    }

    .event-list > li > a:visited, .featured-item .link-item a:visited, .news-list ul > li > a:visited, .dfwp-list .link-item a:visited {
        color: #0069a8;
    }

.featured-item .link-item a {
    display: inline-block;
}


.dfwp-list .link-item span {
    margin-right: 5px;
}

.featured-item .item, .dfwp-list .item {
    padding: 0;
}

.news-section ul li a:hover {
    color: #181818;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .news-list li {
        border-bottom: 1px dashed #ddd;
        padding: 1rem 0;
        margin: 0 !important;
    }

        .news-list li:last-child {
            border: 0;
        }

        .news-list li:first-child {
            padding-top: 0;
        }

        .news-list li a {
            display: inline-block;
            color: #0069a8;
            line-height: 1.5;
            padding: 0 1rem 0.5rem 0;
            transition: all .3s;
            line-height: 1.5;
            padding: 0;
        }

            .news-list li a:visited {
                color: #0069a8;
            }

                .news-list li a:hover, .news-list li a:visited:hover {
                    color: #181818;
                }

        .news-list 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;
    color: #0069a8;
}

    .event-content a:visited {
        color: #0069a8;
    }

.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: #181818;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 40px;
}

.event-list h4 {
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
}

.news-section h3.ms-webpart-titleText {
    font-family: 'Open Sans', arial, sans-serif;
    position: relative;
    font-size: 1.6rem;
    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;
    margin-bottom: 10px;
}

    .news-section h3.ms-webpart-titleText:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 4px;
        width: 30%;
        background-color: #181818;
    }

.events .list-title h3 > a, .news .list-title h3 > a {
    display: block;
    text-decoration: none;
    color: #004875;
}

    .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;
        background-color: #39A0DC;
    }


    a.more-btn-arrow:visited {
        color: #fff;
        text-decoration: none;
    }

.more-btn-arrow .fa {
    font-size: 0.8125rem;
    color: #fff;
    padding-top: 2px;
    margin-left: 5px;
}

.section-img {
    display: table;
    position: relative;
    top: 0;
    width: 100%;
    background-position: top center;
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.imageTextCol h2 {
    line-height: 1;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    outline: 0;
    color: #fff;
    font-size: 2rem;
    margin: 2rem 0
}

.imageTextCol p {
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: italic;
}

p {
    font-size: 1rem;
    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:visited {
        color: #fff;
    }

    .imageTextCol a:hover, .imageTextCol a:active {
        color: #0069a6
    }

.text-white {
    color: #fff;
}

.heading-row {
    color: #fff;
    background-color: #545456;
    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-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 h3.ms-webpart-titleText {
    color: #181818;
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 1.4em;
    font-weight: 300;
    margin: 0;
    font-size: 1.3rem;
}

.box-body h2.ms-webpart-titleText {
    color: #181818;
    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;
}

.box-body .ms-WPBorder {
    border: 0;
}
/*accessibility*/
a.skip {
    position: absolute;
    left: -9999px;
    top: 0;
    display: block;
    padding: 5px 10px 5px 10px;
    background-color: #006aa7;
    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: 1rem 0 5rem;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0 0 0;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .biglead {
    font-size: 1.6rem;
    color: #fff;
    margin: 1rem 0;
    line-height: 1.2em;
    font-weight: 500;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding-bottom: 0.4375rem;
    font-size: 1rem;
    font-weight: 400
}

    .footer ul li a:hover {
        text-decoration: underline;
        color: #fff;
    }

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: 40px;
    width: 40px;
    position: fixed;
    z-index: 9999;
    bottom: 60px;
    right: 0px;
    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: 40px;
    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: #fff;
}
/*--- Sub Page 3 Column ---*/

#sideMenu {
    margin: 1rem 1rem 1rem 0;
}

    #sideMenu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #sideMenu ul.sub-menu {
            display: none;
            background: #f8f8f8;
        }

            #sideMenu ul.sub-menu > li > a {
                font-size: 0.875rem !important;
                line-height: 1.4em;
                padding: 1rem;
            }

        #sideMenu ul.root > li > .ms-core-listMenu-item {
            display: block;
            position: relative;
            border-bottom: 1px solid #e8e8e8;
            line-height: 1.3em;
        }

    #sideMenu li:last-child > .ms-core-listMenu-item {
        border-bottom: 0;
    }

    #sideMenu ul li > .ms-core-listMenu-item {
        font-family: 'Open Sans', arial, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        display: block;
        padding: 1rem;
        padding-right: 35px;
        text-decoration: none;
        color: #181818;
        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;
    }

    #sideMenu ul li a, .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item {
        padding: 0;
    }

.ms-core-listMenu-selected:link, .ms-core-listMenu-selected:visited, .ms-core-listMenu-selected {
    background-color: transparent;
}

#sideMenu ul li {
    position: relative;
}

    #sideMenu ul li a:focus {
        background-color: transparent
    }

    #sideMenu ul li:hover, #sideMenu ul li > .ms-core-listMenu-item:hover, #sideMenu ul li a:hover {
        text-decoration: none;
        background-color: #ffffff;
        color: #0069a8;
    }

#sideMenu li.lst-open > .ms-core-listMenu-item:hover {
    background-color: #d8d8d8;
    color: #181818;
}

#sideMenu li.lst-open > .ms-core-listMenu-item, #sideMenu ul.root > li.selected > .ms-core-listMenu-item {
    text-decoration: none;
    background-color: #d8d8d8;
    color: #181818;
    font-weight: 500;
}


#sideMenu 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;
}

#sideMenu li.lst-open .arrow:before {
    content: "\f106";
}

#sideMenu li span.arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

/*-- Heading Style--*/

h1, h2, h3, h4, h5, h6 {
    margin: 1rem 0;
    color: #0069a8;
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 1.2em;
    font-weight: 300; /*light*/
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1rem;
}

.contentSample h1, .contentSample h2, .contentSample h3, .contentSample h4, .contentSample h5, .contentSample h6 {
    margin: 1rem 0 !Important;
}

.contentSample p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

/*table style*/

div.sccoe-tableResponsive {
    min-height: .01%;
    overflow-x: auto;
    margin-bottom: 15px;
}

.ms-rteTable-SCCOESCCOE-1 {
    -ms-name: "SCCOE Table Style 1";
}

.ms-rteTable-SCCOESCCOE-1 {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

    .ms-rteTable-SCCOESCCOE-1 th {
        font-weight: bold;
        background: #e3e4e5;
    }

    .ms-rteTable-SCCOESCCOE-1 th, .ms-rteTable-SCCOESCCOE-1 td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border: 1px solid #bcbec0;
        font-size: 14px;
    }

.ms-rteTable-SCCOESCCOE-2 {
    -ms-name: "SCCOE Table Style 2";
}

.ms-rteTable-SCCOESCCOE-2 {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

    .ms-rteTable-SCCOESCCOE-2 th {
        font-weight: bold;
        background: #e3e4e5;
    }

    .ms-rteTable-SCCOESCCOE-2 th, .ms-rteTable-SCCOESCCOE-2 td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border: 1px solid #bcbec0;
        font-size: 14px;
    }

    .ms-rteTable-SCCOESCCOE-2 tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

    .ms-rteTable-SCCOESCCOE-2 tbody > tr:nth-of-type(even) {
        background-color: #eee;
    }

#TableStyle11-Menu, #TableStyle10-Menu, #TableStyle9-Menu, #TableStyle8-Menu, #TableStyle7-Menu, #TableStyle6-Menu, #TableStyle5-Menu, #TableStyle4-Menu, #TableStyle3-Menu, #TableStyle2-Menu {
    display: none;
}

#Ribbon.EditingTools.CPEditTab.Styles.Styles.Menu.Styles {
    display: none
}
/*--- breadcrumb style ---*/
.breadcrumbs {
    display: block;
}

.breadcrumb {
    padding: 0.25rem 0.9375rem;
    margin-bottom: 0px;
    list-style: none;
    background-color: #48494b;
    border-radius: 0px;
    color: #fff200;
    font-size: 0.8125rem;
    font-weight: 400
}

    .breadcrumb li a {
        color: #fff200;
    }

    a.breadcrumbRootNode, a.breadcrumbRootNode:visited, .breadcrumb a.breadcrumbNode {
        color: #fff200 !important;
        font-size: 0.8125rem;
        font-weight: 400;
    }

    .breadcrumb .breadcrumbCurrentNode {
        color: #fff;
    }

.breadcrumbs tr td {
    font-size: 0.8125rem;
}

span.PathSeparator {
    padding: 0 8px;
    color: #e5e5e5
}

.logo-small, .navbar-header .search-area {
    display: none;
}

.img-area img {
    width: 100%;
    height: auto;
    display: block
}

.main-content-div {
    margin: 1rem 0
}

.right-nav {
    padding-left: 2rem;
}

.right-navigation {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .right-navigation .dfwp-list > li, .right-navigation > li {
        border-bottom: 1px dashed #ddd;
        margin: 0.5rem 0;
    }

        .right-navigation .dfwp-list > li:last-child, .right-navigation > li:last-child {
            border-bottom: 0
        }

        .right-navigation .dfwp-list li .link-item > a, .right-navigation > li > a {
            display: inline-block;
            color: #181818;
            text-decoration: none;
            line-height: 1.5;
            padding: 0 1rem 0.5rem 0;
            transition: all .3s;
        }

            .right-navigation .dfwp-list li .link-item > a:hover, .right-navigation > li > a:hover {
                color: #0069a8;
            }

            .right-navigation .dfwp-list li .link-item > a:active, .right-navigation .dfwp-list li .link-item > a:focus, .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:nth-child(3n) {
        padding-right: 0;
    }

    .column-list li a {
        display: block;
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 1rem;
        border: none;
        box-shadow: none;
        overflow: hidden;
        /* background:rgba(0,0,0,0.1);*/
        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: #181818;
    }

    .column-list h3 {
        font-weight: 700;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1;
        margin: 0;
        margin-top: 0px !important;
        margin-bottom: 5px !important;
        margin-left: 78px;
        color: #0069a8
    }

    .column-list .fa {
        display: inline-block;
        margin: 0 1rem 0 0;
        float: left;
        color: #181818;
        font-size: 2.8rem;
        font-weight: 400;
    }

.main-heading-one .section-img {
    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/script/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;
}

.mainContent h3.ms-webpart-titleText, .mainContent h3.ms-webpart-titleText, .webpart-heading .ms-webpart-titleText.ms-webpart-titleText, .webpart-heading .ms-webpart-titleText > a {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    border-bottom: 2px solid #939598;
    padding-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1;
    color: #0069a8;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 10px;
}

.main-heading-three h3.ms-webpart-titleText, .main-heading-four h3.ms-webpart-titleText {
    margin-top: 0px;
}

.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 {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    margin-bottom: 30px
}

.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: #181818;
        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: #181818;
        padding: 0 0 4px 0;
        border: 0;
        margin: 0;
    }
/*One Column*/
.right-navigation.list-links li a {
    color: #0069a8;
}

    .right-navigation.list-links li a:hover {
        text-decoration: underline
    }

a {
    color: #0069a8
}

    a:hover, a:visited:hover {
        color: #181818;
        text-decoration: underline;
    }

    a:visited {
        color: #0069a8;
        text-decoration: none;
    }

address, address p {
    font-size: 1rem;
    color: #fff !important;
    margin-left: 16px;
    line-height: 1.5em;
}


/*Search Result Page*/
.searchResults .search-box {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.searchResults #SearchBox input {
    position: relative;
    width: 100%;
    font-size: 0.75rem;
    color: #181818;
    height: 35px;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: normal;
    padding-right: 30px;
    margin: 0;
    border-radius: 0;
}

.searchResults #SearchBox input {
    box-shadow: none;
    font-size: 0.8rem;
}

    .searchResults #SearchBox input:focus, .searchResults #SearchBox input:active {
        box-shadow: none;
        border-color: #006d9e
    }

.search-container h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #0069a8;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.search-container h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.search-container .ms-srch-item-link {
    font-weight: 600;
}

.search-container p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.search-container .author {
    margin-right: 3rem;
}

.search-container {
    padding-bottom: 1rem;
}

    .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;
            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;
    }

.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: 0;
        font-size: 1.3rem;
        font-weight: 500;
    }

.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: #181818;
    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: #181818;
    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: #181818;
        margin: 0;
        font-weight: 500;
        font-size: 1rem;
    }

    .top-banner-content a {
        color: #075887;
        cursor: pointer;
        text-decoration: underline;
    }

.slideUp {
    height: 0px;
    transition: height 1s;
}

.emergency-alert {
    background-color: #e1472f;
    color: #fff !important;
}

.top-banner-content, .top-banner-content.emergency-alert a {
    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;
    }

img.ms-rteImage-5 {
    -ms-name: "Responsive Image";
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    display: block;
}

.taxonomy-fields {
    margin-bottom: 30px;
    display: none;
}

.sccoe-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sccoe-list > li {
        border-bottom: 1px dashed #ddd;
        padding: 1rem 0;
        margin: 0;
    }

        .sccoe-list > li > a {
            display: inline-block;
            color: #181818;
            text-decoration: none;
            line-height: 1.5;
            padding: 0 1rem 0.5rem 0;
            transition: all .3s;
            line-height: 1.5;
            padding: 0;
        }

        .sccoe-list > li:first-child {
            padding-top: 0;
        }

        .sccoe-list > li:last-child {
            border: 0;
        }

        .sccoe-list > li > a:hover {
            color: #0069a8
        }

.dfwp-list {
    margin-bottom: 20px;
}
/*panel style*/
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.tab-content > .tab-pane {
    padding: 0 15px;
}
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-primary .nav-tabs > .open > a,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #3071a9;
        border-color: transparent;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #0069a8;
    background-color: #fff;
    border-color: #0069a8;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #0069a8;
    border-color: #0069a8;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #3071a9;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        background-color: #4a9fe9;
    }
/*panel style end*/
/*hide header in edit mode*/
.top-header, .header, .top-banner {
    display: none
}

.display-mode .top-header, .display-mode .header, .display-mode .top-banner {
    display: block;
}
/*Edit mode layouts list  styling*/
.ms-cui-menu .ms-cui-gallerybutton-Size72by96 {
    width: 80px;
    height: 110px;
    overflow: hidden;
}

#TopColSummaryLinks .ms-rtestate-field > img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    display: block;
}
/*Newsroom*/
.featured-links h3.ms-webpart-titleText, .contact-section h3.ms-webpart-titleText {
    margin-top: 0;
}

.featured-links .dfwp-list li {
    padding-bottom: 0.5rem;
}

.box-bg {
    background: #f3f3f3;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 15px 0;
}

.social-media-news .fa {
    margin-right: 5px;
}

.social-media-news .facebook-news, .social-media-news .twitter-news {
    display: none;
}

.social-media-news .active {
    display: block
}

.social-media-news .btn {
    padding: 10px 16px;
    border-radius: 0;
    cursor: pointer;
    min-width: initial;
}

#btnFb {
    background-color: #365899;
    border-color: #365899;
    margin-right: 10px
}

#btnTw {
    background: #0B7BC1;
    border: #0B7BC1;
}

ul.newsReleases {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.newsReleases > li {
        margin-bottom: 0.5rem;
        line-height: 1.5;
        border-bottom: 1px solid #ccc;
        padding-bottom: 0.5rem
    }

        ul.newsReleases > li:last-child {
            border-bottom: 0
        }

        ul.newsReleases > li > a, ul.newsReleases > li > a:visited {
            color: #0069a8
        }

            ul.newsReleases > li > a:hover, ul.newsReleases > li > a:visited:hover {
                color: #181818 !important;
            }
/* Featured Stories*/
#newsItems article {
    margin-bottom: 20px;
}

#newsItems .news-content {
    text-align: left;
    padding: 0;
}

    #newsItems .news-content h4 {
        font-size: 1.3rem;
        font-family: 'Open Sans', arial, sans-serif;
        line-height: 1.2em;
        font-weight: 400; /*light*/
        margin: 0 0 10px;
        color: #181818;
    }

ul.list-inline {
    margin: 0;
    margin-bottom: 10px;
}

.news-content i {
    padding-right: 5px;
}
/*News Release*/
.communicationType, .article-header, .article-header .date-line {
    float: left
}

.social-media, .contact-name {
    float: right;
}

.communicationType {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-top: 10px;
}

.immediateRelease {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.article-header > div, .contact-name > div {
    margin-bottom: 5px;
}

.captioned-image {
    margin: 20px 0;
}

    .captioned-image img {
        width: 100%;
        height: auto;
        border: 0;
        margin: 0;
    }

.featuredStory .article-header {
    width: 100%;
    color: #999;
}

.pagination-container {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin: 30px auto;
}

    .pagination-container span {
        text-transform: uppercase;
        padding: 0 15px;
        display: table-cell;
        vertical-align: middle;
    }

    .pagination-container .pagination {
        display: table-cell;
        padding: 0;
        margin: 0;
        border-radius: 4px;
        vertical-align: middle;
    }

#newsItems .img-responsive {
    max-width: none;
    width: 100%;
    height: auto;
}

.social-media {
    min-width: 340px;
    text-align: right;
    padding: 10px;
    background: #f5f5f5;
    display: table;
    border: 1px solid #ddd;
}

    .social-media > span {
        display: table-cell;
        vertical-align: middle;
    }

    .social-media .addthis_inline_share_toolbox {
        display: table-cell;
        vertical-align: middle;
    }

.at-share-tbx-element .at-share-btn {
    margin: 0 5px 0 0 !important;
}

.article-header .date-line {
    font-weight: normal;
}

.panel-primary > .panel-heading {
    background-color: #0069a6
}

.top-main-nav {
    position: static;
    padding: 0;
}

#social-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: calc(100%);
    margin: 0;
    border: 1px solid #b5b5b5;
    background: #bbbdc0;
    box-shadow: -4px 0 5px -2px rgba(0,0,0,.27);
    transition: padding .5s ease-out;
}

    #social-menu ul {
        list-style: none;
        margin: 0;
    }

.home-social-menu ul {
    padding: 15rem 0 0;
}

.social-menu ul {
    padding: 5rem 0 0;
}

    .social-menu ul.visiblePageStatusBar {
        padding: 7rem 0 0;
    }


#social-menu li {
    float: none;
    margin-right: 0;
}

    #social-menu li a {
        color: #000;
        text-decoration: none;
        display: block;
        transition: .4s;
        padding: 5px;
        font-size: 1rem;
        line-height: 1.5em;
    }

.iwrap a {
    color: #ffffff;
}

.ms-rtestate-field h1 {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #0069a8;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ms-rtestate-field h2 {
    font-size: 1.7rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #0069a8;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ms-rtestate-field h3 {
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #0069a8;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ms-rtestate-field h4 {
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #0069a8;
    line-height: 1.1em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pageImage {
    margin-bottom: 20px;
}

.contact-area {
    margin-bottom: 20px;
}

.sp-ribbon #contentRow {
    padding: 0;
}

.visibleSuiteBarDelta {
    padding-top: 0 !important;
}

.visiblePageStatusBar {
    margin-top: 44px;
}

    .visiblePageStatusBar #pageStatusBar[class] {
        margin-bottom: 0;
    }

#pageStatusBar[class] {
    margin-bottom: 0;
}

.ie-browser #social-menu li a {
    padding: 5px 22px 5px 5px;
}

.ms-cui-gallery {
    line-height: 15px;
}

.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;
}
/*hide default page elements and text style in edit mode */
#ms-rte-styleGalleryMenu .ms-cui-menusection-items .ms-cui-menusection-items {
    display: none;
}

    #ms-rte-styleGalleryMenu .ms-cui-menusection-items .ms-cui-menusection-items:last-child {
        display: block;
    }

#ms-rte-styleGalleryMenu .ms-cui-smenu-inner > div:first-child .ms-cui-gallery tr:last-child td {
    display: none;
}

    #ms-rte-styleGalleryMenu .ms-cui-smenu-inner > div:first-child .ms-cui-gallery tr:last-child td:last-child {
        display: block
    }

#ms-rte-styleGalleryMenu .ms-cui-smenu-inner > div:last-child tr td {
    display: none;
}

#ms-rte-styleGalleryMenu .ms-cui-smenu-inner > div:last-child tr:last-child td:last-child {
    display: block;
}

/*Custom class for unordered list*/
div.ms-rteElement-GeneralList {
    -ms-name: List Style;
}

    div.ms-rteElement-GeneralList ul {
        list-style: none;
        margin-left: 0px;
        padding-left: 5px;
    }

        div.ms-rteElement-GeneralList ul > li {
            margin-bottom: 10px;
            border-bottom: solid #cccaca 1px;
            padding-bottom: 15px;
        }

.ms-taxonomy {
    width: 100% !important;
}

.ms-taxonomy-fieldeditor {
    width: calc(100% - 20px) !important;
}

.ms-taxonomy .ms-taxonomy-control-holder {
    width: 100%;
}

.search-btn span.sr-only {
    color: #fff;
}

.mainContent {
    padding-top: 30px;
}
/*
  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) {


    .top-header.m-top {
        top: 44px;
    }

    .header.m-top {
        top: 43px;
    }

    .page-section.m-top {
        padding-top: 44px;
    }

    .navbar-form {
        padding: 1rem 0;
    }

    .header {
        position: fixed;
        width: 100%;
        z-index: 30;
        background: #006d9e;
        left: 0;
        right: 0;
    }

    #page-content {
        left: 0 !important
    }

    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }

    .navbar-header {
        left: 0 !important
    }

    .navbar-nav {
        float: none;
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
    }

        .navbar-nav > li {
            position: relative;
            float: none;
            vertical-align: middle;
            -moz-box-flex: 1 0 auto;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            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;
        margin-top: -1px;
    }

    .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: 52px;
        width: 29px;
        height: 53px;
        display: block;
        top: 50%;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .carousel-control.left, .carousel-control.right {
        transform: translateY(-50%);
    }

    .column-list > li {
        width: calc((99.999% / 12) * 4);
    }
}

@media (min-width: 992px) {
    .search-area {
        width: 20%;
        float: right;
    }

    .second-section.m-top {
        padding-top: 44px;
    }


    .display-mode .sp-ribbon #contentRow {
        padding-top: 99px;
    }

    .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: 100%;
    }
    /*3 Column*/
    .sectionColumnBgColor {
        background: #ffffff;
        background-image: -webkit-linear-gradient(left,#f8f8f8 23.5%,#ffffff 23.5%,#ffffff 100%);
        background-image: -ms-linear-gradient(left,#f8f8f8 23.5%,#ffffff 23.5%,#ffffff 100%);
        background-image: linear-gradient(left,#f8f8f8 23.5%,#ffffff 23.5%,#ffffff 100%);
    }

    #contentRow {
        padding-top: 69px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #slidemenu {
        max-width: calc(100% + 2rem);
        /* padding: 1rem 0; */
    }

    #body-content {
        margin-top: 193px;
    }

    .main-nav {
        position: relative;
        clear: both;
        width: 100%;
    }

    .carousel-control.left {
        top: 50%;
    }

    .carousel-control.right {
        top: 50%;
    }

    .second-section.m-top {
        padding-top: 260px;
    }

    .sp-ribbon .second-section {
        padding-top: 0;
    }

    .second-section {
        padding-top: 196px;
    }

    .logo-area > img {
        max-width: 183px;
        height: 68px;
    }
}

@media (max-width:1200px) {
    #sideMenu {
        margin-right: 0;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .outer-wrap {
        padding-right: 27px !important;
    }
}

@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 !important;
    }

    .section-header h2 {
        padding: 0.5rem 1rem 0.5rem 1rem;
    }

    .header.m-top {
        top: 68px;
    }
}

@media (max-width:767px) {
    #leftColSummaryLinks, #rightColSummaryLinks {
        display: block;
    }

    .summaryLinksPage .col-50 {
        float: none;
        width: 100%;
    }

    body.cbp-spmenu-push-toright {
        overflow-y: hidden !important;
    }

    .top-banner {
        width: 100%;
        background-color: #ffc400;
        box-sizing: border-box;
        position: relative !important;
        overflow: hidden;
        z-index: 99999;
    }

    .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: #181818;
    }

    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 !important;
    }

    #outer-wrap {
        padding-top: 0
    }

    .nav.navbar-nav span.fa-chevron-down, .logo-area > img {
        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
        }

    .sp-ribbon .second-section {
        padding-top: 0;
    }

    .hero-img {
        overflow: visible;
        position: relative;
        z-index: 1;
    }

    .social-media-list {
        display: inline-block;
    }

    .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% !important;
    }

    #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;
            width: 16px;
            height: 17px;
        }

    .navbar-inverse .navbar-nav > .openItem > a, .navbar-inverse .navbar-nav > .openItem > a:focus, .navbar-inverse .navbar-nav > .openItem > a:hover {
        background-color: #181818;
        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: #181818 transparent transparent transparent;
        }

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #181818;
    }

    .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;
    }

    #sideMenu {
        clear: both;
        margin-right: 0;
        display: none;
    }

    .right-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;
    }

    .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;
    }
    /* 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;
    }

    #customCarousel .carousel-inner {
        overflow: visible;
    }

    #s4-workspace.cbp-spmenu-push-toright {
        overflow-y: hidden !important;
    }

    .leftNav-toggle {
        float: none !important;
        min-width: inherit;
    }

        .leftNav-toggle span:first-child {
            margin-bottom: 5px;
            color: #181818;
        }

    .main-content-div {
        margin-top: 0
    }

    .heading-row {
        background-size: contain;
    }

    #newsItems .news-content h3 {
        margin: 1rem;
    }
    /*News Release*/
    .communicationType, .article-header {
        float: none
    }

        .social-media, .contact-name, .article-header .date-line {
            float: none;
        }

    .communicationType, .article-header {
        margin-bottom: 10px;
    }

    .tab-control {
        margin: 20px 0;
    }
    /*Carousel Web part*/
    .imageCol .carousel-caption {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
    }

    .carousel-text {
        max-width: none;
        width: 100%;
        min-height: 120px;
    }

    .carousel-inner .container-fluid {
        padding: 0
    }

    #outer-wrap {
        padding: 0;
    }

    #social-menu {
        display: none;
    }

    #customCarousel .carousel-control {
        top: 34%;
        transform: translateY(-34%);
    }
}

@media (max-width:425px) {

    .carousel-control.left {
        left: 15px;
    }

    .carousel-control.right {
        right: 15px;
    }

    .imageTextCol h2 {
        font-size: 1.8rem;
    }

    .social-media {
        width: 100%;
        display: block;
        text-align: left;
    }

        .social-media .addthis_inline_share_toolbox, .social-media > span {
            display: block;
        }

    .at-share-tbx-element .at-share-btn {
        margin: 5px 5px 0 0 !important;
    }
}
