#skip a { background: black; color: white; }

/* --- FONTS --- 

 font-family: 'asapregular';
 font-family: 'asapbold';
 font-family: 'latobold';
 font-family: 'latoregular';
 font-family: 'latoregularitalic';
 font-family: 'latolight';
 font-family: 'latoblack';

------------ */
body .inside-padding {
  max-width: 1200px; }

#page, #subpage {
  max-width: 1200px;
  margin: 0 auto; }

.w-66 > .row:last-child {
  margin-bottom: 0px; }

body #header > .inside-padding {
  padding: 40px 20px;
  position: relative;
  background: #f3f3f3;
  max-width: 1200px;
  background-size: cover;
  box-sizing: border-box; }

#header-left a:hover {
  text-decoration: none; }

#logo {
  float: left;
  width: 15%; }

#logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

#school-name {
  float: left;
  padding-left: 2%;
  width: 83%; }

#school-name h1 {
  margin: 0px;
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 45px;
  font-weight: normal;
  color: #261438; }

#school-name h1 span {
  font-size: 65%;
  display: block;
  color: #4f2974;
  font-family: 'montserratlight'; }

#motto {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1px; }

#menubar {
  max-width: 1200px;
  margin: 0px auto;
  background: #f3f3f3; }

.w-33 .ptl_portlet_vertical {
  overflow: visible; }

html body {
  background: #4F2974;
  font-family: 'source_sans_proregular'; }

body h2, body h3 {
  margin: 10px 0px;
  color: #222;
  font-size: 28px;
  font-family: 'source_sans_probold'; }

.row {
  background: #f3f3f3; }

.row .inside-padding {
  padding: 20px;
  position: relative;
  z-index: 1; }

.fix_modal .row .inside-padding {
  z-index: initial; }

p {
  font-size: 18px;
  line-height: 130%;
  font-family: 'source_sans_prolight'; }

.row.map span {
  display: block;
  line-height: 0; }

span.btn-major {
  background: #4F2974;
  padding: 6px 12px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-family: 'source_sans_probold';
  font-size: 20px;
  margin: 0px 12px 8px 0px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s; }

span.btn-major:hover {
  background: #4c4ca8;
}
span.btn-minor {
  font-family: 'source_sans_proregular';
  font-size: 20px;
  color: #4f2974;
  display: inline-block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s; }

span.btn-minor:hover {
  color: #4f2974;
text-decoration:underline; }

ul.quick-links {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.quick-links img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.7; }

ul.quick-links a:hover img {
  opacity: 1; }

/*---- BANNER CONTROLS ----*/
/*--BTN Background--*/
.nivo-directionNav a {
  background-color: #4f2974 !important; }

/*--BTN Background HOVER--*/
.nivo-directionNav a:hover {
  background-color: #261438!important; }

#banner .nivo-directionNav a {
  display: block;
  width: 31px !important;
  height: 31px !important;
  background-repeat: no-repeat !important;
  z-index: 2000;
  background-image: none !important;
  top: 15px;
  right: auto;
  left: 15px; }

#banner a.nivo-prevNav {
  left: 15px !important; }

#banner a.nivo-nextNav {
  background-position: -30px 0;
  left: 56px !important; }

#banner a.nivo-prevNav:after, .slider-prev:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  border-color: transparent #fff transparent transparent; }

#banner a.nivo-nextNav:after, .slider-next: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 #fff; }

#banner .bannerContainer.bannerShowControls .nivo-caption {
  padding-bottom: 0.5em !important; }

#banner .nivo-controlNav {
  display: none !important; }

body .ptl_upcomingevents_item .ptl_upcomingevents_date {
  border-radius: 0px; }

body .ptl_upcomingevents_footer .more_events:link, body .ptl_upcomingevents_footer .more_events:visited, body .ptl_upcomingevents_footer .more_events:active, #home_news_summary .read-more a {
  background: #F3F3F3; }

body .ptl_upcomingevents_footer .more_events:hover, #home_news_summary .read-more a:hover {
  background: #F3F3F3; }

#footer {
  color: #000;
  margin-bottom: 40px; }

#footer .inside-padding {
  background: #F3F3F3;
  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 h3 {
  margin: 0px 0px 10px;
  font-family: 'montserratbold';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  color: #000; }

#footer-address a {
  color: #000; }

ul#social {
  list-style: none;
  margin: 15px 0px 0px 0px;
  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 {
  color: #000;
  padding: 10px 0px 0px; }

.label_skin_corporation {
  font-size: 13px;
  font-family: 'latolight'; }

.label_skin_corporation a {
  color: #000;
  text-decoration: underline;
  font-family: 'latolight'; }

.label_skin_corporation a:hover {
  text-decoration: none; }

#social li.icn a:hover {
  opacity: 0.8; }

/* SUBPAGE CONTENT */
#sub-content-left {
  width: 23%;
  float: left; }

#sub-content-right {
  width: 77%;
  float: left; }

a.navLink {
  display: block;
  padding: 6px; }

/*-- Sidenav LV2 border left color --*/
.sitenavl1 a.navLink {
  border-left: 3px solid #4f2974;
  transition: border-left 0.15s ease-in-out; }

.sitenavl1 a.navLink:hover {
  border-left: 10px solid #4f2974; }

#sidebar .sitenavl0.currentpage a.navLink {
  background: #4f2974;
  font-size: 18px;
  font-family: 'source_sans_prosemibold';
color:#fff }

.sitenavl1 a.navLink {
  padding: 3px 6px 3px 6px;
  margin: 6px 0px 6px 0px; }

#breadcrumbs {
  margin-bottom: 15px;
  background: #f3f3f3;
  padding: 5px;
  font-family: 'source_sans_proregular'; }

#breadcrumbs a {
  color: #4f2974;
text-decoration:underline; }

#breadcrumbs a:hover{text-decoration:none}

.subpage #page {
  max-width: 1200px;
  margin: 30px auto; }

#sub-content-left #sidebar {
  background: #f3f3f3; }

#sidebar a.header_sel {
  color: #F3F3F3;
  font-family: 'source_sans_prosemibold'; }

#sidebar a {
  font-family: 'source_sans_proregular'; }

#main-content > .inside-padding {
  background: #f3f3f3;
  margin: 0px 0px 10px 20px;
  min-height: 250px; }

#home_news_summary {
  font-family: inherit; }

.news-item .news-title {
  font-family: inherit; }

.news-item .date {
  font-style: initial; }

/*** WEATHER STYLES ***/
.weather-wrapper {
  font-family: 'source_sans_proregular'; }

.weather-sec-left, .weather-sec-right {
  float: left;
  padding: 12px; }

.weather-sec-left > div {
  float: left;
  clear: left; }

.weather-sec-right > div {
  float: left; }

.weather-img {
  width: 120px;
  height: 120px;
  padding: 12px;
  box-sizing: border-box;
  background: #F3F3F3;
  border-radius: 50%;
  margin: 0 auto; }

.weather-img img {
  max-width: 100%;
  max-height: 100%; }

.weather-location {
  font-family: 'source_sans_probold';
  font-size: 26px;
  padding-bottom: 10px;
  float: left; }

.weather-temp {
  font-size: 26px;
  font-family: 'source_sans_probold'; }

/*** SLICK RICK SLIDER BUTTONS ***/
.slider-btn {
  background: #4f2974; }

/*---- CALENDAR ----*/
/*--Calendar BG's--*/
.mini_calendar_tbl, .tbl_mini_calendar, .tbl_cell_calendar {
  background-color: #F3F3F3; }

/*--Calendar Number Boxes BG--*/
body .mini_calendar_day {
  background: #ffffff;
  border-radius: 50%;
  width: 29px; }

/*--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: #4a4a4a;
  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: #fd8f19; }

/*--Calendar Event Text Color--*/
A.mini_calendar_day:link, A.mini_calendar_day:visited {
  color: #ffffff;
  background: #4c4ca8; }

/*--Calendar Event Hover BG Color and Text Color--*/
A.mini_calendar_day:hover {
  color: #ffffff;
  background: #F3F3F3; }

/*--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; }

/*--TOP LEVEL STYLES--*/
.RadMenu .rmGroup .rmText {
  color: #fff; }

#magic-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100px;
  height: 8px;
  background: #4f2974;
  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 .rmItem .rmExpandRight:after {
  background-position: -18px -44px !important; }

/*or*/
/*--Dark--*/
/*
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 background-position: -18px -8px !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; }

/*--TOP LEVEL HOVER BG COLOR AND IMAGES (two images)--
.telerik_main_menu .rmRootGroup a:hover,
.telerik_main_menu .rmRootGroup a.rmFocused {
 background-color: $color-1-dark;
}*/
/*--END OF TOP LEVEL STYLES--*/
/*--DROPDOWN MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup a {
  color: #ffffff;
  background: #4f2974; }

.telerik_main_menu .rmGroup a span {
  color: #ffffff;
  background: #4f2974; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  background: #261438;
  color: #ffffff; }

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  background: #261438;
  color: #ffffff; }

/*--END OF DROPDOWN MENU STYLES--*/
/*.rmItem:hover {
 background-color: $color-1-dark;
}*/
.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background-color: #261438; }

/*--DROPDOWN LV2 MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup .rmGroup a {
  color: #ffffff;
  background: #261438; }

.telerik_main_menu .rmGroup .rmGroup a span {
  color: #ffffff;
  background: #261438; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover, .telerik_main_menu .rmGroup .rmGroup a.rmFocused {
  background: #4F2974;
  color: #ffffff; }

.telerik_main_menu .rmGroup .rmGroup a:hover span, .telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #4F2974;
  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: 45px; }

/*** START OF TOP LEVEL MENU STYLES ***/
.telerik_main_menu a, .telerik_main_menu a:hover {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal; }

.telerik_main_menu .rmText {
  padding-top: 5px !important;
  padding-bottom: 15px !important; }

.telerik_main_menu .rmGroup .rmText {
  padding-bottom: 5px !important; }

.RadMenu .rmItem {
  height: auto;
  margin-right: 0px; }

.RadMenu .rmText {
  font-family: 'montserratlight', Arial, Helvetica, sans-serif;
  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;
  font-family: 'source_sans_prosemibold'; }

.telerik_main_menu .rmRootGroup a span {
  text-decoration: none;
  font-size: 16px;
  font-family: 'source_sans_prosemibold'; }

/*** 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;
  line-height: normal !important;
  font-family: 'montserratregular', 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;
  width: 100%;
  padding: 15px 0px 10px;
  max-width: 500px; }

.mini_calendar_tbl table {
  margin: 0px auto;
  width: 97%; }

.tbl_cell_calendar {
  width: 13%;
  height: 13%; }

.mini_calendar_day {
  font-family: 'montserratregular', 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: 'montserratregular', Arial, Helvetica, sans-serif;
  line-height: 16px;
  padding-bottom: 9px;
  font-family: 'montserratbold';
  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: 'montserratregular', 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: 'montserratregular', 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: 'montserratregular', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none; }

A.mini_calendar_day:hover {
  font-weight: normal;
  font-family: 'montserratregular', 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; }

#mobile-bar {
  line-height: 45px;
  text-indent: 15px;
  background: #F3F3F3;
  color: #fff;
  font-family: 'source_sans_prosemibold'; }

/*** UPCOMING EVENTS STYLES ***/
h5 {
  margin: 0;
  line-height: 100%; }

.upcoming {
  position: relative;
  z-index: 1; }

.upcoming:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 7px;
  background: #4c4ca8;
  top: 57px; }

.event-date {
  text-align: center; }

.full-date {
  background: #4f2974;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  color: #fff;
  margin: 0 auto 12px;
  overflow: hidden;
  transition: all 0.3s; }

.full-date > div {
  transition: all 0.6s; }

.full-date:hover > div {
  margin-top: 80px; }

.full-date:after {
  content: 'More Info';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -100px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.15, -0.5, 0.5, 1.2); }

.full-date:hover:after {
  top: 35%; }

.month {
  font-family: 'source_sans_prosemibold';
  font-size: 20px;
  line-height: 100%;
  padding-top: 15px; }

.large-date {
  font-family: 'source_sans_prosemibold';
  font-size: 32px;
  line-height: 100%; }

.info {
  color: #222;
  font-family: 'source_sans_prosemibold';
  width: 92%;
  margin: 0 auto; }

.time {
  color: #000; }

.time .when-to-when > div {
  display: inline-block; }

/*** QUICK LINK STYLES ***/
.row .ql-box {
  float: right; }

.quicklinks ul {
  padding: 0;
  list-style: none; }

li.ql {
  float: left;
  width: 50%;
  height: 110px;
  position: relative; }

li.ql a {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  padding: 4px;
  border: 4px solid transparent;
  background: #4F2974;
  margin: auto;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s; }

li.ql a:hover {
  border: 4px solid #4c4ca8;
  padding: 10px; }

li.ql a img {
  max-width: 100%;
  max-height: 100%; }

/*** NEWS FEED RENDER TEMPLATE ***/
.news-row {
  position: relative;
  z-index: 0; }

.news-row:after {
  content: '';
  width: 7px;
  height: 100%;
  bottom: 0;
  background: #4c4ca8;
  position: absolute;
  left: 92px;
  z-index: -1; }

.timeline .date {
  text-align: center; }

.timeline .date span {
  color: #000;
  padding: 4px 0px;
  background: #f3f3f3;
  font-size: 14px; }

.timeline .imgDate {
  float: left;
  max-width: 225px; }

#news-summary.timeline .row {
  display: block;
  width: 100%;
  margin: 35px 0px;
  font-family: inherit; }

#news-summary.timeline .row .image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  border-radius: 75px; }

#news-summary.timeline .row .image img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%); }

#news-summary.timeline .content {
  float: left;
  width: 70%;
  margin: 20px 0 0 20px; }

.inner-news-content a.title {
  text-decoration: none;
  color: #222;
  font-size: 20px;
  font-family: 'source_sans_prosemibold';
  color: #000; }

.timeline .inner-news-content .summary {
  color: #222;
  font-size: 18px;
  font-weight: 300; }

.timeline .read-more {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  background: #4f2794;
  height: 30%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s; }

.timeline .image:hover .read-more {
  color: #fff;
  text-decoration: none;
  height: 100%;
  border-radius: 50%; }

.timeline .read-more:after {
  content: 'Read More';
  font-family: 'source_sans_prolight';
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 15px;
  left: 0;
  top: 10px;
  transition: all 0.4s cubic-bezier(0.15, -0.5, 0.5, 1.2);
  -webkit-transition: all 0.4s cubic-bezier(0.15, -0.5, 0.5, 1.2);
  -moz-transition: all 0.4s cubic-bezier(0.15, -0.5, 0.5, 1.2);
  -o-transition: all 0.4s cubic-bezier(0.15, -0.5, 0.5, 1.2); }

.timeline .image:hover .read-more:after {
  top: 42%;
  font-size: 22px; }

.clear {
  clear: both; }

#news-summary.timeline .clear span {
  display: none; }

#RSSLink {
  display: none; }
#news-summary a, .subpage #main-content a{
 text-decoration: underline !important;
font-weight: bolder;
}
.subpage #main-content a{
 text-decoration: underline !important;
font-weight: bolder;
}

.subpage #main-content a:hover{
 text-decoration: none !important;
font-weight: bolder;
}

@media screen and (max-width: 950px) {
  .timeline .date {
    float: none;
    display: block;
    height: auto;
    margin: 0;
    text-align: center; }

  .timeline .date span {
    display: inline;
    vertical-align: initial;
    background: #fff;
    padding: 2px 0px; }

  .timeline .news-wrap:after {
    left: 102px; }

  #news-summary.timeline .row {
    max-height: none; }

  #news-summary.timeline .row .image {
    float: none; }

  .timeline .imgDate {
    min-width: 150px; }

  #news-summary.timeline .content {
    width: 60%; }
 }

@media screen and (max-width: 900px) {
  #news-summary.timeline .content {
    width: 60%; }

  .news-row:after {
    display: none; }

  .news-box.w-70 {
    float: none;
    width: 80%;
    margin: 0 auto; }
 }

@media screen and (max-width: 700px) {
  #news-summary.timeline .content {
    width: 60%; }
 }

@media screen and (max-width: 550px) {
  .news-wrap:after {
    display: none; }

  .timeline .imgDate {
    width: 100%;
    max-width: none; }

  #news-summary.timeline .row .image {
    margin: 10px auto; }

  #news-summary.timeline .content {
    width: 100%;
    margin: 20px 0 0 0; }
 }

@media screen and (max-width: 730px) {
  #sub-content-left #sidebar {
    min-height: 0px;
    border: none; }

  #main-content > .inside-padding {
    margin: 10px; }

  .subpage #page {
    margin: 0px auto 30px; }
 }

@media screen and (max-width: 640px) {
  #school-name {
    padding-left: 0px; }

  #school-name h1 {
    padding: 25px 0px 0px 0px; }

  body #logo {
    width: 50%;
    margin: 0 auto; }
 }

/*** MEDIA QUERIES ***/
@media screen and (max-width: 900px) {
  header {
    height: auto; }

  .school-name {
    text-align: center; }

  .social-square {
    width: 300px;
    height: auto;
    margin: 0 auto;
    float: none; }

  .social-box {
    width: 55px;
    height: 55px;
    margin: 10px; }

  .news-wrap {
    position: relative; }

  .w-30.ql-box {
    width: 100%; }

  .ql-wrap {
    float: none;
    width: 100%;
    padding: 0 10%;
    margin: 0 auto;
    padding-bottom: 50px;
    box-sizing: border-box;
    border-bottom: 4px solid #ededed; }

  li.ql {
    width: 25%;
    height: 120px; }
 }

@media screen and (max-width: 700px) {
  .row .w-25, .row .w-30, .row .w-33, .row .w-40, .row .w-50, .row .w-60, .row .w-66, .row .w-70, .row .w-75 {
    width: 100%; }

  .box-content {
    width: 100%;
    min-height: none; }

  .box-content-wrap {
    border: none; }

  .logo {
    float: none;
    text-align: center;
    width: auto;
    height: auto; }

  .logo img {
    display: inline;
    margin: 0; }

  .school-name {
    text-align: center;
    width: auto;
    float: none;
    margin: 20px 0px !important; }
 }

@media screen and (max-width: 600px) {
  li.ql {
    width: 33%;
    height: 120px; }
 }

@media screen and (max-width: 400px) {
  li.ql a {
    width: 70px;
    height: 70px; }
 }

/*===== FONTS =====*/
@font-face {
  font-family: 'montserratlight';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-light-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-light-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-light-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratbold';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-bold-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-bold-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-bold-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratregular';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-regular-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-regular-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-regular-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_proregular';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-regular-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_prolight';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-light-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-light-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_prosemibold';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-semibold-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_problack';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-black-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-black-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-black-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-black-webfont.svg#source_sans_problack') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_probold';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-bold-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bebas_neueregular';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/BebasNeue-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/BebasNeue-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/BebasNeue-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  src: url('https://cdnsm5-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: '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; }

@font-face {
  font-family: 'latoblack';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bla-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bla-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bla-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lato-bla-webfont.svg#latoblack') format('svg');
  font-weight: normal;
  font-style: normal; }

/*-------------------------------------------------------------------------*/

button#btn_month_101285{
    color: #000;
}

.homepage #page > .ptl_page > .row:nth-child(3) {
    display: none;
}


.mm-list a.mm-subopen+a, .mm-list a.mm-subopen+span, .mm-list>li>a, .mm-list>li>span {
    color: white;
}

body .mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu .mm-list>li.mm-selected>span {
    background: #282828;
    color: white;
}

#mobile-bar {
    background: #4F2974;
}


.subpage h2 {
    font-size: 28px !important;
}

.subpage h3 {
    font-size: 22px;
    Color: #282828;
}

/* New Mobile Menu */
 @media screen and (max-width: 900px) {
	 #menubar {
		 margin-bottom: 33px;
	}
}
 #menubar .inner-bar {
	/* Hambuger */
}
 @media screen and (max-width: 900px) {
	 #menubar .inner-bar {
		 position: relative;
		 height: 40px;
	}
}
 #menubar .inner-bar #mobile-bar {
	 display: none !important;
}
 #menubar .inner-bar #mobileNav {
	 display: none;
	 justify-content: center;
	 align-items: center;
	 display: none;
	 color: #fff;
	 width: 120px;
	 height: 40px;
	 float: right;
	 background: #282828;
	 width: 100%;
}
 @media screen and (max-width: 900px) {
	 #menubar .inner-bar #mobileNav {
		 display: flex;
	}
}
 #menubar .inner-bar #mobileNav span {
	 display: block;
	 padding-left: 10px;
}
 @media screen and (max-width: 600px) {
	 #menubar .inner-bar #mobileNav span {
		 display: none;
	}
}
 #menubar .inner-bar #mobileNav .hamburger {
	 position: relative;
	 width: 1.5rem;
	 height: 1.5rem;
	 cursor: pointer;
}
 #menubar .inner-bar #mobileNav .hamburger .bar, #menubar .inner-bar #mobileNav .hamburger .bar:before, #menubar .inner-bar #mobileNav .hamburger .bar:after {
	 position: absolute;
	 display: block;
	 width: 100%;
	 height: 2px;
	 content: '';
	 -webkit-transform: rotate(0);
	 transform: rotate(0);
	 pointer-events: none;
	 background-color: #fff;
}
 #menubar .inner-bar #mobileNav .hamburger .bar {
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
}
 #menubar .inner-bar #mobileNav .hamburger .bar, #menubar .inner-bar #mobileNav .hamburger .bar:before, #menubar .inner-bar #mobileNav .hamburger .bar:after {
	 transition: top 0.2s 0.2s, left 0.1s, background-color 0.2s 0.1s, -webkit-transform 0.2s;
	 transition: top 0.2s 0.2s, left 0.1s, transform 0.2s, background-color 0.2s 0.1s;
	 transition: top 0.2s 0.2s, left 0.1s, transform 0.2s, background-color 0.2s 0.1s, -webkit-transform 0.2s;
}
 #menubar .inner-bar #mobileNav .hamburger .bar:before, #menubar .inner-bar #mobileNav .hamburger .bar:after {
	 -webkit-transform: rotate(0);
	 transform: rotate(0);
}
 #menubar .inner-bar #mobileNav .hamburger .bar:before {
	 top: 0.5rem;
}
 #menubar .inner-bar #mobileNav .hamburger .bar:after {
	 top: -0.5rem;
}
 #menubar .inner-bar #mobileNav.expanded .hamburger .bar {
	 background-color: transparent;
}
 #menubar .inner-bar #mobileNav.expanded .hamburger .bar:before, #menubar .inner-bar #mobileNav.expanded .hamburger .bar:after {
	 top: 0;
	 transition: background-color 0.2s, top 0.2s, left 0.2s, -webkit-transform 0.2s 0.15s;
	 transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
	 transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s, -webkit-transform 0.2s 0.15s;
	 background-color: red;
}
 #menubar .inner-bar #mobileNav.expanded .hamburger .bar:before {
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 #menubar .inner-bar #mobileNav.expanded .hamburger .bar:after {
	 -webkit-transform: rotate(-45deg);
	 transform: rotate(-45deg);
}
 #menubar .inner-bar .mobile-nav-items {
	 position: absolute;
	 left: 0;
	 top: 100%;
	 width: 100%;
	 background: #424242;
	 display: none;
	 border-top: 1px solid rgba(0, 0, 0, 0.3);
	 padding: 10px 0;
	 z-index: 999999;
}
 @media screen and (min-width: 901px) {
	 #menubar .inner-bar .mobile-nav-items {
		 display: none !important;
	}
}
 #menubar .inner-bar .mobile-nav-items * {
	 box-sizing: border-box;
}
 #menubar .inner-bar .mobile-nav-items ul {
	 margin: 0;
	 padding: 0;
}
 #menubar .inner-bar .mobile-nav-items ul li {
	 list-style: none;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 flex-wrap: wrap;
	 position: relative;
}
 #menubar .inner-bar .mobile-nav-items ul li a {
	 display: block;
	 padding: 10px 20px;
	 background: #424242;
	 font-weight: 600;
	 font-size: 16px;
	 color: #fff;
	 width: 100%;
}
 #menubar .inner-bar .mobile-nav-items ul li a:hover, #menubar .inner-bar .mobile-nav-items ul li a:focus, #menubar .inner-bar .mobile-nav-items ul li a.expanded {
	 text-decoration: none;
}
 #menubar .inner-bar .mobile-nav-items ul li .subnav-items {
	 width: 100%;
	 display: none;
}
 #menubar .inner-bar .mobile-nav-items ul li .subnav-items li {
	 position: relative;
}
 #menubar .inner-bar .mobile-nav-items ul li .subnav-items li a {
	 border-right: 1px solid rgba(255, 255, 255, 0.5);
	 font-weight: 400;
}
 #menubar .inner-bar .mobile-nav-items ul li .subnav-items li:after {
	 position: absolute;
	 content: '';
	 left: 0;
	 bottom: 0;
	 width: 100%;
	 height: 1px;
	 background: rgba(255, 255, 255, 0.5);
}
 #menubar .inner-bar .mobile-nav-items ul li .subnav-items.level1 {
	 background: #353535;
}
 #menubar .inner-bar .mobile-nav-items ul li .subnav-items.level1 > li > a {
	 background: #353535;
}
 #menubar .inner-bar .mobile-nav-items ul li .subnav-items.level1 > li > a:not(.subnav) {
	 padding-left: 30px;
}
 #menubar .inner-bar .mobile-nav-items ul li .subnav-items.level2 {
	 background: #292929;
}
 #menubar .inner-bar .mobile-nav-items ul li .subnav-items.level2 li a {
	 background: #292929;
}
 #menubar .inner-bar .mobile-nav-items ul li .subnav-items.level2 li a:not(.subnav) {
	 padding-left: 50px;
}
 #menubar .inner-bar .mobile-nav-items ul li.has-child a {
	 width: calc(100% - 40px);
	 border-right: 1px solid rgba(0, 0, 0, 0.3);
}
 #menubar .inner-bar .mobile-nav-items ul li.has-child .subnav {
	 width: 40px;
	 height: 44px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 padding: 0;
	 border: none;
}
 #menubar .inner-bar .mobile-nav-items ul li:after {
	 position: absolute;
	 content: '';
	 left: 0;
	 bottom: 0;
	 width: 100%;
	 height: 1px;
	 background: rgba(0, 0, 0, 0.3);
}
/* End of Mobile Menu */

/* Footer link */
.disability-assistance a {
    color: #222;
    text-decoration: underline;
}

.disability-assistance a:hover {
    text-decoration: none;
    color: #222;
}
 


#menubar #mobileNav:focus {
    border: 2px solid red;
}

#skip a {
    background: black !important;
    color: white !important;
}



/*-------------------------Circle QL---------------------------------*/

.QL-defaultTemplate li {
    border-bottom: none;
}

.QL-defaultTemplate a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.QL-defaultTemplate a .fa {
    margin-bottom: 7px;
}

.QL-defaultTemplate a {
    background: #4f2973;
    color: white;
    border-radius: 100px;
    height: 80px;
    width: 80px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    margin: 10px;
}

.QL-defaultTemplate a span {
    font-size: 12px;
}

.QL-defaultTemplate li {
    margin: 0 auto;
    text-align: center;
}

.QL-defaultTemplate a .fa {
    margin: 0;
}

.QL-defaultTemplate li {
    float: left;
    width: 100px;
    height: auto;
    margin: 10px;
}

#quicklinks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




.nav-toggle .fa-plus:hover, .nav-toggle .fa-plus:focus {
    color: #4f2974;
}

/* Sidebar Skip Navigation */

.skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    overflow: hidden;
}


.skip a:focus {
    padding: 0.5em 0.5em 0.4em;
    font-size: 14px;
    margin: 0.6em 0;
    border-radius: 5px;
    font-weight: 600;
    color: #654106;
    background: #ffe1b1;
    position: fixed;
    z-index: 9000;
    position: relative;
left: auto;
}

#pubWrapper ul.pubList li .admin_menu:focus, #pubWrapper ul.pubList .pubDropdown-btn:focus{
    background: #4d4d4d !important;
}

 #searchPanel a:focus 
{
background: #777;
}

.PO-staffDirectory .DIR-card .DIR-photo {
    display: none;
}
