@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Lato:400,700|Montserrat:400,700)");
@import url("/apps/js/polls/polls-pack.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: "Open Sans", sans-serif;
  font-size: 100%; }

html {
  height: 100%;
  background: white;
  box-shadow: 0 30px 0 0 #b28e50 inset; }
  body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    body.index #content_main {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }

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

  #content_main {
    -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;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1024px; }
  @media screen and (min-width: 768px) {
    #header_main {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: center;
      justify-content: center; } }

#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 {
  -ms-flex-order: 3;
  order: 3;
  display: block;
  width: calc(100% - 10px);
  max-width: 100%;
  margin: 0; }
  #header_title a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125em;
    color: #0c2576;
    text-align: center;
    text-decoration: none;
    line-height: .875em; }
  @media screen and (min-width: 768px) {
    #header_title {
      -ms-flex: 1 0 calc(100% - 250px);
      flex: 1 0 calc(100% - 250px);
      width: calc(100% - 250px);
      margin-right: 60px; }
      #header_title a {
        padding: 20px 0 10px; } }
  @media screen and (min-width: 1024px) {
    #header_title {
      width: calc(100% - 190px);
      max-width: 834px;
      margin-right: 0;
      padding: 0; }
      #header_title a {
        padding: 25px 0 10px; } }

#header_motto {
  -ms-flex-order: 4;
  order: 4;
  position: relative;
  display: block;
  width: calc(100% - 40px);
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.375em;
  color: #ceaa60;
  text-align: center;
  text-decoration: none;
  line-height: 1.25em; }
  @media screen and (min-width: 768px) {
    #header_motto {
      width: calc(100% - 250px);
      margin: 0 60px 30px 190px; } }
  @media screen and (min-width: 1024px) {
    #header_motto {
      width: calc(100% - 190px);
      max-width: 834px;
      margin: 0 0 13px 190px; } }

#header_logo {
  -ms-flex-order: 2;
  order: 2;
  z-index: 99; }
  #header_logo a {
    display: block;
    overflow: hidden;
    height: 191px;
    width: 190px;
    white-space: nowrap;
    text-indent: 200%;
    background: url("/pics/header.png") center center no-repeat;
    padding-top: 5px; }
  @media screen and (min-width: 768px) {
    #header_logo {
      width: 190px; }
      #header_logo a {
        width: 62px;
        height: 62px;
        padding: 0;
        background-size: contain;
        -webkit-transform: scale(3) translateX(22px) translateY(11px);
        transform: scale(3) translateX(22px) translateY(11px); } }
  @media screen and (min-width: 1024px) {
    #header_logo a {
      -webkit-transform: scale(3) translateX(22px) translateY(20px);
      transform: scale(3) translateX(22px) translateY(20px); } }

#topbar_nav_holder {
  -ms-flex-order: 1;
  order: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background: #b28e50; }

#header_marquee {
  width: calc(100% - 390px);
  color: white; }
  @media screen and (max-width: 767px) {
    #header_marquee {
      display: none; } }
  @media screen and (min-width: 1024px) {
    #header_marquee {
      max-width: 820px; } }

#sitecues-badge {
  display: inline-block;
  width: 137px;
  height: 21px; }

#topbar_nav {
  display: -ms-flexbox;
  display: flex; }
  #topbar_nav a {
    position: relative;
    padding: 0 6px;
    text-decoration: none;
    color: white; }
    #topbar_nav a:before {
      content: "";
      position: absolute;
      top: calc(50% - 8px);
      left: 0;
      width: 1px;
      height: 16px;
      background: white; }
    #topbar_nav a:first-of-type:before {
      display: none; }
    #topbar_nav a:hover {
      color: #0c2576; }

#search {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  background: white;
  margin-right: 10px; }
  #search input#q {
    margin: 0;
    height: 28px;
    line-height: 28px;
    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; }

#topnav_holder {
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%; }
  #topnav_holder #topnav_mobile {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double #0c2576;
    border-bottom: 5px solid #0c2576; }
  #topnav_holder #topnav {
    display: -ms-flexbox;
    display: flex;
    -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 #topnav a {
      text-decoration: none; }
    #topnav_holder #topnav .level a {
      padding: .5em;
      font-size: 1em; }
    #topnav_holder #topnav .level:hover > .level {
      display: block; }
    #topnav_holder #topnav .first a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
    #topnav_holder #topnav .first .level a {
      padding-left: 1.5em; }
    #topnav_holder #topnav .first .flyout a {
      padding-left: 2.25em; }
    #topnav_holder #topnav .second {
      display: none; }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: relative; }
      #topnav_holder #topnav_mobile {
        display: none; }
      #topnav_holder #topnav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        max-height: none;
        overflow: visible; }
        #topnav_holder #topnav .first {
          position: relative; }
          #topnav_holder #topnav .first > header,
          #topnav_holder #topnav .first a {
            width: auto; }
          #topnav_holder #topnav .first .level {
            width: 11.5em; }
            #topnav_holder #topnav .first .level a {
              padding-left: .5em; }
          #topnav_holder #topnav .first:hover > .dropdown {
            display: block;
            position: absolute;
            left: 0; }
        #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 #topnav .third {
          position: relative; }
          #topnav_holder #topnav .third:hover .flyout {
            display: block; }
        #topnav_holder #topnav .flyout {
          position: absolute;
          left: 100%;
          top: 0;
          display: none; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      width: 850px;
      height: 45px;
      margin-left: 174px; }
      #topnav_holder #topnav .first > header a {
        padding: 0 3px; } }

#topnav_mobile {
  top: 40px;
  right: 20px; }

#topnav {
  background: white; }
  #topnav .first > header a {
    padding: 0 10px;
    font-family: "Lato", sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    color: #0c2576; }
  #topnav .first .level {
    background: #0c2576; }
    #topnav .first .level a {
      color: white; }
  #topnav .first:hover > header a {
    color: white;
    background: #0c2576; }
  #topnav .first:hover .third:hover header a,
  #topnav .first:hover .level a:hover {
    color: #0c2576;
    background: white; }
  @media screen and (min-width: 1024px) {
    #topnav {
      background: transparent; }
      #topnav .first > header a {
        height: 24px;
        padding: 0 3px;
        margin: 4px 2px;
        font-size: 1em;
        font-weight: 300;
        color: #0c2576;
        border-radius: 2px; }
      #topnav .first .level {
        background: transparent;
        box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2); }
        #topnav .first .level a {
          color: #0c2576;
          background: rgba(255, 255, 255, 0.9); }
      #topnav .first:hover > header a {
        color: white;
        background: #ceaa60; }
      #topnav .first:hover .third:hover header a,
      #topnav .first:hover .level a:hover {
        color: white;
        background: rgba(12, 37, 118, 0.9); } }

#content_main {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  overflow: visible;
  width: 86%;
  padding: 25px 5%;
  min-height: 400px;
  margin: 0 2% 20px;
  background: white;
  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: .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: .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: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -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 60px; } }
  .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.875em;
  font-family: "Open Sans", sans-serif;
  color: #b28e50;
  text-transform: uppercase; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: white;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2); }
  @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: .8em 6% .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: #0c2576; }
  .right-column-page-navigation li.active a {
    background: #0c2576;
    color: white; }

#index_top {
  overflow: hidden;
  position: relative;
  background: #ceaa60;
  box-shadow: 0 8px 0 0 #b28e50;
  margin-bottom: 8px; }
  @media screen and (min-width: 496px) {
    #index_top {
      height: 494px; } }

#index_main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto; }

#left_column {
  width: 100%;
  padding: 30px 0 90px;
  background: #e7edf3; }
  @media screen and (min-width: 768px) {
    #left_column {
      padding-top: 50px;
      padding: 50px 0 140px; } }

#right_column {
  width: 100%;
  padding-top: 30px; }
  #right_column .down-arrow {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 590px;
    margin: 60px auto 20px;
    height: 65px;
    border: none;
    box-shadow: inset 0 17px 0 0 white, inset 0 19px 0 0 #ceaa60, inset 0 21px 0 0 white, inset 60px 32px 0 0 white, inset -60px 0 0 white, inset 0px 34px 0 0 #ceaa60, inset 120px 44px 0 0 white, inset -120px 0 0 white, inset 0 46px 0 0 #ceaa60, inset 0 65px 0 0 white;
    margin-bottom: 60px; }
    #right_column .down-arrow:before {
      content: "";
      position: absolute;
      top: 26px;
      left: calc(50% - 8px);
      width: 0;
      height: 0;
      border-top: 10px solid #0c2576;
      border-right: 7px solid white;
      border-bottom: 4px solid white;
      border-left: 7px solid white;
      box-shadow: 0 0 0 13px white; }
    #right_column .down-arrow:after {
      content: "";
      position: absolute;
      top: 9px;
      left: calc(50% - 24px);
      width: 37px;
      height: 37px;
      background: rgba(255, 255, 255, 0.2);
      border: 5px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3); }
  #right_column .section-title {
    padding: 0 0 20px;
    margin: 0;
    font-size: 1em;
    padding-bottom: 3em; }
    #right_column .section-title a {
      display: block;
      font-size: 2em;
      font-weight: 700;
      color: #b28e50;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1em; }
    @media screen and (min-width: 768px) {
      #right_column .section-title a {
        font-size: 2.25em; } }
  @media screen and (min-width: 768px) {
    #right_column {
      padding-top: 0; }
      #right_column .section-title {
        padding: 30px 0 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 {
    padding: 0 0 20px;
    margin: 0;
    font-size: 1em; }
    .content-container .section-title a {
      display: block;
      font-size: 2em;
      font-weight: 700;
      color: #b28e50;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 1em; }
    @media screen and (min-width: 768px) {
      .content-container .section-title a {
        font-size: 2.25em; } }
  .content-container .read-more-link {
    display: block;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    font-weight: 700;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    box-shadow: inset 0 0 0 3px white; }
    .content-container .read-more-link:hover {
      color: #0c2576;
      text-decoration: none;
      background: white; }
  .content-container [class*="-name"] {
    padding: 1.5em 0;
    font-size: 1em; }
    .content-container [class*="-name"] a {
      font-size: 1.25em;
      color: white; }
  .content-container a {
    text-decoration: none;
    color: white; }
    .content-container a:hover {
      text-decoration: underline; }

#news_container {
  background: #ceaa60;
  box-shadow: 0 8px 0 0 #b28e50;
  margin-bottom: 8px; }
  #news_container .news-items-list {
    position: relative;
    width: 100%;
    max-width: 1024px;
    padding: 260px 0 60px;
    margin: 0 auto; }
    #news_container .news-items-list:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 260px;
      background-image: url("/pics/news_bg.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (min-width: 768px) {
        #news_container .news-items-list:before {
          width: 50%;
          max-width: 593px;
          height: 100%;
          background-position: left center; } }
    @media screen and (min-width: 768px) {
      #news_container .news-items-list {
        width: 375px;
        padding: 0 calc(50% - 375px) 20px 50%; } }
    @media screen and (min-width: 1186px) {
      #news_container .news-items-list {
        padding-left: 593px;
        padding-right: 218px; } }
  #news_container .news-item {
    width: 100%;
    padding-bottom: 10px; }
    #news_container .news-item:last-of-type {
      padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #news_container .news-item {
        width: calc(100% - 40px);
        max-width: 375px;
        padding: 0 20px 10px; } }
  #news_container .news-item-name {
    margin: 0; }
    #news_container .news-item-name a {
      display: block;
      text-align: center;
      text-transform: uppercase; }
  #news_container .news-item-image-wrapper {
    display: block;
    width: 100%;
    height: 217px;
    margin-bottom: 20px; }
    #news_container .news-item-image-wrapper > .news-item-image {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover; }
    @media screen and (min-width: 768px) {
      #news_container .news-item-image-wrapper {
        max-width: 375px; } }
  #news_container .news-item-text {
    max-height: 5em;
    overflow: hidden;
    color: #0c2576;
    text-align: center;
    line-height: 1.25em; }

#links_container .links-list {
  margin: 0;
  padding: 0;
  list-style: none; }

#spotlight_container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  padding-top: 45px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #spotlight_container {
      padding-bottom: 35px; } }
  #spotlight_container .down-arrow {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 590px;
    margin: 60px auto 20px;
    height: 65px;
    border: none;
    box-shadow: inset 0 17px 0 0 white, inset 0 19px 0 0 #ceaa60, inset 0 21px 0 0 white, inset 60px 32px 0 0 white, inset -60px 0 0 white, inset 0px 34px 0 0 #ceaa60, inset 120px 44px 0 0 white, inset -120px 0 0 white, inset 0 46px 0 0 #ceaa60, inset 0 65px 0 0 white; }
    #spotlight_container .down-arrow:before {
      content: "";
      position: absolute;
      top: 26px;
      left: calc(50% - 8px);
      width: 0;
      height: 0;
      border-top: 10px solid #0c2576;
      border-right: 7px solid white;
      border-bottom: 4px solid white;
      border-left: 7px solid white;
      box-shadow: 0 0 0 13px white; }
    #spotlight_container .down-arrow:after {
      content: "";
      position: absolute;
      top: 9px;
      left: calc(50% - 24px);
      width: 37px;
      height: 37px;
      background: rgba(255, 255, 255, 0.2);
      border: 5px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3); }
  #spotlight_container img {
    display: none; }
  #spotlight_container .spotlightmessage-text {
    max-height: 7.2em;
    overflow: hidden;
    margin-bottom: 20px;
    color: #0c2576;
    text-align: center;
    line-height: 1.2em; }
  #spotlight_container .spotlight-read-more {
    display: block;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    font-weight: 700;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    box-shadow: inset 0 0 0 3px white;
    color: #0c2576;
    box-shadow: inset 0 0 0 3px #e7ad48; }
    #spotlight_container .spotlight-read-more:hover {
      color: #0c2576;
      text-decoration: none;
      background: white; }
    #spotlight_container .spotlight-read-more:hover {
      background: #ceaa60;
      box-shadow: none; }

#programs_container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  #programs_container .section-title a {
    color: #0c2576; }
  #programs_container article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center; }
    #programs_container article:nth-of-type(even) {
      -ms-flex-flow: row-reverse wrap;
      flex-flow: row-reverse wrap; }
      #programs_container article:nth-of-type(even) .program-item-text:before {
        left: 100%; }
  @media screen and (min-width: 768px) {
    #programs_container .section-title {
      padding-bottom: 100px; } }

#programs_container .program-item-image {
  width: 100%;
  height: 40vw;
  max-height: 217px;
  z-index: 1; }
  #programs_container .program-item-image a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
#programs_container article:nth-of-type(1) .program-item-image a {
  background-image: url("/pics/programs_1.jpg"); }
#programs_container article:nth-of-type(2) .program-item-image a {
  background-image: url("/pics/programs_2.jpg"); }
#programs_container article:nth-of-type(3) .program-item-image a {
  background-image: url("/pics/programs_3.jpg"); }
@media screen and (min-width: 768px) {
  #programs_container .program-item-image {
    width: 50%;
    max-width: 512px; } }

#programs_container .program-item-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 10px 0 25px;
  background: #0c2576; }
  #programs_container .program-item-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    width: 60px;
    height: 100%;
    background: #0c2576; }
    @media screen and (max-width: 767px) {
      #programs_container .program-item-text:before {
        display: none; } }
  #programs_container .program-item-text .program-item-title {
    display: block;
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 0 0 10px;
    font-size: 1em; }
    #programs_container .program-item-text .program-item-title a {
      text-decoration: none;
      display: block;
      font-size: 1.5em;
      font-weight: 700;
      color: white;
      text-align: center;
      text-transform: uppercase;
      line-height: 1em; }
      #programs_container .program-item-text .program-item-title a:hover {
        text-decoration: underline; }
  #programs_container .program-item-text .program-item-content {
    display: block;
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 0 auto 20px;
    color: white;
    text-align: center; }
  @media screen and (min-width: 768px) {
    #programs_container .program-item-text {
      width: 50%;
      max-width: 512px;
      height: 217px;
      padding: 30px 0; } }

@media screen and (min-width: 768px) {
  #shuffle_main_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: calc(50% - 528px);
    width: 1056px;
    max-height: 494px;
    margin: 0 auto; } }

#shuffle_main_left, #shuffle_main_right {
  width: 280px;
  height: 494px;
  min-height: 494px;
  background: #b28e50; }
  @media screen and (max-width: 767px) {
    #shuffle_main_left, #shuffle_main_right {
      display: none; } }

#shuffle_main_left {
  margin-left: auto; }

#shuffle_main_right {
  margin-right: auto; }

#shuffle_main_center {
  background: #b28e50; }
  @media screen and (min-width: 768px) {
    #shuffle_main_center {
      width: 480px;
      border-left: 8px solid #b28e50;
      border-right: 8px solid #b28e50; } }

#quicklinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  #quicklinks a {
    display: block;
    height: 56px;
    width: 200px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.25em;
    color: black;
    background: url("/pics/qlink_item.png") top left no-repeat; }
    #quicklinks a:hover {
      background-position: 0 -56px; }

#footer_main {
  width: 100%;
  height: auto;
  background: white;
  padding-top: 1em;
  box-shadow: 0 -100px 0 0 #b28e50 inset; }
  #footer_main > div {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  #footer_main > div {
    background: transparent; }
  #footer_main #footer_inner {
    position: relative;
    max-width: 1024px;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #footer_main {
      padding-top: 2em;
      box-shadow: 0 -36px 0 0 #b28e50 inset; } }
  @media screen and (min-width: 1024px) {
    #footer_main {
      box-shadow: 0 -30px 0 0 #b28e50 inset; } }

#footer_address {
  font-style: normal;
  padding-bottom: 1em;
  font-size: 1.5em;
  color: #b28e50;
  text-align: center;
  line-height: 1.25em; }
  #footer_address a {
    color: inherit;
    font-size: inherit; }
  #footer_address svg {
    width: 20px;
    height: 20px;
    fill: white; }
  @media screen and (min-width: 768px) {
    #footer_address {
      padding-bottom: .25em; } }
  @media screen and (min-width: 1024px) {
    #footer_address {
      padding-bottom: .625em; } }

#footer_address_title {
  display: block;
  padding-bottom: .375em;
  font-size: 1.375em;
  font-weight: 700;
  color: #0c2576; }
  @media screen and (min-width: 768px) {
    #footer_address_title {
      padding-bottom: .125em;
      font-size: 1.625em; } }
  @media screen and (min-width: 1024px) {
    #footer_address_title {
      padding-bottom: .5em; } }

#footer_nav_holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.25em; }
  @media screen and (min-width: 768px) {
    #footer_nav_holder {
      padding-bottom: 1em; } }
  @media screen and (min-width: 1024px) {
    #footer_nav_holder {
      padding-bottom: 1.5em; } }

#google_tools {
  -ms-flex-order: 2;
  order: 2;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) {
    #google_tools {
      -ms-flex-order: 1;
      order: 1; } }

#social_nav {
  -ms-flex-order: 1;
  order: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 80px; }
  #social_nav a {
    display: block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-color: transparent; }
    #social_nav a svg {
      display: block;
      width: 50px;
      height: 50px;
      margin: 3px;
      fill: #0c2576; }
    #social_nav a:hover svg {
      fill: #ceaa60; }
  @media screen and (min-width: 768px) {
    #social_nav {
      -ms-flex-order: 2;
      order: 2;
      width: auto;
      height: auto; } }

#edlio_login {
  -ms-flex-order: 3;
  order: 3;
  text-decoration: none;
  color: #0c2576;
  display: block; }
  #edlio_login svg {
    width: 24px;
    height: 16px;
    fill: #0c2576; }
  #edlio_login:hover {
    color: black; }
    #edlio_login:hover svg {
      fill: black; }

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent;
  padding: 8px 0;
  margin: 0 auto; }
  #edlio_logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0;
    fill: rgba(255, 255, 255, 0.3); }
  @media screen and (min-width: 1024px) {
    #edlio_logo {
      padding: 5px 0; } }

#mobile_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #b28e50; }
  #mobile_nav a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .75em;
    text-decoration: none;
    color: white; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
      fill: white; }
    #mobile_nav a:hover {
      color: #0c2576; }
      #mobile_nav a:hover svg {
        fill: #0c2576; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

#footer_nav {
  display: -ms-flexbox;
  display: flex; }
  #footer_nav a {
    padding: 0 12px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #cccccc; }
    #footer_nav a:hover {
      color: white; }

#topnav_holder #topnav_mobile {
  padding-bottom: 4px;
  border-left: none;
  border-right: none; }
