@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600);
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:700);
/* --- FONTS --- 

 font-family: 'Raleway', sans-serif;
 font-family: 'Libre Baskerville', serif;
 font-family: 'latolight';

------------ */
/*--- COLOR GUIDE - FIND AND REPLACE THESE COLORS

Dominant: @color1  
Secondary: @color2  

----------------------------------------------- */
/* --------------------- COLORS ---------------------- */
/*--School Info Color--*/
#school-info-left {
  background: #dc0e1c;
  color: #ffffff; }

#school-info-left a {
  color: #ffffff; }

#school-info-right h2, #school-info-right h3 {
  color: #dc0e1c; }

/*--Quicklinks Color--*/
#quicklinks {
  background: #ffffff; }

#quicklinks a {
  color: #162b40; }

#quicklinks .icon {
  border: 2px solid #162b40; }

/*--News Color--*/
#news h3, #events h3, #news h2, #events h2 {
  color: #dc0e1c; }

.news-title {
  color: #ffffff; }

.homepage .read-more {
  color: #ffffff;
  background: #dc0e1c; }

.homepage .read-more:before {
  color: #ffffff; }

/*--Well Color--*/
h4 {
  color: #162b40; }

.well {
  background: #f2f2f2; }

.homepage blockquote:before {
  color: #dc0e1c; }

/*--Events Color--*/
.eventPlaceHolder, .eventPlaceHolder:hover {
  border-left: 6px solid #dc0e1c;
  background: #f2f2f2; }

.eventPlaceHolder:hover {
  background: #e2e2e2; }

.month {
  font-family: 'Libre Baskerville', serif;
  color: #6e6e6e; }

.large-date {
  color: #6e6e6e; }

.eventPlaceHolder:hover .large-date,
.eventPlaceHolder:hover .month {
  color: #dc0e1c; }

.when-to-when {
  color: #162b40; }

.name-of-event {
  color: #000; }

#events {
  background: #ffffff; }

/*--Footer Color--*/
#footer {
  background: #162b40;
  color: #ffffff; }

#footer h3 {
  color: #ffffff; }

/*--Button Color--*/
.btn {
  color: #dc0e1c;
  border: 1px solid #dc0e1c; }

.btn.invert {
  background: #dc0e1c;
  color: #ffffff; }

.btn:after {
  background: #dc0e1c; }

.btn.invert:after {
  background: #ffffff; }

.btn:hover {
  color: #ffffff;
  background: #dc0e1c; }

.btn.invert:hover {
  color: #dc0e1c; }

/*--Subpage Color--*/
#sub-header {
  background: #dc0e1c; }

#sub-header a {
  color: #fff; }

#breadcrumbs, #breadcrumbs a {
  color: #fff; }

#sidebar a {
  color: #fff; }

#sub-header h1 {
  margin: 0 !important;
  font-size: 25px !important;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif !important;
  font-weight: 700 !important; }

#sidebar {
  background: #dc0e1c; }

#sidebar a {
  color: #ffffff; }

#main-content {
  background: #ffffff; }

.sec-header h3, .sec-header h2 {
  color: #dc0e1c; }

/* Chevron Arrow */
#sidebar .sitenavl0:before {
  color: #ffffff; }

a.topPage:before {
  color: #ffffff; }

/* Toggle */
.nav-toggle > span {
  color: #dc0e1c; }

/* --------------------- END OF COLORS ---------------------- */
/* --------------------- BG IMAGE ---------------------- */
body {
  background: #162b40 url(../../Servers/Server_6783/Templates/bg.html) no-repeat;
  background-size: cover;
  font-size: 14px; }

/* --------------------- HELPER CLASSES ---------------------- */
.w-55 {
  width: 55%;
  float: left; }

.w-55-fr {
  width: 55%;
  float: right; }

.btn {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: .8em;
  margin: 1.5em 0;
  padding: .6em 1.2em;
  border-radius: 25px;
  z-index: 99;
  outline: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0; }

.btn:hover:after {
  width: 100%; }

/* --------------------- END OF HELPER CLASSES ---------------------- */
/* --------------------- MENUBAR ---------------------- */
#mobile-bar {
  line-height: 3.4em; }

#menubar {
  background: white;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 auto;
  z-index: 7997;
  letter-spacing: 0.05em;
  box-sizing: border-box; }

.inner-bar {
  max-width: 1000px;
  margin: 0 auto; }

/* --------------------- TELERIK MENU ---------------------- */
/*--TOP LEVEL STYLES--*/
.RadMenu .rmGroup .rmText {
  color: #dc0e1c;
  font-weight: bold; }

#magic-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100px;
  height: 6px;
  background: #dc0e1c;
  z-index: -1;
  list-style: none; }

/*--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:hover .rmItem .rmExpandRight:after {
  background-position: -18px -8px !important; }

/*or*/
/*--Dark--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  background-position: -18px -44px !important; }

/*--Normal State--*/
.telerik_main_menu .rmRootGroup a {
  color: #333333; }

.telerik_main_menu .rmRootGroup a span {
  color: #333333; }

/*--Over and Focused State ***/
.telerik_main_menu .rmRootGroup a.rmRootLink:hover,
.telerik_main_menu .rmRootGroup a.rmRootLink.rmFocused {
  color: #333333; }

.telerik_main_menu .rmRootGroup a:hover span,
.telerik_main_menu .rmRootGroup a.rmFocused span {
  color: #333333; }

/*--END OF TOP LEVEL STYLES--*/
/*--DROPDOWN MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup a {
  color: #dc0e1c;
  background: #ffffff; }

.telerik_main_menu .rmGroup a span {
  color: #dc0e1c;
  background: #ffffff; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
  background: #dc0e1c;
  color: #ffffff; }

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
  background: #dc0e1c;
  color: #ffffff; }

/*--END OF DROPDOWN MENU STYLES--*/
/*.rmItem:hover {
 background-color: #13283d;
}*/
.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background: #dc0e1c;
  color: #ffffff; }

/*--DROPDOWN LV2 MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup .rmGroup a {
  color: #dc0e1c;
  background: #ffffff; }

.telerik_main_menu .rmGroup .rmGroup a span {
  color: #dc0e1c;
  background: #ffffff; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused {
  background: #dc0e1c;
  color: #ffffff; }

.telerik_main_menu .rmGroup .rmGroup a:hover span,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #dc0e1c;
  color: #ffffff; }

/*--SECOND LEVEL BORDER LEFT--

.rmLevel2 {
 border-left: 4px solid #be1e2d;
}*/
/*--END OF DROPDOWN MENU STYLES--*/
/*---- END TELERIK COLORS ----*/
.RadMenu a.rmLink {
  line-height: 3.7em; }

/*** 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-weight: normal;
  font-size: 12pt; }

body .RadMenu .rmLink {
  float: left;
  outline: 0 none;
  padding: 0px 6px; }

.RadMenu .rmHorizontal .rmText {
  padding: 0px 7px 0px 7px !important; }

.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: 16px; }

.telerik_main_menu .rmRootGroup a span {
  text-decoration: none;
  font-size: 16px; }

/*** 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 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;
  text-transform: none;
  line-height: normal !important; }

.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 ***/
/* --------------------- END OF TELERIK MENU ---------------------- */
/* --------------------- HOMEPAGE SCHOOL INFO ---------------------- */
#school-info {
  margin: 3em 0; }

#school-info-left {
  background: #dc0e1c;
  color: #fff;
  max-height: 357px;
  text-align: center;
  padding: 2.2em; }

#school-info-left a {
  color: #fff;
  text-decoration: none; }

#school-info-left a:hover {
  opacity: .8; }

#school-info-left h1 {
  font-family: "Libre Baskerville", serif !important;
  font-weight: 700 !important;
  text-transform: uppercase; }

#school-info-left p {
  font-family: 'Raleway', sans-serif; }

#school-info-left .fa {
  padding-right: 6px; }

#school-info-right {
  background: white;
  padding: 2.4em;
  height: 350px; }

#school-info-right h2, #school-info-right h3 {
  color: #dc0e1c;
  display: inline-block;
  font-family: "Libre Baskerville", serif !important;
  font-weight: 700 !important; }

#school-info-right p {
  font-family: 'Raleway', sans-serif;
  line-height: 1.6em; }

#social li {
  display: inline-block; }

/* --------------------- HOMEPAGE NEWS & EVENTS ---------------------- */
/* NEWS */
#news h3, #events h3, #news h2, #events h2 {
  display: inline-block;
  font-family: "Libre Baskerville", serif !important;
  font-weight: 700 !important; }

#news {
  padding-bottom: 1.5em; }

.news-item {
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.news-item:hover .picture-mask {
  opacity: .9; }

.newscontent {
  position: absolute;
  bottom: 30px;
  padding: 20px 20px 30px 20px; }

.news-item .add-padding {
  padding: 0; }

.news-title {
  font-family: 'Raleway', sans-serif; }

/* Read More Button */
.homepage .read-more {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 75%;
  padding: 5px 5px 5px 20px;
  overflow: hidden;
  text-decoration: none !important; }

.homepage .read-more:hover {
  text-decoration: none !important; }

.homepage .read-more:before {
  position: absolute;
  height: 100%;
  line-height: 4.8em;
  left: 0;
  top: -10px;
  font-family: "FontAwesome";
  font-size: 80%;
  content: "\f053";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

.homepage .news-item:hover .read-more:before {
  left: 5%;
  opacity: 1; }

.homepage .summary {
  display: none; }

#news-summary .content .summary {
  padding-top: 20px; }

.news-item .image {
  height: 300px; }

.picture-mask {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dc0e1c',GradientType=0 );
  /* IE6-9 */ }

/* UPCOMING EVENTS */
#upcoming-event-wrapper {
  font-family: 'Raleway', sans-serif;
  margin-top: 20px; }

h4 {
  font-size: 1.4em !important;
  font-weight: bold !important;
  font-family: 'Raleway', sans-serif !important;
  margin: 20px 0 !important;
  text-align: center; }

.event-date {
  width: 75%; }

.time {
  margin-top: 15px;
  width: 25%; }

.ev-b-p {
  border-right: 2px solid #dddddd; }

.eventPlaceHolder:hover .ev-b-p {
  border-right: 2px solid #999; }

.month {
  font-family: 'Libre Baskerville', serif;
  font-weight: 600; }

.large-date {
  font-weight: 300; }

.when-to-when {
  line-height: 20px; }

.name-of-event {
  font-size: 1em;
  font-weight: bold; }

/* --------------------- HOMEPAGE BLOCKQUOTE ---------------------- */
.well {
  padding: 5%;
  margin: 20px 0; }

.homepage blockquote {
  width: 80%;
  margin: 0.35em 0;
  padding: 0.5em 3em;
  position: relative; }

.homepage blockquote:before {
  display: block;
  font-family: 'Libre Baskerville', serif;
  content: "\201C";
  font-size: 90px;
  position: absolute;
  left: -5px;
  top: -10px; }

.homepage blockquote cite {
  font-weight: bold;
  font-size: 1em;
  display: block;
  margin-top: 5px; }

.homepage blockquote cite:before {
  content: "\2014 \2009"; }

/* --------------------- QUICKLINKS ---------------------- */
#quicklinks {
  font-family: 'Raleway', sans-serif; }

#quicklinks ul {
  margin: 40px auto;
  padding: 0;
  width: 90%; }

#quicklinks ul li {
  list-style: none;
  text-align: center;
  display: inline-block;
  margin: 0 25px 15px 25px; }

#quicklinks ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .8s ease-in-out; }

#quicklinks a {
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize; }

#quicklinks a:hover img {
  transform: rotate(360deg); }

#quicklinks .icon {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  display: inline-block;
  position: relative; }

#quicklinks .text {
  display: block;
  margin-top: 10px; }

/* --------------------- SUBPAGE ---------------------- */
#sub-header {
  text-align: center;
  padding: 1.5em;
  width: 250px;
  margin: 50px auto; }

#sub-header a {
  text-decoration: none; }

#sub-header img {
  width: 35%;
  height: 35%; }

#sub-header h1 {
  margin: 0 !important;
  font-size: 25px !important;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif !important;
  font-weight: 700 !important; }

#breadcrumbs {
  font-family: 'Raleway', sans-serif; }

#sidebar {
  font-family: 'Raleway', sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px; }

#sidebar .sitenavl0 {
  font-weight: 600;
  margin-bottom: 10px; }

#sidebar .sitenavl0:before {
  font-family: FontAwesome;
  content: '\f0da';
  font-size: 1.2em;
  display: inline-block;
  padding-right: 10px; }

a.topPage {
  font-size: 1.2em !important;
  font-weight: bold;
  paddding: 0; }

a.topPage:before {
  font-family: FontAwesome;
  content: '\f0da';
  font-size: 1.2em;
  display: inline-block;
  padding-right: 10px; }

.nav-toggle {
  background: transparent;
  padding: 0 0 8px 0; }

#sidebar .sitenavl1 {
  padding: 8px 0 8px 20px; }

#main-content {
  font-family: 'Raleway', sans-serif;
  min-height: 900px;
  padding: 20px;
  box-sizing: border-box; }

.sec-header h3, .sec-header h2 {
  font-size: 1.2em !important;
  display: inline-block;
  font-family: "Libre Baskerville", serif !important;
  font-weight: 700 !important; }

/* --------------------- FOOTER ---------------------- */
#footer {
  font-family: 'Raleway', sans-serif; }

#footer li.icn a {
  background: url(../../../common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media/social-sprite.png); }

#footer p {
  margin: 0 0 5px; }

#footer .inside-padding {
  max-width: 1200px;
  padding: 20px;
  box-sizing: border-box; }

#footer-left {
  width: 75%;
  float: left; }

#footer-right {
  width: 25%;
  float: left;
  text-align: right; }

#footer-info {
  font-size: 80%; }

#footer h3 {
  margin: 0px 0px 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  display: inline-block;
  font-family: "Libre Baskerville", serif !important;
  font-weight: 700 !important; }

#footer ul#social {
  margin-top: 10px; }

/* SOCIALMEDIA */
ul#social {
  list-style: none;
  margin-top: 35px;
  padding: 0px; }

ul#social li.icn {
  display: inline-block;
  padding: 0px 3px 0px 3px; }

ul#social li.icn a {
  width: 40px;
  height: 40px;
  display: inline-block; }

ul#social li.icn.facebook a {
  background-position: 0px 0px; }

ul#social li.icn.twitter a {
  background-position: -40px 0px; }

ul#social li.icn.youtube a {
  background-position: -80px 0px; }

ul#social li.icn.email a {
  background-position: -120px 0px; }

ul#social li.icn a {
  background: url(../../../common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media/social-sprite.png); }

.credits {
  text-align: center;
  color: #ffffff;
  padding: 5px;
  margin-top: 10px; }

.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; }

#social li.icn a:hover {
  opacity: 0.8; }

/* --------------------- MEDIA QUERIES ---------------------- */
@media screen and (max-width: 1000px) {
  #school-info .inside-padding > div {
    float: none;
    margin: 0 auto;
    width: 80%;
    height: auto; }
  #school-info-right {
    padding: 2.2em; }
  #quicklinks .inside-padding {
    padding: 0; }
  #quicklinks ul {
    padding: 0; }
  #quicklinks ul li {
    margin: 0 0 15px 0;
    padding: 2.4%;
    width: 32%;
    box-sizing: border-box; } }

@media screen and (max-width: 800px) {
  .mini_calendar_tbl {
    width: 100%; }
  .mini_calendar_tbl table {
    width: 80%;
    margin: 0 auto; }
  .mini_calendar_tbl .tbl_mini_calendar {
    width: 100%; } }

@media screen and (max-width: 730px) {
  .w-25, .w-75 {
    width: 100% !important;
    float: none !important; }
  #sidebar {
    padding: 0 15px 7px 15px; }
  .nav-toggle span:before, .nav-toggle span:after {
    background: #ffffff; }
  .responsiveTemplate .sidenav-slide {
    background: transparent;
    border: none;
    border-top: 1px solid #5b91c7;
    margin-top: 5px;
    padding: 5px 0 0 0; } }

@media screen and (max-width: 640px) {
  #quicklinks ul li {
    width: 49%; }
  .w-55-fr {
    width: 100%;
    float: none; } }

@media screen and (max-width: 480px) {
  #school-info .inside-padding > div {
    float: none;
    margin: 0 auto;
    width: 75%;
    height: auto; }
  #news h3, #events h3, #news h2, #events h2 {
    font-size: 18px !important;
    line-height: 35px !important; } }

/* --------------------- SKELETON FONTS ---------------------- */
@font-face {
  font-family: 'latobold';
  src: url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-bol-webfont.eot");
  src: url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-bol-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-bol-webfont.woff") format("woff"), url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-bol-webfont.ttf") format("truetype"), url("https://cdnsm5-ss20.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-ss20.sharpschool.com/common/template-fonts/lato-reg-webfont.eot");
  src: url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-reg-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-reg-webfont.woff") format("woff"), url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-reg-webfont.ttf") format("truetype"), url("https://cdnsm5-ss20.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-ss20.sharpschool.com/common/template-fonts/lato-lig-webfont.eot");
  src: url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-lig-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-lig-webfont.woff") format("woff"), url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-lig-webfont.ttf") format("truetype"), url("https://cdnsm5-ss20.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-ss20.sharpschool.com/common/template-fonts/lato-bla-webfont.eot");
  src: url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-bla-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-bla-webfont.woff") format("woff"), url("https://cdnsm5-ss20.sharpschool.com/common/template-fonts/lato-bla-webfont.ttf") format("truetype"), url("https://cdnsm5-ss20.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; }

#events .well h3 {
  font-size: 1.4em !important;
  font-weight: bold !important;
  font-family: 'Raleway', sans-serif !important;
  margin: 20px 0 !important;
  text-align: center;
  color: #162b40; }

#menubar .telerik_main_menu .rmGroup .rmItem:hover .rmExpandRight:after,
#menubar .telerik_main_menu .rmGroup .rmExpanded .rmExpandRight:after,
#menubar .telerik_main_menu .rmGroup .rmFocused .rmExpandRight:after {
  background-position: -18px -8px; }

/*-----------------------Links & keyboard NAV fixes----------------------------------*/
.ptl_page a {
  text-decoration: underline;
  color: #000;
  font-weight: bolder; }

.ptl_page a:hover {
  text-decoration: none; }

/* -- level zero menu expand --- */
a.rmLink.rmRootLink.rmExpanded span.rmText.rmExpandDown {
  background: #dc0e1c;
  color: white; }

/* -- level two menu expand --- */
li.rmItem a.rmExpanded span.rmText.rmExpandRight {
  background: #dc0e1c;
  color: #fff; }

.RadMenu ul.rmRootGroup {
  list-style: none; }
/* quicklinks */
ul.QL-defaultTemplate {
 text-align: center;
}
.QL-defaultTemplate li {
 border-bottom: none;
 display: inline-block;
 width: none;
}
.QL-defaultTemplate a:hover {
 background: inherit;
 text-decoration: none;
}
.QL-defaultTemplate a span.QL-text {
 font-family: 'Raleway', sans-serif;
 color: #162b40 !important;
 display: block;
 width: 100%;
}
.QL-defaultTemplate a:hover .fa {
 transform: rotate(360deg);
 transition: all .8s ease-in-out;
}
.QL-defaultTemplate a:hover span.QL-text {
 text-decoration: none !important;
}
.QL-defaultTemplate a {
 color: #d55127;
 padding: 20px 0;
 text-align: center;
}
.QL-defaultTemplate a .fa {
 box-sizing: border-box;
 color: #1c1919;
 font-size: 2em;
 margin-bottom: 7px;
 display: inline-block;
 padding: 10px 0px;
 
 width: 62px;
 height: 62px;
 border-radius: 100%;
 position: relative;
 border: 2px solid #162b40;
 transition: all .8s ease-in-out;
}
ul.QL-defaultTemplate {
 text-align: center;
}
.QL-defaultTemplate li {
 min-width: 100px;
}

.ptl_page a span {
    color: #000 !important;
}

button#btn_month_98390 {
    color: #000 !important;
}

#breadcrumbs a {
   text-decoration: underline;
}

#breadcrumbs a:hover {
   text-decoration: none;
}

#ctl00_ContentPlaceHolder1_ctl11_divContent h3 {
    color: #162b40 !important;
}

.PO-calendar .CAL-box .CAL-topControls .CAL-monthSelector span {
    color: #fff !important;
}


#school-info-left img {
    max-width: 300px;
    max-height: 100px;
}