@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: #000; }

/*- Logo Area Triangle Background Color (Same As Above) -*/
#header .logo .triangle {
  border-color: #000 transparent transparent transparent; }

/*- Menubar Color -*/
#menubar {
  background: #246835; }



#news_content_body #featured_image {
    display: none;
}
/*- Banner Radio Background HOVER -*/
#banner .nivo-controlNav a.active {
  background: #0D279B;
  border-color: #d44334; }

/*- Quick Link Icon Color -*/
ul.quickLinks a span {
  color: #246835; }

/*- Section Title Text Color -*/
.sectionTitle {
  color: #246835; }

.event .weekday {
  color: #246835; }

.event .eventDate {
  color: #0D279B; }

.event .eventName {
  color: #666666; }

/*- News Title Text Color -*/
.newsTitle {
  color: #0D279B; }

/*- News Read More Text Color -*/
.readMore {
  color: #174222; }

/*- Footer Background and Border Top Color -*/
#footer {
  /*background: #174222;*/
  background: #000;
  border-top-color: #0D279B; }

/*- Footer School Name Text Color -*/
#footer .schoolName {
  color: #ffffff; }

/*- Subpage Page Title Color -*/
h2.pageTitle {
  color: #246835; }

/*- Side Nav Current Page Text Color -*/
.currentpage a.navLink {
  color: #246835; }

/*- Menu Magic Line Triangle Color -*/
#magic-line:after {
  border-color: transparent transparent #0D279B 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: #0D279B; }

.telerik_main_menu .rmGroup a span {
  color: #ffffff;
  background: #0D279B; }

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
  background: #3147aa;
  color: #ffffff; }

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
  background: #3147aa;
  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: #3147aa; }

/*--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: #457f53;
  color: #ffffff; }

.telerik_main_menu .rmGroup .rmGroup a:hover span,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
  background: #457f53;
  color: #ffffff; }

/*--SECOND LEVEL BORDER LEFT--*/
.rmLevel2 {
  border-left: 4px solid #3147aa; }

/*--END OF DROPDOWN MENU STYLES--*/
/*---- END TELERIK COLORS ----*/
/*------------------------------- 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 IMAGES -------------------------------*/

@media screen and (max-width: 700px) {
  #upcomingEvents {
    height: auto;
  }
}



a:not(.link) {
  transition: all .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: 20px;
  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 .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: 139px 60px 0px 0px !important;
  content: '';
  position: absolute;
  right: -60px;
  top: 0px; }

#header .schoolName {
  padding-left: 70px;
  font-weight: 700;
  font-size: 25px;
  vertical-align: middle;
  transition: all .2s ease-in-out; 
  background: #0D279B;
  color: white;}

#header .schoolName span {
  font-weight: 300;
  margin-left: 20px; }

/*---- FOOTER ----*/
#footer {
  color: #fff;
  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: 35px;
  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: 60px 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 .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: #0D279B;
  color: white; }

/* -- level two menu expand --- */
li.rmItem a.rmExpanded span.rmText.rmExpandRight {
  background: #3147aa;
  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; }



#header {
    background: #0d279b;
}

i.fa.fa-phone {
    padding-right: 9px;
}
span.fax-n {
    display: none;
}


i.fa.fa-map {
    padding-right: 9px;
}

i.fa.fa-home {
    font-size: 24px;
    margin-left: -2px;
}


#upcomingEvents {
    height: 448px;
}

.upcoming-events {
    background: #246835 !important;
}



.upcoming-events .section-header h2:after {
    background: #0d279b !important;
}
body .upcoming-events .events-list .event-container .event .event-time .fa {
    color: #0d279b !important;
}


.photo-grid {
	 max-width: 1400px;
	 margin: 0 auto;
	 padding: 20px;
	 display: flex;
	 flex-wrap: wrap;
}
 .photo-grid .big-img {
	 display: block;
	 width: 50%;
	 height: 42.3vw;
	 max-height: 600px;
}
 .photo-grid .big-img .image {
	 height: 100%;
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
}
 .photo-grid .right-sec {
	 display: flex;
	 flex-wrap: wrap;
	 width: 50%;
	 padding-left: 5px;
	 box-sizing: border-box;
}
 .photo-grid .right-sec .img-tile {
	 width: 50%;
	 padding: 5px;
	 box-sizing: border-box;
}
 .photo-grid .right-sec .img-tile:nth-child(1), .photo-grid .right-sec .img-tile:nth-child(2) {
	 padding-top: 0;
}
 .photo-grid .right-sec .img-tile:nth-child(3), .photo-grid .right-sec .img-tile:nth-child(4) {
	 padding-bottm: 0;
}
 .photo-grid .right-sec .img-tile a {
	 display: block;
	 height: calc(20vw + 10px);
	 max-height: 295px;
}
 .photo-grid .right-sec .img-tile a .image {
	 height: 100%;
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
}
 
@media screen and (max-width: 1100px) {
 .photo-grid .big-img {
	 height: 42.7vw;
}
}


@media screen and (max-width: 1000px) {
 .photo-grid .big-img {
	 height: 43vw;
}
}

@media screen and (max-width: 900px) {
.photo-grid .big-img, .photo-grid .right-sec {
    width: 100%;
}

.photo-grid {
    max-width: 700px;
}

.photo-grid .big-img {
    height: 80vw;
}

.photo-grid .right-sec {
    padding-top: 10px;
    padding-left: 0;
}

.photo-grid .right-sec .img-tile {
    padding: 5px;
}

.photo-grid .right-sec .img-tile:nth-child(1), .photo-grid .right-sec .img-tile:nth-child(3) {
    padding-left: 0;
}

.photo-grid .right-sec .img-tile:nth-child(2), .photo-grid .right-sec .img-tile:nth-child(4) {
    padding-right: 0;
}

.photo-grid .right-sec .img-tile a {
    height: 40vw;
}

}

.photo-grid .big-img:hover .image, .photo-grid .big-img:focus .image {
    transform: scale(1.05);
}

.photo-grid .big-img, .photo-grid .right-sec .img-tile a {
    overflow: hidden;
}

.photo-grid .big-img .image, .photo-grid .right-sec .img-tile a .image {
    transition: all 0.6s;
}

.photo-grid .right-sec .img-tile a:hover .image, .photo-grid .right-sec .img-tile a:focus .image {
 transform: scale(1.1);
}

#header .schoolName {
    font-size: 50px !important;
}

@media screen and (max-width: 900px) {
#header .schoolName {
    font-size: 24px !important;
}
#header .logo img {
    width: 70px;
}

#header .logo .triangle {
    border-width: 116px 60px 0px 0px !important;
}
}

li.rmFirst a.rmRootLink span.rmText {
   font-size: 0;    
}

li.rmFirst a.rmRootLink span.rmText:after {
    content: '\f015';
    font-family: "Fontawesome";
    font-size: 26px;
    position: relative;
}

.upcoming-events {
    background: none !important;
}

.event-container {
    background: #246835;
}

.upcoming-events .section-header h2 {
    color: #246835;
}

.upcoming-events .events-footer > a {
    color: #246835;
}

.homepage .row.cols-3 .table.inside-padding {
    max-width: 1400px;
}

a.newsItem {
    width: 48%;
}


.newsItem span.ripple {
    background: #246835;
}

.newsItem .image {
    min-height: 220px;
}



.super-message-container {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
  }
  .super-message-container .image {
    height: 125px;
    -webkit-background-size: cover;
    background-size: cover;
    width: 125px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .super-message-container .super-message {
    position: relative;
    margin-bottom: 40px;
  }
  .super-message-container .super-message h2 {
    font-size: 20px !important;
  }
  .super-message-container .super-message p {
    color: #231f20 !important;
    font-style: italic;
    font-weight: 400 !important;
  }
  .super-message-container .super-message p:before {
    content: '"';
  }
  .super-message-container .super-message p:after {
    content: '"';
  }
  .super-message-container .super-message:after {
    content: "";
    width: 40%;
    height: 2px;
    background: #d0d2d3;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
  }
  .super-message-container a {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #f36b2b 0%, #b21f1f 20%, #121e63 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, right top, left top, from(#f36b2b), color-stop(20%, #b21f1f), to(#121e63));
    background: -o-linear-gradient(right, #f36b2b 0%, #b21f1f 20%, #121e63 100%);
    background: linear-gradient(to left, #f36b2b 0%, #b21f1f 20%, #121e63 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e5799", endColorstr="#7db9e8",GradientType=1 );
    /* IE6-9 */
    -webkit-transition: 200ms ease-in-out all;
    -o-transition: 200ms ease-in-out all;
    transition: 200ms ease-in-out all;
  }
  .super-message-container a span {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  .super-message-container a:hover, .super-message-container a:focus {
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }

#page .row.bg-d .inside-padding {
    max-width: 1400px;
    padding: 0 20px;
}

.bg-d {
    background: #246835;
}


 .section-title {
    text-align: center;
    margin: 20px 0 50px 0;
    line-height: 1.5;
  }
  .section-title .title-container {
    display: inline-block;
    position: relative;
  }
  .section-title .title-container:after {
    content: "";
    width: 50%;
    height: 2px;
    background: #d0d2d3;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
  }
  .section-title .title-container .tag-line {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.5px;
  }
  .section-title .title-container h2 {
    margin: 0;
    color: #fff;
  }

@media screen and (max-width: 640px) {
#page .row.bg-d .inside-padding {
    padding: 20px;
}
}


.super-message-container .super-message p {
    font-size: 15px;
}

#page .row.bg-d.superintendent-msg p {
    text-align: center;
    font-size: 15px;
    line-height: normal;
}

.subpage.grey .mainContent {
    background: #e6e6e6;
}

.homepage .inside-padding {
    max-width: 1400px;
}

.super-message-container a {
    background: #000;
}


.footer-left .info .fa {
    display: none;
}

.fb-wrapper {
    display: flex;
    justify-content: center;
}

.row.cols-3 .flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
 .row.cols-3 .flex .w-33 {
    width: 100%;
}   
}

.row.cols-3 .flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
 .row.cols-3 .flex .w-33 {
    width: 100%;
}   
}

.row.cols-3 .flex .upcoming-events .section-header {
    padding-top: 0;
}

.upcoming-events .events-list .event-container .event {
    box-sizing: border-box;
    margin: 0;
}


/*

div#header {
    background-image: url('/UserFiles/Servers/Server_80402166/Templates/header-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.responsiveTemplate #header > .inside-padding {
    max-width: 100%;
    background: rgba(13, 39, 155, 0.7);
}

#header .schoolName {
    background: transparent;
}

#header a {
    max-width: 1200px;
    margin: 0 auto;
}

*/

#header .logo .triangle {
    border-color: #0D279B transparent transparent transparent;
}

#header .logo, #header .logo:after {
    background: #0D279B;
}

@media screen and (max-width: 900px) {
    #header a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#header .schoolName {
    padding: 10px;
}

#header .logo {
    padding: 10px;
}

.responsiveTemplate #header > .inside-padding {
    padding: 10px;
}

#header .logo .triangle {
    display: none;
}
}

.upcoming-events .section-header h2:after {
    display: none;
}

#footer .disclaimer {
 font-size: 13px;
 text-align: center;
}

