@charset "UTF-8";
/* Font*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,800,900|Merriweather:300,400,500,600,700,800,900");
/* Colors*/
/*#edc100;  */
/*Yellow*/
/**/
/*Dark Yellow*/
/*Black*/
/*White*/
/*light Grey*/
/*baby blue*/
#ctl00_PageBody {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

#ctl00_PageBody h1 {
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  #ctl00_PageBody h1 {
    font-size: 26px;
  }
}

#ctl00_PageBody h2 {
  font-size: 26px;
}
@media screen and (max-width: 960px) {
  #ctl00_PageBody h2 {
    font-size: 22px;
  }
}

#ctl00_PageBody h3 {
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  #ctl00_PageBody h3 {
    font-size: 18px;
  }
}

#ctl00_PageBody h4 {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  #ctl00_PageBody h4 {
    font-size: 16px;
  }
}

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

#banner .ptl_portlet_vertical, #banner .slick-list {
  overflow-x: visible;
  overflow-y: visible;
}
#banner .banner-slider {
  height: 22.5vw;
  position: relative;
}
#banner .banner-slider .slick-list, #banner .banner-slider .slick-track {
  height: inherit;
}
#banner .banner-slider .slide {
  height: inherit;
}
#banner .banner-slider .slide > .slide-btns {
  display: block;
  margin-top: 1.5rem;
  width: auto;
  padding-left: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
#banner .banner-slider .slide > .slide-btns .auto-play, #banner .banner-slider .slide > .slide-btns .next, #banner .banner-slider .slide > .slide-btns .prev {
  float: right;
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-left: 10px;
}
#banner .banner-slider .slide > .slide-btns .auto-play.inactive, #banner .banner-slider .slide > .slide-btns .auto-play.slick-disabled, #banner .banner-slider .slide > .slide-btns .next.inactive, #banner .banner-slider .slide > .slide-btns .next.slick-disabled, #banner .banner-slider .slide > .slide-btns .prev.inactive, #banner .banner-slider .slide > .slide-btns .prev.slick-disabled {
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.3);
}
#banner .banner-slider .slide > .slide-btns .next:hover:not(.slick-disabled), #banner .banner-slider .slide > .slide-btns .prev:hover:not(.slick-disabled) {
  background: #FFF;
  color: #000;
}
#banner .banner-slider .slide > .slide-btns .auto-play {
  background: #C59300;
  border: 1px solid #C59300;
  color: #000;
}
#banner .banner-slider .slide > .slide-btns .auto-play:hover {
  background: #FFF;
  border-color: #FFF;
  color: #000;
}
#banner .banner-slider .slide .slide-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #C59300;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#banner .banner-slider .slide .slide-caption {
  position: relative;
  z-index: 2;
  max-height: 36vw;
  top: 2.5vw;
  width: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#banner .banner-slider .slide .slide-caption .container {
  max-width: 540px;
  margin: 0;
}
#banner .banner-slider .slide .slide-caption .slide-info {
  padding: 40px 40px 40px 0px;
  position: relative;
  color: #FFF;
  width: auto;
  height: 100%;
  max-width: inherit;
}
#banner .banner-slider .slide .slide-caption .slide-info hr:first-child {
  display: inline-block;
  border: 0;
  border-top: 10px solid #C59300;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: bottom;
}
#banner .banner-slider .slide .slide-caption .slide-info hr:nth-child(2) {
  display: block;
  border: 0;
  border-top: 1px solid rgba(197, 147, 0, 0.3);
  margin-left: 15px;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
#banner .banner-slider .slide .slide-caption .slide-info .slide-num {
  width: auto;
  position: absolute;
  left: -30px;
  line-height: 1.75;
  text-align: right;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #C59300;
  display: inline-block;
  vertical-align: top;
}
#banner .banner-slider .slide .slide-caption .slide-info .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", sans-serif;
  padding: 0 1rem;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
#banner .banner-slider .slide .slide-caption .slide-info .date {
  display: block;
  font-family: "Merriweather", serif;
  font-size: 16px;
  width: auto;
  padding-left: 15px;
  padding-right: 1rem;
  line-height: 2;
  margin-bottom: 1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}
#banner .banner-slider .slide .slide-caption .slide-info .slide-btns {
  display: block;
  margin-top: 2rem;
  width: auto;
  padding-left: 15px;
}
#banner .banner-slider .slide .slide-caption .slide-info .slide-btns .readmore {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  display: inline-block;
  background: #C59300;
  color: #000;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
}
#banner .banner-slider .slide .slide-caption .slide-info .slide-btns .auto-play, #banner .banner-slider .slide .slide-caption .slide-info .slide-btns .next, #banner .banner-slider .slide .slide-caption .slide-info .slide-btns .prev {
  float: right;
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-left: 10px;
}
#banner .banner-slider .slide .slide-caption .slide-info .slide-btns .auto-play.inactive, #banner .banner-slider .slide .slide-caption .slide-info .slide-btns .auto-play.slick-disabled, #banner .banner-slider .slide .slide-caption .slide-info .slide-btns .next.inactive, #banner .banner-slider .slide .slide-caption .slide-info .slide-btns .next.slick-disabled, #banner .banner-slider .slide .slide-caption .slide-info .slide-btns .prev.inactive, #banner .banner-slider .slide .slide-caption .slide-info .slide-btns .prev.slick-disabled {
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.3);
}
#banner .banner-slider .slide .slide-caption .slide-info .slide-btns .next:hover:not(.slick-disabled), #banner .banner-slider .slide .slide-caption .slide-info .slide-btns .prev:hover:not(.slick-disabled) {
  background: #FFF;
  color: #000;
}
#banner .banner-slider .slide .slide-caption .slide-info .slide-btns .auto-play {
  background: #C59300;
  border: 1px solid #C59300;
  color: #000;
}
#banner .banner-slider .slide .slide-caption .slide-info .slide-btns .auto-play:hover {
  background: #FFF;
  border-color: #FFF;
  color: #000;
}
@media screen and (max-width: 1160px) {
  #banner .banner-slider .slide .slide-caption .slide-info {
    margin-left: 40px;
  }
  #banner .banner-slider .slide .slide-caption .slide-info .slide-num {
    font-size: 24px;
  }
  #banner .banner-slider .slide .slide-caption .slide-info .title {
    font-size: 30px;
  }
  #banner .banner-slider .slide .slide-caption .slide-info .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  #banner .banner-slider {
    margin-bottom: 0px;
    height: auto;
  }
  #banner .banner-slider .slide .slide-image {
    height: 56.25vw;
    position: relative;
  }
  #banner .banner-slider .slide .slide-caption {
    background: rgba(0, 0, 0, 0.8);
    top: auto;
    width: 100%;
    padding-bottom: 0px;
    max-height: none;
  }
  #banner .banner-slider .slide .slide-caption .container {
    max-width: none;
    width: 100%;
    height: -webkit-calc(100% - 56.25vw);
    height: calc(100% - 56.25vw);
    margin: 0;
  }
  #banner .banner-slider .slide .slide-caption .container .slide-info {
    margin-left: 60px;
    padding: 30px 40px 30px 0px;
  }
  #banner .banner-slider .slide .slide-caption .container .slide-info .slide-num {
    font-size: 20px;
  }
  #banner .banner-slider .slide .slide-caption .container .slide-info .title {
    font-size: 26px;
  }
  #banner .banner-slider .slide .slide-caption .container .slide-info .date {
    font-size: 10px;
  }
  #banner .banner-slider .slide .slide-caption .container .slide-info hr:nth-child(2) {
    margin-bottom: 1.5rem;
  }
  #banner .banner-slider .slide .slide-caption .container .slide-info .slide-btns .readmore {
    padding: 0.75rem 1.75rem;
  }
}

#quicklinks {
  position: fixed;
  display: inline-block;
  right: 0px;
  top: 300px;
  z-index: 2000;
  width: auto;
  height: 300px;
  margin-right: 15px;
}
#quicklinks .slick-list, #quicklinks .slick-track, #quicklinks .slick-slide {
  width: auto;
}
#quicklinks .slick-prev, #quicklinks .slick-next {
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #C59300;
  box-shadow: inset 0px 0px 0px 2px #C59300;
  background: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#quicklinks .slick-prev:before, #quicklinks .slick-next:before {
  font-size: 20px;
  font-family: fontAwesome;
  color: #C59300;
  opacity: 1;
}
#quicklinks .slick-prev:hover, #quicklinks .slick-next:hover {
  background: #C59300;
  -webkit-box-shadow: inset 0px 0px 0px 2px #C59300;
  box-shadow: inset 0px 0px 0px 2px #C59300;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#quicklinks .slick-prev:hover::before, #quicklinks .slick-next:hover::before {
  color: #000;
}
#quicklinks .slick-prev {
  top: -15px;
  bottom: auto;
  right: 25px;
  left: auto;
  padding: 0;
  z-index: 5;
}
#quicklinks .slick-prev::before {
  content: "";
}
#quicklinks .slick-next {
  top: auto;
  bottom: -15px;
  right: 25px;
  left: auto;
  padding: 0;
}
#quicklinks .slick-next::before {
  content: "";
}
#quicklinks .quicklinks-slider {
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
}
#quicklinks .quicklinks-slider .slick-slide {
  display: block;
  float: right;
  clear: both;
  width: auto !important;
}
#quicklinks .quicklinks-slider .slick-slide a {
  display: block;
  -webkit-border-radius: 68px;
  border-radius: 68px;
  background: #000;
  border: 5px solid #C59300;
  height: 58px;
  width: 58px;
  max-width: 58px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px #f3f3f3;
  box-shadow: 0px 0px 5px #f3f3f3;
}
#quicklinks .quicklinks-slider .slick-slide a .quicklink-title {
  display: none;
  white-space: nowrap;
  float: left;
  font-size: 20px;
  padding: 7px 17px;
  margin: 10px 73px 10px 0px;
  border-right: 1px solid #000;
}
#quicklinks .quicklinks-slider .slick-slide a i {
  font-size: 38px;
  padding: 10px 0px;
  width: 58px;
  float: left;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 68px;
  border-radius: 68px;
  background: #000;
}
#quicklinks .quicklinks-slider .slick-slide a:hover {
  width: auto;
  max-width: 400px;
  background: #C59300;
  -webkit-transition: max-width 0.4s ease-out;
  -o-transition: max-width 0.4s ease-out;
  transition: max-width 0.4s ease-out;
}
#quicklinks .quicklinks-slider .slick-slide a:hover .quicklink-title {
  display: block;
}
#quicklinks .quicklinks-slider .slick-slide a:hover i {
  position: absolute;
  right: 5px;
  color: #000;
  background: #C59300;
}
#quicklinks .quicklinks-slider .slick-list {
  overflow-y: hidden;
}

@media screen and (max-width: 900px) {
  #quicklinks {
    top: 185px;
    margin-right: 0px;
  }
  #quicklinks .quicklinks-slider .slick-slide a {
    -webkit-border-radius: 48px;
    border-radius: 48px;
    background: #000;
    border: 5px solid #C59300;
    height: 38px;
    width: 38px;
    max-width: 38px;
  }
  #quicklinks .quicklinks-slider .slick-slide a .quicklink-title {
    display: none;
    white-space: nowrap;
    float: left;
    font-size: 12px;
    padding: 2px 17px;
    margin: 10px 43px 10px 0px;
  }
  #quicklinks .quicklinks-slider .slick-slide a i {
    font-size: 18px;
    padding: 10px 0px;
    width: 38px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
  }
  #quicklinks .slick-prev {
    right: 15px;
  }
  #quicklinks .slick-next {
    right: 15px;
  }
}
/*Mega Menu*/
@media screen and (max-width: 960px) {
  #menubar {
    display: none;
  }
}
#menubar .megamenu {
  background: #000;
  padding: 0 15px;
}
#menubar .megamenu nav {
  text-align: center;
}
#menubar .megamenu nav a {
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
#menubar .megamenu nav > ul.nav-menu > li > a {
  padding: 10px;
  color: #fff;
  border: none;
}
#menubar .megamenu nav > ul.nav-menu > li > a:hover, #menubar .megamenu nav > ul.nav-menu > li > a.open, #menubar .megamenu nav > ul.nav-menu > li > a.hover {
  text-decoration: none;
  color: #1d1d1d;
  background: #C59300;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav {
  background: #c3c3c3;
  text-align: left;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group {
  width: 100%;
  margin: 0;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group li a {
  color: #1d1d1d;
  margin-bottom: 10px;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group li a:hover, #menubar .megamenu nav > ul.nav-menu > li .sub-nav .nav-lists .sub-nav-group li a:focus {
  background: #C59300;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul {
  display: flex;
  flex-wrap: wrap;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li > div > a {
  border-bottom: solid 2px #1d1d1d;
  transition: 200ms ease-in-out;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav .level1 > ul > li > div > a.unclickable {
  pointer-events: none;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav .level2 ul li {
  margin: 0;
}
#menubar .megamenu nav > ul.nav-menu > li .sub-nav .level2 ul li a {
  margin-left: 15px;
  transition: 200ms ease-in-out;
}

#news-section {
  z-index: 1000;
  padding-top: 20px;
}
#news-section.clear span {
  display: block;
}
#news-section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
#news-section .super-int-message {
  background: #C59300;
}
#news-section .super-int-message h1 {
  margin-top: 0;
}
#news-section .super-int-message .wrapper {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(144, 119, 44, 0.16);
  box-shadow: 0px 0px 0px 1px rgba(144, 119, 44, 0.16);
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: #C59300;
}
@media screen and (max-width: 650px) {
  #news-section .super-int-message .wrapper {
    margin-top: 10px;
    padding: 10px;
  }
}
#news-section .super-int-message .wrapper a#share {
  font-size: 22px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 900px) {
  #news-section .super-int-message .wrapper a#share {
    bottom: 20px;
    right: 20px;
  }
}
#news-section .super-int-message .wrapper .section-header-2 {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}
#news-section .super-int-message .wrapper .section-header-2 span {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background: #C59300;
  padding: 0 0.5rem;
  position: relative;
  z-index: 2;
}
#news-section .super-int-message .wrapper .section-header-2::before, #news-section .super-int-message .wrapper .section-header-2::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0px;
  background: rgba(144, 119, 44, 0.16);
  z-index: 1;
}
#news-section .super-int-message .wrapper .message {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
#news-section .super-int-message .wrapper .message p {
  margin: 15px 0px;
}
#news-section .super-int-message .wrapper .message .read-more {
  display: block;
  text-decoration: underline;
  margin-bottom: 15px;
  font-size: 14px;
}
#news-section .super-int-message .wrapper .message .read-more:hover {
  text-decoration: none;
}
#news-section .super-int-message .wrapper .name-tag {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
#news-section .super-int-message .wrapper .name-tag img {
  width: 108px;
  height: 108px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(144, 119, 44, 0.16);
  box-shadow: 0px 0px 0px 1px rgba(144, 119, 44, 0.16);
}
#news-section .super-int-message .wrapper .name-tag .credentials {
  padding: 0 0 0 15px;
}
#news-section .super-int-message .wrapper .name-tag .credentials .name {
  font-size: 28px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 960px) {
  #news-section .super-int-message .wrapper .name-tag .credentials .name {
    font-size: 24px;
  }
}
#news-section .super-int-message .wrapper .name-tag .credentials .job-title {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}
#news-section .super-int-message .wrapper .button {
  display: inline-block;
  text-align: center;
  background: #333;
  padding: 0.25rem 0.5rem !important;
  position: relative;
  font-weight: 500;
  color: #FFF;
  z-index: 2;
  border: none;
  font-size: 15px !important;
  margin: 10px 0 !important;
}
#news-section .news {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(144, 119, 44, 0.35);
  box-shadow: 0px 0px 0px 1px rgba(144, 119, 44, 0.35);
  border-left: none;
  background: #FFF;
}
#news-section .news .news-portlet {
  margin: 15px 5px;
  padding-bottom: 20px;
  position: relative;
}
#news-section .news .news-portlet .sectionHeading {
  padding: 0;
}
#news-section .news .news-portlet .section-header, #news-section .news .news-portlet ul.flex-direction-nav {
  margin: 0;
  padding: 0;
}
#news-section .news .news-portlet ul.flex-direction-nav {
  padding-left: 10px;
}
#news-section .news .news-portlet ul.slides {
  padding: 0px;
  margin: 0px;
}
#news-section .news .news-portlet .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#news-section .news .news-portlet .section-header-2 {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  bottom: 0px;
  font-family: "Lato", sans-serif;
}
#news-section .news .news-portlet .section-header-2 a {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background: #333;
  padding: 0.25rem 0.5rem;
  position: relative;
  font-weight: 500;
  color: #FFF;
  z-index: 2;
}
#news-section .news .news-portlet .section-header-2::before, #news-section .news .news-portlet .section-header-2::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0px;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
}
#news-section .news .news-portlet .flexslider {
  margin-bottom: 20px;
}
#news-section .news .news-portlet .newsItem {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
#news-section .news .news-portlet .newsItem > .inside {
  height: auto;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
#news-section .news .news-portlet .inside-padding {
  text-align: center;
  font-family: "Lato", sans-serif;
  padding: 10px;
}
#news-section .news .news-portlet .news-title {
  text-align: center;
  background: #C59300;
  padding: 10px;
}
#news-section .news .news-portlet .newsSummary {
  margin-bottom: 20px;
}
#news-section .news .news-portlet .readMore span:not(.offscreen) {
  font-weight: 700;
  text-transform: none;
}
#news-section .news .news-portlet .readMore span:not(.offscreen):after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 5px;
  font-size: 12px;
}
#news-section .news .news-portlet .newsItem:hover {
  background: rgba(51, 51, 51, 0.08);
  text-decoration: none;
}
#news-section .news .news-portlet #homeNewsWrapper {
  position: relative;
}
#news-section .news .news-portlet #homeNewsWrapper .sectionHeading {
  margin: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
#news-section .news .news-portlet #homeNewsWrapper .sectionHeading .section-header, #news-section .news .news-portlet #homeNewsWrapper .sectionHeading ul.direction-nav {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#news-section .news .news-portlet #homeNewsWrapper .sectionHeading ul.direction-nav {
  padding-left: 10px;
  display: block;
  text-align: right;
}
#news-section .news .news-portlet #homeNewsWrapper .sectionHeading .slider-btn {
  width: 30px;
  height: 30px;
  background: #C59300;
  color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  left: auto;
  top: auto;
  right: auto;
  display: inline-block;
  float: none;
  position: relative;
}
#news-section .news .news-portlet #homeNewsWrapper .sectionHeading .slider-btn.slick-disabled {
  background: none;
  color: #808080;
}
#news-section .news .news-portlet #homeNewsWrapper .sectionHeading .slider-btn:hover:not(.slick-disabled) {
  color: #C59300;
  background: #000;
}
@media screen and (max-width: 960px) {
  #news-section .news .news-portlet #homeNewsWrapper .sectionHeading .section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 650px) {
  #news-section .news .news-portlet #homeNewsWrapper .sectionHeading {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 5px;
  }
  #news-section .news .news-portlet #homeNewsWrapper .sectionHeading .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #news-section .news .news-portlet #homeNewsWrapper .sectionHeading .sectionControls {
    display: none;
  }
}
#news-section .news .news-portlet .flex-direction-nav a {
  color: #000;
  background: #C59300;
  font-size: 30px;
  width: 40px;
  line-height: 40px;
  font-weight: bold;
}
#news-section .news .news-portlet .flex-direction-nav a.flex-disabled {
  color: #808080;
  background: none;
}
#news-section .news .news-portlet .flex-direction-nav a:hover:not(.flex-disabled) {
  background: #000;
  color: #C59300;
}
#news-section .news .news-portlet .flex-direction-nav a:hover {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  #news-section .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #news-section .w-66, #news-section .w-33 {
    width: 95% !important;
    margin: auto;
  }
  #news-section .news .news-portlet {
    margin: 20px;
  }
  #news-section .news .news-portlet .newsItem {
    width: 100%;
  }
  #news-section .news .news-portlet .newsItem > .inside {
    height: auto;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  #news-section .news .news-portlet {
    margin: 10px;
  }
}

#events {
  margin-bottom: 15px;
}
#events .container {
  position: relative;
}

.events-portlet {
  margin: 15px 5px;
  padding-bottom: 20px;
  position: relative;
}
.events-portlet .sectionHeading {
  margin: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.events-portlet .sectionHeading .section-header, .events-portlet .sectionHeading ul.direction-nav {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.events-portlet .sectionHeading ul.direction-nav {
  padding-left: 10px;
  display: block;
  text-align: right;
}
.events-portlet .sectionHeading .slider-btn {
  width: 30px;
  height: 30px;
  background: #C59300;
  color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  left: auto;
  top: auto;
  right: auto;
  display: inline-block;
  float: none;
  position: relative;
}
.events-portlet .sectionHeading .slider-btn.slick-disabled {
  background: none;
  color: #808080;
}
.events-portlet .sectionHeading .slider-btn:hover:not(.slick-disabled) {
  color: #C59300;
  background: #000;
}
@media screen and (max-width: 960px) {
  .events-portlet .sectionHeading .section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 650px) {
  .events-portlet .sectionHeading {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 5px;
  }
  .events-portlet .sectionHeading .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .events-portlet .sectionHeading .sectionControls {
    display: none;
  }
}
.events-portlet #upcoming-event-wrapper {
  font-family: "Lato", sans-serif;
  padding: 0 0 20px 0;
}
.events-portlet #upcoming-event-wrapper a.eventPlaceHolder:hover {
  text-decoration: none;
}
.events-portlet #upcoming-event-wrapper a.eventPlaceHolder:hover .month {
  background: #000;
  color: #C59300;
}
.events-portlet #upcoming-event-wrapper a.eventPlaceHolder:hover .name-of-event {
  text-decoration: underline;
}
.events-portlet #upcoming-event-wrapper .ev-b-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .events-portlet #upcoming-event-wrapper .ev-b-p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}
.events-portlet #upcoming-event-wrapper .ev-b-p .full-date {
  text-align: center;
  font-weight: bold;
}
.events-portlet #upcoming-event-wrapper .ev-b-p .full-date .month {
  font-weight: bold;
  background: #C59300;
  padding: 5px 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  .events-portlet #upcoming-event-wrapper .ev-b-p .full-date .month {
    padding: 5px 15px;
  }
}
.events-portlet #upcoming-event-wrapper .ev-b-p .full-date .large-date {
  background: #FFF;
  padding: 5px 15px;
  border: 1px solid rgba(144, 119, 44, 0.16);
}
@media screen and (max-width: 650px) {
  .events-portlet #upcoming-event-wrapper .ev-b-p .full-date .large-date {
    padding: 5px 15px;
  }
}
.events-portlet #upcoming-event-wrapper .ev-b-p .info {
  padding: 10px 0;
}
@media screen and (max-width: 960px) {
  .events-portlet #upcoming-event-wrapper .ev-b-p .info {
    padding: 10px;
  }
}
.events-portlet #upcoming-event-wrapper .ev-b-p .info .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Merriweather", serif;
  font-weight: 500;
  text-transform: none;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}
.events-portlet #upcoming-event-wrapper .ev-b-p .info .name-of-event {
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}
.events-portlet .section-header-2 {
  position: absolute;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  display: block;
  margin: 0 15px;
  text-align: center;
  bottom: 0px;
  font-family: "Merriweather", serif;
}
.events-portlet .section-header-2 a {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  background: #333;
  padding: 0.25rem 0.5rem;
  position: relative;
  font-weight: 500;
  color: #FFF;
  z-index: 2;
  font-family: "Lato", sans-serif;
}
.events-portlet .section-header-2::before, .events-portlet .section-header-2::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0px;
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
}

#feature .ptl_portlet_vertical, #main-content .ptl_portlet_vertical {
  overflow: visible;
}
#feature .gridWrapper, #main-content .gridWrapper {
  margin: 5px;
}
#feature .gridWrapper .info-item, #main-content .gridWrapper .info-item {
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
#feature .gridWrapper .info-item .gridItem, #main-content .gridWrapper .info-item .gridItem {
  height: 350px;
  margin: 5px;
  display: block;
}
@media screen and (max-width: 650px) {
  #feature .gridWrapper .info-item .gridItem, #main-content .gridWrapper .info-item .gridItem {
    height: 175px;
  }
}
#feature .gridWrapper .info-item .gridItem .gridImg, #main-content .gridWrapper .info-item .gridItem .gridImg {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  float: left;
}
#feature .gridWrapper .info-item .gridItem .info, #main-content .gridWrapper .info-item .gridItem .info {
  background: #C59300;
  font-family: "Lato", sans-serif;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0px;
  float: left;
}
#feature .gridWrapper .info-item .gridItem .info .inner-container, #main-content .gridWrapper .info-item .gridItem .info .inner-container {
  padding: 20px;
  min-width: 0px;
}
#feature .gridWrapper .info-item .gridItem .info .inner-container span, #main-content .gridWrapper .info-item .gridItem .info .inner-container span {
  font-size: 25px;
  color: #000;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.25;
  text-transform: none;
  min-width: 0px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
#feature .gridWrapper .info-item .gridItem .info .inner-container a, #main-content .gridWrapper .info-item .gridItem .info .inner-container a {
  font-size: 18px;
  background: #000;
  color: #C59300;
  border: 5px solid #000;
  display: inline-block;
  padding: 15px 30px;
  min-width: 0px;
}
#feature .gridWrapper .info-item .gridItem .info .inner-container a:hover, #main-content .gridWrapper .info-item .gridItem .info .inner-container a:hover {
  background: #C59300;
  color: #000;
  text-decoration: none;
}
#feature .gridWrapper .info-item.left .gridItem .gridImg, #main-content .gridWrapper .info-item.left .gridItem .gridImg {
  width: 50%;
  height: 100%;
  float: right;
}
#feature .gridWrapper .info-item.left .gridItem .info, #main-content .gridWrapper .info-item.left .gridItem .info {
  height: 100%;
  width: 50%;
  float: right;
  position: relative;
}
#feature .gridWrapper .info-item.left .gridItem .info:after, #main-content .gridWrapper .info-item.left .gridItem .info:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left-color: #C59300;
  border-right: 0;
  margin-top: -30px;
  margin-right: -30px;
}
#feature .gridWrapper .info-item.right .gridItem, #main-content .gridWrapper .info-item.right .gridItem {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#feature .gridWrapper .info-item.right .gridItem .gridImg, #main-content .gridWrapper .info-item.right .gridItem .gridImg {
  width: 50%;
  height: 100%;
}
#feature .gridWrapper .info-item.right .gridItem .info, #main-content .gridWrapper .info-item.right .gridItem .info {
  height: 100%;
  width: 50%;
  margin-left: auto;
  position: relative;
}
#feature .gridWrapper .info-item.right .gridItem .info:after, #main-content .gridWrapper .info-item.right .gridItem .info:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-right-color: #C59300;
  border-left: 0;
  margin-top: -30px;
  margin-left: -30px;
}
#feature .gridWrapper .info-item.w-25 .gridItem, #main-content .gridWrapper .info-item.w-25 .gridItem {
  height: 710px;
}
#feature .gridWrapper .info-item.w-25 .gridItem .gridImg, #main-content .gridWrapper .info-item.w-25 .gridItem .gridImg {
  width: 100%;
  height: 50%;
}
#feature .gridWrapper .info-item.w-25 .gridItem .info, #main-content .gridWrapper .info-item.w-25 .gridItem .info {
  height: 50%;
  width: 100%;
  margin-top: auto;
  position: relative;
}
#feature .gridWrapper .info-item.w-25 .gridItem .info:after, #main-content .gridWrapper .info-item.w-25 .gridItem .info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-bottom-color: #C59300;
  border-top: 0;
  margin-left: -30px;
  margin-top: -30px;
}
#feature .gridWrapper .info-item#social-tabs .gridItem, #main-content .gridWrapper .info-item#social-tabs .gridItem {
  overflow: hidden;
  background: #C59300;
}
#feature .gridWrapper .info-item#social-tabs .gridItem ul, #main-content .gridWrapper .info-item#social-tabs .gridItem ul {
  font-family: "Lato", sans-serif;
  padding: 0;
  margin: 0;
  list-style: none;
}
#feature .gridWrapper .info-item#social-tabs .gridItem #tabs, #main-content .gridWrapper .info-item#social-tabs .gridItem #tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#feature .gridWrapper .info-item#social-tabs .gridItem #tabs li, #main-content .gridWrapper .info-item#social-tabs .gridItem #tabs li {
  width: 50%;
  height: 25px;
  display: inline-block;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  color: #C59300;
  padding: 15px 25px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
}
#feature .gridWrapper .info-item#social-tabs .gridItem #tabs li span, #main-content .gridWrapper .info-item#social-tabs .gridItem #tabs li span {
  display: inline-block;
}
#feature .gridWrapper .info-item#social-tabs .gridItem #tabs li.active, #main-content .gridWrapper .info-item#social-tabs .gridItem #tabs li.active {
  background: #C59300;
  color: #000;
}
#feature .gridWrapper .info-item#social-tabs .gridItem #tab li, #main-content .gridWrapper .info-item#social-tabs .gridItem #tab li {
  text-align: center;
}
#feature .gridWrapper .info-item#social-tabs .gridItem #tab li > *, #main-content .gridWrapper .info-item#social-tabs .gridItem #tab li > * {
  display: inline-block;
  width: 100%;
}
#feature .gridWrapper .info-item#social-tabs .gridItem #tab li:not(.active), #main-content .gridWrapper .info-item#social-tabs .gridItem #tab li:not(.active) {
  display: none;
}
#feature .gridWrapper .info-item .flip-container, #main-content .gridWrapper .info-item .flip-container {
  -ms-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
}
#feature .gridWrapper .info-item .flip-container:hover .flipper .back, #feature .gridWrapper .info-item .flip-container.hover .flipper .back, #main-content .gridWrapper .info-item .flip-container:hover .flipper .back, #main-content .gridWrapper .info-item .flip-container.hover .flipper .back {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#feature .gridWrapper .info-item .flip-container:hover .flipper .front, #feature .gridWrapper .info-item .flip-container.hover .flipper .front, #main-content .gridWrapper .info-item .flip-container:hover .flipper .front, #main-content .gridWrapper .info-item .flip-container.hover .flipper .front {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#feature .gridWrapper .info-item .flip-container, #feature .gridWrapper .info-item .front, #feature .gridWrapper .info-item .back, #main-content .gridWrapper .info-item .flip-container, #main-content .gridWrapper .info-item .front, #main-content .gridWrapper .info-item .back {
  width: auto;
  height: 360px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
#feature .gridWrapper .info-item .flipper, #main-content .gridWrapper .info-item .flipper {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
#feature .gridWrapper .info-item .front, #feature .gridWrapper .info-item .back, #main-content .gridWrapper .info-item .front, #main-content .gridWrapper .info-item .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
}
#feature .gridWrapper .info-item .front, #main-content .gridWrapper .info-item .front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  /* for firefox 31 */
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#feature .gridWrapper .info-item .back, #main-content .gridWrapper .info-item .back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  width: 100%;
}
#feature .gridWrapper .info-item .back .gridItem, #main-content .gridWrapper .info-item .back .gridItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center center;
}
#feature .gridWrapper .info-item .back .gridItem::before, #main-content .gridWrapper .info-item .back .gridItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#feature .gridWrapper .info-item .back .gridItem .info, #main-content .gridWrapper .info-item .back .gridItem .info {
  background: none;
}
#feature .gridWrapper .info-item .back .gridItem .info:only-child, #main-content .gridWrapper .info-item .back .gridItem .info:only-child {
  width: 100%;
}
#feature .gridWrapper .info-item .back .gridItem .info .inner-container, #main-content .gridWrapper .info-item .back .gridItem .info .inner-container {
  padding-right: 10px;
}
#feature .gridWrapper .info-item .back .gridItem .info::after, #main-content .gridWrapper .info-item .back .gridItem .info::after {
  display: none;
}
#feature .gridWrapper .info-item .back .gridItem .info span, #main-content .gridWrapper .info-item .back .gridItem .info span {
  margin-bottom: 10px;
  font-size: 22px;
  color: #FFF;
}
#feature .gridWrapper .info-item .back .gridItem .info p, #main-content .gridWrapper .info-item .back .gridItem .info p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
#feature .gridWrapper .info-item .back .gridItem .info a, #main-content .gridWrapper .info-item .back .gridItem .info a {
  background: #C59300;
  border-color: #C59300;
  color: #000;
}
#feature .gridWrapper .info-item .back .gridItem .info a:hover, #main-content .gridWrapper .info-item .back .gridItem .info a:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: #C59300;
  color: #C59300;
}
#feature .gridWrapper .info-item .back .gridItem .itemQuicklinks, #main-content .gridWrapper .info-item .back .gridItem .itemQuicklinks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
#feature .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks, #main-content .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks {
  list-style: none;
  margin: 0;
  padding: 40px;
  width: 100%;
  display: inline-block;
}
#feature .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks li a, #main-content .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks li a {
  width: 100%;
  display: inline-block;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  color: #FFF;
}
#feature .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks li a::after, #main-content .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks li a::after {
  content: "";
  font-family: fontAwesome;
  float: right;
  font-weight: 300;
  font-size: 12px;
  margin-top: 4px;
  margin-left: 15px;
}
#feature .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks li a:hover, #main-content .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks li a:hover {
  font-weight: 600;
  text-decoration: none;
}
#feature .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks li a:hover::after, #main-content .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks li a:hover::after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#feature .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks li:last-child a, #main-content .gridWrapper .info-item .back .gridItem .itemQuicklinks ul.gridLinks li:last-child a {
  border-bottom: none;
}
#feature .gridWrapper .info-item .vertical.flip-container, #main-content .gridWrapper .info-item .vertical.flip-container {
  position: relative;
}
#feature .gridWrapper .info-item .vertical.flip-container .flipper .back, #main-content .gridWrapper .info-item .vertical.flip-container .flipper .back {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
#feature .gridWrapper .info-item .vertical.flip-container .flipper, #main-content .gridWrapper .info-item .vertical.flip-container .flipper {
  -webkit-transform-origin: 100% 180px;
  -ms-transform-origin: 100% 180px;
  transform-origin: 100% 180px;
  /* half of height */
}
#feature .gridWrapper .info-item .vertical.flip-container:hover .flipper .back, #main-content .gridWrapper .info-item .vertical.flip-container:hover .flipper .back {
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#feature .gridWrapper .info-item .vertical.flip-container:hover .flipper .front, #main-content .gridWrapper .info-item .vertical.flip-container:hover .flipper .front {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

@media (max-width: 800px) {
  .w-60, .w-50, .w-75 {
    width: 100% !important;
  }

  .w-25, .w-40 {
    width: 50% !important;
  }

  .w-25 .gridItem, .w-40 .gridItem {
    height: 450px !important;
  }
}
@media (max-width: 750px) {
  .w-25, .w-40 {
    width: 100% !important;
  }

  .w-25 .gridItem, .w-40 .gridItem {
    height: 450px !important;
  }
}
@media (max-width: 680px) {
  #feature .gridWrapper {
    margin: 5px;
  }
  #feature .gridWrapper .info-item .gridItem .info .inner-container span {
    font-size: 18px;
  }
  #feature .gridWrapper .info-item .gridItem .info .inner-container a {
    font-size: 14px;
    padding: 10px 20px;
  }
  #feature .gridWrapper .info-item .back .gridItem .info span {
    font-size: 18px;
  }
  #feature .gridWrapper .info-item .back .gridItem .info p {
    line-height: 1.25;
  }
  #feature .gridWrapper .info-item .back .gridItem .info a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 550px) {
  #feature .gridWrapper .info-item .back .gridItem .itemQuicklinks {
    display: none;
  }

  #feature .gridWrapper .info-item .back .gridItem .info {
    width: 100%;
  }
}
/* New Hover */
.info-item .back {
  -webkit-transform: translateY(100%) !important;
  -ms-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
  z-index: 2 !important;
}
.info-item .flip-container {
  overflow: hidden;
}
.info-item .flip-container:hover .front, .info-item .flip-container.hover .front {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.info-item .flip-container:hover .back, .info-item .flip-container.hover .back {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

#feature {
  padding: 20px 15px;
}

#clearIconField {
  display: block;
}

.feature-grid {
  margin: 0 auto;
}
.feature-grid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feature-grid .feature-item {
  width: 20%;
}
.feature-grid .w-20 {
  width: 20%;
}
.feature-grid .w-40 {
  width: 40%;
}
.feature-grid .w-60 {
  width: 60%;
}
.feature-grid .w-80 {
  width: 80%;
}
.feature-grid .w-100 {
  width: 100%;
}
.feature-grid a[class*=w-], .feature-grid div[class*=w-] {
  float: none;
}
@media screen and (max-width: 960px) {
  .feature-grid a[class*=w-], .feature-grid div[class*=w-] {
    width: 100%;
  }
}
.feature-grid .h-1 {
  height: 150px;
}
@media screen and (max-width: 960px) {
  .feature-grid .h-1 {
    height: 100px;
  }
}
.feature-grid .h-2 {
  height: 300px;
}
@media screen and (max-width: 960px) {
  .feature-grid .h-2 {
    height: 200px;
  }
}
.feature-grid .h-3 {
  height: 450px;
}
@media screen and (max-width: 960px) {
  .feature-grid .h-3 {
    height: 300px;
  }
}
.feature-grid .feature-item {
  padding: 5px;
  position: relative;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  display: block;
}
.feature-grid .feature-item .title {
  font-size: 24px;
}
.feature-grid .feature-item .summary span {
  width: 100%;
}
.feature-grid .feature-item .front {
  width: 100%;
  height: 100%;
  background: #C59300;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-grid .feature-item .front .icon {
  font-size: 50px;
}
@media screen and (max-width: 960px) {
  .feature-grid .feature-item .front .icon {
    font-size: 35px;
  }
}
.feature-grid .feature-item .back {
  background: #333;
  color: #fff;
  position: absolute;
  width: -webkit-calc( 100% - 10px);
  width: calc( 100% - 10px);
  height: -webkit-calc( 100% - 10px);
  height: calc( 100% - 10px);
  padding: 20px;
  bottom: -100%;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  overflow-y: scroll;
}
.feature-grid .feature-item .back .title {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .feature-grid .feature-item .back {
    padding: 10px;
  }
}
.feature-grid .feature-item.w-20 .front {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.feature-grid .feature-item.w-20 .front .icon {
  margin-bottom: 20px;
}
.feature-grid .feature-item.w-40 .front, .feature-grid .feature-item.w-60 .front, .feature-grid .feature-item.w-80 .front, .feature-grid .feature-item.w-100 .front {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.feature-grid .feature-item.w-40 .front .icon, .feature-grid .feature-item.w-60 .front .icon, .feature-grid .feature-item.w-80 .front .icon, .feature-grid .feature-item.w-100 .front .icon {
  margin: 0 20px 0 0;
}
.feature-grid .feature-item.h-2 .front .icon, .feature-grid .feature-item.h-3 .front .icon {
  font-size: 100px;
}
@media screen and (max-width: 960px) {
  .feature-grid .feature-item.h-2 .front .icon, .feature-grid .feature-item.h-3 .front .icon {
    font-size: 50px;
  }
}
.feature-grid .feature-item.h-2 .front .title, .feature-grid .feature-item.h-3 .front .title {
  font-size: 28px;
}
.feature-grid .feature-item.h-2 .back .title, .feature-grid .feature-item.h-3 .back .title {
  font-size: 26px;
}
.feature-grid .feature-item:hover, .feature-grid .feature-item:focus {
  text-decoration: none;
}
.feature-grid .feature-item:hover .front, .feature-grid .feature-item:focus .front {
  background: #ac8000;
}
.feature-grid .feature-item:hover .back, .feature-grid .feature-item:focus .back {
  bottom: 5px;
}
@media screen and (max-width: 960px) {
  .feature-grid .feature-item.h-1, .feature-grid .feature-item.h-2, .feature-grid .feature-item.h-3 {
    height: auto;
  }
  .feature-grid .feature-item .back {
    position: relative;
    width: 100%;
  }
  .feature-grid .feature-item:hover .back, .feature-grid .feature-item:focus .back {
    bottom: 0;
  }
}
.feature-grid .social-item .social {
  background: #C59300;
  text-align: center;
}
.feature-grid .social-item .social-title {
  font-weight: bold;
  padding: 10px;
  font-size: 28px;
  background: #000;
  color: #fff;
}
.feature-grid .social-item .feed {
  max-height: 450px;
  overflow-y: scroll;
}
@media screen and (max-width: 960px) {
  .feature-grid .social-item {
    min-height: 500px;
  }
}

.multifield-grid {
  width: 20vw;
}

#resources .container {
  padding: 0px 45px;
  max-width: 900px;
}
@media screen and (max-width: 650px) {
  #resources .container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 960px) {
  #resources .section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 650px) {
  #resources .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 5px;
  }
}
#resources .row-heading {
  font-size: 25px;
  text-transform: none;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  /*margin-top: 30px;*/
  font-family: "Lato", sans-serif;
  padding: 0 15px;
}
@media screen and (max-width: 650px) {
  #resources .row-heading {
    margin: 0;
    padding: 15px;
  }
}
#resources ul.resource-links {
  list-style: none;
  margin: 0;
  padding: 0px 15px;
}
#resources ul.resource-links li a {
  width: 100%;
  display: inline-block;
  padding: 15px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
  font-weight: 600;
}
@media screen and (max-width: 650px) {
  #resources ul.resource-links li a {
    padding: 10px 0;
  }
}
#resources ul.resource-links li a::after {
  content: "";
  font-family: fontAwesome;
  float: right;
  font-weight: 300;
  font-size: 12px;
  margin-top: 4px;
  margin-left: 15px;
}
#resources ul.resource-links li a:hover {
  font-weight: 500;
  text-decoration: none;
}
#resources ul.resource-links li a:hover::after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#resources ul.resource-links li:last-child a {
  border-bottom: none;
}
@media (max-width: 950px) {
  #resources .w-33 {
    display: block;
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  #resources .w-33 ul.resource-links li:last-child {
    border-bottom: 2px solid rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 450px) {
  #resources .w-33 {
    display: block;
    width: 100%;
  }
}

#email-subsciption {
  display: none;
  background: #000;
  margin-top: 30px;
  border-bottom: 15px solid #f3f3f3;
}
#email-subsciption .footer-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  padding: 15px;
  position: relative;
}
#email-subsciption .footer-banner .email-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90px;
  min-width: 90px;
  width: 90px;
  padding: 30px;
  background: #C59300;
  text-align: center;
}
#email-subsciption .footer-banner .email-icon .fa-envelope {
  position: relative;
  font-size: 70px;
  margin: 0 auto;
  display: block;
}
#email-subsciption .footer-banner .email-icon .fa-envelope .fa-at {
  position: absolute;
  display: block;
  bottom: -10px;
  right: -10px;
  font-size: 25px;
  background: #C59300;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}
#email-subsciption .footer-banner .heading {
  font-size: 24px;
  display: inline-block;
  font-weight: 500;
  text-transform: none;
  color: #C59300;
  padding: 30px 0 30px 30px;
}
@media screen and (max-width: 650px) {
  #email-subsciption .footer-banner .heading {
    font-size: 20px;
  }
}
#email-subsciption .footer-banner .message {
  max-width: 900px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  padding: 5px 10px;
  color: #FFF;
  line-height: 1.5;
}
#email-subsciption .footer-banner .btn {
  position: relative;
  min-width: 134px;
}
#email-subsciption .footer-banner .btn a {
  background: #C59300;
  display: inline-block;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  padding: 15px 30px;
  border: 2px solid #C59300;
}
#email-subsciption .footer-banner .btn a:hover {
  background: none;
  color: #C59300;
  text-decoration: none;
}
#email-subsciption .footer-banner .btn a span {
  display: block;
}
@media screen and (max-width: 650px) {
  #email-subsciption .footer-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
}

.full-item {
  background: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.full-item .summary {
  font-size: 26px;
  padding-right: 20px;
}
.full-item .ql_title {
  font-size: 26px;
}
.full-item a {
  background-color: #b68800;
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 1.2em 0 rgba(255, 255, 255, 0.1), inset 0 -0.2em 0 rgba(255, 255, 255, 0.1), inset 0 -0.25em 0 rgba(0, 0, 0, 0.25), 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 1.2em 0 rgba(255, 255, 255, 0.1), inset 0 -0.2em 0 rgba(255, 255, 255, 0.1), inset 0 -0.25em 0 rgba(0, 0, 0, 0.25), 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
  color: #282828;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 60px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.full-item a:hover, .full-item a:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #ac8000;
  text-decoration: none;
}

#pubWrapper {
  z-index: 5000 !important;
}

.ul-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  background: #f3f3f3;
  /* SUBPAGE CONTENT */
  /*-- Sidenav LV2 border left color --*/
}
body .responsiveTemplate {
  position: relative;
}
body .container {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}
body .fw {
  position: relative;
}
body .section-header {
  margin: 30px 15px 30px 15px;
}
body .section-header em {
  font-size: 36px;
  margin-right: 1rem;
  color: #C59300;
}
@media screen and (max-width: 650px) {
  body .section-header em {
    margin: 0;
  }
}
body #em-alerts {
  /* .em-title{*/
  /* 	&::after{*/
  /* 		content:":";*/
  /* 	}*/
  /* }*/
}
body #em-alerts .emergency-banner {
  background-color: #bf211e;
  padding: 2px;
}
body #em-alerts .emergency-banner .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body #em-alerts .em-title .fa {
  margin-right: 0.4em;
  display: none;
}
body #em-alerts .em-content {
  color: #f3f3f3;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
body #em-alerts .em-content a:hover {
  color: #f3f3f3;
  opacity: 0.9;
}
body #em-alerts .em-content .em-content-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0.5em;
}
body #em-alerts .em-content .em-message {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
body #em-alerts .em-content .em-message a {
  color: #f3f3f3;
}
body #em-alerts .em-content .em-read-more {
  padding: 0.5em;
}
body #em-alerts .em-content .em-read-more {
  border-left: 1px solid #f3f3f3;
  margin-left: 0.5em;
}
body #menubar {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}
body #header {
  background-color: #fff;
}
body #header .inside-padding {
  padding: 0 0 0 100px;
}
body #header .container .inside-padding {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}
body #header .container #logo {
  display: inline-block;
  width: 75px;
}
body #header .container #logo img {
  width: 100%;
}
body #header .container #header-left a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body #header .container #header-left #school-name {
  text-align: center;
}
body #header .container #header-left #school-name h1 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}
body #header .container #header-left #school-name h1 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
}
body #header .container #header-right ul {
  list-style: none;
  padding: 0;
  margin-left: auto;
  margin: 0;
  width: 100%;
  text-align: right;
}
body #header .container #header-right ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  background: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body #header .container #header-right ul li.facebook {
  background: #3b5998;
}
body #header .container #header-right ul li.facebook a::before {
  content: "";
}
body #header .container #header-right ul li.twitter {
  background: #55acee;
}
body #header .container #header-right ul li.twitter a::before {
  content: "";
}
body #header .container #header-right ul li a::before {
  font-family: fontAwesome;
  font-size: 22px;
  padding: 9px 0px;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #f3f3f3;
}
body #header .container #header-right ul li:hover {
  background: #C59300;
}
body #header .container #header-right ul li:hover a::before {
  color: #000;
}
body #header .container #header-right ul li:empty {
  display: none;
}
@media screen and (max-width: 960px) {
  body #header .container .inside-padding {
    padding: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
  }
  body #header .container #header-left, body #header .container #header-right {
    height: auto !important;
    width: 100%;
    padding: 10px;
  }
  body #header .container #logo {
    padding: 10px !important;
  }
  body #header .container #header-left a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  body #header .container #header-left a #school-name {
    padding: 0 !important;
  }
  body #header .container #header-right {
    position: relative;
    display: block;
    right: 0;
    padding-top: 0;
  }
  body #header .container #header-right .socialMedia {
    text-align: center;
  }
  body #header .container #header-right .socialMedia li {
    margin-top: 0;
  }
  body #header #menubar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    height: auto;
  }
  body #header #menubar .inner-bar {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  body .container a #logo img {
    width: 50%;
  }
}
body #mobile-bar {
  background: #000;
  color: #fff;
  width: 100%;
  height: auto;
  font-size: 20px;
  padding: 10px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body #mobile-bar em {
  padding-right: 5px;
}
@media screen and (max-width: 960px) {
  body #mobile-bar {
    display: block;
  }
}
body #mobile-nav {
  background: #000;
  color: #fff;
}
body #mobile-nav .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.18);
}
body #mobile-nav .mm-menu .mm-list > li > a.mm-subopen:after,
body #mobile-nav .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: white;
}
body #footer {
  background: #C59300;
  text-align: center;
  padding: 0 15px;
}
body #footer .school-info {
  max-width: 80%;
  margin: 10px auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  body #footer .school-info {
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  body #footer .school-info .info {
    padding: 0px !important;
  }
}
body #footer .school-info .logo {
  display: inline-block;
  width: 75px;
  padding: 10px;
}
body #footer .school-info .logo img {
  width: 100%;
}
body #footer .school-info .info {
  padding: 0px 30px;
  display: inline-block;
}
body #footer .school-info .info > span {
  display: block;
  font-family: "Lato", sans-serif;
}
body #footer .school-info .info > span.school-name {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}
body #footer .school-info .info > span.slogan, body #footer .school-info .info > span.contact {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.7);
}
body #footer #footer-navigation {
  margin: 5px;
}
body #footer #footer-navigation .footer-navigation {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0;
  text-align: center;
}
body #footer #footer-navigation .footer-navigation li {
  color: #000;
  display: inline-block;
  padding: 0px 10px;
  margin: 5px 0px;
  border-right: 1px solid #000;
}
body #footer #footer-navigation .footer-navigation li:last-child {
  border-right: none;
}
@media screen and (max-width: 900px) {
  body #footer #footer-navigation .footer-navigation {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  body #footer #footer-navigation .footer-navigation li {
    display: block;
    border: none;
  }
}
@media screen and (max-width: 650px) {
  body #footer #footer-navigation .footer-navigation {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  body #footer #footer-navigation .footer-navigation li {
    padding: 0 5px;
  }
}
body #footer .credits {
  padding: 0 15px;
}
body #footer .credits .container {
  border-top: 2px solid rgba(144, 119, 44, 0.26);
  padding: 10px 0px;
}
body #footer .credits .container span {
  display: inline-block;
  float: left;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
body #footer .credits .label_skin_corporation a:hover {
  text-decoration: none !important;
}
body #footer .credits .admin_menu, body #footer .credits .user_link {
  float: right;
  display: inline-block;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  padding-left: 15px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
body #footer .credits .admin_menu:hover, body #footer .credits .user_link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body #footer .credits .admin_menu::before {
  content: "";
  font-family: fontAwesome;
  margin-right: 5px;
  text-decoration: none;
}
body #footer .credits .admin_menu:not([href*=Logout])::before {
  content: "";
  font-family: fontAwesome;
  margin-right: 5px;
}
body .disabled_field {
  height: 0px;
  visibility: collapse;
  margin: 0px;
  padding: 0px;
}
body .disabled_field td {
  height: 0px;
}
body #main-content {
  background: #fff;
}
body #main-content a, body #main-content a:hover {
  color: #007eb5;
}
body #sub-content-left {
  width: 23%;
  float: left;
}
body #sub-content-right {
  width: 76%;
  padding-left: 1%;
  float: left;
}
body a.navLink {
  display: block;
  padding: 6px;
}
body .sitenavl1 a.navLink {
  border-left: 3px solid #C59300;
  -webkit-transition: border-left 0.15s ease-in-out;
  -o-transition: border-left 0.15s ease-in-out;
  transition: border-left 0.15s ease-in-out;
}
body .sitenavl1 a.navLink:hover {
  border-left: 10px solid #C59300;
}
body #sidebar .sitenavl0.currentpage a.navLink {
  background: #f5f5f5;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
body .sitenavl1 a.navLink {
  padding: 3px 6px 3px 6px;
  margin: 6px 0px 6px 0px;
}
body #breadcrumbs {
  margin-bottom: 15px;
  background: #ffffff;
  padding: 5px;
  font-family: "Lato", sans-serif;
}
body #breadcrumbs a {
  color: #000;
  text-decoration: underline;
}
body #breadcrumbs a:hover, body #breadcrumbs a:focus {
  text-decoration: none;
}
body .subpage #page #breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}
body .subpage #page #breadcrumbs .icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
body .subpage #page #breadcrumbs .icons ul li {
  display: inline-block;
}
body .subpage #page #breadcrumbs .icons ul li:not(:last-child) {
  margin-right: 10px;
}
body .subpage #page #breadcrumbs .icons ul li a {
  font-weight: bold;
  display: block;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  text-decoration: none;
}
body .subpage #page #breadcrumbs .icons ul li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body .subpage #page #breadcrumbs .icons ul li a em {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
body .subpage #page #breadcrumbs .icons ul li a em:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body .subpage #page {
  max-width: 100%;
  margin: 20px auto;
}
body .subpage #page .inside-padding {
  max-width: 100%;
  padding: 15px;
}
body #sidebar a.header_sel {
  color: #d54009;
  font-family: "Lato", sans-serif;
}
body #sidebar a {
  font-family: "Lato", sans-serif;
}
body .homepage .shareThis:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
@media screen and (max-width: 1032px) {
  body #header .container #logo {
    padding-right: 15px;
  }
  body #header .container #header-left #school-name h1 {
    font-size: 30px;
  }
  body #header .container #header-left #school-name h1 span {
    font-size: 14px;
  }
  body #header .container #header-right ul li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 650px) {
  body #header .container .inside-padding {
    padding-right: 15px;
  }
  body #header .container #header-left {
    width: 100%;
  }
  body #header .container #header-left #school-name h1 {
    font-size: 26px;
  }
  body #menubar #mobile-bar {
    font-size: 50px;
    padding: 50px 30px;
    width: 50px;
  }
  body #footer .school-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
