/* ==== Vars */
body.contact-is-visible {
  overflow: hidden;
  height: 100%;
}

#quick-brochure-bar,
#quick-contact-bar {
  position: fixed;
  width: 100%;
  height: 80%;
  overflow: auto;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  z-index: -100;
}
#quick-brochure-bar .wpcf7,
#quick-contact-bar .wpcf7 {
  width: 100%;
}
#quick-brochure-bar .close-btn,
#quick-contact-bar .close-btn {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 32px;
  color: #000;
}
#quick-brochure-bar.section--tbulk,
#quick-contact-bar.section--tbulk {
  padding-top: 90px;
}
#quick-brochure-bar.contact-visible,
#quick-contact-bar.contact-visible {
  opacity: 1;
  transform: translateY(0);
  z-index: 10000;
}
@media screen and (max-width: 1000px) {
  #quick-brochure-bar .close-btn,
  #quick-contact-bar .close-btn {
    right: 25px;
  }
}

#quick-brochure-bar {
  height: 60%;
  transform: translateY(100%);
}
#quick-brochure-bar .gravity-theme {
  width: 100%;
}
#quick-brochure-bar select {
  width: 100%;
  padding: 18px 15px;
  background-color: rgba(12, 10, 58, 0.04);
}

.quick-access {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1112;
  width: 100%;
}
.quick-access.sd-only {
  display: none;
}
.quick-access.ld-only {
  display: block;
}
.quick-access ul {
  padding: 20px 0 0 0;
  display: flex;
  justify-content: flex-end;
}
.quick-access ul li {
  margin-right: 10px;
}
.quick-access ul li:last-child {
  margin-right: 0;
}
.quick-access a {
  display: flex;
  align-items: center;
  background-color: #FF2E3B;
  text-decoration: none;
  color: #FFF;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 16px;
}
.quick-access a i {
  font-size: 20px;
  margin-right: 15px;
}
.quick-access.sticky {
  display: block;
}
@media screen and (max-width: 1000px) {
  .quick-access {
    margin-right: 20px;
  }
  .quick-access.ld-only {
    display: none;
  }
  .quick-access.sd-only {
    display: block;
    position: static;
    width: auto;
    margin-left: auto;
  }
  .quick-access .container--flex {
    padding-left: 0;
    padding-right: 0;
  }
  .quick-access a {
    padding: 10px;
  }
  .quick-access a i {
    margin-right: 0;
  }
  .quick-access a span {
    display: none;
  }
}

.pagination-wrapper {
  text-align: left;
  margin: 0;
  display: flex;
  align-items: center;
}
.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1F2DB7;
  color: #FFF;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  margin-right: 10px;
}
.pagination-wrapper .page-numbers:last-child {
  margin-right: 0;
}
.pagination-wrapper .page-numbers.dots, .pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  width: auto;
  height: auto;
  position: relative;
  padding: 10px 15px;
}
.pagination-wrapper .page-numbers.dots {
  display: inline-block;
}
.pagination-wrapper .page-numbers.next {
  margin-left: 2rem;
}
.pagination-wrapper .page-numbers.prev {
  margin-right: 2rem;
}
.pagination-wrapper .page-numbers.current {
  background-color: #FF2E3B;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  .pagination-wrapper {
    display: flex;
    width: 100%;
    margin: 0;
  }
  .pagination-wrapper .page-numbers {
    display: none;
  }
  .pagination-wrapper .page-numbers.dots {
    display: none;
  }
  .pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
  .pagination-wrapper .page-numbers.next {
    margin-left: auto;
  }
}

.button {
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid;
  background-color: #1F2DB7;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-color: transparent;
  transition: all ease-in-out 0.5s;
}
.button.btn-o {
  background-color: transparent;
}
.button.btn-r {
  background-color: #FF2E3B;
}
.button.btn-b {
  background-color: #263BE6;
}
.button.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.button.download-btn img {
  margin-left: 15px;
}
.button.button-lrg {
  font-size: 22px;
  padding: 20px 25px;
  border-radius: 50px;
}
.button:hover {
  background-color: #fff;
  color: #1F2DB7;
}
.button:hover.btn-o {
  background-color: #fff;
}
.button:hover.btn-r {
  color: #FF2E3B;
  border-color: #FF2E3B;
}
.button:hover.btn-b {
  color: #263BE6;
  border-color: #263BE6;
}
.button.button__2 {
  background: #FF2E3B;
  margin-left: 10px;
}
.button.button__2:hover {
  background: #fff;
  color: #FF2E3B;
}

.back_btn {
  color: rgba(12, 10, 58, 0.5);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.back_btn img {
  margin-right: 15px;
}

.contact_form p {
  margin-bottom: 0px !important;
}
.contact_form input[type=submit], .contact_form textarea {
  font-family: "TTNormsMedium";
}
.contact_form .wpcf7-form-control-wrap {
  width: 100%;
}
.contact_form .wpcf7-form-control-wrap input[type=text], .contact_form .wpcf7-form-control-wrap input[type=email], .contact_form .wpcf7-form-control-wrap input[type=tel], .contact_form .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 20px 15px;
  background-color: rgba(12, 10, 58, 0.04);
  border: none;
}
.contact_form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact_form .wpcf7-form-control-wrap .wpcf7-acceptance label {
  display: flex;
  align-items: center;
}
.contact_form .wpcf7-form-control-wrap .wpcf7-acceptance label input[type=checkbox] {
  margin-left: 15px;
  order: 2;
}
.contact_form .wpcf7-submit {
  width: 100%;
  background-color: #263BE6;
  border-radius: 5px;
}
.contact_form .form_foot {
  margin-top: 30px;
}
.contact_form .form_foot .grid-item {
  display: flex;
  align-items: center;
}
.contact_form .form_foot .grid-item .ajax-loader {
  display: none;
}

.gform_wrapper.gravity-theme .gform_title,
.gform_wrapper .gform_title {
  font-size: 45px;
  margin-bottom: 45px;
}
.gform_wrapper.gravity-theme .gfield,
.gform_wrapper .gfield {
  margin-bottom: 1rem;
}
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_label,
.gform_wrapper label {
  font-weight: normal !important;
  margin-bottom: 8px;
}
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme .gfield_label_before_complex,
.gform_wrapper legend,
.gform_wrapper .gfield_label_before_complex {
  font-size: 18px !important;
  text-transform: none;
}
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input:not(input[type=submit]),
.gform_wrapper textarea,
.gform_wrapper input:not(input[type=submit]) {
  font-family: "TTNormsMedium";
  border: none;
  border-radius: 5px;
  text-transform: none;
  box-sizing: border-box;
  font-size: 16px;
  background-color: rgba(12, 10, 58, 0.04);
  color: #0C0A3A;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 20px !important;
}
.gform_wrapper.gravity-theme input[type=submit],
.gform_wrapper input[type=submit] {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.gform_wrapper.gravity-theme input[type=radio],
.gform_wrapper.gravity-theme input[type=checkbox],
.gform_wrapper input[type=radio],
.gform_wrapper input[type=checkbox] {
  width: 25px;
  height: 25px;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

.block-featured-workshop {
  position: relative;
  padding: 0 0 115px 0;
}
.block-featured-workshop .container {
  position: relative;
}
.block-featured-workshop .container:before {
  display: block;
  content: "";
  background: url("../images/big_blob_y.png") no-repeat right top transparent;
  position: absolute;
  right: -50px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.block-featured-workshop .block-title {
  font-size: 60px;
  color: #0C0A3A;
}
.block-featured-workshop .block-title span {
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  padding-bottom: 8px;
}
.block-featured-workshop .block-title span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../images/underline.svg") no-repeat left center transparent;
  background-size: contain;
  display: block;
  width: 100%;
  height: 8px;
}
.block-featured-workshop .block-title.title-small {
  font-size: 45px;
}
.block-featured-workshop .workshop-wrapper {
  padding: 65px 0;
}
.block-featured-workshop .title-cta .image-cta img {
  border-radius: 15px;
}
.block-featured-workshop .title-cta .cta {
  margin-top: 35px;
}
.block-featured-workshop .title-cta-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-about .feature-item,
.block-featured-workshop .workshop-item {
  overflow: hidden;
  background-color: #FFF;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
}
.block-about .feature-item div,
.block-featured-workshop .workshop-item div {
  width: 100%;
}
.block-about .feature-item .title,
.block-about .feature-item .body,
.block-about .feature-item .read-more,
.block-featured-workshop .workshop-item .title,
.block-featured-workshop .workshop-item .body,
.block-featured-workshop .workshop-item .read-more {
  padding-left: 35px;
  padding-right: 35px;
}
.block-about .feature-item .title,
.block-featured-workshop .workshop-item .title {
  font-size: 30px;
  color: #0C0A3A;
  margin: 0 0 1.2rem 0;
  padding-top: 35px;
}
.block-about .feature-item .body,
.block-featured-workshop .workshop-item .body {
  color: #0C0A3A;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
.block-about .feature-item .read-more,
.block-featured-workshop .workshop-item .read-more {
  margin-top: auto;
  margin-bottom: 0;
}
.block-about .feature-item .image,
.block-featured-workshop .workshop-item .image {
  margin-top: auto;
  position: relative;
  height: 40px;
}
.block-about .feature-item .image .shape,
.block-featured-workshop .workshop-item .image .shape {
  position: absolute;
  width: 183px;
  bottom: -190%;
  right: -9.5%;
  z-index: -1;
}
.block-about .feature-item .image .image-shape,
.block-featured-workshop .workshop-item .image .image-shape {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.block-other-workshop {
  position: relative;
  padding: 145px 0 0 0;
}
.block-other-workshop .container {
  position: relative;
  /*&:after {
      display: block;
      content: "";
      background: url("../images/big_blob_r.png") no-repeat right bottom transparent;
      background-size: cover;
      position: absolute;
      //top: 0;
      right: 5px;
      width: 380px;
      height: 387px;
      z-index: -1;
  }*/
}
.block-other-workshop .block-title {
  font-size: 60px;
  color: #0C0A3A;
}
.block-other-workshop .block-title span {
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  padding-bottom: 8px;
}
.block-other-workshop .block-title span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../images/underline.svg") no-repeat left center transparent;
  background-size: contain;
  display: block;
  width: 100%;
  height: 8px;
}
.block-other-workshop .block-title.title-small {
  font-size: 45px;
}
.block-other-workshop .workshop-wrapper {
  padding: 65px 0;
}
.block-other-workshop .title-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-other-workshop .title-cta .block-title {
  max-width: 630px;
  width: 100%;
  padding-right: 40px;
}
.block-other-workshop .title-cta .cta {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .block-other-workshop {
    padding-top: 65px;
  }
}
@media screen and (max-width: 830px) {
  .block-other-workshop .title-cta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .block-other-workshop .title-cta .block-title {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .block-other-workshop .title-cta .cta {
    margin-left: 0;
  }
}

.block-other-workshop .workshop-item {
  position: relative;
  overflow: hidden;
  background-color: #0C0A3A;
  border-radius: 15px;
  padding: 35px;
  display: flex;
}
.block-other-workshop .workshop-item .title,
.block-other-workshop .workshop-item .body,
.block-other-workshop .workshop-item .read-more {
  color: #FFF;
}
.block-other-workshop .workshop-item .title {
  font-size: 30px;
  margin: 0 0 1.2rem 0;
}
.block-other-workshop .workshop-item .body {
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
.block-other-workshop .workshop-item .read-more {
  margin-top: auto;
}
.block-other-workshop .workshop-item .image {
  position: absolute;
  right: -16.5px;
  bottom: -75px;
  z-index: -1;
}

.block-about {
  padding: 115px 0 0 0;
}
.block-about .block-detail {
  margin-bottom: 115px;
  width: 100%;
}
.block-about .block-title {
  font-size: 60px;
  color: #0C0A3A;
  margin-bottom: 20px;
}
.block-about .block-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.block-about .block-image img {
  border-radius: 15px;
}

.block-feature {
  padding: 7rem 0 0 0;
  position: relative;
}
.block-feature .feature-wrapper {
  position: relative;
  background: no-repeat center center transparent;
  background-size: cover;
}
.block-feature .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block-feature .block-title {
  font-size: 45px;
  color: #FFF;
  text-align: center;
}
.block-feature .feature-inner {
  position: relative;
  z-index: 10;
  padding: 13rem 0;
}
.block-feature .read-more {
  margin-top: 50px;
  text-align: center;
}
.block-feature .body-content {
  max-width: 700px;
  width: 100%;
  margin: 45px auto 0 auto;
}
.block-feature .body-content p,
.block-feature .body-content {
  color: #FFF;
}
.block-feature.about {
  padding: 4rem 0 8rem 0;
}
.block-feature.about .feature-inner {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .block-feature {
    padding: 5rem 0 0 0;
  }
  .block-feature .feature-inner {
    padding: 6rem 0;
  }
  .block-feature .body-content {
    width: 92.5%;
    max-width: none;
  }
}

.block-callback.default-padding {
  padding: 4rem 0 4rem 0;
}
@media screen and (max-width: 767px) {
  .block-callback.default-padding {
    padding: 4rem 0 4rem 0;
  }
}

.block-callback .media-item .media {
  margin-bottom: 45px;
}

.block-standout-quote.default-padding {
  padding: 4rem 0 4rem 0;
}
.block-standout-quote .quote {
  position: relative;
  font-size: 60px;
  text-align: center;
}
.block-standout-quote .quote:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/banner_shape_2_final.png") right center no-repeat transparent;
  background-size: cover;
  width: 303px;
  height: 302px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .block-standout-quote.default-padding {
    padding: 4rem 0 4rem 0;
  }
  .block-standout-quote .quote:after {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.block-testimonial {
  position: relative;
}
.block-testimonial:before {
  top: -5% !important;
}
.block-testimonial:after {
  top: 0;
  bottom: auto !important;
  left: -5% !important;
  transform: translateX(0) !important;
}
.block-testimonial.default-padding {
  padding: 0 0 12rem 0;
  margin-top: 90px;
}
.block-testimonial .testimonial-wrapper {
  position: relative;
  z-index: 11;
}
.block-testimonial .read-more {
  margin-top: 30px;
  text-align: center;
}

.block-testimonial .testimonial-item {
  background-color: #FFF;
  padding: 30px;
  border-radius: 20px;
}
.block-testimonial .testimonial-item .image {
  margin-bottom: 20px;
}
.block-testimonial .testimonial-item .wp-content p {
  font-size: 15px;
}
.block-testimonial .testimonial-item .author {
  font-weight: bold;
  color: #263BE6;
}

.block-workshop-filter .workshop-filter {
  margin-bottom: 40px;
}
.block-workshop-filter .form-grid {
  display: flex;
  align-items: center;
}
.block-workshop-filter .input-group {
  margin-right: 20px;
}
.block-workshop-filter select {
  padding: 10px 15px;
  border: 2px solid #0C0A3A;
  border-radius: 15px;
  font-size: 18px;
}

.block-impact-title {
  grid-column: 1/-1;
  text-align: center;
  font-size: 32px;
}

.block-percentage-wheel {
  display: flex;
}
.block-percentage-wheel .wheel-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.block-percentage-wheel .label p:last-child {
  margin-bottom: 0;
}

.block-percentage-wheel .circle-progress {
  max-width: 266px;
  width: 100%;
  position: relative;
}
.block-percentage-wheel .circle-progress .percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-percentage-wheel .circle-progress .progressbar-text {
  color: #0C0A3A !important;
}

.block-percentage-list {
  grid-column: 1/-1;
}
.block-percentage-list .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  color: #0C0A3A;
}

.block-percentage-list .percentage-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.block-percentage-list .percentage-list-item:last-child {
  margin-bottom: 0;
}
.block-percentage-list .percentage-list-item .line-progress {
  max-width: 40%;
  height: 20px;
}
.block-percentage-list .percentage-list-item .line-progress svg {
  border-radius: 5px;
}
.block-percentage-list .percentage-list-item .progressbar-text {
  color: #FFF !important;
}
.block-percentage-list .percentage-list-item .percentage {
  font-weight: 700;
  margin-left: 15px;
}
.block-percentage-list .percentage-list-item .label {
  margin-left: 30px;
}
.block-percentage-list .percentage-list-item .label p:last-child {
  margin-bottom: 0;
}

.block-text-box p:last-child {
  margin-bottom: 0;
}

.block-impact-feedback {
  grid-column: 1/-1;
}
.block-impact-feedback .title {
  font-size: 18px;
  text-align: center;
  color: #0C0A3A;
}
.block-impact-feedback .keywords {
  display: flex;
  margin: 50px 0;
}
.block-impact-feedback .keywords .keyword {
  width: 33.333333%;
  padding-right: 30px;
  text-align: center;
  color: #FF2E3B;
  font-weight: 700;
  font-size: 26px;
}
.block-impact-feedback .keywords .keyword:first-child {
  transform: rotate(20deg);
  color: #0C0A3A;
}
.block-impact-feedback .keywords .keyword:last-child {
  transform: rotate(-20deg);
  color: #F9B233;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.capped-long {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.internal_form select {
  width: 100%;
  padding: 18px 15px;
  background-color: rgba(12, 10, 58, 0.04);
}

@media screen and (max-width: 1000px) {
  .nav {
    width: 50px;
    padding-top: 12px;
  }
}

.nav nav .main-nav li.button:last-child {
  margin-left: 1rem;
}
.nav nav .main-nav li.button:hover {
  background-color: #1F2DB7;
}

.dark .nav nav .main-nav li.button:hover,
.blue .nav nav .main-nav li.button:hover {
  background-color: #263BE6;
}

.yellow .nav nav .main-nav li.button:hover {
  background-color: #0C0A3A;
}

.nav nav .main-nav li.button.button-r {
  background-color: #FF2E3B;
}
.nav nav .main-nav li.button.button-r:hover {
  background-color: #FF2E3B;
}

.brochure-dl-btn,
.wp-content .brochure-dl-btn {
  color: #FFF;
}
.brochure-dl-btn:hover,
.wp-content .brochure-dl-btn:hover {
  background-color: #1F2DB7;
  text-decoration: none;
}

.wp-content em {
  font-style: italic;
}

.masthead-wrapper:after {
  height: 199px;
}

.page-template-template-home-new .masthead {
  padding: 0 !important;
}

.content-cta .cta_content .button.no-content {
  position: static;
}

@media screen and (max-width: 1000px) {
  .quick-access.sd-only {
    margin-right: 60px;
  }
  .nav {
    position: fixed;
    right: 1em;
    display: block;
  }
  .header__nav-toggle {
    position: static;
    right: 0;
    transform: none;
    margin-top: 2px;
  }
  .header__nav-toggle svg {
    width: 48px;
    height: 48px;
    margin-left: 0;
    background-color: #FF2E3B;
    color: #0C0A3A;
    padding: 10px;
    border-radius: 50px;
    overflow: visible;
  }
}
@media screen and (max-width: 640px) {
  .slide_controls {
    flex-direction: column;
  }
  .slide_controls .button {
    margin-top: 30px;
    align-self: flex-start;
  }
}
.header {
  position: fixed;
  transition: background-color 0.5s ease-in-out;
}
.header.sticky {
  background-color: #0C0A3A;
}
.header.sticky .logo img {
  max-width: 150px;
}
.header.sticky .container {
  width: 92.5% !important;
  margin: 0 auto;
}
.header.sticky .container.container--flex {
  padding: 0 !important;
}

.impact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 40px;
}
.impact-wrapper .impact-box {
  background-color: #d9d9d9;
  border-radius: 10px;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .impact-wrapper {
    grid-template-columns: 100%;
  }
}
