#fullpage {
  height: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  z-index: 100;
}

#fullpage .vertical-scrolling.item {
  text-align: center;
  position: relative;
  background-size: 100%;
  background-color: #333;
  overflow: hidden;
  height: 100%;
}

#fullpage .vertical-scrolling.item picture {
  display: block;
}

#fullpage .vertical-scrolling.item .feature-text-wrapper {
  position: absolute;
  top: 10%;
  width: 38%;
  /*width: 50.5%;*/
  z-index: 1000;
  padding: 20px;
  border-top: 20px solid rgba(255, 255, 255, 0.2);
  border-bottom: 20px solid rgba(255, 255, 255, 0.2);
  text-transform: none;
  text-align: left;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}

#fullpage .vertical-scrolling.item .feature-text-wrapper.lessheight {
  width: 48%
}

#fullpage .vertical-scrolling.item.active:nth-of-type(1) .feature-text-wrapper .feature-title {
  font-size: 46px;
  line-height: 52px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: left;
}

#fullpage .vertical-scrolling.item.active:nth-of-type(1) .feature-text-wrapper.lessheight .feature-title {
  font-size: 36px;
  line-height: 44px;
}

#fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title {
  font-size: 36px;
  line-height: 42px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
}

#fullpage .vertical-scrolling.item .feature-text-wrapper.lessheight .feature-title {
  font-size: 28px;
  line-height: 32px;
}

#fullpage .vertical-scrolling.item .feature-text {
  font-size: 15px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#fullpage .vertical-scrolling.item .feature-text-wrapper.lessheight .feature-text {
  font-size: 15px;
  line-height: 21px;
}

#fullpage .vertical-scrolling.item:first-child.active .feature-text-wrapper,
#fullpage .vertical-scrolling.item.left.active .feature-text-wrapper {
  left: 50px;
}

#fullpage .vertical-scrolling.item.right.active .feature-text-wrapper {
  right: 50px;
}

#fullpage .vertical-scrolling.item:first-child .feature-text-wrapper,
#fullpage .vertical-scrolling.item.left.active .feature-text-wrapper {
  -webkit-animation-name: featureslide; /* Safari 4.0 - 8.0 */
  animation-name: featureslide;
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-duration: 1s;
}

@-webkit-keyframes featureslide {
  0% {
    left: -300px;
  }
  100% {
    left: 50px;
  }
}

@keyframes featureslide {
  0% {
    left: -300px;
  }
  100% {
    left: 50px;
  }
}

#fullpage .vertical-scrolling.item.right.active .feature-text-wrapper {
  -webkit-animation-name: featureslide-right; /* Safari 4.0 - 8.0 */
  animation-name: featureslide-right;
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-duration: 1s;
}

@-webkit-keyframes featureslide-right {
  0% {
    right: -300px;
  }
  100% {
    right: 50px;
  }
}


/* Standard syntax */

@keyframes featureslide-right {
  0% {
    right: -300px;
  }
  100% {
    right: 50px;
  }
}

#fullpage .vertical-scrolling.item .photo-credit {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  z-index: 1000;
  margin-top: 25px;
}

#fullpage .vertical-scrolling.item .feature-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  z-index: 500;
}

#fullpage .vertical-scrolling.item .feature-img img {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 500;
  object-fit: cover;
}

.page-node-type-ct-feature .view-content {
  height: 100vh;
}

.feature-text-wrapper .feature-date .date-display-single {
  color: #ffffff;
}

.feature-text-wrapper .feature-headline {
  font-size: 28px;
  line-height: 30px;
  padding-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.feature-text-wrapper .feature-link,
.feature-cover-internal-link .field-item {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 0 5px 0;
}

.page-node-type-ct-feature .feature-text-wrapper .slide-number {
  font-size: 80px;
  float: left;
  line-height: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  height: auto;
  margin: 0 20px 0 0;
}

#container #header {
  z-index: 1000;
}

.page-node-type-ct-feature .right .feature-text-wrapper .slide-number {
  float: left;
  margin: 0 20px 0 0;
}


/* //CSS for cover image*/

.page-node-type-ct-feature #header {
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
}

.feature-cover {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.feature-img-cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  z-index: 200;
}

.feature-img-cover picture {
  display: block;
}

.feature-img-cover picture img {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 200;
  object-fit: cover;
}

.page-node-type-ct-feature .feature-title-cover {
  position: absolute;
  top: 10%;
  left: 50px;
  width: 42%;
  z-index: 1000;
  padding: 20px;
  border-top: 20px solid rgba(255, 255, 255, 0.2);
  border-bottom: 20px solid rgba(255, 255, 255, 0.2);
  text-transform: none;
  text-align: left;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-animation-name: feature-cover-title; /* Safari 4.0 - 8.0 */
  animation-name: feature-cover-title;
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-duration: 1s;
}

@-webkit-keyframes feature-cover-title {
  0% {
    left: -300px;
  }
  100% {
    left: 50px;
  }
}

@keyframes feature-cover-title {
  0% {
    left: -300px;
  }
  100% {
    left: 50px;
  }
}

.feature-title-cover .feature-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 10px;
}

.feature-cover .feature-date {
  margin-bottom: 15px;
  font-size: 14px;
}

.page-node-type-ct-feature .view-content .feature-slide {
  z-index: 100;
  position: relative;
}


/* //Responsive CSS*/

@media only screen and (device-width: 320px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .feature-img img {
    zoom: 1.2;
  }
}

@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .feature-title-cover .feature-description,
  #fullpage .vertical-scrolling.item .feature-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title,
  .feature-title-cover .feature-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .feature-title-cover .feature-description,
  #fullpage .vertical-scrolling.item .feature-text {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title,
  .feature-title-cover .feature-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (device-width: 411px) and (device-height: 823px) {
  #fullpage .vertical-scrolling.item .feature-img img,
  .feature-img-cover picture img {
    zoom: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    width: 46%;
  }
}

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .feature-title-cover .feature-description {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title,
  .feature-title-cover .feature-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (device-width: 667px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 2) {
  .feature-title-cover .feature-description,
  #fullpage .vertical-scrolling.item .feature-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title,
  .feature-title-cover .feature-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (device-width: 736px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 3) {
  .feature-title-cover .feature-description,
  #fullpage .vertical-scrolling.item .feature-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title,
  .feature-title-cover .feature-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (device-width: 812px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 3) {
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    width: 62%;
  }
  #fullpage .vertical-scrolling.item.active:nth-of-type(1) .feature-text-wrapper .feature-title {
    font-size: 28px;
    line-height: 31px;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title {
    font-size: 24px;
    line-height: 32px;
  }
  .feature-text-wrapper .feature-headline {
    font-size: 20px;
  }
  #fullpage .vertical-scrolling.item .feature-text {
    font-size: 14px;
    line-height: 18px;
  }
  .view-footer .social {
    display: none !important;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .feature-title-cover {
    top: 5%;
  }
  .feature-title-cover .feature-description {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1259px) {
  #fullpage .vertical-scrolling.item .feature-img img,
  .feature-img-cover picture img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1260px) {
  #fullpage .vertical-scrolling.item .feature-img img,
  .feature-img-cover picture img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1920px) {
  #fullpage .vertical-scrolling.item .feature-img img,
  .feature-img-cover picture img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    width: 76%;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper {
    top: 10%;
    width: 76%;
    padding: 15px;
    border-top: 10px solid rgba(255, 255, 255, 0.2);
    border-bottom: 10px solid rgba(255, 255, 255, 0.2);
  }
  .feature-title-cover .feature-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  #fullpage .vertical-scrolling.item.active:nth-of-type(1) .feature-text-wrapper .feature-title {
    font-size: 28px;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: left;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title {
    font-size: 18px;
    line-height: 22px
  }
  #fullpage .vertical-scrolling.item .feature-text {
    font-size: 13px;
    line-height: 16px;
  }
  .feature-slide .controlBtns {
    bottom: 20px;
  }
  #fullpage .vertical-scrolling.item:first-child.active .feature-text-wrapper,
  #fullpage .vertical-scrolling.item.left.active .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    left: 30px;
  }
  #fullpage .vertical-scrolling.item.right.active .feature-text-wrapper {
    right: 30px;
  }
  #fullpage .vertical-scrolling.item:first-child.active .feature-text-wrapper,
  #fullpage .vertical-scrolling.item.left.active .feature-text-wrapper {
    -webkit-animation-name: featureslide; /* Safari 4.0 - 8.0 */
    animation-name: featureslide;
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-duration: 1s;
  }
  @-webkit-keyframes featureslide {
    0% {
      left: -300px;
    }
    100% {
      left: 30px;
    }
  }
  @keyframes featureslide {
    0% {
      left: -300px;
    }
    100% {
      left: 30px;
    }
  }
  #fullpage .vertical-scrolling.item.right.active .feature-text-wrapper {
    -webkit-animation-name: featureslide-right; /* Safari 4.0 - 8.0 */
    animation-name: featureslide-right;
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-duration: 1s;
  }
  @-webkit-keyframes featureslide-right {
    0% {
      right: -300px;
    }
    100% {
      right: 30px;
    }
  }
  /* Standard syntax */
  @keyframes featureslide-right {
    0% {
      right: -300px;
    }
    100% {
      right: 30px;
    }
  }
  .feature-slide .controlBtns li {
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 50%;
    margin: 5px 10px;
  }
  .feature-slide .controlBtns li.active {
    background-color: #fff;
    width: 16px;
    height: 16px;
    margin: 2px 5px;
  }
  #fullpage .vertical-scrolling.item .feature-img img,
  .feature-img-cover picture img {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 500;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .page-node-type-ct-feature .feature-text-wrapper .slide-number {
    font-size: 40px;
    line-height: 42px;
  }
  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: 0;
    background: transparent;
  }
  .feature-title-cover .feature-description {
    font-size: 13px;
    line-height: 16px;
  }
  #fullpage .vertical-scrolling.item .photo-credit {
    font-size: 12px;
  }
  #fullpage .vertical-scrolling.item:first-child.active .feature-text-wrapper,
  #fullpage .vertical-scrolling.item.left.active .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    left: 15px;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    width: 78%;
  }
  .page-node-type-ct-feature .feature-title-cover {
    padding: 10px 15px;
  }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 6px !important;
  }
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    width: 5px !important;
    height: 5px !important;
  }
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span {
    width: 10px !important;
    height: 10px !important;
  }
  #fullpage .vertical-scrolling.item:first-child.active .feature-text-wrapper,
  #fullpage .vertical-scrolling.item.left.active .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    left: 15px;
  }
  #fullpage .vertical-scrolling.item.right.active .feature-text-wrapper {
    right: 15px;
  }
  #fullpage .vertical-scrolling.item:first-child.active .feature-text-wrapper,
  #fullpage .vertical-scrolling.item.left.active .feature-text-wrapper {
    -webkit-animation-name: featureslide; /* Safari 4.0 - 8.0 */
    animation-name: featureslide;
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-duration: 1s;
  }
  @-webkit-keyframes featureslide {
    0% {
      left: -300px;
    }
    100% {
      left: 15px;
    }
  }
  @keyframes featureslide {
    0% {
      left: -300px;
    }
    100% {
      left: 15px;
    }
  }
  #fullpage .vertical-scrolling.item.right.active .feature-text-wrapper {
    -webkit-animation-name: featureslide-right; /* Safari 4.0 - 8.0 */
    animation-name: featureslide-right;
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-duration: 1s;
  }
  @-webkit-keyframes featureslide-right {
    0% {
      right: -300px;
    }
    100% {
      right: 15px;
    }
  }
  /* Standard syntax */
  @keyframes featureslide-right {
    0% {
      right: -300px;
    }
    100% {
      right: 15px;
    }
  }
}

@media all and (max-width: 320px) {
  #fullpage .vertical-scrolling.item.active:nth-of-type(1) .feature-text-wrapper .feature-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 520px) {
  #fullpage .vertical-scrolling.item:first-child .feature-img img,
  .feature-img-cover picture img {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 500;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #fullpage .vertical-scrolling.item .feature-img img {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 500;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .feature-text-wrapper .feature-headline {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  .feature-title-cover .feature-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  #fullpage .vertical-scrolling.item .photo-credit {
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  .page-node-type-ct-feature .feature-title-cover {
    top: 9%;
  }
  .btn-share-wrapper {
    top: 2%;
  }
  .feature-title-cover .feature-title {
    font-size: 18px;
    line-height: 20px;
  }
  .feature-cover .feature-date {
    margin-bottom: 10px;
  }
  .feature-title-cover .feature-description {
    line-height: 15px;
  }
  #fullpage .vertical-scrolling.item .photo-credit {
    margin-top: 10px;
  }
}

@media only screen and (device-width: 667px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 2) {
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    width: 62%;
  }
  #fullpage .vertical-scrolling.item.active:nth-of-type(1) .feature-text-wrapper .feature-title {
    font-size: 28px;
    line-height: 31px;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title {
    font-size: 24px;
    line-height: 32px;
  }
  .feature-text-wrapper .feature-headline {
    font-size: 20px;
  }
  #fullpage .vertical-scrolling.item .feature-text {
    font-size: 14px;
    line-height: 18px;
  }
  .view-footer .social {
    display: none !important;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    top: 5%;
  }
}

@media only screen and (device-width: 640px) and (device-height: 360px) {
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    width: 62%;
  }
  #fullpage .vertical-scrolling.item.active:nth-of-type(1) .feature-text-wrapper .feature-title {
    font-size: 28px;
    line-height: 31px;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title {
    font-size: 24px;
    line-height: 32px;
  }
  .feature-text-wrapper .feature-headline {
    font-size: 20px;
  }
  #fullpage .vertical-scrolling.item .feature-text {
    font-size: 14px;
    line-height: 18px;
  }
  .view-footer .social {
    display: none !important;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    top: 5%;
  }
}

@media only screen and (device-width: 823px) and (device-height: 411px) {
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    width: 62%;
  }
  #fullpage .vertical-scrolling.item.active:nth-of-type(1) .feature-text-wrapper .feature-title {
    font-size: 28px;
    line-height: 31px;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title {
    font-size: 24px;
    line-height: 32px;
  }
  .feature-text-wrapper .feature-headline {
    font-size: 20px;
  }
  #fullpage .vertical-scrolling.item .feature-text {
    font-size: 14px;
    line-height: 18px;
  }
  .view-footer .social {
    display: none !important;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    top: 5%;
  }
}

@media only screen and (device-width: 736px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 3) {
  #fullpage .vertical-scrolling.item .feature-text-wrapper,
  .page-node-type-ct-feature .feature-title-cover {
    width: 62%;
  }
  #fullpage .vertical-scrolling.item.active:nth-of-type(1) .feature-text-wrapper .feature-title {
    font-size: 28px;
    line-height: 31px;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper .feature-title {
    font-size: 24px;
    line-height: 32px;
  }
  .feature-text-wrapper .feature-headline {
    font-size: 20px;
  }
  #fullpage .vertical-scrolling.item .feature-text {
    font-size: 14px;
    line-height: 18px;
  }
  .view-footer .social {
    display: none !important;
  }
  #fullpage .vertical-scrolling.item .feature-text-wrapper {
    top: 5%;
  }
}


/* //Arrow down animation */

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: fixed;
  bottom: 15px;
  left: 50%;
  margin-left: -20px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-image: url(../images/down_arrow.svg);
  z-index: 1000;
  cursor: pointer;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.feature-cover-internal-link .field-label {
  display: none;
}

/*--------------------------------*/

#feature-page-language-switcher-bar {
  background-image: url(../../images/feature-pg-lang-switcher-bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  top: 35px;
  z-index: 105;
  background: rgba(0, 0, 0, 0.3);
}
#feature-page-language-switcher-bar > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#feature-page-language-switcher-bar li {
  border-right: 1px solid #ffffff;
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
}
#feature-page-language-switcher-bar a {
  color: #ffffff;
  text-transform: uppercase;
}
#feature-page-language-switcher-bar a:hover {
  color: #1c97c8;
}
#feature-page-language-switcher-bar li:last-child {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.page-node-type-ct-feature .container-fluid {
  padding: 0;
}
.ct-feature {
  position: relative;
  z-index: 1;
}
.feature-slide * {
  box-sizing: initial;
}

.feature-description p {
  font-size: 15px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.page-node-type-ct-feature .feature-img-cover .field--name-field-feature-mobil-banne-mobile,
.page-node-type-ct-feature .feature-img .field--name-field-mobile-image {
  display: block;
}
.page-node-type-ct-feature .feature-img-cover .field--name-field-desktop-slide-image,
.page-node-type-ct-feature .feature-img .field--name-field-image {
  display: none;
}

@media (min-width: 812px) {
  .page-node-type-ct-feature .feature-img-cover .field--name-field-feature-mobil-banne-mobile,
  .page-node-type-ct-feature .feature-img .field--name-field-mobile-image {
    display: none;
  }
  .page-node-type-ct-feature .feature-img .field--name-field-desktop-slide-image,
  .page-node-type-ct-feature .feature-img .field--name-field-image {
    display: block;
  }
}
