@import url("//fonts.googleapis.com/css?family=Montserrat:300,400,400italic,700,700italic,900");
.shuffle3-container {
  position: relative;
  width: 100%;
  padding: 0; }
  .shuffle3-container .shuffle-main {
    width: 100%; }
    .shuffle3-container .shuffle-main .slick-list {
      margin: 0;
      height: 100%; }
    .shuffle3-container .shuffle-main .slick-track {
      height: 100%; }
    .shuffle3-container .shuffle-main .shuffle-slide {
      position: relative;
      margin: 0; }
    .shuffle3-container .shuffle-main .shuffle-caption {
      position: absolute;
      left: 0;
      right: 0;
      padding: .5em;
      background-color: rgba(0, 0, 0, 0.5);
      color: white; }
      @media screen and (max-width: 767px) {
        .shuffle3-container .shuffle-main .shuffle-caption {
          display: none; } }
      .shuffle3-container .shuffle-main .shuffle-caption a {
        color: inherit; }
      .shuffle3-container .shuffle-main .shuffle-caption.caption-position-top {
        top: 0; }
      .shuffle3-container .shuffle-main .shuffle-caption.caption-position-bottom {
        bottom: 0; }
    .shuffle3-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
      top: calc(54px + 1em); }
    .shuffle3-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
      bottom: calc(54px + 1em); }
    .shuffle3-container .shuffle-main.navshuffle-position-left .shuffle-caption {
      left: calc(100px + 1em); }
    .shuffle3-container .shuffle-main.navshuffle-position-right .shuffle-caption {
      right: calc(100px + 1em); }
  .shuffle3-container .slick-dots {
    position: absolute; }
    @media screen and (max-width: 767px) {
      .shuffle3-container .slick-dots {
        display: none; } }
    .shuffle3-container .slick-dots.slick-dots-bottom, .shuffle3-container .slick-dots.slick-dots-top {
      left: 0;
      width: 100%; }
    .shuffle3-container .slick-dots.slick-dots-bottom {
      bottom: 0; }
    .shuffle3-container .slick-dots.slick-dots-top {
      top: 0; }
    .shuffle3-container .slick-dots.slick-dots-left, .shuffle3-container .slick-dots.slick-dots-right {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 0;
      height: 100%; }
    .shuffle3-container .slick-dots.slick-dots-left {
      left: 0; }
    .shuffle3-container .slick-dots.slick-dots-right {
      right: 0; }
  .shuffle3-container .shuffle-image {
    width: 100%; }
  .shuffle3-container .shuffle-navigation {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 767px) {
      .shuffle3-container .shuffle-navigation {
        display: none; } }
    .shuffle3-container .shuffle-navigation .slick-list {
      margin: 0;
      padding: 0;
      bottom: 0; }
    .shuffle3-container .shuffle-navigation .slick-track {
      height: 100%; }
    .shuffle3-container .shuffle-navigation .shuffle-slide {
      position: relative;
      display: block;
      height: 50px;
      margin: .5em;
      overflow: hidden;
      border: 2px solid transparent; }
      .shuffle3-container .shuffle-navigation .shuffle-slide.slick-current {
        border-color: black; }
    .shuffle3-container .shuffle-navigation.navigation-position-bottom, .shuffle3-container .shuffle-navigation.navigation-position-top {
      left: 0;
      width: 100%; }
    .shuffle3-container .shuffle-navigation.navigation-position-bottom {
      bottom: 0; }
    .shuffle3-container .shuffle-navigation.navigation-position-top {
      top: 0; }
    .shuffle3-container .shuffle-navigation.navigation-position-left, .shuffle3-container .shuffle-navigation.navigation-position-right {
      top: 0;
      height: 100%;
      width: calc(100px + 1em); }
      .shuffle3-container .shuffle-navigation.navigation-position-left .slick-list,
      .shuffle3-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle3-container .shuffle-navigation.navigation-position-right .slick-list,
      .shuffle3-container .shuffle-navigation.navigation-position-right .slick-track {
        height: 100% !important; }
      .shuffle3-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle3-container .shuffle-navigation.navigation-position-right .slick-track {
        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; }
      .shuffle3-container .shuffle-navigation.navigation-position-left .shuffle-slide, .shuffle3-container .shuffle-navigation.navigation-position-right .shuffle-slide {
        width: 100px;
        float: none; }
    .shuffle3-container .shuffle-navigation.navigation-position-left {
      left: 0; }
    .shuffle3-container .shuffle-navigation.navigation-position-right {
      right: 0; }
  .shuffle3-container .error-message {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    background: white; }
  @media screen and (min-width: 1024px) {
    .shuffle3-container .shuffle-caption {
      padding: 1em; } }

.shuffle2-container {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  .shuffle2-container .image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover; }

.news1-container {
  padding-top: 25px;
  padding-bottom: 25px; }
  .news1-container .section-title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2rem; }
  .news1-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; }
  .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; }
  .news1-container .item-summary {
    max-width: 100%; }
  .news1-container.content-size-small .item {
    margin-bottom: 20px; }
  .news1-container.content-size-small .item-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.125rem; }
  .news1-container.content-size-medium .item {
    margin-bottom: 35px; }
  .news1-container.content-size-medium .item-name {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 1.5rem; }
  .news1-container.content-size-medium .item-text {
    font-size: 1.125rem; }
  .news1-container.content-size-large .item {
    margin-bottom: 35px; }
  .news1-container.content-size-large .item-name {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 2.25rem; }
  .news1-container.content-size-large .item-text {
    font-size: 1.5rem; }
  .news1-container.thumbnail-orientation-vertical .item {
    text-align: center; }
  .news1-container.thumbnail-orientation-vertical.content-size-small .item-summary {
    padding-top: 20px; }
  .news1-container.thumbnail-orientation-vertical.content-size-medium .item-summary {
    padding-top: 35px; }
  .news1-container.thumbnail-orientation-vertical.content-size-large .item-summary {
    padding-top: 35px; }
  @media screen and (min-width: 768px) {
    .news1-container .section-title {
      margin-bottom: 100px;
      font-size: 3rem; }
    .news1-container.thumbnail-orientation-horizontal .item {
      -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; }
    .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      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 {
  padding-top: 25px;
  padding-bottom: 25px; }
  .events1-container .section-title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2rem; }
  .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;
    padding-left: 10px;
    padding-right: 10px; }
  .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 .item-summary {
    max-width: 100%;
    padding: 0 5%; }
  .events1-container.content-size-small .item {
    margin-bottom: 20px; }
  .events1-container.content-size-small .item-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.125rem; }
  .events1-container.content-size-small .event-date {
    font-size: 1rem; }
  .events1-container.content-size-medium .item {
    margin-bottom: 35px; }
  .events1-container.content-size-medium .item-name {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 1.5rem; }
  .events1-container.content-size-medium .item-text {
    font-size: 1.125rem; }
  .events1-container.content-size-medium .event-date {
    font-size: 1.125rem; }
  .events1-container.content-size-large .item {
    margin-bottom: 35px; }
  .events1-container.content-size-large .item-name {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 2.25rem; }
  .events1-container.content-size-large .item-text {
    font-size: 1.5rem; }
  .events1-container.content-size-large .event-date {
    font-size: 1.5rem; }
  .events1-container.date-orientation-vertical .item {
    text-align: center; }
  .events1-container.date-orientation-vertical.content-size-small .event-date {
    margin-bottom: 20px; }
  .events1-container.date-orientation-vertical.content-size-medium .event-date {
    margin-bottom: 35px; }
  .events1-container.date-orientation-vertical.content-size-large .event-date {
    margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .events1-container {
      padding-top: 100px; }
      .events1-container .section-title {
        margin-bottom: 100px;
        font-size: 3rem; }
      .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; } }

.shuffle4-container .mosaic-item {
  display: block;
  background-position: center center;
  background-size: cover; }

.shuffle4-container .mosaic-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

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

body #header_main .header-logo.logo-replacement a {
  max-width: 148px;
  height: 148px;
  background-image: url("/pics/saltfork-logo.png"); }

body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 148px;
  height: 148px;
  background-image: url("/pics/saltfork-logo.png"); }

body #header_main .sitenav-holder .nav-mobile-toggle {
  border-color: black; }

body #header_main .sitenav-holder .nav-group {
  background-color: black; }
  body #header_main .sitenav-holder .nav-group .nav-item > a {
    height: 42px;
    padding: 0 10px;
    font-size: 1.125em;
    font-weight: 700;
    color: white; }
    body #header_main .sitenav-holder .nav-group .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-item > a:hover, body #header_main .sitenav-holder .nav-group .nav-item > a.open {
      color: black;
      background-color: white; }
  body #header_main .sitenav-holder .nav-group .sub-nav a {
    color: white; }
    body #header_main .sitenav-holder .nav-group .sub-nav a:focus, body #header_main .sitenav-holder .nav-group .sub-nav a:hover, body #header_main .sitenav-holder .nav-group .sub-nav a.open {
      color: black;
      background-color: white; }

@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group {
    background: transparent; }
  body #header_main .sitenav-holder .nav-menu {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  body #header_main .sitenav-holder .nav-item > a {
    text-align: center; }
  body #header_main .sitenav-holder .sub-nav {
    background-color: black; }
  body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0; }
  body #header_main .sitenav-holder.megamenu .sub-nav {
    width: calc(100% - 20px*2);
    max-width: calc(1024px - 20px*2);
    padding: 20px; }
    body #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
      width: 65%; }
    body #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
      width: calc(100% - 65%); } }

@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group .nav-item > a {
    font-weight: 400; }
    body #header_main .sitenav-holder .nav-group .nav-item > a:hover, body #header_main .sitenav-holder .nav-group .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-item > a.open {
      color: white;
      background-color: black; } }

body #header_main .topbar {
  background-color: black; }
  @media screen and (min-width: 1024px) {
    body #header_main .topbar {
      background-color: transparent; } }

body #header_main .header-secondary-nav .icon-only {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden; }
  body #header_main .header-secondary-nav .icon-only svg {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    fill: white; }
  body #header_main .header-secondary-nav .icon-only:hover svg, body #header_main .header-secondary-nav .icon-only:focus svg {
    fill: silver; }

body .content-container .read-more-link {
  color: black;
  background-color: silver; }
  body .content-container .read-more-link:before {
    background-image: url(/pics/shape-left.png); }
  body .content-container .read-more-link:after {
    background-image: url(/pics/shape-right.png); }

body #row_spotlights .homepage-row-inner:before {
  background-image: url(/pics/saltfork-logo.png); }

body #row_news .items-list .slick-list {
  margin: 0 35px; }

body #row_news .items-list .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  overflow: hidden;
  height: 43px;
  width: 26px;
  max-width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 43px/2); }
  body #row_news .items-list .slick-arrow.slick-prev {
    background-image: url(/pics/button_prev.png); }
  body #row_news .items-list .slick-arrow.slick-next {
    background-image: url(/pics/button_next.png); }

body #row_news .items-list .slick-dots li button:before {
  color: silver; }

body #row_news .items-list .slick-dots li.slick-active button:before {
  color: #92150f; }

body #row_news .items-list .slick-dots.number-dots li button {
  background: silver;
  color: #92150f; }

body #row_news .items-list .slick-dots.number-dots li.slick-active button {
  background: #92150f;
  color: silver; }

body #row_social .mosaic-link {
  background-color: black; }
  body #row_social .mosaic-link:hover, body #row_social .mosaic-link:focus {
    background-color: rgba(0, 0, 0, 0.8); }
  body #row_social .mosaic-link .icon-only {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden; }
    body #row_social .mosaic-link .icon-only svg {
      display: block;
      width: 50px;
      height: 50px;
      margin: 0;
      fill: white; }
    body #row_social .mosaic-link .icon-only:hover svg, body #row_social .mosaic-link .icon-only:focus svg {
      fill: white; }

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

body #content_main .breadcrumb a, body #content_main .breadcrumb span {
  color: white;
  background-color: black;
  position: relative; }
  body #content_main .breadcrumb a:after, body #content_main .breadcrumb span:after {
    content: "";
    display: block;
    position: absolute;
    border-color: transparent transparent transparent black; }

body #content_main .breadcrumb a:hover, body #content_main .breadcrumb a:focus {
  background-color: black;
  color: white; }
  body #content_main .breadcrumb a:hover:after, body #content_main .breadcrumb a:focus:after {
    border-left-color: black; }

body #content_main .breadcrumb span {
  color: black;
  background-color: silver; }
  body #content_main .breadcrumb span:after {
    border-left-color: silver; }

body #content_main .news-list .read-more-link {
  color: white;
  background-color: black; }
  body #content_main .news-list .read-more-link:hover, body #content_main .news-list .read-more-link:focus {
    background-color: silver;
    color: black;
    text-decoration: none; }

body #footer_main .footer-logo.logo-replacement {
  height: 260px;
  max-width: 260px;
  background-image: url("/pics/saltfork-logo.png"); }

body .edlio-login-link {
  color: silver;
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em; }
  body .edlio-login-link .edlio-logo {
    border-right-color: silver; }
    body .edlio-login-link .edlio-logo svg {
      fill: silver; }
  body .edlio-login-link:hover, body .edlio-login-link:focus {
    color: white; }
    body .edlio-login-link:hover .edlio-logo, body .edlio-login-link:focus .edlio-logo {
      border-color: white; }
      body .edlio-login-link:hover .edlio-logo svg, body .edlio-login-link:focus .edlio-logo svg {
        fill: white; }

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