@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#menu-toggle {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 32px;
  height: 30px;
  cursor: pointer;
  top: 22px;
  right: 20px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  #menu-toggle {
    display: block;
  }
}
#menu-toggle.active {
  position: fixed;
}
#menu-toggle.active span {
  width: 0;
}
#menu-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#menu-toggle.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#menu-toggle.active span::before, #menu-toggle.active span::after {
  background: #fff;
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
#menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#menu-toggle span:before {
  top: -8px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
#menu-toggle span:after {
  bottom: -8px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
#menu-toggle span:before, #menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 3px;
  left: 0;
  background-color: #fff;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.page-template-default .btn, .page-template-default .button,
.page-template-page-asx .btn,
.page-template-page-asx .button,
.page-template-page-flexible .btn,
.page-template-page-flexible .button {
  width: 278px;
  height: 60px;
  border: 1px solid #09a1ff;
  background-color: #09a1ff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  display: block;
  padding: 12px 10px;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  transition: all 400ms ease-in-out;
  -webkit-appearance: none;
}
.page-template-default .btn.btn-outline, .page-template-default .button.btn-outline,
.page-template-page-asx .btn.btn-outline,
.page-template-page-asx .button.btn-outline,
.page-template-page-flexible .btn.btn-outline,
.page-template-page-flexible .button.btn-outline {
  background: none;
  color: inherit;
}
.page-template-default .btn.btn-center, .page-template-default .button.btn-center,
.page-template-page-asx .btn.btn-center,
.page-template-page-asx .button.btn-center,
.page-template-page-flexible .btn.btn-center,
.page-template-page-flexible .button.btn-center {
  margin-left: auto;
  margin-right: auto;
}
.page-template-default .btn:hover, .page-template-default .button:hover,
.page-template-page-asx .btn:hover,
.page-template-page-asx .button:hover,
.page-template-page-flexible .btn:hover,
.page-template-page-flexible .button:hover {
  background-color: #1197d4;
  border-color: #1197d4;
}
.page-template-default .btn.btn-dark, .page-template-default .button.btn-dark,
.page-template-page-asx .btn.btn-dark,
.page-template-page-asx .button.btn-dark,
.page-template-page-flexible .btn.btn-dark,
.page-template-page-flexible .button.btn-dark {
  background-color: #006eb1;
  border-color: #006eb1;
}
.page-template-default .btn.btn-dark:hover, .page-template-default .button.btn-dark:hover,
.page-template-page-asx .btn.btn-dark:hover,
.page-template-page-asx .button.btn-dark:hover,
.page-template-page-flexible .btn.btn-dark:hover,
.page-template-page-flexible .button.btn-dark:hover {
  background-color: #1197d4;
  border-color: #1197d4;
}

.infusion-form {
  position: relative;
}
.infusion-form.loading:before {
  content: "Sending...";
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 161, 255, 0.5);
  left: 0;
  top: 0;
}
.infusion-form small {
  font-size: 12px;
  color: #01073F;
}

.donation-box {
  width: 100%;
  padding: 12px 15px 10px 270px;
  border-radius: 5px;
  border: 1px solid #e5476e;
  background-color: #ffffff;
  position: relative;
  margin-top: 10px;
  color: #52294d;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.18px;
  line-height: 20px;
  max-width: 290px;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .donation-box {
    padding-left: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .donation-box {
    max-width: none;
  }
}
.donation-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: 10px;
  width: 219.5px;
  height: 67px;
  /*background: url('images/mcgrath@2x.png') no-repeat;*/
  background: url("../images/proudly-supporting@2x.png") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .donation-box:before {
    position: initial;
    margin: 0 auto 15px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  padding: 0px 15px;
}

.page-template-page-video-listing .wrap,
.page-template-page-flexible .wrap {
  margin: 0 auto;
  max-width: 840px;
  padding: 0 20px;
  box-sizing: border-box;
}
.page-template-page-video-listing .main-banner,
.page-template-page-flexible .main-banner {
  position: relative;
  text-align: center;
  background-color: #01073F;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .main-banner,
.page-template-page-flexible .main-banner {
    overflow: hidden;
  }
}
.page-template-page-video-listing .main-banner .wrap,
.page-template-page-flexible .main-banner .wrap {
  max-width: 800px;
  max-width: none;
}
.page-template-page-video-listing .main-banner.small,
.page-template-page-flexible .main-banner.small {
  margin-bottom: 52px;
}
@media (max-width: 479px) {
  .page-template-page-video-listing .main-banner.small,
.page-template-page-flexible .main-banner.small {
    margin-bottom: 20px;
  }
}
.page-template-page-video-listing .main-banner.small .content-hold,
.page-template-page-flexible .main-banner.small .content-hold {
  height: 160px;
}
.page-template-page-video-listing .main-banner.small .content-hold .text-hold h1,
.page-template-page-flexible .main-banner.small .content-hold .text-hold h1 {
  font-size: 35px;
  line-height: 45px;
  margin: 0;
}
.page-template-page-video-listing .main-banner.small .content-hold .text-hold p,
.page-template-page-flexible .main-banner.small .content-hold .text-hold p {
  display: none;
}
.page-template-page-video-listing .main-banner .content-hold,
.page-template-page-flexible .main-banner .content-hold {
  height: 340px;
  display: flex;
  align-items: center;
}
.page-template-page-video-listing .main-banner .content-hold .text-hold,
.page-template-page-flexible .main-banner .content-hold .text-hold {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-template-page-video-listing .main-banner .content-hold .text-hold h1,
.page-template-page-flexible .main-banner .content-hold .text-hold h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  margin: 0 0 26px;
  color: #fff;
}
@media (max-width: 479px) {
  .page-template-page-video-listing .main-banner .content-hold .text-hold h1,
.page-template-page-flexible .main-banner .content-hold .text-hold h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
.page-template-page-video-listing .main-banner .content-hold .text-hold p,
.page-template-page-flexible .main-banner .content-hold .text-hold p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 800px;
  color: #fff;
}
.page-template-page-video-listing .main-banner .content-hold .text-hold p:last-of-type,
.page-template-page-flexible .main-banner .content-hold .text-hold p:last-of-type {
  margin-bottom: 0;
}
.page-template-page-video-listing .main-banner .content-hold .text-hold .text-part,
.page-template-page-flexible .main-banner .content-hold .text-hold .text-part {
  display: flex;
  justify-content: center;
}
.page-template-page-video-listing .main-banner .media,
.page-template-page-flexible .main-banner .media {
  display: none;
}
@media (min-width: 1024px) and (min-height: 600px) {
  .page-template-page-video-listing .main-banner .media,
.page-template-page-flexible .main-banner .media {
    height: 100vh;
  }
  .page-template-page-video-listing .main-banner .media figure img, .page-template-page-video-listing .main-banner .media video,
.page-template-page-flexible .main-banner .media figure img,
.page-template-page-flexible .main-banner .media video {
    max-width: none;
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
}
.page-template-page-video-listing .main-banner .media figure img,
.page-template-page-flexible .main-banner .media figure img {
  max-width: none;
  width: 100%;
}
.page-template-page-video-listing .main-banner .media figure img.mobile,
.page-template-page-flexible .main-banner .media figure img.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .main-banner .media figure,
.page-template-page-flexible .main-banner .media figure {
    overflow: hidden;
  }
  .page-template-page-video-listing .main-banner .media figure img,
.page-template-page-flexible .main-banner .media figure img {
    width: 130%;
    height: auto;
  }
}
@media (max-height: 599px) {
  .page-template-page-video-listing .main-banner .media figure,
.page-template-page-flexible .main-banner .media figure {
    overflow: hidden;
  }
  .page-template-page-video-listing .main-banner .media figure img,
.page-template-page-flexible .main-banner .media figure img {
    width: 130%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-template-page-video-listing .main-banner .media,
.page-template-page-flexible .main-banner .media {
    width: 160%;
    position: absolute;
    top: 0;
    left: -30%;
    z-index: -1;
  }
}
@media (max-width: 479px) {
  .page-template-page-video-listing .main-banner.has-mobile-image .wrap,
.page-template-page-flexible .main-banner.has-mobile-image .wrap {
    height: 100%;
    position: relative;
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .content-hold,
.page-template-page-flexible .main-banner.has-mobile-image .content-hold {
    position: absolute;
    padding-bottom: 20vw;
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .content-hold .text-hold,
.page-template-page-flexible .main-banner.has-mobile-image .content-hold .text-hold {
    max-width: 90%;
    margin: 0 5%;
    position: relative;
    height: 100%;
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .content-hold .text-hold h1,
.page-template-page-flexible .main-banner.has-mobile-image .content-hold .text-hold h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 6.7vw;
    line-height: 13vw;
    margin-top: 2vw;
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .content-hold .text-hold h1 em,
.page-template-page-flexible .main-banner.has-mobile-image .content-hold .text-hold h1 em {
    font-size: 19vw;
    margin-left: 3vw;
    line-height: 15vw;
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .content-hold .text-hold h1 span i,
.page-template-page-flexible .main-banner.has-mobile-image .content-hold .text-hold h1 span i {
    height: 3vw;
    top: 4vw;
    width: calc(100% + 2vw);
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .content-hold .text-hold.no-text h1,
.page-template-page-flexible .main-banner.has-mobile-image .content-hold .text-hold.no-text h1 {
    top: auto;
    bottom: 0;
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .content-hold .text-hold .text-part,
.page-template-page-flexible .main-banner.has-mobile-image .content-hold .text-hold .text-part {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .content-hold .text-hold p,
.page-template-page-flexible .main-banner.has-mobile-image .content-hold .text-hold p {
    font-size: 6vw;
    line-height: 8vw;
    max-width: none;
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .media,
.page-template-page-flexible .main-banner.has-mobile-image .media {
    width: 100%;
    position: initial;
    margin-top: -12vw;
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .media figure img.desktop,
.page-template-page-flexible .main-banner.has-mobile-image .media figure img.desktop {
    display: none;
  }
  .page-template-page-video-listing .main-banner.has-mobile-image .media figure img.mobile,
.page-template-page-flexible .main-banner.has-mobile-image .media figure img.mobile {
    width: 100%;
    display: block;
  }
}
.page-template-page-video-listing .text-image-block .row,
.page-template-page-flexible .text-image-block .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-image-block .row,
.page-template-page-flexible .text-image-block .row {
    flex-direction: column;
  }
}
.page-template-page-video-listing .text-image-block .row .column-image,
.page-template-page-flexible .text-image-block .row .column-image {
  width: 55%;
  box-sizing: border-box;
  padding-right: 70px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-image-block .row .column-image,
.page-template-page-flexible .text-image-block .row .column-image {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-image-block .row .column-image,
.page-template-page-flexible .text-image-block .row .column-image {
    width: 100%;
    padding-right: 0;
  }
}
.page-template-page-video-listing .text-image-block .row .column-data,
.page-template-page-flexible .text-image-block .row .column-data {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-image-block .row .column-data,
.page-template-page-flexible .text-image-block .row .column-data {
    width: 100%;
  }
}
.page-template-page-video-listing .text-image-block .row .column-data h2,
.page-template-page-flexible .text-image-block .row .column-data h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-image-block .row .column-data h2,
.page-template-page-flexible .text-image-block .row .column-data h2 {
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 32px;
  }
}
@media (max-width: 374px) {
  .page-template-page-video-listing .text-image-block .row .column-data h2,
.page-template-page-flexible .text-image-block .row .column-data h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 26px;
  }
}
.page-template-page-video-listing .text-image-block .row .column-data p,
.page-template-page-flexible .text-image-block .row .column-data p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-image-block .row .column-data p,
.page-template-page-flexible .text-image-block .row .column-data p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 21px;
  }
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-image-block .row .column-data .btn,
.page-template-page-flexible .text-image-block .row .column-data .btn {
    margin-top: 10px;
  }
}
.page-template-page-video-listing .text-image-block.image-right .row,
.page-template-page-flexible .text-image-block.image-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-image-block.image-right .row,
.page-template-page-flexible .text-image-block.image-right .row {
    flex-direction: column;
  }
}
.page-template-page-video-listing .text-image-block.image-right .row .column-image,
.page-template-page-flexible .text-image-block.image-right .row .column-image {
  padding-left: 70px;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-image-block.image-right .row .column-image,
.page-template-page-flexible .text-image-block.image-right .row .column-image {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-image-block.image-right .row .column-image,
.page-template-page-flexible .text-image-block.image-right .row .column-image {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.page-template-page-video-listing .text-block,
.page-template-page-flexible .text-block {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-block,
.page-template-page-flexible .text-block {
    padding: 60px 0;
  }
}
@media (max-width: 479px) {
  .page-template-page-video-listing .text-block,
.page-template-page-flexible .text-block {
    padding: 40px 0 30px;
  }
}
.page-template-page-video-listing .text-block .subtitle,
.page-template-page-flexible .text-block .subtitle {
  color: #09a1ff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.page-template-page-video-listing .text-block h2,
.page-template-page-flexible .text-block h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 53px;
  margin: 0 0 25px;
  padding-bottom: 16px;
  text-align: center;
  color: #080040;
  position: relative;
}
.page-template-page-video-listing .text-block h2:after,
.page-template-page-flexible .text-block h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 2px;
  margin-left: -27px;
  background: #09a1ff;
  opacity: 0.3;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-block h2,
.page-template-page-flexible .text-block h2 {
    font-size: 30px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-block h2,
.page-template-page-flexible .text-block h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
.page-template-page-video-listing .text-block .text-hold,
.page-template-page-flexible .text-block .text-hold {
  max-width: 980px;
  margin: 0 auto;
  color: #4a4a4a;
}
.page-template-page-video-listing .text-block .text-hold h1, .page-template-page-video-listing .text-block .text-hold h2, .page-template-page-video-listing .text-block .text-hold h3,
.page-template-page-flexible .text-block .text-hold h1,
.page-template-page-flexible .text-block .text-hold h2,
.page-template-page-flexible .text-block .text-hold h3 {
  color: #09a1ff;
}
.page-template-page-video-listing .text-block .text-hold p,
.page-template-page-flexible .text-block .text-hold p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto 30px;
  text-align: justify;
  max-width: 860px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-block .text-hold p,
.page-template-page-flexible .text-block .text-hold p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-block .text-hold p,
.page-template-page-flexible .text-block .text-hold p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 21px;
  }
}
.page-template-page-video-listing .text-block .text-hold p.lead,
.page-template-page-flexible .text-block .text-hold p.lead {
  text-align: center;
  color: #09a1ff;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  max-width: none;
  margin: 0 0 22px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-block .text-hold p.lead,
.page-template-page-flexible .text-block .text-hold p.lead {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-block .text-hold p.lead,
.page-template-page-flexible .text-block .text-hold p.lead {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-template-page-video-listing .text-block .text-hold blockquote,
.page-template-page-flexible .text-block .text-hold blockquote {
  margin: 0 auto 48px;
  color: #09a1ff;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  max-width: 860px;
}
.page-template-page-video-listing .text-block .text-hold blockquote p,
.page-template-page-flexible .text-block .text-hold blockquote p {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-block .text-hold blockquote,
.page-template-page-flexible .text-block .text-hold blockquote {
    font-size: 20px;
    line-height: 30px;
  }
  .page-template-page-video-listing .text-block .text-hold blockquote p,
.page-template-page-flexible .text-block .text-hold blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-block .text-hold blockquote,
.page-template-page-flexible .text-block .text-hold blockquote {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .page-template-page-video-listing .text-block .text-hold blockquote p,
.page-template-page-flexible .text-block .text-hold blockquote p {
    font-size: 18px;
    line-height: 25px;
  }
}
.page-template-page-video-listing .text-block .text-hold blockquote.large,
.page-template-page-flexible .text-block .text-hold blockquote.large {
  font-style: normal;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  max-width: 580px;
}
.page-template-page-video-listing .text-block .text-hold blockquote.large p,
.page-template-page-flexible .text-block .text-hold blockquote.large p {
  font-style: normal;
  font-size: 35px;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-block .text-hold blockquote.large,
.page-template-page-flexible .text-block .text-hold blockquote.large {
    font-size: 30px;
    line-height: 35px;
  }
  .page-template-page-video-listing .text-block .text-hold blockquote.large p,
.page-template-page-flexible .text-block .text-hold blockquote.large p {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-block .text-hold blockquote.large,
.page-template-page-flexible .text-block .text-hold blockquote.large {
    font-size: 20px;
    line-height: 30px;
  }
  .page-template-page-video-listing .text-block .text-hold blockquote.large p,
.page-template-page-flexible .text-block .text-hold blockquote.large p {
    font-size: 20px;
    line-height: 30px;
  }
}
.page-template-page-video-listing .text-block .text-hold .narrow,
.page-template-page-flexible .text-block .text-hold .narrow {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-video-listing .text-block .text-hold ul,
.page-template-page-flexible .text-block .text-hold ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 auto 30px;
}
.page-template-page-video-listing .text-block .text-hold ul:last-child,
.page-template-page-flexible .text-block .text-hold ul:last-child {
  margin-bottom: 0;
}
.page-template-page-video-listing .text-block .text-hold ul li,
.page-template-page-flexible .text-block .text-hold ul li {
  padding-left: 44px;
  margin: 0 0 20px;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}
.page-template-page-video-listing .text-block .text-hold ul li:last-child,
.page-template-page-flexible .text-block .text-hold ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-block .text-hold ul li,
.page-template-page-flexible .text-block .text-hold ul li {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-block .text-hold ul li,
.page-template-page-flexible .text-block .text-hold ul li {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.page-template-page-video-listing .text-block .text-hold ul li:last-child,
.page-template-page-flexible .text-block .text-hold ul li:last-child {
  margin-bottom: 0;
}
.page-template-page-video-listing .text-block .text-hold ul li:before,
.page-template-page-flexible .text-block .text-hold ul li:before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  top: 1px;
  left: 0;
  position: absolute;
  background: url("../images/list-checkmark.svg") no-repeat;
  background-size: contain;
}
.page-template-page-video-listing .text-block .text-hold h3, .page-template-page-video-listing .text-block .text-hold h4,
.page-template-page-flexible .text-block .text-hold h3,
.page-template-page-flexible .text-block .text-hold h4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
.page-template-page-video-listing .text-block .text-hold h3,
.page-template-page-flexible .text-block .text-hold h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin: 25px 0;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-block .text-hold h3,
.page-template-page-flexible .text-block .text-hold h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-block .text-hold h3,
.page-template-page-flexible .text-block .text-hold h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page-template-page-video-listing .text-block .text-hold .btn,
.page-template-page-flexible .text-block .text-hold .btn {
  margin: 0 auto;
}
.page-template-page-video-listing .text-block .text-hold .wp-video,
.page-template-page-flexible .text-block .text-hold .wp-video {
  width: 100% !important;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.page-template-page-video-listing .text-block .text-hold iframe,
.page-template-page-flexible .text-block .text-hold iframe {
  width: 100%;
  height: 446px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .text-block .text-hold iframe,
.page-template-page-flexible .text-block .text-hold iframe {
    max-width: 860px;
    width: 100%;
    height: calc(55vw - 20px);
  }
}
.page-template-page-video-listing .text-block .text-hold .mejs-container,
.page-template-page-flexible .text-block .text-hold .mejs-container {
  width: 100% !important;
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-block .text-hold .mejs-container,
.page-template-page-flexible .text-block .text-hold .mejs-container {
    margin-bottom: 25px;
  }
}
.page-template-page-video-listing .text-block .text-hold .mejs-container .mejs-controls,
.page-template-page-flexible .text-block .text-hold .mejs-container .mejs-controls {
  opacity: 0;
}
.page-template-page-video-listing .text-block .text-hold .button-hold,
.page-template-page-flexible .text-block .text-hold .button-hold {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .text-block .text-hold .button-hold,
.page-template-page-flexible .text-block .text-hold .button-hold {
    flex-direction: column;
  }
}
.page-template-page-video-listing .text-block .text-hold .button-hold .button,
.page-template-page-flexible .text-block .text-hold .button-hold .button {
  width: auto;
  margin: 0 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-page-video-listing .form-block,
.page-template-page-flexible .form-block {
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .form-block,
.page-template-page-flexible .form-block {
    padding: 40px 0;
  }
}
.page-template-page-video-listing .form-block .wrap,
.page-template-page-flexible .form-block .wrap {
  max-width: 500px;
}
.page-template-page-video-listing .form-block .wrap h2,
.page-template-page-flexible .form-block .wrap h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  color: #080040;
  margin: 0 0 22px;
}
.page-template-page-video-listing .form-block .wrap p,
.page-template-page-flexible .form-block .wrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  color: #4a4a4a;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme {
  max-width: 800px;
  margin: 0 auto;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=color], .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=date], .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=datetime-local],
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=datetime], .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=email],
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=month], .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=number], .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=password],
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=search], .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=tel], .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=text], .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=time],
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=url], .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input[type=week], .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme select, .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme textarea,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=color],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=date],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=datetime-local],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=datetime],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=email],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=month],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=number],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=password],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=search],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=tel],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=text],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=time],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=url],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input[type=week],
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme select,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme textarea {
  border: 1px solid #09a1ff;
  background: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
  padding: 17px 18px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
@media only screen and (max-width: 641px) {
  .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
  }
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gform_fields,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gfield textarea.medium,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 145px;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gsection_title,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gsection_title {
  text-align: left;
  margin: 0;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gform_footer,
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gform_page_footer,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gform_footer,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gform_footer .button,
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gform_page_footer .button,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gform_footer .button,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gform_page_footer .button {
  cursor: pointer;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme select,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
  background: url("../images/arrow-down.svg") no-repeat 96% 19px;
  background-size: 25px;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gform_validation_errors,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gform_validation_errors {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-align: left;
  padding: 0 0 0 34px;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gform_validation_errors > h2,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  line-height: 20px;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  left: 0;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .ginput_container_consent,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .ginput_container_consent {
  text-align: left;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .ginput_container_consent .gfield_required_text,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .ginput_container_consent .gfield_required_text {
  display: none;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gfield_radio,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gfield_radio .gchoice,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  width: 50%;
  text-align: left;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme #field_1_9,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme #field_1_9 {
  text-align: left;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme #field_1_9 .gfield_label,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme #field_1_9 .gfield_label {
  font-size: 14px;
  font-weight: 400;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme #field_1_9 .gform_fileupload_rules,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme #field_1_9 .gform_fileupload_rules {
  display: none;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .gfield_validation_message,
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .validation_message,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .gfield_validation_message,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .validation_message {
  border: none;
  background: none;
  text-align: left;
  padding: 0;
  margin: 0;
  padding-top: 6px;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .StripeElement,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .StripeElement {
  background: none;
  border: 1px solid #09a1ff;
  height: 60px;
  padding: 20px 20px;
}
.page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .btn, .page-template-page-video-listing .form-block .gform_wrapper.gravity-theme .button,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .btn,
.page-template-page-flexible .form-block .gform_wrapper.gravity-theme .button {
  font-size: 22px;
  font-weight: 500;
  width: 100%;
}
.page-template-page-video-listing .form-block.template-payment h2,
.page-template-page-flexible .form-block.template-payment h2 {
  margin: 0 0 39px;
}
.page-template-page-video-listing .form-block.template-payment h2 strong,
.page-template-page-flexible .form-block.template-payment h2 strong {
  color: #09a1ff;
}
.page-template-page-video-listing .form-block.template-payment .text p,
.page-template-page-flexible .form-block.template-payment .text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  color: #4a4a4a;
}
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme,
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme {
  max-width: none;
  margin-top: 55px;
  margin-bottom: 23px;
}
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme .gform_fields,
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 15px;
}
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme .gform_fields .gfield:first-of-type .gsection_title,
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme .gform_fields .gfield:first-of-type .gsection_title {
  margin-top: 0;
}
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme .gsection_title,
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme .gsection_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 49px 0 0;
}
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=color], .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=date], .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=datetime-local],
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=datetime], .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=email],
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=month], .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=number], .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=password],
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=search], .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=tel], .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=text], .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=time],
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=url], .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme input[type=week], .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme select, .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme textarea,
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=color],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=date],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=datetime-local],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=datetime],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=email],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=month],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=number],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=password],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=search],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=tel],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=text],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=time],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=url],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme input[type=week],
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme select,
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme textarea {
  font-size: 20px;
  font-weight: 200;
  line-height: 20px;
}
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme .btn, .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme .button,
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme .btn,
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme .button {
  background-color: #1cd6b0;
  border-color: #1cd6b0;
  height: 60px;
  width: 100%;
}
.page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme .btn:hover, .page-template-page-video-listing .form-block.template-payment .gform_wrapper.gravity-theme .button:hover,
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme .btn:hover,
.page-template-page-flexible .form-block.template-payment .gform_wrapper.gravity-theme .button:hover {
  background-color: #08ce8d;
  border-color: #08ce8d;
}
.page-template-page-video-listing .form-block.template-payment .secure-title,
.page-template-page-flexible .form-block.template-payment .secure-title {
  text-align: center;
  color: #8f8d8d;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .form-block.template-payment .secure-title,
.page-template-page-flexible .form-block.template-payment .secure-title {
    font-size: 13px;
  }
}
.page-template-page-video-listing .form-block.template-payment .payment-info,
.page-template-page-flexible .form-block.template-payment .payment-info {
  display: flex;
  justify-content: center;
}
.page-template-page-video-listing .form-block.template-payment .payment-info img,
.page-template-page-flexible .form-block.template-payment .payment-info img {
  margin: 0 6px;
}
.page-template-page-video-listing .form-block.template-small h2,
.page-template-page-flexible .form-block.template-small h2 {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .form-block.template-small h2,
.page-template-page-flexible .form-block.template-small h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.page-template-page-video-listing .form-block.template-small h2 strong,
.page-template-page-flexible .form-block.template-small h2 strong {
  color: #09a1ff;
}
.page-template-page-video-listing .form-block.template-small .text,
.page-template-page-flexible .form-block.template-small .text {
  max-width: 595px;
  margin: 0 auto 44px;
}
.page-template-page-video-listing .form-block.template-small .text p,
.page-template-page-flexible .form-block.template-small .text p {
  font-size: 20px;
  font-weight: 200;
  line-height: 28px;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .form-block.template-small .text p,
.page-template-page-flexible .form-block.template-small .text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-template-page-video-listing .form-block.template-small .text p strong,
.page-template-page-flexible .form-block.template-small .text p strong {
  color: #09a1ff;
}
.page-template-page-video-listing .form-block.template-small .gform_wrapper.gravity-theme,
.page-template-page-flexible .form-block.template-small .gform_wrapper.gravity-theme {
  max-width: 400px;
}
.page-template-page-video-listing .form-block.template-small .gform_wrapper.gravity-theme .gform_fields,
.page-template-page-flexible .form-block.template-small .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 15px;
}
.page-template-page-video-listing .form-block.template-small .gform_wrapper.gravity-theme .button,
.page-template-page-flexible .form-block.template-small .gform_wrapper.gravity-theme .button {
  font-size: 16px;
  font-weight: 500;
}
.page-template-page-video-listing .form-block.template-small .gform_wrapper.gravity-theme .gform_page_footer,
.page-template-page-flexible .form-block.template-small .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 26px;
}
.page-template-page-video-listing .video-block,
.page-template-page-flexible .video-block {
  padding: 60px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .video-block,
.page-template-page-flexible .video-block {
    padding-bottom: 40px;
  }
}
.page-template-page-video-listing .video-block h2,
.page-template-page-flexible .video-block h2 {
  text-align: center;
  color: #0a2756;
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.51px;
  line-height: 53px;
  margin: 0 0 30px;
}
@media (max-width: 479px) {
  .page-template-page-video-listing .video-block h2,
.page-template-page-flexible .video-block h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
.page-template-page-video-listing .video-block .text-hold,
.page-template-page-flexible .video-block .text-hold {
  max-width: 660px;
  margin: 40px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .video-block .text-hold,
.page-template-page-flexible .video-block .text-hold {
    margin-top: 30px;
  }
}
.page-template-page-video-listing .video-block .text-hold p,
.page-template-page-flexible .video-block .text-hold p {
  font-size: 18px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .video-block .text-hold p,
.page-template-page-flexible .video-block .text-hold p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}
.page-template-page-video-listing .video-block .text-hold p:last-of-type,
.page-template-page-flexible .video-block .text-hold p:last-of-type {
  margin: 0;
}
.page-template-page-video-listing .video-block .video-hold,
.page-template-page-flexible .video-block .video-hold {
  position: relative;
  max-width: 778px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .page-template-page-video-listing .video-block .video-hold,
.page-template-page-flexible .video-block .video-hold {
    max-width: 660px;
  }
}
.page-template-page-video-listing .video-block .video-hold.playback .video-preview,
.page-template-page-flexible .video-block .video-hold.playback .video-preview {
  opacity: 0;
}
.page-template-page-video-listing .video-block .video-hold .video-preview,
.page-template-page-flexible .video-block .video-hold .video-preview {
  position: relative;
  z-index: 1;
  transition: opacity 400ms ease-in-out;
}
.page-template-page-video-listing .video-block .video-hold .video-preview .play-button,
.page-template-page-flexible .video-block .video-hold .video-preview .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  width: 86px;
  height: 86px;
  margin-top: -43px;
  margin-left: -43px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  background: url("../images/play-btn.svg") no-repeat center;
  background-size: contain;
}
.page-template-page-video-listing .video-block .video-hold .video-preview .play-button:after,
.page-template-page-flexible .video-block .video-hold .video-preview .play-button:after {
  content: "Watch";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -31px;
  font-family: "Montserrat", sans-serif;
  left: 0;
  color: #fff;
}
.page-template-page-video-listing .video-block .video-hold .video-preview .play-button:hover,
.page-template-page-flexible .video-block .video-hold .video-preview .play-button:hover {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
}
.page-template-page-video-listing .video-block .video-hold .video-preview img,
.page-template-page-flexible .video-block .video-hold .video-preview img {
  margin: auto;
}
.page-template-page-video-listing .video-block .video-hold .code,
.page-template-page-flexible .video-block .video-hold .code {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-video-listing .video-block .video-hold .code iframe,
.page-template-page-flexible .video-block .video-hold .code iframe {
  width: 100%;
  height: 100%;
}
.page-template-page-video-listing .links-tiles-block,
.page-template-page-flexible .links-tiles-block {
  padding: 0 0 60px;
}
.page-template-page-video-listing .links-tiles-block h2,
.page-template-page-flexible .links-tiles-block h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .links-tiles-block h2,
.page-template-page-flexible .links-tiles-block h2 {
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 32px;
  }
}
@media (max-width: 374px) {
  .page-template-page-video-listing .links-tiles-block h2,
.page-template-page-flexible .links-tiles-block h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 26px;
  }
}
.page-template-page-video-listing .links-tiles-block .links-tiles,
.page-template-page-flexible .links-tiles-block .links-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .links-tiles-block .links-tiles,
.page-template-page-flexible .links-tiles-block .links-tiles {
    margin: 0 -10px;
  }
}
.page-template-page-video-listing .links-tiles-block .links-tiles .item,
.page-template-page-flexible .links-tiles-block .links-tiles .item {
  width: 50%;
  padding: 0 20px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .page-template-page-video-listing .links-tiles-block .links-tiles .item,
.page-template-page-flexible .links-tiles-block .links-tiles .item {
    padding: 0 10px;
    margin: 0 0 30px;
  }
}
@media (max-width: 479px) {
  .page-template-page-video-listing .links-tiles-block .links-tiles .item,
.page-template-page-flexible .links-tiles-block .links-tiles .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-template-page-video-listing .links-tiles-block .links-tiles .item a,
.page-template-page-flexible .links-tiles-block .links-tiles .item a {
  display: block;
  height: 160px;
  width: 100%;
  background: #09a1ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 20px;
}
@media (max-width: 479px) {
  .page-template-page-video-listing .links-tiles-block .links-tiles .item a,
.page-template-page-flexible .links-tiles-block .links-tiles .item a {
    height: 120px;
  }
}

.page-template-page-video-listing .market-news-page {
  padding: 0 0 52px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .market-news-page {
    max-width: 622px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .page-template-page-video-listing .market-news-page {
    padding: 0 0 20px;
  }
}
.page-template-page-video-listing .market-news-page h1 {
  color: #09a1ff;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 44px;
}
@media (max-width: 479px) {
  .page-template-page-video-listing .market-news-page h1 {
    margin-bottom: 20px;
  }
}
.page-template-page-video-listing .market-news-page .market-watch-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.page-template-page-video-listing .market-news-page .market-watch-listing .item {
  margin: 0 0 67px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 12px;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .market-news-page .market-watch-listing .item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .page-template-page-video-listing .market-news-page .market-watch-listing .item {
    margin-bottom: 40px;
  }
}
.page-template-page-video-listing .market-news-page .market-watch-listing .item .hold .post-heading {
  width: 100%;
  margin: 0 0 8px;
}
.page-template-page-video-listing .market-news-page .market-watch-listing .item .hold .post-heading h2 {
  margin: 0;
  color: #09a1ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.page-template-page-video-listing .market-news-page .market-watch-listing .item .hold .post-heading h2 a {
  text-decoration: none;
}
.page-template-page-video-listing .market-news-page .market-watch-listing .item .hold .post-heading .date {
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
.page-template-page-video-listing .market-news-page .market-watch-listing .item .hold .post-row {
  display: flex;
  flex-wrap: wrap;
}
.page-template-page-video-listing .market-news-page .market-watch-listing .item .hold .post-row .video-column {
  width: 100%;
}
@media (max-width: 1023px) {
  .page-template-page-video-listing .market-news-page .market-watch-listing .item .hold .post-row .video-column {
    width: 100%;
    margin-bottom: 12px;
  }
}
.page-template-page-video-listing .market-news-page .market-watch-listing .item .hold .post-row .video-column .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.page-template-page-video-listing .market-news-page .market-watch-listing .item .hold .post-row .video-column .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-video-listing .market-news-page .market-watch-listing .item .hold .post-row .video-column .video .video-popup-link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.page-template-page-video-listing .market-news-page .button-hold {
  display: flex;
  justify-content: center;
}
.page-template-page-video-listing .market-news-page .button-hold.hidden {
  visibility: hidden;
}
.page-template-page-video-listing .market-news-page .button-hold .button.load-button {
  width: 198px;
  height: 47px;
  background: none;
  border: 1px solid #09a1ff;
  display: block;
  color: #09a1ff;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}

.page-template-page-welcome-landing .welcome-landing header {
  background: #01073F;
  padding: 20px 15px;
}
@media (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing header {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing header .logo {
    width: auto;
    float: none;
  }
}
.page-template-page-welcome-landing .welcome-landing header .logo img {
  height: 64px;
}
@media (max-width: 479px) {
  .page-template-page-welcome-landing .welcome-landing header .logo img {
    height: 45px;
  }
}
.page-template-page-welcome-landing .welcome-landing .content {
  padding: 42px 0 55px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing .content {
    padding: 35px 0 40px;
  }
}
.page-template-page-welcome-landing .welcome-landing .content h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 70px;
  color: #01073F;
  margin: 0 0 10px;
}
@media (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing .content h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .content h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.page-template-page-welcome-landing .welcome-landing .content .subtitle {
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4px;
  line-height: 38px;
  color: #0a2756;
  margin: 0 0 10px;
}
@media (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing .content .subtitle {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .content .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-template-page-welcome-landing .welcome-landing .content .video-block {
  border-radius: 18px;
  background-color: #01073F;
  max-width: 1032px;
  color: #ffffff;
  margin: 60px auto 40px;
  padding: 24px 30px 28px;
}
@media (max-width: 1439px) {
  .page-template-page-welcome-landing .welcome-landing .content .video-block {
    max-width: 800px;
  }
}
@media (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing .content .video-block {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .content .video-block {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 12px;
  }
}
.page-template-page-welcome-landing .welcome-landing .content .video-block h3 {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 38px;
  margin: 0 0 16px;
}
@media (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing .content .video-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .content .video-block h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.page-template-page-welcome-landing .welcome-landing .content .intro-text {
  max-width: 880px;
  margin: 56px auto 0;
  color: #656565;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 41px;
}
@media (max-width: 1439px) {
  .page-template-page-welcome-landing .welcome-landing .content .intro-text {
    max-width: 800px;
  }
}
@media (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing .content .intro-text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .content .intro-text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 35px;
  }
}
.page-template-page-welcome-landing .welcome-landing .steps-block {
  padding: 63px 0 100px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(241, 251, 255, 0.68);
}
@media (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block {
    padding: 50px 0 80px;
  }
}
.page-template-page-welcome-landing .welcome-landing .steps-block .container {
  max-width: 1420px;
}
.page-template-page-welcome-landing .welcome-landing .steps-block h2 {
  color: #0a2756;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4px;
  line-height: 38px;
  margin: 0 0 12px;
}
@media (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-template-page-welcome-landing .welcome-landing .steps-block .subtitle {
  color: #656565;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 38px;
}
@media (max-width: 1024px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-template-page-welcome-landing .welcome-landing .steps-block .steps-list {
  display: flex;
  flex-wrap: wrap;
  margin: 36px -20px 40px;
  background: url("../images/steps-bg.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list {
    background-image: url("../images/steps-bg-v.svg");
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item {
  width: 33.33%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item {
    width: 100%;
  }
}
.page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .hold {
  display: flex;
  height: 30.4vw;
  flex-direction: column;
  padding: 2.8vw 0 0;
}
@media (min-width: 1440px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .hold {
    max-height: 440px;
    padding-top: 40px;
  }
}
@media (max-width: 1439px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .hold {
    padding-top: 2.2vw;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .hold {
    padding-top: 0;
    height: calc(100vw - 40px);
    justify-content: center;
  }
}
.page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .icon {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 14px;
}
@media (max-width: 1439px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .icon {
    width: 4vw;
    height: 4vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .icon {
    margin-bottom: 2vw;
    width: 10vw;
    height: 10vw;
  }
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item h3 {
  font-size: 37px;
  font-weight: 900;
  line-height: 42px;
  color: #01073f;
  margin: 0 0 10px;
}
@media (max-width: 1439px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item h3 {
    font-size: 2.5vw;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item h3 {
    font-size: 5vw;
  }
}
.page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .text-hold {
  padding: 0 4.2vw;
}
@media (min-width: 1440px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .text-hold {
    padding: 0 60px;
  }
}
@media (max-width: 1439px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .text-hold {
    padding: 0 6vw;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .text-hold {
    padding: 0 12vw;
  }
}
.page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .text-hold p {
  color: #656565;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
}
@media (max-width: 1439px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .text-hold p {
    font-size: 1.35vw;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .steps-block .steps-list .item .text-hold p {
    font-size: 3vw;
    line-height: 1.5;
  }
}
.page-template-page-welcome-landing .welcome-landing .btn {
  width: 365px;
  height: 57px;
  border-radius: 25px;
  background-color: #1cd6b0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  padding: 12px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .page-template-page-welcome-landing .welcome-landing .btn {
    width: 100%;
    max-width: 340px;
    height: 52px;
    font-size: 20px;
    line-height: 28px;
  }
}

.page-content {
  min-height: calc(100vh - 78px - 288px);
  box-sizing: border-box;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .page-content {
    padding: 40px 0;
  }
}
@media (max-width: 479px) {
  .page-content {
    padding: 30px 0;
  }
}
.page-content .container {
  max-width: 950px;
}
.page-content a {
  color: #09a1ff;
}
.page-content h1 {
  color: #0a2756;
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.51px;
  line-height: 53px;
  margin: 0 0 18px;
}
@media (max-width: 479px) {
  .page-content h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
.page-content h2 {
  color: #0a2756;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: 45px;
  margin: 50px 0 16px;
}
@media (max-width: 479px) {
  .page-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin: 35px 0 10px;
  }
}
.page-content h3 {
  color: #0a2756;
  font-size: 29px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.35px;
  line-height: 37px;
  text-align: left;
  margin: 50px 0 16px;
}
@media (max-width: 479px) {
  .page-content h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 35px 0 10px;
  }
}
.page-content h4 {
  color: #0a2756;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 32px;
  margin: 50px 0 16px;
}
@media (max-width: 479px) {
  .page-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 35px 0 10px;
  }
}
.page-content p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.17px;
  line-height: 24px;
  margin: 0 0 24px;
}
.page-content p.lead {
  font-size: 16px;
  letter-spacing: 0.19px;
  line-height: 30px;
  margin: 0 0 35px;
}
.page-content blockquote {
  margin: 58px 30px;
}
@media (max-width: 479px) {
  .page-content blockquote {
    margin: 35px 10px;
  }
}
.page-content blockquote,
.page-content blockquote p {
  text-align: center;
  color: #0a2756;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.27px;
  line-height: 30px;
}
@media (max-width: 479px) {
  .page-content blockquote,
.page-content blockquote p {
    font-size: 18px;
    line-height: 25px;
  }
}
.page-content .button-hold.accept {
  display: flex;
  justify-content: space-between;
  margin: 30px -15px 0;
}
.page-content .button-hold.accept p, .page-content .button-hold.accept br {
  display: none;
}
.page-content .button-hold.accept .button {
  box-sizing: border-box;
  width: calc(100% - 30px);
  max-width: calc(50% - 30px);
  margin: 0 15px 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border-color: #31a1ff;
  background: #31a1ff;
  display: block;
  color: #fff;
  height: 54px;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
}
.page-content .button-hold.accept .button.dark {
  border-color: #01073e;
  background: #01073e;
}
@media (max-width: 767px) {
  .page-content .button-hold.accept {
    flex-direction: column-reverse;
    align-items: center;
  }
  .page-content .button-hold.accept .button {
    max-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}

.page-contact {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .page-contact {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-contact {
    padding: 40px 0;
  }
}
@media (max-width: 479px) {
  .page-contact {
    padding: 30px 0;
  }
}
.page-contact h1 {
  color: #000000;
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.51px;
  line-height: 53px;
  margin: 0 0 20px;
}
@media (max-width: 479px) {
  .page-contact h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
.page-contact p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.19px;
  line-height: 30px;
  margin: 0 auto 30px;
  max-width: 745px;
}
.page-contact .form-hold {
  position: relative;
  padding: 12px 0px 0;
}
.page-contact .form-hold address {
  position: absolute;
  right: 60px;
  top: 14px;
  font-style: normal;
  color: #0a2756;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 1139px) {
  .page-contact .form-hold address {
    right: 2%;
  }
}
@media (max-width: 1023px) {
  .page-contact .form-hold address {
    position: initial;
    max-width: 490px;
    margin: 40px auto 0;
  }
}
.page-contact .form-hold address h4 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}
.page-contact .form-hold address h4 + br {
  display: none;
}
.page-contact .form-hold address .phone {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 36px;
}
.page-contact .form-hold address .phone:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30.5px;
  height: 30px;
  background: url("../images/icon-phone-blue.png") no-repeat;
  background-size: contain;
}
.page-contact .form-hold address .office {
  position: relative;
  padding: 0 0 0 40px;
}
.page-contact .form-hold address .office:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 31px;
  height: 38px;
  background: url("../images/icon-location-blue.png") no-repeat;
  background-size: contain;
}
.page-contact .form-hold .gform_wrapper.gravity-theme {
  max-width: 490px;
  margin: 0 auto;
}
.page-contact .form-hold .gform_wrapper.gravity-theme input[type=color], .page-contact .form-hold .gform_wrapper.gravity-theme input[type=date], .page-contact .form-hold .gform_wrapper.gravity-theme input[type=datetime-local],
.page-contact .form-hold .gform_wrapper.gravity-theme input[type=datetime], .page-contact .form-hold .gform_wrapper.gravity-theme input[type=email],
.page-contact .form-hold .gform_wrapper.gravity-theme input[type=month], .page-contact .form-hold .gform_wrapper.gravity-theme input[type=number], .page-contact .form-hold .gform_wrapper.gravity-theme input[type=password],
.page-contact .form-hold .gform_wrapper.gravity-theme input[type=search], .page-contact .form-hold .gform_wrapper.gravity-theme input[type=tel], .page-contact .form-hold .gform_wrapper.gravity-theme input[type=text], .page-contact .form-hold .gform_wrapper.gravity-theme input[type=time],
.page-contact .form-hold .gform_wrapper.gravity-theme input[type=url], .page-contact .form-hold .gform_wrapper.gravity-theme input[type=week], .page-contact .form-hold .gform_wrapper.gravity-theme select, .page-contact .form-hold .gform_wrapper.gravity-theme textarea {
  border: 1px solid #b8b8b8;
  background: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  padding: 16px 18px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  border-radius: 5px;
}
@media only screen and (max-width: 641px) {
  .page-contact .form-hold .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1;
  }
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 15px;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 200px;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gsection_title {
  text-align: left;
  margin: 0;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gform_footer,
.page-contact .form-hold .gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  justify-content: center;
  margin: 0;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gform_footer .button,
.page-contact .form-hold .gform_wrapper.gravity-theme .gform_page_footer .button {
  cursor: pointer;
}
.page-contact .form-hold .gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
  background: url("../images/dropdown-arrow.svg") no-repeat 96% 19px;
  background-size: 25px;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gform_validation_errors {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-align: left;
  padding: 0 0 0 34px;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  line-height: 20px;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  left: 0;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .ginput_container_consent {
  text-align: left;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .ginput_container_consent .gfield_required_text {
  display: none;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  width: 50%;
  text-align: left;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .gfield_validation_message,
.page-contact .form-hold .gform_wrapper.gravity-theme .validation_message {
  border: none;
  background: none;
  text-align: left;
  padding: 0;
  margin: 0;
  padding-top: 6px;
}
.page-contact .form-hold .gform_wrapper.gravity-theme .btn, .page-contact .form-hold .gform_wrapper.gravity-theme .button {
  width: 100%;
  border-radius: 5px;
  background-color: #09a1ff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.19px;
  color: #fff;
  margin: 0;
  line-height: 20px;
  padding: 18px 20px;
}

.page-asx {
  padding: 60px 0 40px;
}
.page-asx .container {
  max-width: 1212px;
}
.page-asx h1 {
  text-align: center;
  margin: 0 0 62px;
}
@media (max-width: 767px) {
  .page-asx h1 {
    margin: 0 0 30px;
  }
}
@media (max-width: 479px) {
  .page-asx h1 {
    margin: 0 0 20px;
  }
}
.page-asx .asx-file-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}
@media (max-width: 1279px) {
  .page-asx .asx-file-list {
    margin: 0 -15px;
  }
}
.page-asx .asx-file-list .item {
  width: 33.33%;
  padding: 0 22px;
  margin: 0 0 40px;
  min-height: 178px;
}
@media (max-width: 1279px) {
  .page-asx .asx-file-list .item {
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1023px) {
  .page-asx .asx-file-list .item {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .page-asx .asx-file-list .item {
    width: 100%;
  }
}
.page-asx .asx-file-list .item .hold {
  border-radius: 13px;
  border: 1px solid #dddddd;
  position: relative;
  padding: 33px 30px;
  height: 100%;
}
.page-asx .asx-file-list .item .date {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.17px;
}
.page-asx .asx-file-list .item h2 {
  color: #0a2756;
  font-size: 23px;
  font-weight: 500;
  line-height: 38px;
  margin: 10px 0 4px;
  letter-spacing: 0;
}
.page-asx .asx-file-list .item h2 a {
  color: #0a2756;
  text-decoration: none;
}
.page-asx .asx-file-list .item .icon-pdf-download {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -11px;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: url("../images/icon-pdf@2x.png") no-repeat center;
  background-size: contain;
}

.page-directors {
  padding: 60px 0 40px;
}
.page-directors .container {
  max-width: 1212px;
}
.page-directors h1 {
  text-align: center;
  margin: 0 0 62px;
}
@media (max-width: 767px) {
  .page-directors h1 {
    margin: 0 0 30px;
  }
}
@media (max-width: 479px) {
  .page-directors h1 {
    margin: 0 0 20px;
  }
}
.page-directors .directors-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.page-directors .directors-list .item {
  width: 50%;
  padding: 0 11px;
  margin: 0 0 67px;
}
@media (max-width: 767px) {
  .page-directors .directors-list .item {
    width: 100%;
  }
}
.page-directors .directors-list .item:nth-of-type(2n) {
  padding-left: 59px;
}
@media (max-width: 1023px) {
  .page-directors .directors-list .item:nth-of-type(2n) {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .page-directors .directors-list .item:nth-of-type(2n) {
    padding-left: 11px;
  }
}
.page-directors .directors-list .item:nth-of-type(2n+1) {
  padding-right: 59px;
}
@media (max-width: 1023px) {
  .page-directors .directors-list .item:nth-of-type(2n+1) {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .page-directors .directors-list .item:nth-of-type(2n+1) {
    padding-right: 11px;
  }
}
.page-directors .directors-list .item .heading {
  border-bottom: 1px solid #1c9ad6;
  margin: 0 0 35px;
}
.page-directors .directors-list .item .heading h2 {
  color: #0a2756;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.36px;
  line-height: 38px;
  margin: 0 0 2px;
}
.page-directors .directors-list .item .heading .position {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  margin: 5px 0 11px;
}
.page-directors .directors-list .item .date {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.17px;
  margin: 0 0 15px;
}
.page-directors .directors-list .item .text p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.19px;
  line-height: 30px;
  margin: 0 0 30px;
}

.page-media {
  padding: 60px 0 40px;
}
.page-media .container {
  max-width: 1212px;
}
.page-media h1 {
  text-align: center;
  margin: 0 0 62px;
}
@media (max-width: 767px) {
  .page-media h1 {
    margin: 0 0 30px;
  }
}
@media (max-width: 479px) {
  .page-media h1 {
    margin: 0 0 20px;
  }
}
.page-media .publications-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}
@media (max-width: 1279px) {
  .page-media .publications-list {
    margin: 0 -15px;
  }
}
.page-media .publications-list .item {
  width: 33.33%;
  padding: 0 22px;
  margin: 0 0 42px;
}
@media (max-width: 1279px) {
  .page-media .publications-list .item {
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (max-width: 1023px) {
  .page-media .publications-list .item {
    width: 50%;
  }
}
@media (max-width: 639px) {
  .page-media .publications-list .item {
    width: 100%;
  }
}
.page-media .publications-list .item .hold {
  border-radius: 13px;
  border: 1px solid #dddddd;
  height: 100%;
  padding: 25px 30px;
}
.page-media .publications-list .item figure {
  height: 90px;
  padding: 15px 0 37px;
  max-width: 160px;
}
.page-media .publications-list .item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center left;
}
.page-media .publications-list .item h2 {
  color: #0a2756;
  font-size: 23px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.28px;
  line-height: 38px;
  margin: 11px 0 0;
}
.page-media .publications-list .item h2 a {
  color: #0a2756;
  text-decoration: none;
}
.page-media .publications-list .item .date {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/*# sourceMappingURL=additional-styles.css.map */
