/* --- FONTS --- 

 font-family: 'latobold';
 font-family: 'latoregular';
 font-family: 'pt_sansbold';
 font-family: 'latobold_italic';
 font-family: 'latoitalic';
 font-family: 'latolight';

 ------------ */
/*--- COLOR GUIDE - FIND AND REPLACE THESE COLORS

Dom       : $color-1
Dom Light : $color-1-light
Dom Dark  : $color-1-dark

Sec       : $color-2
Sec Light : $color-2-light

---*/
/*--- COLOR GUIDE - FIND AND REPLACE THESE COLORS

Dom     : @color1

Sec     : @color2

---*/
/* --------------------- COLORS ---------------------- */
/*--Link Color--*/
.subpage .ptl_page a {
  color: #003366; }

/*-- header BG color --*/
#header, #menubar {
  background: #517ca8; }

/*-- header border bottom color --*/
#menubar:after {
  background: #336699; }

/*-- school name span color --*/
#school-name h1 span {
  color: #000000; }

/*-- motto BG and text color --*/
#motto {
  background: #336699;
  color: #000000; }

/*-- section heading BG and text color --*/
.sec-header {
  background: #4d7aa7;
  color: #ffffff; }

/*-- footer school name color --*/
#footer h3 {
  color: #fff !important; }

/*--Breadcrumb Link Color--*/
#breadcrumbs a {
  color: #FFFFFF; }

/*--Header Weather Box BG--*/
.weather {
  background: #FFFFFF; }

/*--Header Weather Social Section BG--*/
.w-social {
  background: #336699; }

/*--Header Weather Social Section Hover BG--*/
.wicn:hover {
  background-color: #336699; }

/*-- News caption BG color --*/
.newsCaption, #news-summary .content a.read-more:hover {
  background: #FFFFFF; }

/*--Upcoming Events BG--*/
.ptl_page .eventPlaceHolder {
  background-color: #517ca8;
  color: #000; }

/*--Upcoming Events Triangle Color--*/
.eventPlaceHolder:after {
  background: #336699; }

/*--Upcoming Events Triangle Color--*/
.eventPlaceHolder:before {
  border-color: #336699 transparent transparent transparent; }

/*--Upcoming Events Title Color--*/
.name-of-event, .name-of-event a {
  color: #000; }

/*--Upcoming Events Title Hover--*/
.name-of-event a:hover {
  color: #000; }

/*---- BANNER CONTROLS ----*/
/*--BTN Background--*/
.nivo-directionNav a {
  background-color: #FFFFFF !important; }

/*--BTN Background HOVER--*/
.nivo-directionNav a:hover {
  background-color: #517ca8 !important; }

/*-- magic line BG color --*/
#magic-line {
  background: #FFFFFF; }

/*-- magic line border left and right --*/
li#magic-line:after, li#magic-line:before {
  border-left: 3px solid #e6e6e6; }

/*---- CALENDAR ----*/
/*--Calendar BG's--*/
.mini_calendar_tbl, .tbl_mini_calendar, .tbl_cell_calendar {
  background-color: #336699; }

/*--Calendar Number Boxes BG--*/
.mini_calendar_day {
  background: #ffffff; }

/*--Calendar 'Days of The Week' Colors--*/
td.mini_calendar_header {
  color: #ffffff; }

/*--Top of the Calendar BG Color--*/
.cal-top {
  background: #517ca8; }

/*--Calendar Today BG and Color--*/
.mini_calendar_day.mini_calendar_today {
  background: #FFFFFF;
  color: #ffffff; }

/*--Calendar 'Go to Main Calendar' Color--*/
A.mini_calendar_header:link, A.mini_calendar_header:visited {
  color: #ffffff; }

/*--Calendar 'Go to Main Calendar' Color Hover--*/
A.mini_calendar_header:hover {
  color: #ffffff; }

/*--Calendar Event Text Color--*/
A.mini_calendar_day:link, A.mini_calendar_day:visited {
  color: #ffffff;
  background: #333333; }

/*--Calendar Event Hover BG Color and Text Color--*/
A.mini_calendar_day:hover {
  color: #ffffff;
  background: #333333; }

/*--Calendar Today With Event BG and Color--*/
a.mini_calendar_day.mini_calendar_today {
  background: rgba(255, 255, 255, 0.39);
  color: #ffffff; }

/*-- Calendar Arrows --*/
.cal-btn-l {
  border-color: transparent #ffffff transparent transparent; }

.cal-btn-r {
  border-color: transparent transparent transparent #ffffff; }

/*---- TELERIK COLORS ----*/
/*--TOP LEVEL STYLES--*/
.RadMenu .rmGroup .rmText {
  color: #ffffff; }

/*--Normal State--*/
.inner-bar a, .telerik_main_menu .rmRootGroup a {
  color: #ffffff; }

.telerik_main_menu .rmRootGroup a span {
  color: #ffffff; }

/*--Over and Focused State ***/
.inner-bar a:hover, .telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  color: #000; }

.telerik_main_menu .rmRootGroup a:hover span, .telerik_main_menu .rmRootGroup a.rmFocused span {
  color: #000; }

/*--TOP LEVEL HOVER BG COLOR AND IMAGES (two images)--*/
.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  background-color: transparent; }

/*--END OF TOP LEVEL STYLES--*/
/*--DROPDOWN MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup a {
  color: #ffffff;
  background: #336699; }

.telerik_main_menu .rmGroup a span {
  color: #ffffff;
  background: #336699; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  background: #336699;
  color: #ffffff; }

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  background: #336699;
  color: #ffffff; }

/*--END OF DROPDOWN MENU STYLES--*/
.rmItem:hover {
  background-color: transparent; }

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background-color: #336699; }

/*--DROPDOWN LV2 MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup .rmGroup a {
  color: #ffffff;
  background: #222222; }

.telerik_main_menu .rmGroup .rmGroup a span {
  color: #ffffff;
  background: #222222; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover, .telerik_main_menu .rmGroup .rmGroup a.rmFocused {
  background: #FFFFFF;
  color: #ffffff; }

.telerik_main_menu .rmGroup .rmGroup a:hover span, .telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #FFFFFF;
  color: #ffffff; }

/*--SECOND LEVEL BORDER LEFT--*/
.rmLevel2 {
  border-left: 4px solid #336699; }

/*--END OF DROPDOWN MENU STYLES--*/
/*---- END TELERIK COLORS ----*/
/*------------------END COLORS---------------------*/
/*------------------------------- END COLORS -------------------------------*/
/* --------------------- IMAGES ---------------------- */
/*--------WEATHER SOCIAL SPRITES PICK LIGHT OR DARK--------*/
/*-WEATHER SOCIAL SPRITE LIGHT-*/
.wicn {
  background: url(../../../Common/resources/DesignPortfolio/SiteThemes/aurora/w-social-inc-sprite.png); }

/*-WEATHER SOCIAL SPRITE DARK-*/
/*
.wicn {
 background: url(/Common/resources/DesignPortfolio/SiteThemes/aurora/w-social-inc-sprite-dark.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 ---------------------- */
.quicklinks a {
  background-color: #517ca8;
  display: block;
  padding: 5px 0px 6px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.quicklinks a:after {
  content: '';
  display: block;
  width: 110%;
  height: 100%;
  background: #336699;
  position: absolute;
  top: 0px;
  left: -92%;
  transition: all 0.5s ease;
  -ms-transform: skew(-16deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-16deg, 0deg);
  /* Chrome, Safari, Opera */
  transform: skew(-16deg, 0deg); }

.quicklinks a:hover:after {
  left: -4%; }

.quicklinks li a img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
  display: block;
  position: relative;
  z-index: 44; }

.quicklinks li a:hover img {
  opacity: 1; }

.quicklinks {
  list-style: none;
  margin: 0;
  padding: 0; }

/*------------------------------- END QUICK LINKS -------------------------------*/
body .row {
  margin-bottom: 10px; }

body #header > .inside-padding {
  padding: 0px 0px 0px 0px;
  max-width: 990px; }

body .inside-padding {
  padding: 5px; }

#header-left {
  width: 25%;
  float: left; }

#header-center a:hover {
  text-decoration: none; }

#header-center {
  float: left;
  width: 50%;
  text-align: center; }

#header-right {
  float: left;
  width: 25%; }

#logo {
  padding: 15px 0px 15px;
  text-align: center; }

#logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

#school-name {
  margin-top: 20px; }

#school-name h1 {
  font-family: 'pt_sansbold';
  font-size: 40px;
  font-weight: normal;
  margin: 0px;
  text-transform: uppercase; }

#motto {
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: normal;
  margin: 0px;
  letter-spacing: 1px;
  padding: 3px;
  margin-top: 13px; }

#header-address {
  font-family: 'latobold', Arial, Helvetica, sans-serif;
  font-weight: normal; }

.sec-header {
  padding: 13px 70px 13px 13px;
  margin-bottom: 10px; }

.sec-header h2, .sec-header h3 {
  font-family: 'latobold', Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  margin: 0px; }

.d-bg {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 10px; }

#banner .nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#menubar {
  position: relative; }

#menubar:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  z-index: 1; }

.inner-bar {
  max-width: 982px;
  margin: 0px auto;
  background: #333333;
  position: relative;
  z-index: 3000;
  border: 4px solid #000000;
  border-bottom: none; }

/*------- UPCOMING EVENTS-------*/
.eventPlaceHolder, .eventPlaceHolder:hover {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 10px 12px 10px 12px;
  font-family: 'latoregular';
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.eventPlaceHolder:after {
  content: '';
  display: block;
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -92%;
  transition: all 0.5s ease;
  -ms-transform: skew(-16deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-16deg, 0deg);
  /* Chrome, Safari, Opera */
  transform: skew(-16deg, 0deg); }

.eventPlaceHolder:hover:after {
  left: -4%; }

.event-date {
  position: relative;
  z-index: 44; }

.name-of-event a {
  font-family: 'latoregular'; }

.name-of-event a:hover {
  font-family: 'latoregular'; }

.time {
  position: relative;
  z-index: 44; }

.full-date {
  font-size: 15px; }

#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 #336699 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 #336699; }

#banner .bannerContainer.bannerShowControls .nivo-caption {
  padding-bottom: 0.5em !important; }

#banner .nivo-controlNav {
  display: none !important; }

/* ----------- WEATHER----------*/
.weather-temp span.deg {
  font-size: 14px;
  position: relative;
  top: -14px;
  font-family: arial; }

.weather-temp span.typ {
  font-size: 16px;
  position: relative;
  left: 3px; }

.weather {
  
  height: 132px;
  float: right; }

#weather {
  width: 105px;
  float: left;
  text-align: center; }

.weather-temp {
  color: #fff;
  font-family: arial;
  font-size: 25px; }

.weather-location {
  display: none; }

.weather-img img {
  max-width: 95px; }

.w-social {
  width: 35px;
  float: right;
  height: 132px; }

.wicn {
  display: inline-block;
  float: left; }

.wicn a {
  display: block;
  width: 35px;
  height: 33px; }

.youtube-icn.wicn {
  background-position: 0px 0px; }

.email-icn.wicn {
  background-position: 0px -32px; }

.facebook-icn.wicn {
  background-position: 0px -64px; }

.twitter-icn.wicn {
  background-position: 0px -96px; }

#footer {
  background: #424242;
  border-top: 10px solid #222222;
  color: #ffffff;
  margin: 15px 0px 0px; }

#footer .inside-padding {
  padding: 30px 10px 30px 10px; }

#footer-left {
  width: 75%;
  float: left; }

#footer-right {
  width: 25%;
  float: left; }

#footer-address {
  color: #FFF; }

#footer h3 {
  font-family: 'pt_sansbold';
  font-size: 28px;
  font-weight: normal;
  margin: 0px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }

#footer ul.social {
  height: 50px;
  margin-bottom: -10px; }

#footer ul.social {
  list-style: none;
  margin: 0px;
  padding: 0px; }

#footer ul.social li {
  float: left;
  margin-right: 5px; }

#footer ul.social li.icn a {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #ffffff; }

#footer ul.social li.icn a:hover {
  background-color: #517ca8; }

.icn.youtube a {
  background-position: 0px 0px !important; }

.icn.email a {
  background-position: -50px 0px !important; }

.icn.facebook a {
  background-position: -100px 0px !important; }

.icn.twitter a {
  background-position: -150px 0px !important; }

/*FOOTER SOCIAL SPRITE*/
#footer ul.social li.icn a {
  background-image: url('../../../Common/resources/DesignPortfolio/SiteThemes/aurora/footer-social-sprite.png'); }

.mini_calendar_tbl {
  margin: 0px auto 10px;
  width: 100%;
  padding: 10px 0px 10px; }

.mini_calendar_tbl table {
  margin: 0px auto;
  width: 97%; }

.tbl_cell_calendar {
  width: 13%;
  height: 13%; }

.mini_calendar_day {
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  width: 100%;
  display: inline-block;
  padding: 6px 0px 6px 0px;
  min-height: 15px; }

td.mini_calendar_header {
  font-weight: normal;
  font-size: 18px;
  background: none;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  line-height: 16px;
  padding-bottom: 9px;
  font-family: 'latobold';
  letter-spacing: 0.5px;
  text-transform: uppercase; }

td.mini_calendar_header_small {
  background: #1a7da6; }

A.mini_calendar_header:link, A.mini_calendar_header:visited {
  font-weight: normal;
  text-align: center;
  display: block;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 15px;
  margin-top: 8px; }

A.mini_calendar_header:hover {
  font-weight: normal;
  text-align: center;
  display: block;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-size: 15px;
  margin-top: 8px; }

A.mini_calendar_day:link, A.mini_calendar_day:visited {
  font-weight: normal;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none; }

A.mini_calendar_day:hover {
  font-weight: normal;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none; }

/*-- Calendar Arrows Hover --*/
.cal-btn-l:hover {
  opacity: 0.8; }

.cal-btn-r:hover {
  opacity: 0.8; }

.cal-btn-l {
  position: relative;
  top: 0px;
  left: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  display: block;
  text-indent: -9999px; }

.cal-btn-r {
  position: relative;
  top: 0px;
  right: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  display: block;
  text-indent: -9999px; }

.cal-btn-r:focus, .cal-btn-l:focus {
  outline-color: transparent;
  outline-style: none; }

span.mini_calendar_day:empty {
  position: relative;
  top: 1px; }

.RadMenu a.rmLink {
  line-height: 78px; }

/*** START OF TOP LEVEL MENU STYLES ***/
.telerik_main_menu a, .telerik_main_menu a:hover {
  text-decoration: none;
  font-size: 13px;
  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: 'latoregular';
  font-weight: normal;
  font-size: 12pt; }

.RadMenu .rmLink {
  float: left;
  outline: 0 none;
  padding-left: 0px !important; }

.RadMenu .rmHorizontal .rmText {
  padding: 0px 10px 0px 10px !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: 'latoregular'; }

.telerik_main_menu .rmRootGroup a span {
  text-decoration: none;
  font-size: 14px;
  font-family: 'latoregular'; }

/*** Over and Focused State ***/
.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  text-decoration: none;
  background-position: left top, right top;
  background-repeat: no-repeat; }

.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 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 ***/


#magic-line {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100px;
  height: 78px;
  z-index: -1; }

.RadMenu .rmHorizontal .rmItem {
  z-index: 200; }

li#magic-line:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 78px; }

li#magic-line:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0px;
  height: 78px; }

.credits {
  background: #333333;
  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:none; 
 color:#fff;
}

.subpage #page {
  max-width: 1000px;
  margin: 0px auto;
  padding: 10px; }

#sub-content-left {
  width: 23%;
  float: left; }

#sub-content-right {
  width: 77%;
  float: left; }

a.navLink {
  display: block;
  padding: 6px; }

.sitenavl0.currentpage a.navLink {
  background: #f5f5f5; }

.sitenavl1 a.navLink {
  padding: 3px 6px 3px 6px;
  margin: 6px 0px 6px 0px; }

#breadcrumbs {
  font-family: 'latobold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 10px 0px 10px;
  display: block;
  letter-spacing: 0.05em; }

#breadcrumbs a {
  font-family: 'latobold', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

#breadcrumbs a:hover {
  font-family: 'latobold', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

#breadcrumbs span {
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */ }

.sec-header {
  position: relative;
  overflow: hidden; }

.sec-header span:last-child:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 100px 48px;
  position: absolute;
  right: 16px;
  bottom: 0px;
  border-color: transparent transparent #336699 transparent; }

.sec-header span:last-child:after {
  content: '';
  width: 31px;
  height: 100px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #336699; }

.sec-header span:first-child {
  background-repeat: no-repeat;
  background-position: right 0px;
  width: 43px;
  height: 43px;
  display: inline-block;
  position: absolute;
  z-index: 66;
  background-image: url(../../../Common/resources/DesignPortfolio/SiteThemes/Unified/Yellow/header-icn-sprite.png);
  top: 50%;
  right: 0px;
  margin-top: -22.5px; }

.sec-header.noicon span {
  background-image: none; }

.sec-header.clndr span:first-child {
  background-position: right -3px; }

.sec-header.upcomng span:first-child {
  background-position: right -50px; }

.sec-header.qcklnks span:first-child {
  background-position: right -97px; }

.sec-header.rcnt span:first-child {
  background-position: right -144px; }

a#mobile-bar {
  background-repeat: no-repeat;
  background-position: 0px 12px;
  margin-left: 8px;
  cursor: pointer;
  cursor: hand;
  font-family: 'loveloblack', Arial, Helvetica, sans-serif;
  line-height: 40px;
  font-size: 17px;
  background-image: url(../../../Common/resources/DesignPortfolio/SiteThemes/Unified/Yellow/reso-m-btn.png);
  color: #ffffff; }

#social li.icn a:hover {
  opacity: 0.8; }

@media screen and (max-width: 640px) {
  #logo {
    padding: 15px 0px 0px; }

  #header-right {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 35px; }

  #footer-address {
    color: #FFF; }

  .weather {
    width: 35px; }

  #weather {
    display: none; }

  #header-center {
    width: 90%;
    margin: 0px auto;
    float: none;
    padding-bottom: 20px; }

  .w-66 {
    padding-top: 5px; }
 }

@media screen and (max-width: 470px) {
  .newsItem {
    width: 100%;
    float: none; }

  .newsItem img {
    margin-left: 0px;
    left: 0px; }
 }

/*=== FONTS ===*/
@font-face {
  font-family: 'latobold';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bol-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bol-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bol-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.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-ss19.sharpschool.com/common/template-fonts/lato-reg-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-reg-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-reg-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-reg-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pt_sansbold';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/PTS75F-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/PTS75F-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/PTS75F-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold_italic';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bolita-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bolita-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bolita-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bolita-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bolita-webfont.svg#latobold_italic') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoitalic';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-regita-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-regita-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-regita-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-regita-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-regita-webfont.svg#latoitalic') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latolight';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-lig-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-lig-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-lig-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-lig-webfont.svg#latolight') format('svg');
  font-weight: normal;
  font-style: normal; }

/*-------------------------------------------------------------------------*/


.rmHorizontal > li > a.rmExpanded > span,.rmHorizontal > li > a.rmFocused > span,.rmHorizontal > li > a.rmSelected > span,.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span, .telerik_main_menu .rmGroup a.rmExpanded span {

background:#fff;
color:#000;


}

#banner a.nivo-nextNav:hover:after {

border-color: transparent transparent transparent #fff;

}
#banner a.nivo-prevNav:hover:after {

  border-color: transparent #fff transparent transparent;

}
div#header-address {
    color: #000 !important;
}
div#breadcrumbs a {


color:#000 !important;
text-decoration:underline;
}
div#breadcrumbs a:hover {

text-decoration:none;

}

.inside-padding,.inner-bar { max-width:1200px !important; }

body a:hover, body a:focus {
    text-decoration: underline !important;
}

.RadMenu .rmLink:hover span, .RadMenu .rmLink:focus span {
    text-decoration: underline !important;
}

body #breadcrumbs a:hover, body #breadcrumbs a:focus {
    text-decoration: underline;
}


.telerik_main_menu .rmGroup a.rmFocused span {
    text-decoration: underline !important;
}
