/* Insert your waterday content custom SASS styling. */
.main-container {
  min-height: 63vh;
}

.page-node-type-story .main-container {
  min-height: 50vh;
}

.block-varbase-media-header {
  position: relative;
}

@media (max-width: 600px) {
  .block-varbase-media-header {
    width: 100vw;
    height: 100%;
  }
}

.block-varbase-media-header .embed-responsive {
  max-height: 480px;
}

.block-varbase-media-header .embed-responsive iframe {
  top: auto;
}

@media (max-width: 992px) {
  .block-varbase-media-header .embed-responsive iframe {
    top: 0;
    bottom: auto;
    height: 100%;
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@media (max-width: 600px) {
  .block-varbase-media-header .embed-responsive iframe {
    -webkit-transform: scale(3.5);
    -o-transform: scale(3.5);
    transform: scale(3.5);
  }
}

@media (max-width: 1440px) {
  .block-varbase-media-header .embed-responsive {
    max-height: 360px;
  }
}

@media (max-width: 1366px) {
  .block-varbase-media-header .embed-responsive {
    max-height: 340px;
  }
}

@media (max-width: 1024px) {
  .block-varbase-media-header .embed-responsive {
    max-height: 256px;
  }
}

@media (max-width: 992px) {
  .block-varbase-media-header .embed-responsive {
    max-height: 320px;
  }
}

.block-varbase-media-header .vmh-container {
  margin-top: -1px !important;
}

.block-varbase-media-header .gray-layout::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: -webkit-linear-gradient(280deg, rgba(0, 0, 0, 0.68) 12%, rgba(0, 0, 0, 0.08) 89%);
  background: -o-linear-gradient(280deg, rgba(0, 0, 0, 0.68) 12%, rgba(0, 0, 0, 0.08) 89%);
  background: linear-gradient(170deg, rgba(0, 0, 0, 0.68) 12%, rgba(0, 0, 0, 0.08) 89%);
}

.block-varbase-media-header .media.media--type-remote-video {
  max-height: 480px;
}

@media (max-width: 600px) {
  .block-varbase-media-header .media.media--type-remote-video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

.black-links.vlb-section a {
  color: #000;
}

.black-links.vlb-section a:hover {
  text-decoration: underline;
  font-family: "Roboto Regular";
}

.view-display-id-stories_learn .btn.more-link.btn-secondary {
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  border-color: #000;
  background-color: transparent;
}

.view-display-id-stories_learn .btn.more-link.btn-secondary a {
  padding-right: 50px;
  padding-left: 50px;
  color: #000;
}

.view-display-id-stories_learn .btn.more-link.btn-secondary:hover {
  background-color: white;
}

.popup-btn-wrapper {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 50%;
  display: block;
  padding: 30px;
  -webkit-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: white;
}

@media (max-width: 991.98px) {
  .popup-btn-wrapper svg {
    max-width: 65px;
  }
}

.popup-btn-wrapper svg circle {
  -webkit-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

.popup-btn-wrapper svg:hover circle {
  -webkit-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;

  stroke: #e74d1a;
  stroke-dasharray: 227;
  stroke-dashoffset: 0;
}

.popup-btn-wrapper svg:hover circle:last-of-type {
  fill: #e74d1a;
}

.popup-btn-wrapper svg:hover path {
  fill: #fff;
  stroke: #fff;
}

#colorbox {
  z-index: 10000;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#colorbox #cboxTitle {
  padding: 0;
}

#colorbox #cboxTitle .colorbox-title h3 {
  margin: 6px 0 2px 0;
  color: #fff;
}

#colorbox #cboxTitle .colorbox-caption {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

#colorbox iframe {
  width: 100%;
  height: 99%;
}

#colorbox #cboxCurrent {
  display: none !important;
}

#colorbox #cboxContent {
  background-color: transparent;
}

#cboxClose {
  position: absolute;
  z-index: 12351651;
  top: 0;
  right: -50px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  background-image: url(../../images/icons/close.svg) !important;
  background-repeat: no-repeat;
  background-position: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
}

@media (max-width: 600px) {
  #cboxClose {
    top: 0;
    right: 0;
  }
}

#cboxOverlay {
  position: fixed;
  z-index: 3333;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: #000;
  visibility: visible;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0.9;
  background: #000;
}

.region-hero-slider {
  position: relative;
}

.region-hero-slider .navigation {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
}

.region-hero-slider .navigation ul {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.region-hero-slider .navigation ul li {
  margin-bottom: 0;
  border-right: 2px solid transparent;
}

@media (max-width: 767.98px) {
  .region-hero-slider .navigation ul li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
  }
}

.region-hero-slider .navigation ul li a {
  position: relative;
  padding: 5px 80px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  font-weight: 400;
}

@media (prefers-reduced-motion: reduce) {
  .region-hero-slider .navigation ul li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .region-hero-slider .navigation ul li a {
    padding: 5px 30px;
  }
}

.region-hero-slider .navigation ul li a:hover,
.region-hero-slider .navigation ul li a.is-active,
.region-hero-slider .navigation ul li a.active {
  background-color: #e74d1a;
}

.vmh-container {
  min-height: 320px;
  max-height: 320px;
  margin-bottom: 0;
  background-color: #e74d1a;
}

.vmh-container .vmh-content-wrapper {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.vmh-container .vmh-content-wrapper .row {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.vmh-container .vmh-content-wrapper .row .vmh-page-title {
  font-size: calc(1.38125rem + 1.575vw);
  font-weight: 700;
}

@media (min-width: 1200px) {
  .vmh-container .vmh-content-wrapper .row .vmh-page-title {
    font-size: 2.5625rem;
  }
}

.vmh-container .vmh-background {
  width: 100%;
  min-height: 480px;
  max-height: 480px;
}

.vmh-container .vmh-background img {
  width: 100%;
  min-height: 480px;
  max-height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vmh-container .vmh-background .varbase-video-player {
  min-height: 480px;
}

.vmh-container .vmh-background .varbase-video-player video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 320px;
  border: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

@media (max-width: 992px) {
  .vmh-container {
    min-height: 320px;
    max-height: 320px;
  }
  .vmh-container .vmh-background {
    min-height: 320px;
    max-height: 320px;
  }
  .vmh-container .vmh-background img {
    min-height: 320px;
    max-height: 320px;
  }
  .vmh-container .vmh-background .varbase-video-player {
    min-height: 320px;
  }
}

.node--view-mode-teaser {
  margin-bottom: 0;
  border-bottom: 0;
}

.node--view-mode-teaser .bs-region--main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.node--view-mode-teaser .field--name-field-link a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.node--view-mode-teaser .field--name-field-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.node--view-mode-teaser .field--name-field-image img {
  margin: 0 auto;
}

.slick__slide:focus {
  border: 0;
}

.slick--optionset--three-column .slick__slide {
  padding: 0 15px;
}

.slick--optionset--three-column .slick__arrow .slick-arrow::before {
  display: block;
  width: 24px;
  height: 19px;
  margin: 0 auto;
  content: "";
}

.slick--optionset--three-column .slick__arrow .slick-arrow:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

.slick--optionset--three-column .slick__arrow .slick-arrow.slick-prev::before {
  background-image: url(../../images/left.svg);
}

.slick--optionset--three-column .slick__arrow .slick-arrow.slick-next::before {
  background-image: url(../../images/right.svg);
}

.slick--optionset--three-column .slick__arrow .slick-prev {
  right: auto;
  left: -35px;
}

.slick--optionset--three-column .slick__arrow .slick-next {
  right: -35px;
  left: auto;
}

.slick--optionset--three-column .slick-dots {
  padding-top: 30px;
}

.slick--optionset--three-column .slick-dots li button:before {
  opacity: 1;
  font-size: 8px;
}

.slick--optionset--three-column .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 14px;
}

.node--view-mode-quote-teaser {
  margin-bottom: 30px;
}

.node--view-mode-quote-teaser .text-formatted {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.node--view-mode-quote-teaser .text-formatted:after {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 76px;
  height: 5px;
  content: "";
  background: #000;
}

.node--view-mode-quote-teaser .field--name-field-name {
  font-weight: 700;
}

.node--view-mode-quote-teaser .field--name-field-organization {
  font-weight: 500;
}

.node--view-mode-quote-teaser .body-link-wrapper {
  position: relative;
}

.node--view-mode-quote-teaser .body-link-wrapper:focus {
  outline: transparent;
}

.node--view-mode-quote-teaser .body-link-wrapper .field--name-field-link a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.node--view-mode-quote-teaser .body-link-wrapper .field--name-field-link a:focus {
  outline: transparent;
}

.page-user-login header.navbar,
.path-user header.navbar,
.vartheme-node-preview-page header.navbar {
  position: static;
  background: #e74d1a;
}

.vartheme-node-preview-page .menu--main {
  display: none;
}

.vartheme-node-preview-page .node-preview-container {
  position: static;
}

.maintenance-page {
  background: #000;
}

.maintenance-page .site-logo img {
  max-height: 152px;
}

.maintenance-page .footer-credits {
  color: #fff;
}

.node__content {
  margin-top: 0;
}

.node-preview-container .node-preview-form-select {
  max-width: 80%;
  margin: 0 auto;
}

.node-preview-container .node-preview-form-select .js-form-type-select {
  display: inline-block;
  width: 25%;
  margin-left: 20px;
}

.node-preview-container .node-preview-form-select .js-form-type-select .form-select {
  height: 30px;
  padding: 5px;
}

.views-field-form-field-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px;
  color: #212529;
  background: #f9f9f9;
}

.views-field-form-field-status .toggle-off {
  border: 1px solid #ced4da;
  background: #ced4da;
}

.views-field-form-field-status .field--name-status .option {
  font-size: 0;
}

.views-field-rendered-entity {
  margin-bottom: 30px;
}

.views-field-rendered-entity .node--unpublished {
  padding: 0;
}

.views-field-rendered-entity .twitter-tweet-rendered {
  margin-top: 0 !important;
}

#views-form-tweets-tweets {
  position: relative;
}

#views-form-tweets-tweets #views-bootstrap-tweets-tweets {
  padding-top: 70px;
}

#views-form-tweets-tweets .form-actions {
  position: absolute;
  top: 0;
}

.path-node.page-node-type-landing-page-lb .node--view-mode-full {
  margin-top: 0;
}

.alert {
  margin-top: 30px;
}

.path-node .node--view-mode-full {
  margin-top: 50px;
}

.path-node .node--view-mode-full .body-link-wrapper {
  margin-bottom: 30px;
}

.path-node .node--view-mode-full .field--name-field-name {
  font-weight: 700;
}

.path-node .node--view-mode-full .field--name-field-organization {
  margin-bottom: 30px;
  font-weight: 500;
}

.path-node .node--view-mode-full .field--name-field-link {
  margin-bottom: 30px;
}

.block-content--type-text-and-image .text-image-wrapper .field--name-body {
  margin-bottom: 82px;
}

@media (max-width: 991.98px) {
  .block-content--type-text-and-image .text-image-wrapper .field--name-body {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .block-content--type-text-and-image .text-image-wrapper .btn {
    position: relative;
  }
}

@media (max-width: 991.98px) {
  .block-content--type-text-and-image .text-image-wrapper .image-wrapper {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .block-text-image.Right .image-wrapper {
    -ms-flex-order: 2;
    -webkit-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .block-text-image.Right .text-wrapper {
    -ms-flex-order: 1;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.block-text-image .field--name-field-media {
  width: 100%;
  height: 100%;
}

.block-text-image .field--name-field-media .media--type-remote-video {
  width: 100%;
  height: 100%;
}

.block-text-image .field--name-field-media .media--type-remote-video div,
.block-text-image .field--name-field-media .media--type-remote-video iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .block-text-image .field--name-field-media .media--type-remote-video div,
  .block-text-image .field--name-field-media .media--type-remote-video iframe {
    width: 700px;
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .block-text-image .field--name-field-media .media--type-remote-video div,
  .block-text-image .field--name-field-media .media--type-remote-video iframe {
    width: 100%;
    height: 100%;
  }
}

.block-content--type-varbase-rich-text-block .field--name-field-image {
  margin-bottom: 30px;
}

.block-content--type-varbase-rich-text-block .field--name-field-image img {
  width: 120px;
  margin: 0;
}

.block-content--type-varbase-rich-text-block .btn {
  margin-top: 30px;
}

.view-display-id-stories_listing .block-content--type-vertical-cards .text-wrapper .bundle-year-wrapper,
.view-display-id-stories_listing .node--view-mode-vertical-media-teaser-large .text-wrapper .bundle-year-wrapper {
  color: #d02b34;
}

ul.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

ul.two-col li {
  padding-left: 5px;
}

.block-content--type-vertical-cards .text-wrapper h2 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.block-content--type-vertical-cards,
.node--view-mode-vertical-media-teaser-large {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.75);
}

.block-content--type-vertical-cards.node--type-tweet,
.node--view-mode-vertical-media-teaser-large.node--type-tweet {
  border-radius: 12px;
}

.block-content--type-vertical-cards .full-link a,
.node--view-mode-vertical-media-teaser-large .full-link a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.block-content--type-vertical-cards .text-wrapper,
.node--view-mode-vertical-media-teaser-large .text-wrapper {
  padding: 20px;
  background-color: #fff;
}

.block-content--type-vertical-cards .text-wrapper .block-title,
.node--view-mode-vertical-media-teaser-large .text-wrapper .block-title {
  padding-bottom: 4px;
}

.block-content--type-vertical-cards .text-wrapper .block-title a,
.node--view-mode-vertical-media-teaser-large .text-wrapper .block-title a {
  color: #212529;
  font-size: 1.125rem;
  font-weight: 400;
}

.block-content--type-vertical-cards .text-wrapper .bundle-year-wrapper,
.node--view-mode-vertical-media-teaser-large .text-wrapper .bundle-year-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-bottom: 0;
  color: #e74d1a;
  font-size: 0.875rem;
}

.block-content--type-vertical-cards .text-wrapper .bundle-year-wrapper .field--name-node-post-date:after,
.node--view-mode-vertical-media-teaser-large .text-wrapper .bundle-year-wrapper .field--name-node-post-date:after {
  display: inline-block;
  margin-right: 2px;
  content: ",";
}

.block-content--type-vertical-cards .text-wrapper .bundle-year-wrapper .field--name-bundle-fieldnode,
.node--view-mode-vertical-media-teaser-large .text-wrapper .bundle-year-wrapper .field--name-bundle-fieldnode {
  text-transform: lowercase;
}

.block-content--type-vertical-cards .text-wrapper .field--name-node-title h3,
.node--view-mode-vertical-media-teaser-large .text-wrapper .field--name-node-title h3 {
  line-height: 1.25rem;
}

.block-content--type-vertical-cards .text-wrapper .field--name-body,
.node--view-mode-vertical-media-teaser-large .text-wrapper .field--name-body {
  margin-top: 20px;
  color: #212529;
  font-size: 16px;
}

.block-content--type-vertical-cards:hover,
.node--view-mode-vertical-media-teaser-large:hover {
  cursor: pointer;
  -webkit-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  transform: translateX(-3px);
}

.block-content--type-vertical-cards:hover .block-title a,
.node--view-mode-vertical-media-teaser-large:hover .block-title a {
  color: #d02b34;
}

.page-node-type-tweet .node--view-mode-vertical-media-teaser-large {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.story-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.story-card .node--view-mode-vertical-media-teaser-large {
  height: 100%;
  background-color: #fff;
}

.js-pager__items {
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.view-id-partners .view-content .row {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.title-style {
  display: inline-block;
  text-transform: uppercase;
}

.title-style::after {
  display: block;
  width: 50%;
  max-width: 60px;
  height: 2px;
  margin-top: 10px;
  content: "";
  background-color: #fff;
}

.paragraph--type-assets .field--name-field-body {
  padding-right: 4px;
  word-break: break-word;
  font-family: "Roboto Bold";
  font-size: 0.999rem;
}

.paragraph--type-assets .field--name-field-body a {
  font-family: "Roboto Bold";
}

.paragraph--type-assets .field--name-field-body u {
  white-space: nowrap;
}

.vlb_color_09 li {
  font-family: "Roboto Bold";
}

.vlb_color_09 li a {
  font-family: "Roboto";
}

.vlb_color_09 a:hover {
  text-decoration: underline;
  font-family: "Roboto Regular";
}

.ui-dialog-buttons #layout-builder-modal + .ui-dialog-buttonpane {
  display: none;
}

.background-media-wrapper a {
  color: #fff;
}

.background-media-wrapper a:hover {
  color: #000;
}

.background-media-wrapper a.underline-link {
  padding-bottom: 0;
  border-color: rgba(255, 255, 255, 0.5);
}

.sharethis-wrapper {
  text-align: center;
}

.sharethis-wrapper .st_facebook_custom,
.sharethis-wrapper .st_twitter_custom {
  display: inline-block;
  padding: 5px 80px;
  -webkit-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  color: #fff;
  background-color: #343a40;
  -webkit-box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.75);
  font-size: 15px;
  font-weight: 500 !important;
}

.sharethis-wrapper .st_facebook_custom::after,
.sharethis-wrapper .st_twitter_custom::after {
  position: absolute;
  left: auto;
  display: inline-block;
  margin-left: -1em;
  -webkit-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  opacity: 0;
  font-family: "Font Awesome 5 Brands";
}

.sharethis-wrapper .st_facebook_custom:hover::after,
.sharethis-wrapper .st_twitter_custom:hover::after {
  left: auto;
  margin-left: 10px;
  opacity: 1;
}

.sharethis-wrapper .st_facebook_custom:hover,
.sharethis-wrapper .st_twitter_custom:hover {
  cursor: pointer;
}

.sharethis-wrapper .st_facebook_custom {
  margin: 0 15px;
}

.sharethis-wrapper .st_facebook_custom::after {
  content: "\f39e";
}

@media (max-width: 767.98px) {
  .sharethis-wrapper .st_facebook_custom {
    margin-bottom: 15px;
  }
}

.sharethis-wrapper .st_twitter_custom {
  margin: 0 15px;
}

.sharethis-wrapper .st_twitter_custom::after {
  content: "\f099";
}

@media (max-width: 767.98px) {
  .sharethis-wrapper .st_twitter_custom {
    margin-bottom: 15px;
  }
}

.node-title {
  text-transform: none;
}

.node-title::after {
  height: 5px;
}

.node--view-mode-vertical-media-teaser-small .field--name-field-main-image {
  overflow: hidden;
}

.node--view-mode-vertical-media-teaser-small .field--name-field-main-image .media img,
.node--view-mode-vertical-media-teaser-small .field--name-field-main-image .field__item img {
  /* csslint ignore:start */
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
  /* csslint ignore:end */
}

.node--view-mode-vertical-media-teaser-small:hover .field--name-field-main-image {
  overflow: hidden;
  cursor: pointer;
}

.node--view-mode-vertical-media-teaser-small:hover .field--name-field-main-image img {
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.9;
}

.node--view-mode-vertical-media-teaser-small .field--name-body {
  margin-top: 20px;
  font-size: 18px;
}

.node--view-mode-vertical-media-teaser-small .sharethis-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  text-align: initial;
}

.node--view-mode-vertical-media-teaser-small .sharethis-wrapper a {
  background-color: #000;
}

.node--view-mode-vertical-media-teaser-small .sharethis-wrapper a.st_twitter_custom,
.node--view-mode-vertical-media-teaser-small .sharethis-wrapper a.st_facebook_custom {
  position: relative;
  margin: 0;
  margin-right: 15px;
  padding: 5px 40px 5px 20px;
}

.node--view-mode-vertical-media-teaser-small .sharethis-wrapper a.st_twitter_custom::after,
.node--view-mode-vertical-media-teaser-small .sharethis-wrapper a.st_facebook_custom::after {
  right: 15px;
  left: auto;
  content: "\f1e0";
  opacity: 1;
  font-family: "Font Awesome 5 free";
  font-weight: bold;
}

.node--view-mode-vertical-media-teaser-small .sharethis-wrapper a:hover {
  color: #fff;
}

.more-link {
  padding-right: 0;
  padding-left: 0;
}

.more-link a {
  padding-right: 30px;
  padding-left: 30px;
}

.bold-button .btn {
  font-weight: bold;
}

.page-not-found,
.access-denied {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.page-not-found .page-number-wrapper,
.access-denied .page-number-wrapper {
  color: #e74d1a;
  font-size: calc(1.95625rem + 8.475vw);
  line-height: 1;
}

@media (min-width: 1200px) {
  .page-not-found .page-number-wrapper,
  .access-denied .page-number-wrapper {
    font-size: 8.3125rem;
  }
}

.page-not-found .page-title-wrapper,
.access-denied .page-title-wrapper {
  color: #000;
  font-size: calc(1.4125rem + 1.95vw);
  line-height: 0.63;
}

@media (min-width: 1200px) {
  .page-not-found .page-title-wrapper,
  .access-denied .page-title-wrapper {
    font-size: 2.875rem;
  }
}

.page-not-found .page-description-wrapper,
.access-denied .page-description-wrapper {
  color: #000;
  font-size: calc(1.26875rem + 0.225vw);
}

@media (min-width: 1200px) {
  .page-not-found .page-description-wrapper,
  .access-denied .page-description-wrapper {
    font-size: 1.4375rem;
  }
}

.page-not-found .link-wrapper:before,
.access-denied .link-wrapper:before {
  display: inline-block;
  width: 1.875rem;
  height: 1.4rem;
  margin-right: 0.3125rem;
  content: "\f015";
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: baseline;
  color: #e74d1a;
  font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .page-not-found .link-wrapper:before,
  .access-denied .link-wrapper:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.page-not-found .link-wrapper:hover:before,
.page-not-found .link-wrapper:focus:before,
.access-denied .link-wrapper:hover:before,
.access-denied .link-wrapper:focus:before {
  color: #fff;
}

.node--type-social-media-card .field--name-body a {
  text-decoration: underline;
  color: #000;
}

.node--type-social-media-card .field--name-body a:hover {
  color: #000;
  font-family: "Roboto Regular";
}

.masonry .masonry-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 100%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .masonry .masonry-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.masonry .masonry-item .node--view-mode-vertical-media-teaser-large {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.masonry .masonry-item .node--view-mode-vertical-media-teaser-large.node--type-tweet {
  border-radius: 0;
}

.masonry .masonry-item .node--view-mode-vertical-media-teaser-large .twitter-tweet {
  margin: 0 auto;
}

.masonry .masonry-item .node--view-mode-vertical-media-teaser-large .twitter-tweet iframe {
  border-radius: 12px;
  -webkit-box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.75);
}

.img-padding .block-content--type-varbase-rich-text-block img {
  padding-left: 13px;
}

.view-display-id-tweets .pager {
  position: relative;
}

.view-display-id-tweets .pager .masonary-loader {
  position: absolute;
  z-index: 1000;
  top: -80px;
  left: 48%;
  width: 55px;
  height: 55px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-image: url("../../images/blazy-load.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 55px 55px;
  background-size: 55px;
}

.view-display-id-tweets .pager .btn {
  font-family: "Roboto bold";
}

.share-font-family .content {
  font-family: "Roboto Regular";
}

.box-border {
  padding: 20px;
  border: 3px solid #e74d1a;
}

.box-border h3 {
  font-size: calc(1.38125rem + 1.575vw);
}

@media (min-width: 1200px) {
  .box-border h3 {
    font-size: 2.5625rem;
  }
}

.orange-text {
  color: #e74d1a;
}

.view-display-id-share_post .node--type-social-media-card a {
  font-size: 17px;
}

@media (max-width: 991.98px) {
  .block-text-image .field--name-field-media .media--type-remote-video iframe {
    height: 300px;
  }
}
