/* --- 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: #ccad00;
}

/*-- School Name BG --*/
#header-left a {
 background: #ccad00;
}

/*-- School name text color --*/
#school-name h1 {
 color: #000000;
}

/*-- Menubar BG color --*/
#menubar {
    background: #d3d3d3;
}


/*-- 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: #ccad00;
}

/*-- Upcoming Events title BG color --*/
#upcoming-events .sec-header h2 {
 background: #000000;
 color: #fff;
}

/*-- Subpage pagetitle BG color --*/
.subpage .sec-header h2 {
 background: #000000;
 color: #ffffff;
}

/*-- Current page BG and text color --*/
.currentpage a.navLink {
 background: #857732;
 color: #ffffff;
}

/*-- Top level menu item BG HOVER --*/
.sitenavl0 a.navLink:hover {
 background: #171717;
 color: #ffffff;
}

/*-- Weather BG color --*/
.weather-wrapper {
 background: #ccad00;}

/*-- 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;
    color: #857732;
    padding: 0 ;
}
.newsCaption, #news-summary .content a.read-more:hover {
background: #000000;
}

.newsCaption:hover, .newsCaption:focus {
 background: #ccad00;
}

/*-- Breadcrumb BG and text color --*/
#breadcrumbs {
 background: #ccad00;
 color: #000000;
}

/*-- Breadcrumb link color --*/
#breadcrumbs a, #breadcrumbs a:hover {
 color: #000000;
}

/*---- UPCOMING EVENTS ----*/

/*-- Event Border Bottom --*/
.eventPlaceHolder {
 border-bottom: 1px solid #171717;
}

/*-- Event BG HOVER --*/
.eventPlaceHolder:hover, .eventPlaceHolder:focus {
 background: #effadf;
}

/*-- Event Date BG and Text Color --*/
.event-date {
 background: #CCAD00;
 color: #000000;
}

/*-- Event Title Text Color --*/
.name-of-event {
    padding: 4px;
}

/*-- 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: #e8c505 !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 {
   color: #000000;
}

/*--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: #ccad00;
}

.telerik_main_menu .rmGroup a span {
 color: #ffffff ;;
 background: #ccad00 ;;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
 background: #000000;
 color: #ffffff;
}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
 background: #464646;
 color: #ffffff;
}

/*--END OF DROPDOWN MENU STYLES--*/

.rmItem:hover {
 background-color: #171717;
}

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
 background-color: #000000;
}

/*--DROPDOWN LV2 MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup .rmGroup a {
 color: #ffffff;
 background: #2e2e2e;
}

.telerik_main_menu .rmGroup .rmGroup a span {
 color: #ffffff;
 background: #2e2e2e;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused {
 background: #000000;
 color: #ffffff;
}

.telerik_main_menu .rmGroup .rmGroup a:hover span,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
 background: #000000;
 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(../../../Common/resources/DesignPortfolio/SiteThemes/imperial/header-image.jpg);
}

/*--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: -17px -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: #000000;
 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; }

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: #262626;
 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: 36px 15px;
 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: 100%;
 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: 0px 0px 0px 20px;
    font-weight: normal;
    letter-spacing: 2px;
    display: block;
    font-family: 'bebas_neueregular';
    font-size: 50px !important;
}

#school-name h1 span {
  text-transform: none;
  display: block;
  font-family: 'latolight';
  font-size: 50%;
  line-height: 8px;
  color: #000 !important;
}

#school-image {
 min-height: 140px;
 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: 100%;
    min-height: 265px;
}

/*
#upcoming-events {
 color: #ffffff;
 position: relative;
 top: 0px;
 right: 0px;
 width: 288px;
 height: 260px;
 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: #000000;
}

.flex-direction-nav a { bottom: -22px; }

.flex-direction-nav a:hover, .flex-direction-nav a:focus {
  opacity: 0.6;
}

#footer {
 background: #ccad00;
 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: #000000;
 padding: 5px;
}

.label_skin_corporation {
 font-size: 13px;
 font-family: 'latolight';
}

.label_skin_corporation a {
 color: #000000;
 text-decoration: none;
 font-family: 'latolight';
}

.label_skin_corporation a:hover {
 text-decoration: underline;
 color: #000000;
}

#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;
 color: #ffffff;
}



#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 8px 8px 8px !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: 14px;
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) {

#school-name h1 {
    padding: 11px 0px 0px 20px;
    font-size: 43px !important;
}

 #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: 0 !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('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/BebasNeue-webfont.eot');
    src: url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/BebasNeue-webfont.woff') format('woff'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'latobold';
    src: url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-bol-webfont.eot');
    src: url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-bol-webfont.woff') format('woff'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-bol-webfont.ttf') format('truetype'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-reg-webfont.eot');
    src: url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-reg-webfont.woff') format('woff'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-reg-webfont.ttf') format('truetype'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'latolight';
    src: url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-lig-webfont.eot');
    src: url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-lig-webfont.woff') format('woff'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-lig-webfont.ttf') format('truetype'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-bla-webfont.eot');
    src: url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-bla-webfont.woff') format('woff'),
         url('https://cdnsm5-ss9.sharpschool.com/common/template-fonts/lato-bla-webfont.ttf') format('truetype'),
         url('https://cdnsm5-ss9.sharpschool.com/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: #000000;
    background: #e8c505;
}

/*--------------------------------------------------------------------------*/

.label_skin_corporation a:hover {
    text-decoration: none;
}

.subpage .ptl_page a, .subpage .ptl_page a:hover {
    color: #4C7113;
}

#breadcrumbs a{text-decoration:underline;}

#breadcrumbs a:hover {text-decoration:none;}

#breadcrumbs {
    background: #ccad00;
    color: #000000;
}

.currentpage a.navLink {
    background: #ccad00;
    color: #000000;
}

.newsCaption:hover, .newsCaption:focus {
    background: #ccad00;
}

.quick-links li a:hover, .quick-links li a:focus {
    background-color: #84762E; }

.event-date {
  background:#CCAD00; }

.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {background-color:#464646;}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {background-color:#464646 ;}

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
 background-color: #000000;
}

.telerik_main_menu .rmGroup .rmGroup a:hover, .telerik_main_menu .rmGroup .rmGroup a.rmFocused{background-color:#e8c505}

.telerik_main_menu .rmGroup .rmGroup a:hover span, .telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
      background: #e8c505;
      color: #000000; }


/*-----------------------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: #464646;
    color: #fff;
}



.rmVertical .rmItem a:hover span, .rmVertical .rmItem a:hover, .rmVertical .rmItem a:focus span, .rmVertical .rmItem a:focus {
    background-color: #464646;
}

a.navLink {
    text-decoration: underline;
}

a.navLink:hover, a.navLink:focus {
    text-decoration: none;
}

.RadMenu ul.rmRootGroup {
    list-style: none;
}


/*quick links*/
.PO-quickLinks {
 padding: 0;
}
.QL-defaultTemplate {
 overflow: hidden;
}
.QL-defaultTemplate li {
 border-bottom: 0 none;
 display: inline-block;
 vertical-align: middle;
 margin: 0 9px 9px 0;
 position: relative;
}

/*
.QL-defaultTemplate li:last-child:after {
 content: '';
 background: #ccad00;; 
 display: block;
 height: 85px;
 left: 94px;
 position: absolute;
 top: 0;
 width: 960px;
 margin: 0 9px 9px 0;
}
*/

.QL-defaultTemplate a {
 background: #ccad00;
 height: 85px;
 padding: 0;
 width: 85px;
 text-align: center;
 transition: all 1s ease;
}
.QL-defaultTemplate a:hover {
 background: #000000;
 color: #fff;
 text-decoration: none;
 transition: all 0s ease;
}
.QL-defaultTemplate a span.QL-text {
 color: #000000;
 font-size: 10px;
 font-family: 'latoregular';
 font-weight: bold;
}

.QL-defaultTemplate a:hover span.QL-text {
 text-decoration: none;
 color: #fff;
}
.QL-defaultTemplate a .fa {
 color: #000000;
 display: block;
 font-size: 1.7em;
 margin: 0;
 padding: 12px 0 3px;
}

.QL-defaultTemplate a:hover .fa {
    color: #fff;
}
.nivo-startstopNav {
    z-index: 1000 !important; 
}



.CMS_adminBar .optionRows>ul>li.optionHelp span.CMS_title {
    color: #929599 !important;
    background: #272f36 !important;
}

#breadcrumbs > nav > div {
    color: #000 !important;
}



.newsItem .news-hide.hovered  img {
    top: 0px !important; }

.news-hide {
    height: unset !important; } 

.news-hide.hovered a.newsCaption span {
    color: #fff; }

body .skip-nav a, body #skip a {
    color: #787878 ;
    background: #020817;
}

#ctl00_ContentPlaceHolder1_ctl20_quickLinkItemUL > li:nth-child(2) > a > span {
    font-size: 9.5px;
}

.flex-direction-nav .flex-prev {
    color: #fff !important;
    background: #000 !important;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { 
    color: #000 !important;
}

.flex-direction-nav .flex-next {
    color: #fff !important;
}

#skip a:focus {
   top: 7% !important;
}

#home_news_summary > div:nth-child(1) > div > div > a:hover {
    background: #ccad00;
}

#home_news_summary > div:nth-child(2) > div > div > a:hover {
    background: #ccad00;
}

#breadcrumbs a {
    text-decoration: underline;
     color: #000;
}

#breadcrumbs a:hover {
    text-decoration: none;
    color: #000;
}

#home_news_summary > div:nth-child(2) > div > div > img {
    width: 100%;
}

.newsItem .news-hide.hovered img {
    top: 3px !important;
    max-width: 100%;
}



@media screen and (min-width: 768px) and (max-width: 1023px){
body .nivo-startstopNav {
    right: 33%; }
}

/* SOCIAL MEDIA */

ul.socialMedia {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: inline-block;
}
ul.socialMedia li {
    display: inline;
}

ul.socialMedia li a {
    font-size: 22px;
    color: #000;
}

ul.socialMedia li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#footer-address {
    color: #000000;
    display: inline-block;
    width: 80%;
}

@media screen and (max-width: 767px) {
#footer-address {
    display: block;
    width: 100%;
}
ul.socialMedia {
    display: block;
}
ul.socialMedia li a {
    line-height: 2;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
#footer-address {
    width: 95%;
}

.news-hide.hovered a.newsCaption span:hover {
    color: #000;
}
}



.event-date {
    padding: 3px 0px 6px !important;
}

/*#upcoming-events {
    height: 266px !important;
}*/

@media screen and (min-width: 640px) and (max-width: 769px){
#school-name h1 {
    padding: 11px 0px 0px 20px !important;
    font-size: 22px !important;
}
}

@media screen and (max-width: 640px) {

#logo img {
    max-width: 90px !important;
    max-height: 90px !important;
}

}

.newsCaption:hover h3, .newsCaption:focus h3, .newsCaption:hover span, .newsCaption:focus span {
    color: #000 !important;
}

.flex-direction-nav a:hover, .flex-direction-nav a:focus {
    opacity: 0.2 !important;
}

/* CHANGES 20/06/22/ IM 60012 - General fixes on header */ 

div#header-right {
    display: none;
    width: 0%;
}

div#header-left {
    width: 100%;
}

#logo img {
    max-width: 80%;
    position: relative;
    float: right;
}

#school-name h1 {
    padding: 17px 0px 0px 20px;
}

@media screen and (max-width: 769px) {
    #school-name h1 {
        padding: 25px 0px 0px 20px !important;
    }
}

@media screen and (max-width: 430px) {
    #school-name h1 {
        padding: 25px 0px 0px 20px !important;
    }

    #logo img {
        max-width: 80% !important;
        position: relative;
        float: initial;
    }
}

.w-33 .indide-padding {
    padding: 5px;
}



.bx-controls-direction {
    position: relative;
}

.bx-controls-direction a {
    position: absolute;
    top: -63px;
    margin-top: 0;
    width: 15px;
    height: 40px;
    z-index: 999;
    color: #ccad00;
    font-size: 35px;
}

.bx-controls-direction a:hover {
    color: #8c7701;
}

.bx-next {
    background-position: -22px;
    right: -50px;
}

.bx-prev {
    left: -25px;
}

.PO-quickLinks {
    padding: 10px 5px;
}

    .facebook-1 {
        display: block;
    }

    .facebook-2 {
        display: none;
    }

blockquote.instagram-media {
    margin: 10px auto 0px auto !important;
}

@media screen and (max-width: 430px) {
   #page > div.ptl_page > div:nth-child(1){
    height: 150px;
}

    .facebook-1 {
        display: none;
    }

    .facebook-2 {
        display: block;
    }
}

/* CHANGES 21/07/22 QL */

/*.bx-controls.bx-has-controls-direction {
    display: none;
}*/

.bx-controls-direction a {
    font-size: 15px;
}

/* --------------------- QUICK LINKS ---------------------- */

.bx-viewport {
 height: 100px !important;
}

.bx-controls-direction{
 position: relative;
}

.bx-prev {
left: -25px;
}

.bx-next {
background-position: -22px;
right: -25px;
}

.bx-prev:hover {
background-position: -37px;
}

.bx-next:hover {
background-position: -59px;
}

.quicklinks-wrapper {
 margin: 0px auto 20px; /*20px auto 20px*/
}

.bx-wrapper { max-width: 90% !important; }

.quicklinks li a {
 opacity: 0.925;
 filter: alpha(opacity=92);
}

.quicklinks li a:hover {
 opacity: 1;
 filter: alpha(opacity=100);
}


/* ------------------------------------------------------------- */

.quicklinks li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 85px;
    width: 88px;
}

.quicklinks li a .title {
    font-size: 10px;
    line-height: 16px;
}

.quicklinks li a .fa {
    font-size: 30px;
    margin-bottom: 5px;
}

.quicklinks li a:hover {
   text-decoration: none;
}

.quicklinks li a {
    text-decoration: none !important;
    color: #000;
}

.quicklinks li a:hover, .quicklinks li a:focus {
    text-decoration: none !important;
    color: #fff;
    background: #000
}

.bx-prev {
    left: -35px;
}

.bx-next {
    right: -35px;
}

li.slide {
    background: #ccad00;
}

.quicklinks li.slide:hover, .quicklinks li.slide:focus {
    background: #000;
}

.bx-controls-direction a {
    position: absolute;
    top: -83px;
    margin-top: 0;
    width: 14px;
    height: 77px;
    background-image: url('../../Servers/Server_619295/Templates/controls_2.png');
    text-indent: -9999px;
    z-index: 999;
}


@media screen and (max-width: 600px) {
.bx-wrapper { max-width: 77% !important; }

}

/* CHANGES 22/8/22 */

.subpage .ptl_page a, .subpage .ptl_page a:hover {
    color: #000;
}

.subpage #news-summary .content a.read-more {
    background: #000000;
    color: #ffffff;
    padding: 5px 10px;
}

.subpage #news-summary .content a.read-more:hover {
    background: #ccad00;
    color: #000;
}

/* CHANGES 25/08/22 */
.centerWrapper {
    text-align: center;
}
.centerMenu {
    vertical-align: top;
    display: inline-block;
}

.subpage .PO-staffDirectory.PO-mobileView .DIR-card .DIR-photo {
    display: block;
}
.subpage .PO-staffDirectory.PO-mobileView .DIR-card .DIR-photo span {
    display: block;
}