@import url("https://use.typekit.net/eia0btb.css");
.video-container .video-item {
  display: block;
  width: 100%; }

.video-container .video-embed-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.quicklinks-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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.quicklinks-container .qlink-inner {
  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; }

.quicklinks-container .qlink-item a {
  display: block; }

.quicklinks-container .qlink-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px; }

.quicklinks-container .qlink-text {
  max-width: 100%;
  font-size: 1.125rem; }

.quicklinks-container.icon-orientation-vertical {
  text-align: center; }
  .quicklinks-container.icon-orientation-vertical .qlink-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .quicklinks-container.icon-orientation-vertical .qlink-item svg {
    margin-bottom: 24px; }

.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px; }

.quicklinks-container.orientation-vertical .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.news1-container:not(.slick-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; }

.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%; }

.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    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; }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    max-width: 250px;
    margin-right: 15px; } }

@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

.events1-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.events1-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;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.events1-container .event-date {
  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;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .events1-container .event-date .event-month {
    font-size: 1.125em; }
  .events1-container .event-date .event-day {
    font-size: 2.25em; }

.events1-container.date-orientation-vertical .item {
  text-align: center; }

@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px; }
  .events1-container.date-orientation-horizontal .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.spotlight1-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; }

.spotlight1-container .spotlight-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%; }

.spotlight1-container .spotlight-image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

.spotlight1-container .item-summary.clipped-summary .item-text {
  overflow: hidden;
  max-height: 6.25em;
  line-height: 1.25em; }

.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center; }

@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    max-width: 250px;
    margin-right: 15px; } }

.shuffle3-container .mosaic-item {
  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;
  background-position: center center;
  background-size: cover; }

.shuffle3-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white; }

body:not(.index) {
  background-color: #dfdfdf; }

body #header_main {
  background: white; }
  body #header_main .sitenav-main {
    color: black; }
    body #header_main .sitenav-main .nav-menu {
      background: #e7a614; }
    body #header_main .sitenav-main .nav-mobile-toggle {
      height: 44px;
      width: 44px; }
      body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner, body #header_main .sitenav-main .nav-mobile-toggle:before, body #header_main .sitenav-main .nav-mobile-toggle:after {
        left: 8px;
        width: calc(100% - 16px);
        height: 5px;
        background-color: black; }
      body #header_main .sitenav-main .nav-mobile-toggle .nav-mobile-toggle-inner {
        top: calc(50% - 2.5px); }
      body #header_main .sitenav-main .nav-mobile-toggle:before {
        top: 8px; }
      body #header_main .sitenav-main .nav-mobile-toggle:after {
        bottom: 8px; }
      body #header_main .sitenav-main .nav-mobile-toggle.animated.open:before {
        top: calc(50% - 2.5px); }
      body #header_main .sitenav-main .nav-mobile-toggle.animated.open:after {
        bottom: calc(50% - 2.5px); }
    body #header_main .sitenav-main .nav-item > a {
      height: 42px;
      padding: 0 10px;
      font-size: 1.125em;
      font-weight: 700;
      color: black; }
      body #header_main .sitenav-main .nav-item > a:focus, body #header_main .sitenav-main .nav-item > a:hover, body #header_main .sitenav-main .nav-item > a.open {
        color: white;
        background-color: #006225; }
    body #header_main .sitenav-main .sub-nav a {
      color: black; }
      body #header_main .sitenav-main .sub-nav a:focus, body #header_main .sitenav-main .sub-nav a:hover, body #header_main .sitenav-main .sub-nav a.open {
        color: white;
        background-color: #006225; }
    @media screen and (max-width: 1023px) {
      body #header_main .sitenav-main .icon-only svg {
        display: none; } }
    @media screen and (min-width: 1024px) {
      body #header_main .sitenav-main .nav-menu {
        background: transparent; }
      body #header_main .sitenav-main.column .nav-menu, body #header_main .sitenav-main.megamenu .nav-menu {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        top: auto;
        max-height: none;
        overflow: visible; }
      body #header_main .sitenav-main.column .nav-item.item-only svg, body #header_main .sitenav-main.megamenu .nav-item.item-only svg {
        height: 1em;
        fill: black; }
      body #header_main .sitenav-main.column .nav-item.item-only .icon-only-text, body #header_main .sitenav-main.megamenu .nav-item.item-only .icon-only-text {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        overflow: hidden;
        clip: rect(0 0 0 0); }
      body #header_main .sitenav-main.column .nav-item.item-only a:hover svg, body #header_main .sitenav-main.column .nav-item.item-only a:focus svg, body #header_main .sitenav-main.column .nav-item.item-only a.open svg, body #header_main .sitenav-main.megamenu .nav-item.item-only a:hover svg, body #header_main .sitenav-main.megamenu .nav-item.item-only a:focus svg, body #header_main .sitenav-main.megamenu .nav-item.item-only a.open svg {
        fill: black; }
      body #header_main .sitenav-main.column .nav-item > a, body #header_main .sitenav-main.megamenu .nav-item > a {
        text-align: center;
        color: black;
        background: transparent; }
        body #header_main .sitenav-main.column .nav-item > a:hover, body #header_main .sitenav-main.column .nav-item > a:focus, body #header_main .sitenav-main.column .nav-item > a.open, body #header_main .sitenav-main.megamenu .nav-item > a:hover, body #header_main .sitenav-main.megamenu .nav-item > a:focus, body #header_main .sitenav-main.megamenu .nav-item > a.open {
          background-color: transparent;
          color: black; }
      body #header_main .sitenav-main.column .sub-nav, body #header_main .sitenav-main.megamenu .sub-nav {
        background-color: #e7a614; }
      body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav:focus, body #header_main .sitenav-main.column .nav-item:nth-last-child(1) .sub-nav.open {
        left: auto;
        right: 0; }
      body #header_main .sitenav-main.megamenu .sub-nav {
        box-sizing: border-box;
        width: 100%;
        max-width: 1024px;
        padding: 20px; }
        body #header_main .sitenav-main.megamenu .sub-nav .sub-nav-group {
          width: 65%; }
        body #header_main .sitenav-main.megamenu .sub-nav .mm-extra-content {
          width: calc(100% - 65%); } }
    body #header_main .sitenav-main .nav-menu {
      top: calc(129px); }
  body #header_main .administration .admin-name {
    color: #006225; }
  body #header_main .header-secondary-nav .icon-only {
    display: inline-block;
    overflow: hidden;
    background-color: #006225;
    color: white;
    border-radius: 100%; }
    body #header_main .header-secondary-nav .icon-only svg {
      display: block;
      width: 32px;
      height: 32px;
      padding: 8px; }
    body #header_main .header-secondary-nav .icon-only svg {
      fill: white; }
    body #header_main .header-secondary-nav .icon-only:hover, body #header_main .header-secondary-nav .icon-only:focus {
      background-color: #e7a614; }
  body #header_main .header-logo.logo-replacement a {
    width: 90%;
    height: 113px;
    background-image: url("/pics/header_logo.png"); }
  @media screen and (min-width: 768px) {
    body #header_main .header-logo.logo-replacement a {
      width: 351px; } }
  @media screen and (min-width: 1024px) {
    body #header_main:before {
      background: #e7a614; }
    body #header_main .sitenav-main.nav-group .nav-item > a .nav-item-inner {
      border-bottom: 2px transparent solid;
      transition: border-color 0.3s ease; }
    body #header_main .sitenav-main.nav-group .nav-item > a:hover .nav-item-inner, body #header_main .sitenav-main.nav-group .nav-item > a:focus .nav-item-inner, body #header_main .sitenav-main.nav-group .nav-item > a.open .nav-item-inner {
      border-color: black; } }

body .content-container .section-title {
  color: #006225; }

body .content-container .read-more-link {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
  color: white;
  background: #006225; }
  body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
    background-color: #e7a614;
    color: black; }

body #content_main .pageTitle {
  color: #e7a614; }

body #content_main .right-column-page-navigation {
  background: #e7a614; }
  body #content_main .right-column-page-navigation li a {
    color: black; }
  body #content_main .right-column-page-navigation li.active a {
    background-color: #006225;
    color: white; }

body #row_shuffle {
  background: white; }

body #row_news {
  background: white; }

body #row_mid {
  background: #dfdfdf; }

body #row_social {
  background: #e7a614; }

body #videos_container .overlay .overlay-button {
  color: white;
  background: transparent;
  text-shadow: black 0 0 20px; }

body #quicklinks {
  background: #e7a614; }
  body #quicklinks .qlink-item a .qlink-inner {
    border: 2px black solid; }
    body #quicklinks .qlink-item a .qlink-inner svg {
      fill: black; }
  body #quicklinks .qlink-item a .qlink-text {
    color: black; }
  body #quicklinks .qlink-item a:hover .qlink-inner, body #quicklinks .qlink-item a:focus .qlink-inner {
    background: black; }
    body #quicklinks .qlink-item a:hover .qlink-inner svg, body #quicklinks .qlink-item a:focus .qlink-inner svg {
      fill: #e7a614; }
  @media screen and (min-width: 768px) {
    body #quicklinks .qlink-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 25%;
      -ms-flex: 1 25%;
      flex: 1 25%; } }
  @media screen and (min-width: 1024px) {
    body #quicklinks {
      background: rgba(231, 166, 20, 0.65); } }

body #news_container .slick-arrow:before {
  border-color: black; }

body #news_container .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-top-style: solid;
  border-top-width: 2px; }

body #news_container .slick-arrow.slick-prev:before {
  transform: rotate(-45deg) translateZ(1px) translateX(-8.5px) translateY(-8.5px);
  transform-origin: top left;
  border-left-style: solid;
  border-left-width: 2px;
  left: 50%; }

body #news_container .slick-arrow.slick-next:before {
  transform: rotate(45deg) translateZ(1px) translateX(8.5px) translateY(-8.5px);
  transform-origin: top right;
  border-right-style: solid;
  border-right-width: 2px;
  right: 50%; }

body #news_container .slick-list {
  width: calc(100% - 40px*2);
  margin: 0 40px; }

body #news_container .slick-arrow {
  width: 24.04163px;
  height: 46.08326px;
  top: calc(50% - 46.08326px/2); }

body #events_container .item .event-date {
  background: #e7a614; }
  body #events_container .item .event-date .event-month {
    color: black;
    background: white; }
  body #events_container .item .event-date .event-day {
    color: black; }

body #shuffle_mosaic .mosaic-link:before {
  background: rgba(0, 98, 37, 0.5); }

body #shuffle_mosaic .mosaic-link .mosaic-title svg {
  fill: white; }

body #shuffle_mosaic .mosaic-link:hover:before, body #shuffle_mosaic .mosaic-link:focus:before {
  background: rgba(231, 166, 20, 0.5); }

body #footer_main {
  background: white; }
  body #footer_main .footer-address,
  body #footer_main .footer-address-right {
    margin-bottom: 0;
    color: black; }
  body #footer_main .footer-logo.logo-replacement {
    height: 113px;
    width: 90%;
    background-image: url("/pics/header_logo.png"); }
  body #footer_main .footer-bottom {
    background: #dfdfdf; }
    body #footer_main .footer-bottom .footer-secondary-nav .link-item {
      color: black; }
      body #footer_main .footer-bottom .footer-secondary-nav .link-item + .link-item:before {
        background: black; }
    body #footer_main .footer-bottom .footer-column .edlio-login-link {
      color: black;
      font-size: 1.25em;
      height: 1.25em;
      line-height: 1.25em; }
      body #footer_main .footer-bottom .footer-column .edlio-login-link .edlio-logo {
        border-right-color: black; }
        body #footer_main .footer-bottom .footer-column .edlio-login-link .edlio-logo svg {
          fill: black; }
      body #footer_main .footer-bottom .footer-column .edlio-login-link:hover, body #footer_main .footer-bottom .footer-column .edlio-login-link:focus {
        color: #e7a614; }
        body #footer_main .footer-bottom .footer-column .edlio-login-link:hover .edlio-logo, body #footer_main .footer-bottom .footer-column .edlio-login-link:focus .edlio-logo {
          border-color: #e7a614; }
          body #footer_main .footer-bottom .footer-column .edlio-login-link:hover .edlio-logo svg, body #footer_main .footer-bottom .footer-column .edlio-login-link:focus .edlio-logo svg {
            fill: #e7a614; }
    body #footer_main .footer-bottom .footer-column .powered-by-edlio-logo svg {
      fill: black; }
  @media screen and (min-width: 768px) {
    body #footer_main .footer-logo.logo-replacement {
      width: 351px; } }
  @media screen and (min-width: 1024px) {
    body #footer_main .footer-bottom .footer-row-inner .footer-column .privacy {
      border-left: 1px black solid;
      border-right: 1px black solid; } }

body #mobile_nav {
  background: #e7a614; }
  body #mobile_nav a {
    color: white; }
    body #mobile_nav a svg {
      fill: white; }
    body #mobile_nav a:hover, body #mobile_nav a:focus {
      color: #006225; }
      body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
        fill: #006225; }
