@-webkit-keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-o-keyframes read-more-arrow {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-webkit-keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@-o-keyframes download-hover {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

.block-inline-blockcta-block {
  height: 100%;
}

.block-inline-blockcta-block > .content {
  height: 100%;
}

.block-inline-blockcta-block .block-content--view-mode-horizontal-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.block-inline-blockcta-block .block-content--view-mode-horizontal-cta h3 {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .block-inline-blockcta-block .block-content--view-mode-horizontal-cta {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.block-inline-blockcta-block .block-content--view-mode-horizontal-cta .btn {
  position: relative;
  padding: 13px 67px 8px 22px;
  border: 1px solid #fff;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .block-inline-blockcta-block .block-content--view-mode-horizontal-cta .btn {
    margin-top: 15px;
  }
}

.block-inline-blockcta-block .block-content--view-mode-horizontal-cta .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 46px;
  content: "";
  border-left: 1px solid #fff;
  background-image: url("../../images/subscribe-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.block-inline-blockcta-block .block-content--view-mode-squared-cta {
  height: 100%;
}

.block-inline-blockcta-block .block-content--view-mode-squared-cta .cta-wrapper {
  position: relative;
  height: 100%;
}

.block-inline-blockcta-block .block-content--view-mode-squared-cta .cta-wrapper .field--name-field-media {
  position: relative;
}

.block-inline-blockcta-block .block-content--view-mode-squared-cta .cta-wrapper .field--name-field-media::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.55);
}

.block-inline-blockcta-block .block-content--view-mode-squared-cta .cta-wrapper .cta-body {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
  color: white;
  background: #fa7828;
}

.block-inline-blockcta-block .block-content--view-mode-squared-cta .cta-wrapper .cta-body .field--name-field-icon {
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .block-inline-blockcta-block .block-content--view-mode-squared-cta .cta-wrapper .cta-body .field--name-field-title h3 {
    font-size: 1.125rem;
  }
}

.block-inline-blockcta-block .block-content--view-mode-squared-cta .cta-wrapper .field--name-field-media + .cta-body {
  z-index: 2;
  background: none;
}

.block-inline-blockcta-block .block-content--view-mode-squared-cta .cta-wrapper .field--name-field-media + .cta-body .field--name-field-title {
  color: #fff;
}

@media (min-width: 1200px) {
  .block-inline-blockcta-block .block-content--view-mode-squared-cta.cta-bg .cta-wrapper {
    min-height: 350px;
  }
}

@media (max-width: 1599.98px) {
  .block-inline-blockcta-block .block-content--view-mode-squared-cta.cta-bg .cta-wrapper {
    min-height: 270px;
  }
}

@media (max-width: 991.98px) {
  .block-inline-blockcta-block .block-content--view-mode-squared-cta.cta-bg .cta-wrapper {
    min-height: 200px;
  }
}

@media (max-width: 991.98px) {
  .block-inline-blockcta-block .block-content--view-mode-squared-cta.cta-bg .cta-wrapper .cta-body {
    position: relative;
    min-height: 350px;
  }
}

@media (max-width: 991.98px) {
  .block-inline-blockcta-block .block-content--view-mode-squared-cta.cta-image .cta-wrapper {
    height: 100%;
  }
}

.block-inline-blockcta-block .block-content--view-mode-squared-cta.without-icon .cta-wrapper .cta-body {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.block-inline-blockcta-block .block-content--view-mode-squared-cta.without-icon .cta-wrapper .cta-body .field--name-field-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  height: 100%;
}

@media (max-width: 991.98px) {
  .block-inline-blockcta-block.bg-color,
  .block-inline-blockcta-block .bg-image {
    max-height: 350px;
  }
}

.block-inline-blockcta-block.bg-color .block-content--view-mode-squared-cta .cta-wrapper .cta-body,
.block-inline-blockcta-block .bg-image .block-content--view-mode-squared-cta .cta-wrapper .cta-body {
  color: unset;
  background: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-3col-ipad .layout > div {
    max-width: 50%;
    margin: 0 auto;
  }
  .custom-3col-ipad .layout > div .cta-wrapper .field--name-field-media {
    height: 100%;
  }
  .custom-3col-ipad .layout > div .cta-wrapper .field--name-field-media div {
    height: 100%;
  }
  .custom-3col-ipad .layout > div .block-views-blocktweets-most-recent-tweet {
    margin-top: 30px;
  }
}
