@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Merriweather', serif;
*/
/* --------------------- COLORS ---------------------- */
/*- Logo Area Background Color -*/
#header .logo, #header .logo:after {
  background: #d8210e; }

/*- Logo Area Triangle Background Color (Same As Above) -*/
#header .logo .triangle {
  border-color: #d8210e transparent transparent transparent; }

/*- Menubar Color -*/
#menubar {
  background: #34495e; }

/*- Banner Radio Background HOVER -*/
#banner .nivo-controlNav a.active {
  background: #d8210e;
  border-color: #d44334; }

/*- Quick Link Icon Color -*/
ul.quickLinks a span {
  color: #34495e; }

.ql {
  list-style: none; }

.quicklinks img {
  background: #d8210e; }

/*- Section Title Text Color -*/
.sectionTitle {
  color: #34495e; }

.event .weekday {
  color: #34495e; }

.event .eventDate {
  color: #d8210e; }

.event .eventName {
  color: #666666; }

/*- News Title Text Color -*/
.newsTitle {
  color: #d8210e; }

/*- News Read More Text Color -*/
.readMore {
  color: #22303E; }

/*- Footer Background and Border Top Color -*/
#footer {
  background: #22303E;
  border-top-color: #d8210e; }

/*- Footer School Name Text Color -*/
#footer .schoolName {
  color: #ffffff; }

/*- Subpage Page Title Color -*/
h2.pageTitle {
  color: #34495e; }

/*- Side Nav Current Page Text Color -*/
.currentpage a.navLink {
  color: #34495e; }

/*- Menu Magic Line Triangle Color -*/
#magic-line:after {
  border-color: transparent transparent #d8210e transparent; }

/*---- TELERIK COLORS ----*/
/*--TOP LEVEL STYLES--*/
/*--Normal State--*/
.inner-bar a, .telerik_main_menu .rmRootGroup a {
  color: #ffffff; }

.telerik_main_menu .rmRootGroup a span {
  color: #ffffff; }

/*--Over and Focused State ***/
.inner-bar 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)--*/
.telerik_main_menu .rmRootGroup a:hover, .telerik_main_menu .rmRootGroup a.rmFocused {
  background-color: transparent; }

/*--END OF TOP LEVEL STYLES--*/
/*--DROPDOWN MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup a {
  color: #ffffff;
  background: #d8210e; }

.telerik_main_menu .rmGroup a span {
  color: #ffffff;
  background: #d8210e; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover, .telerik_main_menu .rmGroup a.rmFocused {
  background: #d44334;
  color: #ffffff; }

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span {
  background: #d44334;
  color: #ffffff; }

/*--END OF DROPDOWN MENU STYLES--*/
.rmItem:hover {
  background-color: transparent;
  color: #ffffff; }

.telerik_main_menu .rmRootGroup > li:hover > a span {
  color: #ffffff; }

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
  background-color: #d44334; }

/*--DROPDOWN LV2 MENU STYLES--*/
/*--Normal State--*/
.telerik_main_menu .rmGroup .rmGroup a {
  color: #ffffff;
  background: #323538; }

.telerik_main_menu .rmGroup .rmGroup a span {
  color: #ffffff;
  background: #323538; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover, .telerik_main_menu .rmGroup .rmGroup a.rmFocused {
  background: #456484;
  color: #ffffff; }

.telerik_main_menu .rmGroup .rmGroup a:hover span, .telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #456484;
  color: #ffffff; }

/*--SECOND LEVEL BORDER LEFT--*/
.rmLevel2 {
  border-left: 4px solid #d44334; }

/*--END OF DROPDOWN MENU STYLES--*/
/*---- END TELERIK COLORS ----*/
/*------------------------------- END COLORS -------------------------------*/
/* --------------------- IMAGES ---------------------- */
/*--Navigation Arrow BG--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  background: url('https://cdnsm4-ssdesign.lsnpresence.com/Common/resources/DesignPortfolio/SiteThemes/Metric/Blue/arrows-sprite.png'); }

/*--Navigation Arrow--*/
/*--Light--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  background-position: -18px -44px !important; }

/*or*/
/*--Dark--*/
/*
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
background-position: -18px -8px !important;
}
*/
/*------------------------------- END IMAGES -------------------------------*/
a:not(.link) {
  transition: all 0.2s ease-in-out; }

.portletEditMode a, .designMode a {
  transition: none; }

#page p {
  line-height: 28px; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #666666;
  -webkit-font-smoothing: antialiased; }

.bg-d {
  background: #f2f2f2; }

/*---- HEADER ----*/
.responsiveTemplate #header > .inside-padding {
  padding: 0px; }

#header .logo {
  padding: 10px;
  text-align: right;
  position: relative;
  vertical-align: middle; }

#header a {
  display: table;
  width: 100%; }

#header a div {
  display: table-cell; }

#menubar .row {
  margin: 0px;
  color: #ffffff; }

#menubar .inside-padding {
  padding: 5px 10px 0px 10px; }

#header a:hover {
  text-decoration: none; }

#header a:hover .schoolName {
  opacity: 0.5; }

#header .logo:after {
  content: '';
  display: block;
  width: 10000000%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1; }

#header .logo img {
  position: relative;
  z-index: 2; }

#header .logo .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 60px 0px 0px;
  content: '';
  position: absolute;
  right: -60px;
  top: 0px; }

#header .schoolName {
  padding-left: 70px;
  font-weight: 700;
  font-size: 25px;
  vertical-align: middle;
  transition: all 0.2s ease-in-out; }

#header .schoolName span {
  font-weight: 300;
  margin-left: 20px; }

/*---- FOOTER ----*/
#footer {
  color: #a9a9a9;
  font-family: 'Merriweather', serif;
  border-top-width: 4px;
  border-top-style: solid; }

#footer > .inside-padding {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 10px 30px 10px; }

.footer-left {
  width: 70%;
  display: table-cell;
  vertical-align: middle; }

.footer-left a {
  color: #a9a9a9; }

.footer-left .inside-padding {
  display: table;
  width: 100%;
  box-sizing: border-box; }

.footer-left .logo {
  display: table-cell;
  vertical-align: middle; }

.footer-left .info {
  display: table-cell;
  vertical-align: middle; }

#footer .schoolName {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700; }

#footer .phone {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

.footer-right {
  width: 30%;
  display: table-cell;
  vertical-align: middle; }

ul.socialMedia {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center; }

ul.socialMedia li {
  display: inline; }

ul.socialMedia li a {
  color: #ffffff;
  font-size: 25px;
  margin: 0px 15px 0px 15px;
  display: inline-block; }

ul.socialMedia li a:hover {
  opacity: 0.6;
  text-decoration: none; }

.credits {
  background: #333333;
  color: #ffffff;
  text-align: center; }

.credits a {
  color: #ffffff; }

.credits a:hover {
  color: #ffffff;
  text-decoration: underline; }

/*---- HOMEPAGE LAYOUT ----*/
#page .row.bg-d {
  margin-bottom: 60px; }

#page .row.bg-d .inside-padding {
  padding: 0px 20px 60px 20px; }

.sectionTitle {
  display: block;
  background: #e6e6e6;
  padding: 10px;
  text-transform: uppercase;
  margin: 0px auto 50px;
  width: 120px;
  text-align: center;
  font-weight: 700; }

.homepage .w-66 > .inside-padding {
  padding-right: 200px; }

.homepage .row .table.inside-padding {
  display: table;
  width: 100%;
  box-sizing: border-box; }

.homepage .w-33, .homepage .w-66 {
  float: none;
  display: table-cell;
  vertical-align: middle; }

/*---- QUICK LINKS ----*/
ul.quickLinks {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.quickLinks li a {
  display: block;
  padding: 25px 20px 25px 20px;
  border-bottom: 1px solid #DEDADA;
  color: #666666;
  font-weight: 700; }

ul.quickLinks a span {
  font-size: 40px;
  vertical-align: middle;
  margin-right: 15px;
  transition: all 0.2s ease-in-out; }

ul.quickLinks li:last-child a {
  border: none; }

ul.quickLinks li a:hover {
  text-decoration: none;
  opacity: 0.7; }

ul.quickLinks a:hover span {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/*---- BANNER BUTTONS ----*/
#banner .nivo-controlNav a {
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  float: none;
  margin: 0px 6px 0px 6px;
  border: 1px solid #E0DFDF; }

#banner .nivo-controlNav {
  text-align: center;
  width: 100%;
  padding: 0px;
  right: 0px;
  left: 0px;
  bottom: 10px !important; }

/*---- SUBPAGE LAYOUT ----*/
.subpage #page > .inside-padding {
  padding: 50px 0px 50px 0px; }

.sideBar {
  width: 23%;
  float: left; }

.mainContent {
  width: 77%;
  float: left; }

.mainContent .inside-padding {
  border-left: 1px solid #eeeeee;
  min-height: 500px; }

h2.pageTitle {
  display: block;
  background: #e6e6e6;
  padding: 10px;
  text-transform: uppercase;
  margin: 0px auto 10px;
  text-align: center;
  font-weight: 700;
  font-size: 16px; }

#breadcrumbs {
  font-family: 'Merriweather', serif;
  color: #666666;
  margin-bottom: 25px; }

.currentpage a.navLink {
  display: block;
  background: #e6e6e6;
  padding: 10px;
  text-transform: uppercase;
  margin: 0px auto 10px;
  font-weight: 700;
  font-size: 16px; }

a.navLink {
  display: block;
  padding: 10px; }

/*- Magic Line Color -*/


#magic-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100px;
  height: 12px;
  z-index: -1; }

#magic-line:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -12px; }

.RadMenu a.rmLink {
  line-height: 60px; }

/*** START OF TOP LEVEL MENU STYLES ***/
.telerik_main_menu a, .telerik_main_menu a:hover {
  text-decoration: none;
  font-size: 13px;
  font-weight: normal; }

.telerik_main_menu .rmText {
  padding-top: 5px !important;
  padding-bottom: 15px !important; }

.telerik_main_menu .rmGroup .rmText {
  padding-bottom: 5px !important; }

.RadMenu .rmItem {
  height: auto;
  margin-right: 0px; }

.RadMenu .rmText {
  font-weight: normal;
  font-size: 12pt; }

.RadMenu .rmLink {
  float: left;
  outline: 0 none;
  padding-left: 0px !important; }

.RadMenu .rmHorizontal .rmText {
  padding: 0px 9px 0px 9px !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: 18px; }

.telerik_main_menu .rmRootGroup a span {
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700; }

/*** 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: 15px;
  font-weight: 400;
  line-height: normal !important;
  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 ***/
a#mobile-bar {
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 60px;
  color: #ffffff; }

a#mobile-bar span {
  margin-right: 15px; }

@media screen and (max-width: 1200px) {
  .homepage .w-66 > .inside-padding {
    padding-right: 10px; }
 }

@media screen and (max-width: 1000px) {
  .homepage .w-33, .homepage .w-66 {
    width: 50%; }

  a.event {
    width: 50%;
    text-align: center;
    margin-bottom: 50px; }

  a.event:nth-child(3), a.event:nth-child(4) {
    margin-bottom: 0px; }
 }

@media screen and (max-width: 850px) {
  .sideBar {
    width: 27%;
    float: left; }

  .mainContent {
    width: 73%;
    float: left; }

  .footer-left, .footer-right {
    width: 100%;
    display: block; }

  .footer-left .inside-padding {
    display: block; }

  .footer-left .logo, .footer-left .info {
    width: 100%;
    display: block;
    text-align: center; }
 }

@media screen and (max-width: 780px) {
  #header .schoolName {
    padding: 10px 10px 10px 70px; }

  #header .schoolName span {
    display: block;
    margin: 0px; }
 }

@media screen and (max-width: 730px) {
  .sideBar, .mainContent {
    width: 100%;
    float: none; }

  .mainContent .inside-padding {
    border-left: none;
    min-height: auto; }

  .subpage #page > .inside-padding {
    padding: 10px; }
 }

@media screen and (max-width: 700px) {
  .homepage .row .table.inside-padding {
    display: block;
    width: auto; }

  .homepage .w-33, .homepage .w-66 {
    display: block;
    width: 100%; }
 }

@media screen and (max-width: 650px) {
  a.event {
    width: 100%; }

  a.event:nth-child(3) {
    margin-bottom: 50px; }

  a.newsItem.main, .secondaryNewsItems {
    width: 100%;
    float: none;
    margin: 0px; }

  .newsItem.main .image .inside {
    height: 180px; }

  .secondaryNewsItems .newsItem:first-child {
    border-top: 1px solid #DEDADA;
    margin-top: 20px;
    padding-top: 20px; }
 }

/*-------------------------------------------------------------------------*/
/*-----------------------Telerik Menu fixes----------------------------------*/
/* -- level zero menu expand --- */
a.rmLink.rmRootLink.rmExpanded span.rmText.rmExpandDown {
  background: #d8210e;
  color: white; }

/* -- level two menu expand --- */
li.rmItem a.rmExpanded span.rmText.rmExpandRight {
  background: #d44334;
  color: #fff; }

/*-----------------------Hover fixes----------------------------------*/
.label_skin_corporation a:hover {
  text-decoration: none; }

#breadcrumbs a, .subpage div[id*="divContent"] a {
  text-decoration: underline;
  font-weight: bold; }

#breadcrumbs a:hover, #breadcrumbs a:focus, .subpage div[id*="divContent"] a:hover, .subpage div[id*="divContent"] a:focus {
  text-decoration: none; }

/*-----------------------Template specific Fix ----------------------------------*/
/* Calendar time fix for new calendar */
.CAL-timeAlert {
  color: white; }

/* Focus state for telerik menu - confirm this */
.RadMenu ul.rmHorizontal li a:focus, .RadMenu ul.rmHorizontal li a span:focus {
  outline: 5px auto -webkit-focus-ring-color; }

/* Upcoming Events */
a.event, .weekday, .eventName, .eventDate {
  transition: 0.2s ease-in-out; }

a.event:hover, a.event:hover .weekday, a.event:hover .eventDate, a.event:hover .eventName {
  text-decoration: none;
  opacity: 1;
  color: #000; }

/* News */
a.newsItem:hover .readMore {
  opacity: 1;
  color: #a21a0c; }

@media screen and (max-width: 900px)
{
#menubar {
    margin-bottom: 0px; 
    height: 34px;
}
#menubar .inside-padding{
padding: 0;
}
}

.RadMenu ul.rmRootGroup {
    list-style: none;
}