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

@font-face {
  font-family: 'Adria Grotesk Bold';
  src: url("../fonts/AdriaGrotesk-Bold.eot");
  src: url("../fonts/AdriaGrotesk-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/AdriaGrotesk-Bold.woff") format("woff"), url("../fonts/AdriaGrotesk-Bold.ttf") format("truetype"), url("../fonts/AdriaGrotesk-Bold.svg#AdriaGrotesk-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Adria Grotesk Regular';
  src: url("../fonts/AdriaGrotesk-Regular.eot");
  src: url("../fonts/AdriaGrotesk-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/AdriaGrotesk-Regular.woff") format("woff"), url("../fonts/AdriaGrotesk-Regular.ttf") format("truetype"), url("../fonts/AdriaGrotesk-Regular.svg#AdriaGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Adria Grotesk ExtraLight';
  src: url("../fonts/AdriaGrotesk-ExtraLight.eot");
  src: url("../fonts/AdriaGrotesk-ExtraLightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/AdriaGrotesk-ExtraLight.woff") format("woff"), url("../fonts/AdriaGrotesk-ExtraLight.ttf") format("truetype"), url("../fonts/AdriaGrotesk-ExtraLight.svg#AdriaGrotesk-ExtraLight") format("svg");
  font-weight: 100;
  font-style: normal; }

html {
  height: 100%; }
  body {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }
    body.index #content_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
  #header_main,
  #footer_main {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; }
  #content_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

body {
  overflow-x: hidden;
  background-color: white;}

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

#header_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99; }
  @media screen and (min-width: 1024px) {
    #header_main.scrolled {
      position: fixed !important;
      width: 100%;
      height: 0; }
      #header_main.scrolled #topbar_nav, #header_main.scrolled #header_title {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        overflow: hidden;
        clip: rect(0 0 0 0); }
      #header_main.scrolled #topnav {
        justify-content: space-around; } }
  @media screen and (min-width: 1024px) {
    #header_main {
      background-color: rgba(255, 255, 255, 0.8);
      height: 0px; }
      .index #header_main {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%; } }

#header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1180px; }
  @media screen and (min-width: 1024px) {
    #header_inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      height: 100%; } }

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

#header_title {
  margin: 1rem 0;
  font-size: 1rem; }
  #header_title a {
    display: block;
    overflow: hidden;
    height: 200px;
    width: 200px;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../pics/logo-header.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto; }
  @media screen and (min-width: 1024px) {
    #header_title {
      margin: 0; }
      #header_title a {
        width: 365px;
        height: 85px; } }
  @media screen and (max-width: 1023px) {
    #header_title a {
      width: 100%; } }

#topbar_nav .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

#topbar_nav .item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  #topbar_nav .item-svg {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: transparent; }
    #topbar_nav .item-svg svg {
      display: block;
      width: 20px;
      height: 20px;
      margin: 0;
      fill: #f1613a; }
    #topbar_nav .item-svg:hover, #topbar_nav .item-svg:focus {
      background-color: inherit; }
      #topbar_nav .item-svg:hover svg, #topbar_nav .item-svg:focus svg {
        fill: inherit; }
  #topbar_nav .item-text {
    margin-top: .5rem;
    position: relative; }
    #topbar_nav .item-text:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background-color: #012c63;
      width: 1px;
      height: 100%; }
  #topbar_nav .item:last-child a:first-child {
    padding: 0 .3rem 0 .6rem; }
  #topbar_nav .item:last-child .item-text:after {
    content: none; }

#topbar_nav a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  color: #012c63;
  font-size: .85rem;
  text-decoration: none; }
  #topbar_nav a:hover, #topbar_nav a:focus {
    color: #f1613a; }
    #topbar_nav a:hover:before, #topbar_nav a:focus:before {
      color: #012c63; }

@media screen and (min-width: 1024px) {
  #topbar_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: calc((100% - 1180px) / 2);
    transform: translateY(-50%); }
    #topbar_nav .item {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none; }
      #topbar_nav .item-text {
        padding: 0 1rem; }
      #topbar_nav .item:last-child {
        margin-top: 1.7rem;
        position: relative; } }

#social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem; }
  #social_nav a {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background-color: #92150f;
    border-radius: 100%;
    margin: 0 .5rem;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.4) inset;
    transition: all .5s ease-in-out; }
    #social_nav a svg {
      display: block;
      width: 15px;
      height: 15px;
      margin: 10px;
      fill: white; }
    #social_nav a:hover, #social_nav a:focus {
      background-color: inherit; }
      #social_nav a:hover svg, #social_nav a:focus svg {
        fill: inherit; }
    #social_nav a:nth-child(1) {
      background-color: #314fa8; }
      #social_nav a:nth-child(1):hover, #social_nav a:nth-child(1):focus {
        background-color: #1a2a59; }
    #social_nav a:nth-child(2) {
      background-color: #29aef5; }
      #social_nav a:nth-child(2):hover, #social_nav a:nth-child(2):focus {
        background-color: #0875b0; }
    #social_nav a:nth-child(3) {
      background-color: #662d91; }
      #social_nav a:nth-child(3):hover, #social_nav a:nth-child(3):focus {
        background-color: #2f1543; }
    #social_nav a:nth-child(4) {
      background-color: #d71e20; }
      #social_nav a:nth-child(4):hover, #social_nav a:nth-child(4):focus {
        background-color: #7d1213; }
    #social_nav a:hover svg {
      fill: white; }
  @media screen and (min-width: 1024px) {
    #social_nav {
      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: fixed;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.8); }
      #social_nav a {
        margin: .25rem 0; } }

#header_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: .5rem 1rem;
  background-color: #1982d5;
  width: calc(100% - 2rem); }
  #header_links .item-svg {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background-color: rgba(241, 97, 58, 0.8);
    border-radius: 100%;
    margin: 0 .5rem .5rem;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.4) inset;
    transition: all .5s ease-in-out; }
    #header_links .item-svg svg {
      display: block;
      width: 15px;
      height: 15px;
      margin: 10px;
      fill: white; }
    #header_links .item-svg:hover, #header_links .item-svg:focus {
      background-color: inherit; }
      #header_links .item-svg:hover svg, #header_links .item-svg:focus svg {
        fill: inherit; }
  #header_links .item-text {
    font-family: "Adria Grotesk ExtraLight", sans-serif;
    font-weight: 300; }
  #header_links a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 1rem;
    color: white;
    text-align: center;
    text-decoration: none;
    transition: all .5s ease-in-out; }
    #header_links a:hover, #header_links a:focus {
      background-color: #012c63; }
      #header_links a:hover .item-svg, #header_links a:focus .item-svg {
        background-color: white; }
        #header_links a:hover .item-svg svg, #header_links a:focus .item-svg svg {
          fill: #012c63; }
  @media screen and (min-width: 768px) {
    #header_links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1rem;
      position: fixed;
      top: 35%;
      right: 0;
      transform: translateY(-50%);
      background-color: transparent;
      width: auto; }
      #header_links a {
        margin: .5rem 0;
        padding: 1rem;
        background-color: #f8d606;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); } }

#go_to_link {
  display: block;
  margin-bottom: 1rem;
  padding: .5rem 1.5rem;
  color: white;
  background-color: #f1613a;
  font-size: 1rem;
  font-family: "Adria Grotesk ExtraLight", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease-in-out; }
  #go_to_link:hover, #go_to_link:focus {
    background-color: #012c63; }
  @media screen and (min-width: 1024px) {
    #go_to_link {
      margin-bottom: 0;
      position: absolute;
      top: calc(100% + 45px);
      left: calc((100% - 1180px) / 2);
      background-color: rgba(241, 97, 58, 0.8);
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; } }

#topnav_holder {
  width: 100%; }
  #topnav_holder #topnav_mobile_toggle {
    position: absolute;
    display: block;
    height: 4px;
    width: 28px;
    font-size: 0;
    border-top: 14px double #012c63;
    border-bottom: 5px solid #012c63; }
  #topnav_holder #topnav {
    position: absolute;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s; }
    #topnav_holder #topnav.open {
      max-height: 2000px; }
  #topnav_holder .nav-menu,
  #topnav_holder .sub-nav-group {
    margin: 0;
    padding: 0;
    list-style: none; }
    #topnav_holder .nav-menu a,
    #topnav_holder .sub-nav-group a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: .5em 10px;
      text-decoration: none; }
  #topnav_holder .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1180px; }
  #topnav_holder .sub-nav {
    display: none; }
    #topnav_holder .sub-nav.open {
      display: block; }
    #topnav_holder .sub-nav a {
      padding-left: 1.5em; }
    #topnav_holder .sub-nav .flyout-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      #topnav_holder .sub-nav .flyout-group a {
        padding-left: 2.5em; }
  @media screen and (min-width: 1024px) {
    #topnav_holder #topnav_mobile_toggle {
      display: none; }
    #topnav_holder #topnav {
      position: static;
      max-height: none;
      overflow: visible; }
    #topnav_holder .nav-menu {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder .sub-nav {
      position: absolute;
      left: 0;
      width: calc(100% - 20px*2);
      padding: 20px;
      max-width: 1140px; }
      #topnav_holder .sub-nav.open {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
      #topnav_holder .sub-nav .sub-nav-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 40%; }
        #topnav_holder .sub-nav .sub-nav-group > li {
          width: 50%; }
          #topnav_holder .sub-nav .sub-nav-group > li a {
            margin: 0 1em; }
      #topnav_holder .sub-nav .mm-extra-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: calc(100% - 40%); }
      #topnav_holder .sub-nav .mm-image {
        width: 100%; } }
  @media screen and (min-width: 1180px) {
    #topnav_holder .sub-nav {
      left: calc(50% - 1180px/2); } }
  @media screen and (max-width: 1023px) {
    #topnav_holder .mm-extra-content {
      display: none; } }
  @media screen and (min-width: 1024px) {
    #topnav_holder {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #012c63;
      width: 100%; }
      #topnav_holder #topnav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1180px; }
        #topnav_holder #topnav .nav-menu {
          margin: 0;
          position: relative;
          max-width: 1000px; } }

#topnav_mobile_toggle {
  top: 40px;
  left: 20px; }

#topnav {
  background: white; }
  #topnav .nav-item > a {
    padding: 0 10px;
    color: #012c63;
    height: 42px;
    font-size: 1.125em;
    font-family: "Adria Grotesk Bold", sans-serif;
    font-weight: 700; }
    #topnav .nav-item > a:focus, #topnav .nav-item > a:hover, #topnav .nav-item > a.open {
      color: white;
      background-color: #f1613a; }
  #topnav .sub-nav a {
    color: #6d6e71; }
    #topnav .sub-nav a:focus, #topnav .sub-nav a:hover, #topnav .sub-nav a.open {
      color: white;
      background-color: #f1613a; }
  @media screen and (min-width: 1024px) {
    #topnav {
      background: transparent; }
      #topnav .nav-item > a {
        padding: 0 1.7rem;
        color: white;
        height: 45px;
        font-family: "Adria Grotesk ExtraLight", sans-serif;
        font-weight: 400; }
      #topnav .sub-nav {
        z-index: 2;
        left: 0;
        background: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        #topnav .sub-nav .mm-extra-content-title {
          color: #012c63;
          font-size: 1.8rem;
          font-family: "Adria Grotesk Bold", sans-serif;
          font-weight: 700;
          text-align: center; }
      #topnav .sub-nav-group li {
        box-sizing: border-box; }
        #topnav .sub-nav-group li:nth-child(2n+2) {
          border-left: 2px solid #fbde05;
          border-right: 2px solid #fbde05; } }

#content_main {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 5%);
  max-width: calc(1180px - 5%);
  position: relative;
  z-index: 9;
  padding: 25px 2.5%;
  min-height: 400px;
  overflow: visible;
  font-family: "Adria Grotesk ExtraLight", sans-serif !important;
  margin-top: 20px;
  margin-bottom: 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: auto;
      position: relative; }
    #content_main #edlio_search_form {
      max-width: 400px;
      width: auto; }
      #content_main #edlio_search_form input {
        width: 200px; }
    #content_main #contact_form {
      width: 100%; }
      #content_main #contact_form table {
        display: table;
        font-size: 12px;
        width: 280px !important; }
      #content_main #contact_form #f_name {
        width: 200px !important; }
      #content_main #contact_form #f_email {
        width: 200px !important; }
      #content_main #contact_form #f_message {
        width: 200px !important; }
    #content_main #calendar_wrapper .right-column {
      float: none;
      width: 100%; }
      #content_main #calendar_wrapper .right-column #calendar_grid table {
        display: table; }
    #content_main .pages-column .page-block-text,
    #content_main .pages-column .page-block-photos {
      width: 100%; }
    #content_main .pages-left-column-wrapper {
      margin-left: 0 !important;
      float: none; }
      #content_main .pages-left-column-wrapper .pages-left-column {
        margin-left: 0 !important; }
    #content_main .pages-right-column {
      float: none;
      width: 100% !important;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  #content_main .pages-content-wrapper {
    overflow: visible; }
  #content_main img.sub {
    border: none; }
  .index #content_main {
    background: transparent;
    box-shadow: none; }

.pageTitle {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.5em;
  font-family: "Adria Grotesk ExtraLight", sans-serif;
  border-bottom: 2px solid black;
  color: #f1613a; }

.right-column-page-navigation {
  margin-bottom: 1.25em;
  background: #fbde05; }
  @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: black; }
  .right-column-page-navigation li.active a {
    background: #012c63;
    color: white; }

#index_top {
  position: relative;
  background-color: rgba(109, 110, 113, 0.4); }
  #index_top:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../pics/triangle-bottom.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    width: 100%;
    height: 45px; }

#index_motto {
  position: absolute;
  bottom: 100px;
  left: 0;
  color: white;
  width: 100%;
  font-size: 2.7rem;
  font-family: "Adria Grotesk ExtraLight", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

#index_main {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.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: 0;
  font-size: 1.8rem;
  font-family: "Adria Grotesk ExtraLight", sans-serif;
  font-weight: 300; }

.content-container .read-more-link {
  margin: 2rem auto;
  padding: .25rem 1rem;
  color: white;
  font-family: "Adria Grotesk ExtraLight", sans-serif;
  font-weight: 300;
  transition: all .5s ease-in-out; }
  .content-container .read-more-link:hover, .content-container .read-more-link:focus {
    text-decoration: none; }

.content-container [class*="-name"] {
  width: 100%;
  margin: 0; }
  .content-container [class*="-name"] a {
    font-size: 1.2rem;
    color: white; }
    .content-container [class*="-name"] a:hover, .content-container [class*="-name"] a:focus {
      text-decoration: none; }

.content-container a {
  text-decoration: none;
  color: white; }
  .content-container a:hover {
    text-decoration: underline; }

#videos_container .section-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

#videos_container video {
  width: 100%; }

#events_news {
  padding: 2rem 0;
  background-color: white; }
  #events_news > .section-title {
    position: relative;
    color: #012c63;
    font-size: 1.8rem;
    font-family: "Adria Grotesk ExtraLight", sans-serif;
    font-weight: 300;
    text-align: center; }
    #events_news > .section-title em {
      color: #f1613a;
      font-style: normal; }
    #events_news > .section-title:before, #events_news > .section-title:after {
      content: "";
      position: absolute;
      background-color: #012c63;
      width: 65px;
      height: 1px; }
    #events_news > .section-title:before {
      bottom: 100%;
      right: 0; }
    #events_news > .section-title:after {
      top: 100%;
      left: 0; }
  #events_news > .content-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1180px; }
  @media screen and (min-width: 1024px) {
    #events_news > .content-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

#news_container {
  width: 100%; }
  #news_container .section-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  #news_container .items-list {
    text-align: center; }
  #news_container .item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    color: #6d6e71;
    max-width: 248px;
    width: 100%; }
    #news_container .item-name {
      margin: 2rem 0; }
      #news_container .item-name a {
        position: relative;
        color: #6d6e71; }
        #news_container .item-name a:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 0;
          background-color: #f1613a;
          width: 65px;
          height: 1px; }
        #news_container .item-name a:hover, #news_container .item-name a:focus {
          color: #012c63;
          text-decoration: none; }
    #news_container .item-summary {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 100%; }
    #news_container .item-text {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      font-family: "Adria Grotesk ExtraLight", sans-serif;
      font-weight: 300; }
    #news_container .item .read-more-link {
      background-color: #0056a0; }
      #news_container .item .read-more-link:hover, #news_container .item .read-more-link:focus {
        background-color: #f1613a; }
    #news_container .item:hover .news-item-image-holder:after, #news_container .item:focus .news-item-image-holder:after {
      animation: vibrate-1 0.8s linear infinite both; }
  #news_container .news-item-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .5rem;
    position: relative;
    width: calc(100% - 1rem);
    text-align: center; }
    #news_container .news-item-image-holder:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../pics/news-img.jpg);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 100%;
      height: 100%; }
  #news_container .news-item-image {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%; }
  #news_container > .read-more-link {
    display: table;
    margin: 0 auto;
    color: #012c63;
    background-color: rgba(1, 44, 99, 0.5);
    border: 3px solid white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    font-family: "Adria Grotesk ExtraLight", sans-serif;
    font-weight: 400;
    transition: background-color .5s ease-in-out; }
    #news_container > .read-more-link:hover, #news_container > .read-more-link:focus {
      color: white;
      background-color: #012c63; }
  @media screen and (min-width: 1024px) {
    #news_container {
      width: 60%; }
      #news_container .items-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
  @media screen and (min-width: 1350px) {
    #news_container {
      width: 800px; } }

#events_container {
  margin: 0 auto;
  width: 300px; }
  #events_container .section-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  #events_container .item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #fbf9f6;
    transition: background-color .5s ease-in-out; }
    #events_container .item:hover, #events_container .item:focus {
      color: white;
      background-color: #012c63;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
      #events_container .item:hover .item-name a, #events_container .item:focus .item-name a {
        color: white; }
      #events_container .item:hover .event-date, #events_container .item:focus .event-date {
        color: white; }
    #events_container .item-name {
      position: relative;
      margin-bottom: .5rem; }
      #events_container .item-name:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #f1613a;
        width: 40px;
        height: 1px; }
      #events_container .item-name a {
        color: #6d6e71;
        font-size: 1.2rem; }
        #events_container .item-name a:hover, #events_container .item-name a:focus {
          color: rgba(255, 255, 255, 0.4); }
    #events_container .item-text {
      font-size: .8rem;
      font-family: "Adria Grotesk ExtraLight", sans-serif;
      font-weight: 300; }
      #events_container .item-text em {
        color: #f1613a;
        font-style: normal; }
  #events_container .event-date {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #6d6e71;
    width: 30%;
    font-family: "Adria Grotesk Bold", sans-serif;
    font-weight: 700;
    line-height: 1; }
    #events_container .event-date .event-day {
      font-size: 2.2rem; }
    #events_container .event-date .event-month {
      font-size: 2rem; }
  #events_container .event-summary {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem;
    width: calc(70% - 2rem); }
  #events_container .read-more-link {
    display: table;
    margin: 0 auto;
    color: #f14d12;
    background-color: rgba(241, 97, 58, 0.5);
    border: 3px solid white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    font-family: "Adria Grotesk ExtraLight", sans-serif;
    font-weight: 400;
    transition: background-color .5s ease-in-out; }
    #events_container .read-more-link:hover, #events_container .read-more-link:focus {
      color: white;
      background-color: #f1613a; }
  @media screen and (min-width: 768px) {
    #events_container {
      width: auto; }
      #events_container .items-list {
        text-align: center; }
      #events_container .item {
        width: 300px;
        text-align: left; } }
  @media screen and (min-width: 1024px) {
    #events_container {
      width: 40%; }
      #events_container .items-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      #events_container .item {
        width: auto; } }
  @media screen and (min-width: 1350px) {
    #events_container {
      width: 300px; } }

#levels_holder {
  overflow: hidden;
  background: linear-gradient(to right, #e3f3fa 0%, #fffce5 100%); }

#levels_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative; }
  #levels_container .section-title {
    margin: 2rem 0; }
  #levels_container .items-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  #levels_container .item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 2rem 0;
    position: relative;
    color: #6d6e71;
    width: 245px;
    height: 130px;
    font-size: 1.3rem; }
    #levels_container .item-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    #levels_container .item:nth-child(1) {
      background-color: #e3f3fa; }
      #levels_container .item:nth-child(1) svg {
        fill: #012c63; }
    #levels_container .item:nth-child(2) {
      background-color: #fffce5; }
      #levels_container .item:nth-child(2) svg {
        fill: #fbde05; }
    #levels_container .item:nth-child(3) {
      background-color: #e3f3fa; }
      #levels_container .item:nth-child(3) svg {
        fill: #012c63; }
    #levels_container .item:nth-child(4) {
      background-color: #fffce5; }
      #levels_container .item:nth-child(4) svg {
        fill: #fbde05; }
  #levels_container svg {
    margin-bottom: 1rem;
    width: 85px;
    height: 90px; }
  #levels_container .read-more-link {
    margin-bottom: 0;
    padding: .5rem 2rem;
    color: #012c63;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #012c63;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
    font-family: "Adria Grotesk ExtraLight", sans-serif;
    font-weight: 400;
    transition: background-color .5s ease-in-out; }
    #levels_container .read-more-link:hover, #levels_container .read-more-link:focus {
      color: white;
      background-color: #012c63; }
  @media screen and (min-width: 1024px) {
    #levels_container {
      background: linear-gradient(to right, #e3f3fa 0%, #fffce5 100%); }
      #levels_container .items-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
      #levels_container .item {
        height: 330px; }
      #levels_container .section-title,
      #levels_container .read-more-link {
        position: absolute;
        z-index: 9;
        left: calc(50% + 40px);
        transform: translateX(-50%); }
      #levels_container .section-title {
        top: 0; }
      #levels_container .read-more-link {
        bottom: 0; }
      #levels_container .item-inner {
        position: relative;
        left: 40px; }
      #levels_container .item:nth-child(2):before, #levels_container .item:nth-child(2):after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        border-style: solid;
        border-width: 394px 80px 0 0;
        border-color: #e3f3fa transparent transparent transparent;
        width: 0;
        height: 0; }
      #levels_container .item:nth-child(2):before {
        left: 0; }
      #levels_container .item:nth-child(2):after {
        left: 100%;
        border-top-color: #e5f6e9; }
      #levels_container .item:nth-child(3):before, #levels_container .item:nth-child(3):after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        border-style: solid;
        border-width: 394px 80px 0 0;
        border-color: #fffce5 transparent transparent transparent;
        width: 0;
        height: 0; }
      #levels_container .item:nth-child(3):before {
        left: 0; }
      #levels_container .item:nth-child(3):after {
        left: 100%;
        border-top-color: #fffce5; }
      #levels_container .item:nth-child(4):before, #levels_container .item:nth-child(4):after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        border-style: solid;
        border-width: 394px 80px 0 0;
        border-color: #e3f3fa transparent transparent transparent;
        width: 0;
        height: 0; }
      #levels_container .item:nth-child(4):before {
        left: 0; }
      #levels_container .item:nth-child(4):after {
        left: 100%;
        border-top-color: #fffce5; } }

#program_holder {
  position: relative;
  background-color: white; }
  #program_holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../pics/triangle-bottom-green.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    width: 100%;
    height: 45px; }

#program_container {
  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; }
  #program_container .section-title {
    margin: 2rem 0;
    text-align: center;
    color: #6d6e71; }
  #program_container .items-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  #program_container .item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin: 1rem 0;
    color: #6d6e71;
    width: 300px;
    font-size: 1.3rem;
    font-family: "Adria Grotesk ExtraLight", sans-serif;
    font-weight: 300; }
    #program_container .item-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
  #program_container .read-more-link {
    display: table;
    margin: 2rem auto;
    padding: .5rem 2.5rem;
    color: #012c63;
    background-color: rgba(1, 44, 99, 0.5);
    border: 3px solid white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
    font-family: "Adria Grotesk ExtraLight", sans-serif;
    font-weight: 400;
    transition: background-color .5s ease-in-out; }
    #program_container .read-more-link:hover, #program_container .read-more-link:focus {
      color: white;
      background-color: #012c63; }

#glance_holder {
  position: relative;
  background-color: #012c63; }
  @media screen and (min-width: 1024px) {
    #glance_holder:before, #glance_holder:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    #glance_holder:before {
      bottom: 180px;
      background-image: url(../pics/triangle-bottom-green-light.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center bottom;
      height: 45px; }
    #glance_holder:after {
      background-color: #0056a0;
      height: 180px; } }

#glance_container {
  position: relative;
  z-index: 2; }
  #glance_container .section-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem 0;
    color: white;
    font-size: 2rem;
    font-family: "Adria Grotesk Bold", sans-serif;
    font-weight: 700;
    text-align: center; }
    #glance_container .section-title span {
      display: block;
      font-size: 1.5rem;
      font-family: "Adria Grotesk ExtraLight", sans-serif;
      font-weight: 300; }

#logos_holder {
  padding: 2rem 0 4rem;
  position: relative;
  background-color: #fbf9f6; }
  #logos_holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../pics/triangle-bottom-gray-light.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    width: 100%;
    height: 45px; }

#logos_container {
  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;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1180px; }
  #logos_container .section-title {
    margin: 2rem 0;
    color: #6d6e71; }
    #logos_container .section-title em {
      color: #012c63;
      font-style: normal; }
  #logos_container .items-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center; }
  #logos_container .item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 1rem; }
    #logos_container .item em {
      color: #012c63;
      font-style: normal; }
    #logos_container .item a {
      display: block; }
  @media screen and (min-width: 1024px) {
    #logos_container .items-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
    #logos_container .item {
      margin: 1rem 0; } }

@keyframes vibrate-1 {
  0% {
    transform: translate(0); }
  20% {
    transform: translate(-2px, 2px); }
  40% {
    transform: translate(-2px, -2px); }
  60% {
    transform: translate(2px, 2px); }
  80% {
    transform: translate(2px, -2px); }
  100% {
    transform: translate(0); } }

#shuffle_holder {
  position: relative; }
  #shuffle_holder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../pics/triangle-bottom.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    width: 100%;
    height: 45px; }

#shuffle_secondary {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 710px;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  #shuffle_secondary .navigator-arrow {
    background-size: 100% 100%;
    width: 50px !important;
    height: 50px !important; }
    #shuffle_secondary .navigator-arrow.left {
      left: calc(((100% - 1180px) - 100px) / 2) !important;
      background-image: url(../pics/button_prev.png); }
    #shuffle_secondary .navigator-arrow.right {
      right: calc(((100% - 1180px) - 100px) / 2) !important;
      background-image: url(../pics/button_next.png); }
    #shuffle_secondary .navigator-arrow svg {
      display: none; }

#quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #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.html") top left no-repeat; }
    #quicklinks a:hover {
      background-position: 0 -56px; }

#footer_main {
  position: relative;
  z-index: 9; }
  #footer_main .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

#footer_top {
  padding: 4rem 0;
  position: relative;
  background-color: white; }
  #footer_top:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    background-image: url(../pics/triangle-bottom-2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    width: 100%;
    height: 45px; }

#footer_middle {
  padding: 2rem 0;
  position: relative;
  background-color: #fbf9f6; }
  #footer_middle:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    background-image: url(../pics/triangle-bottom-gray-light-2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    width: 100%;
    height: 45px; }
  #footer_middle .footer-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1000px; }
  #footer_middle #footer_logos {
    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;
    width: 100%; }
  #footer_middle .footer-title {
    display: block;
    padding: .5rem 1rem;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-family: "Adria Grotesk ExtraLight", sans-serif;
    font-weight: 300; }
  #footer_middle .items-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1rem 0;
    width: 100%;
    text-align: center; }
  #footer_middle .item {
    margin: 1rem; }
  @media screen and (min-width: 768px) {
    #footer_middle .items-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; } }

#footer_bottom {
  padding: 1rem 0;
  position: relative;
  background-color: #012c63; }
  #footer_bottom:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    background-image: url(../pics/triangle-bottom-blue.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    width: 100%;
    height: 45px; }
  #footer_bottom .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1180px;
    text-align: center; }
  #footer_bottom #footer_logo_sendica {
    display: block;
    overflow: hidden;
    height: 41px;
    width: 133px;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../pics/footer-sendica.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; }
  #footer_bottom a {
    color: white;
    margin: 1rem 0; }
  @media screen and (min-width: 1024px) {
    #footer_bottom .footer-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

#footer_address_title {
  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;
  margin-bottom: 1rem;
  color: #f1613a;
  font-size: 1.5rem;
  font-family: "Adria Grotesk Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  #footer_address_title span {
    display: block;
    color: #012c63;
    font-size: 1rem;
    font-family: "Adria Grotesk ExtraLight", sans-serif;
    font-weight: 300;
    text-transform: capitalize; }

#footer_address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.225em;
  font-family: "Adria Grotesk ExtraLight", sans-serif;
  font-weight: 300px;
  text-align: center;
  color: #6d6e71; }
  #footer_address a {
    color: inherit; }
  #footer_address .footer-info-block {
    margin: 0 0 1rem; }
  #footer_address svg {
    margin-right: .5rem;
    width: 14px;
    height: 14px;
    fill: #6d6e71; }

#footer_social_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  #footer_social_nav a {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background-color: rgba(109, 110, 113, 0.6);
    border-radius: 100%;
    margin: .5rem;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2) inset;
    transition: all .5s ease-in-out; }
    #footer_social_nav a svg {
      display: block;
      width: 15px;
      height: 15px;
      margin: 10px;
      fill: white; }
    #footer_social_nav a:hover, #footer_social_nav a:focus {
      background-color: inherit; }
      #footer_social_nav a:hover svg, #footer_social_nav a:focus svg {
        fill: inherit; }
    #footer_social_nav a:hover svg {
      fill: #012c63; }

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

#edlio_logo {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden;
  background-color: transparent; }
  #edlio_logo svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0;
    fill: white; }
  #edlio_logo:hover, #edlio_logo:focus {
    background-color: inherit; }
    #edlio_logo:hover svg, #edlio_logo:focus svg {
      fill: inherit; }

#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: #012c63; }
  #mobile_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .75em;
    text-decoration: none;
    color: white; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px;
      fill: white; }
    #mobile_nav a:hover {
      color: #fbde05; }
      #mobile_nav a:hover svg {
        fill: #fbde05; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

#esp {
  visibility: hidden; }

#maps_footer {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    #maps_footer iframe {
      width: 500px;
      height: 300px; } }
  @media screen and (max-width: 1023px) {
    #maps_footer iframe {
      width: 300px;
      height: 200px; } }

#maps_text {
  margin: 10px;
  width: 46%;
  text-align: center;
  background-color: #e3f3fa;
  padding: 10px; }

#maps_text_div {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }

#campus_name {
  color: #f1613a;
  font-size: 1.5rem; }

.right-column-page-navigation {
  background-color: #f1613a; }
  .right-column-page-navigation li a {
    color: white; }

.goog-te-gadget-simple .goog-te-menu-value {
  color: black !important; }

body.gsc-overflow-hidden #content_main {
  z-index: 100; }

#logos_shuffle img {
  width: 100%; }
