@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* Navigation arrow */
.pageContent a {
  color: #1e3c72;
}

button[id*="btn_month"] {
  color: #000;
}

.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  background: url('http://p19cdn2static.sharpschool.com/UserFiles/Servers/Server_168561/Templates/images/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:hover .rmExpandRight:after, .telerik_main_menu .rmGroup .rmExpanded .rmExpandRight:after, .telerik_main_menu .rmGroup .rmFocused .rmExpandRight:after {
  background-position: -18px -8px !important;
}

.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 26px;
}

/* end of navigation arrow */
.nivo-startstopNav {
  z-index: 500 !important;
}

.contentWrapper {
  min-height: 600px;
}

.story > .title > span, #announcements .story:after {
  z-index: 10;
  position: relative;
}

#announcements .story:hover:after, #announcements .story:focus:after, #announcements .story > .title:hover span, #announcements .story > .title:focus span {
  color: #fff;
}

#page .ptl_page {
  overflow: visible !important;
}

a, a:hover {
  text-decoration: none;
  color: #1e3c72;
}

body {
  font-family: "Lato", sans-serif;
  font-wieght: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

#header {
  background: #1e3c72;
  /* Old browsers */
  background: -moz-linear-gradient(-60deg, #2b76c6 0%, #1e3c72 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-60deg, #2b76c6 0%, #1e3c72 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(120deg, #2b76c6 0%, #1e3c72 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 450px;
}
@media screen and (max-width: 900px) {
  #header {
    height: 600px;
  }
}
#header .inside-padding {
  display: flex;
}
@media screen and (max-width: 900px) {
  #header .inside-padding {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#header a.logo {
  display: flex;
}
@media screen and (max-width: 900px) {
  #header a.logo {
    align-items: center;
    flex-direction: column;
  }
}
#header a.logo .logoIcon {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #header a.logo .logoIcon {
    width: 50%;
  }
}
#header a.logo .logoIcon img {
  width: 70%;
}
#header a.logo .school-title {
  width: 60%;
}
@media screen and (max-width: 900px) {
  #header a.logo .school-title {
    width: 100%;
    text-align: center;
  }
}
#header a.logo .school-title h1 {
  color: #f4dc51;
  font-size: 28px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1080px) {
  #header a.logo .school-title h1 {
    font-size: 24px;
  }
}
#header a.logo .school-title .motto {
  font-style: italic;
  font-size: 16px;
  color: #fff;
}
#header a.logo:hover, #header a.logo:focus {
  text-decoration: none;
}
#header .header-right .inside-padding {
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  #header .header-right .inside-padding {
    padding: 10px;
  }
}
#header .header-right .inside-padding ul {
  list-style: none;
}
@media screen and (max-width: 900px) {
  #header .header-right .inside-padding ul {
    padding: 0px !important;
    text-align: center;
  }
}
#header .header-right .inside-padding ul li {
  display: flex;
}
@media screen and (max-width: 900px) {
  #header .header-right .inside-padding ul li {
    display: block;
  }
}
#header .header-right .inside-padding ul li:first-child {
  margin-bottom: 10px;
  margin-top: 5px;
}
#header .header-right .inside-padding span.fa {
  font-size: 21px;
  padding-right: 10px;
  color: #f4dc51;
}
#header .header-right .inside-padding span.address-text, #header .header-right .inside-padding span.phone-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

#menubar {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
#menubar .inside-padding {
  padding: 0px;
}
#menubar .row {
  margin-bottom: 0px;
}
#menubar .row .rmHorizontal a {
  padding: 15px 26px;
}
#menubar .row .rmHorizontal a span {
  padding-right: 0px;
  font-family: "sans-serif", Lato;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
#menubar .row .rmHorizontal a:hover, #menubar .row .rmHorizontal a:focus, #menubar .row .rmHorizontal a.rmFocused, #menubar .row .rmHorizontal a.rmExpanded {
  background: #1e3c72;
  text-decoration: none;
  border-radius: 3px;
}
#menubar .row .rmVertical {
  padding: 0px !important;
}
#menubar .row .rmVertical a {
  padding: 0;
  background: #1e3c72;
}
#menubar .row .rmVertical span {
  padding: 8px 26px !important;
  margin-left: 0px;
  background: #1e3c72;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px !important;
}
#menubar .row .rmVertical a:hover span, #menubar .row .rmVertical a:focus span, #menubar .row .rmVertical a.rmFocused span, #menubar .row .rmVertical a.rmExpanded span {
  background: #f4dc51;
  color: #000;
  text-decoration: none;
}

div#Eventportlet {
  float: right;
}

/* #page {

   max-width: 1200px;
  margin: 0px auto;
  padding: 20px 10px 20px 10px;
  } */
section#toplevel {
  margin-top: -210px !important;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0px auto;
  background: #fff;
}
@media screen and (max-width: 900px) {
  section#toplevel {
    margin-top: -174px !important;
  }
}

section#toplevel > .inside-padding {
  padding: 20px;
}

@media screen and (max-width: 900px) {
  #banner {
    width: 100%;
    float: none;
    display: flex;
  }
}
#banner .nivo-startstopNav a {
  background: #1e3c72;
}
#banner .nivo-directionNav a {
  background-image: url('http://p19cdn2static.sharpschool.com/UserFiles/Servers/Server_168561/Templates/images/arrows-1-2.png');
}
#banner .nivo-startstopNav a:hover {
  background: #f4dc51;
}
#banner .nivoSlider .nivo-caption {
  background: #000;
  padding: 0 !important;
  opacity: 0.7;
  text-align: left;
}
#banner .nivoSlider .nivo-caption p {
  color: #fff;
  padding: 10px;
}
#banner .nivo-controlNav {
  display: none;
}

@media screen and (max-width: 900px) {
  #announcements {
    width: 100%;
  }
}
#announcements .inside-padding {
  padding: 0 70px;
}
@media screen and (max-width: 1280px) {
  #announcements .inside-padding {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 850px) {
  #announcements .inside-padding {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  #announcements .inside-padding {
    padding: 0;
  }
}
#announcements .inside-padding .ptl_portlet_vertical {
  overflow: visible;
}
#announcements .inside-padding h2 {
  font-weight: bold;
  font-size: 19px;
}
@media screen and (max-width: 900px) {
  #announcements .inside-padding h2 {
    text-align: center;
  }
}
#announcements .inside-padding h2 span {
  padding: 0 30px;
}
@media screen and (max-width: 450px) {
  #announcements .inside-padding h2 span {
    padding: 0 10px;
  }
}
#announcements .inside-padding h2:before, #announcements .inside-padding h2:after {
  background-color: #d6d6d6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 30%;
}
@media screen and (max-width: 990px) and (min-width: 850px) {
  #announcements .inside-padding h2:before, #announcements .inside-padding h2:after {
    width: 30%;
  }
}
#announcements .title {
  padding: 16px 0px 16px 7px !important;
  font-weight: normal;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  z-index: 10;
  display: block;
  width: 100%;
  text-decoration: none !important;
}
#announcements a.title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background-color: #1e3c72;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 0 2px;
}
#announcements a.title:hover:before {
  opacity: 1;
  width: 100%;
}
#announcements .story {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  z-index: 10;
}
#announcements .story:after {
  content: " > ";
  font-size: 27px;
  color: #868686;
}
#announcements .view-all {
  float: right;
  top: 25px;
  position: relative;
}
#announcements .view-all a {
  border-radius: 30px;
  background: #f4dc51;
  padding: 10px 30px;
}
#announcements .view-all a:hover, #announcements .view-all a:focus {
  background: #1e3c72;
  color: #fff;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
#announcements a.title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #1e3c72;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#announcements a.title:hover:before, #announcements a.title:focus:before {
  opacity: 1;
  width: 100%;
}

#footer {
  background: #1e3c72;
}
#footer .inside-padding {
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  #footer .inside-padding {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
  }
}
#footer a.scrollToTop {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 10px;
  color: #000;
  font-size: 46px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
#footer a.scrollToTop:hover {
  opacity: 0.8;
}
#footer .inside-padding {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  #footer .inside-padding {
    padding: 30px 10px;
  }
}
#footer .footer-left .inside-padding {
  padding: 0px;
}
#footer .footer-middle {
  border: 1px solid #2f70bf;
  border-top: 0px;
  border-bottom: 0px;
}
#footer .footer-middle .inside-padding {
  padding: 0px;
}
#footer .footer-middle .inside-padding ul {
  color: #fff;
  list-style: none;
  margin: 20px 130px 20px 100px;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  #footer .footer-middle .inside-padding ul {
    margin: 20px;
  }
}
@media screen and (max-width: 1100px) {
  #footer .footer-middle .inside-padding ul {
    margin: 10px;
  }
}
@media screen and (max-width: 650px) {
  #footer .footer-middle .inside-padding ul {
    text-align: center;
  }
}
#footer .footer-middle .inside-padding ul li:first-child {
  margin-bottom: 10px;
  margin-top: 5px;
}
#footer .footer-middle .inside-padding ul .fa {
  font-size: 21px;
  padding-right: 10px;
  color: #f4dc51;
}
#footer .footer-middle .inside-padding ul span {
  font-size: 15px;
}
#footer .footer-right .socialMedia {
  display: flex;
  list-style: none;
}
#footer .footer-right .socialMedia li:nth-child(2) {
  margin: 0 10px;
}
#footer .footer-right .socialMedia li {
  font-family: "FontAwesome";
}
#footer .footer-right .socialMedia li a {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid;
}
#footer .footer-right .socialMedia li.twitter a {
  background: #1589b5;
  color: #fff;
}
#footer .footer-right .socialMedia li.twitter a:before {
  content: "\f099";
}
#footer .footer-right .socialMedia li.facebook a {
  background: #094979;
  color: #fff;
}
#footer .footer-right .socialMedia li.facebook a:before {
  content: "\f09a";
}
#footer .footer-right .socialMedia li.instagram a {
  background: #4c68d7;
  color: #fff;
}
#footer .footer-right .socialMedia li.instagram a:before {
  content: "\f16d";
}
#footer .footer-right .socialMedia li a:hover {
  background: #1e3c72;
  text-decoration: none;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 2s ease;
}

.credits {
  background: #112d56;
  text-align: center;
}
.credits span {
  color: #fff;
  font-size: 12px;
}
.credits span a {
  color: #fff;
}

#quicklink .quicklinks {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#quicklink .slick-arrow {
  font-size: 0px;
  border: 1px solid #d6d6d6;
  background: transparent;
  color: #131314 !important;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#quicklink .slick-arrow:hover {
  background: #f4dc51;
  color: #000 !important;
  box-shadow: 0px 0px 12px rgba(88, 87, 87, 0.45);
  transition: all .2s ease-in-out;
}
#quicklink button.slick-prev.slick-arrow:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 0.6;
  padding: 0 7px;
  opacity: 1;
}
#quicklink button.slick-next.slick-arrow:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 0.6;
  padding: 0 7px;
  opacity: 1;
}
#quicklink .slick-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
}
#quicklink .slick-slide i {
  line-height: normal;
  color: #f4dc51;
  background: #1e3c72;
  border: 6px solid #2b76c6;
  border-radius: 50%;
  margin: 0 1.1em;
  transition: all .2s ease-in-out;
  /* -webkit-transition: all .2s ease-in-out; */
  position: relative;
  margin-bottom: 15px;
  font-size: 35px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#quicklink i:after {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  border-radius: 100%;
  border: 4px solid #2b76c6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s, transform 0.3s;
  -moz-transition: opacity 0.1s, transform 0.3s;
  -ms-transition: opacity 0.1s, transform 0.3s;
  transition: opacity 0.1s, transform 0.3s;
}
#quicklink a:hover, #quicklink a:focus {
  text-decoration: none;
}
#quicklink a:hover i:after, #quicklink a:focus i:after {
  opacity: 1;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
#quicklink a:hover i, #quicklink a:focus i {
  border: none;
}
#quicklink span.quicklink-title {
  font-size: 16px;
  font-weight: 500;
  color: #1e3c72;
}

@media screen and (max-width: 1200px) {
  #newsportlet-left {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#newsportlet-left #news-left h2 span {
  font-weight: bold;
  font-size: 16px;
  padding-right: 30px;
}
#newsportlet-left #news-left h2:after {
  background-color: #d6d6d6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 45%;
}
#newsportlet-left #news-left .district-news-title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1e3c72;
  margin: 15px 0;
  line-height: 1.5;
}
#newsportlet-left #news-left .district-news-description {
  font-size: 15px;
  color: #4f565d;
  line-height: 1.5;
}
#newsportlet-left #news-left .district-news-viewall {
  top: 30px;
  position: relative;
}
#newsportlet-left #news-left .district-news-viewall a {
  border-radius: 30px;
  background: #f4dc51;
  padding: 10px 30px;
}
#newsportlet-left #news-left .district-news-viewall a:hover {
  transition: all .2s ease-in-out;
  background: #1e3c72;
  color: #fff !important;
  text-decoration: none;
}
#newsportlet-left div#news-arrows {
  top: 74px;
  position: relative;
}
#newsportlet-left div#news-arrows .slick-arrow {
  font-size: 0px;
  border: 1px solid #d6d6d6;
  background: transparent;
  color: #131314 !important;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#newsportlet-left div#news-arrows button.slick-prev.slick-arrow:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 0.6;
  padding: 0 7px;
  opacity: 1;
}
#newsportlet-left div#news-arrows button.slick-next.slick-arrow {
  margin-left: 15px;
}
#newsportlet-left div#news-arrows button.slick-next.slick-arrow:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 0.6;
  padding: 0 7px;
  opacity: 1;
}

/* new portlet right side */
#homeNewsWrapper .newsTitle {
  font-size: 16px;
  color: #024d8c;
  font-weight: bold;
}
#homeNewsWrapper .newsSummary {
  font-size: 15px;
  font-weight: normal;
  color: #4f565d;
}
#homeNewsWrapper .slick-list.draggable {
  overflow: visible !important;
}
#homeNewsWrapper .newsContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#homeNewsWrapper .newsContent .inside-padding {
  padding: 0px;
}
#homeNewsWrapper .newsContent .inside-padding .newsTitle, #homeNewsWrapper .newsContent .inside-padding .newsSummary {
  padding: 0 10px;
}
#homeNewsWrapper .readMore {
  border: 1px solid #d6d6d6;
  background: #1e3c72;
  color: #fff !important;
  position: absolute;
  bottom: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#homeNewsWrapper .newsItem:hover .readMore, #homeNewsWrapper .newsItem:focus .readMore {
  background: #f4dc51;
  color: #000 !important;
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-shadow: 0px 0px 12px rgba(88, 87, 87, 0.45);
  transition: all .2s ease-in-out;
}

#bottom-level {
  margin-bottom: 50px;
}
#bottom-level #title-area h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#bottom-level #title-area h2:before, #bottom-level #title-area h2:after {
  background-color: #d6d6d6;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 15%;
}
#bottom-level #title-area span {
  padding: 0 30px;
  font-size: 19px;
  font-weight: bold;
}

#Eventportlet .ptl_portlet_vertical {
  overflow: visible !important;
}
#Eventportlet .dateOrb {
  border-radius: none;
  background: #1e3c72;
  padding: 20px 23px;
  font-size: 19px;
}
#Eventportlet .dateOrb span {
  font-size: 23px;
  margin-top: 8px;
}
#Eventportlet .inside {
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
#Eventportlet .inside .eventDetails span {
  color: #4f565d;
  font-size: 14px;
  text-transform: lowercase;
}
#Eventportlet .inside .eventDetails span:before {
  content: '\f017';
  font-family: "Fontawesome";
  padding-right: 5px;
}
#Eventportlet .inside .eventDetails .eventName {
  font-weight: bold;
  font-size: 17px;
  color: #1e3c72;
  margin-top: 8px;
}
#Eventportlet #upcomingEvents .eventsList a:first-child .inside {
  padding-top: 0px;
}
#Eventportlet .view-all-events a {
  border-radius: 30px;
  background: #f4dc51;
  padding: 10px 30px;
}
#Eventportlet .view-all-events a:hover, #Eventportlet .view-all-events a:focus {
  background: #1e3c72;
  color: #fff;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
#Eventportlet #upcomingEvents {
  display: flex;
  flex-direction: column;
}
#Eventportlet #upcomingEvents .view-all-events {
  align-self: flex-end;
  top: 30px;
  position: relative;
}

/* news portlet */
section#newsportlet-level {
  position: relative;
}
section#newsportlet-level #newsportlet-left .ptl_portlet_vertical {
  overflow: visible !important;
}

#newsportlet-right {
  position: relative;
}
@media screen and (max-width: 1200px) {
  #newsportlet-right {
    width: 100%;
    top: 115px;
    position: relative;
    overflow-x: hidden;
  }
}
#newsportlet-right .inside-padding {
  position: relative;
  z-index: 20;
  width: 100%;
}

div#newsportlet-right:after {
  position: absolute;
  content: "";
  background: #1e3c72;
  /* Old browsers */
  background: -moz-linear-gradient(-60deg, #2b76c6 0%, #1e3c72 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-60deg, #2b76c6 0%, #1e3c72 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(120deg, #2b76c6 0%, #1e3c72 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  right: -100px;
  top: -25px;
  height: 230px;
  width: 1000px;
  border-radius: 9px;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  div#newsportlet-right:after {
    max-width: 100%;
    width: 99%;
  }
}

#bottom-level #socialmedia ul {
  list-style: none;
  display: flex;
  padding: 0px;
}
#bottom-level #socialmedia ul li em {
  font-size: 25px;
  color: #fff;
}
#bottom-level #socialmedia ul#tab li.active {
  display: block;
  text-align: center;
  background: #d6d6d6;
}
#bottom-level #socialmedia ul#tab li {
  display: none;
}
#bottom-level #socialmedia ul#tabs {
  border-bottom: 5px solid #1589b5;
  margin-top: 0px;
}
#bottom-level #socialmedia ul#tabs li {
  width: 65px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
#bottom-level #socialmedia ul#tabs li.twitter {
  background: #1589b5;
}
#bottom-level #socialmedia ul#tabs li.facebook {
  background: #094979;
}
#bottom-level #socialmedia ul#tabs li.instagram {
  background: #4c68d7;
}
#bottom-level #socialmedia ul#tabs li:hover, #bottom-level #socialmedia ul#tabs li:focus {
  background: #f4dc51;
  cursor: pointer;
}
#bottom-level #socialmedia ul#tabs li:hover em, #bottom-level #socialmedia ul#tabs li:focus em {
  color: #000;
}
#bottom-level #socialmedia .instagram-feed__post {
  width: unset;
}
#bottom-level #socialmedia .instagram-feed__post {
  margin: 1em 40px;
}
#bottom-level #socialmedia .instagram-feed__post:nth-child(n+5) {
  display: none;
}
#bottom-level #socialmedia .instagram-feed__post {
  margin-top: 13px;
}

span#ctl00_lblCompany a:hover {
  transform: scale(1.5);
  cursor: pointer;
  text-decoration: none;
}

/* to add padding and margin */
section#quicklinks-level {
  margin: 50px 0;
}
@media screen and (max-width: 750px) {
  section#quicklinks-level {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  section#quicklinks-level {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  #header, #content-wrapper {
    position: relative;
    z-index: 0 !important;
  }
}
#mobile-bar {
  color: #000 !important;
  padding: 15px;
  background: #f4dc51;
  border-radius: 5px;
  font-weight: bold;
}
#mobile-bar span {
  padding-right: 10px;
}

/* Subpage  CSS */
#page .heroImage {
  display: table;
  height: auto;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-color: #ffffff;
}
#page .heroImage .pageTitle {
  padding: 150px 20px 10px;
  max-width: 1200px;
  margin: 0 auto;
}
#page .heroImage .pageTitle h2 {
  font-family: "Montserrat";
  font-size: 2em;
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(40, 40, 40, 0.5);
  margin-bottom: 0;
  margin-left: 10px;
  color: #1e3c72;
}

.sideBar {
  width: 23%;
  float: left;
}
.sideBar #inside-nav {
  padding: 10px;
  background: #e8ebf0;
}
.sideBar #inside-nav .sitenavl0 {
  padding-left: 0px;
}
.sideBar #inside-nav .currentpage a.navLink {
  color: #ffffff;
  font-weight: 700;
  background: #1e3c72;
}
.sideBar #inside-nav a.navLink {
  display: block;
  padding: 10px;
  font-size: 16px;
  position: relative;
  z-index: 10;
}
.sideBar #inside-nav a.navLink:hover, .sideBar #inside-nav a.navLink:focus {
  text-decoration: none;
}
.sideBar #inside-nav .sitenavl1 {
  padding-left: 0px;
  position: relative;
}
/*
.sideBar #inside-nav a.navLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #1e3c72;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
} */

.sideBar #inside-nav a.navLink:hover:before, .sideBar #inside-nav a.navLink:focus:before {
  opacity: 1;
  width: 100%;
}
.sideBar #inside-nav a.navLink:hover span, .sideBar #inside-nav a.navLink:focus span {
  color: #fff;
}
.sideBar #inside-nav span {
  z-index: 10;
  position: relative;
}

.mainContent {
  width: 77%;
  float: left;
}
.mainContent #breadcrumbs {
  padding: 10px;
  font-weight: 700;
  margin-bottom: 20px;
  background: #e8ebf0;
  color: #1e3c72;
}
.mainContent #breadcrumbs a:hover, .mainContent #breadcrumbs a:focus {
  text-decoration: underline;
}

@media screen and (max-width: 730px) {
  .subpage #page .sideBar, .subpage #page .mainContent {
    width: auto;
    float: none;
  }

  #menubar .inside-padding {
    margin-bottom: 10px;
  }

  .nav-toggle {
    background: #1e3c72;
    /* Old browsers */
    background: -moz-linear-gradient(-60deg, #2b76c6 0%, #1e3c72 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-60deg, #2b76c6 0%, #1e3c72 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(120deg, #2b76c6 0%, #1e3c72 100%);
  }
  .nav-toggle a, .nav-toggle span {
    color: #fff;
  }
}
/* mobile menu */
.mm-ismenu {
  background: #1e3c72;
  /* Old browsers */
  background: -moz-linear-gradient(-60deg, #2b76c6 0%, #1e3c72 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-60deg, #2b76c6 0%, #1e3c72 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(120deg, #2b76c6 0%, #1e3c72 100%);
  color: #fff !important;
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #fff;
}

/* footer text */
.footer-links {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-around;
}
.footer-links a {
  color: #fff !important;
  font-weight: 600;
  font-style: italic;
}
.footer-links a:hover, .footer-links a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .footer-links {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .footer-links div:first-child {
    margin-bottom: 10px;
  }
}

.footer-middle .inside-padding {
  display: flex;
  flex-direction: column;
}

#upcomingEvents a.event:hover .dateOrb, #upcomingEvents a.event:focus .dateOrb {
  background: #f4dc51;
  color: #000;
}

#upcomingEvents a.event:hover .eventDetails, #upcomingEvents a.event:focus .eventDetails {
  background: #1e3c72;
}
#upcomingEvents a.event:hover .eventDetails span, #upcomingEvents a.event:hover .eventDetails div, #upcomingEvents a.event:focus .eventDetails span, #upcomingEvents a.event:focus .eventDetails div {
  color: #fff !important;
}

/* just for IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #quicklink .slick-arrow {
    Width: auto !important;
  }
}