.scroll-margin-top {
  scroll-margin-top: 63px;
}

.ow-banner-strip.ow-banner-strip--size-1 .slider-image .slide {
  padding-top: 150%;
}

@media only screen and (min-width: 480px) {
  .ow-banner-strip.ow-banner-strip--size-1 .slider-image .slide {
    padding-top: 100%;
  }
}

@media only screen and (min-width: 576px) {
  .ow-banner-strip.ow-banner-strip--size-1 .slider-image .slide {
    padding-top: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .ow-banner-strip.ow-banner-strip--size-1 .slider-image .slide {
    padding-top: 38%;
  }
}

@media only screen and (min-width: 992px) {
  .ow-banner-strip.ow-banner-strip--size-1 .slider-image .slide {
    padding-top: 32%;
  }
}

@media only screen and (min-width: 1200px) {
  .ow-banner-strip.ow-banner-strip--size-1 .slider-image .slide {
    padding-top: 25%;
  }
}

.ow-banner-strip.ow-banner-strip--size-1:not(.has-strip) .slider-image:after {
  display: none;
}

.ow-banner-strip.ow-banner-strip--size-1:not(.has-strip) .slider-image:after {
  top: auto;
  bottom: 20px;
  left: auto;
  right: -30%;
  display: block;
  width: 110%;
  height: 100%;
  transform: skew(-30deg);
}

@media only screen and (min-width: 576px) {
  .ow-banner-strip.ow-banner-strip--size-1:not(.has-strip) .slider-image:after {
    display: none;
  }
}

.hero-date {
  padding: 20px 15px 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  filter: drop-shadow(0.0001em 0.0001em #000);
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.business-quote {
  font-style: italic;
  padding: 25px 0;
  border-top: 1px solid #D9171D;
  border-bottom: 1px solid #D9171D;
}

.business-quote p {
  margin-top: 0;
  padding: 0 15px;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
}

@media (min-width: 992px) {
  .hero-date {
    padding: 20px 30px 0;
  }
}

@media (min-width: 992px) {
  .ow-social-icons.ow-social-icons-block > .component-content {
    flex-direction: column;
  }
  .ow-social-icons.ow-social-icons-block ul {
    padding: 0;
  }
  .ow-social-icons.ow-social-icons-block a {
    color: #2B2B2B;
  }
}

.ow-quick-links {
  margin: 30px 0 0;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .ow-quick-links {
    white-space: nowrap;
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .ow-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
}

.ow-quick-links a {
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #ed1c24;
  line-height: 1;
  color: #2B2B2B;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.ow-quick-links a:hover,
.ow-quick-links a:focus {
  background: #ed1c24;
  color: #ffffff;
}

.banner-btn-red .image-textbox .text-bg .btn.btn-primary {
  border: 3px solid #Ed1c24 !important;
  color: #fff !important;
  background-color: #Ed1c24 !important;
  padding: 10px 18px !important;
  text-transform: uppercase !important;
}

.banner-btn-red .image-textbox .text-bg .btn.btn-primary:hover,
.banner-btn-red .image-textbox .text-bg .btn.btn-primary:focus {
  background-color: transparent !important;
  border-color: #fff !important;
}

.ow-card-tiles.slick-slider .slick-track {
  display: flex;
}

.ow-card-tiles.slick-slider .slick-slide > div {
  height: 100%;
}

.ow-card-tiles.slick-slider .ow-businesscard-container {
  background: #f7f7f7;
}

.ow-card-tiles ~ .ml-0 {
  margin-right: 0 !important;
}

.business-card-white.slick-slider .ow-businesscard-container {
  background: #fff;
}

.ow-businesscard-container .ow-business-content {
  padding-top: .375rem;
}

.ow-card-tiles.slick-slider .ow-businesscard-container .date {
  color: #ED1C24;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: block;
}

.ow-card-tiles.slick-slider .ow-businesscard-container p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ow-card-tiles.slick-slider .ow-businesscard-container .date,
.ow-businesscard-container .ow-business-content .date {
  margin-bottom: 1.5rem;
  font-size: .875rem;
}

.ow-card-tiles.slick-slider .slick-dots li {
  width: .75rem;
  height: .75rem;
  border-width: 1px;
  border-color: #838383;
}

@media only screen and (min-width: 768px) {
  .ow-card-tiles.slick-slider .slick-dots {
    justify-content: center;
    margin-top: 35px;
  }
}

.ow-card-tiles.slick-slider .slick-arrow {
  top: auto;
  bottom: -15px;
  right: 0;
  padding: 15px;
  background: #ed1c24;
  opacity: 1;
  display: none !important;
}

.ow-card-tiles.slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: 35px;
}

@media only screen and (min-width: 768px) {
  .ow-card-tiles.slick-slider .slick-arrow {
    display: inline-block !important;
    right: 15px;
  }
  .ow-card-tiles.slick-slider .slick-arrow.slick-prev {
    right: 50px;
  }
}

.ow-card-tiles.slick-slider .slick-prev:after,
.ow-card-tiles.slick-slider .slick-next:after {
  border-color: #fff;
  padding: 5px;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 11px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.ow-card-tiles.slick-slider .slick-next:after {
  left: 7px;
}

@media only screen and (min-width: 767px) {
  .ow-card-tiles + .row {
    margin-top: -60px;
  }
  .ow-card-tiles + .row > div .btn {
    z-index: 0;
    position: relative;
  }
}

.on-page-editor .ow-card-tiles img {
  width: 300px !important;
}

.ow-featured-stories__flex {
  margin-bottom: 30px;
}

.ow-featured-stories__left {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .ow-featured-stories__flex {
    display: flex;
    gap: 40px;
  }
  .ow-featured-stories__flex > div {
    width: calc(50% - 20px);
  }
  .ow-featured-stories__left {
    margin-bottom: 0;
  }
}

.ow-featured-stories__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.ow-featured-stories__tag > span {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  min-width: 290px;
}

.ow-featured-stories__tag > span:after {
  height: 100%;
  content: "";
  background: #D9171D;
  width: 100%;
  position: absolute;
  transform-origin: top;
  transform: skewX(-25deg);
  top: 0;
  left: 0;
}

.ow-featured-stories__tag > span span {
  z-index: 1;
  position: relative;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.ow-featured-stories__item {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: opacity .2s ease-in-out;
}

.ow-featured-stories__item .item-media {
  width: 88px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.ow-featured-stories__item:not(.main-item) .item-media img {
  width: auto;
  height: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ow-featured-stories__item .item-content .item-date {
  margin-bottom: .75rem;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.ow-featured-stories__item:not(.main-item) .item-content .item-date {
  font-size: .75rem;
  margin-bottom: .25rem;
}

.ow-featured-stories__item .item-content h3 {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.ow-featured-stories__item.main-item .item-content h3 {
  font-size: 1.125rem;
}

.ow-featured-stories__item:not(.main-item) .item-content h3 {
  font-size: .875rem;
}

.ow-featured-stories__item .item-content .item-cta {
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  transition: color .2s ease-in-out;
}

@media screen and (min-width: 992px) {
  .ow-featured-stories__item:not(.main-item) .item-media {
    width: 118px;
  }
  .ow-featured-stories__item:not(.main-item) .item-content .item-date {
    font-size: .875rem;
    margin-bottom: .5rem;
  }
  .ow-featured-stories__item:not(.main-item) .item-content h3 {
    font-size: 1rem;
  }
}

.ow-featured-stories__item.main-item {
  display: block;
  position: relative;
  height: 100%;
}

.ow-featured-stories__item.main-item .item-media {
  width: 100%;
  height: 100%;
}

.ow-featured-stories__item.main-item .item-content {
  background: #fff;
  padding: 20px 0;
}

@media only screen and (min-width: 992px) {
  .ow-featured-stories__item.main-item .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 290px;
    padding: 20px;
  }
}

.ow-featured-stories__item:not(.main-item):hover,
.ow-featured-stories__item:not(.main-item):focus {
  opacity: .7;
}

.ow-featured-stories__item.main-item:hover .item-cta,
.ow-featured-stories__item.main-item:focus .item-cta {
  color: #000;
}

.container-margin-top {
  margin-top: 30px;
}

/* Slider contact card */
.ow-card--contact {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.ow-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ow-card--contact .ow-card__inner * {
  color: #000;
}

.ow-card--contact .ow-card__heading {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .ow-card--contact {
    margin-top: 0;
    background-color: #fff;
  }
}

/* Button Scroll to top */
.btn--scroll-top {
  position: fixed;
  bottom: 1rem;
  right: 0;
  z-index: 1000;
  padding: .125rem 1rem;
}

.btn.btn--scroll-top:hover,
.btn.btn--scroll-top:focus {
  background-color: #fff !important;
}

.btn__icon {
  font-size: 1.5rem;
}

.btn__text {
  display: block;
  margin-top: -.25rem;
  font-size: .75rem;
  font-weight: 600;
}

/* Dark gray background section */
.dark-gray-background {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dark-gray-background + .dark-gray-background {
  padding-top: 0;
}

.dark-gray-background,
.dark-gray-background .ow-featured-stories__item .item-content h3 {
  color: #fff;
}

.dark-gray-background .ow-featured-stories__item.main-item .item-content {
  background-color: #000;
}

.dark-gray-background a:not(.main-item):hover,
.dark-gray-background a:not(.main-item):focus {
  color: #D9171D;
  opacity: .9;
}

.dark-gray-background a.main-item:hover .item-cta,
.dark-gray-background a.main-item:focus .item-cta {
  color: #fff;
}

.dark-gray-background .btn.btn-primary:hover,
.dark-gray-background .btn.btn-primary:focus,
.dark-gray-background .btn.btn-secondary:hover,
.dark-gray-background .btn.btn-secondary:focus {
  border-color: #fff !important;
  color: #fff !important;
}

/* Bootstrap override */
a:hover,
a:focus {
  color: #D9171D;
}

/* Business card image aspect ratio */
.ow-business-image,
.ow-articles-listing ul li .ow-businesscard-container .ow-business-image {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.ow-businesscard-container .ow-business-image img,
.ow-articles-listing ul li .ow-businesscard-container .ow-business-image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  height: 100%;
  width: auto;
  max-width: none;
}

.ow-featured-stories__item:not(.main-item) .item-media {
  height: 66px;
}

@media only screen and (min-width: 992px) {
  .ow-featured-stories__item:not(.main-item) .item-media {
    height: 88px;
  }
  .ow-featured-stories__item .item-media img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
  }
}

.business-card-no-margin-top {
  margin-top: -65px;
}

/* Article detail page */
.company-about {
  background-color: #f8f4f4;
  padding: 2rem 1rem 1.5rem;
  margin: 0 -15px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .company-about {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0;
  }
}

.company-about h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 0;
}

.ow-recent-news {
  background-color: #f7f7f7;
}

.ow-recent-news .ow-card-content h2 span {
  color: #7f7f7f;
}

.ow-news a {
  text-decoration: none;
}

.ow-social-icons--detail-page {
  margin-top: 1.5rem;
  border-color: #7f7f7f;
}

.ow-social-icons--detail-page h3 {
  margin-bottom: 1rem;
}

/* Our stories mobile */
@media only screen and (max-width: 1199px) {
  .ow-social-icons:not(.ow-card--contact) {
    border: none;
    margin: 30px 0 0 0;
  }
  .ow-social-icons.ow-card--contact {
    margin-bottom: 0;
  }
  .ow-social-icons > .component-content {
    flex-direction: column;
  }
  .ow-social-icons h5 {
    margin-bottom: 1rem;
  }
  .ow-social-icons h5 a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
  }
  .ow-social-icons ul {
    padding-left: 0;
  }
  .investor-heading {
    font-size: 28px;
    margin: 25px 0 15px -15px !important;
  }
  .banner-btn-red .image-textbox .text-bg .btn.btn-primary {
    font-weight: 600;
  }
}

@media only screen and (max-width: 991px) {
  .ow-social-icons.ow-card--contact {
    border: none;
    margin-bottom: 1rem;
  }
  .left-column.pr-5 {
    padding-right: 15px !important;
  }
  .business-quote {
    margin-top: 10px;
  }
  .business-quote p {
    font-size: 22px;
    line-height: 32px;
  }
  .ow-recent-news {
    margin-top: 30px;
  }
  .right-column {
    min-width: 100%;
  }
  .right-column .ow-social-icons-block {
    margin-bottom: 5px;
  }
  .text-heading.left-primary-heading-border h3 {
    font-size: 26px;
  }
  .left-column .ow-news h3 {
    border-bottom: none;
    font-size: 28px;
    margin-bottom: 10px !important;
  }
  .left-column .ow-teaser__flex h3 {
    font-size: 18px;
  }
  .company-about {
    width: calc(100% + 30px);
  }
}

@media only screen and (max-width: 480px) {
  .ow-banner-strip.ow-banner-strip--size-1 .slider-image .slide {
    padding-top: 125% !important;
  }
}

@media only screen and (max-width: 630px) {
  .left-column .ow-teasers-container {
    display: block;
  }
  .left-column .ow-teasers-container .ow-teaser {
    min-height: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .discription-paragraph {
    display: none;
  }
  .ow-card-tiles.slider-wrapper[data-infinite="True"] .slick-list {
    padding-left: 14.5%;
  }
  .case-study-wrapper .left-column h2, .case-study-wrapper .left-column .case-study-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .image-textbox {
    height: 800px;
  }
}

@media only screen and (min-width: 992px) {
  .image-textbox {
    height: 0;
    padding-top: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .image-textbox {
    padding-top: 42.71%;
  }
}

.case-study-wrapper .left-column .case-study-tag {
  display: flex;
  align-items: center;
  margin: -5px 0 0 -10px;
  line-height: 1;
}

.case-study-wrapper .left-column .case-study-tag li {
  padding: 0 10px;
}

.case-study-wrapper .left-column .case-study-tag li label,
.case-study-wrapper .left-column .case-study-tag li div {
  color: #Ed1c24;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

.case-study-wrapper .left-column .case-study-tag li label {
  text-transform: uppercase;
}

.case-study-wrapper .left-column .case-study-tag li:first-child {
  border-right: 2px solid #7F7F7F;
}

.case-study-wrapper .left-column .red-title {
  color: #Ed1c24;
}

.case-study-wrapper .left-column .case-study-title {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.case-study-wrapper .left-column .case-study-subtitle {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.red-image-caption {
  display: block;
  margin-bottom: 1.5rem;
  color: #ed1c24;
  font-size: .875rem;
  line-height: 1.35;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .red-image-caption {
    margin-bottom: 2.5rem;
  }
}

.ow-video a.ow-video--black-popup .video-tutorial-wrapper {
  padding: 15px;
  background-color: #000;
  box-shadow: none;
}

.ow-video a.ow-video--black-popup .video-tutorial-wrapper .video-thumbanial {
  padding-top: 56%;
  height: auto;
}

.ow-video a.ow-video--black-popup .video-tutorial-wrapper .video-thumbanial > img {
  position: absolute;
  top: 0;
  width: auto;
  height: 100%;
}

.ow-video a.ow-video--black-popup .video-tutorial-wrapper .video-thumbanial .play-icon {
  color: #fff;
  font-size: 44px;
}

.ow-video a.ow-video--black-popup .video-tutorial-wrapper .video-title-group {
  background-color: #000;
  color: #fff;
  padding: 30px 0 0;
}

.ow-video a.ow-video--black-popup .video-tutorial-wrapper .video-title-group .title {
  width: 100%;
}

.ow-video a.ow-video--black-popup .video-tutorial-wrapper .video-title-group .title h4 {
  margin-bottom: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-line-clamp: unset;
  color: #fff;
}

.ow-video a.ow-video--black-popup .video-tutorial-wrapper .video-title-group .title .description {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-line-clamp: unset;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .ow-video a.ow-video--black-popup .video-tutorial-wrapper {
    padding: 30px;
  }
  .ow-video a.ow-video--black-popup .video-tutorial-wrapper .video-title-group .title h4 {
    font-size: 1.5rem;
  }
}

.ow-video--black-popup .modal {
  background-color: #252525;
  z-index: 9999;
}

.ow-video--black-popup .ow-video-banner {
  border: 10px solid #fff;
}

/* Resource listing page */
.filter-result .ow-load-more {
  display: inline;
}

@media screen and (min-width: 992px) {
  .image-column {
    padding-right: 1rem;
  }
  .quote-column {
    padding-left: 2rem;
    padding-right: 1.5rem;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .quote-column .component-content {
    height: auto;
  }
}

.investor-heading {
  margin: 0 -15px;
}

.icon-heading__icon-box {
  width: 40px;
  height: 28px;
}

.icon-heading__row {
  display: flex;
  margin-bottom: 22px;
}

.icon-heading__icon {
  width: auto;
  height: 100%;
}

.icon-heading__title {
  font-size: 28px;
  margin-bottom: 0;
}

.icon-heading__subtitle {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .icon-heading__icon-box {
    width: 60px;
    height: 44px;
  }
  .icon-heading__title {
    font-size: 40px;
  }
  .icon-heading__subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/* Resource listing with brand */
.ow-business-brand-image {
  position: relative;
}

.icon-brand__icon-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem;
}

.icon-brand__icon-box::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2.5rem;
  background: #fff;
  transform-origin: top;
  transform: skewX(-25deg);
}

.icon-brand__icon {
  width: auto;
  height: 100%;
}

.ow-card-tag .btn-view-all {
  margin-top: 7px;
}

.card-item.ow-bg-overlay .card-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
}

@media screen and (min-width: 992px) {
  .card-item.ow-bg-overlay .card-overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.card-item .tile-slide .card-title-content {
  padding: 20px 30px;
}

.listing-two-buttons .btn {
  display: block;
}

.listing-two-buttons {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  gap: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .listing-two-buttons {
    flex-direction: row;
    gap: unset;
  }
  .listing-two-buttons .btn:first-of-type {
    width: calc((100% - 4 * 30px) / 4);
    margin-right: 30px;
  }
  .listing-two-buttons .btn {
    display: inline-block;
    padding: 10px 30px;
    word-break: break-word;
  }
}

.card-overlay-text .btn-primary:hover {
  border-color: #fff !important;
  color: #fff !important;
}

.quick-links-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #000;
}

.test-alex {
  background: red;
}
