.section__double-image div:nth-of-type(1) {
  margin-bottom: 20px;
}

.video-right {
  text-align: center;
}

.video-left {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .video-left {
    margin-bottom: 0;
  }

  .section__double-image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    margin: 4rem 0;
  }

  .section__double-image div:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    margin-bottom: 0;
  }

  .section__double-image div:nth-of-type(2) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.section__text-block h3 {
  margin-top: 4rem;
}

#nav .nav__newsletter form input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
  display: inline-block;
}

#nav .nav__newsletter form .wpcf7-list-item-label {
  display: inline-block;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .section__blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section__blocks .blocks__item:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .section__blocks .blocks__item:nth-of-type(2) {
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .section__blocks .blocks__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .section__text-block h3 {
    margin-top: 6rem;
  }

  .section__text-block h2 {
    margin-top: 6rem;
  }

  .section__text-block h4 {
    margin-bottom: 1rem;
  }

  .section__text-block h4 + p {
    margin: 1rem 0;
  }

  .video-left iframe,
  .video-right iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.contact-page {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none;
}

/* #wpcf7-f100-o2 form {

} */
.contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form__input-holder {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.contact-form__input-holder--full {
  width: 100%;
}

span.wpcf7-not-valid-tip {
  font-size: 1.1rem;
  margin-top: -10px;
  color: #f27c00;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.wpcf7-checkbox + span.wpcf7-not-valid-tip {
  margin-top: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

form .submit-wrapper a {
  top: -10px;
}

.submit-wrapper {
  width: 100%;
}

.submit-wrapper input {
  float: right;
  display: inline-block;
}

/* .grecaptcha-badge {
  opacity: 0;
} */

.wsp-success-storiess-title,
.wsp-success-storiess-list {
  display: none;
}

#cookie_action_close_header {
  border-radius: 30px;
}

#cookie-law-info-bar a:first-of-type {
  text-decoration: underline;
}

.btn.btn--ghost.btn--ghost--blue.intro__content-menu-item-button {
  padding: 0.5em;
}


.sociallinks li {
  padding-left: 5px;
  margin: 0;
}

.sociallinks li:before {
  display: none;
}

.menu .menu-item:before {
  display: none;
}

#cookie-law-info-bar span {
  font-size: 1.3rem;
}

#nav .nav__container > .row {
  margin: 0 auto;
}

#nav .menu .menu-item {
  padding: 0;
}

.slick-slider .slick-dots li {
  padding-left: 5px;
}

.slick-slider .slick-dots li:before {
  display: none;
}

.gd__post-content a.open-modal {
  margin-top: 0 !important;
}

.gd__post-content a.btn:last-of-type {
  margin-top: 5rem;
}

.section__block-quote blockquote {
  margin: 5.5rem 0 0;
}

.section__subscribe-split .row {
  background: -o-linear-gradient(top, #213b5e 30%, #089cb0 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, #213b5e),
    to(#089cb0)
  );
  background: linear-gradient(to bottom, #213b5e 30%, #089cb0 100%);
  padding: 20vh 5vh;
}

.section__subscribe-split input[type="checkbox"] {
  width: auto;
  display: inline-block;
}

.section__subscribe-split label span {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: white;
  font-size: 1.5rem;
}

.section__subscribe-split h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 35px;
}

.section__subscribe-split input[type="submit"] {
  float: left;
}

@media (min-width: 992px) {
  .page-id-2375 .textimageblock__image {
    margin-top: 115px;
  }
}

.section__subscribe-split h1 span {
  display: block;
  color: #089cb0;
}

.section__subscribe-split p {
  color: white;
  margin-top: 20px;
}

.newsletter-icons {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsletter-icons__holder {
  -ms-flex-preferred-size: calc(50% - 1rem);
  flex-basis: calc(50% - 1rem);
  margin-bottom: 2rem;
}

.section__subscribe-split .contact-split__form-wrapper {
  margin-top: 2rem;
}

.section__contact-split .contact-split__form {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .newsletter-icons__holder {
    -ms-flex-preferred-size: calc(25% - 1rem);
    flex-basis: calc(25% - 1rem);
    margin-bottom: 0;
  }

  .section__subscribe-split .row {
    padding: 30vh 55px 20vh;
  }

  .section__subscribe-split h1 {
    font-size: 45px;
  }

  .section__subscribe-split .contact-split__form-wrapper {
    margin-top: 0;
  }

  .section__subscribe-split label span {
    font-size: 100%;
  }
}

.section__subscribe-split div.wpcf7-response-output {
  border: 0 !important;
  color: white !important;
  text-align: left !important;
  margin-top: 60px !important;
}

input[name="firstname"] {
  visibility: hidden;
  height: 0;
}

input[name="lastname"] {
  visibility: hidden;
  height: 0;
}

.section__iconmodules.industry-solutions .animate-fadein {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section__iconmodules.industry-solutions .iconmodule {
    width: 25%;
    margin-bottom: 7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .section__iconmodules.industry-solutions .animate-fadein {
    gap: 0;
  }
}

.iconmodule .iconmodule__image {
  height: 67px;
  width: auto;
}
/*===========================================*/
/*============Resources New 2020=============*/
/*===========================================*/
.resources__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.resources__links .btn {
  font-weight: 500;
  letter-spacing: 0.09rem;
}

.resources__links-block {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 8rem 6rem;
  background-size: cover;
}

.resources__links-block h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: inherit;
  font-size: 2.1rem;
  margin-bottom: 3.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .resources__links-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .resources__links-block h3 {
    min-height: 145px;
  }
}

.video-grid--categories ul {
  text-align: center;
}

.video-grid--categories ul li {
  display: inline-block;
  cursor: pointer;
  color: #089cb0;
  text-transform: uppercase;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  border: 2px solid;
  padding-left: 0;
  padding: 5px 20px;
  border-radius: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.video-grid--categories ul li.active {
  border: 2px solid #f27c00;
}

.video-grid--categories ul li:before {
  width: 0px;
  height: 0px;
}

.comparison-table {
  padding-bottom: 8rem;
}

.comparison-table table {
  margin: auto;
  position: relative;
}

.comparison-table table th {
  padding-bottom: 32px;
}

.comparison-table table th:first-of-type {
  color: #089cb5;
}

.comparison-table table td {
  border: 1px solid lightgray;
  padding: 5px;
  text-align: center;
}

.comparison-table table th {
  text-align: center;
  min-width: 165px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
}

.comparison-table table th:first-of-type {
  text-align: left;
}

.comparison-table table tr td:first-of-type {
  border-left: 0;
  text-align: left;
  padding-right: 20px;
  padding-left: 5px;
}

.comparison-table table tr td:last-of-type {
  border-right: 0;
}

.comparison-table tbody tr:nth-of-type(1) td,
.comparison-table tbody tr:nth-of-type(5) td,
.comparison-table tbody tr:nth-of-type(13) td,
.comparison-table tbody tr:nth-of-type(17) td {
  border: 0;
}

.comparison-table tbody tr td:nth-of-type(2),
.comparison-table tbody tr td:nth-of-type(3),
.comparison-table tbody tr td:nth-of-type(4),
.comparison-table tbody tr td:nth-of-type(5) {
  min-width: 175px;
}

.comparison-table tbody tr td:nth-of-type(2) {
  color: #6a3805;
  font-weight: 500;
}

.comparison-table tbody tr td:nth-of-type(3) {
  color: #656363;
  font-weight: 500;
}

.comparison-table tbody tr td:nth-of-type(4) {
  color: #917f27;
  font-weight: 500;
}

.comparison-table tbody tr td:nth-of-type(5) {
  color: #917f27;
  font-weight: 500;
}

.comparison-table .hidden-desktop {
  text-align: left;
}

.reference-table .hidden-desktop {
  text-align: center;
}

.reference-table .hidden-desktop a,
.comparison-table .hidden-desktop a {
  text-align: center;
  display: inline-block;
  color: #089cb0;
  font-weight: bold;
  text-transform: uppercase;
  border: 4px solid #f27c00;
  padding: 10px 30px;
  font-size: 1.4rem;
  border-radius: 30px;
}

.reference-table .hidden-mobile,
.comparison-table .hidden-mobile {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .reference-table .hidden-desktop,
  .comparison-table .hidden-desktop {
    display: none;
  }

  .reference-table .hidden-mobile,
  .comparison-table .hidden-mobile {
    display: block;
  }
}

.reference-table {
  padding: 0 10% 5rem;
}

.reference-table td {
  vertical-align: top;
  font-size: 14px;
  border: 1px solid lightgray;
}

.reference-table th:first-of-type {
  color: #089cb0;
}

.reference-table table {
  position: relative;
}

.reference-table th {
  padding-bottom: 2rem;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
}

.reference-table tr td:first-of-type img {
  margin: 0;
  margin-bottom: 15px;
}

.reference-table thead th:nth-of-type(1),
.reference-table tr td:first-of-type {
  max-width: 170px;
  padding: 30px 5px;
  border-left: 0;
}

.reference-table tr td:first-of-type span {
  display: block;
  word-wrap: break-word;
}

.reference-table tr:last-of-type td {
  border-bottom: 0;
}

.reference-table thead th:nth-of-type(2),
.reference-table tr td:nth-of-type(2) {
  padding: 30px 20px;
}

.reference-table thead tr th:nth-of-type(3),
.reference-table tr td:nth-of-type(3) {
  width: 250px;
  padding: 30px 20px;
}

.reference-table tr td:nth-of-type(4) {
  padding: 30px 20px;
}

.reference-table tr td:nth-of-type(5) {
  padding: 30px 20px;
}

.reference-table tr td:nth-of-type(6) {
  border-right: 0;
  padding: 30px 10px;
  min-width: 110px;
}

.reference-table ul li {
  padding-left: 20px;
  z-index: -1;
  position: relative;
}

.reference-table ul li:before {
  content: "•";
  color: #089cb0;
  background: none;
  top: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-isv-mpp-reference-table .section__heading span {
  color: #213b5e;
}

.page-isv-mpp-reference-table .section__textblock p {
  text-align: left;
}

.hubspot-form-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 500;
  overflow-y: scroll;
}

.hubspot-form-modal-content {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#213b5e),
    to(#089cb0)
  );
  background: -o-linear-gradient(left, #213b5e 0%, #089cb0 100%);
  background: linear-gradient(to right, #213b5e 0%, #089cb0 100%);

  width: 95%;
  margin: 5% auto;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  padding: 5rem 5%;
}

.close-btn {
  color: white;
  font-size: 42px;
  position: absolute;
  top: 17px;
  right: 26px;
  z-index: 999;
  cursor: pointer;
}

.legal-consent-container {
  color: white;
  font-size: 15px;
}

.hbspt-form .hs-form:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hbspt-form .hs-form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hubspot-form-modal-content {
    width: 70%;
  }
  .close-btn {
    right: 56px;
  }

  .hs-form-field {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
}

.hbspt-form label {
  color: white;
  margin-bottom: 10px;
  padding-left: 10px;
}

.hs-input {
  visibility: visible !important;
  height: auto !important;
}

.hs-form-booleancheckbox label input {
  display: inline-block;
  float: none;
  width: auto;
}

.hs-form-booleancheckbox label span {
  display: inline-block;
}

.hs-button {
  font-size: 16px !important;
  padding: 1em 3em !important;
  height: auto !important;
  margin-top: 20px;
}

.hs-form-booleancheckbox {
  padding-left: 0;
}

.hs-form-booleancheckbox:before {
  background: none;
  display: none;
}

.vimeo-wrapper {
  position: relative;
}

.vimeo-wrapper-frame {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-gradient-overlay {
  background: linear-gradient(to bottom, #213b5e 0%, #089cb0 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
}

.video-hero-text {
  position: absolute;
  bottom: 10%;
  color: white;
  width: 100%;
}

@keyframes expand {
  0% {
    height: 120px;
    width: 120px;
  }

  50% {
    height: 202px;
    width: 224px;
  }

  100% {
    height: 285px;
    width: 567px;
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.video-hero-text h2 {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
}

.video-hero-text span {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 2rem;
}

.video-hero-text a {
  display: inline-block;
}

.video-hero-inner-text {
  max-width: 100%;
  position: relative;
  padding: 6rem 4rem;
  margin-left: 0rem;
  overflow: hidden;
}

.right-corner-top-top {
  margin: 0;
  height: 5px;
  background: white;
  width: 25px;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
}

.right-corner-top-right {
  margin: 0;
  width: 5px;
  background: white;
  height: 25px;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
}

.right-corner-bottom-bottom {
  margin: 0;
  height: 5px;
  background: white;
  width: 25px;
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
}

.right-corner-bottom-right {
  margin: 0;
  width: 5px;
  background: white;
  height: 25px;
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
}

.left-corner-bottom-bottom {
  margin: 0;
  height: 5px;
  background: white;
  width: 25px;
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
}

.left-corner-bottom-left {
  margin: 0;
  width: 5px;
  background: white;
  height: 25px;
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
}

.left-corner-top-top {
  margin: 0;
  height: 5px;
  background: white;
  width: 25px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
}

.left-corner-top-left {
  margin: 0;
  width: 5px;
  background: white;
  height: 25px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 1200px) {
  .video-hero-inner-text {
    max-width: 60%;
    margin-left: 3rem;
    animation: expand 2s cubic-bezier(0.62, -0.15, 0.49, 1.2);
  }

  .video-hero-text h2 {
    font-size: 2.9vw;
  }

  .video-hero-inner {
    animation: scale 2s cubic-bezier(0.62, -0.15, 0.49, 1.2) forwards;
    animation-delay: 2s;
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .page-id-2375 .textimageblock__image {
    margin-top: 115px;
  }
}

.tag-link {
  display: inline-block;
  cursor: pointer;
  color: #089cb0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  border: 2px solid;
  padding-left: 0;
  padding: 5px 20px;
  border-radius: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.tag-link.active {
  border: 2px solid #f27c00;
}

.tag-link:hover {
  background-color: #f27c00;
  color: white;
}

.post_tags {
  text-align: center;
  padding: 0rem 0 5rem;
}

.case-study-filters .post_tags {
  padding-top: 0;
}

.tag-link {
  margin-bottom: 1rem;
}

.section__textimageblock.logo-block .textimageblock__image {
  margin-top: 100px;
  height: 150px;
}

.page-success-stories .alm-btn-wrap {
  text-align: center;
  margin-bottom: 9rem;
}

.page-success-stories .alm-load-more-btn {
  color: #089cb0;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 22px;
  border: 3px solid #f27c00;
  padding: 8px 16px;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

#ajax-load-more {
  width: 100%;
}

.icons--solutions {
  display: flex;
  flex-direction: row;
}
