@import url("//fonts.googleapis.com/css?family=Signika:400,600,700");
@import url("/apps/js/polls/polls-pack.css");
body,
body .dark,
body .light,
body table,
body .neutral,
body .pale {
  font-family: "proxima-nova", sans-serif;
  font-size: 100%;
}

html {
  height: 100%;
  background: rgb(255, 255, 255);
}
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,
#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: 1024px) {
  #header_main {
    height: 154px;
  }
}

#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: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1024px;
  width: 100%;
  padding: 140px 0 0;
  height: 90px;
  font-family: "proxima-nova", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(92, 43, 14);
  background-image: url("/pics/header_logo.png");
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 90px auto;
}
@media screen and (min-width: 768px) {
  #header_title a {
    width: 78%;
    padding: 0 0 0 22%;
    height: 154px;
    font-size: 50px;
    background-size: 100px auto;
    background-position: 80px center;
  }
}
@media screen and (min-width: 1024px) {
  #header_title a {
    width: 95%;
    padding: 0 0 0 5%;
    font-size: 64px;
    background-size: auto;
    background-position: left center;
  }
}
#header_title a span {
  display: inline-block;
  width: 100%;
}

#header_motto {
  z-index: -1;
  position: relative;
  font-family: "Signika", sans-serif;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1em;
  color: rgb(234, 178, 27);
}
@media screen and (min-width: 768px) {
  #header_motto {
    position: absolute;
    top: 26px;
    right: 65px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #header_motto {
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
  }
}

#header_marquee {
  display: none;
  width: 100%;
  max-width: 1024px;
  position: absolute;
  top: 4px;
  left: 0;
  font-family: "Signika", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: rgb(92, 43, 14);
}

#google_tools {
  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-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-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;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
#social_nav a {
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  background-color: none;
  background: rgb(92, 43, 14);
}
#social_nav a svg {
  display: block;
  width: 25px;
  height: 25px;
  margin: 10px;
  fill: rgb(255, 255, 255);
}
#social_nav a:hover {
  background: rgb(234, 178, 27);
}

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  margin-right: 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.4);
}
#search input#q {
  margin: 0;
  height: 18px;
  line-height: 18px;
  border: none;
  vertical-align: top;
  background: transparent;
  -webkit-appearance: none;
  box-sizing: content-box;
}
#search .edlio-search-button {
  margin: 0 0 0 -4px;
  vertical-align: top;
}
#search input#q {
  padding: 0 10px;
  width: 104px;
  color: rgb(255, 255, 255);
}

#topnav_holder {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#topnav_holder #topnav_mobile {
  position: absolute;
  display: block;
  height: 4px;
  width: 28px;
  font-size: 0;
  border-top: 14px double rgb(92, 43, 14);
  border-bottom: 5px solid rgb(92, 43, 14);
}
#topnav_holder #topnav {
  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: absolute;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s;
}
#topnav_holder #topnav.open {
  max-height: 2000px;
}
#topnav_holder a {
  text-decoration: none;
}
#topnav_holder .level a {
  padding: 0.5em;
  font-size: 1em;
}
#topnav_holder .level:hover > .level {
  display: block;
}
#topnav_holder .first 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;
  width: 100%;
}
#topnav_holder .first .level a {
  padding-left: 1.5em;
}
#topnav_holder .first .flyout a {
  padding-left: 2.25em;
}
#topnav_holder .second {
  display: none;
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    position: relative;
  }
  #topnav_holder #topnav_mobile {
    display: none;
  }
  #topnav_holder #topnav {
    -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;
    position: static;
    max-height: none;
    overflow: visible;
  }
  #topnav_holder #topnav section:last-child:hover .dropdown {
    left: auto;
    right: 0;
  }
  #topnav_holder #topnav section:last-child:hover .dropdown .flyout {
    right: 100%;
    left: auto;
  }
  #topnav_holder .first {
    position: relative;
  }
  #topnav_holder .first > header,
  #topnav_holder .first a {
    width: auto;
  }
  #topnav_holder .first .level {
    width: 11.5em;
  }
  #topnav_holder .first .level a {
    padding-left: 0.5em;
  }
  #topnav_holder .first:hover > .dropdown {
    display: block;
    position: absolute;
    left: 0;
  }
  #topnav_holder .third {
    position: relative;
  }
  #topnav_holder .third:hover .flyout {
    display: block;
  }
  #topnav_holder .flyout {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #topnav_holder {
    margin: -50px 10% 0 0;
    width: 90%;
  }
}

#topnav_mobile {
  top: 20px;
  left: 20px;
}

#topnav_holder #topnav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background: rgb(234, 178, 27);
}
#topnav_holder #topnav .first > header a {
  height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: "Signika", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: rgb(92, 43, 14);
}
#topnav_holder #topnav .first .level {
  background: rgb(92, 43, 14);
}
#topnav_holder #topnav .first .level a {
  color: rgb(255, 255, 255);
}
#topnav_holder #topnav .first:hover > header a {
  color: rgb(255, 255, 255);
  background: rgb(92, 43, 14);
}
#topnav_holder #topnav .first:hover .third:hover header a,
#topnav_holder #topnav .first:hover .level a:hover {
  color: rgb(255, 255, 255);
  background: rgb(234, 178, 27);
}
@media screen and (min-width: 1024px) {
  #topnav_holder #topnav {
    background: transparent;
  }
  #topnav_holder #topnav .first > header a {
    height: 50px;
    padding: 0 15px;
    color: rgb(92, 43, 14);
  }
}

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  overflow: visible;
  width: 90%;
  padding: 25px 5%;
  min-height: 400px;
  margin: 0 auto;
  background: rgb(243, 243, 243);
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
  border-top: 3px solid rgb(234, 178, 27);
}
#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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
#content_main .pages-content-wrapper {
  overflow: visible;
}
#content_main img.sub {
  border: none;
}
@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: rgb(243, 243, 243);
  box-shadow: none;
}

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-family: "Signika", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: rgb(92, 43, 14);
}

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: rgb(92, 43, 14);
}
@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: 5px 0;
}
.right-column-page-navigation li a {
  color: rgb(255, 255, 255);
}
.right-column-page-navigation li.active a {
  color: rgb(255, 255, 255);
  background: rgb(234, 178, 27);
}

#index_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #index_top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  #index_top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 466px;
  }
}

#index_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;
  max-width: 1024px;
  width: 100%;
  padding: 0;
  background-image: url("/pics/icons/trojan.svg");
  background-repeat: no-repeat;
  background-size: 640px auto;
  background-position: left 65px;
}
@media screen and (min-width: 768px) {
  #index_main {
    -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;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1350px) {
  #index_main {
    padding: 0 60px;
  }
}

#shuffle_main {
  position: relative;
  width: 790px;
  height: 466px;
}
@media screen and (max-width: 767px) {
  #shuffle_main {
    display: none;
  }
}

#left_column {
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  #left_column {
    width: 65%;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  #left_column {
    width: 600px;
    padding: 50px 0;
  }
}

#right_column {
  width: 100%;
  padding: 20px 0;
  background: url("/pics/column_bg.jpg") top center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #right_column {
    width: 33%;
    padding: 40px 1%;
  }
}
@media screen and (min-width: 1024px) {
  #right_column {
    width: 227px;
    padding: 50px 70px;
  }
}

.content-container {
  margin: 0 0 1em;
}
.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 {
  margin: 10px 0;
  font-size: 2.35em;
  font-weight: 700;
  color: rgb(92, 43, 14);
}
.content-container .section-title a {
  display: inline-block;
  padding: 4px 0 0;
  border-top: 2px solid rgb(234, 178, 27);
}
.content-container .read-more-link {
  width: 180px;
  margin: 10px 0;
  line-height: 50px;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background: rgb(234, 178, 27);
}
@media screen and (min-width: 1024px) {
  .content-container .read-more-link {
    width: 227px;
  }
}
.content-container .read-more-link:hover {
  text-decoration: none;
  background: rgb(92, 43, 14);
}
.content-container [class*=-name] {
  margin: 0;
  font-size: 1em;
}
.content-container [class*=-name] a {
  font-size: 1.25em;
  font-weight: 700;
  color: rgb(92, 43, 14);
}
.content-container a {
  text-decoration: none;
  color: rgb(92, 43, 14);
}
.content-container a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  #news_container {
    width: 92%;
    padding: 0 4%;
  }
}
#news_container .items-list .item {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0 0 1em;
  color: rgb(92, 43, 14);
}
@media screen and (min-width: 768px) {
  #news_container .items-list .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  #news_container .items-list .item {
    font-size: 1.1875em;
  }
}
#news_container .items-list .item .news-image {
  width: 100%;
  max-width: 300px;
  height: 143px;
  margin: 0.5em 0;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #news_container .items-list .item .news-image {
    width: 35%;
    max-width: 220px;
  }
}
#news_container .items-list .item .item-text {
  width: 100%;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  #news_container .items-list .item .item-text {
    width: 60%;
    max-width: 350px;
  }
}

@media screen and (max-width: 1023px) {
  #events_container {
    width: 70%;
    padding: 0 15%;
  }
}
@media screen and (max-width: 767px) {
  #events_container {
    width: 92%;
    padding: 0 4%;
  }
}
#events_container .section-title {
  color: rgb(255, 255, 255);
}
#events_container .items-list .item {
  margin: 0 0 1em;
  padding: 0;
  color: rgb(255, 255, 255);
  font-size: 1.125em !important;
}
@media screen and (min-width: 1024px) {
  #events_container .items-list .item {
    font-size: 1.1875em;
  }
}
#events_container .items-list .item .item-name a {
  color: rgb(255, 255, 255);
}

#quicklinks {
  z-index: 99;
  position: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  background-image: url("/pics/qlink_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #quicklinks {
    position: absolute;
    left: 0;
    top: 0;
    width: 234px;
  }
}
@media screen and (min-width: 1024px) {
  #quicklinks {
    position: relative;
  }
}
#quicklinks a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: auto;
  width: 234px;
  padding: 15px 0;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #quicklinks a {
    width: 234px;
    padding: 0;
    height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  #quicklinks a {
    height: 93.2px;
  }
}
#quicklinks a .qlink-inner {
  position: relative;
  display: inline-block;
}
#quicklinks a svg {
  width: 35px;
  height: 35px;
  margin: 0 10px 0 20px;
  fill: rgb(234, 178, 27);
}
#quicklinks a:hover {
  color: rgb(255, 255, 255);
  background: rgb(92, 43, 14);
}
#quicklinks a:hover svg {
  fill: rgb(255, 255, 255);
}

#footer_main {
  width: 100%;
  height: auto;
  background: rgb(255, 255, 255);
}
#footer_main > div {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#footer_main > div {
  background: none;
}
#footer_main #footer_inner {
  position: relative;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  max-width: 1024px;
  margin: 0 auto;
  height: 226px;
}
@media screen and (min-width: 768px) {
  #footer_main #footer_inner {
    -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;
    height: 150px;
    width: 96%;
    padding: 0 2%;
  }
}
@media screen and (min-width: 1024px) {
  #footer_main #footer_inner {
    height: 150px;
  }
}

#footer_address {
  font-style: normal;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  color: rgb(92, 43, 14);
}
#footer_address a {
  color: inherit;
  font-size: inherit;
}
#footer_address #footer_address_title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #footer_address {
    text-align: center;
  }
}

#edlio_login {
  text-decoration: none;
  color: rgb(234, 178, 27);
  margin: 10px 0 0 20px;
}
#edlio_login svg {
  width: 24px;
  height: 16px;
  fill: rgb(234, 178, 27);
}
#edlio_login:hover {
  color: rgb(92, 43, 14);
}
#edlio_login:hover svg {
  fill: rgb(92, 43, 14);
}

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  width: 100%;
}
#edlio_logo svg {
  display: block;
  width: 140px;
  height: 20px;
  margin: 0;
  fill: rgba(234, 178, 27, 0.4);
}
#edlio_logo svg {
  display: block;
  margin: 0 auto;
}

#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(0, 0, 0);
}
#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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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(234, 178, 27);
}
#mobile_nav a:hover svg {
  fill: rgb(234, 178, 27);
}
@media screen and (min-width: 768px) {
  #mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer_main {
    padding-bottom: 64px;
  }
}

#social_nav a {
  color: white;
}

.content-container .read-more-link {
  color: black;
}

#edlio_login {
  background-color: black;
}

#quicklinks a {
  height: 66px;
}
#quicklinks a:nth-child(6) .qlink-inner {
  width: 149px;
}
