@import url("http://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:400,600,700,800");
@import url("../apps/js/polls/polls-pack.html");
/*

  ______   .__   __.  __      ____    ____     __    __  .______    _______       ___   .___________. _______ 
 /  __  \  |  \ |  | |  |     \   \  /   /    |  |  |  | |   _  \  |       \     /   \  |           ||   ____|
|  |  |  | |   \|  | |  |      \   \/   /     |  |  |  | |  |_)  | |  .--.  |   /  ^  \ `---|  |----`|  |__   
|  |  |  | |  . `  | |  |       \_    _/      |  |  |  | |   ___/  |  |  |  |  /  /_\  \    |  |     |   __|  
|  `--'  | |  |\   | |  `----.    |  |        |  `--'  | |  |      |  '--'  | /  _____  \   |  |     |  |____ 
 \______/  |__| \__| |_______|    |__|         \______/  | _|      |_______/ /__/     \__\  |__|     |_______|

     _______.  ______     _______.     _______.    _______  __   __       _______     _______.
    /       | /      |   /       |    /       |   |   ____||  | |  |     |   ____|   /       |
   |   (----`|  ,----'  |   (----`   |   (----`   |  |__   |  | |  |     |  |__     |   (----`
    \   \    |  |        \   \        \   \       |   __|  |  | |  |     |   __|     \   \    
.----)   |   |  `----.----)   |   .----)   |      |  |     |  | |  `----.|  |____.----)   |   
|_______/     \______|_______/    |_______/       |__|     |__| |_______||_______|_______/    

*/
body,
body .dark,
body .light,
body table,
body .neutral,
body .pale {
  font-family: "Lato", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
  background: rgb(48, 93, 119);
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-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: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

body {
  background: url("../pics/body_bg.jpg") top center repeat-x;
}
body:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 117px;
  border-top: 39px solid rgb(48, 93, 119);
  border-bottom: 33px solid rgb(48, 93, 119);
  background-image: url("../pics/body_overlay.jpg");
  background-position: center top;
  background-repeat: repeat-x;
}

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

#header_main {
  position: relative;
  z-index: 99;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1024px;
}
@media screen and (min-width: 768px) {
  #header_main {
    height: 189px;
  }
}
@media screen and (min-width: 1024px) {
  #header_main {
    height: 189px;
  }
}

#skip_to_content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip_to_content:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: #fff;
}

#header_title {
  margin: 0;
}
#header_title a {
  position: absolute;
  top: 39px;
  left: 0;
  max-width: 1024px;
  height: 163px;
  /*padding: 18px 0 0 175px;*/
  padding: 18px 0 0 190px;
  line-height: 1.5em;
  letter-spacing: -3px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-image: url("../pics/header.png");
  background-repeat: no-repeat;
  /*position: 31px 7px;*/
  background-position: 35px -9px;
  background-size: 135px;
}
#header_title a .top-line {
  display: block;
  margin-left: -10px;
  font-size: 1.65em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #header_title a {
    /*padding: 44px 0 0 90px;*/
    padding: 44px 0 0 105px;
    letter-spacing: -1px;
    font-size: 0.4375em;
    /*size: 110px auto;*/
    background-size: 100px auto;
    background-position: 0 7px;
  }
}

#header_marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1024px;
}

#topbar_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  right: 10px;
  height: 33px;
}

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#social_nav a {
  text-decoration: none;
}
#social_nav a {
  display: block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  background-color: none;
  border-radius: 100%;
  margin: 0 4px;
}
#social_nav a svg {
  display: block;
  width: 13px;
  height: 13px;
  margin: 5px;
  fill: rgb(255, 255, 255);
}
#social_nav a:nth-of-type(1) {
  background: rgb(0, 139, 186);
}
#social_nav a:nth-of-type(1):hover svg {
  fill: rgb(0, 139, 186);
}
#social_nav a:nth-of-type(2) {
  background: rgb(34, 190, 159);
}
#social_nav a:nth-of-type(2):hover svg {
  fill: rgb(34, 190, 159);
}
#social_nav a:nth-of-type(3) {
  background: rgb(251, 185, 65);
}
#social_nav a:nth-of-type(3):hover svg {
  fill: rgb(251, 185, 65);
}
#social_nav a:nth-of-type(4) {
  background: rgb(219, 89, 49);
}
#social_nav a:nth-of-type(4):hover svg {
  fill: rgb(219, 89, 49);
}
#social_nav a:hover {
  background: rgb(235, 235, 235);
}

#search {
  display: inline-block;
  position: relative;
  display: block;
  height: 18px;
  width: 114px;
  margin-right: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
}
#search input#q {
  margin: 0;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
}
#search .edlio-search-button {
  margin: 0 0 0 -4px;
  vertical-align: top;
}
#search input#q {
  padding: 0 10px;
  height: 18px;
  width: 94px;
  line-height: 18px;
  font-size: 0.7em;
  color: rgb(0, 0, 0);
}
#search .edlio-search-button {
  position: absolute;
  right: 0;
  top: 0;
}

::-webkit-input-placeholder {
  color: rgb(0, 0, 0) !important;
}

#topnav_holder {
  width: 100%;
  margin: 189px 0 0;
  position: static;
  background: rgb(41, 80, 102);
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: absolute;
    top: 138px;
    right: 0;
    margin: 0;
    width: auto;
    background: none;
  }
}

#topnav_mobile {
  position: absolute;
  top: 50px;
  right: 20px;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double rgb(20, 169, 198);
  border-bottom: 5px solid rgb(20, 169, 198);
}
@media screen and (min-width: 1024px) {
  #topnav_mobile {
    display: none;
  }
}

#topnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
#topnav ul a {
  text-decoration: none;
}
#topnav li {
  position: relative;
}
#topnav li a {
  position: relative;
}
#topnav li > ul {
  position: absolute;
  left: -999999px;
  display: block;
}
#topnav li > ul li a {
  display: block;
}
#topnav li:hover > ul {
  left: 0;
}
#topnav li:hover > ul li:hover ul {
  top: 0;
  left: 100%;
}
#topnav > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-decoration: none;
}
#topnav ul ul {
  width: 11.5em;
}
#topnav ul ul li {
  text-align: left;
}
#topnav ul ul a, #topnav ul ul li:hover ul a {
  width: 10em;
  padding: 0.5em 0.5em 0.5em 1em;
  background: transparent none;
}
@media screen and (max-width: 1023px) {
  #topnav {
    position: static;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #topnav #topnav_list {
    display: none;
  }
  #topnav > ul {
    width: 100%;
  }
  #topnav > ul > li {
    display: block;
    width: 100%;
  }
  #topnav > ul > li:hover ul {
    position: relative;
    display: block !important;
    width: 100%;
  }
  #topnav > ul > li:hover ul li {
    display: block;
    width: 100%;
  }
  #topnav > ul > li:hover ul li a {
    display: block;
    width: auto;
  }
  #topnav > ul > li:hover ul li ul {
    display: none !important;
  }
  #topnav > ul > li:hover ul li:hover ul {
    left: 0;
    display: block !important;
  }
  #topnav > ul > li:hover ul li:hover ul li a {
    display: block;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  #topnav ul {
    padding: 20px 0 0;
  }
}
#topnav > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  height: 40px;
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375em;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024px) {
  #topnav > ul > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0 6px;
    height: 70px;
    line-height: 70px;
    color: rgb(255, 255, 255);
  }
}
#topnav > ul > li > a .nav-item-inner {
  display: inline-block;
  line-height: 1.2em;
}
#topnav > ul > li:hover > a {
  color: rgb(20, 169, 198);
  background: rgb(235, 235, 235);
}
@media screen and (min-width: 1024px) {
  #topnav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 9px;
    background: rgb(20, 169, 198);
  }
}
#topnav ul ul {
  padding: 0;
  background: rgb(235, 235, 235);
}
#topnav ul ul a,
#topnav ul ul li:hover ul a {
  color: rgb(20, 169, 198);
}
#topnav ul ul li:hover a,
#topnav ul ul li:hover ul li:hover a {
  color: rgb(235, 235, 235);
  background: rgb(20, 169, 198);
}

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  width: 90%;
  padding: 25px 5%;
  min-height: 400px;
  margin: 0 auto 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.35) 0 3px 7px;
}
#content_main:before, #content_main:after {
  content: "";
  display: table;
}
#content_main:after {
  clear: both;
}
#content_main img.sub {
  border: none;
}
#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 .left.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: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  #content_main {
    max-width: 974px;
    padding: 35px 25px 25px;
    margin: 0 auto 30px;
  }
}
.index #content_main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.75em;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  color: rgb(41, 80, 102);
}
@media screen and (max-width: 767px) {
  .pageTitle {
    overflow: hidden;
  }
}

#pageNav {
  border: none;
  padding: 5px 0;
  background: rgb(235, 235, 235);
}
@media screen and (max-width: 767px) {
  #pageNav {
    margin: 20px auto;
  }
}
#pageNav img {
  display: none;
}
#pageNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
#pageNav a, #pageNav b {
  text-decoration: none;
  display: block;
  padding: 10px 15px 10px 25px;
  width: 210px;
  margin: 0;
  font-weight: 400;
  line-height: auto;
}
#pageNav a:hover, #pageNav b:hover {
  text-decoration: underline;
}
#pageNav b:hover {
  text-decoration: none;
}
#pageNav li a,
#pageNav li b {
  color: rgb(20, 169, 198);
}
#pageNav li b {
  background: rgb(20, 169, 198);
  color: rgb(235, 235, 235);
}

#index_top {
  position: relative;
  overflow: hidden;
  height: auto;
  background: rgb(20, 169, 198);
}
#index_top #shuffle_main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #index_top {
    height: 450px;
    background: url("../pics/index_top.jpg") center top repeat-x;
  }
}

#index_mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 5px 0 0;
  background: url("../pics/index_mid.jpg") center top repeat;
}
@media screen and (min-width: 768px) {
  #index_mid {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -3px 0 0;
  }
}

#index_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: url("../pics/news_bg.jpg") center top repeat;
}
@media screen and (min-width: 768px) {
  #index_main {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
}

#index_motto {
  z-index: 9;
  position: relative;
  padding: 24px 5%;
  width: 90%;
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.2em;
  text-align: center;
  background: rgba(20, 169, 198, 0.7);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  #index_motto {
    position: absolute;
    top: 206px;
    left: 0;
    padding: 24px 0;
    width: 576px;
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  #index_motto {
    left: 50%;
    margin-left: -512px;
  }
}

#shuffle_main {
  width: 1354px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  #shuffle_main {
    display: none;
  }
}

.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container .shuffle-slide {
  display: block !important;
}
.shuffle1-container .item-inner {
  position: relative;
}
.shuffle1-container .shuffle-main {
  z-index: 1;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-next-icon,
.shuffle1-container .shuffle-main .slick-prev-icon,
.shuffle1-container .shuffle-main .slick-pause-icon,
.shuffle1-container .shuffle-main .slick-play-icon {
  color: rgb(255, 255, 255);
}
.shuffle1-container .shuffle-main .slick-list {
  margin: 0;
  height: 100%;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-track {
  align-items: flex-start;
  height: 100%;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 0.5em;
}
.shuffle1-container .shuffle-main .shuffle-caption > p {
  margin-top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .shuffle-main .slick-arrow {
  background: rgba(0, 0, 0, 0.5);
}
.shuffle1-container .slick-dotted {
  margin-bottom: 0;
}
.shuffle1-container .slick-dots {
  position: absolute;
  z-index: 9999;
}
.shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .slick-dots.slick-dots-bottom {
  bottom: 0;
}
.shuffle1-container .slick-dots.slick-dots-top {
  top: 0;
}
.shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
  flex-direction: column;
  top: 0;
  height: 100%;
  width: 44px;
}
.shuffle1-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle1-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle1-container .slick-dots.number-dots {
  counter-reset: slide-num;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  border-radius: 0;
}
.shuffle1-container .slick-dots.number-dots .slick-dot-icon:before {
  counter-increment: slide-num;
  content: counter(slide-num);
  font-size: 0.75rem;
  transition: font-size 0.2s ease-in-out;
}
.shuffle1-container .slick-dots.number-dots .slick-active .slick-dot-icon:before {
  font-size: 1rem;
}
.shuffle1-container.slick-autoplay .slick-autoplay-toggle-button {
  top: auto;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: rgb(255, 255, 255);
}
.shuffle1-container.slick-autoplay .has-navshuffle.navshuffle-position-bottom .slick-autoplay-toggle-button {
  bottom: 70px;
}
.shuffle1-container .shuffle-image {
  width: 100%;
}
.shuffle1-container .shuffle-navigation {
  position: absolute;
  z-index: 9;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
.shuffle1-container .shuffle-navigation .slick-next-icon,
.shuffle1-container .shuffle-navigation .slick-prev-icon,
.shuffle1-container .shuffle-navigation .slick-pause-icon,
.shuffle1-container .shuffle-navigation .slick-play-icon {
  color: rgb(255, 255, 255);
}
.shuffle1-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle1-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-navigation .slick-slide {
  position: relative;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-slide {
  margin: 0;
}
.shuffle1-container .shuffle-navigation .slick-slide .shuffle-image {
  display: block;
  height: 50px;
}
.shuffle1-container .shuffle-navigation .slick-slide.slick-current {
  border-color: rgb(255, 255, 255);
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-top {
  top: 0;
}
.shuffle1-container .shuffle-navigation .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.shuffle1-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-main .slick-arrow {
    top: 0;
  }
  .shuffle1-container .shuffle-main .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
  }
  .shuffle1-container .shuffle-navigation {
    display: none;
  }
  .shuffle1-container .slick-autoplay-toggle-button {
    display: none;
  }
  .shuffle1-container.no-mobile-captions .shuffle-caption {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
    top: 0;
  }
  .shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
    bottom: 0;
  }
  .shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
    top: calc(54px + 1em);
  }
  .shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
    bottom: calc(54px + 1em);
  }
  .shuffle1-container.slick-autoplay .caption-position-bottom {
    padding-bottom: 50px;
  }
  .shuffle1-container .slick-dotted .caption-position-bottom {
    padding-bottom: 50px;
  }
  .shuffle1-container .slick-dotted .caption-position-top {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

#left_column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #left_column {
    width: 57%;
  }
}

#right_column {
  width: 100%;
  background: url("../pics/twitter_bg.jpg") center top repeat;
}
@media screen and (min-width: 768px) {
  #right_column {
    width: 43%;
  }
}

#news_container {
  margin: 0 0 1em;
  margin: 0;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: url("../pics/news_bg.jpg") center top repeat;
}
#news_container h1 {
  margin: 0;
}
#news_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#news_container table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
#news_container table #l {
  display: none;
}
#news_container table #r b {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #news_container {
    padding: 30px 40px;
  }
}
#news_container .section-title {
  margin: 0 0 1em;
  font-size: 1em;
}
#news_container .section-title a {
  position: relative;
  z-index: 9;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #news_container .section-title a {
    font-size: 2.25em;
  }
}
#news_container svg {
  width: 180px;
  height: 180px;
  fill: rgba(255, 255, 255, 0.3);
}
#news_container #homepage_news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 600px;
}
#news_container article {
  width: 100%;
  margin: 0 0 1em;
  line-height: 1.3em;
  font-size: 1.125em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #news_container article {
    width: 46%;
  }
}
#news_container article .title {
  margin: 0;
  font-size: 1em;
  background: none;
}
#news_container article .title a {
  text-decoration: none;
  position: relative;
  z-index: 9;
  display: block;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 800;
  text-transform: none;
  background: none;
  border: none;
  color: rgb(255, 255, 255);
}
#news_container article .title a:hover {
  text-decoration: underline;
}
#news_container article .thumbnail {
  z-index: 99;
  position: relative;
  float: left;
  margin: 1em 0;
  width: 100%;
}
#news_container article .thumbnail img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 265px;
  border: 5px solid #252a32;
}
#news_container [class*=-more-link] {
  text-decoration: none;
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 800;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
#news_container [class*=-more-link]:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  #news_container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  #news_container .section-title a {
    margin-right: 145px;
  }
}
#news_container svg {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  #news_container svg {
    display: none;
  }
}

#events_container {
  margin: 0 0 1em;
  margin: 0;
  padding: 20px;
  position: relative;
  background: url("../pics/events_bg.jpg") center top repeat;
}
#events_container h1 {
  margin: 0;
}
#events_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#events_container table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
#events_container table #l {
  display: none;
}
#events_container table #r b {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #events_container {
    padding: 30px 40px;
  }
}
#events_container .section-title {
  margin: 0 0 1em;
  font-size: 1em;
}
#events_container .section-title a {
  position: relative;
  z-index: 9;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #events_container .section-title a {
    font-size: 2.25em;
  }
}
#events_container svg {
  width: 180px;
  height: 180px;
  fill: rgba(255, 255, 255, 0.3);
}
#events_container h1 {
  margin: 0 0 1em;
  font-size: 1em;
}
#events_container h1 a {
  position: relative;
  z-index: 9;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #events_container h1 a {
    font-size: 2.25em;
  }
}
#events_container table {
  color: rgb(255, 255, 255);
}
#events_container table img.sub {
  border: none;
}
#events_container table #r {
  padding: 0 0 10px;
}
#events_container table a {
  text-decoration: none;
  position: relative;
  z-index: 9;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 800;
  color: rgb(255, 255, 255);
}
#events_container table a:hover {
  text-decoration: underline;
}
#events_container table [id*=showAll] #r,
#events_container table .autoCalendarLinks #r {
  padding: 0;
}
#events_container table [id*=showAll] #r a,
#events_container table .autoCalendarLinks #r a {
  text-transform: uppercase;
}
#events_container table {
  max-width: 408px;
}
#events_container svg {
  position: absolute;
  top: 10px;
  left: 30%;
}
@media screen and (max-width: 767px) {
  #events_container svg {
    display: none;
  }
}

#twitter_container {
  margin: 0 0 1em;
  margin: 0;
  padding: 20px;
  position: relative;
  background: url("../pics/twitter_bg.jpg") center top repeat;
}
#twitter_container h1 {
  margin: 0;
}
#twitter_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#twitter_container table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
#twitter_container table #l {
  display: none;
}
#twitter_container table #r b {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #twitter_container {
    padding: 30px 40px;
  }
}
#twitter_container .section-title {
  margin: 0 0 1em;
  font-size: 1em;
}
#twitter_container .section-title a {
  position: relative;
  z-index: 9;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #twitter_container .section-title a {
    font-size: 2.25em;
  }
}
#twitter_container svg {
  width: 180px;
  height: 180px;
  fill: rgba(255, 255, 255, 0.3);
}
#twitter_container h1 {
  margin: 0 0 1em;
  font-size: 1em;
}
#twitter_container h1 a {
  position: relative;
  z-index: 9;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #twitter_container h1 a {
    font-size: 2.25em;
  }
}
#twitter_container table {
  color: rgb(255, 255, 255);
}
#twitter_container table img.sub {
  border: none;
}
#twitter_container table #r {
  padding: 0 0 10px;
}
#twitter_container table a {
  text-decoration: none;
  position: relative;
  z-index: 9;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 800;
  color: rgb(255, 255, 255);
}
#twitter_container table a:hover {
  text-decoration: underline;
}
#twitter_container table [id*=showAll] #r,
#twitter_container table .autoCalendarLinks #r {
  padding: 0;
}
#twitter_container table [id*=showAll] #r a,
#twitter_container table .autoCalendarLinks #r a {
  text-transform: uppercase;
}
#twitter_container svg {
  position: absolute;
  top: 0;
  left: 30%;
}
@media screen and (max-width: 767px) {
  #twitter_container svg {
    display: none;
  }
}

#instagram_container {
  margin: 0 0 1em;
  margin: 0;
  padding: 20px;
  position: relative;
  background: url("../pics/instagram_bg.jpg") center top repeat;
}
#instagram_container h1 {
  margin: 0;
}
#instagram_container h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
#instagram_container table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
#instagram_container table #l {
  display: none;
}
#instagram_container table #r b {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #instagram_container {
    padding: 30px 40px;
  }
}
#instagram_container .section-title {
  margin: 0 0 1em;
  font-size: 1em;
}
#instagram_container .section-title a {
  position: relative;
  z-index: 9;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #instagram_container .section-title a {
    font-size: 2.25em;
  }
}
#instagram_container svg {
  width: 180px;
  height: 180px;
  fill: rgba(255, 255, 255, 0.3);
}
#instagram_container h1 {
  margin: 0 0 1em;
  font-size: 1em;
}
#instagram_container h1 a {
  position: relative;
  z-index: 9;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #instagram_container h1 a {
    font-size: 2.25em;
  }
}
#instagram_container table {
  color: rgb(255, 255, 255);
}
#instagram_container table img.sub {
  border: none;
}
#instagram_container table #r {
  padding: 0 0 10px;
}
#instagram_container table a {
  text-decoration: none;
  position: relative;
  z-index: 9;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 800;
  color: rgb(255, 255, 255);
}
#instagram_container table a:hover {
  text-decoration: underline;
}
#instagram_container table [id*=showAll] #r,
#instagram_container table .autoCalendarLinks #r {
  padding: 0;
}
#instagram_container table [id*=showAll] #r a,
#instagram_container table .autoCalendarLinks #r a {
  text-transform: uppercase;
}
#instagram_container svg {
  position: absolute;
  top: 0;
  left: 30%;
}
@media screen and (max-width: 767px) {
  #instagram_container svg {
    display: none;
  }
}
#instagram_container .section-title a {
  text-decoration: none;
}

#video_container {
  width: 408px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #video_container {
    display: none;
  }
}

.spotlightmessage {
  margin: 0 0 1em;
  margin: 0;
  padding: 20px;
  width: auto;
  margin: 0;
}
.spotlightmessage h1 {
  margin: 0;
}
.spotlightmessage h1 a {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}
.spotlightmessage table {
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
}
.spotlightmessage table #l {
  display: none;
}
.spotlightmessage table #r b {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .spotlightmessage {
    padding: 30px 40px;
  }
}
.spotlightmessage .section-title {
  margin: 0 0 1em;
  font-size: 1em;
}
.spotlightmessage .section-title a {
  position: relative;
  z-index: 9;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .spotlightmessage .section-title a {
    font-size: 2.25em;
  }
}
.spotlightmessage svg {
  width: 180px;
  height: 180px;
  fill: rgba(255, 255, 255, 0.3);
}
.spotlightmessage #homepage_news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 600px;
}
.spotlightmessage article {
  width: 100%;
  margin: 0 0 1em;
  line-height: 1.3em;
  font-size: 1.125em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .spotlightmessage article {
    width: 46%;
  }
}
.spotlightmessage article .title {
  margin: 0;
  font-size: 1em;
  background: none;
}
.spotlightmessage article .title a {
  text-decoration: none;
  position: relative;
  z-index: 9;
  display: block;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 800;
  text-transform: none;
  background: none;
  border: none;
  color: rgb(255, 255, 255);
}
.spotlightmessage article .title a:hover {
  text-decoration: underline;
}
.spotlightmessage article .thumbnail {
  z-index: 99;
  position: relative;
  float: left;
  margin: 1em 0;
  width: 100%;
}
.spotlightmessage article .thumbnail img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 265px;
  border: 5px solid #252a32;
}
.spotlightmessage [class*=-more-link] {
  text-decoration: none;
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 800;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.spotlightmessage [class*=-more-link]:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .spotlightmessage {
    width: 30%;
    min-height: 289px;
    background: url("../pics/spotlight_bg.png") left center no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .spotlightmessage {
    width: 50%;
    max-width: 600px;
  }
}
.spotlightmessage .spotlightmessage-title a {
  display: block;
  margin: 0 0 0.5em;
  line-height: 1.1em;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .spotlightmessage .spotlightmessage-title a {
    text-align: left;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .spotlightmessage .spotlightmessage-title a {
    margin: 1em 0 0.5em;
  }
}
.spotlightmessage .spotlightmessage-text {
  display: block;
  font-size: 1.125em;
  line-height: 1.2em;
  color: rgb(255, 255, 255);
}
.spotlightmessage .spotlightmessage-more-link {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.spotlightmessage .spotlightmessage-more-link:hover {
  text-decoration: underline;
}

#quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
#quicklinks a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #quicklinks {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 155px;
  }
}
@media screen and (max-width: 767px) {
  #quicklinks {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#quicklinks a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 146px;
  width: 116px;
  padding: 0 20px;
  margin: 5px 3px 0;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: -1px;
  border-top: 16px solid transparent;
  color: rgb(255, 255, 255);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
#quicklinks a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#quicklinks a:hover:before {
  background: rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  #quicklinks a {
    width: 23%;
    max-width: 110px;
    margin: -5px 0 0;
    font-size: 1.125em;
  }
}
@media screen and (min-width: 1024px) {
  #quicklinks a {
    max-width: 165px;
    padding: 0;
  }
}
#quicklinks a .qlink-inner {
  width: 100%;
  position: relative;
  display: inline-block;
}
#quicklinks a svg {
  width: 80px;
  height: 70px;
  margin: 0 0 10px;
  fill: rgb(255, 255, 255);
}
#quicklinks a:nth-of-type(1) {
  background: rgb(99, 183, 81);
  border-top-color: rgb(40, 119, 34);
}
#quicklinks a:nth-of-type(2) {
  background: rgb(34, 190, 159);
  border-top-color: rgb(26, 176, 164);
}
#quicklinks a:nth-of-type(3) {
  background: rgb(127, 70, 146);
  border-top-color: rgb(127, 38, 146);
}
#quicklinks a:nth-of-type(4) {
  background: rgb(219, 89, 49);
  border-top-color: rgb(188, 63, 29);
}
#quicklinks a:nth-of-type(5) {
  background: rgb(20, 169, 198);
  border-top-color: rgb(0, 139, 186);
}
#quicklinks a:nth-of-type(6) {
  background: rgb(251, 185, 65);
  border-top-color: rgb(219, 145, 9);
}
#quicklinks a:nth-of-type(7) {
  background: rgb(188, 63, 29);
  border-top-color: rgb(219, 125, 92);
}
#quicklinks a:nth-of-type(8) {
  background: rgb(127, 38, 146);
  border-top-color: rgb(127, 70, 146);
}

#footer_main {
  width: 100%;
  height: auto;
  background: url("../pics/footer_bg.jpg") center top repeat-x rgb(41, 80, 102);
  position: relative;
}
#footer_main > div {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#footer_main > div {
  background: none;
}
#footer_main:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: rgb(41, 80, 102);
}
#footer_main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url("../pics/body_bg.jpg");
  background-position: center top;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  #footer_main {
    height: 220px;
  }
}
#footer_main #footer_inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 68px;
  height: 348px;
}
@media screen and (min-width: 768px) {
  #footer_main #footer_inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: 177px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #footer_main #footer_inner {
    height: 145px;
    padding-bottom: 32px;
  }
}

#footer_address {
  font-style: normal;
  width: 90%;
  padding: 0 5%;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
  color: rgb(255, 255, 255);
}
#footer_address a {
  color: inherit;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  #footer_address {
    text-align: left;
    width: 50%;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #footer_address {
    width: 630px;
  }
}
#footer_address #footer_address_title {
  display: block;
}

#edlio_login {
  display: block;
  margin: 0 20px 0 0;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 800;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #edlio_login {
    margin: 0 0 30px;
  }
}
#edlio_login svg {
  width: 26px;
  height: 24px;
  margin: 0 0 -6px;
  fill: rgb(255, 255, 255);
}
#edlio_login:hover {
  color: rgb(20, 169, 198);
}
#edlio_login:hover svg {
  fill: rgb(20, 169, 198);
}

#google_tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #google_tools {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#footer_logo {
  display: block;
  overflow: hidden;
  height: 119px;
  width: 89px;
  white-space: nowrap;
  text-indent: 200%;
  background: url("../pics/footer_logo.png") center center no-repeat;
  background-size: contain;
}

#district_link {
  display: block;
  overflow: hidden;
  height: 58px;
  width: 100px;
  white-space: nowrap;
  text-indent: 200%;
  background: url("../pics/district_link.png") center center no-repeat;
}

#edlio_logo {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -70px;
}
#edlio_logo svg {
  width: 140px;
  height: 20px;
  fill: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  #edlio_logo {
    bottom: 6px;
  }
}

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: rgb(20, 169, 198);
}
#mobile_nav a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
#mobile_nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1em;
  font-family: "Lato", sans-serif;
  font-size: 0.8125em;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
#mobile_nav a svg {
  width: 30px;
  height: 30px;
  margin: 0 0 4px;
  fill: rgb(255, 255, 255);
}
#mobile_nav a:hover {
  color: rgb(190, 190, 190);
}
#mobile_nav a:hover svg {
  fill: rgb(190, 190, 190);
}

video {
  max-width: 100%;
}

#clever-button {
  background-color: rgb(127, 70, 146);
  color: rgb(255, 255, 255);
  padding: 10px;
  position: relative;
  left: 68%;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #clever-button {
    position: initial;
    margin: 5px auto;
  }
}

#quicklinks a {
  max-width: 140px;
}
