/* --- FONTS --- 

 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: #425877;
}*/

.subpage .ptl_page a {
 color: #425877;
}

/*-- heading BG and text color --*/
.sec-header h3, .sec-header h2 {
 color: #ffffff;
 background: #323f59;
}

/*---- WEATHER ----*/

/*--Weather BG--*/
.weather-wrapper {
 background: #425877;
}

/*--Weather font colors--*/
.weather-temp, .weather-location {
 color: #fff;
} 

/*-- Sidenav LV2 border left color --*/
.sitenavl1 a.navLink {
 border-left: 3px solid #323f59;
}

/*---- CALENDAR ----*/

/*--Calendar BG's--*/
.mini_calendar_tbl, .tbl_mini_calendar, .tbl_cell_calendar {
 background-color: #425877;
}

/*--Calendar Number Boxes BG--*/
.mini_calendar_day {
 background: #ffffff;
}

/*--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: #323f59;
 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: #ffffff;
}

/*--Calendar Event Text Color--*/
A.mini_calendar_day:link, A.mini_calendar_day:visited {
 color: #ffffff;
 background: #323f59;
}

/*--Calendar Event Hover BG Color and Text Color--*/
A.mini_calendar_day:hover {
 color: #ffffff;
 background: #323f59;
}

/*--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;
}

/*---- TELERIK COLORS ----*/

/*--TOP LEVEL STYLES--*/

.rmText {
 color: #ffffff;
}

/*--Normal State--*/
.inner-bar a {
 color: #ffffff;
}

.telerik_main_menu .rmRootGroup a {
 color: #ffffff;
}

.telerik_main_menu .rmRootGroup a span {
 color: #ffffff;
font-weight: bold;
}

/*--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: #425877;
}

/*--END OF TOP LEVEL STYLES--*/


/*--DROPDOWN MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup a {
 color: #ffffff;
 background: #425877;
}

.telerik_main_menu .rmGroup a span {
 color: #ffffff;
 background: #425877;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
 background: #323f59;
 color: #ffffff;
}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
 background: #323f59;
 color: #ffffff;
}

/*--END OF DROPDOWN MENU STYLES--*/

.rmItem:hover {
 background-color: #425877;
}

.rmItem:hover > a > span {  color: #ffffff; }

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
 background-color: #323f59;
}

/*--DROPDOWN LV2 MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup .rmGroup a {
 color: #fff;
 background: #425877;
}

.telerik_main_menu .rmGroup .rmGroup a span {
 color: #fff;
 background: #425877;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused {
 background: #323f59;
 color: #ffffff;
}

.telerik_main_menu .rmGroup .rmGroup a:hover span,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
 background: #323f59;
 color: #ffffff;
}

/*--SECOND LEVEL BORDER LEFT--*/

.rmLevel2 {
 border-left: 4px solid #323f59;
}

/*--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 ---------------------- */

/* --------------------- QUICK LINKS ---------------------- */

/*---- QUICKLINKS ----*/

/*--Quicklink BG--*/
ul#quicklinks li {
 background: #425877;
}

/*--Quicklink BG Hover--*/
ul#quicklinks li:hover {
 background: #323f59;
}


/*--Quicklinks Arrows--*/

/*--Quicklinks Next Light--*/
.quicklinks-wrapper .bx-next {
 background-position: -18px -36px !important;
}

/*--Quicklinks Prev Light--*/
.quicklinks-wrapper .bx-prev {
background-position: 0px -36px !important;
}

/*or*/

/*--Quicklinks Next Dark--*/
/*
.quicklinks-wrapper .bx-next {
 background-position: -18px 0px !important;
}
*/


/*--Quicklinks Prev Dark--*/
/*
.quicklinks-wrapper .bx-prev {
background-position: 0px 0px !important;
}
*/

/*--Quicklinks Arrows BG--*/
.quicklinks-wrapper .bx-next, .quicklinks-wrapper .bx-prev {
 background: url(/Common/resources/DesignPortfolio/SiteThemes/royalgala/arrows-sprite.png);
}

ul#quicklinks {
 list-style: none;
 padding: 0px;
 margin: 0px;
}

ul#quicklinks li {
 height: 78px;
}

.quicklinks-wrapper {
 position: relative;
 margin: 20px 0px;
}

.quicklinks-wrapper .bx-wrapper {
 max-width: 100% !important;
}

.quicklinks-wrapper .bx-controls-direction {
 position: absolute;
 top: -58px;
 right: 0px;
}

.quicklinks-wrapper .bx-next {
 font-size: 0px;
 text-indent: -9999px;
 height: 36px;
 width: 18px;
 display: block;
 float: left;
 margin: 0px 6px 0px 6px;
}

.quicklinks-wrapper .bx-prev {
 font-size: 0px;
 text-indent: -9999px;
 height: 36px;
 width: 18px;
 display: block;
 float: left;
}

.quicklinks-wrapper .bx-prev.disabled, .quicklinks-wrapper .bx-next.disabled {
 opacity:0.3;
 filter:alpha(opacity=30); /* For IE8 and earlier */
}

#quicklinks li {
 width: 140px !important;
}

/*------------------------------- END QUICK LINKS -------------------------------*/



h3 { margin: 10px 0px 10px; }

body {
/*
background: url(/Common/resources/DesignPortfolio/SiteThemes/royalgala/body-bg.png);
*/
background: #fff;
}

#page {
 max-width: 1000px;
 margin: 0px auto;
}

#header-left a:hover {
 text-decoration: none;
 opacity: 0.8;

}

#header h1 {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 0;
}

#header h1 span {
   font-size: 20px;
    font-family: 'latoregular';
    font-weight: bold;
    padding: 10px 0;
}

.inside-padding.bg-d {
 background: #ffffff;
 border: 1px solid #171717;
 margin: 0px 10px 0px 10px;
}

.sec-header h3, .sec-header h2 {
 padding: 10px;
 font-family: 'latobold';
 font-size: 18px;
 letter-spacing: 1px;
 margin: 10px 0px 10px;
}

#upcoming-event-wrapper {
background: #323f59;
margin-bottom: 20px;
}

#upcoming-event-wrapper:hover {
background: #425877;

}

.ptl_page  .eventPlaceHolder, .ptl_page  .eventPlaceHolder:hover {
 color: #ffffff;
}

.w-33 > .inside-padding { padding-top: 0px; }

#banner > .inside-padding {
 padding-bottom: 0px;
}

#footer {
 margin-bottom: 40px;
}

#footer > .inside-padding {
 background: #323f59;
 color: #ffffff;
 max-width: 960px;
}

#footer-left {
 float: left;
 width: 75%;
}

#footer-right {
 float: left;
 width: 25%;
}

#footer h3 { margin-top: 0px; }

#footer-address {
 color: #FFF;
}

.credits {
 text-align: center;
 color: #333333;
 padding: 5px;
}

.label_skin_corporation {
 font-size: 13px;
 font-family: 'latolight';
}

.label_skin_corporation a {
 color: #333333;
 text-decoration: none;
 font-family: 'latolight';
}

.label_skin_corporation a:hover {
 text-decoration: underline;
 color: #333333;
}

ul#social {
 list-style: none;
 margin: 8px 0px 0px 0px;
 padding: 0px;
 text-align: right;
}

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.instagram a { background-position: -160px 0px; }

ul#social li.icn a {
 background: url(/UserFiles/Servers/Server_675748/Templates/social-sprite3.png);
}

/* ----------- WEATHER---------- */

.weather-temp span.deg {
 font-size: 14px;
 position: relative;
 top: -14px;
 font-family: arial;
}

.weather-temp span.typ {
 font-size: 16px;
 position: relative;
 left: -2px;
}

.weather-wrapper {
 text-align: center;
}

.inner-weather {
 padding: 5px 10px 5px 5px;
}

#weather {
 width: 105px;
 float: left;
 text-align: center;
}

.weather-temp {
 font-family: 'latoregular' ,Arial, Helvetica, sans-serif;
 letter-spacing: 0.04em;
 font-size: 25px;
 float: left;
 width: 25%;
 line-height: 65px;
 position: relative;
 top: 2px;
}

.weather-location {
 float: left;
 width: 50%;
 font-family: arial;
 font-size: 19px;
  font-family: 'latobold' ,Arial, Helvetica, sans-serif;
 line-height: 69px;
 letter-spacing: 0.09em;
} 

.weather-img {
 float: left;
 width: 25%;
 padding-top: 3px;
}
.weather-img img {
 max-width: 65px;
}

.inner-bar {
 background: #323f59;
 max-width: 980px;
 margin: 0px auto 10px;
}


.subpage #page { margin: 20px auto 20px; }

#main-content > .inside-padding { padding: 0px 10px 0px 10px; }

#sub-content-left {
 width: 23%;
 float: left;
}

#sub-content-right {
 width: 77%;
 float: left;
}

a.navLink {
 display: block;
 padding: 6px;
}

.sitenavl0.currentpage a.navLink {
 background: #425877;
color: #fff;
}

.sitenavl1 a.navLink {
 padding: 3px 6px 3px 6px;
 margin: 6px 0px 6px 0px;
}

#breadcrumbs {
 margin-bottom: 15px;
}

.subpage .inside-padding.bg-d { margin: 0px; }










.mini_calendar_tbl {
 margin: 0px auto 20px;
 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: 'latoregular' ,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: 'latoregular' ,Arial, Helvetica, sans-serif;
 line-height: 16px;
 padding-bottom: 9px;
 font-family: 'latobold';
 letter-spacing: .5px;
 text-transform: uppercase;
}

td.mini_calendar_header_small {
 background: #425877;
}

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: 8px;
}

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: 8px;
}

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;
}

/*-- 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;
}

.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: 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 13px 0px 13px !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: 'latoregular';
}

.telerik_main_menu .rmRootGroup a span {
 text-decoration: none;
 font-size: 16px;
 font-family: 'latoregular';
}

/*** 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 {
}

.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: 47px;
 color: #ffffff;
 padding: 0px 0px 0px 15px;
}


@media screen and (max-width: 640px) {

 body .w-33 {
  width: 100% ;
  float: none;
 }

}

#social li.icn a:hover {
 opacity: 0.8;
}

/*===== FONTS =====*/

@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;
}


/*Pubwrapper */
#selectSchool {display:none !important;}

#pubWrapper{max-width:980px; margin:0 auto;}

/*Header*/

div#logo img {
    max-width: 150px;
    max-height: 150px;
}

div#school-name {
    width: 100%;
}

div#logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#header-left {
    display: flex;
    width: 100%;
    align-items: center;
}

#header-left a {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.single-story .read-more .link, .home_news_summary-scrolling .read-more .link {background: #425877; }

  .single-story .read-more .link:hover, .home_news_summary-scrolling .news-item:hover .read-more .link  {background-color: #323f59;}

.divSearchBox {
    padding: 0px;
    display: flex;
}

#searchPanel {
    list-style: none;
}

/*Telerik Menu Focus Fix*/
/* level0 */

.rmHorizontal > li > a.rmExpanded > span,.rmHorizontal > li > a.rmFocused > span,.rmHorizontal > li > a.rmSelected > span {
    background: #425877;
    color: #fff;
}


/* level 1 */

.telerik_main_menu .rmGroup a:hover span, .telerik_main_menu .rmGroup a.rmFocused span, .telerik_main_menu .rmGroup a.rmExpanded span {

background: #323f59;
color: #fff;

}

/*Subpage anchor Links Content*/
.subpage .ptl_page a {text-decoration: underline;}

.subpage .ptl_page a:hover {text-decoration: none;}

/*Calendar span color */
 button[id*="btn_month"]  {color: #000000;}

/*Breadcrumbs ADA fix */

#breadcrumbs a {text-decoration: underline; font-weight:bold;}

#breadcrumbs a:hover {text-decoration: none;}


/*
.recent-news-wrapper .bx-next, .recent-news-wrapper .bx-prev{transition: 0.1s ease-in-out;}

.recent-news-wrapper .bx-next:hover, .recent-news-wrapper .bx-prev:hover {
    font-size: 0px;
    border: solid 2px #425877;
transition: 0.1s ease-in-out;
}*/



.nav-toggle
{
background: #425877;

}

.nav-toggle a
{
color: #fff !important;
}

.RadMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

div#school-text {
    border-bottom: 4px solid #cc642b;
    width: 85%;
   padding: 10px 0;
}

@media screen and (max-width: 900px)
{
.RadMenu {
    display: none;
}

div#header-left {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#header-left a {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

div#school-name {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

#header h1 {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80%;
    text-align: center;
}

div#school-text{width: 100%;}

div#header-right {width: 100% !important;}

}


@media screen and (max-width: 600px)
{

#header-left a
{
flex-direction: column;
}


div#school-name {
    width: 100%;
    text-align: center;

}

div#school-name h1 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
}

#searchPanel input.SearchTerm
{
background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    color: #757373 !important;
    display: block !important;
    font-size: 19px !important;
    height: auto !important;
    padding: 5px 12px 1px !important;
    line-height: inherit !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    vertical-align: middle !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

#searchPanel a{display:none;}

div#header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
width: 25%;
}

div#header-right a {
    text-decoration: underline;
    justify-content: flex-end;
    display: flex;
}

div#header-right a:hover, div#header-right a:focus {text-decoration: none}

.inner-bar {
    border: 3px solid #000;
}

.w-66 .bg-d:last-child {
    display: none;
}

@media screen and (max-width: 720px)
{
div#school-text
{
font-size: 25px;
}

#header h1 span{font-size:15px;}
}


@media screen and (max-width: 900px)
{
.subpage #logo
{
display: none;
}

}

#header > .inside-padding
{
padding: 10px 10px 20px 10px !important;
}

li#selectLang {
    position: relative;
    list-style-type: none;
    display: flex;
    width: 100%;
}

div#header-right a em {padding-left: 10px;}

.pubDropdown-wrapper .pubDropdown {
   left: auto !important;

    right: 0;
    top: 20px !important;
    background: #ffffff;
    list-style: none;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
    z-index: 999;
margin:0;
padding: 0;

}

.languageDropdown li a {
    padding: 10px;
    width: auto !important;
   color: #fff;
   background: #425877;
   text-decoration: none !important;
}

.languageDropdown{ z-index: 9990 !important;;}