@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');

/* --- 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     : @color1

Sec     : @color2

---*/

/* --------------------- COLORS ---------------------- */

/*--Link Color--*/
/*a, a:hover {
color: #330a3e;
}*/

.subpage .ptl_page a,
.subpage .ptl_page a:hover {
  color: #330a3e;
}

/*-- body BG color --*/
body {
  background: #330a3e;
}

/*-- school name text color --*/
#school-name h1 {
  color: #c6b358;
}

/*-- motto text color --*/
#motto {
  color: #ffffff;
}

/*-- menubar BG color --*/
#menubar {
  background: #c6b358;
}

/*---- BANNER CONTROLS ----*/

/*--BTN Background--*/
.nivo-directionNav a {
  background-color: #c6b358 !important;
}
/*--BTN Background HOVER--*/
.nivo-directionNav a:hover {
  background-color: #330a3e !important;
}

.nivo-directionNav a.nivo-prevNav:hover:after{
  border-color: transparent #fff transparent transparent !important;
}

.nivo-directionNav a.nivo-nextNav:hover:after  {    border-color: transparent transparent transparent #fff !important;}


/*-- section heading text color --*/
.sec-header h2,
.sec-header h3 {
  color: #330a3e;
}

/*-- upcoming event BG and text color --*/
a.eventPlaceHolder {
  background: #c6b358;
  color: #333333;
}

.name-of-event {
  color: #333333;
}

/*-- upcoming event text color HOVER --*/
.eventPlaceHolder:hover, .eventPlaceHolder:focus {
  color: #333333;
}

/*-- footer BG color --*/
#footer > .inside-padding {
  background: #25062d;
}

/*-- footer text color --*/
#footer {
  color: #ffffff;
}

/*-- Sidenav LV2 border left color --*/
.sitenavl1 a.navLink {
  border-left: 3px solid #c6b358;
}

/*---- CALENDAR ----*/

/*--Calendar BG's--*/
.mini_calendar_tbl, .tbl_mini_calendar, .tbl_cell_calendar {
  background-color: #c6b358;
}

/*--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: #ffc103;
}

/*--Calendar Today BG and Color--*/
.mini_calendar_day.mini_calendar_today {
  background: #330a3e;
  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--*/

/*--Normal State--*/
.telerik_main_menu .rmRootGroup a {
  color: #330a3e;
}

.telerik_main_menu .rmRootGroup a span {
  color: #330a3e;
}

/*--Over and Focused State ***/
.telerik_main_menu .rmRootGroup a:hover,
.telerik_main_menu .rmRootGroup a.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: #25062d;
}

/*--END OF TOP LEVEL STYLES--*/


/*--DROPDOWN MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup a {
  color: #ffffff;
  background: #330a3e;
}

.telerik_main_menu .rmGroup a span {
  color: #ffffff;
  background: #330a3e;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
  background: #25062d;
  color: #ffffff;
}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
  background: #25062d;
  color: #ffffff;
}

/*--END OF DROPDOWN MENU STYLES--*/

.rmItem:hover {
  background-color: #25062d;
}

.rmItem:hover > a > span {  color: #ffffff; }

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background-color: #25062d;
  color: #ffffff;
}

/*--DROPDOWN LV2 MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup .rmGroup a {
  color: #171717;
  background: #ffffff;
}

.telerik_main_menu .rmGroup .rmGroup a span {
  color: #171717;
  background: #ffffff;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused {
  background: #25062d;
  color: #ffffff;
}

.telerik_main_menu .rmGroup .rmGroup a:hover span,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #25062d;
  color: #ffffff;
}

/*--SECOND LEVEL BORDER LEFT--*/

.rmLevel2 {
  border-left: 4px solid #25062d;
}

/*--END OF DROPDOWN MENU STYLES--*/

/*---- END TELERIK COLORS ----*/

/*------------------------------- END COLORS -------------------------------*/

/* --------------------- IMAGES ---------------------- */

/*-- header BG --*/
#header > .inside-padding {
  background: url('https://cdnsm5-ss18.sharpschool.com/UserFiles/Servers/Server_66689/Templates/header.jpg');
}

/*-- banner curve --*/
#banner .bannerComponent:after, #banner .bannerContainer:after {
  background: url('https://cdnsm5-ss18.sharpschool.com/UserFiles/Servers/Server_66689/Templates/banner-curve.png');
}

/*-- footer BG --*/
#footer:after {
  background-image: url('https://cdnsm5-ss18.sharpschool.com/UserFiles/Servers/Server_66689/Templates/footer-bg.png');
}

/*--Navigation Arrow BG--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  background: url('https://cdnsm4-ss18.sharpschool.com/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;
  text-align: center;
}

ul.quick-links li {
  display: inline;
}

ul.quick-links a {
  background: #330a3e;
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  height: 75px;
  padding-top: 5px;
  margin: 0px 2px;
}

ul.quick-links a:hover { opacity: 0.8; }

/*------------------------------- END QUICK LINKS -------------------------------*/
#header > .inside-padding {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 980px;
}

#header-left a { display: block; }

#header-left a:hover, #header-left a:focus { text-decoration: none; opacity: 0.8; }

#logo, #boiler-logo {
  float: left;
  width: 17%;
}

#logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

#boiler-logo img {
    width: 100%;
    max-width: 80px;
}

#school-name {
  float: left;
  padding: 0 20px;
}

#school-name h1 {
  margin: 0px;
  font-family: 'latoblack';
  text-transform: uppercase;
  font-size: 30px;
  padding: 25px 0px 0px 0px;
  font-weight: normal;
  letter-spacing: 1px;
}

#motto {
  font-size: 24px;
  letter-spacing: 1px;
}

#banner.row {
  max-width: 1000px;
  margin-bottom: 0px;
}

#content-bottom {
  max-width: 1000px;
  margin: 0px auto;
  background: url('https://cdnsm5-ss18.sharpschool.com/UserFiles/Servers/Server_66689/Templates/page-bg.jpg');
  background-size: 100% 1px;
  padding: 0px 15px 25px 15px;
}

#banner .ptl_portlet_vertical {
  overflow: visible;
}

#banner .nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#banner .bannerComponent:after, #banner .bannerContainer:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 275px;
  bottom: -10px;
  left: 0px;
  z-index: 100;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

#banner .nivo-directionNav a {
  display: block;
  width: 31px !important;
  height: 31px !important;
  background-repeat: no-repeat !important;
  z-index: 999 !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 #000 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 #000;
}

#banner .bannerContainer.bannerShowControls .nivo-caption {
  padding-bottom: .5em !important;
}

#banner .nivo-controlNav { display: none !important; }

.w-66 {
  margin-top: -80px;
  z-index: 999;
  position: relative;
}

.sec-header h2,
.sec-header h3 {
  font-family: 'bebas_neueregular';
  font-size: 35px;
  margin: 10px 0px 15px;
  font-weight: normal;
  display: inline-block;
}

a.eventPlaceHolder, a.eventPlaceHolder:hover, a.eventPlaceHolder:focus {
  border-radius: 10px;
  margin-bottom: 10px;
}

.eventPlaceHolder:hover, .eventPlaceHolder:focus {
  background: #330a3e;
  color: #fff;
}

.eventPlaceHolder:hover .name-of-event, .eventPlaceHolder:focus .name-of-event {
  color: #fff;
}

.eventPlaceHolder:hover .ev-b-p, .eventPlaceHolder:focus .ev-b-p {
    border-right: 2px solid #fff;
}

.inner-eventPlaceHolder {
  width: 100%;
  float: none;
}

.time { font-size: 13px; }

.inner-news-content .date {
  float: none;
  width: auto;
  text-align: left;
}

.ptl_page > .inside-padding {
  padding: 0px 10px 0px 10px;
}

#footer {
  max-width: 1000px;
  margin: 0px auto 30px;
  padding: 0px;
  position: relative;
}

#footer:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto;
  z-index: 2;
}

#footer > .inside-padding {
  margin: 0px 10px 0px 10px;
  padding: 125px 20px 10px 20px;
}

#footer h3 {
  font-weight: normal;
  font-family: 'bebas_neueregular';
  font-size: 27px;
  margin: 0px;
  letter-spacing: 1px;
}

#footer-address {
  color: #FFF;

}

ul#social {
  list-style: none;
  margin: 43px 40px 0px 0px;
  padding: 0px;
  float: right;
}

#social li.icn {
  display: inline-block;
  padding: 0px 3px 0px 3px;
}

#social li.icn a {
  width: 40px;
  height: 40px;
  display: inline-block;
}

#social li.icn.facebook a { background-position: 0px 0px; }
#social li.icn.twitter a { background-position: -40px 0px; }
#social li.icn.youtube a { background-position: -80px 0px; }
#social li.icn.email a { background-position: -120px 0px; }

#social li.icn a {
  background: url('https://cdnsm4-ss18.sharpschool.com/common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media/social-sprite.png');
}

#footer-left {
  width: 70%;
  float: left;
}

#footer-right {
  width: 30%;
  float: right;
  position: relative;
  z-index: 99;
}

#menubar {
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
}

.subpage #menubar {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.subpage #page {
  max-width: 980px;
  margin: 0px auto;
  padding: 10px;
  background: url('https://cdnsm5-ss18.sharpschool.com/UserFiles/Servers/Server_66689/Templates/page-bg.jpg');
  background-size: 100% 1px;
}

#sub-content-left {
  width: 23%;
  float: left;
}

#sub-content-right {
  width: 77%;
  float: left;
}

.sitenavl0 { padding-left: 0px; }

a.navLink {
  display: block;
  padding: 10px;
  margin: 0px 0px 5px;
}

.sitenavl0 a.navLink {
  font-family: 'latobold';
}

.sitenavl1 a.navLink {
  padding: 3px 6px 3px 6px;
  margin: 6px 0px 6px 0px;
}

.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;
}

#breadcrumbs {
  margin: 5px 0px 5px;
}

#spanBreadcrumbPageId {
  font-family: 'latobold';
}

#main-content .row {
  border-radius: 15px;
  overflow: hidden;
}

#main-content .row .inside-padding {
  background: #ffffff;
}

#inside-nav {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  padding: 0px;
  min-height: 300px;
}

#RSSLink {
  position: absolute;
  top: -47px;
  right: 10px;
}

.RadMenu a.rmLink {
  line-height: 50px;
}

/*** 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 12px 0px 12px !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 {
}

.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 ***/


.mini_calendar_tbl {
  margin: 0px auto 10px;
  width: 100%;
  padding: 10px 0px 10px;
  border-radius: 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: .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;
}

.pubDropdown-wrapper,
.pubDropdown-btn,
#pubWrapper-btn {
  color: #ffffff;
}



a#mobile-bar {
  line-height: 50px;
  text-indent: 15px;
}

.current-head .nav-toggle {
  background: #D7D7D7;
}

.nav-toggle span { color: #D7D7D7; }



@media screen and (max-width: 1020px) {

  #footer { margin: 0px 10px 30px 10px }

  .subpage #page { margin: 0px 10px 0px 10px }

}

@media screen and (max-width: 860px) {

  body .w-66, body .w-33 { width: 50%; }

}
@media screen and (max-width: 640px) {

  body .w-66, body .w-33 { width: 100%; }

  .w-66 { margin-top: 0px; }

  #school-name { padding-left: 0px; }

  #banner .nivo-directionNav a {
    z-index: 1000 !important;
  }

}

#social li.icn a:hover {
  opacity: 0.8;
}


/*===== FONTS =====*/

@font-face {
  font-family: 'bebas_neueregular';
  src: url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/BebasNeue-webfont.eot');
  src: url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/BebasNeue-webfont.woff') format('woff'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/BebasNeue-webfont.ttf') format('truetype'),
  url('https://cdnsm1-sstemplatefonts.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://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-bol-webfont.eot');
  src: url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-bol-webfont.woff') format('woff'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-bol-webfont.ttf') format('truetype'),
  url('https://cdnsm1-sstemplatefonts.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://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-reg-webfont.eot');
  src: url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-reg-webfont.woff') format('woff'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-reg-webfont.ttf') format('truetype'),
  url('https://cdnsm1-sstemplatefonts.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://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-lig-webfont.eot');
  src: url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-lig-webfont.woff') format('woff'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-lig-webfont.ttf') format('truetype'),
  url('https://cdnsm1-sstemplatefonts.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://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-bla-webfont.eot');
  src: url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-bla-webfont.woff') format('woff'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-bla-webfont.ttf') format('truetype'),
  url('https://cdnsm1-sstemplatefonts.sharpschool.com/common/template-fonts/lato-bla-webfont.svg#latoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------------------------------------------------*/

.label_skin_corporation a:hover {
  text-decoration: none;
  color: #fff;
}

/*-----------------------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: #25062d;
  color: #fff;
}



/* -- level two menu expand --- */

li.rmItem a.rmExpanded span.rmText.rmExpandRight {
  background: #25062d;
  color: #fff;
}



a.navLink {
  text-decoration: underline;
}

a.navLink:hover, a.navLink:focus {
  text-decoration: none;
}

.RadMenu ul.rmRootGroup {
  list-style: none;
}

.bannerComponent {
    position: relative;
}

#news-summary .content a.read-more {
    background: #330a3e;
}

#news-summary .content a.read-more:hover, #news-summary .content a.read-more:focus {
    background: #282828;
}

.homepage .w-66 ul.QL-defaultTemplate li {
    border: none;
    padding: 10px;
    box-sizing: border-box;
}

.homepage .w-66 ul.QL-defaultTemplate li a {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #330a3e;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.homepage .w-66 ul.QL-defaultTemplate li a .QL-text {
    font-size: 14px;
}

.homepage .w-66 ul.QL-defaultTemplate li a .fa {
    font-size: 30px;
    margin: 0 0 10px 0;
}

.homepage .w-66 ul.QL-defaultTemplate li a:hover, .homepage .w-66 ul.QL-defaultTemplate li a:focus {
    background: #c6b358;
    text-decoration: none;
    color: #000;
}

.homepage .w-66 ul.QL-defaultTemplate li a:hover .QL-text, .homepage .w-66 ul.QL-defaultTemplate li a:focus .QL-text {
    text-decoration: none;
}

.homepage .w-66 ul.QL-defaultTemplate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.portal-breadcrumb a {
    text-decoration: underline;
}

.portal-breadcrumb a:hover, .portal-breadcrumb a:focus {
    text-decoration: none;
}

#aspnetForm[action$="portletAction=edit"] #content-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
}

.A_maximizeButton {
    background: #005e87;
}

#social li.twitter a {
    background: #1DA1F2;
    border-radius: 50%;
    text-indent: 0;
    position: relative;
}

#social li.twitter a svg {
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
}

#header > .inside-padding {
    background: #fff;
}

#school-name h1 {
    color: #330a3e;
    padding: 0;
}

#motto {
    color: #330a3e;
}

#header-left a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#logo img {
    max-width: 200px;
    width: 100%;
}


#boiler-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 900px) {
    #header-left a {
    flex-wrap: wrap;
    text-align: center;
}
    #school-name {
        width: 100%;
        order: 2;
    }
    #logo, #boiler-logo {
        width: auto !important;
        order: 1;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

#motto {
    text-align: center;
    font-family: "Satisfy", cursive;
    font-size: 26px;
}

@media screen and (max-width: 900px) {
    #school-name {
    padding: 0;
}
}
