.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

@charset "UTF-8";
.admin-bar .sf-mega-menu, .admin-bar .sf-header-search {
  margin-top: 46px;
  min-height: calc(100vh - 46px);
}
@media only screen and (min-width: 782px) {
  .admin-bar .sf-mega-menu, .admin-bar .sf-header-search {
    margin-top: 32px;
    min-height: calc(100vh - 32px);
  }
}

.sf-section__container, .sf-cookies-banner__container, .sf-search-header__container, .sf-page-header__title-container, .sf-newsletter__container, .sf-mega-menu__mobile-buttons-container, .sf-header-advert__container, .sf-header__container, .sf-footer-advert__container, .sf-footer__container, .sf-directory-featured__container, .sf-contributors__container, .sf-content__container, .sf-article-hero__video-container, .sf-article-hero__title-container, .sf-article-hero__container, .sf-article-header__content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 1290px) {
  .sf-section__container, .sf-cookies-banner__container, .sf-search-header__container, .sf-page-header__title-container, .sf-newsletter__container, .sf-mega-menu__mobile-buttons-container, .sf-header-advert__container, .sf-header__container, .sf-footer-advert__container, .sf-footer__container, .sf-directory-featured__container, .sf-contributors__container, .sf-content__container, .sf-article-hero__video-container, .sf-article-hero__title-container, .sf-article-hero__container, .sf-article-header__content {
    max-width: 1290px;
    padding-left: 0;
    padding-right: 0;
  }
}

.sf-search-header {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
}

.sf-article-content__text .gallery-columns-4 figure,
.sf-article-content__text .gallery-columns-5 figure,
.sf-article-content__text .gallery-columns-6 figure,
.sf-article-content__text .gallery-columns-7 figure,
.sf-article-content__text .gallery-columns-8 figure,
.sf-article-content__text .gallery-columns-9 figure, .sf-article-content__text .gallery-columns-3 figure, .sf-article-content__text .gallery-columns-2 figure {
  left: auto;
  margin-left: 0;
  margin-right: 0;
  right: auto;
  width: 100%;
}

.mp_wrapper .mp-form-label label {
  font-size: 15.2px;
  font-size: 0.95rem;
  display: inline-block;
  line-height: 2.5;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #37474f;
  margin-bottom: 10px;
}

.mp_wrapper input[type=text],
.mp_wrapper input[type=password] {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  padding: 13px 10px;
  border: 1px solid #b1bec5;
  border-radius: 5px;
}

.pagination h2, .sf-header-search__label {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sf-box-feature__text ul, .sf-social-icons__list, .sf-sharing__list, .sf-mega-menu__list, .sf-footer-menu__list, .sf-dashboard-nav__list, .sf-comments__navigation-list, .sf-comments__list, .sf-article-tags__list, .sf-article-content__text .sf-contents__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.sf-section__container, .sf-boxes-quotes.sf-section--skin-dark, .sf-boxes-quotes.sf-section--skin-light {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 1000px) {
  .sf-section__container, .sf-boxes-quotes.sf-section--skin-dark, .sf-boxes-quotes.sf-section--skin-light {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.sf-section__title {
  font-size: 25.31px;
  font-size: 1.581875rem;
  line-height: 1.2;
}
@media (min-width: 760px) {
  .sf-section__title {
    font-size: 28.48px;
    font-size: 1.78rem;
  }
}

.sf-content__sidebar .sf-section__title, .sf-sidebar-directory-summary__title, .sf-content__sidebar-title {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #33497A;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.sf-article-content__text .gallery-columns-4 figure:nth-child(8) a::before,
.sf-article-content__text .gallery-columns-5 figure:nth-child(8) a::before,
.sf-article-content__text .gallery-columns-6 figure:nth-child(8) a::before,
.sf-article-content__text .gallery-columns-7 figure:nth-child(8) a::before,
.sf-article-content__text .gallery-columns-8 figure:nth-child(8) a::before,
.sf-article-content__text .gallery-columns-9 figure:nth-child(8) a::before, .sf-article-content__text .gallery-columns-3 figure:nth-child(6) a::before, .sf-article-content__text .gallery-columns-2 figure:nth-child(4) a::before, .sf-article-content__text .gallery-columns-1 figure:nth-child(3) a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f2933;
  opacity: 0.7;
  -webkit-transition: opacity 180ms linear;
  transition: opacity 180ms linear;
  z-index: 1;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(8) a:hover::before,
.sf-article-content__text .gallery-columns-5 figure:nth-child(8) a:hover::before,
.sf-article-content__text .gallery-columns-6 figure:nth-child(8) a:hover::before,
.sf-article-content__text .gallery-columns-7 figure:nth-child(8) a:hover::before,
.sf-article-content__text .gallery-columns-8 figure:nth-child(8) a:hover::before,
.sf-article-content__text .gallery-columns-9 figure:nth-child(8) a:hover::before, .sf-article-content__text .gallery-columns-3 figure:nth-child(6) a:hover::before, .sf-article-content__text .gallery-columns-2 figure:nth-child(4) a:hover::before, .sf-article-content__text .gallery-columns-1 figure:nth-child(3) a:hover::before {
  background-color: #1f2933;
  opacity: 0.85;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(8) a::after,
.sf-article-content__text .gallery-columns-5 figure:nth-child(8) a::after,
.sf-article-content__text .gallery-columns-6 figure:nth-child(8) a::after,
.sf-article-content__text .gallery-columns-7 figure:nth-child(8) a::after,
.sf-article-content__text .gallery-columns-8 figure:nth-child(8) a::after,
.sf-article-content__text .gallery-columns-9 figure:nth-child(8) a::after, .sf-article-content__text .gallery-columns-3 figure:nth-child(6) a::after, .sf-article-content__text .gallery-columns-2 figure:nth-child(4) a::after, .sf-article-content__text .gallery-columns-1 figure:nth-child(3) a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='be54ee28-aff6-46a6-b788-f940acd6dba5' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.1 27.1'%3E%3Cpolygon points='27.1 12.05 27.1 15.05 15.05 15.05 15.05 27.1 12.05 27.1 12.05 15.05 0 15.05 0 12.05 12.05 12.05 12.05 0 15.05 0 15.05 12.05 27.1 12.05' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  z-index: 2;
}

.sf-hero-directory, .sf-hero-classified {
  position: relative;
  height: calc(100vh - 160px);
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
@media (min-width: 760px) {
  .sf-hero-directory, .sf-hero-classified {
    height: calc(100vh - 180px);
    min-height: 570px;
  }
}
@media (min-width: 1000px) {
  .sf-hero-directory, .sf-hero-classified {
    height: calc(100vh - 170px);
  }
}

.sf-hero-directory--gradient::before, .sf-hero-classified--gradient::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 73, 122, 0.2)), to(#162142));
  background: linear-gradient(0deg, rgba(51, 73, 122, 0.2) 0%, #162142 100%);
}

:root {
  --primary-color: #162142;
  --white: #fff;
  --grey-100: #edeff1;
  --grey-500: #798f9c;
  --grey-900: #37474f;
  --black: #1f2933;
  --alert-success: #d5eab0;
  --alert-error: #6f87cf;
  --alert-warning: #ffdec5;
  --primary-font-family: "Playfair Display", serif;
  --secondary-font-family: "Lato", sans-serif;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  color: #1f2933;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}
body.overlay {
  overflow-y: hidden;
}
body.sf-mega-menu--is-open {
  -ms-touch-action: none;
      touch-action: none;
}
body.search {
  background-color: #F8F9F9;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
.print-view {
  display: none;
}

.email {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5em;
  margin-top: 0;
}

h1 {
  font-size: 40.55px;
  font-size: 2.534375rem;
  line-height: 1.1;
}

h2 {
  font-size: 28.48px;
  font-size: 1.78rem;
  line-height: 1.2;
}

h3 {
  font-size: 25.31px;
  font-size: 1.581875rem;
  line-height: 1.3;
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}

h6 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}

p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  margin-top: 0;
}

address {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a {
  color: #162142;
  text-decoration: none;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}
a:hover {
  color: #33497A;
  text-decoration: none;
}
a:focus, a:active {
  color: #33497A;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

table {
  background-color: transparent;
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #edeff1;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}

input[type=search] {
  -webkit-appearance: none;
}

.admin-bar .sf-mega-menu, .admin-bar .sf-header-search {
  margin-top: 46px;
  min-height: calc(100vh - 46px);
}
@media only screen and (min-width: 782px) {
  .admin-bar .sf-mega-menu, .admin-bar .sf-header-search {
    margin-top: 32px;
    min-height: calc(100vh - 32px);
  }
}

.sf-section__container, .sf-cookies-banner__container, .sf-search-header__container, .sf-page-header__title-container, .sf-newsletter__container, .sf-mega-menu__mobile-buttons-container, .sf-header-advert__container, .sf-header__container, .sf-footer-advert__container, .sf-footer__container, .sf-directory-featured__container, .sf-contributors__container, .sf-content__container, .sf-article-hero__video-container, .sf-article-hero__title-container, .sf-article-hero__container, .sf-article-header__content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 1290px) {
  .sf-section__container, .sf-cookies-banner__container, .sf-search-header__container, .sf-page-header__title-container, .sf-newsletter__container, .sf-mega-menu__mobile-buttons-container, .sf-header-advert__container, .sf-header__container, .sf-footer-advert__container, .sf-footer__container, .sf-directory-featured__container, .sf-contributors__container, .sf-content__container, .sf-article-hero__video-container, .sf-article-hero__title-container, .sf-article-hero__container, .sf-article-header__content {
    max-width: 1290px;
    padding-left: 0;
    padding-right: 0;
  }
}

.sf-search-header {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
}

.sf-article-content__text .gallery-columns-4 figure,
.sf-article-content__text .gallery-columns-5 figure,
.sf-article-content__text .gallery-columns-6 figure,
.sf-article-content__text .gallery-columns-7 figure,
.sf-article-content__text .gallery-columns-8 figure,
.sf-article-content__text .gallery-columns-9 figure, .sf-article-content__text .gallery-columns-3 figure, .sf-article-content__text .gallery-columns-2 figure {
  left: auto;
  margin-left: 0;
  margin-right: 0;
  right: auto;
  width: 100%;
}

.mp_wrapper .mp-form-label label {
  font-size: 15.2px;
  font-size: 0.95rem;
  display: inline-block;
  line-height: 2.5;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #37474f;
  margin-bottom: 10px;
}

.mp_wrapper input[type=text],
.mp_wrapper input[type=password] {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
  padding: 13px 10px;
  border: 1px solid #b1bec5;
  border-radius: 5px;
}

.pagination h2, .sf-header-search__label {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sf-box-feature__text ul, .sf-social-icons__list, .sf-sharing__list, .sf-mega-menu__list, .sf-footer-menu__list, .sf-dashboard-nav__list, .sf-comments__navigation-list, .sf-comments__list, .sf-article-tags__list, .sf-article-content__text .sf-contents__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.sf-section__container, .sf-boxes-quotes.sf-section--skin-dark, .sf-boxes-quotes.sf-section--skin-light {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 1000px) {
  .sf-section__container, .sf-boxes-quotes.sf-section--skin-dark, .sf-boxes-quotes.sf-section--skin-light {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.sf-section__title {
  font-size: 25.31px;
  font-size: 1.581875rem;
  line-height: 1.2;
}
@media (min-width: 760px) {
  .sf-section__title {
    font-size: 28.48px;
    font-size: 1.78rem;
  }
}

.sf-content__sidebar .sf-section__title, .sf-sidebar-directory-summary__title, .sf-content__sidebar-title {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #33497A;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.sf-article-content__text .gallery-columns-4 figure:nth-child(8) a::before,
.sf-article-content__text .gallery-columns-5 figure:nth-child(8) a::before,
.sf-article-content__text .gallery-columns-6 figure:nth-child(8) a::before,
.sf-article-content__text .gallery-columns-7 figure:nth-child(8) a::before,
.sf-article-content__text .gallery-columns-8 figure:nth-child(8) a::before,
.sf-article-content__text .gallery-columns-9 figure:nth-child(8) a::before, .sf-article-content__text .gallery-columns-3 figure:nth-child(6) a::before, .sf-article-content__text .gallery-columns-2 figure:nth-child(4) a::before, .sf-article-content__text .gallery-columns-1 figure:nth-child(3) a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f2933;
  opacity: 0.7;
  -webkit-transition: opacity 180ms linear;
  transition: opacity 180ms linear;
  z-index: 1;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(8) a:hover::before,
.sf-article-content__text .gallery-columns-5 figure:nth-child(8) a:hover::before,
.sf-article-content__text .gallery-columns-6 figure:nth-child(8) a:hover::before,
.sf-article-content__text .gallery-columns-7 figure:nth-child(8) a:hover::before,
.sf-article-content__text .gallery-columns-8 figure:nth-child(8) a:hover::before,
.sf-article-content__text .gallery-columns-9 figure:nth-child(8) a:hover::before, .sf-article-content__text .gallery-columns-3 figure:nth-child(6) a:hover::before, .sf-article-content__text .gallery-columns-2 figure:nth-child(4) a:hover::before, .sf-article-content__text .gallery-columns-1 figure:nth-child(3) a:hover::before {
  background-color: #1f2933;
  opacity: 0.85;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(8) a::after,
.sf-article-content__text .gallery-columns-5 figure:nth-child(8) a::after,
.sf-article-content__text .gallery-columns-6 figure:nth-child(8) a::after,
.sf-article-content__text .gallery-columns-7 figure:nth-child(8) a::after,
.sf-article-content__text .gallery-columns-8 figure:nth-child(8) a::after,
.sf-article-content__text .gallery-columns-9 figure:nth-child(8) a::after, .sf-article-content__text .gallery-columns-3 figure:nth-child(6) a::after, .sf-article-content__text .gallery-columns-2 figure:nth-child(4) a::after, .sf-article-content__text .gallery-columns-1 figure:nth-child(3) a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='be54ee28-aff6-46a6-b788-f940acd6dba5' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.1 27.1'%3E%3Cpolygon points='27.1 12.05 27.1 15.05 15.05 15.05 15.05 27.1 12.05 27.1 12.05 15.05 0 15.05 0 12.05 12.05 12.05 12.05 0 15.05 0 15.05 12.05 27.1 12.05' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  z-index: 2;
}

.sf-hero-directory, .sf-hero-classified {
  position: relative;
  height: calc(100vh - 160px);
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
@media (min-width: 760px) {
  .sf-hero-directory, .sf-hero-classified {
    height: calc(100vh - 180px);
    min-height: 570px;
  }
}
@media (min-width: 1000px) {
  .sf-hero-directory, .sf-hero-classified {
    height: calc(100vh - 170px);
  }
}

.sf-hero-directory--gradient::before, .sf-hero-classified--gradient::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 73, 122, 0.2)), to(#162142));
  background: linear-gradient(0deg, rgba(51, 73, 122, 0.2) 0%, #162142 100%);
}

.sf-button, .gform_button[type=submit], .sf-search-results .search-submit, .sf-newsletter .gform_wrapper .gform_button, .mp_wrapper input[type=submit],
a.sf-button {
  background-color: #eee;
  color: #1f2933;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.75em 1.15em;
  text-decoration: none;
  -webkit-transition: color 180ms linear, background-color 180ms linear;
  transition: color 180ms linear, background-color 180ms linear;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 2px;
  letter-spacing: 0.1em;
}
.sf-button:link, .gform_button[type=submit]:link, .sf-search-results .search-submit:link, .sf-newsletter .gform_wrapper .gform_button:link, .mp_wrapper input[type=submit]:link, .sf-button:visited, .gform_button[type=submit]:visited, .sf-search-results .search-submit:visited, .sf-newsletter .gform_wrapper .gform_button:visited, .mp_wrapper input[type=submit]:visited,
a.sf-button:link,
a.sf-button:visited {
  color: #1f2933;
}
.sf-button:hover, .gform_button[type=submit]:hover, .sf-search-results .search-submit:hover, .sf-newsletter .gform_wrapper .gform_button:hover, .mp_wrapper input[type=submit]:hover, .sf-button:focus, .gform_button[type=submit]:focus, .sf-search-results .search-submit:focus, .sf-newsletter .gform_wrapper .gform_button:focus, .mp_wrapper input[type=submit]:focus,
a.sf-button:hover,
a.sf-button:focus {
  background: #c8c8c8;
}
.sf-button:active, .gform_button[type=submit]:active, .sf-search-results .search-submit:active, .sf-newsletter .gform_wrapper .gform_button:active, .mp_wrapper input[type=submit]:active,
a.sf-button:active {
  background: #aeaeae;
}
.sf-text-block__text .sf-button, .sf-text-block__text .gform_button[type=submit], .sf-text-block__text .sf-search-results .search-submit, .sf-search-results .sf-text-block__text .search-submit, .sf-text-block__text .sf-newsletter .gform_wrapper .gform_button, .sf-newsletter .gform_wrapper .sf-text-block__text .gform_button, .sf-text-block__text .mp_wrapper input[type=submit], .mp_wrapper .sf-text-block__text input[type=submit], .sf-article-content__text .sf-button, .sf-article-content__text .gform_button[type=submit], .sf-article-content__text .sf-search-results .search-submit, .sf-search-results .sf-article-content__text .search-submit, .sf-article-content__text .sf-newsletter .gform_wrapper .gform_button, .sf-newsletter .gform_wrapper .sf-article-content__text .gform_button, .sf-article-content__text .mp_wrapper input[type=submit], .mp_wrapper .sf-article-content__text input[type=submit],
.sf-text-block__text a.sf-button,
.sf-article-content__text a.sf-button {
  text-decoration: none;
}
.sf-article-content__text .sf-button, .sf-article-content__text .gform_button[type=submit], .sf-article-content__text .sf-search-results .search-submit, .sf-search-results .sf-article-content__text .search-submit, .sf-article-content__text .sf-newsletter .gform_wrapper .gform_button, .sf-newsletter .gform_wrapper .sf-article-content__text .gform_button, .sf-article-content__text .mp_wrapper input[type=submit], .mp_wrapper .sf-article-content__text input[type=submit],
.sf-article-content__text a.sf-button {
  display: inline-block;
  margin-bottom: 1rem;
}
.sf-button--primary, .sf-search-results .search-submit, .sf-newsletter .gform_wrapper .gform_button,
a.sf-button--primary {
  background-color: #162142;
  color: #fff;
}
.sf-button--primary:link, .sf-search-results .search-submit:link, .sf-newsletter .gform_wrapper .gform_button:link, .sf-button--primary:visited, .sf-search-results .search-submit:visited, .sf-newsletter .gform_wrapper .gform_button:visited,
a.sf-button--primary:link,
a.sf-button--primary:visited {
  color: #fff;
}
.sf-button--primary:hover, .sf-search-results .search-submit:hover, .sf-newsletter .gform_wrapper .gform_button:hover,
a.sf-button--primary:hover {
  background-color: #FFC800;
  color: #1f2933;
}
.sf-button--grey,
a.sf-button--grey {
  background-color: #798f9c;
  color: #1f2933;
}
.sf-button--grey:link, .sf-button--grey:visited,
a.sf-button--grey:link,
a.sf-button--grey:visited {
  color: #1f2933;
}
.sf-button--grey:hover, .sf-button--grey:focus,
a.sf-button--grey:hover,
a.sf-button--grey:focus {
  background: #556873;
}
.sf-button--grey:active,
a.sf-button--grey:active {
  background: #404e56;
}
.sf-button--dark-grey, .gform_button[type=submit],
a.sf-button--dark-grey {
  background-color: #37474f;
  color: #fff;
}
.sf-button--dark-grey:link, .gform_button[type=submit]:link, .sf-button--dark-grey:visited, .gform_button[type=submit]:visited,
a.sf-button--dark-grey:link,
a.sf-button--dark-grey:visited {
  color: #fff;
}
.sf-button--dark-grey:hover, .gform_button[type=submit]:hover, .sf-button--dark-grey:focus, .gform_button[type=submit]:focus,
a.sf-button--dark-grey:hover,
a.sf-button--dark-grey:focus {
  background: #56707c;
}
.sf-button--dark-grey:active, .gform_button[type=submit]:active,
a.sf-button--dark-grey:active {
  background: #6c8a99;
}
.sf-button--accent, .mp_wrapper input[type=submit],
a.sf-button--accent {
  background-color: #FFC800;
  color: #1f2933;
}
.sf-button--accent:link, .mp_wrapper input[type=submit]:link, .sf-button--accent:visited, .mp_wrapper input[type=submit]:visited,
a.sf-button--accent:link,
a.sf-button--accent:visited {
  color: #1f2933;
}
.sf-button--accent:hover, .mp_wrapper input[type=submit]:hover,
a.sf-button--accent:hover {
  background-color: #37474f;
  color: #fff;
}
.sf-button--accent.sf-button--promo-code:hover, .mp_wrapper input.sf-button--promo-code[type=submit]:hover,
a.sf-button--accent.sf-button--promo-code:hover {
  background-color: #FFC800;
  color: #1f2933;
}
.sf-button--outline,
a.sf-button--outline {
  background-color: rgba(255, 255, 255, 0.25);
  color: #1f2933;
  border: 1px solid #798f9c;
}
.sf-button--outline:link, .sf-button--outline:visited,
a.sf-button--outline:link,
a.sf-button--outline:visited {
  color: #1f2933;
}
.sf-button--outline:hover, .sf-button--outline:focus,
a.sf-button--outline:hover,
a.sf-button--outline:focus {
  background: rgba(217, 217, 217, 0.25);
}
.sf-button--outline:active,
a.sf-button--outline:active {
  background: rgba(191, 191, 191, 0.25);
}
.sf-button--x-small,
a.sf-button--x-small {
  font-size: 15.2px;
  font-size: 0.95rem;
}
.sf-button--small, .gform_button[type=submit],
a.sf-button--small {
  font-size: 18.3px;
  font-size: 1.14375rem;
}
.sf-button--medium, .sf-search-results .search-submit,
a.sf-button--medium {
  font-size: 20px;
  font-size: 1.25rem;
}
.sf-button--medium-large,
a.sf-button--medium-large {
  font-size: 22px;
  font-size: 1.375rem;
}
.sf-button--large, .sf-newsletter .gform_wrapper .gform_button,
a.sf-button--large {
  font-size: 25.31px;
  font-size: 1.581875rem;
}
.sf-button--x-large,
a.sf-button--x-large {
  font-size: 28.48px;
  font-size: 1.78rem;
}
.sf-button--wide,
a.sf-button--wide {
  display: block;
  width: 100%;
  text-align: center;
}
.sf-button__icon,
a.sf-button__icon {
  height: 1.2em;
  margin-left: 0.5em;
  width: 1.2em;
}
.sf-button__icon svg,
a.sf-button__icon svg {
  height: 100%;
  width: 100%;
}
.sf-button[disabled], [disabled].gform_button[type=submit], .sf-search-results [disabled].search-submit, .sf-newsletter .gform_wrapper [disabled].gform_button, .mp_wrapper input[disabled][type=submit],
a.sf-button[disabled] {
  background-color: #ddd;
  color: #798f9c;
  cursor: default;
}
.sf-button[disabled]:hover, [disabled].gform_button[type=submit]:hover, .sf-search-results [disabled].search-submit:hover, .sf-newsletter .gform_wrapper [disabled].gform_button:hover, .mp_wrapper input[disabled][type=submit]:hover,
a.sf-button[disabled]:hover {
  background-color: #ddd;
  color: #798f9c;
}

.sf-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.sf-breadcrumbs__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
.sf-breadcrumbs__item:not(:last-child)::after {
  border-bottom: 3px solid transparent;
  border-left: 6px solid #798f9c;
  border-top: 3px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 4px;
  width: 0;
}
.sf-breadcrumbs__item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.sf-article-header {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1000px) {
  .sf-article-header {
    margin-top: -74px;
  }
}
.post-template-article-feature .sf-article-header {
  padding-top: 0;
  margin-top: 0;
  z-index: 3;
}
@media (min-width: 760px) {
  .post-template-article-feature .sf-article-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    grid-auto-columns: auto;
  }
}
.post-template-article-video .sf-article-header {
  padding-top: 40px;
}
@media (min-width: 760px) {
  .post-template-article-video .sf-article-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    padding-top: 75px;
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .sf-article-header::before {
    content: "";
    display: block;
    position: absolute;
    height: 75px;
    top: 0;
    left: -100%;
    right: -30%;
    background-color: #fff;
  }
  .post-template-article-feature .sf-article-header::before, .post-template-article-video .sf-article-header::before {
    display: none;
  }
}
.sf-article-header__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  height: 50vh;
  width: 100%;
  margin-bottom: 30px;
}
.sf-article-header__image {
  -o-object-fit: cover;
     object-fit: cover;
}
.sf-article-header__content {
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 760px) {
  .post-template-article-feature .sf-article-header__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 0 40px;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 10;
    grid-column-end: 13;
    position: relative;
    margin-top: -70px;
    background-color: #fff;
    grid-auto-columns: auto;
  }
}
.post-template-article-feature .sf-article-header__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 760px) {
  .post-template-article-video .sf-article-header__content {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }
}
@media (min-width: 1000px) {
  .post-template-article-video .sf-article-header__content {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
  }
}
.sf-article-header__title-container {
  padding-top: 40px;
}
@media (min-width: 1000px) {
  .sf-article-header__title-container {
    padding-top: 75px;
  }
}
.sf-article-header__title {
  font-size: 28.48px;
  font-size: 1.78rem;
  color: #1f2933;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (min-width: 550px) {
  .sf-article-header__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 760px) {
  .sf-article-header__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 1000px) {
  .sf-article-header__title {
    font-size: 40.55px;
    font-size: 2.534375rem;
    margin-bottom: 60px;
  }
}
.sf-article-header__standfirst {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #1f2933;
  margin-bottom: 65px;
}
@media (min-width: 760px) {
  .sf-article-header__standfirst {
    font-size: 25.31px;
    font-size: 1.581875rem;
    max-width: 55ch;
  }
}
.post-template-article-feature .sf-article-header__standfirst {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 10;
  grid-column-end: 11;
}
.sf-article-header__excerpt {
  font-size: 32px;
  font-size: 2rem;
  color: #1f2933;
  font-weight: 700;
  margin-bottom: 50px;
}
.sf-article-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #b1bec5;
}
.post-template-article-feature .sf-article-header__row {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 10;
  grid-column-end: 11;
  padding-top: 20px;
}
@media (min-width: 760px) {
  .post-template-article-feature .sf-article-header__row {
    padding-top: 50px;
  }
}
.sf-article-header__row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  padding-bottom: 20px;
}
.sf-article-header__category {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #798f9c;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin-right: 15px;
  margin-left: 15px;
}
.sf-article-header__category::after {
  content: "•";
  margin-left: 15px;
  color: #798f9c;
}
.sf-article-header__date {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #798f9c;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-right: 20px;
}
.sf-article-header__external-link {
  font-size: 15.2px;
  font-size: 0.95rem;
  position: relative;
  color: #798f9c;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 30px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sf-article-header__external-link::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath id='Path_608' data-name='Path 608' d='M0,0V22H22V17H19v2H3V3H5V0ZM10,0V3h6.879l-7.44,7.439,2.122,2.121L19,5.121V12h3V0Z' fill='%23798f9c'/%3E%3C/svg%3E%0A");
  -webkit-transition: background-image 180ms linear;
  transition: background-image 180ms linear;
}
.sf-article-header__external-link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg id='bb603304-42c1-4a8f-9e74-95f728705624' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath id='edbdc2f3-e089-4ba5-8f46-59115da8102b' data-name='Path 608' d='M0,0V22H22V17H19v2H3V3H5V0ZM10,0V3h6.88L9.44,10.44l2.12,2.12L19,5.12V12h3V0Z' fill='%2333497a'/%3E%3C/svg%3E%0A");
}
.sf-article-header__avatar {
  height: 54px;
  margin-bottom: 15px;
  width: 54px;
}
.sf-content__row--news .sf-article-header__avatar {
  display: none;
}
@media (min-width: 1000px) {
  .sf-article-header__avatar {
    height: 72px;
    width: 72px;
  }
}
.sf-article-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.sf-article-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-template-templates .sf-article-header__actions {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  padding-top: 40px;
}
@media (min-width: 760px) {
  .post-template-templates .sf-article-header__actions {
    padding-top: 0;
  }
}
.sf-article-header__author {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #798f9c;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.post-template-article-feature .sf-article-header__author {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
}
.sf-article-header__author a:link,
.sf-article-header__author a:visited {
  color: #798f9c;
}
.sf-article-header__author a:hover {
  color: #37474f;
}

.sf-article-hero {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
  height: calc(75vh - 160px);
  min-height: 300px;
}
@media (min-width: 760px) {
  .sf-article-hero {
    height: calc(75vh - 180px + 70px);
    min-height: 570px;
  }
}
@media (min-width: 1000px) {
  .sf-article-hero {
    height: calc(75vh - 170px + 70px);
  }
}
.sf-article-hero--video {
  margin-bottom: 60px;
  height: auto;
  min-height: auto;
}
@media (min-width: 760px) {
  .sf-article-hero--video {
    height: auto;
    min-height: auto;
  }
}
@media (min-width: 1000px) {
  .sf-article-hero--video {
    height: auto;
    min-height: auto;
  }
}
.post-template-article-feature .sf-article-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: calc(100vh - 160px);
}
@media (min-width: 760px) {
  .post-template-article-feature .sf-article-hero {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    display: block;
    height: calc(100vh - 180px + 70px);
    padding-bottom: 160px;
  }
}
@media (min-width: 1000px) {
  .post-template-article-feature .sf-article-hero {
    height: calc(100vh - 170px + 70px);
  }
}
.post-template-article-feature .sf-article-hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #162142), to(rgba(128, 128, 128, 0)));
  background: linear-gradient(0deg, #162142 20%, rgba(128, 128, 128, 0) 100%);
  opacity: 0.65;
  z-index: 1;
}
@media (min-width: 760px) {
  .post-template-article-feature .sf-article-hero::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 70px;
    background-color: #fff;
    z-index: 2;
  }
}
.sf-article-hero__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 40px;
}
.sf-article-hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sf-article-hero__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 10;
}
@media (min-width: 760px) {
  .sf-article-hero__title-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    padding-bottom: 0;
  }
}
.sf-article-hero__title {
  font-size: 28.48px;
  font-size: 1.78rem;
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  align-self: flex-end;
}
@media (min-width: 550px) {
  .sf-article-hero__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 760px) {
  .sf-article-hero__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 1000px) {
  .sf-article-hero__title {
    font-size: 40.55px;
    font-size: 2.534375rem;
  }
}
.sf-article-hero__video-container {
  position: relative;
}
.sf-article-hero__video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-color: #b1bec5;
  cursor: pointer;
}
.sf-article-hero__video::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cpath id='Icon_material-play-circle-filled' data-name='Icon material-play-circle-filled' d='M93,3a90,90,0,1,0,90,90A90.033,90.033,0,0,0,93,3ZM75,133.5v-81L129,93Z' transform='translate(-3 -3)' fill='%23ffc800' opacity='0.8'/%3E%3C/svg%3E%0A");
  -webkit-transition: background-image 180ms linear;
  transition: background-image 180ms linear;
  background-size: 100%;
}
.sf-article-hero__video:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cpath id='Icon_material-play-circle-filled' data-name='Icon material-play-circle-filled' d='M93,3a90,90,0,1,0,90,90A90.033,90.033,0,0,0,93,3ZM75,133.5v-81L129,93Z' transform='translate(-3 -3)' fill='%23ffc800'/%3E%3C/svg%3E%0A");
}
.sf-article-hero__video.lazy-video--loaded::after {
  display: none;
}
.sf-article-hero__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sf-article-content {
  margin-bottom: 60px;
}
@media (min-width: 760px) {
  .post-template-article-feature .sf-article-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
}
@media (min-width: 1000px) {
  .post-template-article-video .sf-article-content {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
  }
}
.sf-article-content__text .alignnone {
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sf-article-content__text .aligncenter {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.sf-article-content__text .alignleft,
.sf-article-content__text .alignright {
  height: auto;
}
@media (min-width: 760px) {
  .sf-article-content__text .alignleft {
    float: left;
  }
}
@media (min-width: 760px) {
  .sf-article-content__text .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
@media (min-width: 760px) {
  .post-template-article-feature .sf-article-content__text .size-full {
    max-width: calc(100vw - 16%);
    width: 1290px;
    margin-left: calc((-138.5% / 12) * 2);
  }
}
@media (min-width: 760px) {
  .post-template-article-feature .sf-article-content__text .size-full + figcaption {
    max-width: calc(100vw - 16%);
    width: 1290px;
    margin-left: calc((-138.5% / 12) * 2);
  }
}
.sf-article-content__text h1,
.sf-article-content__text h2,
.sf-article-content__text h3,
.sf-article-content__text h4,
.sf-article-content__text h5,
.sf-article-content__text h6 {
  max-width: 712px;
}
.sf-article-content__text img,
.sf-article-content__text figure {
  display: block;
  float: none;
  height: auto;
  margin-bottom: 24px;
  margin-top: 9px;
  max-width: 100%;
}
@media (min-width: 760px) {
  .sf-article-content__text img,
.sf-article-content__text figure {
    margin-bottom: 36px;
    margin-top: 1px;
  }
}
@media (min-width: 1000px) {
  .sf-article-content__text img,
.sf-article-content__text figure {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media (min-width: 1000px) {
  .sf-article-content__text img.alignleft,
.sf-article-content__text figure.alignleft {
    float: left;
    margin-right: 10.5882352941%;
    width: 38.8235294118%;
  }
}
@media (min-width: 1000px) {
  .sf-article-content__text img.alignright,
.sf-article-content__text figure.alignright {
    float: right;
    margin-left: 10.5882352941%;
    width: 38.8235294118%;
  }
}
.sf-article-content__text figure,
.sf-article-content__text .wp-caption {
  margin-bottom: 24px;
  width: 100vw;
}
@media (min-width: 760px) {
  .sf-article-content__text figure,
.sf-article-content__text .wp-caption {
    margin-bottom: 36px;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .sf-article-content__text figure,
.sf-article-content__text .wp-caption {
    margin-bottom: 42px;
  }
}
.sf-article-content__text figure img,
.sf-article-content__text .wp-caption img {
  margin: 0;
}
@media (min-width: 1000px) {
  .sf-article-content__text figure.alignleft,
.sf-article-content__text .wp-caption.alignleft {
    float: left;
    margin-right: 10.5882352941%;
    width: 38.8235294118%;
  }
}
@media (min-width: 1000px) {
  .sf-article-content__text figure.alignright,
.sf-article-content__text .wp-caption.alignright {
    float: right;
    margin-left: 10.5882352941%;
    width: 38.8235294118%;
  }
}
.sf-article-content__text figcaption,
.sf-article-content__text .wp-caption-text {
  background-color: #fff;
  color: #798f9c;
  line-height: 1.2;
  margin-top: 10px;
  max-width: 712px;
  font-size: 15.2px;
  font-size: 0.95rem;
}
.sf-article-content__text .gallery-item {
  position: relative;
}
.sf-article-content__text .gallery-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #1f2933;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  padding: 2px 5px;
}
.sf-article-content__text .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 1000px) {
  .sf-article-content__text .gallery {
    margin-bottom: 42px;
  }
}
.sf-article-content__text .gallery figure {
  display: none;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
.sf-article-content__text .gallery figure .gallery-icon {
  height: 100%;
}
.sf-article-content__text .gallery figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sf-article-content__text .gallery figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  margin-bottom: 0;
  margin-top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sf-article-content__text .gallery figure a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 180ms linear;
  transition: opacity 180ms linear;
  z-index: 1;
}
.sf-article-content__text .gallery figure a:hover::before {
  background-color: #fff;
  opacity: 0.2;
}
.sf-article-content__text .gallery-columns-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
  grid-template-columns: 70% 30%;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0;
}
.sf-article-content__text .gallery-columns-1 figure {
  max-width: 100%;
}
.sf-article-content__text .gallery-columns-1 figure:nth-child(1) {
  display: block;
}
.sf-article-content__text .gallery-columns-1 figure:nth-child(2) {
  display: block;
}
.sf-article-content__text .gallery-columns-1 figure:nth-child(3) {
  display: block;
}
.sf-article-content__text .gallery-columns-1 figure:first-child {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}
.sf-article-content__text .gallery-columns-1 figure:first-child a {
  padding-bottom: 75%;
}
.sf-article-content__text .gallery-columns-1 figure:nth-child(2) {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.sf-article-content__text .gallery-columns-1 figure:nth-child(2) a {
  height: 100%;
}
.sf-article-content__text .gallery-columns-1 figure:nth-child(3) {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}
.sf-article-content__text .gallery-columns-1 figure:nth-child(3) a {
  height: 100%;
}
.sf-article-content__text .gallery-columns-1 .gallery-icon,
.sf-article-content__text .gallery-columns-1 img {
  height: 100%;
}
.sf-article-content__text .gallery-columns-2 figure {
  -webkit-box-flex: 49%;
      -ms-flex: 49%;
          flex: 49%;
}
@media (min-width: 1000px) {
  .sf-article-content__text .gallery-columns-2 figure {
    -webkit-box-flex: 48%;
        -ms-flex: 48%;
            flex: 48%;
  }
}
.sf-article-content__text .gallery-columns-2 figure:nth-child(1) {
  display: block;
}
.sf-article-content__text .gallery-columns-2 figure:nth-child(2) {
  display: block;
}
.sf-article-content__text .gallery-columns-2 figure:nth-child(3) {
  display: block;
}
.sf-article-content__text .gallery-columns-2 figure:nth-child(4) {
  display: block;
}
.sf-article-content__text .gallery-columns-2 figure a {
  padding-bottom: 60%;
}
.sf-article-content__text .gallery-columns-3 figure {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}
.sf-article-content__text .gallery-columns-3 figure:nth-child(1) {
  display: block;
}
.sf-article-content__text .gallery-columns-3 figure:nth-child(2) {
  display: block;
}
.sf-article-content__text .gallery-columns-3 figure:nth-child(3) {
  display: block;
}
.sf-article-content__text .gallery-columns-3 figure:nth-child(4) {
  display: block;
}
.sf-article-content__text .gallery-columns-3 figure:nth-child(5) {
  display: block;
}
.sf-article-content__text .gallery-columns-3 figure:nth-child(6) {
  display: block;
}
@media (min-width: 1000px) {
  .sf-article-content__text .gallery-columns-3 figure {
    -webkit-box-flex: 31%;
        -ms-flex: 31%;
            flex: 31%;
  }
}
.sf-article-content__text .gallery-columns-3 figure a {
  padding-bottom: 80%;
}
.sf-article-content__text .gallery-columns-4 figure,
.sf-article-content__text .gallery-columns-5 figure,
.sf-article-content__text .gallery-columns-6 figure,
.sf-article-content__text .gallery-columns-7 figure,
.sf-article-content__text .gallery-columns-8 figure,
.sf-article-content__text .gallery-columns-9 figure {
  -webkit-box-flex: 48.5%;
      -ms-flex: 48.5%;
          flex: 48.5%;
}
@media (min-width: 1000px) {
  .sf-article-content__text .gallery-columns-4 figure,
.sf-article-content__text .gallery-columns-5 figure,
.sf-article-content__text .gallery-columns-6 figure,
.sf-article-content__text .gallery-columns-7 figure,
.sf-article-content__text .gallery-columns-8 figure,
.sf-article-content__text .gallery-columns-9 figure {
    -webkit-box-flex: 24%;
        -ms-flex: 24%;
            flex: 24%;
  }
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(1),
.sf-article-content__text .gallery-columns-5 figure:nth-child(1),
.sf-article-content__text .gallery-columns-6 figure:nth-child(1),
.sf-article-content__text .gallery-columns-7 figure:nth-child(1),
.sf-article-content__text .gallery-columns-8 figure:nth-child(1),
.sf-article-content__text .gallery-columns-9 figure:nth-child(1) {
  display: block;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(2),
.sf-article-content__text .gallery-columns-5 figure:nth-child(2),
.sf-article-content__text .gallery-columns-6 figure:nth-child(2),
.sf-article-content__text .gallery-columns-7 figure:nth-child(2),
.sf-article-content__text .gallery-columns-8 figure:nth-child(2),
.sf-article-content__text .gallery-columns-9 figure:nth-child(2) {
  display: block;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(3),
.sf-article-content__text .gallery-columns-5 figure:nth-child(3),
.sf-article-content__text .gallery-columns-6 figure:nth-child(3),
.sf-article-content__text .gallery-columns-7 figure:nth-child(3),
.sf-article-content__text .gallery-columns-8 figure:nth-child(3),
.sf-article-content__text .gallery-columns-9 figure:nth-child(3) {
  display: block;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(4),
.sf-article-content__text .gallery-columns-5 figure:nth-child(4),
.sf-article-content__text .gallery-columns-6 figure:nth-child(4),
.sf-article-content__text .gallery-columns-7 figure:nth-child(4),
.sf-article-content__text .gallery-columns-8 figure:nth-child(4),
.sf-article-content__text .gallery-columns-9 figure:nth-child(4) {
  display: block;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(5),
.sf-article-content__text .gallery-columns-5 figure:nth-child(5),
.sf-article-content__text .gallery-columns-6 figure:nth-child(5),
.sf-article-content__text .gallery-columns-7 figure:nth-child(5),
.sf-article-content__text .gallery-columns-8 figure:nth-child(5),
.sf-article-content__text .gallery-columns-9 figure:nth-child(5) {
  display: block;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(6),
.sf-article-content__text .gallery-columns-5 figure:nth-child(6),
.sf-article-content__text .gallery-columns-6 figure:nth-child(6),
.sf-article-content__text .gallery-columns-7 figure:nth-child(6),
.sf-article-content__text .gallery-columns-8 figure:nth-child(6),
.sf-article-content__text .gallery-columns-9 figure:nth-child(6) {
  display: block;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(7),
.sf-article-content__text .gallery-columns-5 figure:nth-child(7),
.sf-article-content__text .gallery-columns-6 figure:nth-child(7),
.sf-article-content__text .gallery-columns-7 figure:nth-child(7),
.sf-article-content__text .gallery-columns-8 figure:nth-child(7),
.sf-article-content__text .gallery-columns-9 figure:nth-child(7) {
  display: block;
}
.sf-article-content__text .gallery-columns-4 figure:nth-child(8),
.sf-article-content__text .gallery-columns-5 figure:nth-child(8),
.sf-article-content__text .gallery-columns-6 figure:nth-child(8),
.sf-article-content__text .gallery-columns-7 figure:nth-child(8),
.sf-article-content__text .gallery-columns-8 figure:nth-child(8),
.sf-article-content__text .gallery-columns-9 figure:nth-child(8) {
  display: block;
}
.sf-article-content__text .gallery-columns-4 figure a,
.sf-article-content__text .gallery-columns-5 figure a,
.sf-article-content__text .gallery-columns-6 figure a,
.sf-article-content__text .gallery-columns-7 figure a,
.sf-article-content__text .gallery-columns-8 figure a,
.sf-article-content__text .gallery-columns-9 figure a {
  padding-bottom: 100%;
}
.sf-article-content__text blockquote {
  position: relative;
  max-width: 712px;
  padding-left: 90px;
  color: #33497A;
  padding-bottom: 30px;
  border-bottom: 1px solid #FFC800;
  margin-top: 50px;
  margin-bottom: 50px;
}
.sf-article-content__text blockquote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 70px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='71.023' height='51.823' viewBox='0 0 71.023 51.823'%3E%3Cpath id='Path_607' data-name='Path 607' d='M62.337,104.772q-9.134,0-13.235-6.524a23.549,23.549,0,0,1-2.983-6.9,33.511,33.511,0,0,1,3.821-26.1,33.133,33.133,0,0,1,14.633-12.3l1.678,3.355a24.829,24.829,0,0,0-9.414,6.9,19.131,19.131,0,0,0-4.754,9.507A17.674,17.674,0,0,0,51.525,77a11.127,11.127,0,0,0,.559,3.542A13.97,13.97,0,0,1,62.9,76.065a14.963,14.963,0,0,1,10.625,3.821q4.1,3.821,4.1,10.532a13.523,13.523,0,0,1-4.287,10.346A15.463,15.463,0,0,1,62.337,104.772Zm-38.4,0q-9.134,0-13.235-6.524a23.55,23.55,0,0,1-2.983-6.9,33.511,33.511,0,0,1,3.821-26.1,33.133,33.133,0,0,1,14.633-12.3l1.678,3.355a24.829,24.829,0,0,0-9.414,6.9,19.131,19.131,0,0,0-4.753,9.507A17.674,17.674,0,0,0,13.124,77a11.127,11.127,0,0,0,.559,3.542A13.97,13.97,0,0,1,24.5,76.065a14.963,14.963,0,0,1,10.625,3.821q4.1,3.821,4.1,10.532a13.523,13.523,0,0,1-4.287,10.346A15.463,15.463,0,0,1,23.936,104.772Z' transform='translate(-6.6 -52.95)' fill='%23ffc800'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
}
.sf-article-content__text table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 60px;
}
.sf-article-content__text table tr td,
.sf-article-content__text table tr th {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.sf-article-content__text table tr td:first-child,
.sf-article-content__text table tr th:first-child {
  padding-left: 0;
}
.sf-article-content__text table tr td:last-child,
.sf-article-content__text table tr th:last-child {
  padding-right: 0;
}
.sf-article-content__text table tr td table tr:last-child,
.sf-article-content__text table tr th table tr:last-child {
  border-bottom: none;
}
.sf-article-content__text table tr td p,
.sf-article-content__text table tr th p {
  margin-bottom: 0;
}
.sf-article-content__text .fluid-width-video-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sf-article-content__text .text-style-question {
  font-weight: 700;
  font-style: italic;
}
.sf-article-content__text .text-style-answer {
  color: #676767;
}
.sf-article-content__text .text-style-info {
  font-size: 12.7px;
  font-size: 0.79375rem;
  color: #798f9c;
  line-height: 1.2;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  font-weight: 600;
}
.sf-article-content__text .sf-contents {
  background: #fff;
  border: 1px solid #edeff1;
  margin-bottom: 24px;
  padding: 6px 12px;
}
@media (min-width: 1290px) {
  .sf-article-content__text .sf-contents {
    float: left;
    margin-bottom: 30px;
    margin-right: 5%;
    margin-top: 30px;
    padding: 18px 30px;
    width: 40%;
  }
}
.sf-article-content__text .sf-contents__title {
  font-family: "Lato", sans-serif;
  margin: 0;
}
.sf-article-content__text .sf-contents__list {
  margin: 0;
  width: 100%;
}
.sf-article-content__text .sf-contents__item {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (min-width: 760px) {
  .sf-article-content__text .sf-contents__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media (min-width: 1000px) {
  .sf-article-content__text .sf-contents__item {
    display: block;
    margin: 0;
    margin-bottom: 3px;
  }
}
.sf-article-content__text .sf-contents__item::before {
  background: none;
  display: none;
  margin: 0;
  padding: 0;
}
.sf-article-content__text .sf-contents__item_level_1, .sf-article-content__text .sf-contents__item_level_2, .sf-article-content__text .sf-contents__item_level_3 {
  display: none;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .sf-article-content__text .sf-contents__item_level_1, .sf-article-content__text .sf-contents__item_level_2, .sf-article-content__text .sf-contents__item_level_3 {
    display: block;
  }
}
.sf-article-content__text .sf-contents__item_level_1::before, .sf-article-content__text .sf-contents__item_level_2::before, .sf-article-content__text .sf-contents__item_level_3::before {
  content: "-";
  display: inline;
}
.sf-article-content__text .sf-contents__item_level_1 {
  margin-left: 1em;
}
.sf-article-content__text .sf-contents__item_level_2 {
  margin-left: 2em;
}
.sf-article-content__text .sf-contents__item_level_3 {
  margin-left: 3em;
}
.sf-article-content__text .sf-contents__link:link, .sf-article-content__text .sf-contents__link:visited {
  color: #162142;
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .sf-article-content__text .sf-contents__link:link, .sf-article-content__text .sf-contents__link:visited {
    text-decoration: none;
  }
}
.sf-article-content__text .sf-contents__link:hover {
  color: #090e1c;
}
.sf-article-content__text .sf-contents-link {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 6px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  font-size: 12.7px;
  font-size: 0.79375rem;
}
@media (min-width: 1000px) {
  .sf-article-content__text .sf-contents-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sf-article-content__text .sf-contents-link:link, .sf-article-content__text .sf-contents-link:visited {
  background-color: #162142;
  color: #fff;
}
.sf-article-content__text .sf-contents-link:hover {
  -webkit-box-shadow: 0 4px 0 #090e1c;
          box-shadow: 0 4px 0 #090e1c;
}
@media (min-width: 760px) {
  .post-template-article-feature .sf-article-content__text {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 9;
    grid-column-end: 12;
  }
}
.sf-article-content__text p,
.sf-article-content__text ul,
.sf-article-content__text ol,
.sf-article-content__text hr {
  max-width: 712px;
}
.page .sf-article-content__text p,
.page .sf-article-content__text ul,
.page .sf-article-content__text ol,
.page .sf-article-content__text hr {
  max-width: 1000px;
}
.sf-article-content__text hr {
  margin: 2rem 0;
}
.sf-article-content__text a {
  text-decoration: underline;
}
.sf-article-content__dropcap {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  float: left;
  line-height: 1;
  margin-right: 5px;
}
.sf-article-content__image-caption {
  font-size: 15.2px;
  font-size: 0.95rem;
  color: #798f9c;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.sf-article-signoff {
  margin-bottom: 1rem;
}
.sf-article-signoff__content {
  font-size: 1rem;
  font-style: italic;
}

.sf-article-tags {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #b1bec5;
  border-bottom: 1px solid #b1bec5;
}
@media (min-width: 1000px) {
  .post-template-article-video .sf-article-tags {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
  }
}
.sf-article-tags__title {
  font-size: 25.31px;
  font-size: 1.581875rem;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #33497A;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sf-article-tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sf-article-tags__item {
  margin-right: 20px;
}
.sf-article-tags__link {
  font-size: 18.3px;
  font-size: 1.14375rem;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 12px;
  color: #798f9c;
  border: 1px solid #798f9c;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.sf-article-tags__link:last-child {
  margin: 0;
}

.sf-author {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #798f9c;
  margin-top: 30px;
}
.sf-content__row--news .sf-author {
  display: none;
}
.sf-author__link {
  color: #798f9c;
}

.sf-author-bio {
  border-bottom: 1px solid #b1bec5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 20px 0;
}
@media (min-width: 1000px) {
  .post-template-article-video .sf-author-bio {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
  }
}
.sf-author-bio__avatar {
  width: 100px;
  height: auto;
  margin-right: 20px;
}
.sf-author-bio__link {
  font-size: 18.3px;
  font-size: 1.14375rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
  color: #798f9c;
}
.sf-author-bio__link a:link, .sf-author-bio__link a:visited {
  color: #798f9c;
}
.sf-author-bio__link a:hover {
  color: #1f2933;
}
.sf-author-bio__name {
  font-size: 18.3px;
  font-size: 1.14375rem;
  line-height: 1.2;
  color: #798f9c;
  font-weight: 700;
  margin-bottom: 0;
}
.sf-author-bio__company, .sf-author-bio__text {
  display: none;
}

.sf-author-header {
  margin-top: 40px;
  margin-bottom: 90px;
}
.sf-article-header .sf-author-header {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #b1bec5;
  border-bottom: 1px solid #b1bec5;
}
.sf-author-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 760px) {
  .sf-author-header__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.single-post .sf-author-header__row {
  margin-bottom: 0;
}
.sf-author-header__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 40px;
}
.sf-author-header__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sf-author-header__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 30px;
}
.sf-author-header__tag {
  font-size: 18.3px;
  font-size: 1.14375rem;
  color: #798f9c;
  margin-bottom: 5px;
}
.author .sf-author-header__tag {
  display: none;
}
.sf-author-header__name {
  font-size: 28.48px;
  font-size: 1.78rem;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.sf-author-header__company {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
}
.sf-author-header__content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
.sf-article-header .sf-author-header__content {
  display: none;
}
.sf-author-header__socials {
  margin-top: 20px;
}
.sf-author-header__text {
  font-size: 18.3px;
  font-size: 1.14375rem;
}

.sf-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-card {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (min-width: 1000px) {
  .sf-card {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
}
.sf-section--skin-primary .sf-card, .sf-section--skin-dark .sf-card, .sf-section--skin-accent .sf-card {
  background-color: #fff;
}
.sf-cards--1 .sf-card {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-cards--1 .sf-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
.sf-cards--2 .sf-card {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-cards--2 .sf-card {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
@media (min-width: 760px) {
  .sf-cards--2 .sf-card {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
.sf-cards--3 .sf-card {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-cards--3 .sf-card {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (min-width: 760px) {
  .sf-cards--3 .sf-card {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
.sf-cards--6 .sf-card {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-cards--6 .sf-card {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (min-width: 760px) {
  .sf-cards--6 .sf-card {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
@media (min-width: 1000px) {
  .sf-cards--6 .sf-card {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
}
.sf-cards--author .sf-card {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-cards--author .sf-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 40px;
    -ms-grid-column-span: 8;
    grid-column: 8 span;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
.sf-cards--stories-panel .sf-card:first-child {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-cards--stories-panel .sf-card:first-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
.sf-cards--tiny .sf-card {
  position: relative;
  padding: 15px 20px;
}
@media (min-width: 1000px) {
  .sf-cards--sidebar .sf-card {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
}
.sf-cards--featured .sf-card {
  min-height: 550px;
}
.sf-cards--search .sf-card {
  background-color: #fff;
}
@media (min-width: 1000px) {
  .sf-cards--search .sf-card {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
  }
}
.sf-cards--tiny .sf-card::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: auto;
  top: 20px;
  bottom: 20px;
  right: -20px;
  background-color: #798f9c;
}
.sf-card__header {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 550px) {
  .sf-cards--1 .sf-card__header, .sf-cards--stories-panel .sf-card:first-child .sf-card__header {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
@media (min-width: 760px) {
  .sf-cards--1 .sf-card__header, .sf-cards--stories-panel .sf-card:first-child .sf-card__header {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    margin-bottom: 0;
  }
}
@media (min-width: 760px) {
  .sf-cards--featured .sf-card__header {
    -ms-flex-item-align: baseline;
        align-self: baseline;
    padding: 34px 40px;
    margin-left: -100px;
    background-color: #fff;
  }
}
.sf-directory-cards .sf-card__header {
  height: 180px;
}
@media (min-width: 1290px) {
  .sf-directory-cards .sf-card__header {
    height: 250px;
  }
}
.sf-cards--companies .sf-card__header, .sf-cards--jobs .sf-card__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  border: 1px solid #edeff1;
  max-height: 200px;
}
@media (min-width: 550px) {
  .sf-cards--author .sf-card__header {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    margin-bottom: 0;
  }
}
.sf-content__sidebar .sf-card__header {
  margin-bottom: 30px;
}
.sf-content__sidebar .sf-most-popular .sf-card:nth-child(1) .sf-card__header::after {
  font-size: 65.5px;
  font-size: 4.09375rem;
  line-height: 36.96px;
  line-height: 2.31rem;
  content: "1";
  display: block;
  position: absolute;
  bottom: 0px;
  min-width: 55px;
  height: 37px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #1f2933;
  background-color: #fff;
}
.sf-content__sidebar .sf-most-popular .sf-card:nth-child(2) .sf-card__header::after {
  font-size: 65.5px;
  font-size: 4.09375rem;
  line-height: 36.96px;
  line-height: 2.31rem;
  content: "2";
  display: block;
  position: absolute;
  bottom: 0px;
  min-width: 55px;
  height: 37px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #1f2933;
  background-color: #fff;
}
.sf-content__sidebar .sf-most-popular .sf-card:nth-child(3) .sf-card__header::after {
  font-size: 65.5px;
  font-size: 4.09375rem;
  line-height: 36.96px;
  line-height: 2.31rem;
  content: "3";
  display: block;
  position: absolute;
  bottom: 0px;
  min-width: 55px;
  height: 37px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #1f2933;
  background-color: #fff;
}
.sf-content__sidebar .sf-most-popular .sf-card:nth-child(4) .sf-card__header::after {
  font-size: 65.5px;
  font-size: 4.09375rem;
  line-height: 36.96px;
  line-height: 2.31rem;
  content: "4";
  display: block;
  position: absolute;
  bottom: 0px;
  min-width: 55px;
  height: 37px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #1f2933;
  background-color: #fff;
}
.sf-content__sidebar .sf-most-popular .sf-card:nth-child(5) .sf-card__header::after {
  font-size: 65.5px;
  font-size: 4.09375rem;
  line-height: 36.96px;
  line-height: 2.31rem;
  content: "5";
  display: block;
  position: absolute;
  bottom: 0px;
  min-width: 55px;
  height: 37px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #1f2933;
  background-color: #fff;
}
.sf-content__sidebar .sf-most-popular .sf-card:nth-child(6) .sf-card__header::after {
  font-size: 65.5px;
  font-size: 4.09375rem;
  line-height: 36.96px;
  line-height: 2.31rem;
  content: "6";
  display: block;
  position: absolute;
  bottom: 0px;
  min-width: 55px;
  height: 37px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #1f2933;
  background-color: #fff;
}
.sf-content__sidebar .sf-most-popular .sf-card:nth-child(7) .sf-card__header::after {
  font-size: 65.5px;
  font-size: 4.09375rem;
  line-height: 36.96px;
  line-height: 2.31rem;
  content: "7";
  display: block;
  position: absolute;
  bottom: 0px;
  min-width: 55px;
  height: 37px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #1f2933;
  background-color: #fff;
}
.sf-content__sidebar .sf-most-popular .sf-card:nth-child(8) .sf-card__header::after {
  font-size: 65.5px;
  font-size: 4.09375rem;
  line-height: 36.96px;
  line-height: 2.31rem;
  content: "8";
  display: block;
  position: absolute;
  bottom: 0px;
  min-width: 55px;
  height: 37px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #1f2933;
  background-color: #fff;
}
.sf-content__sidebar .sf-most-popular .sf-card:nth-child(9) .sf-card__header::after {
  font-size: 65.5px;
  font-size: 4.09375rem;
  line-height: 36.96px;
  line-height: 2.31rem;
  content: "9";
  display: block;
  position: absolute;
  bottom: 0px;
  min-width: 55px;
  height: 37px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #1f2933;
  background-color: #fff;
}
.sf-content__sidebar .sf-most-popular .sf-card:nth-child(10) .sf-card__header::after {
  font-size: 65.5px;
  font-size: 4.09375rem;
  line-height: 36.96px;
  line-height: 2.31rem;
  content: "10";
  display: block;
  position: absolute;
  bottom: 0px;
  min-width: 55px;
  height: 37px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #1f2933;
  background-color: #fff;
}
@media (min-width: 550px) {
  .sf-card__feature-content {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }
}
@media (min-width: 760px) {
  .sf-card__feature-content {
    -ms-grid-column: 8;
        grid-column-start: 8;
    -ms-grid-column-span: 5;
    grid-column-end: 13;
  }
}
.sf-card__image-container {
  overflow: hidden;
}
.sf-cards--featured .sf-card__image-container {
  margin-bottom: 20px;
  overflow: visible;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
}
@media (min-width: 550px) {
  .sf-cards--featured .sf-card__image-container {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }
}
@media (min-width: 760px) {
  .sf-cards--featured .sf-card__image-container {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
    width: 100%;
    overflow: hidden;
    min-height: 350px;
    height: 100%;
    margin-bottom: 0;
  }
}
.sf-cards--sidebar .sf-card__image-container {
  margin-bottom: 15px;
}
.sf-card__image-link {
  display: block;
  height: 100%;
  overflow: hidden;
}
.sf-card__image-link::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E6E8EE;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.sf-card:hover .sf-card__image-link::after {
  opacity: 0.2;
}
.sf-cards--featured .sf-card__image-link::after {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
  position: absolute;
}
@media (min-width: 760px) {
  .sf-cards--featured .sf-card__image-link::after {
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
    width: 100%;
  }
}
.sf-card__image {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms linear;
  transition: -webkit-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear;
  -webkit-transform: scale(1.0001);
      -ms-transform: scale(1.0001);
          transform: scale(1.0001);
}
.sf-card:hover .sf-card__image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.sf-card__image--object-fit {
  background-position: center;
  background-size: cover;
}
.sf-card__image--object-fit img {
  visibility: hidden;
}
.sf-cards--1 .sf-card__image, .sf-cards--stories-panel .sf-card:first-child .sf-card__image {
  height: 250px;
  min-height: 100%;
}
@media (min-width: 1000px) {
  .sf-cards--1 .sf-card__image, .sf-cards--stories-panel .sf-card:first-child .sf-card__image {
    height: 350px;
    margin-bottom: 0;
  }
}
.sf-cards--featured .sf-card__image {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
  height: 400px;
}
@media (min-width: 760px) {
  .sf-cards--featured .sf-card__image {
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
    width: 100%;
    min-height: 100%;
  }
}
@media (min-width: 1000px) {
  .sf-cards--featured .sf-card__image {
    height: 450px;
  }
}
.sf-cards--2 .sf-card__image {
  height: 250px;
}
@media (min-width: 1000px) {
  .sf-cards--2 .sf-card__image {
    height: 300px;
  }
}
@media (min-width: 1290px) {
  .sf-cards--2 .sf-card__image {
    height: 350px;
  }
}
@media (min-width: 1290px) {
  .sf-cards--3 .sf-card__image {
    height: 250px;
  }
}
@media (min-width: 1290px) {
  .sf-cards--4 .sf-card__image {
    height: 200px;
  }
}
.sf-cards--6 .sf-card__image {
  display: none;
}
@media (min-width: 1290px) {
  .sf-cards--sidebar .sf-card__image {
    height: 200px;
  }
}
@media (min-width: 1290px) {
  .sf-cards--related .sf-card__image {
    height: 200px;
  }
}
@media (min-width: 1290px) {
  .post-template-article-feature .sf-cards--related .sf-card__image {
    height: 260px;
  }
}
.sf-cards--companies .sf-card__image, .sf-cards--jobs .sf-card__image {
  width: auto;
  max-width: 60%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
  margin-left: auto;
}
.sf-card__image--placeholder {
  background-color: #fff;
  border-bottom: 1px solid #edeff1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
}
@media (min-width: 1000px) {
  .sf-cards--1 .sf-card__image--placeholder, .sf-cards--stories-panel .sf-card:first-child .sf-card__image--placeholder {
    border-bottom: none;
    border-right: 1px solid #edeff1;
  }
}
.sf-card__image--placeholder svg {
  -ms-flex-line-pack: center;
      align-content: center;
  display: block;
  height: 100%;
  margin: 0 auto;
  vertical-align: middle;
  width: 60%;
}
.sf-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
}
@media (min-width: 550px) {
  .sf-cards--1 .sf-card__text, .sf-cards--stories-panel .sf-card:first-child .sf-card__text {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }
}
@media (min-width: 760px) {
  .sf-cards--1 .sf-card__text, .sf-cards--stories-panel .sf-card:first-child .sf-card__text {
    -ms-grid-column: 7;
        grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
  }
}
@media (min-width: 760px) {
  .sf-cards--stories-panel .sf-card:first-child .sf-card__text {
    padding-top: 30px;
  }
}
.sf-directory-cards .sf-card__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sf-section--skin-primary .sf-card__text, .sf-section--skin-dark .sf-card__text, .sf-section--skin-accent .sf-card__text {
  padding: 0 20px 20px;
}
.sf-section--skin-primary .sf-cards--tiny .sf-card__text, .sf-section--skin-dark .sf-cards--tiny .sf-card__text {
  padding: 0;
}
.sf-cards--author .sf-card__text {
  -ms-grid-column: 5;
      grid-column-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 9;
}
@media (min-width: 760px) {
  .sf-cards--search .sf-card__text {
    padding: 40px 0;
    z-index: 10;
  }
}
.sf-cards--search .sf-card__text-inner {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 760px) {
  .sf-cards--search .sf-card__text-inner {
    padding: 24px 48px 24px 24px;
    margin-left: -102px;
    background-color: #fff;
  }
}
.sf-card__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .sf-cards--1 .sf-card__title, .sf-cards--stories-panel .sf-card:first-child .sf-card__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 1000px) {
  .sf-cards--1 .sf-card__title, .sf-cards--stories-panel .sf-card:first-child .sf-card__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 1000px) {
  .sf-cards--2 .sf-card__title {
    font-size: 25.31px;
    font-size: 1.581875rem;
  }
}
@media (min-width: 1000px) {
  .sf-cards--3 .sf-card__title, .sf-cards--4 .sf-card__title, .sf-cards--sidebar .sf-card__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.sf-cards--6 .sf-card__title {
  margin-bottom: 0;
}
.sf-cards--tiny .sf-card__title {
  font-size: 18.3px;
  font-size: 1.14375rem;
}
.sf-card__title-link:link, .sf-card__title-link:visited {
  color: #1f2933;
}
.sf-card__title-link:hover, .sf-card__title-link:active, .sf-card__title-link:focus {
  color: #162142;
}
.sf-card__excerpt {
  font-size: 18.3px;
  font-size: 1.14375rem;
  display: none;
  color: #798f9c;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
  line-height: 1.4;
}
.sf-cards--1 .sf-card__excerpt, .sf-cards--featured .sf-card__excerpt, .sf-cards--stories-panel .sf-card:first-child .sf-card__excerpt {
  display: block;
}
.sf-cards--stories-panel .sf-card:first-child .sf-card__excerpt {
  max-width: 500px;
}
@media (min-width: 1000px) {
  .sf-cards--2 .sf-card__excerpt {
    font-size: 18.3px;
    font-size: 1.14375rem;
  }
}
.sf-cards--4 .sf-card__excerpt {
  font-size: 15.2px;
  font-size: 0.95rem;
  margin-top: 10px;
}
.sf-cards--companies .sf-card__excerpt {
  display: block;
  color: #1f2933;
}
.sf-card__header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding-top: 5px;
  padding-right: 10px;
}
.sf-section--skin-primary .sf-card__header-meta, .sf-section--skin-dark .sf-card__header-meta, .sf-section--skin-accent .sf-card__header-meta {
  padding-left: 10px;
}
@media (min-width: 760px) {
  .sf-card__header-meta .sf-cards--1 {
    top: 0;
    bottom: auto;
  }
}
@media (min-width: 760px) {
  .sf-cards--stories-panel .sf-card:first-child .sf-card__header-meta {
    top: 10px;
    bottom: auto;
    right: -40px;
    left: auto;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    padding: 0;
  }
}
.sf-cards--properties .sf-card__header-meta {
  background-color: #fff;
}
.sf-cards--companies .sf-card__header-meta, .sf-cards--jobs .sf-card__header-meta {
  background-color: #162142;
  padding-left: 10px;
}
.sf-cards--featured .sf-card__header-meta {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .sf-cards--featured .sf-card__header-meta {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.sf-content__sidebar .sf-card__header-meta {
  display: none;
}
@media (min-width: 550px) {
  .sf-cards--author .sf-card__header-meta {
    left: auto;
    right: 0;
    -webkit-transform: translateX(calc(100% + 40px));
        -ms-transform: translateX(calc(100% + 40px));
            transform: translateX(calc(100% + 40px));
  }
}
.sf-cards--search .sf-card__header-meta {
  position: relative;
  margin-bottom: 24px;
}
.sf-cards--1 .sf-card__meta {
  display: block;
}
@media (min-width: 550px) {
  .sf-cards--1 .sf-card__meta {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }
}
@media (min-width: 760px) {
  .sf-cards--1 .sf-card__meta {
    -ms-grid-column: 8;
        grid-column-start: 8;
    -ms-grid-column-span: 5;
    grid-column-end: 13;
    -ms-grid-row-align: end;
        align-self: end;
  }
}
@media (min-width: 550px) {
  .sf-cards--author .sf-card__meta {
    -ms-grid-column: 5;
        grid-column-start: 5;
    -ms-grid-column-span: 4;
    grid-column-end: 9;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sf-cards--stories-panel .sf-card:first-child .sf-card__meta {
  display: none;
}
.sf-cards--small .sf-card__meta {
  display: none;
}
.sf-cards--tiny .sf-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}
.sf-cards--related .sf-card__meta {
  display: none;
}
.sf-cards--author .sf-card__meta {
  display: none;
}
.sf-card__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.sf-card__category {
  font-size: 12.7px;
  font-size: 0.79375rem;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  margin-right: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sf-card__category:link, .sf-card__category:visited {
  color: #798f9c;
}
.sf-section--skin-light .sf-cards--tiny .sf-card__category:link, .sf-cards--properties .sf-card__category:link, .sf-section--skin-light .sf-cards--tiny .sf-card__category:visited, .sf-cards--properties .sf-card__category:visited {
  color: #798f9c;
}
.sf-cards--companies .sf-card__category:link, .sf-cards--jobs .sf-card__category:link, .sf-cards--companies .sf-card__category:visited, .sf-cards--jobs .sf-card__category:visited {
  color: #fff;
}
.sf-card__category:hover {
  color: #1f2933;
}
.sf-section--skin-light .sf-cards--tiny .sf-card__category:hover {
  color: #33497A;
}
.sf-card__category:not(:last-child) {
  margin-right: 2px;
}
.sf-card__category::after {
  content: "•";
  margin-left: 0.5em;
  color: #798f9c;
}
.sf-card__category:hover .sf-card__category::after {
  color: #798f9c;
}
.sf-directory-cards .sf-card__category::after {
  display: none;
}
.author .sf-cards--archive .sf-card__category {
  display: block;
}
.sf-directory-cards .sf-card__category {
  margin-bottom: 5px;
}
.sf-card__author {
  display: none;
}
.sf-card__date {
  font-size: 12.7px;
  font-size: 0.79375rem;
  line-height: 1.2;
  color: #798f9c;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sf-section--skin-light .sf-cards--tiny .sf-card__date {
  color: #1f2933;
}
.sf-card__price {
  font-weight: 700;
  margin-top: 20px;
}
.sf-cards--properties .sf-card__company {
  margin-top: 10px;
}
.sf-cards--jobs .sf-card__company {
  margin-top: 20px;
}

.sf-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (min-width: 550px) {
  .sf-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px;
  }
}
.sf-cards--tiny {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  overflow: hidden;
}
@media (min-width: 550px) {
  .sf-cards--tiny {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px 40px;
  }
}
.sf-cards--sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px;
}
@media (min-width: 550px) {
  .sf-cards--sidebar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px;
  }
}
@media (min-width: 1000px) {
  .sf-cards--sidebar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
  }
}
.sf-cards--author {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (min-width: 550px) {
  .sf-cards--author {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 40px;
  }
}
.sf-cards--archive {
  margin-bottom: 50px;
}
.sf-cards--author {
  margin-bottom: 50px;
}
@media (min-width: 1000px) {
  .sf-cards--search {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 40px;
  }
}

.sf-cards-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.sf-comment {
  padding-top: 15px;
}
.sf-comment__body {
  border-bottom: 1px solid #edeff1;
}
.sf-comment__body .avatar {
  border-radius: 50%;
  margin-right: 15px;
  width: 30px;
}
.sf-comment__header {
  font-family: "Playfair Display", serif;
}
.sf-comment__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.sf-comment__author-name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 15px;
}
.sf-comment__date, .sf-comment__text, .sf-comment__reply, .sf-comment__warning {
  margin-left: 45px;
}
.sf-comment__date {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 7px;
  margin-left: 45px;
}
.sf-comment__date time {
  color: #798f9c;
}
.sf-comment__warning {
  font-size: 14px;
  font-size: 0.875rem;
  background: #6f87cf;
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 5px;
}
.sf-comment__text {
  max-width: 40em;
}
.sf-comment__text p {
  font-size: 1rem;
}
.sf-comment__reply:empty {
  display: none;
}
.sf-comment__reply a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 15px;
}
.sf-comment__children {
  list-style: none;
  padding-left: 0;
}
.sf-comments__list > li > .sf-comment__children {
  padding-left: 40px;
}
@media (min-width: 760px) {
  .sf-comment__children {
    padding-left: 40px;
  }
}
.sf-comment__children .sf-comment {
  padding-bottom: 0;
}

.sf-comments {
  margin-bottom: 30px;
}
.sf-comments__title {
  font-family: "Playfair Display", serif;
}
.sf-comments__list {
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  .sf-comments__list {
    margin-bottom: 30px;
  }
}
.sf-comments__navigation {
  margin-bottom: 30px;
}
.sf-comments__navigation-list {
  margin-bottom: 30px;
}
@media (min-width: 550px) {
  .sf-comments__navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sf-comments__navigation-btn {
  margin: 0;
}
.sf-comments__navigation-btn a {
  background-color: #162142;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.75em 1.15em;
  text-decoration: none;
  -webkit-transition: color 180ms linear, background-color 180ms linear;
  transition: color 180ms linear, background-color 180ms linear;
}
.sf-comments__navigation-btn a:link, .sf-comments__navigation-btn a:visited {
  color: #fff;
}
.sf-comments__navigation-btn a:hover, .sf-comments__navigation-btn a:focus {
  background: #293e7b;
}
.sf-comments__navigation-btn a:active {
  background: #3651a2;
}
.sf-comments .comment-form textarea,
.sf-comments .comment-form input {
  border: 1px solid #edeff1;
  padding: 10px;
}
.sf-comments .comment-form textarea {
  width: 100%;
}
.sf-comments .comment-form input {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Playfair Display", serif;
}
.sf-comments .comment-form label {
  margin-right: 5px;
}
.sf-comments .comment-form .submit {
  background-color: #162142;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.75em 1.15em;
  text-decoration: none;
  -webkit-transition: color 180ms linear, background-color 180ms linear;
  transition: color 180ms linear, background-color 180ms linear;
}
.sf-comments .comment-form .submit:link, .sf-comments .comment-form .submit:visited {
  color: #fff;
}
.sf-comments .comment-form .submit:hover, .sf-comments .comment-form .submit:focus {
  background: #293e7b;
}
.sf-comments .comment-form .submit:active {
  background: #3651a2;
}
.sf-comments .comment-form .comment-notes {
  font-size: 14px;
  font-size: 0.875rem;
}
.sf-comments .comment-form .comment-form-author label, .sf-comments .comment-form .comment-form-email label, .sf-comments .comment-form .comment-form-url label {
  min-width: 90px;
}
.sf-comments .comment-form .comment-form-cookies-consent {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sf-comments .comment-form .required {
  color: #162142;
}

.sf-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sf-content .post-template, .post-template-default .sf-content {
  padding-top: 0;
}
@media (min-width: 760px) {
  .sf-content .post-template, .post-template-default .sf-content {
    padding-top: 50px;
  }
}
.page-template-dashboard .sf-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #edeff1;
}
.search .sf-content {
  overflow: hidden;
}
.login .sf-content__container {
  max-width: 600px;
}
.page-template-dashboard .sf-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.page-template-dashboard .sf-content--menu-open .sf-content__container {
  overflow: hidden;
}
@media (min-width: 1000px) {
  .sf-content__row--with-sidebar, .author .sf-content__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
}
.sf-content__row--dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
}
@media (min-width: 1000px) {
  .sf-content__row--dashboard {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
}
@media (min-width: 760px) {
  .sf-content__main--with-sidebar {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 8;
    grid-column-end: 9;
  }
}
.sf-content__main--dashboard {
  width: calc(100% - 50px);
  padding-top: 60px;
  padding-bottom: 100px;
  margin-right: 0;
  -webkit-transition: margin-right 400ms ease-in-out;
  transition: margin-right 400ms ease-in-out;
}
.sf-content--menu-open .sf-content__main--dashboard {
  margin-right: -250px;
}
@media (min-width: 1000px) {
  .sf-content__main--dashboard {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    width: auto;
  }
}
@media (min-width: 1000px) {
  .post-template-article-video .sf-content__main-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
}
.sf-content__sidebar {
  margin-bottom: 70px;
}
@media (min-width: 760px) {
  .sf-content__sidebar {
    -ms-grid-column: 9;
        grid-column-start: 9;
    -ms-grid-column-span: 4;
    grid-column-end: 13;
    margin-top: 40px;
  }
}
@media (min-width: 1000px) {
  .sf-content__sidebar {
    -ms-grid-column: 10;
        grid-column-start: 10;
    -ms-grid-column-span: 3;
    grid-column-end: 13;
    margin-top: 70px;
  }
}
.sf-content__sidebar--dashboard {
  position: relative;
  width: 50px;
  padding: 40px 20px 40px 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #37474f;
  -webkit-transition: width 400ms ease-in-out;
  transition: width 400ms ease-in-out;
}
@media (min-width: 1000px) {
  .sf-content__sidebar--dashboard {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    width: auto;
    padding: 60px 30px;
  }
}
.sf-content--menu-open .sf-content__sidebar--dashboard {
  width: 250px;
}
.sf-content__sidebar--dashboard::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #37474f;
}
@media (min-width: 1000px) {
  .sf-content__sidebar--dashboard::before {
    display: none;
  }
}
.sf-contributor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
@media (min-width: 550px) {
  .sf-contributor {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
}
@media (min-width: 760px) {
  .sf-contributor {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
.sf-contributor__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 100%;
}
.sf-contributor__header img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sf-contributor__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sf-contributor__name {
  font-size: 25.31px;
  font-size: 1.581875rem;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.sf-contributor__meta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sf-contributor__link:hover {
  text-decoration: underline;
}
.sf-contributor__read-more {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}

.sf-contributors {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
  background-color: #edeff1;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media (min-width: 550px) {
  .sf-contributors__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 40px;
  }
}
@media (min-width: 760px) {
  .sf-contributors__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px;
  }
}

.sf-contributor-content {
  padding-bottom: 60px;
}
.sf-contributor-content__title {
  font-size: 28.48px;
  font-size: 1.78rem;
  line-height: 1.2;
  font-weight: 400;
  max-width: 28ch;
}
@media (min-width: 550px) {
  .sf-contributor-content__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 760px) {
  .sf-contributor-content__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 1000px) {
  .sf-contributor-content__title {
    font-size: 40.55px;
    font-size: 2.534375rem;
  }
}
.sf-contributor-content__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b1bec5;
}
@media (min-width: 550px) {
  .sf-contributor-content__sub-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 760px) {
  .sf-contributor-content__sub-title {
    font-size: 25.31px;
    font-size: 1.581875rem;
  }
}

.sf-copyrights {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-family: "Lato", sans-serif;
  color: #1f2933;
  margin-right: 20px;
  margin-bottom: 0;
}

.sf-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #edeff1;
}

.sf-dashboard-nav {
  margin-left: -250px;
  -webkit-transition: margin-left 400ms ease-in-out;
  transition: margin-left 400ms ease-in-out;
}
@media (min-width: 1000px) {
  .sf-dashboard-nav {
    display: block;
    margin-left: 0;
    -webkit-transition: none;
    transition: none;
  }
  .sf-content--menu-open .sf-dashboard-nav {
    margin-left: 0;
  }
}
.sf-content--menu-open .sf-dashboard-nav {
  display: block;
  margin-left: 0;
}
.sf-dashboard-nav__item {
  font-size: 18.3px;
  font-size: 1.14375rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 20px;
}
.sf-dashboard-nav__item--logout {
  padding-top: 30px;
}
.sf-dashboard-nav__link:link, .sf-dashboard-nav__link:visited {
  color: #fff;
}
.sf-dashboard-nav__link:hover {
  color: #FFC800;
}

.sf-dashboard-nav-toggle {
  border-right: none;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .sf-dashboard-nav-toggle {
    display: none;
  }
}
.sf-dashboard-nav-toggle__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: 0;
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  padding: 0;
}
.sf-dashboard-nav-toggle__button:focus {
  outline: none;
}
.sf-dashboard-nav-toggle__sprite {
  height: 100%;
  width: 100%;
}
.sf-dashboard-nav-toggle__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: background-color 180ms ease-in-out;
  transition: background-color 180ms ease-in-out;
}
.sf-mega-menu-toggle__button:hover .sf-dashboard-nav-toggle__line {
  background-color: #33497A;
}
.sf-dashboard-nav-toggle__line:nth-child(1) {
  -webkit-transition: -webkit-transform 180ms linear;
  transition: -webkit-transform 180ms linear;
  transition: transform 180ms linear;
  transition: transform 180ms linear, -webkit-transform 180ms linear;
}
.sf-content--menu-open .sf-dashboard-nav-toggle__line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
      -ms-transform: rotate(45deg) translate(8px, 8px);
          transform: rotate(45deg) translate(8px, 8px);
}
.sf-dashboard-nav-toggle__line:nth-child(3) {
  -webkit-transition: -webkit-transform 180ms linear;
  transition: -webkit-transform 180ms linear;
  transition: transform 180ms linear;
  transition: transform 180ms linear, -webkit-transform 180ms linear;
}
.sf-content--menu-open .sf-dashboard-nav-toggle__line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
      -ms-transform: rotate(-45deg) translate(7px, -8px);
          transform: rotate(-45deg) translate(7px, -8px);
}
.sf-dashboard-nav-toggle__line:nth-child(2) {
  width: 15px;
  margin-right: auto;
  opacity: 1;
  -webkit-transition: opacity 180ms linear;
  transition: opacity 180ms linear;
}
.sf-mega-menu-toggle__button:hover .sf-dashboard-nav-toggle__line:nth-child(2) {
  width: 100%;
}
.sf-content--menu-open .sf-dashboard-nav-toggle__line:nth-child(2) {
  opacity: 0;
}

.sf-directory-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #edeff1;
}
@media (min-width: 760px) {
  .sf-directory-card {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 760px) {
  .sf-directory-card--company .sf-directory-card__title-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.sf-directory-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .sf-directory-card--company .sf-directory-card__title {
    font-size: 25.31px;
    font-size: 1.581875rem;
  }
}
.sf-directory-card__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 760px) {
  .sf-directory-card__logo-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.sf-directory-card--company .sf-directory-card__logo-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
}
.sf-directory-card__description {
  display: none;
}
@media (min-width: 760px) {
  .sf-directory-card__description {
    display: block;
  }
}
.sf-directory-card__location {
  display: none;
}
@media (min-width: 760px) {
  .sf-directory-card__location {
    display: block;
    margin-left: auto;
  }
}
.sf-directory-card__logo {
  max-height: 48px;
}
.sf-directory-featured {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #edeff1;
  margin-bottom: 80px;
}
.sf-directory-featured__header {
  display: inline-block;
  background-color: #FFC800;
  padding: 25px 30px;
  line-height: 0;
  margin-bottom: 10px;
}
@media (min-width: 550px) {
  .sf-directory-featured__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
  }
}
.sf-directory-featured__box {
  padding: 30px;
  border: 1px solid #FFC800;
  background-color: #fff;
  -ms-grid-column-span: 12;
  grid-column: 12 span;
}
@media (min-width: 760px) {
  .sf-directory-featured__box {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
.sf-directory-featured__title {
  margin-bottom: 20px;
}
.sf-directory-featured__link {
  display: block;
  text-decoration: underline;
}

.sf-directory-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #edeff1;
}
.sf-directory-search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sf-directory-search__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 0;
}
.sf-directory-search__see-more {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.sf-directory-summary {
  width: 100%;
  padding: 20px;
  border: 1px solid #1f2933;
  margin-top: 40px;
  margin-bottom: 50px;
}
.sf-directory-summary__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.sf-directory-summary__credit {
  color: #798f9c;
}
.sf-directory-summary__credit a {
  text-decoration: underline;
}
.sf-directory-summary__credit a:link, .sf-directory-summary__credit a:visited {
  color: #798f9c;
}
.sf-directory-summary__credit a:hover {
  color: #1f2933;
}
.sf-directory-summary__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .sf-directory-summary__row {
    margin-bottom: 10px;
  }
}
.sf-directory-summary__title {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 10px;
}
.sf-directory-summary__header .sf-directory-summary__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sf-directory-summary__header .sf-directory-summary__title::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-2ee7ad7d-aaf6-4d27-9bd8-8353b9ac309e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.5 32'%3E%3Cg id='uuid-2091e846-e2f2-4281-9ac7-a2290c1c3583'%3E%3Cpath id='uuid-c03d6f9c-ae03-423f-8d67-4ac13f03a991' d='M.72,31.96c1.87-.07,4.5-.11,8.46,.03,1.83,.07,2.27-.69,2.88-3.9,.27-1.4,1.33-.65,2.85-1.08,1.37-.54,1.62-3.82,1.62-3.82,.01-.74,.41-.76,.65-.65,5.36,2.27,11.02-1.17,11.16-.58,.99,2.71,3.69,2.5,4.03,1.8-.08,1.22,1.8,2.23,2.37,1.94,2.07-1.1,2.11-1.89,3.55-2.4,2.63-1.13,2.07-2.36,4.59-2.5,4.76,.21,4.35-4.42,1.98-5.98,.43-1.94-2.38-4.31-3.02-5.93,1.44-.09,2.86-.39,4.21-.9,2.06-.08,5.42-.02,6.91-.86,3.77-.29,8.41-.9,7.41-5.11-3.9-.86-8.69,.18-13.05-.92-4.26,.13-8.53-.09-12.75-.65-1.48-.13-2.63-.79-3.71-.25-1.64,.82-7.34,3.31-13.46,6.33-.13,.07-.67,.37-1.01-.43-.69-1.27-1.08-.9-3.49-.83-1.72-.07-.44-1.39-2.34-1.35-2.92,.06-4.06,.3-8.31,.22C.51,4.11,.04,4.05,0,5.27V31.17c-.05,.38,.22,.74,.6,.79,.04,0,.08,0,.12,0' fill='%231f2933'/%3E%3Cpath id='uuid-2543ae81-bd64-42b7-8c04-6cf2c1693d56' d='M59.49,2.77c.33,1.41-4.53,1.01-3.24-.38,.11,.06,3.25,.19,3.24,.38' fill='%23fff'/%3E%3Cpath id='uuid-1545b28d-92e1-429d-8a33-82c42d7ef99a' d='M42.63,16.13c-1.22,.19-1.11,.69-1.77,.6-.87-.12-.09-.45-3.07-.38-.65-.1-1.31,0-1.9,.31-.39-.38-.98-.44-1.44-.15-1.08-.21-.7-.34-2.52,.08-3.16,.79-2.97-1.27-5.19-1.16-4.54,.55-2.58,.54-8.86,.16-2.18-.41-3.02-1.59-2.93-4.54,.18-3.35,.9-2.88,2.73-3.67,7.45-3.31,12.45-6.15,14.39-6.01,5.51,.08,4.5,1.08,11.77,.86,2.3-.29,2.23,.9,3.1,.76,.65-.36,.11-.71,2.34-.5,4.52,.41,5.42-.36,5.83,.36,.55,.96,.54,1.56,3.47,1.31,2.53-.29-2.25,1.97-4.98,1.28-1.59-.25-.76,.36-3.38,.36-1.15-.08-1.87-.08-2.23-.15-2.62,1.06-4.66-.36-6.19,.22-1.59,.75-3.37,1.01-5.11,.72-3.02-.36-2.86-.95-3.17-.72-.7,.54,.74,1.52-.75,2.66-.77,.59-1.59-1.76-2.34-1.72-.45,.06-.54,.47-.32,.97,.1,.24,1,1.57,.25,2.12-1.23,.9-3.42-1.8-5.11-.68-.4,.3,.02,.74,.5,.68,1.03,.09,2,.51,2.77,1.19,1.15,.82,2.4,1.51,3.71,2.05,2.81,1.15,3.74,.29,4.24,1.01,.43,.54,1.31-.27,2.3-.44,2.6-.5,9.03,2.72,3.86,2.43' fill='%23fff'/%3E%3Cpath id='uuid-5cd9ea2e-d361-4976-b314-05b25d8933c7' d='M41.57,18.46c.34-2.09,4.19-1.33,4.17,.22-.54,.34-4.43,1.3-4.17-.22' fill='%23fff'/%3E%3Cpath id='uuid-7e890fbe-7568-4743-80a4-4a0a7996a53e' d='M13.26,26.08c.93-.05,1.04-.61,1.18-1.21,.21-.86-.43-4.46-.51-8.99-.09-2.76,0-5.53,.29-8.27,.05-.61,.54-1.36-.29-1.4-2.69-.15-3.52-.37-3.96,1.75-.5,2.49-.58,12.14,.08,17.2,.22,.4-.33,1.19,3.21,.92' fill='%23fff'/%3E%3Crect id='uuid-2b7ba498-0818-4333-969e-88e1154ded89' x='0' y='0' width='60.49' height='32' fill='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: -20px;
  margin-right: 10px;
}
.sf-directory-summary__link {
  margin-right: 10px;
  text-decoration: underline;
}

.sf-error-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1000px) {
  .sf-error-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sf-error-page__container {
  text-align: center;
}
.sf-error-page__title {
  margin-bottom: 65px;
}
@media (min-width: 1000px) {
  .sf-error-page__title {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.sf-error-page__sub-title-1 {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .sf-error-page__sub-title-1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.sf-error-page__sub-title-2 {
  margin-bottom: 40px;
}
@media (min-width: 1000px) {
  .sf-error-page__sub-title-2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.sf-error-page__button {
  display: inline-block;
}

.sf-favourite-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg id='favourites' xmlns='http://www.w3.org/2000/svg' width='28.662' height='25' viewBox='0 0 28.662 25'%3E%3Cpath id='Path_564' data-name='Path 564' d='M7.537,0A7.538,7.538,0,0,0,2.186,12.846l.042.042,1.453,1.453L14.34,25,25,14.341l1.452-1.453a7.535,7.535,0,0,0,0-10.657l0,0a7.535,7.535,0,0,0-10.657,0l0,0L14.34,3.681,12.888,2.229A7.516,7.516,0,0,0,7.537,0' transform='translate(0.001)' fill='%23ffc800'/%3E%3Cpath id='Path_565' data-name='Path 565' d='M7.537,3h0a4.517,4.517,0,0,1,3.23,1.35L12.219,5.8,14.34,7.924,16.462,5.8l1.411-1.411,0,0,.039-.039a4.538,4.538,0,0,1,6.415,6.419l-1.453,1.452L14.34,20.757,5.8,12.219,4.316,10.733A4.537,4.537,0,0,1,7.537,3' transform='translate(0.001)' fill='%23fff'/%3E%3Crect id='Rectangle_834' data-name='Rectangle 834' width='28.661' height='25' transform='translate(0.001)' fill='none'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background 180ms linear;
  transition: background 180ms linear;
}
body:not(.logged-in) .sf-favourite-button {
  pointer-events: none;
}
.sf-favourite-button:hover, .sf-favourite-button:focus {
  background-image: url("data:image/svg+xml,%3Csvg id='efb49635-14cb-40ee-ba13-1f32981608d4' data-name='favourites' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.66 25'%3E%3Cpath id='ed1de8bc-26c6-4002-bfed-e08c5f168d3f' data-name='Path 564' d='M7.54,0A7.54,7.54,0,0,0,2.19,12.85l0,0,1.45,1.45L14.34,25,25,14.34l1.45-1.45a7.53,7.53,0,0,0,0-10.66h0a7.53,7.53,0,0,0-10.65,0h0L14.34,3.68,12.89,2.23A7.51,7.51,0,0,0,7.54,0' transform='translate(0 0)' fill='%23ffc800'/%3E%3Crect id='b687406f-7c64-4068-8b0d-a46cc6fbd791' data-name='Rectangle 834' width='28.66' height='25' fill='none'/%3E%3C/svg%3E%0A");
  outline: none;
}
.sf-favourite-button:active {
  background-size: 90%;
}
.sf-favourite-button--favourited {
  background-image: url("data:image/svg+xml,%3Csvg id='efb49635-14cb-40ee-ba13-1f32981608d4' data-name='favourites' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.66 25'%3E%3Cpath id='ed1de8bc-26c6-4002-bfed-e08c5f168d3f' data-name='Path 564' d='M7.54,0A7.54,7.54,0,0,0,2.19,12.85l0,0,1.45,1.45L14.34,25,25,14.34l1.45-1.45a7.53,7.53,0,0,0,0-10.66h0a7.53,7.53,0,0,0-10.65,0h0L14.34,3.68,12.89,2.23A7.51,7.51,0,0,0,7.54,0' transform='translate(0 0)' fill='%23ffc800'/%3E%3Crect id='b687406f-7c64-4068-8b0d-a46cc6fbd791' data-name='Rectangle 834' width='28.66' height='25' fill='none'/%3E%3C/svg%3E%0A");
}
.sf-favourite-button:disabled {
  background-image: url(../images/favourite-loader.gif?7491fdea96d306d8edf1b36519b12cf9);
}

.sf-featured {
  margin-bottom: 30px;
  position: relative;
}
.sf-featured__image {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1000px) {
  .sf-featured__image {
    height: 50vh;
  }
}
.sf-featured__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 25px 0 0;
}
@media (min-width: 550px) {
  .sf-featured__text {
    padding: 30px 0 0;
  }
}
.sf-featured__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "Playfair Display", serif;
}

.sf-footer {
  margin-top: 20px;
}
.page-template-dashboard .sf-footer {
  margin-top: 0;
}
.sf-footer__upper {
  background: #162142;
  color: #fff;
  padding: 50px 0;
}
.sf-footer__lower {
  padding: 30px 0 10px;
  background: #fff;
}
@media (min-width: 760px) {
  .sf-footer__columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
}
.sf-footer__column {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
@media (min-width: 760px) {
  .sf-footer__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sf-footer__logos-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (min-width: 760px) {
  .sf-footer__logos-external {
    margin-top: 0;
  }
}
.sf-footer__external-link {
  width: 165px;
  margin-top: 20px;
  margin-right: 30px;
}
@media (min-width: 760px) {
  .sf-footer__external-link {
    margin-left: 30px;
    margin-right: 0;
    margin-top: 0;
  }
}
.sf-footer__external-link svg {
  width: 100%;
  max-width: 100%;
}
.sf-footer__copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.sf-footer-address {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.sf-footer-advert {
  display: block;
  margin-bottom: 20px;
}
.sf-footer-advert__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sf-footer-menu {
  margin-bottom: calc(1rem - 5px);
}
.sf-footer-menu__list {
  margin-bottom: 40px;
}
.sf-footer-menu__item {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  display: block;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}
.sf-footer-menu__link {
  display: block;
  font-weight: 400;
}
.sf-footer-menu__link:link, .sf-footer-menu__link:visited {
  color: #fff;
  display: block;
}
.sf-footer-menu__link:hover {
  color: #FFC800;
}
.sf-footer-menu__link--depth-0 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.sf-footer-menu__link--depth-0:hover {
  color: #fff;
}

.sf-global-menu {
  padding-top: 15px;
  padding-bottom: 5px;
}
@media (min-width: 1000px) {
  .sf-global-menu {
    padding-bottom: 15px;
  }
}
.sf-global-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sf-global-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.sf-global-menu__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  display: inline-block;
  position: relative;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sf-global-menu__link:link, .sf-global-menu__link:visited {
  color: #1f2933;
}
.sf-global-menu__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #1f2933;
  opacity: 0;
  -webkit-transition: opacity 180ms linear;
  transition: opacity 180ms linear;
}
.sf-global-menu__link:hover::after {
  opacity: 1;
}
.sf-global-menu__item:first-child .sf-global-menu__link::after {
  opacity: 1;
}
.page-template-landing-page-directory .sf-global-menu__item:first-child .sf-global-menu__link::after, .page-template-landing-page-classifieds .sf-global-menu__item:first-child .sf-global-menu__link::after {
  opacity: 0;
}
.page-template-landing-page-directory .sf-global-menu__item:nth-child(2) .sf-global-menu__link::after {
  opacity: 1;
}
.page-template-landing-page-classifieds .sf-global-menu__item:nth-child(3) .sf-global-menu__link::after {
  opacity: 1;
}

.sf-header {
  height: 160px;
  background-color: #fff;
  z-index: 1000;
}
@media (min-width: 760px) {
  .sf-header {
    height: 180px;
  }
}
@media (min-width: 1000px) {
  .sf-header {
    height: 170px;
  }
}
.sf-mega-menu--is-open .sf-header {
  position: fixed;
  top: 0;
  width: 100%;
}
@media (min-width: 760px) {
  .sf-mega-menu--is-open .sf-header {
    position: relative;
  }
}
.sf-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.sf-header__container--upper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-min-content -webkit-min-content;
  -ms-grid-columns: 1fr min-content min-content;
  grid-template-columns: 1fr -webkit-min-content -webkit-min-content;
  grid-template-columns: 1fr min-content min-content;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 760px) {
  .sf-header__container--upper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.sf-header__container--lower {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sf-header__toggles {
  -ms-grid-column: 3;
      grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-grid-row-align: center;
      align-self: center;
  justify-self: flex-end;
}
@media (min-width: 760px) {
  .sf-header__toggles {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    justify-self: flex-start;
  }
}
.sf-header__middle {
  border-top: 1px solid #b1bec5;
  border-bottom: 1px solid #b1bec5;
}
.sf-header--fixed {
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media (min-width: 600px) {
  .sf-header--fixed {
    position: fixed;
  }
}

.sf-header-search {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 180ms ease-in-out, visibility 180ms ease-in-out;
  transition: opacity 180ms ease-in-out, visibility 180ms ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
.sf-header-search--is-opened {
  opacity: 1;
  visibility: visible;
}
.sf-header-search__container {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 40px 5%;
}
.sf-header-search__form-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 32px));
      -ms-transform: translateY(calc(-50% - 32px));
          transform: translateY(calc(-50% - 32px));
}
@media (min-width: 1000px) {
  .sf-header-search__form-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    grid-auto-rows: auto;
  }
}
.sf-header-search__form {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
}
.sf-header-search__input, .sf-search-results .search-field {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 38px;
  line-height: 2.375rem;
  display: block;
  border: none;
  width: 100%;
  border-bottom: 1px solid #b1bec5;
  padding: 10px 20px 10px 46px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.5 24.2'%3E%3Cpath d='M17.74 16.33a10 10 0 1 0-2.23 2l5.86 5.86 2.12-2.12Zm-2.8-1.38a7 7 0 1 1 0-9.9 7 7 0 0 1 0 9.9Z' fill='%23B1BEC5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left 10px center;
  -webkit-transition-property: background-image, color;
  transition-property: background-image, color;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
@media (min-width: 1000px) {
  .sf-header-search__input, .sf-search-results .search-field {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    background-size: 30px;
    padding: 10px 20px 10px 50px;
  }
}
.sf-header-search__input:focus, .sf-search-results .search-field:focus {
  outline: none;
}
.sf-header-search__input::-webkit-input-placeholder, .sf-search-results .search-field::-webkit-input-placeholder {
  color: #b1bec5;
}
.sf-header-search__input::-moz-placeholder, .sf-search-results .search-field::-moz-placeholder {
  color: #b1bec5;
}
.sf-header-search__input:-ms-input-placeholder, .sf-search-results .search-field:-ms-input-placeholder {
  color: #b1bec5;
}
.sf-header-search__input::-ms-input-placeholder, .sf-search-results .search-field::-ms-input-placeholder {
  color: #b1bec5;
}
.sf-header-search__input::placeholder, .sf-search-results .search-field::placeholder {
  color: #b1bec5;
}
.sf-header-search__input:not(:-moz-placeholder), .sf-search-results .search-field:not(:-moz-placeholder) {
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.5 24.2'%3E%3Cpath d='M17.74 16.33a10 10 0 1 0-2.23 2l5.86 5.86 2.12-2.12Zm-2.8-1.38a7 7 0 1 1 0-9.9 7 7 0 0 1 0 9.9Z' fill='%23%23B1BEC5'/%3E%3C/svg%3E%0A");
}
.sf-header-search__input:not(:-ms-input-placeholder), .sf-search-results .search-field:not(:-ms-input-placeholder) {
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.5 24.2'%3E%3Cpath d='M17.74 16.33a10 10 0 1 0-2.23 2l5.86 5.86 2.12-2.12Zm-2.8-1.38a7 7 0 1 1 0-9.9 7 7 0 0 1 0 9.9Z' fill='%23%23B1BEC5'/%3E%3C/svg%3E%0A");
}
.sf-header-search__input:not(:placeholder-shown), .sf-search-results .search-field:not(:placeholder-shown) {
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.5 24.2'%3E%3Cpath d='M17.74 16.33a10 10 0 1 0-2.23 2l5.86 5.86 2.12-2.12Zm-2.8-1.38a7 7 0 1 1 0-9.9 7 7 0 0 1 0 9.9Z' fill='%23%23B1BEC5'/%3E%3C/svg%3E%0A");
}
@media (min-width: 1000px) {
  .sf-header-search__input, .sf-search-results .search-field {
    min-width: 450px;
  }
}
.sf-header-search__close {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  padding: 5px;
  margin-left: auto;
  border: none;
  background-color: transparent;
  cursor: pointer;
  min-height: 0;
  margin-bottom: 0;
}
.sf-header-search__close:hover svg polygon {
  fill: #33497A;
}
.sf-header-search__close svg {
  width: 32px;
  height: 32px;
  max-width: 100%;
}
.sf-header-search__close svg polygon {
  -webkit-transition: fill 180ms ease-in-out;
  transition: fill 180ms ease-in-out;
}
.sf-header-search__links {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sf-header-search__link {
  font-size: 22px;
  font-size: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b1bec5;
  font-family: "Lato", sans-serif;
  line-height: 1.27;
  font-weight: 700;
  padding: 8px 16px;
  border: 1px solid #edeff1;
  border-radius: 8px;
  margin-bottom: 16px;
}
.sf-header-search__link::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg id='a21a601a-6c97-4b72-a42d-ba119f8f02b8' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 24.12'%3E%3Cpolygon points='28.12 12.06 16.06 24.12 13.94 22 22.38 13.56 0 13.56 0 10.56 22.38 10.56 13.94 2.12 16.06 0 28.12 12.06' fill='%23b1bec5'/%3E%3C/svg%3E%0A");
  background-size: 26px 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.sf-header-search__link:hover {
  border-color: #b1bec5;
}
.sf-header-search__link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg id='a21a601a-6c97-4b72-a42d-ba119f8f02b8' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 24.12'%3E%3Cpolygon points='28.12 12.06 16.06 24.12 13.94 22 22.38 13.56 0 13.56 0 10.56 22.38 10.56 13.94 2.12 16.06 0 28.12 12.06' fill='%2333497A'/%3E%3C/svg%3E%0A");
}
.sf-header-search__page-link {
  text-decoration: underline;
  margin-bottom: 16px;
  color: #b1bec5;
}
.sf-header-search__page-link:hover {
  text-decoration: underline;
}

.sf-header-search-toggle {
  display: none;
}
@media (min-width: 760px) {
  .sf-header-search-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sf-mega-menu .sf-header-search-toggle {
  display: inline-block;
  min-height: 0;
  border-right: none;
  padding: 0;
}
@media (min-width: 760px) {
  .sf-mega-menu .sf-header-search-toggle {
    display: none;
  }
}
.sf-header-search .sf-header-search-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sf-header-search-toggle--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  min-height: 0;
  margin-left: auto;
  margin-bottom: 0;
  border-right: none;
  padding: 5px;
}
.sf-header-search__header .sf-header-search-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sf-header--mega .sf-header-search__header .sf-header-search-toggle {
  margin-right: 55px;
}
.sf-header-search-toggle-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
}
.sf-header-search-toggle-link svg {
  width: 24px;
  height: 24px;
}
.sf-header-search-toggle-link svg path {
  -webkit-transition: fill 180ms linear;
  transition: fill 180ms linear;
}
.sf-header-search-toggle-link:hover svg path {
  fill: #33497A;
}

.header-subscribe {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #1f2933;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  margin-left: 15px;
  background-color: #FFC800;
  padding: 10px 30px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
@media (min-width: 760px) {
  .header-subscribe {
    padding: 15px 40px;
  }
}
@media (min-width: 1000px) {
  .header-subscribe {
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .header-subscribe:hover {
    background-color: #37474f;
    color: #fff;
  }
}
.sf-mega-menu .header-subscribe {
  display: none;
}
@media (min-width: 760px) {
  .sf-header-user-menu--logged-in .header-subscribe {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1000px) {
  .sf-header-user-menu--logged-in .header-subscribe {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.sf-header-user-menu {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-end;
  position: relative;
}
@media (min-width: 760px) {
  .sf-header-user-menu {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
}
.sf-mega-menu .sf-header-user-menu {
  min-height: 0;
  border-right: none;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .sf-header-user-menu--logged-in {
    padding-top: 0;
  }
}
.sf-header-user-menu__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  display: none;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px;
  border: 1px solid #1f2933;
  border-radius: 2px;
}
@media (min-width: 760px) {
  .sf-header-user-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 0;
    white-space: nowrap;
    border: none;
    border-radius: 0;
    font-weight: 400;
  }
}
.sf-header-user-menu__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #1f2933;
  opacity: 0;
  -webkit-transition: opacity 180ms linear;
  transition: opacity 180ms linear;
}
.sf-header-user-menu__link:hover::after {
  opacity: 1;
}
.sf-mega-menu .sf-header-user-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 760px) {
  .sf-mega-menu .sf-header-user-menu__link {
    display: none;
  }
}
@media (min-width: 760px) {
  .sf-header-user-menu__link--profile {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1000px) {
  .sf-header-user-menu__link--profile {
    position: relative;
  }
}
.sf-header-user-menu__link--logout {
  margin-left: 10px;
}
.sf-header-user-menu__subscribe {
  margin-left: 20px;
}
.sf-header-user-menu__dashboard {
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #FFC800;
  border-radius: 2px;
  margin-left: 20px;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.sf-header-user-menu__dashboard:hover {
  background-color: #edeff1;
  border-color: transparent;
}
.sf-header-user-menu__dashboard:active {
  background-color: transparent;
}
.sf-header-user-menu__icon {
  display: none;
}

.sf-header-advert {
  display: block;
  margin-top: 20px;
}
.sf-header-advert__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sf-icit-credit {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-family: "Lato", sans-serif;
  color: #1f2933;
  margin-bottom: 0;
}
.sf-icit-credit__link:link, .sf-icit-credit__link:visited {
  color: #33497A;
}
.sf-icit-credit__link--sf:focus, .sf-icit-credit__link--sf:hover {
  color: #ff8501;
}
.sf-icit-credit__link--icit:focus, .sf-icit-credit__link--icit:hover {
  color: #de1301;
}

.sf-input {
  margin-top: 10px;
}
.sf-input:first-child {
  margin-top: 0;
}
.sf-input--terms {
  margin-bottom: 30px;
  margin-top: 30px;
}
.sf-input--terms .sf-input__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.sf-input a:link, .sf-input a:visited {
  color: #1f2933;
  font-weight: 700;
}
.sf-input a:hover {
  text-decoration: underline;
}
.sf-input__label {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.sf-input--terms .sf-input__label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
}
.sf-input__label--remember-me {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.sf-input__label--remember-me input {
  margin-right: 8px;
}
.sf-input__text::-webkit-input-placeholder {
  color: #798f9c;
}
.sf-input__text::-moz-placeholder {
  color: #798f9c;
}
.sf-input__text:-ms-input-placeholder {
  color: #798f9c;
}
.sf-input__text::-ms-input-placeholder {
  color: #798f9c;
}
.sf-input__text::placeholder {
  color: #798f9c;
}
.sf-input__text, .sf-input__select {
  border: 1px solid #edeff1;
  padding: 6px 12px;
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (min-width: 1000px) {
  .sf-input__text, .sf-input__select {
    max-width: 380px;
  }
}
.sf-input__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  background-size: 12px auto, 100%;
  cursor: pointer;
}
.sf-input__select.sf-input--default {
  color: #798f9c;
}
.sf-input__select option:not(:first-child) {
  color: #1f2933;
}
.sf-input__checkbox {
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.sf-input__error-message {
  color: #6f87cf;
  font-weight: 700;
  margin-top: 10px;
}

.sf-logo {
  width: 150px;
  line-height: 0;
}
@media (min-width: 760px) {
  .sf-logo {
    width: 200px;
  }
}
@media (min-width: 1000px) {
  .sf-logo {
    width: 240px;
  }
}
.sf-header .sf-logo {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
@media (min-width: 760px) {
  .sf-header .sf-logo {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.sf-logo__link {
  display: block;
  max-width: 120px;
}
@media (min-width: 760px) {
  .sf-logo__link {
    max-width: 150px;
  }
}
@media (min-width: 1000px) {
  .sf-logo__link {
    max-width: 220px;
  }
}
@media (min-width: 760px) {
  .sf-header .sf-logo__link {
    margin-left: auto;
    margin-right: auto;
  }
}
.sf-logo__link svg {
  max-width: 100%;
}
.sf-logo__image {
  display: block;
  max-width: 120px;
}
@media (min-width: 760px) {
  .sf-logo__image {
    max-width: 200px;
  }
}
@media (min-width: 1000px) {
  .sf-logo__image {
    max-width: 240px;
  }
}
.sf-logo__text {
  font-weight: 700;
}
@media (min-width: 1000px) {
  .sf-logo__text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.sf-mega-menu {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 160px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 160px;
  -webkit-transition: opacity 180ms ease-in-out, visibility 180ms ease-in-out;
  transition: opacity 180ms ease-in-out, visibility 180ms ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
  overflow: auto;
}
@media (min-width: 760px) {
  .sf-mega-menu {
    top: 0;
    height: 100vh;
  }
}
.sf-mega-menu__menu-container {
  position: relative;
  height: 100%;
  padding: 25px 5%;
  overflow: auto;
}
@media (min-width: 760px) {
  .sf-mega-menu__menu-container {
    padding: 40px 5%;
  }
}
.sf-mega-menu--is-open .sf-mega-menu {
  opacity: 1;
  visibility: visible;
}
.sf-mega-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.sf-mega-menu__close {
  display: none;
}
@media (min-width: 760px) {
  .sf-mega-menu__close {
    display: block;
    position: absolute;
    left: 5%;
    top: 25px;
    width: 32px;
    height: 32px;
    padding: 0 5px;
    margin-left: auto;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 100;
  }
}
.sf-mega-menu__close:hover svg polygon {
  fill: #33497A;
}
.sf-mega-menu__close svg {
  width: 32px;
  height: 32px;
  max-width: 100%;
}
.sf-mega-menu__close svg polygon {
  -webkit-transition: fill 180ms ease-in-out;
  transition: fill 180ms ease-in-out;
}
.sf-mega-menu__mobile-buttons {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 760px) {
  .sf-mega-menu__mobile-buttons {
    display: none;
  }
}
.sf-mega-menu__mobile-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sf-mega-menu__list--depth-0 {
  position: relative;
  margin-bottom: 150px;
  width: 100%;
}
@media (min-width: 760px) {
  .sf-mega-menu__list--depth-0 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .sf-mega-menu__list--depth-0 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.sf-mega-menu__item--depth-0 {
  margin-bottom: 40px;
}
@media (min-width: 1000px) {
  .sf-mega-menu__item--depth-0 {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
.sf-mega-menu__link {
  display: block;
  color: #1f2933;
}
.sf-mega-menu__link--depth-0 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1f2933;
}
@media (min-width: 760px) {
  .sf-mega-menu__link--depth-0 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 34px;
    line-height: 2.125rem;
    padding-bottom: 40px;
    border-bottom: 1px solid #676767;
  }
}
.sf-mega-menu__link--depth-0:hover {
  color: #1f2933;
}
.sf-mega-menu__link--depth-1 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6875rem;
  color: #1f2933;
  font-family: "Lato", sans-serif;
  margin-bottom: 0.5em;
}
@media (min-width: 760px) {
  .sf-mega-menu__link--depth-1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
.sf-mega-menu__link--depth-1:hover {
  color: #33497A;
}
.sf-mega-menu__item--depth-0:first-child .sf-mega-menu__link--depth-1 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6875rem;
}
@media (min-width: 760px) {
  .sf-mega-menu__item--depth-0:first-child .sf-mega-menu__link--depth-1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
  }
}
@media (min-width: 1000px) {
  .sf-mega-menu__item--depth-0:first-child .sf-mega-menu__link--depth-1 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 49px;
    line-height: 3.0625rem;
  }
}

/**
 * Important: don't change the name of this parent class
 * because that's the target of the js which toggle the menu
 * If you want to use 2 different icons to open/close,
 * You can use "sf-primary-menu-toggle sf-primary-menu-toggle--open" and "sf-primary-menu-toggle sf-primary-menu-toggle--close"
 */
.sf-mega-menu-toggle {
  border-right: none;
  padding-right: 0;
  margin-left: 20px;
}
@media (min-width: 760px) {
  .sf-mega-menu-toggle {
    margin-right: 20px;
    margin-left: 0;
  }
}
.sf-mega-menu-toggle__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: 0;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 5px;
}
.sf-mega-menu-toggle__sprite {
  height: 100%;
  width: 100%;
}
.sf-mega-menu-toggle__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1f2933;
  -webkit-transition: background-color 180ms ease-in-out;
  transition: background-color 180ms ease-in-out;
}
.sf-mega-menu-toggle__button:hover .sf-mega-menu-toggle__line {
  background-color: #33497A;
}
.sf-mega-menu-toggle__line:nth-child(1) {
  -webkit-transition: -webkit-transform 180ms ease-in-out;
  transition: -webkit-transform 180ms ease-in-out;
  transition: transform 180ms ease-in-out;
  transition: transform 180ms ease-in-out, -webkit-transform 180ms ease-in-out;
}
.sf-mega-menu--is-open .sf-mega-menu-toggle__line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.sf-mega-menu-toggle__line:nth-child(3) {
  -webkit-transition: -webkit-transform 180ms ease-in-out;
  transition: -webkit-transform 180ms ease-in-out;
  transition: transform 180ms ease-in-out;
  transition: transform 180ms ease-in-out, -webkit-transform 180ms ease-in-out;
}
.sf-mega-menu--is-open .sf-mega-menu-toggle__line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
      -ms-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}
.sf-mega-menu-toggle__line:nth-child(2) {
  width: 15px;
  margin-right: auto;
  -webkit-transition: width 180ms ease-in-out, opacity 180ms ease-in-out;
  transition: width 180ms ease-in-out, opacity 180ms ease-in-out;
  opacity: 1;
}
.sf-mega-menu-toggle__button:hover .sf-mega-menu-toggle__line:nth-child(2) {
  width: 100%;
}
.sf-mega-menu--is-open .sf-mega-menu-toggle__line:nth-child(2) {
  opacity: 0;
}

.mp_wrapper {
  background-color: #edeff1;
  padding: 30px;
}
.login .mp_wrapper {
  background-color: transparent;
  padding: 0;
}
.page-template-dashboard .mp_wrapper {
  background-color: transparent;
  padding: 0 30px;
}
.mp_wrapper .mepr-login-form-wrap,
.mp_wrapper .mepr-unauthorized-message {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.page-template-dashboard .mp_wrapper .mepr-login-form-wrap,
.page-template-dashboard .mp_wrapper .mepr-unauthorized-message {
  margin-left: 0;
  margin-right: 0;
}
.mp_wrapper .mepr-account-form {
  max-width: 712px;
}
.mp_wrapper .mp_wrapper {
  padding: 0;
}
.mp_wrapper .hide-if-no-js {
  display: none;
}
.mp_wrapper .mepr-unauthorized-message {
  margin-bottom: 30px;
}
.mp_wrapper .mepr-unauthorized-message p {
  margin-bottom: 0;
}
.mp_wrapper #mepr-account-nav {
  display: none;
}
.mp_wrapper #mepr-account-welcome-message {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.page-template-dashboard .mp_wrapper #mepr-account-welcome-message {
  font-size: 28.48px;
  font-size: 1.78rem;
  line-height: 1.6;
}

.sf-newsletter {
  background-color: #edeff1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sf-newsletter__title {
  font-size: 32px;
  font-size: 2rem;
  width: 100%;
  text-align: center;
}
.sf-newsletter__terms {
  font-size: 15.2px;
  font-size: 0.95rem;
  text-align: center;
}
.sf-newsletter__terms a {
  text-decoration: underline;
}
.sf-newsletter .gform_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.sf-newsletter .gform_wrapper .gform_heading,
.sf-newsletter .gform_wrapper .gfield_label {
  display: none !important;
}
.sf-newsletter .gform_wrapper .validation_error {
  width: 100%;
}
.sf-newsletter .gform_wrapper form {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .sf-newsletter .gform_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sf-newsletter .gform_wrapper .gform_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: auto;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .sf-newsletter .gform_wrapper .gform_body {
    margin-bottom: 0;
  }
}
.sf-newsletter .gform_wrapper input[type=email] {
  width: 100% !important;
  padding: 5px 10px !important;
}
.sf-newsletter .gform_wrapper .gfield,
.sf-newsletter .gform_wrapper .ginput_container_email {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.sf-newsletter .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 6px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sf-newsletter .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 550px) {
  .sf-newsletter .gform_wrapper .gform_footer {
    max-width: 200px;
    margin-left: auto;
  }
}
@media (min-width: 1000px) {
  .sf-newsletter .gform_wrapper .gform_footer {
    margin-left: 0;
  }
}
.sf-newsletter .gform_wrapper .gform_button {
  width: 100% !important;
  margin: 0;
  text-transform: uppercase;
}
.sf-newsletter .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
@media (min-width: 1000px) {
  .sf-newsletter .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 20px;
  }
}
.sf-newsletter .gform_confirmation_message {
  text-align: center;
  margin-bottom: 30px;
}
.sf-newsletter .gform_ajax_spinner {
  display: none;
}

.sf-page-header--landing-page {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
  background-color: #162142;
}
.sf-page-header--archive {
  margin-top: 20px;
}
.sf-page-header__title {
  font-size: 28.48px;
  font-size: 1.78rem;
  color: #1f2933;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (min-width: 550px) {
  .sf-page-header__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 760px) {
  .sf-page-header__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 1000px) {
  .sf-page-header__title {
    font-size: 40.55px;
    font-size: 2.534375rem;
    margin-bottom: 60px;
  }
}
.sf-page-header--landing-page .sf-page-header__title {
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
}
.login .sf-page-header__title {
  font-size: 28.48px;
  font-size: 1.78rem;
  margin-top: 100px;
  margin-bottom: 20px;
}

.pagination {
  margin-top: 60px;
  margin-bottom: 100px;
}
.pagination .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 14px;
  margin-bottom: 5px;
  border: 2px solid #1f2933;
  -webkit-transition: color 180ms linear, background-color 180ms linear;
  transition: color 180ms linear, background-color 180ms linear;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26.25px;
  line-height: 1.640625rem;
}
.pagination .page-numbers:hover {
  background-color: #1f2933;
  color: #fff;
}
.pagination .page-numbers.current {
  border-color: #798f9c;
  color: #798f9c;
  cursor: default;
}
.pagination .page-numbers.current:hover {
  background-color: transparent;
  color: #798f9c;
}
.pagination .page-numbers.dots {
  background: 0;
}
.pagination .page-numbers.dots:hover {
  background-color: transparent;
  color: #1f2933;
  cursor: default;
}

.sf-print-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 25px;
  margin-top: 5px;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
.sf-print-button svg {
  width: 100%;
}
.sf-print-button svg path {
  fill: #b1bec5;
  -webkit-transition: fill 180ms linear;
  transition: fill 180ms linear;
}
.sf-print-button:hover svg path {
  fill: #37474f;
}

.sf-primary-menu {
  display: none;
}
@media (min-width: 1000px) {
  .sf-primary-menu {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.sf-primary-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 1000px) {
  .sf-primary-menu__list {
    font-size: 0;
  }
}
.sf-primary-menu__item {
  text-align: right;
}
@media (min-width: 1000px) {
  .sf-primary-menu__item {
    margin-left: 30px;
  }
}
.sf-primary-menu__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  display: block;
  position: relative;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
.sf-primary-menu__link:link, .sf-primary-menu__link:visited {
  color: #1f2933;
}
.sf-primary-menu__link::after {
  background: #162142;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 180ms linear;
  transition: opacity 180ms linear;
}
.sf-primary-menu__link:hover {
  text-decoration: none;
}
.sf-primary-menu__link:hover::after {
  opacity: 1;
}
.sf-primary-menu__link--is-active {
  color: #fff;
  pointer-events: none;
}
@media (min-width: 1000px) {
  .sf-primary-menu__link--is-active::after {
    background: #37474f;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
  }
}

.sf-related {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 1000px) {
  .post-template-article-video .sf-related {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
  }
}

.sf-search__form-container {
  width: 100%;
  max-width: 878px;
  margin-left: auto;
  margin-right: auto;
}
.sf-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (min-width: 760px) {
  .sf-search__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sf-search__form-button {
  margin-top: 0;
}
.sf-search__form-button .sf-button, .sf-search__form-button .gform_button[type=submit], .sf-search__form-button .sf-search-results .search-submit, .sf-search-results .sf-search__form-button .search-submit, .sf-search__form-button .mp_wrapper input[type=submit], .mp_wrapper .sf-search__form-button input[type=submit], .sf-search__form-button .sf-newsletter .gform_wrapper .gform_button, .sf-newsletter .gform_wrapper .sf-search__form-button .gform_button {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 18px 20px;
}
@media (min-width: 760px) {
  .sf-search__form-button .sf-button, .sf-search__form-button .gform_button[type=submit], .sf-search__form-button .sf-search-results .search-submit, .sf-search-results .sf-search__form-button .search-submit, .sf-search__form-button .mp_wrapper input[type=submit], .mp_wrapper .sf-search__form-button input[type=submit], .sf-search__form-button .sf-newsletter .gform_wrapper .gform_button, .sf-newsletter .gform_wrapper .sf-search__form-button .gform_button {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 18px 40px;
  }
}
.sf-search__icon {
  width: 34px;
  height: 34px;
}

.sf-search-header {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 48px;
  background-color: #fff;
}
.sf-search-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sf-search-header__title {
  font-size: 15.2px;
  font-size: 0.95rem;
  display: inline-block;
  color: #1f2933;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto 24px;
}

.sf-search-filters__clear-all {
  margin-bottom: 24px;
}
.sf-search-filters__input-text {
  font-size: 22px;
  font-size: 1.375rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 10px 16px 13px;
  color: #798f9c;
}
@media (min-width: 760px) {
  .sf-search-filters__input-text {
    font-size: 25.31px;
    font-size: 1.581875rem;
  }
}
.sf-search-filters__field {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #edeff1;
  background-color: #fff;
  margin-bottom: 24px;
}
.sf-search-filters__field:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.sf-search-filters__label {
  font-size: 18.3px;
  font-size: 1.14375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  margin-bottom: 24px;
}
.sf-search-results__toggle-filters .sf-search-filters__label {
  cursor: pointer;
}
.sf-search-results__toggle-filters .sf-search-filters__label::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 1877'%3E%3Cg id='dropdown'%3E%3Cpath id='Path 226' d='M16 13L10 7L4 13' stroke='%231F2933' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.sf-search-filters__field--inactive .sf-search-filters__label::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.sf-search-filters__field--inactive .sf-search-filters__label {
  margin-bottom: 0;
}
.sf-search-filters__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  padding: 0;
  border: none;
}
.sf-search-filters__field--inactive .sf-search-filters__select {
  display: none;
}
.sf-search-filters__select .vscomp-toggle-button {
  border: none;
}
.sf-search-filters__select .vscomp-toggle-button .vscomp-value {
  display: none;
}
.sf-search-filters__select .vscomp-toggle-button .vscomp-arrow {
  display: none;
}
.sf-search-filters__select .vscomp-toggle-button .vscomp-clear-button {
  display: block;
  position: relative;
  width: 100%;
  top: 0;
}
.sf-search-filters__select .vscomp-toggle-button .vscomp-clear-button::after {
  content: "Clear All";
}
.sf-search-filters__select .vscomp-toggle-button .vscomp-clear-button .vscomp-clear-icon {
  display: none;
}
.sf-search-filters__select .vscomp-dropbox {
  border: none !important;
}
.sf-search-filters__select .vscomp-wrapper {
  font-size: 18.3px;
  font-size: 1.14375rem;
  font-family: "Lato", sans-serif;
}
.sf-search-filters__select .vscomp-wrapper.keep-always-open:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sf-search-filters__select .vscomp-toggle-all-checkbox {
  display: none;
}
.sf-search-filters__select .vscomp-search-container {
  border: 1px solid #b1bec5;
  margin-bottom: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='35' viewBox='0 0 34 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 1323'%3E%3Cpath id='Path 183 (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M25.8738 28.8529L18.8027 21.7819L20.2169 20.3676L27.288 27.4387L25.8738 28.8529Z' fill='%23B1BEC5'/%3E%3Cg id='Group 11'%3E%3Cg id='Path 182'%3E%3Cpath id='Vector (Stroke)' fill-rule='evenodd' clip-rule='evenodd' d='M12.3863 6.17293C10.6405 6.5202 9.03685 7.37737 7.77817 8.63604C6.09035 10.3239 5.14214 12.6131 5.14214 15C5.14214 17.3869 6.09035 19.6761 7.77817 21.364C9.03685 22.6226 10.6405 23.4798 12.3863 23.8271C14.1322 24.1743 15.9418 23.9961 17.5863 23.3149C19.2308 22.6337 20.6364 21.4802 21.6254 20.0001C22.6143 18.5201 23.1421 16.78 23.1421 15C23.1421 13.22 22.6143 11.4799 21.6254 9.99987C20.6364 8.51983 19.2308 7.36627 17.5863 6.68508C15.9418 6.0039 14.1322 5.82567 12.3863 6.17293ZM12.1912 5.19215C10.2514 5.578 8.46959 6.53041 7.07107 7.92893C5.1957 9.8043 4.14214 12.3478 4.14214 15C4.14214 17.6522 5.1957 20.1957 7.07107 22.0711C8.46959 23.4696 10.2514 24.422 12.1912 24.8079C14.131 25.1937 16.1417 24.9957 17.969 24.2388C19.7962 23.4819 21.358 22.2002 22.4568 20.5557C23.5556 18.9112 24.1421 16.9778 24.1421 15C24.1421 13.0222 23.5556 11.0888 22.4568 9.4443C21.358 7.79981 19.7962 6.51808 17.969 5.7612C16.1417 5.00433 14.131 4.8063 12.1912 5.19215Z' fill='%23B1BEC5'/%3E%3Cpath id='Vector (Stroke)_2' fill-rule='evenodd' clip-rule='evenodd' d='M7.77817 21.364C4.26845 17.8542 4.26845 12.1458 7.77817 8.63604C11.2879 5.12632 16.9964 5.12632 20.5061 8.63604C24.0158 12.1458 24.0158 17.8542 20.5061 21.364C16.9964 24.8737 11.2879 24.8737 7.77817 21.364ZM7.77817 21.364C11.2929 24.8787 16.9914 24.8787 20.5061 21.364C24.0208 17.8492 24.0208 12.1508 20.5061 8.63604C16.9914 5.12132 11.2929 5.12132 7.77817 8.63604C4.26345 12.1508 4.26345 17.8492 7.77817 21.364ZM8.48528 20.6569C5.36608 17.5377 5.36608 12.4623 8.48528 9.34315C11.6045 6.22395 16.6798 6.22395 19.799 9.34315C22.9182 12.4623 22.9182 17.5377 19.799 20.6569C16.6798 23.7761 11.6045 23.7761 8.48528 20.6569ZM21.2132 7.92893C17.308 4.02369 10.9763 4.02369 7.07107 7.92893C3.16582 11.8342 3.16582 18.1658 7.07107 22.0711C10.9763 25.9763 17.308 25.9763 21.2132 22.0711C25.1184 18.1658 25.1184 11.8342 21.2132 7.92893Z' fill='%23B1BEC5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 6px center;
  background-size: 30px;
  padding-left: 40px;
}
.sf-search-filters__select .vscomp-search-input {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Lato", sans-serif;
  padding: 12px 0;
  width: 100% !important;
}
.sf-search-filters__select .vscomp-option {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto !important;
  padding: 0;
  margin-bottom: 16px;
}
.sf-search-filters__select .vscomp-option:hover, .sf-search-filters__select .vscomp-option:focus, .sf-search-filters__select .vscomp-option.focused, .sf-search-filters__select .vscomp-option.selected {
  background-color: transparent;
  outline: none;
}
.sf-search-filters__select .vscomp-option:hover, .sf-search-filters__select .vscomp-option:focus {
  color: #33497A;
}
.sf-search-filters__select .vscomp-option.child-option {
  padding-left: 22px;
}
.sf-search-filters__select .vscomp-wrapper .checkbox-icon {
  margin-top: 5px;
  margin-right: 8px;
}
.sf-search-filters__select .checkbox-icon:after {
  border: 1px solid #b1bec5;
  border-radius: 2px;
}
.sf-search-filters__select .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon:after {
  border-color: #33497A;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
  background-color: #33497A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17 6.0625L16.4688 6.59375L8.54688 14.475L8.01875 15.0031L7.49062 14.475L3.53125 10.5344L3 10.0063L4.05938 8.94375L4.59063 9.47188L8.01875 12.8844L15.4094 5.52813L15.9406 5L17 6.0625Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sf-search-filters__select .vscomp-option-text {
  white-space: wrap;
}
.sf-search-filters__select .vscomp-search-clear {
  display: none !important;
}
.sf-search-filters .vscomp-wrapper.show-value-as-tags .vscomp-toggle-button {
  padding: 0;
}
.sf-search-filters .vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button {
  display: inline-block;
}
.sf-search-filters .vscomp-toggle-button {
  width: 0;
  height: 0;
}
.sf-search-filters .vscomp-toggle-button .vscomp-clear-button {
  font-size: 15.2px;
  font-size: 0.95rem;
  position: absolute;
  top: 64px;
  right: 0 !important;
  z-index: 10;
  white-space: nowrap;
  color: #edeff1;
  pointer-events: none;
}
.sf-search-filters .vscomp-toggle-button .vscomp-clear-button:hover {
  color: #33497A;
  background-color: transparent;
}
.sf-search-filters .vscomp-hidden-input:not([value=""]) + .vscomp-toggle-button .vscomp-clear-button {
  color: #1f2933;
  pointer-events: all;
}
.sf-search-filters .vscomp-options-container {
  margin-top: 72px;
}

.sf-search-keyword__field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sf-search-keyword__field .sf-input__text {
  border-color: #b1bec5;
}

.sf-search-results__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 24px;
}
.sf-search-results__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 40px;
}
@media (min-width: 1000px) {
  .sf-search-results__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
}
.sf-search-results__filters {
  width: 300px;
  min-width: 300px;
  margin-left: -340px;
  -webkit-transition: margin-left 150ms linear;
  transition: margin-left 150ms linear;
}
.search-filters-open .sf-search-results__filters {
  margin-left: 0;
}
@media (min-width: 1000px) {
  .sf-search-results__filters {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    width: auto;
    margin-left: 0;
  }
}
.sf-search-results__sort-filters #filters__sort-select .vscomp-clear-button {
  display: none;
}
.sf-search-results__sort-filters .vscomp-toggle-button {
  display: none;
}
.sf-search-results__sort-filters .vscomp-option-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sf-search-results__sort-filters .vscomp-option-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #33497A;
  border-radius: 20px;
}
.sf-search-results__sort-filters .selected .vscomp-option-text::before {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
  background-color: #33497A;
}
.sf-search-results__filter-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  gap: 10px;
  margin-bottom: 32px;
  padding: 10px 16px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media (min-width: 1000px) {
  .sf-search-results__filter-toggle {
    display: none;
  }
}
.sf-search-results__filter-icon, .sf-search-results__close-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
.sf-search-results__filter-icon svg, .sf-search-results__close-icon svg {
  width: 100%;
}
.search-filters-open .sf-search-results__filter-icon {
  display: none;
}
.sf-search-results__close-icon {
  display: none;
}
.search-filters-open .sf-search-results__close-icon {
  display: block;
}
.sf-search-results__cards {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 1000px) {
  .sf-search-results__cards {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    width: auto;
  }
}
.sf-search-results form {
  background-color: #fff;
  margin-bottom: 30px;
}
.sf-search-results .screen-reader-text {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 760px) {
  .sf-search-results .screen-reader-text {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.sf-sharing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: center;
}
.sf-sharing__item {
  margin: 5px 0 0 25px;
}
.sf-sharing__item:first-child {
  margin-left: 0;
}
.sf-sharing__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
}
.sf-sharing__link svg {
  width: 100%;
}
.sf-sharing__link svg * {
  fill: #b1bec5;
  -webkit-transition: fill 180ms linear;
  transition: fill 180ms linear;
}
.sf-sharing__link--twitter:hover svg * {
  fill: #55acee;
}
.sf-sharing__link--instagram:hover svg * {
  fill: #c13584;
}
.sf-sharing__link--linkedin:hover svg * {
  fill: #007bb5;
}
.sf-sharing__link--facebook:hover svg * {
  fill: #3b5998;
}
.sf-sharing__link--pinterest:hover svg * {
  fill: #e60023;
}

.sf-social-icons {
  margin-bottom: 40px;
}
.sf-social-icons__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.sf-social-icons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: center;
}
.sf-social-icons__item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.sf-social-icons__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.sf-social-icons__link svg {
  width: 100%;
  max-width: 100%;
}
.sf-sidebar-directory-summary {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #b1bec5;
}
.sf-sidebar-directory-summary__title {
  color: #1f2933;
  margin-bottom: 20px;
}
.sf-sidebar-directory-summary__link {
  font-size: 15.2px;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.sprite {
  display: none;
}

.sf-text-style--highlighted {
  display: inline-block;
  background-color: #FFC800;
  padding: 10px 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.sf-widget {
  overflow: hidden;
}
.sf-widget__title {
  font-size: 25.31px;
  font-size: 1.581875rem;
  margin-bottom: 30px;
  color: #33497A;
  font-family: "Lato", sans-serif;
}

.sf-cookies-banner {
  background-color: #162142;
  display: none;
  padding: 25px 0;
  position: fixed;
  width: 100vw;
  z-index: 9999;
}
.sf-cookies-banner--bottom {
  bottom: 0;
}
.sf-cookies-banner--top {
  top: 0;
}
.sf-cookies-banner--visible {
  display: block;
}
.sf-cookies-banner__container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 760px) {
  .sf-cookies-banner__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sf-cookies-banner__copy {
  color: #fff;
  margin: 0 20px 1em 0;
}
@media (min-width: 760px) {
  .sf-cookies-banner__copy {
    margin-bottom: 0;
  }
}
.sf-cookies-banner__copy a,
.sf-cookies-banner__copy a:link,
.sf-cookies-banner__copy a:visited {
  color: #fff;
  text-decoration: underline;
}
.sf-cookies-banner__close-icon {
  cursor: pointer;
  height: 20px;
  margin-left: auto;
  width: 20px;
}
.sf-cookies-banner__close-icon svg polygon {
  fill: #fff;
}

.sf-article-content__text .gform_wrapper ul {
  margin: 0;
  width: initial;
  font-size: initial;
  line-height: initial;
}
.sf-article-content__text .gform_wrapper li {
  width: initial;
  font-size: initial;
  line-height: initial;
}
.sf-article-content__text .gform_wrapper li::before {
  display: none;
}
.sf-article-content__text .gform_wrapper h1,
.sf-article-content__text .gform_wrapper h2,
.sf-article-content__text .gform_wrapper h3,
.sf-article-content__text .gform_wrapper h4,
.sf-article-content__text .gform_wrapper h5,
.sf-article-content__text .gform_wrapper h6 {
  margin: 0 0 1rem 0;
}

.gform_wrapper {
  background-color: #eee;
  padding: 30px;
  margin-bottom: 2rem;
  margin-top: 0;
}

/*** HEADER SECTION ***/
.gform_heading {
  margin-bottom: 2rem;
}

.gform_fields {
  list-style: none;
  padding-left: 0;
}

.gfield_label {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.ginput_container {
  margin-bottom: 1.5rem;
}

.ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ginput_complex > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1rem;
}
.ginput_complex > span > label {
  margin-top: 0.25rem;
  font-size: 12.7px;
  font-size: 0.79375rem;
}

.clear-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ginput_container input[type=text],
.ginput_container input[type=email],
.ginput_container input[type=tel],
.ginput_container input[type=url] {
  width: 100%;
  min-height: 45px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.ginput_container select {
  position: relative;
  width: 100%;
  min-height: 45px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1em;
  cursor: pointer;
}

.ginput_container textarea {
  width: 100%;
  min-height: 150px;
  padding: 5px 4px;
  border: 1px solid #ccc;
}

.gform_button,
input[type=button] {
  background-color: #222;
  color: #fff;
  font-weight: 700;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
}
.gform_button:hover,
input[type=button]:hover {
  background-color: #333;
}

.ginput_container_date > span {
  display: none;
}

.ginput_container_time > label {
  margin-right: 0.5rem;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.ginput_container_time > input[type=text] {
  width: 6ch;
  margin-right: 0.25rem;
}
.ginput_container_time > i {
  font-style: normal;
  font-weight: 700;
  margin-right: 0.25rem;
}
.ginput_container_time.gfield_time_ampm > select {
  width: 10ch;
}

.gform_button[type=submit] {
  width: 100%;
}

.gf_progressbar_wrapper {
  width: 100%;
  margin-bottom: 2rem;
}

h3.gf_progressbar_title {
  margin-bottom: 1rem;
  font-size: 12.7px;
  font-size: 0.79375rem;
}

.gf_progressbar {
  padding: 3px;
  position: relative;
  background-color: #ccc;
  border-radius: 25px;
  width: 100%;
}

.gf_progressbar_percentage {
  height: 16px;
  border-radius: 25px 4px 4px 25px;
  z-index: 999;
  vertical-align: middle;
}

.gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.gf_progressbar_percentage span {
  float: right;
  margin: 0 8px;
  font-size: 12.7px;
  font-size: 0.79375rem;
  line-height: 16px;
  line-height: 1rem;
}

.gf_progressbar_percentage.percentbar_0 span {
  float: none;
}

.gf_progressbar_percentage.percentbar_100 span {
  float: none;
  left: 50%;
  position: relative;
  margin-left: -15px;
}

.percentbar_blue {
  background-color: #036493;
  color: #FFF;
}

.percentbar_gray {
  background-color: #7C7C7C;
  color: #FFF;
}

.percentbar_green {
  background-color: #88B831;
  color: #FFF;
}

.percentbar_orange {
  background-color: #FF7120;
  color: #FFF;
}

.percentbar_red {
  background-color: #FF2A1A;
  color: #FFF;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-image: url("data:image/svg+xml,%3Csvg id='a8a7a9ab-f784-4c8f-a917-e707010a0759' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 8'%3E%3Cpolygon points='7 8 0 4 7 0 7 8' style='fill: %23ddd'/%3E%3C/svg%3E%0A");
}

.ui-datepicker-next {
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg id='e4d5f7fa-87f7-436f-b766-ad94edf71b39' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 8'%3E%3Cpolygon points='0 0 7 4 0 8 0 0' style='fill: %23ddd'/%3E%3C/svg%3E%0A");
}

.ui-datepicker thead {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0px 0px #fff;
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-calendar .ui-state-default {
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
          box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0;
}

body div#ui-datepicker-div[style] {
  z-index: 9999;
}

.sf-advert-banner {
  margin-bottom: 60px;
  max-width: 100%;
  overflow: hidden;
}
.sf-advert-banner.sf-section--skin-light .sf-advert-banner {
  margin-bottom: 60px;
}
.sf-advert-banner.sf-section--skin-dark, .sf-advert-banner.sf-section--skin-accent {
  padding-top: 30px;
}
.sf-advert-banner__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sf-box-feature {
  background-color: #fff;
  border: 1px solid #edeff1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  max-width: 500px;
  overflow: hidden;
  padding: 30px;
  width: 100%;
}
.sf-section--skin-primary .sf-box-feature {
  border: none;
}
.sf-box-feature__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin: -30px -30px 30px;
  overflow: hidden;
}
.sf-box-feature__header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.sf-box-feature__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.sf-box-feature__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sf-box-feature__title {
  margin-bottom: 30px;
}
.sf-box-feature__text ul {
  margin-bottom: 30px;
}
.sf-box-feature__text ul li {
  margin-bottom: 30px;
  position: relative;
}
.sf-box-feature__text ul li::after {
  background-color: #37474f;
  border-radius: 50%;
  bottom: -18px;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 6px;
}
.sf-box-feature__text ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sf-box-feature__text ul li:last-child::after {
  display: none;
}
.sf-box-feature__button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.sf-boxes-features__caption {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-bottom: 20px;
  text-align: center;
}
.sf-section--skin-light .sf-boxes-features__caption {
  color: #1f2933;
}
.sf-section--skin-dark .sf-boxes-features__caption {
  color: #1f2933;
}
.sf-section--skin-primary .sf-boxes-features__caption {
  color: #fff;
}
.sf-boxes-features__list {
  justify-items: center;
  margin-top: 40px;
}
.sf-boxes-pricing__header {
  margin-bottom: 50px;
}
.sf-boxes-pricing__caption {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 31px;
  line-height: 1.9375rem;
  margin-bottom: 40px;
}
.sf-boxes-pricing__block-row {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (min-width: 550px) {
  .sf-boxes-pricing__block-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px;
  }
}
.sf-boxes-pricing__primary-title {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1;
  position: absolute;
  padding: 0 20px;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
  top: 20px;
}
.sf-boxes-pricing__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.sf-boxes-pricing__block-row--1 .sf-boxes-pricing__block {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-boxes-pricing__block-row--1 .sf-boxes-pricing__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
@media (min-width: 760px) {
  .sf-boxes-pricing__block-row--1 .sf-boxes-pricing__block {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }
}
.sf-boxes-pricing__block-row--2 .sf-boxes-pricing__block {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-boxes-pricing__block-row--2 .sf-boxes-pricing__block {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
@media (min-width: 760px) {
  .sf-boxes-pricing__block-row--2 .sf-boxes-pricing__block {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
.sf-boxes-pricing__block-row--3 .sf-boxes-pricing__block {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-boxes-pricing__block-row--3 .sf-boxes-pricing__block {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (min-width: 760px) {
  .sf-boxes-pricing__block-row--3 .sf-boxes-pricing__block {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
.sf-boxes-pricing__block-row--4 .sf-boxes-pricing__block {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (min-width: 550px) {
  .sf-boxes-pricing__block-row--4 .sf-boxes-pricing__block {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
@media (min-width: 760px) {
  .sf-boxes-pricing__block-row--4 .sf-boxes-pricing__block {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (min-width: 1290px) {
  .sf-boxes-pricing__block-row--4 .sf-boxes-pricing__block {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
}
.sf-section--skin-light .sf-boxes-pricing__block {
  border: 1px solid #b1bec5;
}
.sf-boxes-pricing__block-header {
  position: relative;
  padding: 40px 20px 30px;
}
.sf-boxes-pricing__block--primary .sf-boxes-pricing__block-header {
  background-color: #162142;
}
.sf-section--skin-primary .sf-boxes-pricing__block--primary .sf-boxes-pricing__block-header {
  border: 1px solid #fff;
}
.sf-boxes-pricing__block-title {
  font-size: 25.31px;
  font-size: 1.581875rem;
  line-height: 1.2;
  color: #1f2933;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  min-height: 2.4em;
}
.sf-boxes-pricing__block--primary .sf-boxes-pricing__block-title {
  color: #fff;
}
.sf-boxes-pricing__block-caption {
  font-size: 15.2px;
  font-size: 0.95rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 600;
  color: #798f9c;
  margin: 20px 20px 0;
  min-height: 50px;
}
.sf-boxes-pricing__block-price {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  color: #1f2933;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
}
@media (min-width: 760px) {
  .sf-boxes-pricing__block-price {
    font-size: 40.55px;
    font-size: 2.534375rem;
  }
}
.sf-boxes-pricing__block--primary .sf-boxes-pricing__block-price {
  color: #fff;
}
.sf-boxes-pricing__block-frequency {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: -25px;
  margin-bottom: 25px;
  color: #798f9c;
}
.sf-boxes-pricing__block--primary .sf-boxes-pricing__block-frequency {
  color: #fff;
}
.sf-boxes-pricing__monthly-pricing {
  font-size: 15.2px;
  font-size: 0.95rem;
  display: block;
  position: relative;
  color: #1f2933;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}
.sf-boxes-pricing__monthly-pricing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #b1bec5;
}
.sf-boxes-pricing__block--primary .sf-boxes-pricing__monthly-pricing::before {
  display: none;
}
.sf-boxes-pricing__monthly-pricing::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #b1bec5;
}
.sf-boxes-pricing__monthly-button {
  text-decoration: underline;
}
.sf-boxes-pricing__monthly-button:link, .sf-boxes-pricing__monthly-button:visited {
  color: #1f2933;
}
.sf-boxes-pricing__monthly-button:hover {
  color: #162142;
  text-decoration: underline;
}
.sf-boxes-pricing__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 30px 20px;
  color: #1f2933;
}
.sf-boxes-pricing__features p,
.sf-boxes-pricing__features ul {
  font-size: 18.3px;
  font-size: 1.14375rem;
  line-height: 1.6;
}
.sf-boxes-pricing__features ul {
  list-style: none;
  padding-left: 0;
}
.sf-boxes-pricing__features ul:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sf-boxes-pricing__features ul li {
  position: relative;
  padding-left: 25px;
}
.sf-boxes-pricing__features ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg id='f20a4f11-d954-4967-b9f2-a15da68ae0d7' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.32 22.08'%3E%3Cpolygon points='10.07 22.08 0 12.01 2.83 9.18 10.07 16.42 26.49 0 29.32 2.83 10.07 22.08' fill='%23ffc800'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.sf-boxes-pricing__features .sf-button, .sf-boxes-pricing__features .mp_wrapper input[type=submit], .mp_wrapper .sf-boxes-pricing__features input[type=submit], .sf-boxes-pricing__features .sf-newsletter .gform_wrapper .gform_button, .sf-newsletter .gform_wrapper .sf-boxes-pricing__features .gform_button, .sf-boxes-pricing__features .sf-search-results .search-submit, .sf-search-results .sf-boxes-pricing__features .search-submit, .sf-boxes-pricing__features .gform_button[type=submit] {
  display: block;
  width: 100%;
  text-align: center;
}

.sf-box-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (min-width: 760px) {
  .sf-box-quote {
    margin-top: 0;
  }
}
.sf-boxes-quotes__list--1 .sf-box-quote {
  -ms-grid-column-span: 12;
  grid-column: 12 span;
}
.sf-boxes-quotes__list--2 .sf-box-quote {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}
.sf-boxes-quotes__list--3 .sf-box-quote {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
.sf-boxes-quotes__list--4 .sf-box-quote {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
.sf-boxes-quotes__list--6 .sf-box-quote {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}
.sf-boxes-quotes__list--1 .sf-box-quote:not(:first-child) {
  margin-top: 50px;
}
.sf-boxes-quotes__list--1 .sf-box-quote {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 40px;
  grid-auto-rows: auto;
}
@media (min-width: 760px) {
  .sf-boxes-quotes__list--1 .sf-box-quote {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
}
@media (min-width: 1000px) {
  .sf-boxes-quotes__list--1 .sf-box-quote {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 0 40px;
  }
}
.sf-box-quote__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.sf-boxes-quotes__list--1 .sf-box-quote__body {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}
@media (min-width: 760px) {
  .sf-boxes-quotes__list--1 .sf-box-quote__body {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1000px) {
  .sf-boxes-quotes__list--1 .sf-box-quote__body {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
  }
}
.sf-box-quote__text {
  font-size: 25.31px;
  font-size: 1.581875rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 35px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.sf-boxes-quotes__list--1 .sf-box-quote__text {
  font-size: 28.48px;
  font-size: 1.78rem;
}
@media (min-width: 1000px) {
  .sf-boxes-quotes__list--1 .sf-box-quote__text {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 45px;
    line-height: 2.8125rem;
  }
}
.sf-box-quote__text::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='71.023' height='51.823' viewBox='0 0 71.023 51.823'%3E%3Cpath id='Path_607' data-name='Path 607' d='M62.337,104.772q-9.134,0-13.235-6.524a23.549,23.549,0,0,1-2.983-6.9,33.511,33.511,0,0,1,3.821-26.1,33.133,33.133,0,0,1,14.633-12.3l1.678,3.355a24.829,24.829,0,0,0-9.414,6.9,19.131,19.131,0,0,0-4.754,9.507A17.674,17.674,0,0,0,51.525,77a11.127,11.127,0,0,0,.559,3.542A13.97,13.97,0,0,1,62.9,76.065a14.963,14.963,0,0,1,10.625,3.821q4.1,3.821,4.1,10.532a13.523,13.523,0,0,1-4.287,10.346A15.463,15.463,0,0,1,62.337,104.772Zm-38.4,0q-9.134,0-13.235-6.524a23.55,23.55,0,0,1-2.983-6.9,33.511,33.511,0,0,1,3.821-26.1,33.133,33.133,0,0,1,14.633-12.3l1.678,3.355a24.829,24.829,0,0,0-9.414,6.9,19.131,19.131,0,0,0-4.753,9.507A17.674,17.674,0,0,0,13.124,77a11.127,11.127,0,0,0,.559,3.542A13.97,13.97,0,0,1,24.5,76.065a14.963,14.963,0,0,1,10.625,3.821q4.1,3.821,4.1,10.532a13.523,13.523,0,0,1-4.287,10.346A15.463,15.463,0,0,1,23.936,104.772Z' transform='translate(-6.6 -52.95)' fill='%23ffc800'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.sf-section--skin-accent .sf-box-quote__text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='71.023' height='51.823' viewBox='0 0 71.023 51.823'%3E%3Cpath id='Path_607' data-name='Path 607' d='M62.337,104.772q-9.134,0-13.235-6.524a23.549,23.549,0,0,1-2.983-6.9,33.511,33.511,0,0,1,3.821-26.1,33.133,33.133,0,0,1,14.633-12.3l1.678,3.355a24.829,24.829,0,0,0-9.414,6.9,19.131,19.131,0,0,0-4.754,9.507A17.674,17.674,0,0,0,51.525,77a11.127,11.127,0,0,0,.559,3.542A13.97,13.97,0,0,1,62.9,76.065a14.963,14.963,0,0,1,10.625,3.821q4.1,3.821,4.1,10.532a13.523,13.523,0,0,1-4.287,10.346A15.463,15.463,0,0,1,62.337,104.772Zm-38.4,0q-9.134,0-13.235-6.524a23.55,23.55,0,0,1-2.983-6.9,33.511,33.511,0,0,1,3.821-26.1,33.133,33.133,0,0,1,14.633-12.3l1.678,3.355a24.829,24.829,0,0,0-9.414,6.9,19.131,19.131,0,0,0-4.753,9.507A17.674,17.674,0,0,0,13.124,77a11.127,11.127,0,0,0,.559,3.542A13.97,13.97,0,0,1,24.5,76.065a14.963,14.963,0,0,1,10.625,3.821q4.1,3.821,4.1,10.532a13.523,13.523,0,0,1-4.287,10.346A15.463,15.463,0,0,1,23.936,104.772Z' transform='translate(-6.6 -52.95)' fill='%231f2933'/%3E%3C/svg%3E%0A");
}
.sf-section--skin-primary .sf-box-quote__text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='71.023' height='51.823' viewBox='0 0 71.023 51.823'%3E%3Cpath id='Path_607' data-name='Path 607' d='M62.337,104.772q-9.134,0-13.235-6.524a23.549,23.549,0,0,1-2.983-6.9,33.511,33.511,0,0,1,3.821-26.1,33.133,33.133,0,0,1,14.633-12.3l1.678,3.355a24.829,24.829,0,0,0-9.414,6.9,19.131,19.131,0,0,0-4.754,9.507A17.674,17.674,0,0,0,51.525,77a11.127,11.127,0,0,0,.559,3.542A13.97,13.97,0,0,1,62.9,76.065a14.963,14.963,0,0,1,10.625,3.821q4.1,3.821,4.1,10.532a13.523,13.523,0,0,1-4.287,10.346A15.463,15.463,0,0,1,62.337,104.772Zm-38.4,0q-9.134,0-13.235-6.524a23.55,23.55,0,0,1-2.983-6.9,33.511,33.511,0,0,1,3.821-26.1,33.133,33.133,0,0,1,14.633-12.3l1.678,3.355a24.829,24.829,0,0,0-9.414,6.9,19.131,19.131,0,0,0-4.753,9.507A17.674,17.674,0,0,0,13.124,77a11.127,11.127,0,0,0,.559,3.542A13.97,13.97,0,0,1,24.5,76.065a14.963,14.963,0,0,1,10.625,3.821q4.1,3.821,4.1,10.532a13.523,13.523,0,0,1-4.287,10.346A15.463,15.463,0,0,1,23.936,104.772Z' transform='translate(-6.6 -52.95)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
@media (min-width: 760px) {
  .sf-box-quote__text::before {
    width: 40px;
    height: 30px;
  }
}
@media (min-width: 1000px) {
  .sf-box-quote__text::before {
    width: 60px;
    height: 45px;
  }
}
.sf-box-quote__author {
  font-size: 25.31px;
  font-size: 1.581875rem;
  color: #1f2933;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  line-height: 1.1;
  font-weight: 700;
}
.sf-section--skin-primary .sf-box-quote__author {
  color: #fff;
}
.sf-box-quote__foot {
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 760px) {
  .sf-box-quote__foot {
    margin-top: 0;
    max-width: 100%;
  }
}
.sf-boxes-quotes__list--1 .sf-box-quote__foot {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}
@media (min-width: 550px) {
  .sf-boxes-quotes__list--1 .sf-box-quote__foot {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (min-width: 760px) {
  .sf-boxes-quotes__list--1 .sf-box-quote__foot {
    -ms-grid-column: 7;
        grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1000px) {
  .sf-boxes-quotes__list--1 .sf-box-quote__foot {
    -ms-grid-column: 7;
        grid-column-start: 7;
    -ms-grid-column-span: 4;
    grid-column-end: 11;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.sf-boxes-quotes__list--2 .sf-box-quote__foot, .sf-boxes-quotes__list--3 .sf-box-quote__foot, .sf-boxes-quotes__list--4 .sf-box-quote__foot {
  margin-top: 30px;
}
.sf-box-quote__foot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 100%;
}
.sf-box-quote__foot img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media (min-width: 760px) {
  .sf-boxes-quotes__list--1 .sf-box-quote__foot img {
    max-width: 100%;
  }
}
.sf-box-quote__read-more {
  margin-top: 30px;
}
.sf-box-quote__read-more-link {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.sf-box-quote__read-more-link:hover {
  text-decoration: underline;
}

.sf-boxes-quotes.sf-section--skin-dark, .sf-boxes-quotes.sf-section--skin-light {
  border-top: 5px solid #162142;
}
@media (min-width: 1000px) {
  .sf-boxes-quotes__content.sf-section__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
}
.sf-boxes-quotes__title.sf-section__title {
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .sf-boxes-quotes__title.sf-section__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1;
  }
}
@media (min-width: 1000px) {
  .sf-boxes-quotes__title.sf-section__title {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 10;
    grid-column-end: 12;
  }
}
@media (min-width: 760px) {
  .sf-boxes-quotes__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
}
@media (min-width: 1000px) {
  .sf-boxes-quotes__list {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 10;
    grid-column-end: 12;
  }
}

@media (min-width: 760px) {
  .sf-cta__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.sf-cta__link-container {
  text-align: center;
  width: 100%;
}
@media (min-width: 760px) {
  .sf-cta__link-container {
    text-align: center;
    width: auto;
  }
}
.sf-cta__text {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 31px;
  line-height: 1.9375rem;
  text-align: center;
}
@media (max-width: 550px) {
  .sf-cta__text .sf-button, .sf-cta__text .mp_wrapper input[type=submit], .mp_wrapper .sf-cta__text input[type=submit], .sf-cta__text .sf-newsletter .gform_wrapper .gform_button, .sf-newsletter .gform_wrapper .sf-cta__text .gform_button, .sf-cta__text .sf-search-results .search-submit, .sf-search-results .sf-cta__text .search-submit, .sf-cta__text .gform_button[type=submit] {
    display: block;
    margin: 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.sf-section--skin-primary .sf-cta__text {
  color: #fff;
}
.sf-cta__link, .sf-cta__link.sf-button, .mp_wrapper input.sf-cta__link[type=submit], .sf-newsletter .gform_wrapper .sf-cta__link.gform_button, .sf-search-results .sf-cta__link.search-submit, .sf-cta__link.gform_button[type=submit] {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
}
@media (min-width: 760px) {
  .sf-cta__link, .sf-cta__link.sf-button, .mp_wrapper input.sf-cta__link[type=submit], .sf-newsletter .gform_wrapper .sf-cta__link.gform_button, .sf-search-results .sf-cta__link.search-submit, .sf-cta__link.gform_button[type=submit] {
    font-size: 28px;
    font-size: 1.75rem;
    white-space: nowrap;
  }
}

.sf-directory-cards__title.sf-section__title {
  font-size: 18.3px;
  font-size: 1.14375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #162142;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.sf-section--skin-primary .sf-directory-cards__title.sf-section__title {
  padding: 0;
  background-color: transparent;
}
.sf-section--skin-accent .sf-directory-cards__title.sf-section__title {
  color: #1f2933;
  padding: 0;
  background-color: transparent;
}
.sf-section--skin-dark .sf-directory-cards__title.sf-section__title {
  color: #fff;
}
.sf-directory-cards__heading-link {
  font-size: 18.3px;
  font-size: 1.14375rem;
  position: relative;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
}
.sf-directory-cards__heading-link:link, .sf-directory-cards__heading-link:visited {
  color: #fff;
}
.sf-section--skin-primary .sf-directory-cards__heading-link:link, .sf-section--skin-primary .sf-directory-cards__heading-link:visited {
  color: #fff;
}
.sf-section--skin-dark .sf-directory-cards__heading-link:link, .sf-section--skin-dark .sf-directory-cards__heading-link:visited {
  color: #fff;
}
.sf-directory-cards__heading-link:hover {
  color: #e6e6e6;
  text-decoration: underline;
}
.sf-section--skin-primary .sf-directory-cards__heading-link:hover {
  color: #e6e6e6;
}
.sf-section--skin-dark .sf-directory-cards__heading-link:hover {
  color: #e6e6e6;
}

@media (min-width: 760px) {
  .sf-feature-list--text-left .sf-feature-list__content, .sf-feature-list--text-right .sf-feature-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.sf-feature-list__image-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .sf-feature-list__image-container {
    margin-bottom: 0;
  }
}
@media (min-width: 760px) {
  .sf-feature-list--text-left .sf-feature-list__image-container, .sf-feature-list--text-right .sf-feature-list__image-container {
    width: 50%;
  }
}
@media (min-width: 760px) {
  .sf-feature-list--text-right .sf-feature-list__image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 5%;
  }
}
@media (min-width: 760px) {
  .sf-feature-list--text-left .sf-feature-list__image-container {
    padding-right: 5%;
  }
}
.sf-feature-list--text-left .sf-feature-list__text, .sf-feature-list--text-right .sf-feature-list__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 760px) {
  .sf-feature-list--text-left .sf-feature-list__text, .sf-feature-list--text-right .sf-feature-list__text {
    width: 50%;
  }
}
.sf-feature-list--text-right .sf-feature-list__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sf-feature-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}
.sf-feature-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 550px) {
  .sf-feature-list__item {
    display: block;
  }
}
.sf-feature-list__item-icon {
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  margin-bottom: 15px;
  margin-right: 20px;
  width: 80px;
}
@media (min-width: 550px) {
  .sf-feature-list__item-icon {
    float: left;
    height: 100px;
    margin-bottom: 0;
    width: 100px;
  }
}
@media (min-width: 550px) {
  .sf-feature-list__list--6 .sf-feature-list__item-icon {
    margin-bottom: 15px;
  }
}
.sf-feature-list__item-title {
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 550px) {
  .sf-feature-list__item-title {
    padding-left: 120px;
  }
}
@media (min-width: 550px) {
  .sf-feature-list__list--6 .sf-feature-list__item-title {
    padding-left: 0;
  }
}
@media (min-width: 550px) {
  .sf-feature-list__item-copy {
    padding-left: 120px;
  }
}
@media (min-width: 550px) {
  .sf-feature-list__list--6 .sf-feature-list__item-copy {
    padding-left: 0;
  }
}

.sf-feature-screenshot__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.sf-feature-screenshot__title.sf-section__title {
  text-transform: capitalize;
  letter-spacing: 0;
  max-width: 29ch;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .sf-feature-screenshot__title.sf-section__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.sf-feature-screenshot__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 760px) {
  .sf-feature-screenshot__text {
    width: 50%;
  }
}
@media (min-width: 760px) {
  .sf-feature-screenshot--text-right .sf-feature-screenshot__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sf-feature-screenshot__image-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 20px;
  width: 100%;
}
@media (min-width: 760px) {
  .sf-feature-screenshot__image-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
    width: 50%;
  }
}
@media (min-width: 760px) {
  .sf-feature-screenshot--text-left .sf-feature-screenshot__image-container {
    padding-left: 100px;
  }
}
.sf-feature-screenshot--text-right .sf-feature-screenshot__image-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 760px) {
  .sf-feature-screenshot--text-right .sf-feature-screenshot__image-container {
    padding-right: 100px;
  }
}
.sf-feature-screenshot--align-top .sf-feature-screenshot__image-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sf-feature-screenshot--align-bottom .sf-feature-screenshot__image-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sf-feature-screenshot--align-center .sf-feature-screenshot__image-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 550px) {
  .sf-feature-screenshot__image-container img {
    margin: 0 auto;
    max-width: 60%;
  }
}
@media (min-width: 760px) {
  .sf-feature-screenshot__image-container img {
    max-width: 100%;
  }
}
.sf-feature-screenshot__copy h1,
.sf-feature-screenshot__copy h2,
.sf-feature-screenshot__copy h3,
.sf-feature-screenshot__copy h4 {
  font-family: "Playfair Display", serif;
}
.sf-section--skin-primary .sf-feature-screenshot__copy {
  color: #fff;
}
@media (max-width: 550px) {
  .sf-feature-screenshot__copy .sf-button, .sf-feature-screenshot__copy .mp_wrapper input[type=submit], .mp_wrapper .sf-feature-screenshot__copy input[type=submit], .sf-feature-screenshot__copy .sf-newsletter .gform_wrapper .gform_button, .sf-newsletter .gform_wrapper .sf-feature-screenshot__copy .gform_button, .sf-feature-screenshot__copy .sf-search-results .search-submit, .sf-search-results .sf-feature-screenshot__copy .search-submit, .sf-feature-screenshot__copy .gform_button[type=submit] {
    display: block;
    margin: 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.sf-hero-classified__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.sf-hero-classified__content {
  z-index: 10;
}
@media (min-width: 760px) {
  .sf-hero-classified__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    grid-auto-rows: auto;
  }
}
.sf-hero-classified__logo {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 0;
}
@media (min-width: 760px) {
  .sf-hero-classified__logo {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}
@media (min-width: 1290px) {
  .sf-hero-classified__logo {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 6;
    grid-column-end: 10;
  }
}
.sf-hero-classified__logo svg {
  width: 100%;
}
.sf-hero-classified__heading {
  font-size: 28.48px;
  font-size: 1.78rem;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .sf-hero-classified__heading {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
@media (min-width: 1000px) {
  .sf-hero-classified__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
.sf-hero-classified__caption {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .sf-hero-classified__caption {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
@media (min-width: 1290px) {
  .sf-hero-classified__caption {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 6;
    grid-column-end: 10;
  }
}
.sf-hero-classified__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 760px) {
  .sf-hero-classified__form {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}
@media (min-width: 1290px) {
  .sf-hero-classified__form {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 6;
    grid-column-end: 10;
  }
}
.sf-hero-classified__form .sf-input__text,
.sf-hero-classified__form .sf-input__select {
  padding: 14px 10px;
  letter-spacing: 0.1em;
}
@media (min-width: 550px) {
  .sf-hero-classified__form .sf-input__text,
.sf-hero-classified__form .sf-input__select {
    margin-top: 0;
  }
}
.sf-hero-classified__form-100 {
  width: 100%;
  max-width: none;
}
.sf-hero-classified__form-50 {
  max-width: none;
}
@media (min-width: 550px) {
  .sf-hero-classified__form-50 {
    width: calc(50% - 20px);
  }
}
.sf-hero-classified__form-submit {
  width: 100%;
  margin-top: 20px;
}
.sf-hero-classified__link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media (min-width: 760px) {
  .sf-hero-classified__link-row {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-row: 4;
        grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}
@media (min-width: 1290px) {
  .sf-hero-classified__link-row {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 6;
    grid-column-end: 10;
  }
}
.sf-hero-classified__link {
  font-size: 15.2px;
  font-size: 0.95rem;
  position: relative;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.sf-hero-classified__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.sf-hero-classified__link:hover {
  color: #FFC800;
}
.sf-hero-classified__link:hover::after {
  background-color: #FFC800;
}

.sf-hero-directory__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.sf-hero-directory__content {
  z-index: 10;
}
@media (min-width: 760px) {
  .sf-hero-directory__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    grid-auto-rows: auto;
  }
}
.sf-hero-directory__logo {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 0;
}
@media (min-width: 760px) {
  .sf-hero-directory__logo {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}
@media (min-width: 1290px) {
  .sf-hero-directory__logo {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 6;
    grid-column-end: 10;
  }
}
.sf-hero-directory__logo svg {
  width: 100%;
}
.sf-hero-directory__heading {
  font-size: 28.48px;
  font-size: 1.78rem;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .sf-hero-directory__heading {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
@media (min-width: 1000px) {
  .sf-hero-directory__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
.sf-hero-directory__caption {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .sf-hero-directory__caption {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}
@media (min-width: 1290px) {
  .sf-hero-directory__caption {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 6;
    grid-column-end: 10;
  }
}
.sf-hero-directory__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 760px) {
  .sf-hero-directory__form {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}
@media (min-width: 1290px) {
  .sf-hero-directory__form {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 6;
    grid-column-end: 10;
  }
}
.sf-hero-directory__form .sf-input__text,
.sf-hero-directory__form .sf-input__select {
  padding: 14px 10px;
  letter-spacing: 0.065em;
}
.sf-hero-directory__form-100 {
  width: 100%;
  max-width: none;
}
.sf-hero-directory__form-50 {
  max-width: none;
}
@media (min-width: 550px) {
  .sf-hero-directory__form-50 {
    width: calc(50% - 20px);
  }
}
.sf-hero-directory__form-submit {
  width: 100%;
  margin-top: 20px;
}

.sf-hero-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}
.sf-hero-banner__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  z-index: 1000;
}
@media (min-width: 1000px) {
  .sf-hero-banner__content {
    padding-bottom: 160px;
    padding-top: 160px;
  }
}
.sf-hero-banner__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 51px;
  line-height: 3.1875rem;
  color: #fff;
}
@media (min-width: 760px) {
  .sf-hero-banner__title {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 78px;
    line-height: 4.875rem;
  }
}
.sf-hero-banner__sub-title {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media (min-width: 760px) {
  .sf-hero-banner__sub-title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
}
.sf-section--skin-light .sf-hero-banner__sub-title {
  color: #162142;
}
.sf-section--skin-dark .sf-hero-banner__sub-title {
  color: #1f2933;
}
.sf-hero-banner__link.sf-button, .mp_wrapper input.sf-hero-banner__link[type=submit], .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button, .sf-search-results .sf-hero-banner__link.search-submit, .sf-hero-banner__link.gform_button[type=submit] {
  margin-top: 20px;
  background-color: #eee;
  color: #1f2933;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.75em 1.15em;
  text-decoration: none;
  -webkit-transition: color 180ms linear, background-color 180ms linear;
  transition: color 180ms linear, background-color 180ms linear;
  font-size: 20px;
  font-size: 1.25rem;
}
.sf-hero-banner__link.sf-button:link, .mp_wrapper input.sf-hero-banner__link[type=submit]:link, .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:link, .sf-search-results .sf-hero-banner__link.search-submit:link, .sf-hero-banner__link.gform_button[type=submit]:link, .sf-hero-banner__link.sf-button:visited, .mp_wrapper input.sf-hero-banner__link[type=submit]:visited, .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:visited, .sf-search-results .sf-hero-banner__link.search-submit:visited, .sf-hero-banner__link.gform_button[type=submit]:visited {
  color: #1f2933;
}
.sf-hero-banner__link.sf-button:hover, .mp_wrapper input.sf-hero-banner__link[type=submit]:hover, .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:hover, .sf-search-results .sf-hero-banner__link.search-submit:hover, .sf-hero-banner__link.gform_button[type=submit]:hover, .sf-hero-banner__link.sf-button:focus, .mp_wrapper input.sf-hero-banner__link[type=submit]:focus, .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:focus, .sf-search-results .sf-hero-banner__link.search-submit:focus, .sf-hero-banner__link.gform_button[type=submit]:focus {
  background: #c8c8c8;
}
.sf-hero-banner__link.sf-button:active, .mp_wrapper input.sf-hero-banner__link[type=submit]:active, .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:active, .sf-search-results .sf-hero-banner__link.search-submit:active, .sf-hero-banner__link.gform_button[type=submit]:active {
  background: #aeaeae;
}
.sf-section--skin-light .sf-hero-banner__link.sf-button, .sf-section--skin-light .mp_wrapper input.sf-hero-banner__link[type=submit], .mp_wrapper .sf-section--skin-light input.sf-hero-banner__link[type=submit], .sf-section--skin-light .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button, .sf-newsletter .gform_wrapper .sf-section--skin-light .sf-hero-banner__link.gform_button, .sf-section--skin-light .sf-search-results .sf-hero-banner__link.search-submit, .sf-search-results .sf-section--skin-light .sf-hero-banner__link.search-submit, .sf-section--skin-light .sf-hero-banner__link.gform_button[type=submit] {
  background-color: #162142;
  color: #fff;
}
.sf-section--skin-light .sf-hero-banner__link.sf-button:link, .sf-section--skin-light .mp_wrapper input.sf-hero-banner__link[type=submit]:link, .mp_wrapper .sf-section--skin-light input.sf-hero-banner__link[type=submit]:link, .sf-section--skin-light .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:link, .sf-newsletter .gform_wrapper .sf-section--skin-light .sf-hero-banner__link.gform_button:link, .sf-section--skin-light .sf-search-results .sf-hero-banner__link.search-submit:link, .sf-search-results .sf-section--skin-light .sf-hero-banner__link.search-submit:link, .sf-section--skin-light .sf-hero-banner__link.gform_button[type=submit]:link, .sf-section--skin-light .sf-hero-banner__link.sf-button:visited, .sf-section--skin-light .mp_wrapper input.sf-hero-banner__link[type=submit]:visited, .mp_wrapper .sf-section--skin-light input.sf-hero-banner__link[type=submit]:visited, .sf-section--skin-light .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:visited, .sf-newsletter .gform_wrapper .sf-section--skin-light .sf-hero-banner__link.gform_button:visited, .sf-section--skin-light .sf-search-results .sf-hero-banner__link.search-submit:visited, .sf-search-results .sf-section--skin-light .sf-hero-banner__link.search-submit:visited, .sf-section--skin-light .sf-hero-banner__link.gform_button[type=submit]:visited {
  color: #fff;
}
.sf-section--skin-light .sf-hero-banner__link.sf-button:hover, .sf-section--skin-light .mp_wrapper input.sf-hero-banner__link[type=submit]:hover, .mp_wrapper .sf-section--skin-light input.sf-hero-banner__link[type=submit]:hover, .sf-section--skin-light .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:hover, .sf-newsletter .gform_wrapper .sf-section--skin-light .sf-hero-banner__link.gform_button:hover, .sf-section--skin-light .sf-search-results .sf-hero-banner__link.search-submit:hover, .sf-search-results .sf-section--skin-light .sf-hero-banner__link.search-submit:hover, .sf-section--skin-light .sf-hero-banner__link.gform_button[type=submit]:hover, .sf-section--skin-light .sf-hero-banner__link.sf-button:focus, .sf-section--skin-light .mp_wrapper input.sf-hero-banner__link[type=submit]:focus, .mp_wrapper .sf-section--skin-light input.sf-hero-banner__link[type=submit]:focus, .sf-section--skin-light .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:focus, .sf-newsletter .gform_wrapper .sf-section--skin-light .sf-hero-banner__link.gform_button:focus, .sf-section--skin-light .sf-search-results .sf-hero-banner__link.search-submit:focus, .sf-search-results .sf-section--skin-light .sf-hero-banner__link.search-submit:focus, .sf-section--skin-light .sf-hero-banner__link.gform_button[type=submit]:focus {
  background: #293e7b;
}
.sf-section--skin-light .sf-hero-banner__link.sf-button:active, .sf-section--skin-light .mp_wrapper input.sf-hero-banner__link[type=submit]:active, .mp_wrapper .sf-section--skin-light input.sf-hero-banner__link[type=submit]:active, .sf-section--skin-light .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:active, .sf-newsletter .gform_wrapper .sf-section--skin-light .sf-hero-banner__link.gform_button:active, .sf-section--skin-light .sf-search-results .sf-hero-banner__link.search-submit:active, .sf-search-results .sf-section--skin-light .sf-hero-banner__link.search-submit:active, .sf-section--skin-light .sf-hero-banner__link.gform_button[type=submit]:active {
  background: #3651a2;
}
.sf-section--skin-dark .sf-hero-banner__link.sf-button, .sf-section--skin-dark .mp_wrapper input.sf-hero-banner__link[type=submit], .mp_wrapper .sf-section--skin-dark input.sf-hero-banner__link[type=submit], .sf-section--skin-dark .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button, .sf-newsletter .gform_wrapper .sf-section--skin-dark .sf-hero-banner__link.gform_button, .sf-section--skin-dark .sf-search-results .sf-hero-banner__link.search-submit, .sf-search-results .sf-section--skin-dark .sf-hero-banner__link.search-submit, .sf-section--skin-dark .sf-hero-banner__link.gform_button[type=submit] {
  background-color: #1f2933;
  color: #fff;
}
.sf-section--skin-dark .sf-hero-banner__link.sf-button:link, .sf-section--skin-dark .mp_wrapper input.sf-hero-banner__link[type=submit]:link, .mp_wrapper .sf-section--skin-dark input.sf-hero-banner__link[type=submit]:link, .sf-section--skin-dark .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:link, .sf-newsletter .gform_wrapper .sf-section--skin-dark .sf-hero-banner__link.gform_button:link, .sf-section--skin-dark .sf-search-results .sf-hero-banner__link.search-submit:link, .sf-search-results .sf-section--skin-dark .sf-hero-banner__link.search-submit:link, .sf-section--skin-dark .sf-hero-banner__link.gform_button[type=submit]:link, .sf-section--skin-dark .sf-hero-banner__link.sf-button:visited, .sf-section--skin-dark .mp_wrapper input.sf-hero-banner__link[type=submit]:visited, .mp_wrapper .sf-section--skin-dark input.sf-hero-banner__link[type=submit]:visited, .sf-section--skin-dark .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:visited, .sf-newsletter .gform_wrapper .sf-section--skin-dark .sf-hero-banner__link.gform_button:visited, .sf-section--skin-dark .sf-search-results .sf-hero-banner__link.search-submit:visited, .sf-search-results .sf-section--skin-dark .sf-hero-banner__link.search-submit:visited, .sf-section--skin-dark .sf-hero-banner__link.gform_button[type=submit]:visited {
  color: #fff;
}
.sf-section--skin-dark .sf-hero-banner__link.sf-button:hover, .sf-section--skin-dark .mp_wrapper input.sf-hero-banner__link[type=submit]:hover, .mp_wrapper .sf-section--skin-dark input.sf-hero-banner__link[type=submit]:hover, .sf-section--skin-dark .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:hover, .sf-newsletter .gform_wrapper .sf-section--skin-dark .sf-hero-banner__link.gform_button:hover, .sf-section--skin-dark .sf-search-results .sf-hero-banner__link.search-submit:hover, .sf-search-results .sf-section--skin-dark .sf-hero-banner__link.search-submit:hover, .sf-section--skin-dark .sf-hero-banner__link.gform_button[type=submit]:hover, .sf-section--skin-dark .sf-hero-banner__link.sf-button:focus, .sf-section--skin-dark .mp_wrapper input.sf-hero-banner__link[type=submit]:focus, .mp_wrapper .sf-section--skin-dark input.sf-hero-banner__link[type=submit]:focus, .sf-section--skin-dark .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:focus, .sf-newsletter .gform_wrapper .sf-section--skin-dark .sf-hero-banner__link.gform_button:focus, .sf-section--skin-dark .sf-search-results .sf-hero-banner__link.search-submit:focus, .sf-search-results .sf-section--skin-dark .sf-hero-banner__link.search-submit:focus, .sf-section--skin-dark .sf-hero-banner__link.gform_button[type=submit]:focus {
  background: #162142;
}
.sf-section--skin-dark .sf-hero-banner__link.sf-button:active, .sf-section--skin-dark .mp_wrapper input.sf-hero-banner__link[type=submit]:active, .mp_wrapper .sf-section--skin-dark input.sf-hero-banner__link[type=submit]:active, .sf-section--skin-dark .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:active, .sf-newsletter .gform_wrapper .sf-section--skin-dark .sf-hero-banner__link.gform_button:active, .sf-section--skin-dark .sf-search-results .sf-hero-banner__link.search-submit:active, .sf-search-results .sf-section--skin-dark .sf-hero-banner__link.search-submit:active, .sf-section--skin-dark .sf-hero-banner__link.gform_button[type=submit]:active {
  background: #162142;
}
.sf-section--skin-primary .sf-hero-banner__link.sf-button, .sf-section--skin-primary .mp_wrapper input.sf-hero-banner__link[type=submit], .mp_wrapper .sf-section--skin-primary input.sf-hero-banner__link[type=submit], .sf-section--skin-primary .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button, .sf-newsletter .gform_wrapper .sf-section--skin-primary .sf-hero-banner__link.gform_button, .sf-section--skin-primary .sf-search-results .sf-hero-banner__link.search-submit, .sf-search-results .sf-section--skin-primary .sf-hero-banner__link.search-submit, .sf-section--skin-primary .sf-hero-banner__link.gform_button[type=submit] {
  background-color: #fff;
  color: #1f2933;
}
.sf-section--skin-primary .sf-hero-banner__link.sf-button:link, .sf-section--skin-primary .mp_wrapper input.sf-hero-banner__link[type=submit]:link, .mp_wrapper .sf-section--skin-primary input.sf-hero-banner__link[type=submit]:link, .sf-section--skin-primary .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:link, .sf-newsletter .gform_wrapper .sf-section--skin-primary .sf-hero-banner__link.gform_button:link, .sf-section--skin-primary .sf-search-results .sf-hero-banner__link.search-submit:link, .sf-search-results .sf-section--skin-primary .sf-hero-banner__link.search-submit:link, .sf-section--skin-primary .sf-hero-banner__link.gform_button[type=submit]:link, .sf-section--skin-primary .sf-hero-banner__link.sf-button:visited, .sf-section--skin-primary .mp_wrapper input.sf-hero-banner__link[type=submit]:visited, .mp_wrapper .sf-section--skin-primary input.sf-hero-banner__link[type=submit]:visited, .sf-section--skin-primary .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:visited, .sf-newsletter .gform_wrapper .sf-section--skin-primary .sf-hero-banner__link.gform_button:visited, .sf-section--skin-primary .sf-search-results .sf-hero-banner__link.search-submit:visited, .sf-search-results .sf-section--skin-primary .sf-hero-banner__link.search-submit:visited, .sf-section--skin-primary .sf-hero-banner__link.gform_button[type=submit]:visited {
  color: #1f2933;
}
.sf-section--skin-primary .sf-hero-banner__link.sf-button:hover, .sf-section--skin-primary .mp_wrapper input.sf-hero-banner__link[type=submit]:hover, .mp_wrapper .sf-section--skin-primary input.sf-hero-banner__link[type=submit]:hover, .sf-section--skin-primary .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:hover, .sf-newsletter .gform_wrapper .sf-section--skin-primary .sf-hero-banner__link.gform_button:hover, .sf-section--skin-primary .sf-search-results .sf-hero-banner__link.search-submit:hover, .sf-search-results .sf-section--skin-primary .sf-hero-banner__link.search-submit:hover, .sf-section--skin-primary .sf-hero-banner__link.gform_button[type=submit]:hover, .sf-section--skin-primary .sf-hero-banner__link.sf-button:focus, .sf-section--skin-primary .mp_wrapper input.sf-hero-banner__link[type=submit]:focus, .mp_wrapper .sf-section--skin-primary input.sf-hero-banner__link[type=submit]:focus, .sf-section--skin-primary .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:focus, .sf-newsletter .gform_wrapper .sf-section--skin-primary .sf-hero-banner__link.gform_button:focus, .sf-section--skin-primary .sf-search-results .sf-hero-banner__link.search-submit:focus, .sf-search-results .sf-section--skin-primary .sf-hero-banner__link.search-submit:focus, .sf-section--skin-primary .sf-hero-banner__link.gform_button[type=submit]:focus {
  background: #d9d9d9;
}
.sf-section--skin-primary .sf-hero-banner__link.sf-button:active, .sf-section--skin-primary .mp_wrapper input.sf-hero-banner__link[type=submit]:active, .mp_wrapper .sf-section--skin-primary input.sf-hero-banner__link[type=submit]:active, .sf-section--skin-primary .sf-newsletter .gform_wrapper .sf-hero-banner__link.gform_button:active, .sf-newsletter .gform_wrapper .sf-section--skin-primary .sf-hero-banner__link.gform_button:active, .sf-section--skin-primary .sf-search-results .sf-hero-banner__link.search-submit:active, .sf-search-results .sf-section--skin-primary .sf-hero-banner__link.search-submit:active, .sf-section--skin-primary .sf-hero-banner__link.gform_button[type=submit]:active {
  background: #bfbfbf;
}

.sf-logotypes__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 41px;
  line-height: 2.5625rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.sf-logotypes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
@media (min-width: 1000px) {
  .sf-logotypes__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.sf-logotypes__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  margin: 10px 20px;
  max-width: 250px;
  width: 100%;
}

.sf-most-popular__title.sf-section__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 20px;
  margin-bottom: 0;
  color: #fff;
  background-color: #33497A;
}
.sf-most-popular__title.sf-section__title .sf-section--skin-primary, .sf-section--skin-dark .sf-most-popular__title.sf-section__title {
  color: #fff;
}
.sf-most-popular .sf-card {
  counter-increment: section;
}
.sf-most-popular .sf-card__title::before {
  font-size: 40.55px;
  font-size: 2.534375rem;
  content: counter(section);
  margin-right: 10px;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.sf-content__sidebar .sf-most-popular .sf-card__title::before {
  display: none;
}

.sf-section {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.sf-section--skin-light {
  background-color: #fff;
  color: #1f2933;
}
.sf-section--skin-light + .sf-section--skin-light .sf-section__container {
  padding-top: 0;
}
.sf-section--skin-light.sf-hero-banner + .sf-section .sf-section__container {
  padding-top: 50px;
}
@media (min-width: 1000px) {
  .sf-section--skin-light.sf-hero-banner + .sf-section .sf-section__container {
    padding-top: 100px;
  }
}
.sf-section--skin-light.sf-section--has-background {
  background-color: #edeff1;
}
.sf-section--skin-dark {
  background-color: #edeff1;
  color: #1f2933;
}
.sf-section--skin-dark + .sf-section--skin-dark .sf-section__container {
  padding-top: 0;
}
.sf-section--skin-dark.sf-hero-banner + .sf-section .sf-section__container {
  padding-top: 50px;
}
@media (min-width: 1000px) {
  .sf-section--skin-dark.sf-hero-banner + .sf-section .sf-section__container {
    padding-top: 100px;
  }
}
.sf-section--skin-dark.sf-section--has-background {
  background-color: #798f9c;
}
.sf-section--skin-primary {
  background-color: #162142;
  color: #fff;
}
.sf-section--skin-primary + .sf-section--skin-primary .sf-section__container {
  padding-top: 0;
}
.sf-section--skin-primary.sf-hero-banner + .sf-section .sf-section__container {
  padding-top: 50px;
}
@media (min-width: 1000px) {
  .sf-section--skin-primary.sf-hero-banner + .sf-section .sf-section__container {
    padding-top: 100px;
  }
}
.sf-section--skin-accent {
  background-color: #FFC800;
  color: #1f2933;
}
.sf-section--skin-accent + .sf-section--skin-accent .sf-section__container {
  padding-top: 0;
}
.sf-section--skin-accent.sf-hero-banner + .sf-section .sf-section__container {
  padding-top: 50px;
}
@media (min-width: 1000px) {
  .sf-section--skin-accent.sf-hero-banner + .sf-section .sf-section__container {
    padding-top: 100px;
  }
}
.sf-section:first-child .sf-section__container {
  padding-top: 0;
  padding-bottom: 40px;
}
.sf-content__sidebar .sf-section__container {
  padding: 0;
}
.sf-section__title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1f2933;
  text-transform: uppercase;
  letter-spacing: 0.065em;
}
.sf-section--skin-primary .sf-section__title {
  color: #fff;
}
.sf-section--skin-dark .sf-section__title {
  color: #1f2933;
}
.sf-section--skin-light.sf-section--has-background .sf-section__title {
  color: #fff;
}
.sf-section--skin-dark.sf-section--has-background .sf-section__title {
  color: #fff;
}
.sf-showcase__title {
  display: inline-block;
  position: relative;
}
.sf-showcase__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: background-color 180ms;
  transition: background-color 180ms;
}
.sf-showcase__heading-link:hover .sf-showcase__title::after {
  background-color: #162142;
}
.sf-showcase__list {
  margin-top: 40px;
}
.sf-showcase__list.sf-cards--tiny {
  margin-top: 0;
}
@media (min-width: 760px) {
  .sf-content__sidebar .sf-showcase__list {
    margin-top: 0;
  }
}

.sf-team-member {
  margin-bottom: 70px;
  min-width: 240px;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 760px) {
  .sf-team-members__list--1 .sf-team-member {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (min-width: 1000px) {
  .sf-team-members__list--1 .sf-team-member {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
@media (min-width: 760px) {
  .sf-team-members__list--2 .sf-team-member {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (min-width: 760px) {
  .sf-team-members__list--3 .sf-team-member {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (min-width: 1000px) {
  .sf-team-members__list--3 .sf-team-member {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
@media (min-width: 760px) {
  .sf-team-members__list--4 .sf-team-member {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
@media (min-width: 1000px) {
  .sf-team-members__list--4 .sf-team-member {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
}
.sf-team-member__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 100%;
}
@media (min-width: 1000px) {
  .sf-team-member__image-container {
    max-height: 100%;
  }
}
@media (min-width: 760px) {
  .sf-team-members__list--1 .sf-team-member__image-container {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }
}
@media (min-width: 1000px) {
  .sf-team-members__list--1 .sf-team-member__image-container {
    padding-bottom: 0;
  }
}
.sf-team-member__image-container img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1000px) {
  .sf-team-members__list--1 .sf-team-member__image-container img {
    position: relative;
  }
}
.sf-team-members__list--6 .sf-team-member__image-container {
  width: auto;
}
.sf-team-member__social-link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #798f9c;
  margin-right: 20px;
  margin-bottom: 10px;
  display: block;
}
.sf-team-member__body {
  color: #1f2933;
  padding: 20px;
}
@media (min-width: 760px) {
  .sf-team-members__list--1 .sf-team-member__body {
    -ms-grid-column: 5;
        grid-column-start: 5;
    -ms-grid-column-span: 8;
    grid-column-end: 13;
  }
}
@media (min-width: 1000px) {
  .sf-team-members__list--1 .sf-team-member__body {
    padding: 20px 50px 20px 0;
  }
}
.sf-team-member__name {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .sf-team-member__name {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.sf-team-member__description, .sf-team-member__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.sf-team-members__caption {
  font-size: 18.3px;
  font-size: 1.14375rem;
  line-height: 1.6;
  color: #1f2933;
  margin: 0 auto 20px;
  text-align: center;
}
.sf-team-members__list {
  justify-items: center;
  margin-top: 50px;
}
@media (min-width: 760px) {
  .sf-team-members__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
}

.sf-text-block--page-heading {
  background-color: transparent;
}
.sf-text-block--page-heading .sf-text-block__content.sf-section__container {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1000px) {
  .sf-text-block--advert-block .sf-text-block__content.sf-section__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 40px;
  }
  .sf-text-block--advert-block .sf-text-block__content.sf-section__container > * {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
  }
}
.sf-text-block__title.sf-section__title {
  text-transform: capitalize;
  letter-spacing: 0;
  max-width: 29ch;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .sf-text-block__title.sf-section__title {
    font-size: 40.55px;
    font-size: 2.534375rem;
  }
}
.sf-text-block--page-heading .sf-text-block__title.sf-section__title {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  background-color: #162142;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .sf-text-block--page-heading .sf-text-block__title.sf-section__title {
    font-size: 40.55px;
    font-size: 2.534375rem;
  }
}
.sf-text-block--page-heading .sf-text-block__title.sf-section__title::before {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #162142;
  z-index: -1;
}
.sf-text-block--advert-block .sf-text-block__title.sf-section__title {
  border: 5px solid #FFC800;
  padding: 20px 30px;
  margin-bottom: 0;
  max-width: none;
}
@media (min-width: 760px) {
  .sf-text-block--advert-block .sf-text-block__title.sf-section__title {
    border: 10px solid #FFC800;
    padding: 30px 40px;
  }
}
@media (min-width: 1000px) {
  .sf-text-block--advert-block .sf-text-block__title.sf-section__title {
    padding: 40px 50px;
    margin-right: -60px;
    margin-left: -60px;
  }
}
.sf-text-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1000px) {
  .sf-text-block__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sf-text-block--page-heading .sf-text-block__row {
  margin-top: 0;
}
.sf-text-block__row--2 {
  width: calc(100% + 60px);
}
.sf-text-block__column {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .sf-text-block__column {
    margin-bottom: 0;
  }
}
.sf-text-block__row--1 .sf-text-block__column {
  width: 100%;
}
.sf-text-block__row--2 .sf-text-block__column {
  margin-right: 60px;
}
@media (min-width: 1000px) {
  .sf-text-block__row--2 .sf-text-block__column {
    width: 50%;
  }
}
.sf-section--skin-light .sf-text-block__text {
  color: #1f2933;
}
.sf-section--skin-dark .sf-text-block__text {
  color: #1f2933;
}
.sf-section--skin-primary .sf-text-block__text {
  color: #fff;
}
.sf-text-block--page-heading .sf-text-block__text {
  color: #1f2933;
}
.sf-text-block--page-heading .sf-text-block__text {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}
.sf-text-block__text h1,
.sf-text-block__text h2,
.sf-text-block__text h3,
.sf-text-block__text h4,
.sf-text-block__text h5,
.sf-text-block__text h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.sf-text-block__text a {
  text-decoration: underline;
}
.sf-text-block__text .sf-button, .sf-text-block__text .mp_wrapper input[type=submit], .mp_wrapper .sf-text-block__text input[type=submit], .sf-text-block__text .sf-newsletter .gform_wrapper .gform_button, .sf-newsletter .gform_wrapper .sf-text-block__text .gform_button, .sf-text-block__text .sf-search-results .search-submit, .sf-search-results .sf-text-block__text .search-submit, .sf-text-block__text .gform_button[type=submit] {
  display: inline-block;
}
.sf-text-block.sf-pricing-header h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.sf-text-block.sf-pricing-header p {
  margin-bottom: 40px;
}
.sf-text-block.sf-pricing-header ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.sf-text-block.sf-pricing-header ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 25px;
  font-weight: 700;
}
.sf-text-block.sf-pricing-header ul li::before {
  content: "";
  display: block;
  width: 26px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg id='f20a4f11-d954-4967-b9f2-a15da68ae0d7' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.32 22.08'%3E%3Cpolygon points='10.07 22.08 0 12.01 2.83 9.18 10.07 16.42 26.49 0 29.32 2.83 10.07 22.08' fill='%23ffc800'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

.sf-taxlister {
  background-blend-mode: multiply;
  position: relative;
  z-index: 0;
}
.sf-taxlister__title.sf-section__title {
  display: inline-block;
  position: relative;
}
.sf-taxlister__title.sf-section__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: background-color 180ms;
  transition: background-color 180ms;
}
.sf-taxlister__heading-link:hover .sf-taxlister__title.sf-section__title::after {
  background-color: #162142;
}
.sf-taxlister--daily-briefing .sf-taxlister__title.sf-section__title {
  font-size: 18.3px;
  font-size: 1.14375rem;
  line-height: 1.4;
  color: #1f2933;
  margin-top: 0;
  margin-bottom: 0;
}
.sf-taxlister__briefing-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFC800;
  padding: 12px 20px 10px;
}
.sf-section--skin-dark .sf-taxlister__briefing-title, .sf-section--skin-primary .sf-taxlister__briefing-title, .sf-section--skin-accent .sf-taxlister__briefing-title {
  margin-top: -40px;
}
@media (min-width: 1000px) {
  .sf-section--skin-dark .sf-taxlister__briefing-title, .sf-section--skin-primary .sf-taxlister__briefing-title, .sf-section--skin-accent .sf-taxlister__briefing-title {
    margin-top: -70px;
  }
}
.sf-taxlister__briefing-title::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  min-width: 43px;
  width: 53px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-2ee7ad7d-aaf6-4d27-9bd8-8353b9ac309e' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.5 32'%3E%3Cg id='uuid-2091e846-e2f2-4281-9ac7-a2290c1c3583'%3E%3Cpath id='uuid-c03d6f9c-ae03-423f-8d67-4ac13f03a991' d='M.72,31.96c1.87-.07,4.5-.11,8.46,.03,1.83,.07,2.27-.69,2.88-3.9,.27-1.4,1.33-.65,2.85-1.08,1.37-.54,1.62-3.82,1.62-3.82,.01-.74,.41-.76,.65-.65,5.36,2.27,11.02-1.17,11.16-.58,.99,2.71,3.69,2.5,4.03,1.8-.08,1.22,1.8,2.23,2.37,1.94,2.07-1.1,2.11-1.89,3.55-2.4,2.63-1.13,2.07-2.36,4.59-2.5,4.76,.21,4.35-4.42,1.98-5.98,.43-1.94-2.38-4.31-3.02-5.93,1.44-.09,2.86-.39,4.21-.9,2.06-.08,5.42-.02,6.91-.86,3.77-.29,8.41-.9,7.41-5.11-3.9-.86-8.69,.18-13.05-.92-4.26,.13-8.53-.09-12.75-.65-1.48-.13-2.63-.79-3.71-.25-1.64,.82-7.34,3.31-13.46,6.33-.13,.07-.67,.37-1.01-.43-.69-1.27-1.08-.9-3.49-.83-1.72-.07-.44-1.39-2.34-1.35-2.92,.06-4.06,.3-8.31,.22C.51,4.11,.04,4.05,0,5.27V31.17c-.05,.38,.22,.74,.6,.79,.04,0,.08,0,.12,0' fill='%231f2933'/%3E%3Cpath id='uuid-2543ae81-bd64-42b7-8c04-6cf2c1693d56' d='M59.49,2.77c.33,1.41-4.53,1.01-3.24-.38,.11,.06,3.25,.19,3.24,.38' fill='%23fff'/%3E%3Cpath id='uuid-1545b28d-92e1-429d-8a33-82c42d7ef99a' d='M42.63,16.13c-1.22,.19-1.11,.69-1.77,.6-.87-.12-.09-.45-3.07-.38-.65-.1-1.31,0-1.9,.31-.39-.38-.98-.44-1.44-.15-1.08-.21-.7-.34-2.52,.08-3.16,.79-2.97-1.27-5.19-1.16-4.54,.55-2.58,.54-8.86,.16-2.18-.41-3.02-1.59-2.93-4.54,.18-3.35,.9-2.88,2.73-3.67,7.45-3.31,12.45-6.15,14.39-6.01,5.51,.08,4.5,1.08,11.77,.86,2.3-.29,2.23,.9,3.1,.76,.65-.36,.11-.71,2.34-.5,4.52,.41,5.42-.36,5.83,.36,.55,.96,.54,1.56,3.47,1.31,2.53-.29-2.25,1.97-4.98,1.28-1.59-.25-.76,.36-3.38,.36-1.15-.08-1.87-.08-2.23-.15-2.62,1.06-4.66-.36-6.19,.22-1.59,.75-3.37,1.01-5.11,.72-3.02-.36-2.86-.95-3.17-.72-.7,.54,.74,1.52-.75,2.66-.77,.59-1.59-1.76-2.34-1.72-.45,.06-.54,.47-.32,.97,.1,.24,1,1.57,.25,2.12-1.23,.9-3.42-1.8-5.11-.68-.4,.3,.02,.74,.5,.68,1.03,.09,2,.51,2.77,1.19,1.15,.82,2.4,1.51,3.71,2.05,2.81,1.15,3.74,.29,4.24,1.01,.43,.54,1.31-.27,2.3-.44,2.6-.5,9.03,2.72,3.86,2.43' fill='%23fff'/%3E%3Cpath id='uuid-5cd9ea2e-d361-4976-b314-05b25d8933c7' d='M41.57,18.46c.34-2.09,4.19-1.33,4.17,.22-.54,.34-4.43,1.3-4.17-.22' fill='%23fff'/%3E%3Cpath id='uuid-7e890fbe-7568-4743-80a4-4a0a7996a53e' d='M13.26,26.08c.93-.05,1.04-.61,1.18-1.21,.21-.86-.43-4.46-.51-8.99-.09-2.76,0-5.53,.29-8.27,.05-.61,.54-1.36-.29-1.4-2.69-.15-3.52-.37-3.96,1.75-.5,2.49-.58,12.14,.08,17.2,.22,.4-.33,1.19,3.21,.92' fill='%23fff'/%3E%3Crect id='uuid-2b7ba498-0818-4333-969e-88e1154ded89' x='0' y='0' width='60.49' height='32' fill='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-right: 10px;
}
.sf-taxlister__briefing-title-text {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sf-taxlister__briefing-count {
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
.sf-taxlister__list {
  margin-top: 40px;
}
.sf-taxlister__list.sf-cards--tiny {
  margin-top: 0;
}
@media (min-width: 760px) {
  .sf-content__sidebar .sf-taxlister__list {
    margin-top: 0;
  }
}

.sf-video-block {
  position: relative;
}
@media (min-width: 1000px) {
  .sf-video-block--text-on-left .sf-video-block__row, .sf-video-block--text-on-right .sf-video-block__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.sf-video-block__media-container {
  position: relative;
}
@media (min-width: 1000px) {
  .sf-video-block--text-on-left .sf-video-block__media-container, .sf-video-block--text-on-right .sf-video-block__media-container {
    width: 50%;
  }
}
.sf-video-block__embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.sf-video-block__embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sf-video-block__media {
  position: relative;
  width: 100%;
}
.sf-video-block__media video {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}
.sf-video-block__text {
  margin: 30px 0;
  max-width: 740px;
  width: 100%;
}
@media (min-width: 1000px) {
  .sf-video-block--text-on-left .sf-video-block__text, .sf-video-block--text-on-right .sf-video-block__text {
    max-width: none;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .sf-video-block--text-on-left .sf-video-block__text {
    padding-right: 30px;
  }
}
@media (min-width: 1000px) {
  .sf-video-block--text-on-right .sf-video-block__text {
    padding-left: 30px;
  }
}

@media print {
  @page {
    size: a4;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  body {
    background: white !important;
  }

  *,
*:before,
*:after,
*:first-letter,
p:first-line,
div:first-line,
blockquote:first-line,
li:first-line {
    position: static !important;
    background: transparent !important;
    color: #37474f !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    padding: 0;
    overflow: visible;
  }

  .print-view {
    display: block !important;
  }

  blockquote {
    padding-left: 0;
    font-weight: 700;
  }

  a,
a:visited {
    text-decoration: none;
  }

  a[href]:after {
    content: " (" attr(href) ")";
    color: #798f9c !important;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
    color: #798f9c !important;
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  h1,
h2,
h3,
h4,
h5 {
    page-break-after: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h1,
.sf-article-hero__title-container {
    font-size: 24px !important;
  }

  h2,
.sf-article-header__standfirst {
    font-size: 20px !important;
    margin-bottom: 0 !important;
  }

  h3,
.sf-author-header__name,
.sf-author-header__company {
    font-size: 18px !important;
  }

  h4,
h5,
h6,
p,
ul,
ol {
    font-size: 16px !important;
  }

  ul,
ol {
    padding-left: 30px;
    list-style: initial;
  }

  table,
figure {
    page-break-inside: avoid;
  }

  /**
   * HIDE certain elements completely
   */
  .sf-header__toggles,
.sf-header-user-menu,
.sf-header__container--lower,
footer,
.sf-sharing,
.sf-directory-featured,
button,
.sf-related,
.sf-directory-summary,
.gallery,
.sf-content__sidebar,
.sf-article-hero,
.sf-newsletter,
.sf-cookies-banner {
    display: none !important;
  }

  .sf-logo a[href]::after {
    content: "";
  }

  img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    overflow: visible !important;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
    max-width: 100% !important;
  }

  .sf-header {
    height: auto !important;
  }
  .sf-header__container--upper {
    max-width: 100% !important;
    text-align: center;
    border-bottom: none !important;
  }

  .sf-mega-menu,
.sf-header-search {
    display: none !important;
  }

  .sf-logo {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sf-logo__link {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
  .sf-logo__link svg {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .sf-content {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 50px !important;
  }
  .sf-content__container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .sf-content__row--with-sidebar {
    display: block !important;
  }
  .sf-content__main--with-sidebar {
    display: block !important;
  }

  .sf-article-hero {
    display: none;
    height: auto !important;
    min-height: 0 !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    padding-bottom: 0 !important;
  }
  .post-template-article-feature .sf-article-hero {
    display: block;
  }
  .sf-article-hero::before, .sf-article-hero::after {
    display: none !important;
  }
  .sf-article-hero__image {
    display: none !important;
    width: 0;
    height: 0;
  }
  .sf-article-hero__title-container {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sf-article-hero__title {
    display: block !important;
    width: auto !important;
    max-width: none !important;
  }

  .sf-article-header {
    display: block !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
  .sf-article-header::before {
    display: none;
  }
  .sf-article-header__content {
    display: block !important;
    margin-top: 0 !important;
    max-width: 100% !important;
  }
  .sf-article-header__category {
    margin-left: 0;
    text-decoration: none;
  }
  .sf-article-header__category[href]::after {
    content: "";
  }
  .sf-article-header__author {
    font-weight: bold;
  }
  .sf-article-header__author a {
    text-decoration: none;
  }
  .sf-article-header__author a[href]::after {
    content: "";
    margin-left: 0;
  }
  .sf-article-header__image-container {
    display: none !important;
  }
  .sf-article-header__standfirst {
    font-size: 25.31px;
    font-size: 1.581875rem;
  }

  .sf-article-content {
    display: block !important;
  }
  .sf-article-content__text {
    display: block !important;
    overflow: visible !important;
  }
  .sf-article-content__text p {
    display: block !important;
    overflow: visible !important;
    max-width: 100% !important;
  }
  .sf-article-content__text blockquote p strong {
    display: block;
  }
  .sf-article-content__text figure,
.sf-article-content__text figcaption,
.sf-article-content__text figcaption,
.sf-article-content__text .wp-caption-text {
    font-size: 1rem;
    width: 100% !important;
    max-width: 100% !important;
    line-height: 1.6;
  }
  .sf-article-content__text figure strong,
.sf-article-content__text figcaption strong,
.sf-article-content__text figcaption strong,
.sf-article-content__text .wp-caption-text strong {
    display: block !important;
  }

  .sf-author-header {
    margin-bottom: 0 !important;
  }
  .sf-author-header__name a[href]::after, .sf-author-header__company a[href]::after {
    content: "";
    margin-left: 0;
  }
  .sf-author-header__header-text {
    padding-top: 0 !important;
  }
}
