#masthead .navbar {
  width: 100% !important
}

.intro-section {
  margin-top: 3rem
}

@media(max-width: 767px) {
  .intro-section .image-section-content {
    margin-bottom: 3rem;
  }
}


.section__stories {
  padding-top: 4rem
}


.row__stories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5rem;
  margin-bottom: 10rem
}

@media(max-width: 768px) {
  .row__stories {
    margin-bottom: 3rem;

  }
}

.row__stories--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 5rem;
  padding-left: 0
}

@media screen and (max-width: 991px) {
  .row__stories {
      -ms-flex-direction:column;
      flex-direction: column;
      padding: 0
  }

  .row__stories--reverse {
      margin-top: 6rem
  }
}



.stories__content-wrapper,.stories__img-wrapper {
  width: 50%;
  position: relative
}

@media screen and (max-width: 991px) {
  .stories__content-wrapper,.stories__img-wrapper {
      width:100%
  }
}

.stories__content-wrapper {
  padding: 2rem
}

@media screen and (min-width: 992px) {
  .stories__content-wrapper {
      padding-right:4rem;
      padding-left: 3rem
  }
}

@media screen and (max-width: 991px) {
  .stories__content-wrapper {
      margin-top:4rem
  }
}

.stories__img {
  width: 20rem;
  height: 20rem;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (min-width: 992px) {
  .stories__img {
      width:25rem;
      height: 27rem
  }

  .stories__img--left {
      margin-left: auto
  }
}

@media screen and (max-width: 991px) {
  .stories__img {
      /* margin-left:2rem */
      margin: 0 auto;
  }
}

.stories__blue-block {
  display: block;
  position: absolute;
  z-index: -1;
  width: 15rem;
  height: 20rem;
  max-width: 100%;
  background-color: #224483;
  bottom: -3rem
}

@media screen and (min-width: 992px) {
  .stories__blue-block--right {
      right:10rem
  }

  .stories__blue-block--left {
      left: 10rem
  }
}

@media screen and (max-width: 991px) {
  .stories__blue-block {
      bottom:-2rem;
      width: 100%
  }
}

.strip-header {
  background: #224483;
  text-align: center;
  color: #fff;
  padding: 31px 0;
  margin-bottom: 44px
}

.strip-header h2 {
  font-size: 26px;
  margin: 0;
  color: #fff
}

.list-block {
  padding-bottom: 68px
}

.list-block .container-fluid {
  max-width: 1200px;
  margin: 0 auto
}

.list-block ul {
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  text-transform: uppercase;
  margin: 0 0 67px;
  padding: 0;
  list-style-type: none;
}

.list-block li {
  border-bottom: 1px solid #dedede;
  position: relative;
  margin: 0 0 0 60px;
  padding: 16px 0
}

.list-block .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -60px;
  top: 10px
}

.list-block .icon-fireworks {
  left: -65px
}

.list-block .icon-piggybank {
  width: 40px;
  height: 40px
}

.list-block .icon-island {
  width: 36px;
  height: 36px;
  top: 15px
}

.list-block .icon-worker,.list-block .icon-medical,.list-block .icon-buoy {
  width: 50px;
  height: 50px
}

.list-block .icon-shirt,.list-block .icon-calendar,.list-block .icon-teaching {
  width: 40px;
  height: 40px
}

.list-block .icon-logo {
  width: 45px;
  height: 45px
}

.list-block .icon {
  fill: #224483
}

.list-block .col-1 li:nth-child(odd) .icon {
  fill: #e6b448
}

.list-block .col-2 li:nth-child(even) .icon {
  fill: #e6b448
}




.hero-large__item {
  position: relative;
  height: 30rem;
  padding: 0 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1
}

.hero-large__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
  background: rgba(0,0,0,0.317);
  background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.697917) 100%);
  z-index: -1
}

.hero-large__container {
  position: absolute;
  top: 15rem;
  right: 0;
  left: 0;
  z-index: 2
}

@media screen and (min-width: 992px) {
  .hero-large__header {
      width:56%
  }
}

@media screen and (max-width: 767px) {
  .hero-large__item {
      height:68rem
  }

  .hero-large__item::before {
      width: 100%
  }

  .hero-large__container {
      right: 1.5rem;
      left: 1.5rem
  }
}


.hero-large__content h1 {
  color: #fff
}


.video-banner {
  background: #d69c1d;
  text-align: center;
}

.video-banner__header h2 {
  margin: 0 auto;
  padding: 0;
}

.video-banner__header h2::after {
  content: none;
}

.owl-carousel .item-video {
  height: 28rem;
}

@media(min-width: 1200px) {
  .owl-carousel .item-video {
    height: 19rem;
  }
}

.owl-video-tn.owl-lazy {
  background-size: 137% !important;
}

.banner-title-area h1 {
  opacity: 87%;
}