/* --- FONTS --- 

 font-family: 'lusitanaregular';
 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: #922B21; }

.subpage .ptl_page a {
  color: #922B21; }

/*-- logo/name area BG color --*/
#school-name {
  background: #F1C40F; }

/*-- school name text color --*/
#school-name h1 {
  color: #000 !important; }

/*-- sidebar section heading BG, border and text color --*/
.w-25 .sec-header h2, .w-25 .sec-header h3 {
  font-size: 25px;
  letter-spacing: 2px;
  display: block;
  margin: 0px;
  font-weight: normal;
  padding: 3px 5px 3px 5px;
  background: #922B21;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #6f160a;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #6f160a;
  color: #ffffff; }

/*-- middle content section heading text color --*/
.w-50 .sec-header h3, #main-content .sec-header h3,.w-50 .sec-header h2, #main-content .sec-header h2 {
  color: #92151B; }

/*-- menubar BG and border color --*/
#menubar {
  background: #922B21;
  border-top: 1px solid #6f160a;
  border-bottom: 3px solid #6f160a; }

/*-- Sidenav LV2 border left color --*/
.sitenavl1 a.navLink {
  border-left: 3px solid black; }

/*---- CALENDAR ----*/
/*--Calendar BG's--*/
.mini_calendar_tbl, .tbl_mini_calendar, .tbl_cell_calendar {
  background-color: transparent; }

/*--Calendar Number Boxes BG--*/
.mini_calendar_day {
  background: #ffffff; }

/*--Calendar 'Days of The Week' Colors--*/
td.mini_calendar_header {
  color: #bf1b23; }

/*--Top of the Calendar BG Color--*/
.cal-top {
  background: #ffc103; }

/*--Calendar Today BG and Color--*/
.mini_calendar_day.mini_calendar_today {
  background: #bf1b23;
  color: #ffffff; }

/*--Calendar 'Go to Main Calendar' Color--*/
A.mini_calendar_header:link, A.mini_calendar_header:visited {
  color: #bf1b23; }

/*--Calendar 'Go to Main Calendar' Color Hover--*/
A.mini_calendar_header:hover {
  color: #bf1b23; }

/*--Calendar Event Text Color--*/
A.mini_calendar_day:link, A.mini_calendar_day:visited {
  color: #bf1b23;
  background: #ffffff; }

/*--Calendar Event Hover BG Color and Text Color--*/
A.mini_calendar_day:hover {
  color: #ffffff;
  background: #922B21; }

/*--Calendar Today With Event BG and Color--*/
a.mini_calendar_day.mini_calendar_today {
  background: #bf1b23;
  color: #ffffff; }

/*-- Calendar Arrows --*/
.cal-btn-l {
  border-color: transparent #922B21 transparent transparent; }

.cal-btn-r {
  border-color: transparent transparent transparent #922B21; }

/*-- Calendar Arrows HOVER --*/
.cal-btn-l:hover {
  border-color: transparent #bf1b23 transparent transparent; }

.cal-btn-r:hover {
  border-color: transparent transparent transparent #bf1b23; }

/*---- TELERIK COLORS ----*/
/*--TOP LEVEL STYLES--*/
.RadMenu .rmGroup .rmText {
  color: #ffffff; }

/*--Normal State--*/
#menubar a, .telerik_main_menu .rmRootGroup a {
  color: #ffffff; }

.telerik_main_menu .rmRootGroup a span {
  color: #ffffff; }

/*--Over and Focused State ***/
#menubar a:hover, .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)--*/
#menubar a:hover, .telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  background-color: #6f160a; }

/*--END OF TOP LEVEL STYLES--*/
/*--DROPDOWN MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup a {
  color: #ffffff;
  background: #6f160a; }

.telerik_main_menu .rmGroup a span {
  color: #ffffff;
  background: #6f160a; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  background: #922B21;
  color: #ffffff; }

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  background: #922B21;
  color: #ffffff; }

/*--END OF DROPDOWN MENU STYLES--*/
.rmItem:hover {
  background-color: #6f160a; }

.rmItem:hover > a > span {
  color: #ffffff; }

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background-color: #922B21; }

/*--DROPDOWN LV2 MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup .rmGroup a {
  color: #171717;
  background: #F9F9F9; }

.telerik_main_menu .rmGroup .rmGroup a span {
  color: #171717;
  background: #F9F9F9; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover, .telerik_main_menu .rmGroup .rmGroup a.rmFocused {
  background: #F1C40F;
  color: #000; }

.telerik_main_menu .rmGroup .rmGroup a:hover span, .telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #F1C40F;
  color: #000; }

/*--SECOND LEVEL BORDER LEFT--*/
.rmLevel2 {
  border-left: 4px solid #922B21; }

/*--END OF DROPDOWN MENU STYLES--*/
/*---- END TELERIK COLORS ----*/
/*--UPCOMING EVENTS--*/
.abtnPrev a, .abtnPrev a:hover, .abtnNext a, .abtnNext a:hover {
  background: #333333;
  color: #000; }

/*--END UPCOMING EVENTS--*/
/*------------------------------- END COLORS -------------------------------*/
/* --------------------- 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 END IMAGES -------------------------------*/
/* --------------------- QUICK LINKS ---------------------- */
ul.quick-links {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.quick-links li {
  border-bottom: 1px solid #CECECE;
  margin: 0px auto; }

ul.quick-links li:hover {
  background: #E9E9E9; }

ul.quick-links li:last-child {
  border-bottom: none; }

ul.quick-links li a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

/*------------------------------- END QUICK LINKS -------------------------------*/
body {
  background: url(../../../Common/resources/DesignPortfolio/SiteThemes/jupiter/texture-bg.jpg); }

.w-25 > .inside-padding > .row, .w-50 > .inside-padding > .row {
  background: #ffffff; }

.w-25 > .inside-padding > .row {
  padding: 15px 0px 2px; }

.w-25 .sec-header {
  background-image: url("../../../Common/resources/DesignPortfolio/SiteThemes/jupiter/title-bg-shadow.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 0px;
  text-align: center;
  width: 100%;
  font-family: 'bebas_neueregular';
  padding-bottom: 16px;
  margin: 0px; }

.w-25 .sec-header h2, .w-25 .sec-header h3 {
  font-size: 25px;
  letter-spacing: 2px;
  display: block;
  margin: 0px;
  font-weight: normal;
  padding: 3px 5px 3px 5px;
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid; }

.w-50 .sec-header h3, #main-content .sec-header h3,.w-50 .sec-header h2, #main-content .sec-header h2 {
  border-bottom: 1px dashed #999999;
  font-size: 25px;
  padding-bottom: 6px;
  font-family: 'latobold';
  margin: 0px 0px 10px; }

#school-name {
  display: block;
  border: 6px solid #ffffff; }

.subpage, #header-left, a:hover {
  text-decoration: none !important; }

#banner .bannerContainer {
  border: 6px solid #ffffff; }

#top-content.row {
  margin-bottom: 0px; }

#top-content > .inside-padding {
  padding-bottom: 0px; }

#bottom-content > .inside-padding {
  padding-top: 0px; }

#school-name h1 {
  font-family: 'bebas_neueregular';
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 0px;
  width: 100%; }

#header-left a:hover {
  text-decoration: none !important; }

.subpage #school-name h1 {
  padding: 10px 0px 10px; }

#school-name h1 span {
  font-size: 44%;
  font-family: 'latoregular';
  letter-spacing: normal;
  border-top: 1px solid #333333;
  padding-top: 10px;
  display: block;
  margin: 10px auto 0px;
  width: 92%;
  color:#000 !important; }

#s-inside {
  text-align: center; }

#s-inside a:hover {
  text-decoration: none; }

.homepage #school-name img {
  max-width: 80%;
  width: auto;
  height: auto;
  padding: 0px 0px 20px 0px; }

.inner-bar {
  max-width: 1000px;
  margin: 0px auto; }

body .ptl_upcomingevents_item .ptl_upcomingevents_date {
  border-radius: 0px; }

.subpage #school-name {
  margin-bottom: 20px; }

#RSSLink {
  display: none; }

#footer {
  background: #232323;
  color: #ffffff;
  border-top: 5px solid #575757; }

#footer-left {
  width: 30%;
  float: left; }

#footer-right {
  width: 70%;
  float: right;
  text-align: right;
  color: #ffffff; }

#footer h3 {
  margin: 10px 0px 0px;
  font-family: 'bebas_neueregular';
  font-weight: normal;
  font-size: 56px;
  opacity: 0.7; }

#footer-address {
  margin-top: 12px;
  color: #FFF; }

.credits {
  background: #333333;
  text-align: center;
  color: #ffffff;
  padding: 5px; }

.label_skin_corporation {
  font-size: 13px;
  font-family: 'latolight'; }

.label_skin_corporation a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'latolight'; }

.label_skin_corporation a:hover {
  text-decoration: underline;
  color: #ffffff; }

ul#social {
  list-style: none;
  margin: 15px 0px 0px 0px;
  padding: 0px; }

#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.instagram a {
  background-position: -160px 0px; }

#social li.icn a {
  background: url(../../Servers/Server_737824/Templates/social-sprite.png); }

#sub-content-left {
  width: 23%;
  float: left; }

#sub-content-right {
  width: 77%;
  float: left; }

a.navLink {
  display: block;
  padding: 6px; }
a.navLink:hover {

text-decoration:underline !important;

}
.sitenavl0.currentpage a.navLink {
  background: #f5f5f5; }

.sitenavl1 a.navLink {
  padding: 3px 6px 3px 6px;
  margin: 6px 0px 6px 0px; }

.sitenavl1 a.navLink:hover {
  background: #EDE8E8; }

#breadcrumbs {
  margin-bottom: 15px;
  background: #ffffff;
  padding: 5px; }

.subpage #page {
  max-width: 1000px;
  margin: 30px auto; }

#sub-content-left #sidebar {
  background: #ffffff;
  min-height: 250px; }

#main-content > .inside-padding {
  background: #ffffff;
  margin: 0px 10px 10px 20px; }

.mini_calendar_tbl {
  margin: 0px auto 0px;
  width: 100%;
  padding: 0px 0px 0px; }

.mini_calendar_tbl table {
  margin: 0px auto; }

.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: 4px 0px 4px 0px;
  min-height: 15px; }

td.mini_calendar_header {
  font-weight: normal;
  font-size: 14px;
  background: none;
  font-family: 'latoregular', Arial, Helvetica, sans-serif;
  line-height: normal;
  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: 3px; }

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: 3px; }

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; }

.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; }

.mini_calendar_tbl > tbody > tr > td > table > tbody > tr > td {
  padding: 0px; }

.RadMenu a.rmLink {
  line-height: 70px; }

/*** 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 8px 0px 8px !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: 'latoblack';
  text-transform: uppercase; }

.telerik_main_menu .rmRootGroup a span {
  text-decoration: none;
  font-size: 14px;
  font-family: 'latoblack'; }

/*** 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: 50px;
  color: #ffffff; }

@media screen and (max-width: 850px) {
  #bottom-content .w-25 {
    width: 30%; }

  #bottom-content .w-50 {
    width: 40%; }
 }

@media screen and (max-width: 730px) {
  #sub-content-left #sidebar {
    background: none;
    min-height: 0px; }

  #main-content > .inside-padding {
    margin: 0px 20px 10px 20px; }
 }

@media screen and (max-width: 640px) {
  #bottom-content .w-25 {
    width: 100%;
    float: none; }

  #bottom-content .w-50 {
    width: 100%;
    float: none; }

  .w-66 > .inside-padding {
    padding: 10px; }

  .row .w-50:nth-child(1) > .inside-padding {
    padding: 0px 10px 0px 10px; }

  .row .w-50:nth-child(2) > .inside-padding {
    padding: 0px 10px 0px 10px; }

  #logo, #school-name {
    height: auto !important; }

  #school-name {
    width: auto !important; }

  #s-inside {
    padding: 10px 0px 10px !important; }

  #main-content > .inside-padding {
    margin: 0px 10px 10px 10px; }
 }

#social li.icn a:hover {
  opacity: 0.8; }

.pubDropdown-wrapper, #pubWrapper-btn, .pubDropdown-btn {
  color: #ffffff; }

/*===== FONTS =====*/
@font-face {
  font-family: 'lusitanaregular';
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lusitana-regular-webfont.eot');
  src: url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lusitana-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lusitana-regular-webfont.woff') format('woff'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lusitana-regular-webfont.ttf') format('truetype'), url('https://cdnsm5-ss19.sharpschool.com/common/template-fonts/lusitana-regular-webfont.svg#lusitanaregular') 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[id*=btn_month_] {

color:#000;
}
div#breadcrumbs a {
    text-decoration: underline;
    font-weight: bold;
}
div#breadcrumbs a:hover,div#breadcrumbs a:focus {
   text-decoration:none;
   
}
#news-summary .content a.read-more:hover {

background:#bf1b23 !important;
}
.rmHorizontal > li > a.rmExpanded > span,.rmHorizontal > li > a.rmFocused > span,.rmHorizontal > li > a.rmSelected > span {


background-color: #6f160a;
color:#fff;

}
.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span, .telerik_main_menu .rmGroup a.rmExpanded span {

background:#922B21;

}
.ptl_upcomingevents_item .ptl_upcomingevents_date .ptl_upcomingevents_month {

    background-color: #922B21 !important;

}
body .ptl_upcomingevents_item .ptl_upcomingevents_date {

border-color:#922B21 !important;

}

.ptl_upcomingevents_footer .more_events:hover {

background:#bf1b23 !important;

}

 .inside-padding, .inner-bar { max-width:1200px !important; }

.ptl_page a {
    text-decoration: underline;
    color: #4242d6;
}

.ptl_page a:hover {
    text-decoration: none;
}


div#footer a {
    text-decoration: underline;
}
div#footer a:hover {
    text-decoration: none;
}

.ptl_page a {
    text-decoration: underline !important;
    font-weight: bold;
}

.ptl_page a:hover {
    text-decoration: underline !important;
    font-weight: bold;
}

body a:hover, body a:focus {
    text-decoration: underline !important;
}

.RadMenu .rmLink:hover span, .RadMenu .rmLink:focus span {
    text-decoration: underline !important;
}

body #breadcrumbs a:hover, body #breadcrumbs a:focus {
    text-decoration: underline;
}


.telerik_main_menu .rmGroup a.rmFocused span {
    text-decoration: underline !important;
}