/* --- FONTS --- 

 font-family: 'bebas_neueregular';
 font-family: 'montserratbold';
 font-family: 'montserratregular';
 font-family: 'montserratlight';
 font-family: 'montserratblack';

------------ */

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: #fff;
 max-width: 1200px;
 background-size: cover;
 box-sizing: border-box;
}

#header-left a:hover { text-decoration: none; }

#logo {
 float: left;
 width: 50%;
}

#logo img {
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
}

#school-name {
 float: left;
 padding-left: 20px;
display:none;
}

#school-name h1 {
 margin: 0px;
 font-family: 'montserratbold';
 text-transform: uppercase;
 font-size: 45px;
 font-weight: normal;
 color: #222;
}

#school-name h1 span {
 font-size: 65%;
 display: block;
 color: #00712c;
 font-family: 'montserratlight';
}

#motto {
 color: #ffffff;
 font-size: 24px;
 letter-spacing: 1px;
}

#menubar {
 max-width: 1200px;
 margin: 0px auto;
 background: #ffffff;
}

.w-33 .ptl_portlet_vertical {
 overflow: visible;
}

html body {
 background: #f5f5f5;
 font-family: 'source_sans_prolight';
}

.box-content {
}

.box-content h2,
.box-content h3 {
 margin: 10px 0px;
 color: #222;
 font-size: 28px;
 font-family: 'source_sans_probold';
}

.row {
 background: #fff;
}

.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';
}

span.btn-major {
 background: #00712c;
 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: #189f50;
}

span.btn-minor {
 font-family: 'source_sans_proregular';
 font-size: 20px;
 color: #00712c;
 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: #189f50;
}

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;
}

#home_news_summary .news-item:first-child {
 margin-top: 0px;
}

#home_news_summary .news-item {
 border: none;
 background: transparent;
 padding: 0px;
}

#home_news_summary .read-more a {
 color: #FFFFFF;
 font-size: 12px;
 padding: 5px 10px;
 text-decoration: none;
 display: inline-block;
 line-height: normal;
 text-align: left !important;
 font-family: inherit;
 width: auto;
 height: auto;
}

/*---- BANNER CONTROLS ----*/

/*--BTN Background--*/
.nivo-directionNav a {
  background-color: #00712c !important;
}
/*--BTN Background HOVER--*/
.nivo-directionNav a:hover {
  background-color: #734011 !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 {
 content: '';
 position: absolute;
 top: 9px;
 left: 9px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 7px 12px 7px 0;
 border-color: transparent #ffffff transparent transparent;
}

#banner a.nivo-nextNav: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 #ffffff;
}

#banner .bannerContainer.bannerShowControls .nivo-caption {
  padding-bottom: .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: #00712c;
}

body .ptl_upcomingevents_footer .more_events:hover, #home_news_summary .read-more a:hover {
 background: #734011;
}


#footer {
 color: #ffffff;
 margin-bottom: 40px;
}

#footer .inside-padding {
 background: #00712c;
 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: 'Papyrus';
 font-weight: normal;
 text-transform: uppercase;
 font-size: 25px;
 color: #ffffff;
}

#footer-address a {
 color: #fff;
}

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: #ffffff;
 padding: 10px 0px 0px;
}

.label_skin_corporation {
 font-size: 13px;
 font-family: 'latolight';
}

.label_skin_corporation a {
 color: #ffffff;
 text-decoration: none;
 font-family: 'latolight';
}

.label_skin_corporation a:hover {
 text-decoration: underline;
}

#social li.icn a:hover {
 opacity: 0.8;
}

#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 #00712c;
 transition: border-left 0.15s ease-in-out;
}

.sitenavl1 a.navLink:hover {
 border-left: 10px solid #00712c;
}

.sitenavl0.currentpage a.navLink {
 background: #f5f5f5;
 font-size: 18px;
 font-family: 'source_sans_prosemibold';
}

.sitenavl1 a.navLink {
 padding: 3px 6px 3px 6px;
 margin: 6px 0px 6px 0px;
}

#breadcrumbs {
 margin-bottom: 15px;
 background: #ffffff;
 padding: 5px;
 font-family: 'source_sans_proregular';
}

#breadcrumbs a {
 color: #00712c;
}

.subpage #page {
 max-width: 1200px;
 margin: 30px auto;
}

#sub-content-left #sidebar {
 background: #ffffff;
 font-family: 'source_sans_proregular';
}

#sidebar a.header_sel {
 color: #00712c;
 font-family: 'source_sans_prosemibold';
 font-size: 18px;
}

#sidebar a.sub {
 font-family: 'source_sans_proregular';
 padding-left: 10px;
}

#main-content > .inside-padding {
 background: #ffffff;
 margin: 0px 10px 10px 20px;
 min-height: 250px;
}

#home_news_summary {
 font-family: inherit;
}

.news-item .news-title {
 font-family: inherit;
}

.news-item .date  {
 font-style: initial;
}




/*---- CALENDAR ----*/

/*--Calendar BG's--*/
.mini_calendar_tbl, .tbl_mini_calendar, .tbl_cell_calendar {
 background-color: #00712c;
}

/*--Calendar Number Boxes BG--*/
.mini_calendar_day {
 background: #00712c;
}

/*--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: #00712c;
 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: #4a4a4a;
}

/*--Calendar Event Hover BG Color and Text Color--*/
A.mini_calendar_day:hover {
 color: #ffffff;
 background: #00712c;
}

/*--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: #00712c;
 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: #353535;
}*/

/*--END OF TOP LEVEL STYLES--*/


/*--DROPDOWN MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup a {
 color: #ffffff;
 background: #00712c;
}

.telerik_main_menu .rmGroup a span {
 color: #ffffff;
 background: #00712c;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
 background: #353535;
 color: #ffffff;
}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
 background: #353535;
 color: #ffffff;
}

/*--END OF DROPDOWN MENU STYLES--*/

/*.rmItem:hover {
 background-color: #353535;
}*/

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
 background-color: #353535;
}

/*--DROPDOWN LV2 MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup .rmGroup a {
 color: #ffffff;
 background: #2e2e2e;
}

.telerik_main_menu .rmGroup .rmGroup a span {
 color: #ffffff;
 background: #2e2e2e;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused {
 background: #00712c;
 color: #ffffff;
}

.telerik_main_menu .rmGroup .rmGroup a:hover span,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
 background: #00712c;
 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 18px 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 {
}

.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;
}

.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: .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: #00712c;
 color: #fff;
 font-family: 'source_sans_prosemibold';
}


/*** 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: #00712c;
 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 #734011;
 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: #f5f5f5;
 position: absolute;
 left: 92px;
 z-index: -1;
}

.timeline .date {
 text-align: center;
}

.timeline .date span {
 color: #686868;
 padding: 4px 0px;
 background: #fff;
 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;
}

#news-summary.timeline .inner-news-content {
}

.inner-news-content a.title {
 text-decoration: none;
 color: #222;
 font-size: 20px;
 font-family: 'source_sans_prosemibold';
 color: #00712c;
}

.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: #00712c;
 height: 30%;
 transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
}

.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);
}

.image:hover .read-more:after {
 top: 42%;
 font-size: 22px;
}


.clear { clear: both; }

#news-summary .clear span {
 display: none;
}

#RSSLink {
 display: none;
}

@media screen and (max-width: 950px){

 .date {
  float: none;
  display: block;
  height: auto;
  margin: 0;
  text-align: center;
 }

 .date span {
  display: inline;
  vertical-align: initial;
  background: #fff;
  color: #686868;
  padding: 2px 0px;
 }
    
 .news-wrap:after {
  left: 102px;    
 }

 #news-summary .row {
  max-height: none;
 }

 #news-summary .row .image {
  float: none;
 }

 .imgDate {
  min-width: 150px;
 }

 #news-summary .content {
  width: 60%;
 }
}

@media screen and (max-width: 900px){

 #news-summary .content {
  width: 70%;
 }

}

@media screen and (max-width: 700px){

 #news-summary .content {
  width: 60%;
 }
}

@media screen and (max-width: 550px){
 .news-wrap:after {
  display: none;
 }
    
 .imgDate {
  width: 100%;
  max-width: none;
 }
    
 #news-summary .row .image {
  margin: 10px auto;
 }

 #news-summary .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){

 .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%;
 }
    
 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;
 }
    
 .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){
 .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: 'montserratthin';
    src: url('/common/template-fonts/montserrat-thin-webfont.eot');
    src: url('/common/template-fonts/montserrat-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/montserrat-thin-webfont.woff') format('woff'),
         url('/common/template-fonts/montserrat-thin-webfont.ttf') format('truetype'),
         url('/common/template-fonts/montserrat-thin-webfont.svg#montserratthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('/common/template-fonts/montserrat-light-webfont.eot');
    src: url('/common/template-fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/montserrat-light-webfont.woff') format('woff'),
         url('/common/template-fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/common/template-fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('/common/template-fonts/montserrat-bold-webfont.eot');
    src: url('/common/template-fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/common/template-fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/common/template-fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('/common/template-fonts/montserrat-regular-webfont.eot');
    src: url('/common/template-fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/common/template-fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/common/template-fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratblack';
    src: url('/common/template-fonts/montserrat-black-webfont.eot');
    src: url('/common/template-fonts/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/montserrat-black-webfont.woff') format('woff'),
         url('/common/template-fonts/montserrat-black-webfont.ttf') format('truetype'),
         url('/common/template-fonts/montserrat-black-webfont.svg#montserratblack') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'source_sans_proregular';
    src: url('/common/template-fonts/sourcesanspro-regular-webfont.eot');
    src: url('/common/template-fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('/common/template-fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('/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('/common/template-fonts/sourcesanspro-light-webfont.eot');
    src: url('/common/template-fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('/common/template-fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('/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('/common/template-fonts/sourcesanspro-semibold-webfont.eot');
    src: url('/common/template-fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('/common/template-fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('/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('/common/template-fonts/sourcesanspro-black-webfont.eot');
    src: url('/common/template-fonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/sourcesanspro-black-webfont.woff') format('woff'),
         url('/common/template-fonts/sourcesanspro-black-webfont.ttf') format('truetype'),
         url('/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('/common/template-fonts/sourcesanspro-bold-webfont.eot');
    src: url('/common/template-fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('/common/template-fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('/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('/common/template-fonts/BebasNeue-webfont.eot');
    src: url('/common/template-fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/BebasNeue-webfont.woff') format('woff'),
         url('/common/template-fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/common/template-fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'latobold';
    src: url('/common/template-fonts/lato-bol-webfont.eot');
    src: url('/common/template-fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-bol-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-bol-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('/common/template-fonts/lato-reg-webfont.eot');
    src: url('/common/template-fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-reg-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-reg-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'latolight';
    src: url('/common/template-fonts/lato-lig-webfont.eot');
    src: url('/common/template-fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-lig-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-lig-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('/common/template-fonts/lato-bla-webfont.eot');
    src: url('/common/template-fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('/common/template-fonts/lato-bla-webfont.woff') format('woff'),
         url('/common/template-fonts/lato-bla-webfont.ttf') format('truetype'),
         url('/common/template-fonts/lato-bla-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------------------------------------------------*/

.label_skin_corporation a:hover {
    text-decoration: none;
    color: #fff;
}

.inner-news-content .title:hover {
    opacity: 1;
    color: #0c5429;
}

span.btn-major:hover {
    background: #0c5429;
}

span.btn-minor:hover{color:#0c5429;}


/* level 1 */

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span, .telerik_main_menu .rmGroup a.rmExpanded span {

background: #734011;
color: #fff;

}


.slogan span {

    display: block;
    color: #00712c;
    font-family: 'montserratlight';
}

.ptl_upcomingevents_item .ptl_upcomingevents_details .event_title, .ptl_upcomingevents_details .event_time {
    font-family: 'source_sans_prolight' !important;
}


.ptl_upcomingevents_footer .more_events:link, .ptl_upcomingevents_footer .more_events:visited, .ptl_upcomingevents_footer .more_events:active{     font-family: 'source_sans_probold' !important;}

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 {border-radius:4px !important; }


.slogan {
    float: left;
    width: 100%;
    margin-left: 90px;
}

@media screen and (max-width:1150px)
{
.slogan {margin-left:75px}
}


@media screen and (max-width:1000px)
{
.slogan {margin-left:70px}
}


@media screen and (max-width:900px)
{
.slogan {margin-left:65px}
}

@media screen and (max-width:800px)
{
.slogan {margin-left:55px}
}

@media screen and (max-width:640px)
{
.slogan {margin-left:0px; text-align:center; margin:0 auto; font-size:65%
}
}

h2.ptl_upcomingevents_header {
    color: #222;
    font-size: 28px;
    font-family: 'source_sans_probold';
}


/* Revisions */

.slogan span {
    color: #734011;
    text-align: center;
}

.slogan {
  margin: 0;
}

#logo {
    display: flex;
    align-items: center;
}

#logo .left-side {
    padding-right: 30px;
}

#logo .left-side {
    max-width: 100px;
}

body #logo {
    width: 100%;
}

#logo .right-side {
    max-width: 400px;
}


.ptl_upcomingevents_footer .more_events:link, .ptl_upcomingevents_footer .more_events:visited, .ptl_upcomingevents_footer .more_events:active {
    font-size: 20px !important;
}


#footer h3 {
    text-transform: capitalize;
}

body #header > .inside-padding {
	display: flex;
	justify-content: space-between;
}

.header-right img {
	max-width: 140px;
}

#header .header-right {
	padding-left: 30px;
}

@media screen and (max-width: 900px) {
	body #header > .inside-padding {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#header .header-right {
		padding-left: 0;
	}
        #header .header-left {
		margin-bottom: 20px;
	}
}


.telerik_main_menu .rmGroup .rmGroup a span {
    color: #ffffff;
    background: #744008;
}

.telerik_main_menu .rmGroup .rmGroup a.rmExpanded span {
    background: #00712c;
    color: #ffffff;
}

#logo {max-width: 800px;}

body #header > .inside-padding {display: flex;justify-content: center;}

/* Custom Links Fix - IM-28279 */
span.btn-major a {
    color: #fff;
}

span.btn-major a:hover {
    text-decoration: none;
}



