@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Muli|Playfair+Display:400,700|Playfair+Display+SC|Roboto:400,700");
@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Roboto", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin: 0;
}
body.index #content_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#header_main,
#footer_main {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

#content_main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

body {
  background: url("/pics/body_bg.png") top center repeat-x;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

body, #footer_main {
  min-width: 320px;
}

#header_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99;
  background-color: rgb(66, 10, 73);
  background-image: url(/pics/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 164px;
}
@media screen and (min-width: 1024px) {
  #header_main {
    background-color: transparent;
    background-size: auto auto;
  }
  #header_main:before, #header_main:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #header_main:before {
    z-index: 0;
    bottom: 63px;
    background-color: rgb(0, 0, 0);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    height: 45px;
  }
  #header_main:after {
    background-color: rgb(255, 255, 255);
    height: 63px;
  }
}

#header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}

#skip_to_content {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
#skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: rgb(255, 255, 255);
  clip: auto;
}

#header_title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  font-size: 1rem;
}
#header_title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-top: 164px;
  color: rgb(255, 255, 255);
  background-image: url(/pics/LOGO-BRAHMAS.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  font-size: 2em;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-variant: small-caps;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  #header_title a {
    font-size: 3em;
  }
}
@media screen and (min-width: 1024px) {
  #header_title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 0;
    background-image: none;
    height: 215px;
    font-size: 4em;
  }
  #header_title a .first-line,
  #header_title a .second-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 77px;
  }
  #header_title a .second-line {
    padding-left: 206px;
    position: relative;
  }
  #header_title a .second-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(/pics/LOGO-BRAHMAS.png);
    background-repeat: no-repeat;
    width: 206px;
    height: 164px;
  }
}

#topbar_nav {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#topbar_nav a {
  padding: 0 10px;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#topbar_nav a:hover {
  color: rgb(255, 186, 0);
}
@media screen and (min-width: 1024px) {
  #topbar_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 2;
    height: 45px;
  }
}
#topbar_nav .search {
  margin-right: 40px;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  #topbar_nav .search {
    margin-right: -160px;
  }
}

#header_marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}
#header_marquee .marquee-inner {
  display: inline-block;
  padding-left: 100%;
}
#header_marquee .marquee-inner:hover {
  animation-play-state: paused;
}
#header_marquee.marquee-speed-18 .marquee-inner {
  animation: marquee 15s linear infinite;
}
#header_marquee.marquee-speed-35 .marquee-inner {
  animation: marquee 30s linear infinite;
}
#header_marquee.marquee-speed-7 .marquee-inner {
  animation: marquee 7.5s linear infinite;
}
#header_marquee .marquee-content {
  float: left;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.5rem 0;
  background-color: rgb(0, 0, 0);
  width: 100%;
}
#social_nav a {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  padding-right: 15px;
}
#social_nav a svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  fill: rgb(191.25, 191.25, 191.25);
}
#social_nav a:hover svg {
  fill: rgb(147.1084337349, 22.2891566265, 162.7108433735);
}
@media screen and (min-width: 1024px) {
  #social_nav {
    padding: 0 2rem;
    background-color: transparent;
    width: auto;
  }
}

#topnav_holder {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
#topnav_holder #topnav_mobile_toggle {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double rgb(255, 255, 255);
  border-bottom: 5px solid rgb(255, 255, 255);
}
#topnav_holder #topnav {
  position: absolute;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
#topnav_holder #topnav.open {
  max-height: 2000px;
}
#topnav_holder .nav-menu,
#topnav_holder .sub-nav-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav_holder .nav-menu a,
#topnav_holder .sub-nav-group a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em 10px;
  text-decoration: none;
}
#topnav_holder .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}
#topnav_holder .sub-nav {
  display: none;
}
#topnav_holder .sub-nav.open {
  display: block;
}
#topnav_holder .sub-nav a {
  padding-left: 1.5em;
}
#topnav_holder .sub-nav .flyout-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav_holder .sub-nav .flyout-group a {
  padding-left: 2.5em;
}
@media screen and (min-width: 1024px) {
  #topnav_holder #topnav_mobile_toggle {
    display: none;
  }
  #topnav_holder #topnav {
    position: static;
    max-height: none;
    overflow: visible;
  }
  #topnav_holder .nav-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#topnav_holder .nav-item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: relative;
  }
  #topnav_holder .nav-menu {
    position: relative;
  }
  #topnav_holder .sub-nav {
    position: absolute;
  }
  #topnav_holder .sub-nav a {
    width: 11.5em;
    padding-left: 0.5em;
  }
  #topnav_holder .sub-nav .flyout-group a {
    width: 10.5em;
    padding-left: 1.5em;
  }
  #topnav_holder .nav-item:last-child .sub-nav:focus, #topnav_holder .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
}

#topnav_mobile_toggle {
  top: 10px;
  right: 10px;
}

#topnav {
  background: rgb(255, 255, 255);
}
#topnav .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  color: rgb(51, 51, 51);
}
#topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
  color: rgb(255, 255, 255);
  background-color: rgb(45.7228915663, 6.9277108434, 50.5722891566);
}
#topnav .sub-nav a {
  color: rgb(0, 0, 0);
}
#topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
  color: rgb(255, 255, 255);
  background-color: rgb(66, 10, 73);
}
@media screen and (min-width: 1024px) {
  #topnav {
    background: transparent;
  }
  #topnav .nav-item > a {
    height: 63px;
    padding: 0 1.6rem;
    font-size: 1.1rem;
    font-weight: 400;
  }
  #topnav .nav-item > a:hover, #topnav .nav-item > a:focus, #topnav .nav-item > a.open {
    background-color: transparent;
    background-image: url("data:image/png;base64,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");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  #topnav .sub-nav {
    background: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1024px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}
#content_main .pages-left-column-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #content_main table {
    display: block;
    overflow-x: auto;
  }
  #content_main .bell-schedule {
    display: table;
  }
  #content_main .pages-column .stack-photo figcaption,
  #content_main .slideshow-wrapper .slide .slide-caption {
    font-size: 0.85em;
  }
  #content_main .video-list-top #controls2,
  #content_main .video-list-top #controls3 {
    width: auto;
  }
  #content_main #more-videos {
    display: none;
  }
  #content_main #staff_list_public .user-info-wrapper span[id*=staff] {
    display: block;
  }
  #content_main #staff_list_public .user-info-wrapper .user-position-public {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  #content_main #staff_list_public .user-info-wrapper p {
    display: block;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #content_main .news-list article .column {
    width: 100%;
  }
  #content_main .show-news .attached-images {
    float: none;
    margin: 0 auto 1em;
  }
  #content_main .single-video #big-video,
  #content_main .below-start #big-video {
    width: 100% !important;
  }
  #content_main .video-list .thumb_wrap {
    display: block;
    float: none;
  }
  #content_main .video-list li .description {
    padding-left: 0;
  }
  #content_main .video-list li .video-list-date {
    padding-left: 0;
  }
  #content_main .bell-schedule {
    width: 100%;
  }
  #content_main .pages-column .stack-photo figcaption,
  #content_main .slideshow-wrapper .slide .slide-caption {
    font-size: 0.7em;
  }
  #content_main .video-list-top .controls,
  #content_main .video-list-top #controls2,
  #content_main .video-list-top #controls3 {
    display: none;
  }
  #content_main #album_thumbnails table img {
    width: 90%;
    height: 90%;
    position: relative;
  }
  #content_main #edlio_search_form {
    max-width: 400px;
    width: auto;
  }
  #content_main #edlio_search_form input {
    width: 200px;
  }
  #content_main #contact_form {
    width: 100%;
  }
  #content_main #contact_form table {
    display: table;
    font-size: 12px;
    width: 280px !important;
  }
  #content_main #contact_form #f_name {
    width: 200px !important;
  }
  #content_main #contact_form #f_email {
    width: 200px !important;
  }
  #content_main #contact_form #f_message {
    width: 200px !important;
  }
  #content_main #calendar_wrapper .right-column {
    float: none;
    width: 100%;
  }
  #content_main #calendar_wrapper .right-column #calendar_grid table {
    display: table;
  }
  #content_main .pages-column .page-block-text,
  #content_main .pages-column .page-block-photos {
    width: 100%;
  }
  #content_main .pages-left-column-wrapper {
    margin-left: 0 !important;
    float: none;
  }
  #content_main .pages-left-column-wrapper .pages-left-column {
    margin-left: 0 !important;
  }
  #content_main .pages-right-column {
    float: none;
    width: 100% !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.index #content_main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#content_main .pages-content-wrapper {
  overflow: visible;
}
#content_main img.sub {
  border: none;
}
.index #content_main {
  background: transparent;
  box-shadow: none;
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 2em;
  font-family: "Playfair Display SC", serif;
  border-bottom: 2px solid rgb(229.5, 229.5, 229.5);
  color: rgb(66, 10, 73);
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: rgb(66, 10, 73);
}
@media screen and (max-width: 767px) {
  .right-column-page-navigation {
    margin: 20px auto;
  }
}
.right-column-page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-column-page-navigation a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-weight: 400;
  padding: 0.8em 6% 0.8em 10%;
  width: 84%;
  margin: 0;
  line-height: auto;
}
.right-column-page-navigation a:hover {
  text-decoration: underline;
}
.right-column-page-navigation a .inner {
  text-decoration: none;
}
.right-column-page-navigation a .inner:hover {
  text-decoration: underline;
}
.right-column-page-navigation ul {
  padding: 0;
}
.right-column-page-navigation li a {
  color: rgb(255, 255, 255);
}
.right-column-page-navigation li.active a {
  background: rgb(147.1084337349, 22.2891566265, 162.7108433735);
  color: rgb(255, 255, 255);
}

#index_main {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: rgb(240.975, 240.975, 240.975);
}
@media screen and (min-width: 768px) {
  #index_main:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url(/pics/shuffle_bg_1024.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100% 736px;
    width: 100%;
    height: 736px;
  }
}
@media screen and (min-width: 1024px) {
  #index_main:before {
    background-position: center 105px;
  }
}
@media screen and (min-width: 1350px) {
  #index_main:before {
    background-position: center 280px;
  }
}
@media screen and (min-width: 1400px) {
  #index_main:before {
    background-image: url(/pics/shuffle_bg.png);
  }
}

#index_motto {
  position: relative;
  z-index: 2;
  width: 100%;
}
#index_motto #motto_header {
  margin: 0;
  padding: 1rem 0;
  color: rgb(66, 10, 73);
  font-size: 1.8rem;
  font-family: "Playfair Display SC", serif;
  text-align: center;
  text-transform: uppercase;
}
#index_motto .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#index_motto .items-list li {
  margin: 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
  text-indent: -9999em;
}
#index_motto .items-list li#banner_ap {
  background-image: url(/pics/banner_ap.png);
  width: 95px;
}
#index_motto .items-list li#banner_ib {
  background-image: url(/pics/banner_ib.png);
  width: 62px;
  display: block;
}
#index_motto .items-list li #IB_link {
  display: block;
  width: 62px;
  height: 65px;
}
#index_motto .items-list li #AP_link {
  display: block;
  width: 95px;
  height: 65px;
}
@media screen and (min-width: 768px) {
  #index_motto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 0 auto;
    padding: 0 1rem;
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    width: calc(100% - 2rem);
  }
  #index_motto #motto_header {
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
    text-align: left;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.9);
  }
  #index_motto .items-list li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #index_motto {
    padding: 0;
    top: 10%;
  }
  #index_motto #motto_header {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1350px) {
  #index_motto {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    top: 23%;
  }
}

#index_video {
  margin-bottom: 2rem;
  width: 100%;
}

#videos_header {
  display: none !important;
}

#content_columns {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 768px) {
  #content_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  #content_columns {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    padding: 0;
    gap: 20px;
  }
}

#center_column,
#left_column,
#right_column {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #center_column,
  #left_column,
  #right_column {
    padding: 0 1rem;
    width: calc(33% - 2rem);
  }
}
@media screen and (min-width: 1350px) {
  #center_column,
  #left_column,
  #right_column {
    padding: 0;
    width: 33%;
  }
}

.content-container .section-title {
  margin: 0;
  font-weight: 400;
}
.content-container .section-title a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
.content-container .section-title a:hover {
  text-decoration: none;
}
.content-container .read-more-link {
  text-decoration: none;
  display: inline-block;
}
.content-container .read-more-link:hover {
  text-decoration: underline;
}
.content-container .section-title {
  color: rgb(66, 10, 73);
  margin-bottom: 1rem;
  font-size: 2.6em;
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  line-height: 1;
}
.content-container .section-title a {
  color: rgb(66, 10, 73);
}
.content-container .read-more-link-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.content-container .read-more-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 1.2rem;
  color: rgb(255, 255, 255);
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
.content-container .read-more-link:before, .content-container .read-more-link:after {
  content: "";
  display: inline-block;
  border-style: solid;
  width: 0;
  height: 0;
}
.content-container .read-more-link:before {
  border-width: 20px 12px 20px 0;
  border-color: transparent rgb(66, 10, 73) transparent;
}
.content-container .read-more-link:after {
  border-width: 20px 0 20px 12px;
  border-color: transparent transparent transparent rgb(66, 10, 73);
}
.content-container .read-more-link:nth-of-type(1) {
  margin-top: 1rem;
}
.content-container .read-more-link .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.5rem;
  background-color: rgb(66, 10, 73);
  height: 40px;
}
.content-container .read-more-link .item-inner:after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
  color: rgb(255, 255, 255);
}
.content-container .read-more-link:hover, .content-container .read-more-link:focus {
  text-decoration: none;
}
.content-container .read-more-link:hover:before, .content-container .read-more-link:focus:before {
  border-color: transparent rgb(106.5542168675, 16.1445783133, 117.8554216867) transparent;
}
.content-container .read-more-link:hover:after, .content-container .read-more-link:focus:after {
  border-color: transparent transparent transparent rgb(106.5542168675, 16.1445783133, 117.8554216867);
}
.content-container .read-more-link:hover .item-inner, .content-container .read-more-link:focus .item-inner {
  background-color: rgb(106.5542168675, 16.1445783133, 117.8554216867);
}
.content-container [class*=-name] {
  width: 100%;
  margin: 0 0 0.5rem;
}
.content-container [class*=-name] a {
  font-size: 1.3rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
}
.content-container [class*=-name] a:hover, .content-container [class*=-name] a:focus {
  color: rgb(66, 10, 73);
}
.content-container a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.content-container a:hover {
  text-decoration: underline;
}

#news_container .news-item-image-holder {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
#news_container .news-item-image {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  #news_container .news-item-image-holder {
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  #news_container .news-item-image-holder {
    width: 250px;
  }
}

#events_container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
}
#events_container .item-name {
  margin: 0;
}
#events_container > .event-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#events_container .event-summary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#events_container .event-info-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#events_container .event-info-time .event-date {
  margin-right: 0.5rem;
}
#events_container .event-image-link {
  max-width: 100%;
}
#events_container .event-image {
  width: 100%;
}

#logos_container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
#logos_container .item {
  margin: 1rem;
}

@media screen and (min-width: 1350px) {
  #shuffle_main {
    margin: 0 auto;
    width: 1336px;
    height: 729px;
  }
}

#quicklinks {
  padding: 2rem 0;
  position: relative;
  z-index: 2;
}
#quicklinks .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 1024px;
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#quicklinks .items-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.8rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgb(255, 186, 0);
  color: rgb(66, 10, 73);
  margin: 0 1px 10px;
  width: 170px;
}
#quicklinks .items-list a:hover, #quicklinks .items-list a:focus {
  background-color: rgb(66, 10, 73);
  color: rgb(255, 186, 0);
}
#quicklinks .items-list a:hover svg, #quicklinks .items-list a:focus svg {
  fill: rgb(255, 186, 0);
}
#quicklinks .items-list a:before, #quicklinks .items-list a:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  #quicklinks .items-list a {
    margin-bottom: 10px;
    width: 100px;
  }
}
#quicklinks .items-list a svg {
  fill: rgb(66, 10, 73);
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  #quicklinks {
    padding: 1rem 0;
  }
}
#quicklinks .secondary-ql-container {
  width: 100%;
  max-width: 1024px;
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#quicklinks .secondary-ql-container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.8rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgb(66, 10, 73);
  color: rgb(255, 186, 0);
  margin: 0 1px 10px;
  width: 170px;
}
#quicklinks .secondary-ql-container a:hover, #quicklinks .secondary-ql-container a:focus {
  background-color: rgb(255, 186, 0);
  color: rgb(66, 10, 73);
}
#quicklinks .secondary-ql-container a:hover svg, #quicklinks .secondary-ql-container a:focus svg {
  fill: rgb(66, 10, 73);
}
#quicklinks .secondary-ql-container a:before, #quicklinks .secondary-ql-container a:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  #quicklinks .secondary-ql-container a {
    margin-bottom: 10px;
    width: 100px;
  }
}
#quicklinks .secondary-ql-container a svg {
  fill: rgb(255, 186, 0);
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}

#footer_main {
  background-image: url("/pics/footer_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  #footer_main {
    padding-bottom: 64px;
    background-size: 100% 367px;
  }
}
@media screen and (min-width: 1024px) {
  #footer_main {
    padding-bottom: 0;
    background-size: 100% 256px;
    height: 292px;
  }
}

#footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #footer_inner {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  #footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2.5rem 0 0;
    height: calc(100% - (36px + 2.5rem));
  }
}

#footer_title {
  display: block;
  background-color: rgb(66, 10, 73);
  padding: 1rem 0;
}
#footer_title a {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 2rem;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  text-align: center;
  text-decoration: none;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  line-height: 1.1em;
}
@media screen and (min-width: 768px) {
  #footer_title {
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  #footer_title {
    padding: 0;
  }
  #footer_title a {
    text-align: left;
    line-height: 1.5em;
  }
}

#footer_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgb(255, 255, 255);
  font-size: 1.3em;
  font-style: normal;
}
#footer_address .footer-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2rem;
}
#footer_address a {
  text-decoration: none;
  color: inherit;
}
#footer_address a:hover {
  text-decoration: underline;
}
#footer_address svg {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  width: 14px;
  height: 14px;
  fill: rgb(255, 186, 0);
}

#footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer_nav a {
  padding: 0 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(204, 204, 204);
}
#footer_nav a:hover {
  color: rgb(255, 255, 255);
}

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 25px;
  margin: 0.2rem;
  background: rgb(255, 255, 255);
  border-radius: 3px;
}
#search input#q {
  margin: 0;
  height: 25px;
  line-height: 25px;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}
#search input#q {
  padding: 0 10px;
  width: 104px;
}

#district_link {
  display: block;
  overflow: hidden;
  height: 72px;
  width: 96px;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/pics/district_link.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

#edlio_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#edlio_login .edlio-logo {
  display: block;
  width: 24px;
  height: 16px;
  overflow: hidden;
  background-color: transparent;
  padding-right: 4px;
  margin-right: 4px;
  border-right: 2px solid rgb(255, 255, 255);
}
#edlio_login .edlio-logo svg {
  display: block;
  width: 24px;
  height: 16px;
  margin: 0;
  fill: rgb(255, 255, 255);
}
#edlio_login:hover {
  color: rgb(0, 0, 0);
}
#edlio_login:hover .edlio-logo {
  border-color: rgb(0, 0, 0);
}
#edlio_login:hover svg {
  fill: rgb(0, 0, 0);
}

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  margin: 0.4rem auto;
}
#edlio_logo svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
  fill: rgb(0, 0, 0);
}

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: rgb(66, 10, 73);
}
#mobile_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.75em;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#mobile_nav a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  fill: rgb(255, 255, 255);
}
#mobile_nav a:hover {
  color: rgb(255, 186, 0);
}
#mobile_nav a:hover svg {
  fill: rgb(255, 186, 0);
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 319px) {
  .edlio.public.sticky-widget {
    bottom: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .edlio.public.sticky-widget {
    margin: 0 auto;
    top: auto !important;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .edlio.public.sticky-widget > .content {
    padding: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s ease-in-out;
  }
  .edlio.public.sticky-widget > .content a {
    display: block;
    padding: 0.5rem 0;
  }
  .edlio.public.sticky-widget > .content:hover, .edlio.public.sticky-widget > .content:focus {
    background-color: rgb(66, 10, 73);
  }
  .edlio.public.sticky-widget > .content:hover a, .edlio.public.sticky-widget > .content:focus a {
    color: rgb(255, 255, 255);
  }
}
