/* --- 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--*/
a, a:hover {
  color: #003366; }

.subpage .ptl_page a {
  color: #003366; }

/*-- Under banner ribbon BG color --*/
.row.bg-d {
  background: #003366; }

/*-- Social media BG HOVER --*/
#social li.icn a:hover {
  background-color: #91aa34; }

/*-- Menubar border top color --*/
.inner-bar {
  border-top-color: #91aa34; }

/*-- Upcoming events month/time color --*/
.month, .when-to-when {
  color: #91aa34; }

/*-- Sidenav LV2 border left color --*/
.sitenavl1 a.navLink {
  border-left-color: #91aa34; }

/*---- CALENDAR ----*/
/*--Calendar BG's--*/
.mini_calendar_tbl, .tbl_mini_calendar, .tbl_cell_calendar {
  background-color: transparent; }

/*--Calendar Number Boxes BG--*/
.mini_calendar_day {
  background: transparent; }

/*--Calendar 'Days of The Week' Colors--*/
td.mini_calendar_header {
  color: #91aa34; }

/*--Top of the Calendar BG Color--*/
.cal-top {
  background: #ffc103; }

/*--Calendar Today BG and Color--*/
.mini_calendar_day.mini_calendar_today {
  background: #003366;
  color: #ffffff; }

/*--Calendar 'Go to Main Calendar' Color--*/
A.mini_calendar_header:link, A.mini_calendar_header:visited {
  color: #282828; }

/*--Calendar 'Go to Main Calendar' Color Hover--*/
A.mini_calendar_header:hover {
  color: #282828; }

/*--Calendar Event Text Color--*/
A.mini_calendar_day:link, A.mini_calendar_day:visited {
  color: #ffffff;
  background: #91aa34; }

/*--Calendar Event Hover BG Color and Text Color--*/
A.mini_calendar_day:hover {
  color: #ffffff;
  background: #91aa34; }

/*--Calendar Today With Event BG and Color--*/
a.mini_calendar_day.mini_calendar_today {
  background: rgba(255, 255, 255, 0.39);
  color: #282828; }

/*-- Calendar Arrows --*/
.cal-btn-l {
  border-color: transparent #91aa34 transparent transparent; }

.cal-btn-r {
  border-color: transparent transparent transparent #91aa34; }

/*---- TELERIK COLORS ----*/
/*--TOP LEVEL STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmRootGroup li a {
  color: #1D1D1D; }

.telerik_main_menu .rmRootGroup a span {
  color: #1D1D1D; }

/*--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: #003366; }

/*--END OF TOP LEVEL STYLES--*/
/*--DROPDOWN MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup a {
  color: #ffffff;
  background: #91aa34; }

.telerik_main_menu .rmGroup a span {
  color: #ffffff;
  background: #91aa34; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  background: #003366;
  color: #ffffff; }

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  background: #003366;
  color: #ffffff; }

/*--END OF DROPDOWN MENU STYLES--*/
.rmItem:hover {
  background-color: #003366; }

.rmItem:hover > a > span {
  color: #ffffff; }

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background-color: #003366; }

/*--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: #91aa34;
  color: #ffffff; }

.telerik_main_menu .rmGroup .rmGroup a:hover span, .telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #91aa34;
  color: #ffffff; }

/*--SECOND LEVEL BORDER LEFT--*/
.rmLevel2 {
  border-left: 4px solid #003366; }

/*--END OF DROPDOWN MENU STYLES--*/
/*---- END TELERIK COLORS ----*/
/*--UPCOMING EVENTS--*/
.abtnPrev a, .abtnPrev a:hover, .abtnNext a, .abtnNext a:hover {
  background: #333333;
  color: #ffffff; }

/*--END UPCOMING EVENTS--*/
/* ------------------------------------------------------------- */
/* --------------------- IMAGES ---------------------- */
/*--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 IMAGES ---------------------- */
/* --------------------- QUICK LINKS ---------------------- */
.bx-viewport {
  height: 100px !important; }

.bx-controls-direction {
  position: relative; }

.bx-controls-direction a {
  position: absolute;
  top: -90px;
  margin-top: 0;
  width: 15px;
  height: 77px;
  background-image: url(../../../Common/resources/DesignPortfolio/SiteThemes/Savvy/Purple/controls.png);
  text-indent: -9999px;
  z-index: 999; }

.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: 20px auto 20px; }

.bx-wrapper {
  max-width: 84% !important; }

.quicklinks li a {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.quicklinks li a:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

/* ------------------------------------------------------------- */
body .w-33 {
  float: right; }

body .w-66 {
  float: right; }

.row.bg-d p {
  color: #ffffff;
  margin: 0px;
  font-size: 18px;
  line-height: 29px; }

.row.bg-d {
  margin-bottom: 0px; }

.row.bg-d .inside-padding {
  padding: 20px; }

.mb-0 > .inside-padding {
  padding: 0px 10px 0px 10px; }

#header > .inside-padding {
  padding: 20px 10px 20px 10px;
  position: relative; }

#content-col-wrapper.row {
  margin-bottom: 0px; }

body {
  background: #f4f4e9; }

.sec-header h2, .sec-header h3 {
  margin: 0px 0px 15px;
  color: #141f3e;
  font-family: 'lusitanaregular';
  font-size: 26px;
  padding: 5px 5px 5px 5px;
  border-top: 8px solid #000;
  border-bottom: 1px solid #000;
  font-weight: bold; }

#header-left {
  width: 75%;
  float: left; }

#header-right {
  float: left;
  width: 25%; }

#logo {
  float: left;
  width: 17%; }

#logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

#school-name {
  float: left;
  width: 83%; }

#school-name h1 {
  margin: 0px;
  font-family: 'lusitanaregular';
  text-transform: uppercase;
  font-size: 33px;
  padding: 5px 10px 10px 10px;
  font-weight: normal; }

#header-left a:hover {
  text-decoration: none !important; }

#motto {
    font-family: 'latolight';
    font-size: 30%;
    font-weight: bolder;
}

ul#social {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right; }

#social li.icn {
  display: inline-block;
  padding: 0px 3px 0px 3px; }

#social li.icn a {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%; }

#social li.icn.facebook a {
  background-position: -38px 3px; }

#social li.icn.twitter a {
  background-position: 3px 3px; }

#social li.icn.youtube a {
  background-position: -157px 3px; }

#social li.icn.email a {
  background-position: -118px 3px; }

#social li.icn a {
  background-image: url(../../../Common/resources/DesignPortfolio/SiteThemes/Savvy/Purple/social-sprite.png);
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }

#social li.icn a {
  background-color: #282828; }

.inner-bar {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px;
  background: #ffffff;
  border-top-width: 8px;
  border-top-style: solid; }

#banner.row {
  margin-bottom: 0px;
  background: #ffffff; }

#banner .inside-padding {
  padding: 0px; }

.nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#RSSLink {
  position: absolute;
  top: -49px;
  right: 10px; }

.inside-bg {
  background: #ffffff;
  padding: 15px 0px 10px 0px; }

.eventPlaceHolder {
  margin: 20px auto 0px;
  width: 90%; }

.information {
  margin-left: 0px; }

.name-of-event, .time {
  margin-left: 10px; }

.more-events {
  display: none; }

#footer .inside-padding {
  background: #ffffff;
  max-width: 980px; }

#footer-left {
  width: 75%;
  float: left; }

#footer-right {
  width: 25%;
  float: left; }

#footer h3 {
  font-family: 'lusitanaregular';
  margin: 0px 0px 5px;
  font-size: 20px;
  text-transform: uppercase; }

#footer-address {
  color: #000; }

.credits {
  background: #333333;
  text-align: center;
  color: #ffffff;
  padding: 5px;
  max-width: 990px;
  margin: 0px auto 25px; }

.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 {
  color: #ffffff;
  text-decoration: underline; }

.subpage #page {
  max-width: 980px;
  margin: 10px auto 0px;
  padding: 10px;
  background: #ffffff; }

#sub-content-left {
  width: 23%;
  float: left; }

#sub-content-right {
  width: 77%;
  float: left; }

#breadcrumbs {
  margin: 0px 0px 15px; }

a.navLink {
  display: block;
  padding: 6px; }

.sitenavl0.currentpage a.navLink {
  background: #f5f5f5; }

.sitenavl1 a.navLink {
  border-left-width: 3px;
  border-left-style: solid;
  padding: 3px 6px 3px 6px;
  margin: 6px 0px 6px 0px; }

.mini_calendar_tbl {
  margin: 0px auto 0px;
  width: 100%;
  padding: 15px 0px 10px;
  border: 1px solid #282828; }

.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; }

.RadMenu a.rmLink {
  line-height: 60px; }

/*** 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 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: 40px;
  color: #282828;
  text-indent: 15px; }

#social li.icn a:hover {
  opacity: 0.8; }

.ptl_upcomingevents_item .ptl_upcomingevents_date .ptl_upcomingevents_month {
  color: #000000; }

/*===== FONTS =====*/
@font-face {
  font-family: 'lusitanaregular';
  src: url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lusitana-regular-webfont.eot');
  src: url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lusitana-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lusitana-regular-webfont.woff') format('woff'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lusitana-regular-webfont.ttf') format('truetype'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lusitana-regular-webfont.svg#lusitanaregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoregularitalic';
  src: url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-regita-webfont.eot');
  src: url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-regita-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-regita-webfont.woff') format('woff'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-regita-webfont.ttf') format('truetype'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-regita-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  src: url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-bol-webfont.eot');
  src: url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-bol-webfont.woff') format('woff'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-bol-webfont.ttf') format('truetype'), url('https://cdnsm5-ss6.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-ss6.sharpschool.com/common/template-fonts/lato-reg-webfont.eot');
  src: url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-reg-webfont.woff') format('woff'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-reg-webfont.ttf') format('truetype'), url('https://cdnsm5-ss6.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-ss6.sharpschool.com/common/template-fonts/lato-lig-webfont.eot');
  src: url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-lig-webfont.woff') format('woff'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-lig-webfont.ttf') format('truetype'), url('https://cdnsm5-ss6.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-ss6.sharpschool.com/common/template-fonts/lato-bla-webfont.eot');
  src: url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-bla-webfont.woff') format('woff'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-bla-webfont.ttf') format('truetype'), url('https://cdnsm5-ss6.sharpschool.com/common/template-fonts/lato-bla-webfont.svg#latoblack') format('svg');
  font-weight: normal;
  font-style: normal; }

/*-------------------------------------------------------------------------*/