/* --- FONTS --- 

 font-family: 'bebas_neueregular';
 font-family: 'latobold';
 font-family: 'latoregular';
 font-family: 'latolight';
 font-family: 'latoblack';

------------ */

/*--- COLOR GUIDE - FIND AND REPLACE THESE COLORS

Dom     : #ff5a00

---*/

/* --------------------- COLORS ---------------------- */

.subpage .ptl_page a,
.subpage .ptl_page a:hover {
 color: #345108;
}

/*-- School Name BG --*/
#header-left a {
 background: #a12c0c;
}

/*-- School name text color --*/
#school-name h1 {
 color: #ffffff;
}

/*-- Menubar BG color --*/
#menubar {
 background: #D44500;
}

/*-- Section heading BG color and text color --*/
.sec-header h2,
.sec-header h3 {
 color: #ffffff;
 background: #857732;
}

/*-- Upcoming Events Filler BG color --*/
#upcoming-events {
 background: #345108;
}

/*-- Upcoming Events title BG color --*/
#upcoming-events .sec-header h2 {
 background: #a12c0c;
}

/*-- Subpage pagetitle BG color --*/
.subpage .sec-header h2 {
 background: #a12c0c;
}

/*-- Current page BG and text color --*/
.currentpage a.navLink {
 background: #D44500;
 color: #ffffff;
}

/*-- Top level menu item BG HOVER --*/
.sitenavl0 a.navLink:hover {
 background: #171717;
 color: #ffffff;
}

/*-- Weather BG color --*/
.weather-wrapper {
 background: #345108;}

/*-- Weather right top box BG color --*/
.weather-wrapper:after {
 background: #171717;
}

/*-- Weather right bottom box BG color --*/
.weather-wrapper:before {
 background: #9f9f9f;
}

/*-- News Caption BG color --*/
#news-summary .content a.read-more {
    background: #000000 !important;
    color: #857732 !important;
    padding: 0 !important;
}
.newsCaption, #news-summary .content a.read-more:hover {
background: #D44500;
}

.newsCaption:hover, .newsCaption:focus {
 background: #a12c0c;
}

/*-- Breadcrumb BG and text color --*/
#breadcrumbs {
 background: #D44500;
 color: #ffffff;
}

/*-- Breadcrumb link color --*/
#breadcrumbs a, #breadcrumbs a:hover {
 color: #ffffff;
}

/*---- UPCOMING EVENTS ----*/

/*-- Event Border Bottom --*/
.eventPlaceHolder {
 border-bottom: 1px solid #171717;
}

/*-- Event BG HOVER --*/
.eventPlaceHolder:hover, .eventPlaceHolder:focus {
 background: #faeadf;
}

/*-- Event Date BG and Text Color --*/
.event-date {
 background: #857732;
 color: #ffffff;
}

/*-- Event Title Text Color --*/
.name-of-event {

}

/*-- More Events BTN Text Color --*/
.more-events a, .more-events a:hover {
 color: #ffffff;
}

/*-- Event Slider Triangle Right --*/
.flex-next:after {
 border-color: transparent transparent transparent #ffffff;
}

/*-- Event Slider Triangle Left --*/
.flex-prev:after {
 border-color: transparent #ffffff transparent transparent;
}

/*-- Event Slider Triangle Right HOVER --*/
.flex-next:hover:after {
 border-color: transparent transparent transparent #effadf;
}

/*-- Event Slider Triangle Left HOVER --*/
.flex-prev:hover:after {
 border-color: transparent #effadf transparent transparent;
}

/*---- BANNER CONTROLS ----*/

/*--BTN Background--*/
.nivo-directionNav a {
  background-color: #568015 !important;
}
/*--BTN Background HOVER--*/
.nivo-directionNav a:hover {
  background-color: #171717 !important;
}

/*---- TELERIK COLORS ----*/

/*--TOP LEVEL STYLES--*/
.rmText {
 color: #ffffff;
}

.RadMenu .rmGroup .rmText {
 color: #ffffff;
background: #171717;
}

/*--Normal State--*/
#menubar a,
.telerik_main_menu .rmRootGroup a {
 color: #ffffff;
}

.telerik_main_menu .rmRootGroup a span {

}

/*--Over and Focused State ***/
#menubar a:hover,
.telerik_main_menu .rmRootGroup a.rmRootLink:hover,
.telerik_main_menu .rmRootGroup a.rmRootLink.rmFocused {
 color: #ffffff;
}

.telerik_main_menu .rmRootGroup a:hover span,
.telerik_main_menu .rmRootGroup a.rmFocused span {
 color: #ffffff;
}

/*--TOP LEVEL HOVER BG COLOR AND IMAGES (two images)--*/
.telerik_main_menu .rmRootGroup a:hover,
.telerik_main_menu .rmRootGroup a.rmFocused {
 background-color: #171717;
}

/*--END OF TOP LEVEL STYLES--*/


/*--DROPDOWN MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup a {
 color: #ffffff;
 background: #345108;
}

.telerik_main_menu .rmGroup a span {
 color: #ffffff ;;
 background: #345108 ;;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
 background: #183d5a;
 color: #ffffff;
}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
 background: #183d5a;
 color: #ffffff;
}

/*--END OF DROPDOWN MENU STYLES--*/

.rmItem:hover {
 background-color: #171717;
}

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
 background-color: #a12c0c;
}

/*--DROPDOWN LV2 MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup .rmGroup a {
 color: #ffffff;
 background: #a12c0c;
}

.telerik_main_menu .rmGroup .rmGroup a span {
 color: #ffffff;
 background: #a12c0c;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused {
 background: #183d5a;
 color: #ffffff;
}

.telerik_main_menu .rmGroup .rmGroup a:hover span,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
 background: #183d5a;
 color: #ffffff;
}

/*--SECOND LEVEL BORDER LEFT--

.rmLevel2 {
 border-left: 4px solid #be1e2d;
}*/

/*--END OF DROPDOWN MENU STYLES--*/

/*---- END TELERIK COLORS ----*/


/*------------------END COLORS---------------------*/

/* --------------------- IMAGES ---------------------- */

/*-- header image --*/
#school-image {
 background: url('/UserFiles/Servers/Server_283045/Templates/ECC_responsive.png');
}

/*--Navigation Arrow BG--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 background: url(/Common/resources/DesignPortfolio/SiteThemes/Metric/Blue/arrows-sprite.png);
}

/*--Navigation Arrow--*/

/*--Light--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 background-position: -18px -44px !important;
}

/*or*/

/*--Dark--*/
/*
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 background-position: -18px -8px !important;
}
*/

/*------------------------------- END END IMAGES -------------------------------*/

/* --------------------- QUICK LINKS ----------------------

ul.quick-links {
 margin: 0px;
 padding: 0px;
 list-style: none;
}

.quick-links li {
 float: left;
 margin: 0px 10px 10px 0px;
 background: #183d5a;
 width: 84px;
 height: 84px;
 text-align: center;
 position: relative;
}

.quick-links li a:hover, .quick-links li a:focus {
    background-color: #857732;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.quick-links li:first-child { margin-left: 0px; }
.quick-links li:last-child { margin-right: 0px; position: relative; }

.quick-links li:last-child:after {
 content: '';
 display: block;
 height: 84px;
 width: 960px;
 background: #171717;
 position: absolute;
 left: 94px;
 top: -0px;
}

.quick-links li:after {
 content: '';
 display: block;
 height: 84px;
 width: 84px;
 background: #171717;
 position: absolute;
 left: 94px;
 top: -0px;
}

.quick-links li a {
 padding-top: 3px;
 display: block;
 width: 84px;
 height: 81px;
}

------------------------------------------------------------- */


#banner .nivo-directionNav a {
  display: block;
  width: 31px !important;
  height: 31px !important;
  background-repeat: no-repeat !important;
  z-index: 2999 !important;
  background-image: none !important;
  top: 15px;
}

#banner a.nivo-nextNav { left: 60px; }

#banner a.nivo-prevNav:after {
 content: '';
 position: absolute;
 top: 9px;
 left: 9px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 7px 12px 7px 0;
 border-color: transparent #ffffff transparent transparent;
}

#banner a.nivo-nextNav:after {
 content: '';
 position: absolute;
 top: 9px;
 left: 11px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 7px 0 7px 11px;
 border-color: transparent transparent transparent #ffffff;
}

#banner .bannerContainer.bannerShowControls .nivo-caption {
  padding-bottom: .5em !important;
}

#banner .nivo-controlNav { display: none !important; }

a.nivo-prevNav, a.nivo-nextNav {
    background-color: #a12c0c !important;
    color: #fff !important;
}

body .row {
 margin-bottom: 10px;
}

body .inside-padding {
 padding: 5px;
}

body .mb-0 { margin-bottom: 0px; }

.w-70.fr > .inside-padding {
 padding: 0px 0px 0px 5px;
}

.w-30.fl > .inside-padding {
 padding: 0px 5px 0px 0px;
}

.w-33-col-50 .inside-padding {
 padding: 0px;
}

p {
 margin: 0px 0px 15px;
 line-height: 20px;
}

.content-bg {
 background: #ececec;
 color: #292929;
}

.content-bg .inside-padding {
 padding: 20px;
}

body .nivo-startstopNav {
 right: 10px;
}

#skip a { color: #ffffff; }

body {
 background: #565656;
 font-family: 'latoregular';
 font-size: 16px;
 line-height: normal;
}

#outer-wrapper {
 max-width: 970px;
 margin: 10px auto;
 padding: 0px 5px 0px 5px;
}

#header-left a {
 display: block;
 min-height: 140px;
 padding: 20px;
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
    transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

#header-left a:hover, #header-left a:focus { text-decoration: none; opacity: 0.7; }

.pubDropdown-wrapper,
#pubWrapper-btn,
.pubDropdown-btn {
 color: #ffffff;
}

#logo {
 float: left;
 width: 15%;
}

#logo img {
 max-width: 120%;
 max-height: 100%;
 width: auto;
 height: auto;
}

#school-name {
 float: left;
 width: 85%;

}

#school-name h1 {
 margin: 0px;
 text-transform: uppercase;
 font-size: 55px;
 padding: 11px 0px 0px 20px;
 font-weight: normal;
 letter-spacing: 2px;
 display: block;
    font-size: 32px !important;
}

#school-name h1 span {
  text-transform: none;
  display: block;
  font-family: 'latolight';
  font-size: 50%;
  line-height: 8px;
}

#school-image {
 min-height: 142px;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
}

#content-wrapper {
 padding: 0px 5px 0px 5px;
}

#menubar {
 margin: 5px 0px 10px 0px;
}

.subpage #menubar { margin-bottom: 5px; }

.sec-header h2,
.sec-header h3 {
 font-family: 'bebas_neueregular';
 margin: 0px;
 padding: 10px 10px 10px 15px;
 font-size: 36px;
 letter-spacing: 2px;
 font-weight: normal;
}

#main-content > .inside-padding {
 padding: 5px 0px 5px 5px;
}

#sub-content-left> .inside-padding {
padding: 5px 5px 5px 0px;
}

.subpage #sidebar {
 background: #9f9f9f;
}

.subpage #sidebar .inside-padding {
 background: #ececec;
 padding: 0px;
 border-bottom: 10px solid #262626;
}

.sitenavl0 {
padding-left: 0px;
}

a.navLink {
 padding: 10px 15px 10px 15px;
 display: block;
}

.sitenavl0 a.navLink:hover {
 text-decoration: none;
}

.weather-wrapper {
 width: 70%;
 position: relative;
 text-align: center;
 padding-bottom: 10px;
}

.weather-wrapper:after {
 width: 35%;
 height: 60%;
 display: block;
 content: '';
 position: absolute;
 top: 0px;
 right: -42%;
 margin-left: 10px;
}

.weather-wrapper:before {
 width: 35%;
 height: 33%;
 display: block;
 content: '';
 position: absolute;
 bottom: 0px;
 right: -42%;
 margin-left: 10px;
}

.weather-img img {
 max-width: 100px;
 height: auto;
 width: 100%;
}

.weather-location {
 color: #fff;
 font-family: arial;
 font-size: 21px;
}

.weather-temp span.deg {
 font-size: 12px;
 position: relative;
 top: -11px;
 font-family: arial;
}

.weather-temp span.typ {
 font-size: 14px;
 position: relative;
 left: 3px;
}

.weather-temp {
  color: #fff;
  font-family: arial;
  font-size: 19px;
}




.news-padding {
 padding: 0px;
 margin-bottom: 10px;
}

.newsItem {
 width: 100%;
 float: none;
}

.newsItem:nth-child(3) { display: none; }

.newsItem img {
 margin-left: 0px;
 position: relative;
 left: 0px;
}

a.ptl_portlet_map_link {
 position: relative;
 height: 301px;
 display: block;
}


img.ptl_portlet_map_img {
 width: 680px;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -340px;
 margin-top: -200px;
 height: 400px;
}


#banner {
 width: 672px;
}

#upcoming-events {
 color: #ffffff;
 position: absolute;
 top: 0px;
 right: 0px;
 width: 288px;
 height: 297px;
 z-index: 999;
 border-left: 10px solid #262626;
}


.bannerContainer {
 padding-right: 10px;
}

.nivo-controlNav { display: none !important; }

.event-date {
 font-family: 'bebas_neueregular';
}

.month { font-family: 'latolight'; }

.day {
 font-size: 26px;
 letter-spacing: 2px;
}

.more-events {
 height: 30px;
 line-height: 30px;
 background: #a12c0c;
}

.flex-direction-nav a { bottom: -22px; }

.flex-direction-nav a:hover, .flex-direction-nav a:focus {
  opacity: 0.6;
}

#footer {
 background: #a12c0c;
 padding: 10px;
 margin: 0px 5px 0px 5px;
 margin: 5px 5px 25px 5px;
 text-align: center;
 color: #ffffff;
 font-size: 15px;
}

#footer-address{
color:#FFF;

}


.credits {
 text-align: center;
 color: #ffffff;
 padding: 5px;
}

.label_skin_corporation {
 font-size: 13px;
 font-family: 'latolight';
}

.label_skin_corporation a {
 color: #ffffff;
 text-decoration: none;
 font-family: 'latolight';
}

.label_skin_corporation a:hover {
 text-decoration: underline;
 color: #ffffff;
}

#sub-content-left {
 width: 23%;
 float: left;
}

#sub-content-right {
 width: 77%;
 float: left;
}

.page-content {
 background: #ececec;
 min-height: 500px;
}

.page-content > .inside-padding { padding: 20px; }

#breadcrumbs {
 padding: 8px 8px 8px 15px;
 margin: 10px 0px 10px;
 font-family: 'latolight';
 font-size: 15px;
 letter-spacing: 1px;
}

#breadcrumbs a, #breadcrumbs a:hover {
 text-decoration: none;
 font-family: 'latolight';
 font-size: 15px;
 letter-spacing: 1px;
}

.newsCaption h3 {
 padding: 9px;
}



#menubar .RadMenu .rmLink { padding: 0px; }

.RadMenu a.rmLink {
 line-height: 47px;
}

/*** START OF TOP LEVEL MENU STYLES ***/

.telerik_main_menu a,
.telerik_main_menu a:hover {
 text-decoration: none;
 font-size: 14px;
 font-weight: normal;
}

.telerik_main_menu .rmText {
 padding-top: 5px !important;
 padding-bottom: 15px !important;
}

.telerik_main_menu .rmGroup .rmText {
 padding-bottom: 5px !important;
}

.RadMenu .rmItem {
 height: auto;
 margin-right: 0px;
}

.RadMenu .rmText {
  font-family: 'latolight' ,Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 12pt;
}

.RadMenu .rmLink {
 float: left;
 outline: 0 none;
}

.RadMenu .rmHorizontal .rmText {
 padding: 0px 7px 0px 7px !important;
 letter-spacing: 0.06em;
}

.RadMenu .rmGroup .rmText {
 margin-left: 0px !important;
 padding: 8px 10px 8px 10px !important;
 margin-bottom: 4px;
}

.rmrootGroup .rmHorizontal li.rmItem {
 margin-left: 10px;
}

/*** Normal State ***/
.telerik_main_menu .rmRootGroup a {
 text-decoration: none;
 font-size: 18px;
  font-family: 'latobold';
}

.telerik_main_menu .rmRootGroup a span {
 text-decoration: none;
 font-size: 14px;
 font-family: 'latobold';
}

/*** Over and Focused State ***/
.telerik_main_menu .rmRootGroup a.rmRootLink:hover,
.telerik_main_menu .rmRootGroup a.rmRootLink.rmFocused {
 text-decoration: none;
}

.telerik_main_menu .rmRootGroup a:hover span,
.telerik_main_menu .rmRootGroup a.rmFocused span {
 text-decoration: none;
}

/*** END OF TOP LEVEL MENU STYLES ***/

/*** START OF DROPDOWN MENU STYLES ***/

/*** Normal State ***/

.telerik_main_menu .rmGroup {
}

.telerik_main_menu .rmGroup a {
 text-decoration: none;
 font-size: 10pt;
 font-weight: normal;
}

.telerik_main_menu .rmGroup a span {
 text-decoration: none;
 font-size: 10pt;
 font-weight: normal;
 line-height: normal !important;
 font-family: 'latoregular' ,Arial, Helvetica, sans-serif;
 text-transform: none;
}

.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 content: '';
 position: absolute;
 top: 5px;
 right: 5px;
width: 18px;
height: 26px;
}

/*** Over and Focused State ***/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
 text-decoration: none;
 border-bottom: none !important;
}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
 text-decoration: none;
}

/*** Dropdown border ***/
.RadMenu .rmRootGroup .rmItem ul.rmGroup {
 width: 200px;
 padding: 0px;
}

/*** END OF DROPDOWN MENU STYLES ***/



#mobile-bar {
 line-height: 47px;
 color: #ffffff;
 padding: 0px 0px 0px 15px;
}

@media screen and (max-width: 700px) {

 #banner, #upcoming-events { width: 100%; position: static; height: auto; border: none; }

 #banner { margin-bottom: 10px; }
 .bannerContainer { padding-right: 0px; }

  body .w-70, body .w-30 { width: 50%; }
}

@media screen and (max-width: 730px) {

 .subpage #sidebar { height: auto !important; min-height: 0px !important; }

 .subpage #sidebar .inside-padding { border-bottom: 0px; }

 #inside-nav { margin-top: 0px; }

 #sub-content-left> .inside-padding {
  padding: 5px 0px 5px 0px;
 }

 #main-content > .inside-padding {
  padding: 5px 0px 5px 0px;
 }

 #main-content > .inside-padding > div.equal { height: auto !important; }

 #breadcrumbs { margin-top: 0px; }

}

@media screen and (max-width: 550px) {
  body .w-70, body .w-30 { width: 100%; }

 .w-70.fr > .inside-padding {
  padding: 0px 0px 5px 0px;
 }

 .w-30.fl > .inside-padding {
  padding: 0px 0px 5px 0px;
 }

 #school-name { width: 100%; }
 #school-name h1 { padding: 0px; }

 body .w-70, body .w-30 { margin-bottom: 10px; }

 .weather-wrapper:after, .weather-wrapper:before { width: 38%; }

}

#social li.icn a:hover {
 opacity: 0.8;
}

/*===== FONTS =====*/

@font-face {
    font-family: 'bebas_neueregular';
    src: url('/common/template-fonts/BebasNeue-webfont.eot');
    src: url('/common/template-fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/BebasNeue-webfont.woff') format('woff'),
         url('/common/template-fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/common/template-fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'latobold';
    src: url('/common/template-fonts/lato-bol-webfont.eot');
    src: url('/common/template-fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-bol-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-bol-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('/common/template-fonts/lato-reg-webfont.eot');
    src: url('/common/template-fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-reg-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-reg-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'latolight';
    src: url('/common/template-fonts/lato-lig-webfont.eot');
    src: url('/common/template-fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-lig-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-lig-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('/common/template-fonts/lato-bla-webfont.eot');
    src: url('/common/template-fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-bla-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-bla-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-bla-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*---------------------ADDED FOR NEW THEME---------------------------*/


.sec-header h2, .sec-header h3 {
    color: #ffffff;
    background: #a12c0c;
}

/*--------------------------------------------------------------------------*/

.label_skin_corporation a:hover {
    text-decoration: none;
}

.subpage .ptl_page a, .subpage .ptl_page a:hover {
    color: #a12c0c;
}

#breadcrumbs a{text-decoration:underline;}

#breadcrumbs a:hover {text-decoration:none;}

#breadcrumbs {
    background: #D44500;
    color: #ffffff;
}

.quick-links li a:hover, .quick-links li a:focus {
    background-color: #84762E; }

.event-date {background:#D44500}

.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {background-color:#171717;}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {background-color: #D44500;}

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
 background-color: #a12c0c;
}

.telerik_main_menu .rmGroup .rmGroup a:hover, .telerik_main_menu .rmGroup .rmGroup a.rmFocused{background-color:#568015}

.telerik_main_menu .rmGroup .rmGroup a:hover span, .telerik_main_menu .rmGroup .rmGroup a.rmFocused span{background-color:#D44500}


/*-----------------------Links fixes----------------------------------*/

.subpage .ptl_page a {
    text-decoration: underline;
    font-weight: bolder;
}

.subpage .ptl_page a:hover {
    text-decoration: none;
}


/*-----------------------keyboard NAV fixes----------------------------------*/


/* -- level zero menu expand --- */

a.rmLink.rmRootLink.rmExpanded span.rmText.rmExpandDown {
    background: #000;
    color: #fff;
}



/* -- level two menu expand --- */

li.rmItem a.rmExpanded span.rmText.rmExpandRight {
    background: #D44500;
    color: #fff;
}



.rmVertical .rmItem a:hover span, .rmVertical .rmItem a:hover, .rmVertical .rmItem a:focus span, .rmVertical .rmItem a:focus {
    background-color: #D44500;
}

a.navLink {
    text-decoration: underline;
}

a.navLink:hover, a.navLink:focus {
    text-decoration: none;
}

.RadMenu ul.rmRootGroup {
    list-style: none;
}

.CMS_adminBar .optionRows>ul>li.optionHelp span.CMS_title {
    color: #929599 !important;
    background: #272f36 !important;
}

.custom-content {
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

a.flex-prev, a.flex-next {
    color: #fff !important;
}



#skip a:focus {
    top: 60px !important;
}

#upcoming-events {
    background: #D44500 !important;
}

.nivo-startstopNav {
    z-index: 8 !important;
}

.map iframe {
    max-width: 100% !important;
    min-width: 100% !important;
}

/* Fix Size */ 

#outer-wrapper {
    max-width: 1200px;
}

#upcoming-events {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 435px;
    height: 305px;
}

#banner {
    position: relative;
    width: 755px;
    z-index: 1;
}

@media screen and (min-width: 770px) and (max-width: 1025px){
#upcoming-events {
    width: 35% !important;
    height: 300px !important;
}

#banner {
    width: 65% !important;
}
}

@media screen and (min-width: 640px) and (max-width: 769px) {

#banner {
    width: 65% !important;
}

#upcoming-events {
    width: 35% !important;
    height: 216px !important;
}
}

/* ******* CHANGES 15/06/22 / CUSTOM PORLETS ******** */

#outer-wrapper {
    max-width: 100%;
}

#content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

#footer {
    max-width: 1200px;
    margin: 0 auto;
}

/* HEADER */

#imgH {
    background: url('/UserFiles/Servers/Server_283045/Templates/Buildings/ECC_District_1.png') no-repeat;
background-size: 50% 100%;
    background-position: center right;
}

#school-image {
    background: none;
}

@media screen and (max-width: 1023px) {
#imgH {
    background: none;
}
#school-image {
    background: url('/UserFiles/Servers/Server_283045/Templates/ECC_responsive.png') no-repeat;
background-size: cover;
    background-position: right;
}
}

/* MEGAMENU */


#menubar .sub-nav-group.category>span {
    width: 25%;
    margin: 1em 0;
}

#menubar .nav-item > a:hover, .nav-item > a:focus, #menubar .nav-item > a.open, #menubar .nav-item > a.focus {
    border-bottom: none;
    background: #000;
    color: #fff;
}

#menubar .nav-item > a.open {
    background-color: #000;
    border-bottom: none;
    z-index: 1;
}

#menubar .sub-nav .level1 > ul {
    width: 100%;
}

#menubar .sub-nav li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    column-count: 4;
    width: 33%;
}

@media screen and (max-width: 1023px) {
#menubar .nav-menu {
    display: none;
}
}

/* EVENTS */

#banner {
    width: 790px;
}

#upcoming-events {
    width: 410px;
}

#upcomingEvents {
    background: #fff;
}

.dateOrb {
    border: 2px solid #d44500;
}

@media screen and (max-width: 767px) {
    #banner {
        width: 100%;
    }

    #upcoming-events {
        width: 100%;
        position: relative;
        height: auto;
    }

}

@media screen and (min-width: 768px) and (max-width: 1022px) {
    a.event:last-child {
        display: none;
    }

    a.event .eventDate, .eventsList > .inside .eventDate {
        margin: 10px 16px 0 0;
    }

    a.event .eventDetails, .eventsList > .inside .eventDetails {
        padding: 1em 0 0 0;
    }

    .view-all {
    padding: 0.7em 0 0.7em 2em;
    }

    .dateOrb span {
        line-height: 20px;
        font-size: 15px;
    }
    .dateOrb {
        width: 45px;
        height: 42px;
        padding: 3px;
        font-size: 11px;
        line-height: 2em;
    }
    a.event .eventName, .eventsList > .inside .eventName {
        font-size: 12px;
    }
    .eventDetails span {
        font-size: 11px;
    }
    .view-all {
    font-size: 13px;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1026px) {


    a.event .eventDate, .eventsList > .inside .eventDate {
        margin: 7px 16px 0 0;
    }

    a.event .inside:after {
        margin: 2px 0 0 0;
    }

    a.event .eventDetails, .eventsList > .inside .eventDetails {
    padding: 1em 0 0 0;
    }

    .dateOrb {
        padding: 2px;
    }

    .view-all {
        padding: 0.5em 0 1em 2em;
    }
}

/* ************ Slider Quiclinks****************** */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin: 0 auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* --------------------- QUICK LINK ---------------------- */

 .PO-quickLinks {
    background: #d44500;
}

.QL-defaultTemplate a:hover {
    background: transparent;
    color: #000000;
}

.PO-quickLinks {
    text-align: center;
    margin-bottom: 0.8rem; }

.PO-quickLinks > .inside-padding {
  position: relative;
}

.PO-quickLinks .QL-defaultTemplate  {
  margin: 0;
  padding: 0; }

.PO-quickLinks .QL-defaultTemplate  .slick-list {
  margin: 0 60px; }

.PO-quickLinks .QL-defaultTemplate  a {
  list-style: none;
  margin: 0 10px;
  display: inline-block;
  width: 20%; }

.QL-defaultTemplate a {
    padding: 0.8em 0 0;}

.PO-quickLinks .QL-defaultTemplate a {
    list-style: none;
    margin: 0 10px;
    display: inline-block;
    width: 70%; 
    text-decoration: none;   }

.PO-quickLinks .QL-defaultTemplate  a .QL-text {
    display: block;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    color: #ffffff;
    padding: 7%;
    text-align: center;
}

.PO-quickLinks .QL-defaultTemplate  em {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 85px;
    border-radius: 100px;
    background-color: #ffffff;
    font-size: 2.5em;
    color: #a12c0c;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.PO-quickLinks .QL-defaultTemplate  em img {
  display: inline-block;
}

.PO-quickLinks .QL-defaultTemplate  a:hover em,
.PO-quickLinks .QL-defaultTemplate  a:focus em {
    font-size: 3em;
    background-color: #000;
    color: #ffffff;
}

.PO-quickLinks .QL-defaultTemplate a:hover .QL-text, .PO-quickLinks .QL-defaultTemplate a:focus .QL-text {
    color: #000;
}

.PO-quickLinks .QL-defaultTemplate  .slick-prev {
  position: absolute;
  height: 100%;
  width: 60px;
  left: 0;
  top: 0;
  z-index: 10;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 2em;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  }

.PO-quickLinks .QL-defaultTemplate  .slick-next {
  position: absolute;
  height: 100%;
  width: 60px;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 2em;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  }

.PO-quickLinks .QL-defaultTemplate  .slick-prev:hover,
.PO-quickLinks .QL-defaultTemplate  .slick-next:hover,
.PO-quickLinks .QL-defaultTemplate  .slick-prev:focus,
.PO-quickLinks .QL-defaultTemplate  .slick-next:focus,
.PO-quickLinks .QL-defaultTemplate  button[aria-disabled='true'] {
  opacity: 0.7;
  font-size: 2.2em;
}


@media all and (max-width: 480px) {
  .PO-quickLinks .QL-defaultTemplate  em {
    margin: 4%; }

  .PO-quickLinks .QL-defaultTemplate  a {
    margin: 0; }

}

/* --------------------- QUICK LINK ---------------------- */

/* SOCIAL MEDIA FOOTER */


#footer {
    max-width: 1200px;
    margin: 0 auto;
    height: 90px;
}

#footer-right {
    float: right;
}

#footer-left {
    float: left;
    width: 90%;
}

#footer .inside-padding {
    display: inline-block;
    padding: 1.5em 0 0.5em; }


#footer .social-icon-container {
    display: inline;
}

#footer .socialMedia {
    float: right;
    display: flex;
    width: 90px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-block-start: 0;
}

#footer .social-icon-container .socialMedia li {
    margin: 5px;
    display: inline;
}

#footer .socialMedia li a:hover {
    text-decoration: none;
}
#footer .socialMedia li:empty {
 display: none;
}

#footer .social-icon-container .socialMedia li a {
    color: #fff;
    display: block;
    margin: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
}
#footer .social-icon-container .socialMedia li a:hover {
    opacity: 1 !important;
    transform: scale(1.1);
}
#footer .socialMedia .facebook a { background: #4267b2; }
#footer .socialMedia .twitter a { background: #38A1F3; }
#footer .socialMedia .instagram a { background: #cd486b; }
#footer .socialMedia .email a { background: #f6890b; }

@media screen and (max-width: 1023px){
#footer {
    height: auto;
}

#footer-left {
    float: none;
    width: 100%;
}

#footer .inside-padding {
    padding: 0.5em;
}

#footer-right {
    float: none;
}

#footer .social-icon-container .socialMedia {
    float: none;
    justify-content: center;
    width: auto;
}

#footer .social-icon-container .socialMedia li {
    width: 30px;
    height: 30px;
}

#footer .social-icon-container .socialMedia li a {
    width: 20px;
    line-height: 32px;
}
iframe {
    width: 100%;
}
}

#footer .socialMedia .facebook .offScreen {
    background: #007cc2;
    color: #fff;
}

#footer .socialMedia .twitter .offScreen, #footer .socialMedia .twitter a span {
    background: #007cc2;
    color: #fff;
}

#footer .socialMedia .instagram .offScreen {
    background: #cc4569;
    color: #fff;
}

#footer .socialMedia .email .offScreen, #footer .socialMedia .email a span {
    background: #b36200;
    color: #fff;
}



/* SCHOOLS */

.map {
    background: #ececec;
}

.links-container {
    margin: 15px 0;
}

.links-container ul {
    list-style: none;
    padding: 0;
}

.links-container .school {
    text-align: center;
    padding: 15px 0;
    margin: 0 0 20px 0;
}

.links-container .school a {
    text-decoration: none;
}

.links-container .school-title {
    margin-bottom: 10px;
    color: #a12c0c;
    font-weight: bold;
}

.links-container .school a .school-image {
    display: block;
    text-decoration: none;
    transition: 200ms ease-in-out;
}

.links-container .school-image img{
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #d44500;
}
.links-container .school a:hover .school-image img {
    transform: scale(1.05);
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

.links-container .school {
    width: 50%;
}
}


p[style], span[style] , div[style], li[style], table[style], td[style], tr[style], a[style] {
        font-family: 'latoregular' !important;
}

/* FACEBOOK */

	.desktop {
	    display: block;
	}

	.ipad {
	    display: none;
	}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.desktop {
	    display: none;
	}

	.ipad {
	    display: block;
	}
}

/* Social media header */
#header-right > .inside-padding {
 position: relative;
}
#header-right ul.socialMedia {
 position: absolute;
 right: 10px;
 top: 10px;
 
 display: flex;
 flex-direction: column;
 margin: 0;
}
#header-right ul.socialMedia li:empty {
 display: none;
}
#header-right ul.socialMedia li a {
 box-shadow: 0px 1px 5px black;
 color: #fff;
 display: block;
 font-size: 16px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 width: 30px;
}
#header-right ul.socialMedia li a:hover {
 transform: scale(1.1);
 text-decoration: none;
}
#header-right ul.socialMedia .facebook a { background: #4267b2; }
#header-right ul.socialMedia .twitter a { background: #38A1F3; }
#header-right ul.socialMedia .youtube a { background: #f60b0b; }
#header-right ul.socialMedia .instagram a { background: #cd486b; }
#header-right ul.socialMedia .email a { background: #f6890b; }

/* CHANGES 7/7/22 */

#menubar .sub-nav {
    background: rgb(40 39 39 / 91%);
}

.sub-nav-group.category a {
    text-decoration: underline;
}

#menubar .sub-nav-group.category a:hover {
    background-color: #000;
}

#menubar .nav-menu {
    z-index: 1000;
}

@media screen and (max-width: 835px) {
   #school-image{
     min-height: 158px;}
}

.socialMedia li {
    list-style: none;
}

/* QL SUBPAGE */

.subpage .PO-quickLinks {
    background: transparent;
}

.subpage .PO-quickLinks .QL-defaultTemplate .slick-prev, .subpage .PO-quickLinks .QL-defaultTemplate .slick-next {
    color: #000;
}

.subpage .PO-quickLinks .QL-defaultTemplate a .QL-text {
    color: #000;
}

