@charset "UTF-8";
/* global styles */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;800;900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  color: #172535;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
  transition: opacity 0.5s;
}

#snippet-box {
  display: none;
}

.cleared:after {
  clear: both;
  content: "";
  display: block;
}

.a11y-toolbar .offscreen {
  display: none !important;
}

::-ms-clear {
  display: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

*::-webkit-media-controls-panel, *::--webkit-media-controls-play-button, *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

html.desktop-version {
  margin-top: 0 !important;
}

nav ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

select, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

button:focus {
  outline: none;
}

button {
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 3rem;
  font-weight: 500;
}

h1 {
  font-size: 6.6rem;
}

h2 {
  font-size: 5.6rem;
}

h3 {
  font-size: 4.6rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2.1rem;
}

h6 {
  font-size: 1.7rem;
}

p {
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

ul, ol {
  margin: 0 0 2.5rem 2rem;
}

blockquote:before, blockquote:after {
  content: none;
}

.ia-bg-sky .content-entry ul:not(.slick-dots), .ia-bg-sky .pum-content ul:not(.slick-dots),
.ia-bg-sky .content-entry ul:not(.slick-dots) li:before, .ia-bg-sky .pum-content ul:not(.slick-dots) li:before,
.ia-bg-sky .content-entry ol li:before, .ia-bg-sky .pum-content ol li:before {
  color: #172535;
}
.ia-bg-sky .content-entry a:not(.ia-link):not(.ia-btn), .ia-bg-sky .pum-content a:not(.ia-link):not(.ia-btn) {
  color: #172535;
}

.desktop-version .ia-bg-sky .content-entry a:not(.ia-link):not(.ia-btn):hover, .desktop-version .ia-bg-sky .pum-content a:not(.ia-link):not(.ia-btn):hover {
  color: #172535 !important;
}

.content-entry,
.pum-content {
  font-size: 1.6rem;
  line-height: 1.5;
}
.content-entry:after,
.pum-content:after {
  content: "";
  display: block;
  clear: both;
}
.content-entry a.read-more-text,
.pum-content a.read-more-text {
  font-size: 1.2rem;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  padding-right: 1rem;
  border-bottom: none !important;
  margin-bottom: 2rem;
  display: none;
}
.content-entry a.read-more-text em,
.pum-content a.read-more-text em {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0.6rem;
  color: #FD6A3C;
}
.content-entry table,
.pum-content table {
  width: 100%;
  min-width: 767px;
}
.content-entry table thead th,
.pum-content table thead th {
  border-bottom: 6px solid #FD6A3C;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  vertical-align: middle;
  text-align: left;
  padding: 1rem 2rem;
  text-transform: uppercase;
  box-sizing: border-box;
  height: 5.5rem;
}
.content-entry table tbody tr:nth-child(odd),
.pum-content table tbody tr:nth-child(odd) {
  background: rgba(242, 242, 242, 0.4);
}
.content-entry table tr td,
.pum-content table tr td {
  padding: 1rem 2rem;
  height: 6.5rem !important;
  font-size: 1.4rem;
  line-height: 1.4;
  vertical-align: middle;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  box-sizing: border-box;
}
.content-entry table tr td h1, .content-entry table tr td h2, .content-entry table tr td h3, .content-entry table tr td h4, .content-entry table tr td h5, .content-entry table tr td h6,
.pum-content table tr td h1,
.pum-content table tr td h2,
.pum-content table tr td h3,
.pum-content table tr td h4,
.pum-content table tr td h5,
.pum-content table tr td h6 {
  margin-bottom: 0;
}
.content-entry .featured__quote-in,
.pum-content .featured__quote-in {
  margin-bottom: 3rem;
}
.content-entry .featured__quote-in svg,
.pum-content .featured__quote-in svg {
  color: #FD6A3C;
}
.content-entry blockquote,
.pum-content blockquote {
  padding-left: 4rem;
}
.content-entry h1, .content-entry h2, .content-entry h3, .content-entry h4, .content-entry h5, .content-entry h6,
.pum-content h1,
.pum-content h2,
.pum-content h3,
.pum-content h4,
.pum-content h5,
.pum-content h6 {
  margin-bottom: 2rem;
}
.content-entry a:not(.ia-link):not(.ia-btn),
.pum-content a:not(.ia-link):not(.ia-btn) {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: border-color 0.35s;
}
.content-entry--small,
.pum-content--small {
  font-size: 1.4rem;
}
.content-entry.p2 p,
.pum-content.p2 p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.content-entry.p3 p,
.pum-content.p3 p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.content-entry ul:not(.slick-dots),
.pum-content ul:not(.slick-dots) {
  list-style-type: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  color: #FD6A3C;
  margin-left: 0;
}
.content-entry ul:not(.slick-dots) li,
.pum-content ul:not(.slick-dots) li {
  position: relative;
  margin-bottom: 1rem;
  margin-left: 1em;
  color: #172535;
}
.content-entry ul:not(.slick-dots) li:before,
.pum-content ul:not(.slick-dots) li:before {
  content: "•";
  font-weight: 600;
  color: #FD6A3C;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.content-entry ul:not(.slick-dots) li ul,
.pum-content ul:not(.slick-dots) li ul {
  margin-top: 1rem;
  margin-left: 2rem;
}
.content-entry ol,
.pum-content ol {
  margin-left: 0;
  list-style-type: none;
  counter-reset: counter;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.content-entry ol li,
.pum-content ol li {
  position: relative;
  padding-left: 2.6rem;
  margin-bottom: 1rem;
  counter-increment: counter;
}
.content-entry ol li:before,
.pum-content ol li:before {
  content: counter(counter) ".";
  color: #FD6A3C;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 95%;
  font-weight: 700;
}
.content-entry ol.xl li,
.pum-content ol.xl li {
  padding-left: 10rem;
}
.content-entry ol.l li, .content-entry ol.h1 li, .content-entry ol.h2 li, .content-entry ol.h3 li,
.pum-content ol.l li,
.pum-content ol.h1 li,
.pum-content ol.h2 li,
.pum-content ol.h3 li {
  padding-left: 7rem;
}
.content-entry.ia-white ul li,
.pum-content.ia-white ul li {
  color: #FFFFFF;
}
.content-entry .ia-link,
.pum-content .ia-link {
  margin-bottom: 3rem;
}
.content-entry.ia-white ul:not(.slick-dots) li,
.pum-content.ia-white ul:not(.slick-dots) li {
  color: #FFFFFF;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

input:focus,
a:focus,
button:focus,
select:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 3rem;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  box-sizing: border-box;
}

iframe {
  max-width: 100%;
}

html.overlayed {
  overflow: hidden;
}
html.overlayed body.overlayed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
html.overlayed #wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}

.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}

.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

::selection {
  background: #c4c4c4; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #c4c4c4; /* Gecko Browsers */
}

#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
#wrapper:after {
  clear: both;
  content: "";
  display: block;
}

.overlayed #wrapper {
  overflow: hidden;
}

.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.clear {
  clear: both;
  display: block;
  font-size: 1px;
}

/* text aligments */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center, .aligncenter {
  text-align: center !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.wp-caption, .wp-caption-text, .bypostauthor {
  font-size: 1.3rem;
}

.wp-caption {
  margin-bottom: 3.5rem;
}
.wp-caption img {
  margin-bottom: 1.2rem;
  vertical-align: top;
}

.sticky {
  font-size: 1.6rem;
}

.screen-reader-text {
  font-size: 1.6rem;
}

.gallery-caption {
  font-size: 1.6rem;
}

.gmnoprint *,
.select-maps > a,
.gm-style-cc a {
  white-space: normal !important;
}

body:not(.page-template-simple-template) main {
  padding-top: 8rem;
  position: relative;
}
body:not(.page-template-simple-template) main:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  margin-bottom: -8rem;
  height: 8rem;
  background: #172535;
}

.page-template-simple-template .cc-window {
  display: none !important;
}

.inner {
  max-width: 1344px;
  width: 100%;
  padding: 0 3rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.inner--slim-1172 {
  max-width: 1172px;
}
.inner--1400 {
  max-width: 1400px;
}
.inner--large {
  max-width: 1500px;
}
.inner--slim-800 {
  max-width: 800px;
}
.inner-header {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hidden {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hidden-txt {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
}

#content {
  position: relative;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

.column-50 {
  float: left;
  width: 48%;
}
.column-50 + .column-50 {
  float: right;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0;
}

.desktop-version .content-entry a:not(.ia-link):not(.ia-btn):hover,
.desktop-version .pum-content a:not(.ia-link):not(.ia-btn):hover {
  border-color: #3F5E9D;
  color: #3F5E9D;
}
.desktop-version .content-entry.ia-white a:not(.ia-link):not(.ia-btn):hover,
.desktop-version .pum-content.ia-white a:not(.ia-link):not(.ia-btn):hover {
  border-color: #A1C5D3;
  color: #A1C5D3;
}
.desktop-version .ia-bg-sky .content-entry a:not(.ia-link):not(.ia-btn):hover {
  border-color: transparent;
  color: #3F5E9D;
}
.desktop-version .ia-bg-dark .content-entry a:not(.ia-link):not(.ia-btn):hover {
  border-color: #A1C5D3;
  color: #A1C5D3;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 4.2rem;
  }
  h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 3.3rem;
  }
  h4 {
    font-size: 2.1rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1.5rem;
  }
  .content-entry.p2 p {
    font-size: 1.3rem;
  }
  .content-entry.p3 p {
    font-size: 1.1rem;
  }
  .content-entry ol.xl li {
    padding-left: 7rem;
  }
  .content-entry ol.l li, .content-entry ol.h1 li, .content-entry ol.h2 li, .content-entry ol.h3 li {
    padding-left: 5rem;
  }
}
@media (max-width: 1023px) {
  body:not(.page-template-simple-template) main {
    padding-top: 4.9rem;
  }
  body:not(.page-template-simple-template) main:before {
    margin-bottom: -4.9rem;
  }
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 2rem;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  h3 {
    font-size: 2.3rem;
  }
  h4 {
    font-size: 1.7rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1.3rem;
  }
  .content-entry .wp-caption.alignleft, .content-entry .wp-caption.alignright,
  .content-entry img.alignleft,
  .content-entry img.alignright {
    float: none;
    display: block;
  }
  .content-entry.p2 p {
    font-size: 1.3rem;
  }
  .content-entry.p3 p {
    font-size: 1rem;
  }
  .content-entry ol.xl li, .content-entry ol.l li {
    padding-left: 5rem;
  }
  .content-entry ol.h1 li, .content-entry ol.h2 li, .content-entry ol.h3 li {
    padding-left: 4rem;
  }
  .inner {
    padding: 0 5%;
  }
  .column-50 {
    float: none;
    width: 100%;
  }
  .column-50 + .column-50 {
    float: none;
  }
  .content-entry table tr td {
    height: 4rem;
  }
  .content-entry .read-more-content-wrap {
    display: none;
  }
  .content-entry .read-more-content-wrap p:empty {
    display: none;
  }
  .content-entry .read-more-content-wrap.hide + a.read-more-text em {
    transform: translate(0, -50%) rotate(0deg);
  }
  .content-entry a.read-more-text {
    display: inline-block;
  }
  .content-entry a.read-more-text em {
    transform: translate(0, -50%) rotate(-180deg);
  }
  .table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select-maps li:has(.current) {
  background-color: #F2F2F2;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.cc-window {
  z-index: 99;
}

.head-animated.wow span {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.head-animated.wow span em {
  display: block;
  transform: translate(0, 100%);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.head-animated.wow[style*=visible] span em {
  transform: translate(0, 0);
  opacity: 1;
}
.head-animated em {
  font-style: normal;
}

.play-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #FD6A3C;
  position: absolute;
  background: #172535;
  font-size: 2.4rem;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
}
.play-icon i.icon-pause {
  transform: translate(-50%, -50%);
}

.vape {
  position: relative;
  overflow: hidden;
}
.vape .vape-el {
  transform: scale(1);
  transition: transform 1.2s linear;
  z-index: 4;
}
.vape:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  background: #FFFFFF;
  transition: height 1s;
  z-index: 5;
}
.vape.ia-bg-dark:before {
  background: #172535;
}
.vape.wow:before {
  height: 100%;
}
.vape.wow .vape-el {
  transform: scale(1.2);
}
.vape.wow[style*=visible]:before {
  height: 0;
}
.vape.wow[style*=visible] .vape-el {
  transform: scale(1);
}

.vape-img {
  height: 100%;
  transition: transform 1.2s 0.5s, height 1s 0.5s;
}
.vape-img.wow {
  height: 0;
  transform: scale(1.1);
}
.vape-img.wow[style*=visible] {
  height: 100%;
  transform: scale(1);
}

.ia-line {
  position: absolute;
}
.ia-line-1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  transition: width 0.5s 0.2s linear;
}
.ia-line-2 {
  right: 0;
  top: 0;
  height: 0;
  width: 1px;
  transition: height 0.5s 0.7s linear;
}
.ia-line-3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: width 0.5s 1.2s linear;
}
.ia-line-4 {
  left: 0;
  bottom: 0;
  height: 0;
  width: 1px;
  transition: height 0.5s 1.7s linear;
}

.cc-btn {
  white-space: normal !important;
  overflow: visible !important;
}

.wow[style*=visibility] .ia-line-1, .wow[style*=visibility] .ia-line-3 {
  width: 100%;
}
.wow[style*=visibility] .ia-line-2, .wow[style*=visibility] .ia-line-4 {
  height: 100%;
}

body {
  /* headings */
}
body .h1, body .h2, body .h3, body .h3b .h4, body .h5, body .h6, body .xl, body .l, body .p, body .p2, body .p3, body .label {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
body .h1.margin, body .h1.ia-margin, body .h2.margin, body .h2.ia-margin, body .h3.margin, body .h3.ia-margin, body .h3b .h4.margin, body .h3b .h4.ia-margin, body .h5.margin, body .h5.ia-margin, body .h6.margin, body .h6.ia-margin, body .xl.margin, body .xl.ia-margin, body .l.margin, body .l.ia-margin, body .p.margin, body .p.ia-margin, body .p2.margin, body .p2.ia-margin, body .p3.margin, body .p3.ia-margin, body .label.margin, body .label.ia-margin {
  margin-bottom: 3rem;
}
body .ia-extra-bold {
  font-weight: 900 !important;
}
body .ia-bold {
  font-weight: 800 !important;
}
body .ia-semi-bold {
  font-weight: 600 !important;
}
body .ia-medium {
  font-weight: 500 !important;
}
body .ia-regular {
  font-weight: 400 !important;
}
body .ia-light {
  font-weight: 300 !important;
}
body .ia-thin {
  font-weight: 100 !important;
}
body .ia-orange {
  color: #FD6A3C !important;
}
body .ia-dark {
  color: #172535 !important;
}
body .ia-white {
  color: #FFFFFF !important;
}
body .ia-soft {
  color: #F2F2F2 !important;
}
body .ia-gray {
  color: #A5A5A5 !important;
}
body .ia-blue {
  color: #3F5E9D !important;
}
body .ia-water {
  color: #DAEDF5 !important;
}
body .ia-sky {
  color: #A1C5D3 !important;
}
body .ia-teal {
  color: #70BEB4 !important;
}
body .ia-bg-orange {
  background-color: #FD6A3C !important;
}
body .ia-bg-dark {
  background-color: #172535 !important;
}
body .ia-bg-white {
  background-color: #FFFFFF !important;
}
body .ia-bg-soft {
  background-color: #F2F2F2 !important;
}
body .ia-bg-gray {
  background-color: #A5A5A5 !important;
}
body .ia-bg-blue {
  background-color: #3F5E9D !important;
}
body .ia-bg-water {
  background-color: #DAEDF5 !important;
}
body .ia-bg-sky {
  background-color: #A1C5D3 !important;
}
body .ia-bg-teal {
  background-color: #70BEB4 !important;
}
body .xl {
  font-size: 10rem;
  line-height: 1.05;
}
body .l {
  font-size: 7.4rem;
  line-height: 1;
}
body .h1 {
  font-size: 6.6rem;
  line-height: 1.1;
}
body .h2 {
  font-size: 5.6rem;
  line-height: 1.2;
}
body .h3 {
  font-size: 4.6rem;
  line-height: 1.25;
}
body .h3b {
  font-size: 3.6rem;
  line-height: 1.25;
}
body .h4 {
  font-size: 2.5rem;
  line-height: 1.3;
}
body .h5 {
  font-size: 2.1rem;
  line-height: 1.3;
}
body .h6 {
  font-size: 1.7rem;
  line-height: 1.3;
}
body .p {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
body .p2 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;
}
body .p3 {
  font-size: 1.2rem;
  line-height: 1.4;
}
body .ia-margin-0 {
  margin-bottom: 0 !important;
}
body .ia-margin-05 {
  margin-bottom: 0.5rem !important;
}
body .ia-margin-1 {
  margin-bottom: 1rem !important;
}
body .ia-margin-2 {
  margin-bottom: 2rem !important;
}
body .ia-margin-3 {
  margin-bottom: 3rem !important;
}

.category-title {
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  border: 1px solid #A5A5A5;
  font-size: 1.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  transition: color 0.35s, background 0.35s;
}
.category-title.ia-sky {
  color: #A1C5D3;
  border-color: #A1C5D3;
}

a.category-title {
  color: #172535;
}
a.category-title:hover {
  background: #172535;
  color: #FFFFFF;
}
a.category-title.ia-sky:hover {
  background: #F2F2F2;
  color: #172535 !important;
}

.sub-heading {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
  color: #172535;
  margin-bottom: 1.5rem;
}
.sub-heading__white {
  color: #FFFFFF;
}

/* tabs */
.ia-tabs {
  display: inline-block;
  background-color: #F2F5F7;
  padding: 0.4rem;
  border-radius: 0.4rem;
}

.ia-tab {
  display: inline-block;
  text-align: center;
  min-width: 14.8rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.16;
  box-sizing: border-box;
  padding: 2rem 1.5rem;
  text-transform: uppercase;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: color 0.35s, background 0.35s;
  color: #172535;
}
.ia-tab--active {
  background: #310255;
  color: #FFFFFF;
}

/* buttons */
.ia-btn {
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  color: #172535;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.35s;
  border: none;
  padding: 0;
  cursor: pointer;
}
.ia-btn .ia-b {
  position: absolute;
  background: #172535;
  z-index: 6;
  transition: background-color 0.35s;
}
.ia-btn .ia-b-1 {
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
.ia-btn .ia-b-2 {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}
.ia-btn .ia-b-3 {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
}
.ia-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0.6rem;
  background: #172535;
  transition: background 0.35s 0.1s;
  z-index: 7;
}
.ia-btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 1.3rem 2rem;
}
.ia-btn span em, .ia-btn span i {
  vertical-align: middle;
}
.ia-btn span em:first-child, .ia-btn span i:first-child {
  margin-right: 5px;
}
.ia-btn span em:last-child, .ia-btn span i:last-child {
  margin-left: 5px;
}
.ia-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  height: 0;
  right: 0;
  background: #172535;
  transition: height 0.2s;
}
.ia-btn:hover {
  color: #FFFFFF;
}
.ia-btn:hover:before {
  background: #FD6A3C;
}
.ia-btn:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
  transition: height 0.35s;
}
.ia-btn--secondary {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  min-width: 160px;
}
.ia-btn--secondary span {
  padding: 2rem;
}
.ia-btn--secondary span svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.2rem;
  min-height: 2.1rem;
  max-height: 2.1rem;
  width: auto;
}
.ia-btn--dark {
  color: #FFFFFF;
  background: #172535;
}
.ia-btn--dark .ia-b, .ia-btn--dark:before {
  background: #FD6A3C;
}
.ia-btn--dark:after {
  background: #FFFFFF;
}
.ia-btn--dark:hover {
  color: #172535;
}
.ia-btn.wow span {
  opacity: 0;
  transform: translate(0, 50%);
  transition: transform 0.35s 0.2s linear, opacity 0.35s 0.2s;
}
.ia-btn.wow .ia-b-1 {
  width: 0;
  transition: width 0.3s;
}
.ia-btn.wow .ia-b-2 {
  height: 0;
  transition: height 0.3s 0.3s linear;
}
.ia-btn.wow .ia-b-3 {
  width: 0;
  transition: width 0.3s 0.6s linear;
}
.ia-btn.wow:before {
  height: 0;
  transition: height 0.3s 0.9s linear, background 0.35s 0s;
}
.ia-btn.wow[style*=visible] span {
  opacity: 1;
  transform: translate(0, 0);
}
.ia-btn.wow[style*=visible] .ia-b-1,
.ia-btn.wow[style*=visible] .ia-b-3 {
  width: 100%;
}
.ia-btn.wow[style*=visible] .ia-b-2, .ia-btn.wow[style*=visible]:before {
  height: 100%;
}

.ia-link {
  color: #172535;
  font-weight: 600;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: border-color 0.35s;
  line-height: 1.5;
}
.ia-link span {
  display: inline;
  border-bottom: 1px solid #172535;
}
.ia-link em:last-child, .ia-link i:last-child {
  margin-left: 5px;
}
.ia-link--arrow {
  margin-left: 2.2rem;
}
.ia-link--arrow svg {
  position: absolute;
  left: -1.6rem;
  top: 0.4rem;
}
.ia-link--arrow i:first-child {
  position: absolute;
  left: -2.2rem;
  top: 0.2rem;
  font-size: 1.5rem;
  margin-right: 6px;
  color: #FD6A3C;
  overflow: hidden;
}
.ia-link--arrow i:first-child.icon-download, .ia-link--arrow i:first-child.icon-books {
  font-size: 1.6rem;
}
.ia-link--arrow i:first-child:before {
  display: inline-block;
}
.ia-link.ia-white, .ia-link--white {
  color: #FFFFFF;
}
.ia-link.ia-white span, .ia-link--white span {
  border-color: #FFFFFF;
}
.ia-link.ia-white:before, .ia-link--white:before {
  background: #FFFFFF;
}
.ia-link.ia-white i, .ia-link--white i {
  color: #FD6A3C;
}
.ia-link.wow {
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
.ia-link.wow i:before {
  transform: translate(-100%, 0);
  transition: transform 0.5s 0.5s;
}
.ia-link.wow:before {
  width: 0;
  transition: width 0.5s 0.5s;
}
.ia-link.wow[style*=visible] {
  opacity: 1;
}
.ia-link.wow[style*=visible] i:before {
  transform: translate(0, 0);
}
.ia-link.wow[style*=visible]:before {
  width: 100%;
}

.desktop-version .ia-link:hover span {
  border-bottom-color: #FD6A3C;
}
.desktop-version .ia-link--arrow:hover i:before {
  animation: 0.5s fromLeftRoll forwards;
}

.slick-dots {
  list-style-type: none;
  margin: 0 -6px;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.slick-dots li {
  background: #A5A5A5;
  opacity: 0.4;
  width: 100%;
  margin: 0 6px;
  position: relative;
  height: 10px;
}
.slick-dots li.slick-active {
  background: #FD6A3C;
  opacity: 1;
}
.slick-dots li button {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-indent: 999px;
  cursor: pointer;
  white-space: nowrap;
}

.dot-flashing {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #FD6A3C;
  color: #FD6A3C;
  animation: dot-flashing 0.6s infinite linear alternate;
  animation-delay: 0.3s;
}

.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 12px;
  height: 12px;
  background-color: #FD6A3C;
  color: #FD6A3C;
  animation: dot-flashing 0.6s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 12px;
  height: 12px;
  background-color: #FD6A3C;
  color: #FD6A3C;
  animation: dot-flashing 0.6s infinite alternate;
  animation-delay: 0.6s;
}

.loading {
  font-weight: 300;
  font-size: 1.5rem;
  color: #172535;
  text-align: center;
  display: none;
}
.loading .dot-flashing {
  margin-right: 2.6rem;
  display: inline-block;
  vertical-align: middle;
}

@keyframes dot-flashing {
  0% {
    background-color: #FD6A3C;
  }
  50% {
    background-color: rgba(253, 106, 60, 0.7);
  }
  100% {
    background-color: rgba(253, 106, 60, 0.3);
  }
}
@keyframes fromLeftRoll {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(100%, 0);
    opacity: 1;
  }
  51% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  52% {
    transform: translate(-100%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fromUpRoll {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(0, -100%);
    opacity: 1;
  }
  51% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  52% {
    transform: translate(0, 100%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.more-content-btn {
  padding-right: 2rem;
  position: relative;
  color: #172535;
  text-decoration: underline;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.14;
}
.more-content-btn:before {
  position: absolute;
  right: 0;
  top: 0.3rem;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #172535;
  border-right: 1px solid #172535;
  transform: rotate(45deg);
}
.more-content-btn.expanded:before {
  transform: rotate(-135deg);
  top: 0.7rem;
}

/* filter styles */
.dropdown-col {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.select {
  position: relative;
}
.select b {
  font-weight: 700;
}
.select.selected > a span {
  border-bottom: 2px solid #FD6A3C;
}
.select > a {
  display: block;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  background: #FFFFFF;
  position: relative;
}
.select > a:before {
  position: absolute;
  content: "\e900";
  font-family: "icomoon";
  font-size: 1.2rem;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.5rem;
  color: #FD6A3C;
}
.select > a span {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #172535;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.select.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.select.open > a {
  box-shadow: 0px 2px 4px rgba(14, 25, 41, 0.25);
}
.select.open > a span {
  border-color: #FD6A3C;
}
.select.open .dropdown-list {
  visibility: visible;
  opacity: 1;
}
.select.open .dropdown-list .mCSB_scrollTools {
  opacity: 1;
  z-index: 10;
}
.select.open .dropdown-list .mCustomScrollBox {
  max-height: 275px !important;
}
.select.open > a:before {
  transform: translate(0, -50%) rotate(180deg);
}
.select .dropdown-list {
  position: absolute;
  left: 0;
  width: 240px;
  top: 100%;
  overflow: hidden;
  text-align: left;
  z-index: 8;
  background: #fff;
  opacity: 0;
  padding: 1.6rem 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  box-shadow: 0px 5px 4px rgba(14, 25, 41, 0.25);
  box-sizing: border-box;
}
.select .dropdown-list .dropdown-list-in {
  overflow-y: auto;
}
.select .dropdown-list .mCustomScrollBox {
  max-height: 0 !important;
  transition: max-height 0.8s;
}
.select .dropdown-list .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden,
.select .dropdown-list .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.select .dropdown-list .mCSB_container.mCS_no_scrollbar_y {
  margin-right: 0;
}
.select .dropdown-list .mCSB_scrollTools {
  opacity: 0;
  transition: opacity 0.3s 0.7s;
}
.select .dropdown-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #172535;
}
.select .dropdown-list .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background: none;
}
.select .dropdown-list .dropdown-list-item {
  box-sizing: border-box;
}
.select .dropdown-list .dropdown-list-item.current a {
  background: #F2F2F2;
  padding-left: 5rem;
  font-weight: 500;
}
.select .dropdown-list .dropdown-list-item.current a:before {
  opacity: 1;
}
.select .dropdown-list a {
  padding: 0.6rem 3rem;
  position: relative;
  display: block;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #172535;
  transition: color 0.35s, background 0.35s;
}
.select .dropdown-list a:before {
  content: "\e924";
  color: #FD6A3C;
  position: absolute;
  left: 3rem;
  top: 0.6rem;
  font-size: 1rem;
  font-family: "icomoon" !important;
  opacity: 0;
}
.select .dropdown-list a:hover {
  background: #F2F2F2;
}
.select .dropdown-list .ap-filter {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  border-top: 2px solid #172535;
  white-space: nowrap;
  color: #172535;
  bottom: 0;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: color 0.35s;
}
.select .dropdown-list .ap-filter:hover {
  color: #172535;
}
.select.select-dark.open > a span {
  color: #172535;
}
.select.select-dark.open > a span:before {
  border-top-color: #172535;
}
.select.select-dark > a span {
  color: #fff;
}
.select.select-dark > a span:before {
  border-top-color: #fff;
}

.share-button {
  font-size: 2.8rem;
  color: #A1C5D3;
  margin-left: 1rem;
  transition: color 0.35s;
}
.share-button span {
  display: none;
}

.extra-share-tool {
  margin-left: 3rem;
}
.extra-share-tool a {
  font-size: 1.8rem;
  color: #A1C5D3;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 1px solid #A1C5D3;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  margin-left: 1rem;
  transition: color 0.35s, border 0.35s;
}
.extra-share-tool a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.extra-share-tool a i.icon-mail {
  transform: translate(-49%, -48%);
}

.btn-load {
  border: 1px solid #FD6A3C;
  color: #172535;
  padding: 0.9rem 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  transition: color 0.35s;
}
.btn-load span {
  position: relative;
  z-index: 5;
}
.btn-load:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: transform 0.35s;
  transform: translate(0, 100%);
  background: #172535;
}
.btn-load:hover {
  border: 1px solid transparent;
  color: #FFFFFF !important;
}
.btn-load:hover:before {
  transform: translate(0, 0);
}
.btn-load.ia-white:before {
  background: #FFFFFF;
}
.btn-load.ia-white:hover {
  border: 1px solid #FD6A3C;
  color: #172535 !important;
}

/* form styles */
form {
  color: #172535;
}
form.gray {
  color: #C2D1D9;
}
form.white {
  color: #FFFFFF;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=password],
form input[type=date],
form textarea {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border: 1px solid #A5A5A5;
  background: #FFFFFF;
  padding: 0 1.6rem;
  height: 5rem;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  color: #172535;
  outline: none;
  margin-bottom: 2rem;
  border-radius: 0;
}
form input[type=text].wpcf7-not-valid,
form input[type=tel].wpcf7-not-valid,
form input[type=email].wpcf7-not-valid,
form input[type=password].wpcf7-not-valid,
form input[type=date].wpcf7-not-valid,
form textarea.wpcf7-not-valid {
  border: 1px solid rgb(197, 0, 0);
  box-shadow: inset 0px 0px 0px 1px red;
}
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=date]:focus,
form textarea:focus {
  border: 1px solid #3F5E9D;
}
form input[type=text]:focus::-webkit-input-placeholder,
form input[type=tel]:focus::-webkit-input-placeholder,
form input[type=email]:focus::-webkit-input-placeholder,
form input[type=password]:focus::-webkit-input-placeholder,
form input[type=date]:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  color: #172535;
  opacity: 0.1;
}
form input[type=text]:focus:-moz-placeholder,
form input[type=tel]:focus:-moz-placeholder,
form input[type=email]:focus:-moz-placeholder,
form input[type=password]:focus:-moz-placeholder,
form input[type=date]:focus:-moz-placeholder,
form textarea:focus:-moz-placeholder {
  color: #172535;
  opacity: 0.1;
}
form input[type=text]:focus::-moz-placeholder,
form input[type=tel]:focus::-moz-placeholder,
form input[type=email]:focus::-moz-placeholder,
form input[type=password]:focus::-moz-placeholder,
form input[type=date]:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
  color: #172535;
  opacity: 0.1;
}
form input[type=text]:focus:-ms-input-placeholder,
form input[type=tel]:focus:-ms-input-placeholder,
form input[type=email]:focus:-ms-input-placeholder,
form input[type=password]:focus:-ms-input-placeholder,
form input[type=date]:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  color: #172535;
  opacity: 0.1;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=date]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #172535;
  opacity: 0.5;
}
form input[type=text]:-moz-placeholder,
form input[type=tel]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=date]:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #172535;
  opacity: 0.5;
}
form input[type=text]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=date]::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #172535;
  opacity: 0.5;
}
form input[type=text]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=date]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #172535;
  opacity: 0.5;
}
form input[type=date] {
  padding-left: 4rem;
  background: url(../images/icons/calendar.svg) no-repeat 8px 50%;
}
form input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
form textarea {
  height: 8.7rem;
  resize: none;
  padding: 1.6rem;
}
form .file-wrap {
  position: relative;
  margin-bottom: 3.5rem;
}
form .file-wrap .wpcf7-not-valid-tip {
  top: 100%;
  bottom: auto;
  right: auto;
  left: 0;
}
form .file-wrap .file-wrap-btn {
  padding: 0 0.6rem;
  width: 14.4rem;
  height: 3.8rem;
  font-size: 1.4rem;
  line-height: 3.8rem;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #172535;
  color: #172535;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  text-decoration: none;
}
form .file-wrap input {
  width: 14.2rem;
  height: 3.8rem;
  margin: 0.1rem;
  cursor: pointer;
  opacity: 0;
}
form .file-wrap .file-name {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2.4rem;
}
form .file-wrap .remove-file {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
}
form label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.5rem;
}
form label + br {
  display: none;
}
form label b {
  color: #172535;
  font-weight: normal;
}
form label span {
  font-weight: normal;
}
form .wpcf7-checkbox .wpcf7-list-item,
form .wpcf7-radio .wpcf7-list-item {
  margin: 0 2rem 0 0;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox]:checked + span:before {
  background: #172535;
}
form input[type=checkbox]:checked + span:after {
  opacity: 1;
}
form input[type=checkbox] + span {
  display: inline-block;
  line-height: 1.9rem;
  font-size: 1.4rem;
  position: relative;
  padding-left: 3rem;
  margin: 0 0 1rem;
  cursor: pointer;
}
form input[type=checkbox] + span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.2rem;
  content: "";
  border: 0.1rem solid #172535;
}
form input[type=checkbox] + span:after {
  width: 1rem;
  height: 0.4rem;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  transform: rotate(-45deg);
  opacity: 0;
}
form input[type=radio] {
  display: none;
}
form input[type=radio]:checked + span:before {
  border-color: #172535;
}
form input[type=radio]:checked + span:after {
  opacity: 1;
}
form input[type=radio] + span {
  display: inline-block;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 400;
  color: #172535;
  margin: 0 0 1rem;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
form input[type=radio] + span:before {
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 1px solid #172535;
  border-radius: 50%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
}
form input[type=radio] + span:after {
  width: 0.9rem;
  height: 0.9rem;
  background: #FD6A3C;
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  border-radius: 50%;
  opacity: 0;
}
form input[type=file],
form input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
form.srch-form {
  position: relative;
}
form.srch-form input {
  padding-right: 6rem;
  margin-bottom: 0;
  border-color: #172535;
  color: #172535;
  font-weight: 400;
}
form.srch-form input:focus {
  border-color: #172535;
}
form.srch-form input::placeholder {
  opacity: 1;
}
form.srch-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #172535;
  color: #FFFFFF;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-left: 6px solid #FD6A3C;
  width: 5rem;
  transition: color 0.35s, background 0.35s, border 0.35s;
  font-size: 2rem;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
}
form.subscribe-form {
  margin-bottom: 3.5rem;
  font-size: 0;
}
form.subscribe-form fieldset {
  position: relative;
}
form.subscribe-form fieldset input {
  margin-bottom: 0;
  display: block;
  width: 100%;
  height: 3.6rem;
  background: none;
  border: none;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0 2.2rem 0 0;
  border-bottom: 1px solid #FFFFFF;
  -webkit-appearance: none;
  color: #FFFFFF;
}
form.subscribe-form fieldset input::placeholder {
  opacity: 1;
  color: #FFFFFF;
}
form.subscribe-form fieldset input:focus::placeholder {
  opacity: 0.3;
}
form.subscribe-form fieldset button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.2rem;
  padding: 0;
  border: none;
  background: none;
  color: #FFFFFF;
  font-size: 1.2rem;
}
form.subscribe-form fieldset button i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
form .qty-wrap {
  border: 1px solid #172535;
  border-radius: 0.2rem;
  width: 12rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
form .qty-wrap input {
  border: none;
  margin: 0;
  text-align: center;
  width: calc(100% - 8rem);
  padding: 0.7rem 0;
}
form .qty-wrap button {
  width: 2.4rem;
  font-family: "Poppins", sans-serif;
  height: 2.4rem;
  border: none;
  background: transparent;
  margin: 0.7rem 0.8rem;
  color: #FD6A3C;
  padding: 0;
  line-height: 2.4rem;
  font-weight: normal;
  font-size: 2rem;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
  -webkit-appearance: none;
}
form .qty-wrap button:before {
  width: 1.6rem;
  height: 0.2rem;
  position: absolute;
  content: "";
  margin: -0.1rem 0 0 -0.8rem;
  background: #FD6A3C;
  top: 50%;
  left: 50%;
}
form .qty-wrap button:after {
  width: 0.2rem;
  height: 1.6rem;
  position: absolute;
  content: "";
  margin: -0.8rem 0 0 -0.1rem;
  background: #FD6A3C;
  top: 50%;
  left: 50%;
}
form .qty-wrap button.qty-wrap__minus:after {
  display: none;
}
form .switch {
  position: relative;
  display: inline-block;
  width: 4.2rem;
  height: 2.4rem;
}
form .switch input:checked + .switch__slider {
  background-color: #172535;
}
form .switch input:checked + .switch__slider:before {
  transform: translateX(2.1rem);
}
form .switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A5A5A5;
  transition: 0.4s;
  border-radius: 2rem;
}
form .switch__slider:before {
  position: absolute;
  content: "";
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  left: -0.2rem;
  bottom: -0.2rem;
  background-color: #FFFFFF;
  transition: 0.4s;
}
form .switch-labeled {
  width: auto;
  padding-left: 4.5rem;
}
form .switch-labeled b {
  font-size: 1.6rem;
  line-height: 2rem;
}
form .switch-labeled input:checked + .switch__slider {
  background: #172535;
  border: 1px solid #F2F2F2;
}
form .switch-labeled input:checked + .switch__slider:before {
  transform: translateX(2rem);
}
form .switch-labeled .switch__slider {
  width: 4.4rem;
  height: 2.4rem;
  border: 1px solid #172535;
  right: auto;
  background: #F2F2F2;
}
form .switch-labeled .switch__slider:before {
  width: 1.8rem;
  height: 1.8rem;
  bottom: 0.3rem;
  left: 0.3rem;
  background: #FD6A3C;
}

.field-group {
  display: flex;
  justify-content: space-between;
}
.field-group .field-col {
  position: relative;
  width: 46%;
}
.field-group .field-col-file p {
  display: none;
}
.field-group .field-col .wpcf7-form-control-wrap {
  position: static;
}
.field-group .field-col .wpcf7-form-control-wrap.radio, .field-group .field-col .wpcf7-form-control-wrap.checkbox {
  display: block;
  margin-bottom: 2.5rem;
}
.field-group .field-col-file label {
  font-size: 1.4rem;
}
.field-group .field-col .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: calc(100% - 2rem);
  text-align: right;
  font-style: normal;
  color: rgb(197, 0, 0);
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}

/* custom select*/
div.fancy-select {
  position: relative;
  color: #172535;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select div.trigger {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #fff;
  transition: all 240ms ease-out;
  border-radius: 0.2rem;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 1.4rem;
  line-height: 5rem;
  height: 5rem;
  font-weight: 500;
  border: 1px solid #A5A5A5;
  background: #FFFFFF;
  padding: 0 3rem 0 1.6rem;
  max-width: 100%;
  width: 100%;
  color: #172535;
  outline: none;
  margin-bottom: 2rem;
}
div.fancy-select div.trigger.selected {
  color: #172535;
}

div.fancy-select div.trigger:after {
  content: "\e900";
  display: block;
  position: absolute;
  color: #FD6A3C;
  font-size: 1.5rem;
  font-family: "icomoon" !important;
  line-height: 1;
  top: 50%;
  transform: translate(0, -50%);
  right: 1rem;
}

div.fancy-select div.trigger.open {
  background: #fff;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 8;
  max-height: 200px;
  overflow: auto;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 0 0 0.2rem 0.2rem;
  border-top: none;
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: calc(100% - 1px);
  opacity: 1;
  transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 1rem 1.6rem;
  border-top: 1px solid #F2F2F2;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #172535;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
}
div.fancy-select ul.options li:before {
  display: none;
}

div.fancy-select ul.options li.selected {
  font-weight: 600;
  background: #F2F2F2;
}

div.fancy-select ul.options li.hover {
  color: #172535;
}

/* selected filter styles */
.selected-filters-list {
  border-radius: 0.2rem;
  box-sizing: border-box;
  font-size: 0;
  display: inline-block;
  margin-bottom: 3.5rem;
}

.chips {
  border: 1px dashed #A5A5A5;
  display: inline-block;
  margin: 0 0.6rem 0.6rem 0;
  color: rgba(23, 37, 53, 0.79);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0.4rem 2rem 0.4rem 0.8rem;
  min-width: 10rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  position: relative;
}
.chips button {
  margin-left: 1rem;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  -webkit-appearance: none;
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #172535;
  cursor: pointer;
  padding: 0;
}

/*tooltips*/
.toooltips {
  margin-bottom: 3.5rem;
  display: block !important;
}

.tooltip-parent {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-parent:hover .ia-tooltip {
  opacity: 1;
  visibility: visible;
}

.ia-tooltip {
  background: #FFFFFF;
  border: 1px solid rgba(165, 165, 165, 0.5);
  position: absolute;
  box-sizing: border-box;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  width: 135px;
  color: rgba(23, 37, 53, 0.6);
  text-align: left;
  box-shadow: 0px 0px 8px rgba(14, 25, 41, 0.33);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.ia-tooltip:before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: #FFFFFF;
  transform: rotate(45deg);
}
.ia-tooltip-top {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.ia-tooltip-top:before {
  border-left: 1px solid rgba(165, 165, 165, 0.5);
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  border-radius: 2px 0 0 0;
  top: -0.4rem;
  left: 50%;
  margin-left: -0.3rem;
}
.ia-tooltip-bottom {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.ia-tooltip-bottom:before {
  border-right: 1px solid rgba(165, 165, 165, 0.5);
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  border-radius: 0 0 2px 0;
  bottom: -0.4rem;
  left: 50%;
  margin-left: -0.3rem;
}
.ia-tooltip-bottom__right {
  bottom: calc(100% + 5px);
  left: auto;
  right: -10px;
  transform: translate(0, 0);
}
.ia-tooltip-bottom__right:before {
  left: auto;
  right: 13px;
  margin-left: 0;
}
.ia-tooltip-right {
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
}
.ia-tooltip-right:before {
  border-right: 1px solid rgba(165, 165, 165, 0.5);
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  border-radius: 0 2px 0 0;
  right: -0.4rem;
  top: 50%;
  margin-top: -0.3rem;
}
.ia-tooltip-left {
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
.ia-tooltip-left:before {
  border-left: 1px solid rgba(165, 165, 165, 0.5);
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  border-radius: 0 0 0 2px;
  left: -0.4rem;
  top: 50%;
  margin-top: -0.3rem;
}

/* Demo Styles */
.ui_components .ia-tooltip {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  display: inline-block;
  margin-right: 4rem;
  opacity: 1;
  visibility: visible;
}
.ui_components .ia-tooltip-top, .ui_components .ia-tooltip-right, .ui_components .ia-tooltip-left, .ui_components .ia-tooltip-bottom {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translate(0, 0);
}
.ui_components .section__block {
  padding: 4rem 0;
}
.ui_components .logo {
  margin-bottom: 5rem;
}
.ui_components .label {
  font-size: 6.6rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #172535;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.ui_components .label.ia-white {
  border-bottom: 1px solid rgba(63, 94, 157, 0.3);
}
.ui_components .sublabel {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.47;
  text-transform: uppercase;
  position: relative;
  padding-left: 5rem;
}
.ui_components .sublabel:before {
  content: "";
  background: #172535;
  height: 2px;
  width: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ui_components .sublabel.ia-white:before {
  background: #FFFFFF;
}
.ui_components ul {
  list-style-type: none;
  margin: 0;
}
.ui_components ul li {
  margin-bottom: 40px;
}
.ui_components .colors {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.ui_components .colors > div {
  width: 23.5%;
  margin: 0 2% 20px 0;
}
.ui_components .colors > div:nth-child(4n+4) {
  margin-right: 0;
}
.ui_components .colors > div span {
  width: 100%;
  display: block;
  padding-bottom: 50%;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  margin-bottom: 1rem;
}
.ui_components .align-columns {
  display: flex;
  flex-wrap: wrap;
}
.ui_components .align-columns > div {
  width: 33.33%;
}
.ui_components .base_elements_block {
  padding: 3rem 0;
}
.ui_components .ia-link {
  margin-bottom: 2rem;
}
.ui_components .ia-btn {
  margin-right: 3rem;
  margin-bottom: 2rem;
}
.ui_components.margin {
  margin: 100px 0;
}
.ui_components .global-item {
  padding: 2rem;
  margin-bottom: 2rem;
}

.meta {
  color: #C2D1D9;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.meta a {
  color: #C2D1D9;
}

.columns-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.5rem 5rem;
}
.columns-grid__item {
  margin: 0 3.5rem 5rem;
}
.columns-grid--2 .columns-grid__item {
  width: calc(50% - 7rem);
}
.columns-grid--3 .columns-grid__item {
  width: calc(33.33% - 7rem);
}
.columns-grid--4 .columns-grid__item {
  width: calc(25% - 3rem);
}

.stories-heading {
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  margin-bottom: 4rem;
}
.stories-heading.ia-white {
  border-bottom-color: rgba(161, 197, 211, 0.3);
}

.flex-module {
  margin: 7rem 0 !important;
}
.flex-module.ia-bg-dark, .flex-module.ia-bg-sky, .flex-module.ia-bg-soft {
  padding: 7rem 0 !important;
  margin: 0 auto !important;
}
.flex-module.flex-reduced-space {
  margin: 3rem 0;
}
.flex-module.flex-reduced-space:last-child {
  margin-bottom: 7rem;
}
.flex-module:first-child {
  margin-top: 0 !important;
}

.channel-container .flex-module:first-child {
  margin-top: 7rem;
}

.nothing {
  margin-left: 1.5rem;
}

.breadcrumbs {
  opacity: 0.7;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.breadcrumbs > span {
  margin: 0 0 5px;
  display: inline-block;
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}
.breadcrumbs > em {
  margin: 0 5px;
  display: inline-block;
  font-style: normal;
}
.breadcrumbs a {
  color: #A1C5D3;
  border-bottom: 1px solid #A1C5D3;
  transition: opacity 0.35s;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs.ia-white {
  opacity: 1;
}
.breadcrumbs.ia-white a {
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.breadcrumbs.ia-dark a {
  color: #172535;
  border-bottom: 1px solid #172535;
}

.play-carousel {
  position: absolute;
  top: 2.2rem;
  left: 6.2rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(63, 94, 157, 0.7);
  cursor: pointer;
  transition: background 0.35s;
  z-index: 20;
}
.play-carousel:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(63, 94, 157, 0.2);
  border-radius: 50%;
  z-index: 1;
  transition: background 0.35s;
}
.play-carousel i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.play-carousel i.icon-arr-right {
  transform: translate(-40%, -50%);
}

.slick-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(63, 94, 157, 0.7);
  position: absolute;
  border: none;
  top: 50%;
  left: 2.5rem;
  transform: translate(0, -50%);
  z-index: 12;
  cursor: pointer;
  transition: background 0.35s;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.slick-arrow.slick-next {
  left: auto;
  right: 2.5rem;
  transform: translate(0, -50%) scaleX(-1);
}
.slick-arrow:before {
  font-family: "icomoon" !important;
  content: "\e934";
  font-size: 1.5rem;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(63, 94, 157, 0.2);
  border-radius: 50%;
  transition: background 0.35s;
}

.fancybox-is-open .fancybox-bg {
  background: #172535;
  opacity: 1;
}

.fancybox-container {
  z-index: 999999;
}

.fancybox-iframe {
  border-top: 1rem solid #FD6A3C;
}

.fancybox-close-small {
  transition: opacity 0.35s;
  opacity: 1;
}
.fancybox-close-small:hover {
  opacity: 0.8;
}
.fancybox-close-small:before {
  content: "\e921";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 2.2rem;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fancybox-close-small svg {
  display: none;
}

.fancybox-caption__body {
  font-size: 1.7rem;
  font-weight: 500;
  color: #FFFFFF;
}

form.srch-form.srch-form__orange button {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
form.srch-form.srch-form__orange button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: width 0.5s;
  background: #FD6A3C;
}

.desktop-version .share-button:hover {
  color: #FFFFFF;
}
.desktop-version .extra-share-tool a:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.desktop-version form.srch-form button:hover {
  color: #FD6A3C;
}
.desktop-version form.srch-form.srch-form__orange button:hover {
  background: #F2F2F2;
  color: #172535;
  border-top: 1px solid #FD6A3C;
  border-right: 1px solid #FD6A3C;
  border-bottom: 1px solid #FD6A3C;
}
.desktop-version form.srch-form.srch-form__orange button:hover:after {
  width: 100%;
}
.desktop-version .slick-arrow:hover {
  background: #172535;
}
.desktop-version .slick-arrow:hover:after {
  background: rgba(63, 94, 157, 0.4);
}
.desktop-version .play-carousel:hover {
  background: #172535;
}
.desktop-version .play-carousel:hover:after {
  background: rgba(63, 94, 157, 0.4);
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 30px;
}

@media (max-width: 1300px) {
  body .xl {
    font-size: 6rem;
  }
  body .l {
    font-size: 6rem;
  }
  body .h1 {
    font-size: 4.2rem;
  }
  body .h2 {
    font-size: 3.6rem;
  }
  body .h3,
  body .h3b {
    font-size: 3.3rem;
  }
  body .h4 {
    font-size: 2.1rem;
  }
  body .h5 {
    font-size: 1.8rem;
  }
  body .h6 {
    font-size: 1.5rem;
  }
  body .p {
    font-size: 1.5rem;
  }
  body .p2 {
    font-size: 1.3rem;
  }
  body .p3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .flex-module {
    margin: 4rem 0 !important;
  }
  .flex-module.ia-bg-dark, .flex-module.ia-bg-sky, .flex-module.ia-bg-soft {
    margin: 0 !important;
    padding: 4rem 0 !important;
  }
  .channel-container .flex-module:first-child {
    margin-top: 4rem;
  }
  .select.open .dropdown-list .mCustomScrollBox {
    max-height: 100% !important;
  }
  .select .dropdown-list .mCustomScrollBox {
    max-height: 0 !important;
    transition: max-height 0s;
  }
  .select .dropdown-list .dropdown-list-item.current a {
    background: none;
    padding-left: 2rem;
  }
  .select .dropdown-list a {
    padding: 0.6rem 2rem;
  }
  .select .dropdown-list a:before {
    left: 5px;
  }
  .select .dropdown-list .dropdown-list-in {
    overflow-y: visible;
    touch-action: auto;
  }
  .map-select .select.open .dropdown-list .mCustomScrollBox {
    max-height: 250px !important;
  }
}
@media (max-width: 767px) {
  body .xl {
    font-size: 3.2rem;
  }
  body .l {
    font-size: 5rem;
  }
  body .h1 {
    font-size: 3.2rem;
  }
  body .h2 {
    font-size: 2.6rem;
  }
  body .h3,
  body .h3b {
    font-size: 3.2rem;
  }
  body .h4 {
    font-size: 1.7rem;
  }
  body .h5 {
    font-size: 1.4rem;
  }
  body .h6 {
    font-size: 1.3rem;
  }
  body .p {
    font-size: 1.3rem;
  }
  body .p2 {
    font-size: 1.2rem;
  }
  body .p3 {
    font-size: 1rem;
  }
  .sub-heading {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .ia-link {
    font-size: 1.2rem;
  }
  .ia-link i {
    font-size: 1.1rem;
  }
  .ia-btn {
    font-size: 1.2rem;
  }
  .ia-btn span {
    padding: 1.1rem 1.5rem;
  }
  .ia-btn--secondary {
    font-size: 1.2rem;
  }
  .ia-btn--secondary span {
    padding: 1.5rem 2rem;
  }
  form.subscribe-form fieldset input {
    font-size: 1.4rem;
  }
  .field-group {
    display: block;
  }
  .field-group .field-col {
    width: 100%;
  }
  form .wpcf7-checkbox .wpcf7-list-item, form .wpcf7-radio .wpcf7-list-item {
    display: block;
  }
  .columns-grid--3 {
    margin: 0 -2rem 3rem;
  }
  .columns-grid--3 .columns-grid__item {
    width: calc(50% - 4rem);
    margin: 0 2rem 2rem;
  }
  .slick-dots {
    display: block;
    text-align: center;
  }
  .slick-dots li {
    width: 10px;
    display: inline-block;
  }
  .map-network-directory__results-items-wrap {
    max-height: none !important;
  }
  .map-network-directory__results-items-wrap .mCustomScrollBox {
    max-height: none !important;
  }
  .map-network-directory__results-items-wrap .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .map-network-directory__results-items-wrap .mCSB_scrollTools {
    display: none !important;
  }
  .map-network-directory__results-items-wrap.mCustomScrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
  }
  form input[type=text], form input[type=tel], form input[type=email], form input[type=password], form input[type=date] {
    height: 4rem;
  }
}
@media (max-width: 500px) {
  .columns-grid--3 {
    display: block;
    margin: 0 0 3rem;
  }
  .columns-grid--3 .columns-grid__item {
    width: auto;
    margin: 0 2rem 2rem;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?5jw4ib") format("truetype"), url("../fonts/icomoon.woff?5jw4ib") format("woff"), url("../fonts/icomoon.svg?5jw4ib#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-print-converted:before {
  content: "\e933";
}

.icon-sub-page:before {
  content: "\e932";
}

.icon-arrow-right-btn:before {
  content: "\e334";
}

.icon-arrow-left-btn:before {
  content: "\e934";
}

.icon-pause:before {
  content: "\e935";
}

.icon-doc:before {
  content: "\e92f";
}

.icon-link:before {
  content: "\e930";
}

.icon-powerpoint:before {
  content: "\e931";
}

.icon-filter:before {
  content: "\e92b";
}

.icon-mail:before {
  content: "\e92c";
}

.icon-play:before {
  content: "\e92d";
}

.icon-locate:before {
  content: "\e92e";
}

.icon-close-light:before {
  content: "\e92a";
}

.icon-assesment:before {
  content: "\e923";
}

.icon-checkbox:before {
  content: "\e924";
}

.icon-download:before {
  content: "\e925";
}

.icon-external:before {
  content: "\e926";
}

.icon-info:before {
  content: "\e927";
}

.icon-language:before {
  content: "\e928";
}

.icon-translate:before {
  content: "\e929";
}

.icon-cross:before {
  content: "\e921";
}

.icon-clock:before {
  content: "\e91f";
}

.icon-logo:before {
  content: "\e920";
}

.icon-menu:before {
  content: "\e922";
}

.icon-nccer:before {
  content: "\e91e";
}

.icon-arr-down:before {
  content: "\e900";
}

.icon-arr-left:before {
  content: "\e901";
}

.icon-arr-right:before {
  content: "\e902";
}

.icon-arr-up:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-books:before {
  content: "\e905";
}

.icon-buildings:before {
  content: "\e906";
}

.icon-calendar:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-edit:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e90b";
}

.icon-file:before {
  content: "\e90c";
}

.icon-globe:before {
  content: "\e90d";
}

.icon-heart:before {
  content: "\e90e";
}

.icon-instagram:before {
  content: "\e90f";
}

.icon-linked-in:before {
  content: "\e910";
}

.icon-map:before {
  content: "\e911";
}

.icon-marker:before {
  content: "\e912";
}

.icon-message:before {
  content: "\e913";
}

.icon-mute:before {
  content: "\e914";
}

.icon-order:before {
  content: "\e915";
}

.icon-paper-plan:before {
  content: "\e916";
}

.icon-search:before {
  content: "\e917";
}

.icon-tiktok:before {
  content: "\e918";
}

.icon-twitter:before {
  content: "\e919";
}

.icon-unmute:before {
  content: "\e91a";
}

.icon-user:before {
  content: "\e91b";
}

.icon-verify:before {
  content: "\e91c";
}

.icon-youtube:before {
  content: "\e91d";
}

/* header */
.mobile-logo,
#mobile-menu {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #172535;
  border-bottom: 1px solid rgba(161, 197, 211, 0.3);
}
.header.fixed .header__logo {
  width: 150px;
}
.header.fixed .header__menu .nav-main > div > ul > li > a {
  padding: 1.5rem 0;
}
.header.fixed .sign-in-header {
  padding: 1.5rem 2.5rem;
}
.header__logo {
  overflow: hidden;
  transition: width 0.35s, height 0.35s;
  width: 207px;
}
.header__logo a {
  display: block;
  opacity: 0;
  transform: translate(0, -50px);
  transition: transform 0.8s, opacity 0.8s;
}
.header__logo img {
  width: 100%;
}
.header__main {
  transition: padding 0.35s;
}
.header__left ul {
  margin: 0;
  padding-right: 11rem;
}
.header__left ul li {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 3rem;
  transform: translate(0, -100%);
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
}
.header__left ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.header__left ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.header__left ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.header__left ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.header__left ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.header__left ul li:first-child {
  margin-left: 0;
}
.header__left ul li a {
  color: #A1C5D3;
  transition: color 0.35s;
}
.header__left ul li a[target*=_blank]:after {
  margin-left: 5px;
  content: "\e926";
  font-family: "icomoon";
  display: inline-block;
}
.header__right {
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
}
.header__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header__menu #mobile-menu {
  display: none;
}
.header__menu .logo {
  padding: 2rem 0;
}
.header__menu .logo a {
  display: flex;
  align-items: center;
}
.header__menu .logo img {
  width: 100%;
}
.header__menu .logo .logo-icon {
  margin-right: 1rem;
}
.header__menu .nav-main {
  display: flex;
  justify-content: flex-end;
}
.header__menu .nav-main > div > ul {
  margin: 0;
  position: relative;
}
.header__menu .nav-main > div > ul > li {
  display: inline-block;
  margin-right: 5rem;
  transition: padding 0.35s;
}
.header__menu .nav-main > div > ul > li > a {
  display: block;
  opacity: 0;
  padding: 3rem 0;
  position: relative;
  transform: translate(0, -100%);
  transition: opacity 0.8s, transform 0.8s, padding 0.35s;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
}
.header__menu .nav-main > div > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.6rem;
  width: 0;
  transition: width 0.35s;
  background: #FD6A3C;
}
.header__menu .nav-main > div > ul > li.current-menu-item > a:before {
  width: 100%;
}
.header__cta {
  margin-left: 2rem;
}

.promo-banner {
  z-index: 3;
  font-size: 1.2rem;
  line-height: 1.16;
  color: #172535;
  max-height: 20rem;
  transition: max-height 0.35s, transform 0.8s linear;
  position: relative;
  overflow: hidden;
  background: #A1C5D3;
  transform: translate(0, -100%);
}
.promo-banner-hidden {
  opacity: 0;
}
.promo-banner__inner {
  padding: 1rem 0;
}
.promo-banner p {
  font-size: 1.2rem;
  padding-right: 3rem;
  margin: 0;
  text-align: center;
}
.promo-banner p a {
  color: #172535;
  position: relative;
  padding-bottom: 2px;
}
.promo-banner p a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #172535;
}
.promo-banner p a:hover:after {
  background: #FD6A3C;
}
.promo-banner__close {
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
  color: #172535;
  font-size: 1.9rem;
  text-align: center;
}

.desktop-version .header__menu .nav-main > div > ul > li > a:hover:before {
  width: 100%;
}

.loaded .promo-banner {
  transform: translate(0, 0);
}
.loaded .header__left ul li {
  opacity: 1;
  transform: none;
}
.loaded .sign-in-header {
  opacity: 1;
  transform: translate(0, 0);
}
.loaded .header__menu .nav-main > div > ul > li > a {
  opacity: 1;
  transform: translate(0, 0);
}
.loaded .header__logo a {
  opacity: 1;
  transform: translate(0, 0);
}

.sign-in-header {
  padding: 3rem 2.5rem;
  background: #FFFFFF;
  color: #172535;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  opacity: 0;
  transfrom: translate(0, -100%);
  transition: padding 0.35s, transform 0.35s 0.2s;
}
.sign-in-header i {
  margin-left: 5px;
}
.sign-in-header svg {
  margin-left: 6px;
}

@media (min-width: 1024px) {
  .mobile-navi {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .sign-in-header {
    padding: 0;
    background: none;
    color: #FFFFFF;
  }
  .expanded-search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .expanded-search .header__search {
    width: 50px;
  }
  .mobile-logo {
    display: block;
    max-width: 100px;
  }
  .header {
    padding: 1.2rem 0;
  }
  .header #mobile-menu {
    display: block;
    margin-left: 1.3rem;
    color: #FFFFFF;
  }
  .header #mobile-menu i {
    font-size: 2.2rem;
  }
  .header__main {
    display: none;
  }
  .header__search {
    height: 100%;
    width: 50px;
    border-right: 1px solid rgba(161, 197, 211, 0.3);
  }
  .header__search .search-icon {
    margin: 0 auto;
    display: block;
    width: 1.9rem;
  }
  .header__search .search-overlay {
    top: 63px;
    transform: none;
    width: 100vw;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0 3rem;
  }
  .header__search .search-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    right: 0;
    height: 200vh;
    background: #172535;
  }
  .nav-main {
    display: none;
  }
  .mobile-navi {
    background: #172535;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transform: translate(-100%, 0);
    transition: transform 0.8s;
  }
  .mobile-navi.open {
    transform: translate(0, 0);
  }
  .mobile-navi__head {
    padding: 1rem 2.4rem;
    position: relative;
  }
  .mobile-navi__logo {
    display: block;
    max-width: 100px;
  }
  .mobile-navi__close {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    color: #FFFFFF;
    font-size: 2.2rem;
  }
  .mobile-navi .nav-main {
    display: block;
  }
  .mobile-navi__in {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 3rem 13%;
    overflow: auto;
  }
  .mobile-navi__in ul {
    margin: 0;
  }
  .mobile-navi__in > ul {
    position: relative;
    padding-top: 3rem;
  }
  .mobile-navi__in > ul:before {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    border-bottom: 1px solid rgba(161, 197, 211, 0.3);
  }
  .mobile-navi__in > ul li {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .mobile-navi__in > ul li a {
    color: #A1C5D3;
  }
  .mobile-navi__in > ul li a[target=_blank]:after {
    content: "\e926";
    font-family: "icomoon";
    display: inline-block;
    margin-left: 5px;
  }
  .mobile-navi .nav-main {
    padding-bottom: 1rem;
  }
  .mobile-navi .nav-main > div > ul > li {
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 1.8rem;
  }
  .mobile-navi .nav-main > div > ul > li > a {
    color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .promo-banner p {
    font-size: 1rem;
    text-align: left;
  }
  .promo-banner__close {
    right: 4%;
  }
  .header__search .search-overlay {
    padding: 0 5%;
  }
}
/* footer */
.footer {
  font-size: 1.4rem;
  line-height: 1.5;
  background: #172535;
  position: relative;
  z-index: 21;
}
.footer__logo {
  max-width: 25%;
}
.footer__widgets {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 7.5rem;
  padding-top: 8rem;
}
.footer__widget {
  padding-left: 6%;
  padding-right: 3%;
  box-sizing: border-box;
  border-left: 1px solid rgba(161, 197, 211, 0.3);
}
.footer__widget.footer__widget-quick-links {
  border-left: none;
}
.footer__widget:first-child {
  border: none;
  padding-left: 0;
}
.footer__widget:last-child {
  padding-right: 0;
}
.footer__heading {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.14;
  color: #A1C5D3;
  opacity: 0.7;
  margin-bottom: 1.5rem;
}
.footer .content-entry p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.footer__widget-quick-links {
  width: 40%;
}
.footer__widget-quick-links ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__widget-quick-links ul li {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  width: 48%;
  margin-bottom: 1rem;
}
.footer__widget-quick-links ul li a {
  color: #FFFFFF;
  transition: opacity 0.35s;
}
.footer__widget-donation {
  width: 40%;
}
.footer__widget-subscribe {
  width: 35%;
}
.footer__bottom {
  padding: 2rem 0;
  border-top: 1px solid rgba(161, 197, 211, 0.3);
  color: #A1C5D3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom-links a {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #A1C5D3;
  opacity: 0.7;
  transition: color 0.35s, opacity 0.35s;
  margin-right: 3rem;
}
.footer__bottom-links a:last-child {
  margin-right: 0;
}
.footer__bottom__left {
  font-size: 1rem;
}
.footer__bottom__center, .footer__bottom__left, .footer__bottom__right {
  width: 100%;
}
.footer__bottom__center {
  text-align: center;
}
.footer__bottom__right {
  text-align: right;
}
.footer__socials {
  margin: 0;
  list-style-type: none;
}
.footer__socials li {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
}
.footer__socials li a {
  color: #A1C5D3;
  opacity: 0.7;
  transition: color 0.35s, opacity 0.35s;
}
.footer__socials li a i {
  font-size: 28px;
}

.site-by {
  opacity: 0.7;
}
.site-by a {
  color: #A1C5D3;
  border-bottom: 1px dashed #A1C5D3;
  transition: color 0.35s;
}

.desktop-version .footer__socials li a:hover,
.desktop-version .site-by a:hover,
.desktop-version .footer__bottom-links a:hover {
  color: #FFFFFF;
  opacity: 1;
}
.desktop-version .footer__widget-quick-links ul li a:hover {
  opacity: 0.7;
}

@media (max-width: 800px) {
  .footer__socials li a i {
    font-size: 34px;
  }
  .footer .content-entry {
    max-width: 340px;
  }
  .footer .content-entry p {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
  .footer__heading {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
  }
  .footer__logo {
    display: block;
    margin-bottom: 2.5rem;
  }
  .footer__widgets {
    display: block;
    margin-bottom: 3.5rem;
    padding-top: 4.5rem;
  }
  .footer__widget {
    width: auto;
    padding: 0;
    border-left: none;
    margin-bottom: 3rem;
  }
  .footer__widget-quick-links ul li {
    font-size: 1.4rem;
  }
  .footer__widget-donation .ia-link--white i {
    color: #FFFFFF;
  }
  .footer__social li {
    margin: 0 0.5rem;
  }
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__bottom-links a {
    display: block;
  }
  .footer__bottom__right {
    order: 1;
    width: 100%;
    text-align: center;
    padding-bottom: 3rem;
  }
  .footer__bottom__left {
    order: 3;
    width: 50%;
    padding-left: 2rem;
    box-sizing: border-box;
    text-align: right;
  }
  .footer__bottom__center {
    order: 2;
    width: 50%;
    padding-right: 2rem;
    box-sizing: border-box;
    text-align: left;
  }
  form.subscribe-form {
    max-width: 24rem;
  }
}
@media (max-width: 767px) {
  .footer__widget-menu {
    width: calc(50% - 3px);
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3rem;
  }
  .footer__widget-subscribe {
    padding-top: 0;
  }
  .footer__bottom__right {
    float: left;
    clear: both;
    padding-top: 1rem;
  }
}
/* flexible page */
.flex-module.hero-craft {
  padding-top: 23rem;
}

.no-space-hero .hero-channel {
  margin-bottom: 3rem !important;
}
.no-space-hero > div {
  margin-bottom: 0 !important;
}
.no-space-hero .hero-org__top {
  margin-bottom: 0 !important;
}

.text-image-lines__in {
  display: flex;
  position: relative;
  box-sizing: border-box;
  padding: 7rem 6.5rem;
}
.text-image-lines__in.ia-bg-dark {
  border: none;
}
.text-image-lines__in.image-right .text-image-lines__left {
  order: 2;
  margin-right: -18rem;
  margin-left: 0;
  text-align: right;
}
.text-image-lines__in.image-right .text-image-lines__right {
  order: 1;
  margin-right: 7.5%;
  margin-left: 0;
}
.text-image-lines__in.full-width {
  margin-left: 0 !important;
}
.text-image-lines__in.full-width .text-image-lines__right {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.text-image-lines__left {
  width: calc(25% + 18rem);
  margin-left: -18rem;
}
.text-image-lines__right {
  margin-left: 7.5%;
  width: 63%;
}
.text-image-lines__right .content-entry h5 {
  margin-bottom: 1.5rem;
}
.text-image-lines__links a {
  margin-right: 5.5rem;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.text-image-lines-state {
  border: 1px solid #FD6A3C;
}
.text-image-lines-state .text-image-lines__in {
  border: none;
  align-items: flex-start;
}
.text-image-lines-state .text-image-lines__in:first-child {
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .text-image-lines__links a {
    margin-right: 0;
  }
  .text-image-lines__in {
    flex-direction: column;
    padding: 3rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .text-image-lines__right {
    margin-right: 0 !important;
    margin-left: 0 !important;
    order: 1 !important;
    margin-bottom: 3rem;
    width: 100%;
  }
  .text-image-lines__left {
    order: 2 !important;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
  }
}
.title-text-in-columns {
  background: #F2F2F2;
}
.title-text-in-columns__in {
  padding: 8rem 6rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.title-text-in-columns__left {
  width: 43%;
}
.title-text-in-columns__right {
  width: 45%;
}
.title-text-in-columns.ia-bg-dark .sub-heading {
  color: #FFFFFF;
}
.title-text-in-columns.ia-bg-dark .h3 {
  color: #FFFFFF;
}
.title-text-in-columns.ia-bg-dark .ia-link {
  color: #FFFFFF;
}
.title-text-in-columns.ia-bg-dark .content-entry * {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .title-text-in-columns__in {
    display: block;
    padding: 3rem;
  }
  .title-text-in-columns__left, .title-text-in-columns__right {
    width: auto;
  }
  .title-text-in-columns__left {
    margin-bottom: 2rem;
  }
}
.columns-list {
  display: flex;
  flex-wrap: wrap;
}

.column-item-links a {
  margin-right: 3rem;
  margin-bottom: 1rem;
}
.column-item-image {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 2rem;
}
.column-item-image.portrait {
  padding-bottom: 100%;
}
.column-item-image div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: left bottom !important;
}
.column-item-sub-title {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.column-item__2 {
  width: 36%;
  margin-right: 17%;
  margin-top: 4rem;
}
.column-item__2:nth-child(1), .column-item__2:nth-child(2) {
  margin-top: 0;
}
.column-item__2:nth-child(2n+2) {
  margin-right: 0;
}
.column-item__3 {
  width: 25%;
  margin-right: 12.5%;
  margin-top: 4rem;
}
.column-item__3:nth-child(1), .column-item__3:nth-child(2), .column-item__3:nth-child(3) {
  margin-top: 0;
}
.column-item__3:nth-child(3n+3) {
  margin-right: 0;
}
.column-item__3 .content-entry p {
  font-weight: 400;
}
.column-item__4 {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4rem;
}
.column-item__4:nth-child(1), .column-item__4:nth-child(2), .column-item__4:nth-child(3), .column-item__4:nth-child(4) {
  margin-top: 0;
}
.column-item__4:nth-child(4n+4) {
  margin-right: 0;
}

.ia-bg-dark .program-item {
  background: rgba(63, 94, 157, 0.1);
}

.program-item {
  padding: 3rem;
  border-left: 1px solid #FD6A3C;
  box-sizing: border-box;
  background: #F2F2F2;
  margin-bottom: 2rem;
}
.program-item__2 {
  width: 44%;
  margin-right: 12%;
}
.program-item__2:nth-child(2n+2) {
  margin-right: 0;
}
.program-item__3 {
  width: 29%;
  margin-right: 6.5%;
}
.program-item__3:nth-child(3n+3) {
  margin-right: 0;
}
.program-item__4 {
  width: 21.5%;
  margin-right: 4.66%;
}
.program-item__4:nth-child(4n+4) {
  margin-right: 0;
}
.program-item-hours {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}
.program-item-hours i {
  vertical-align: middle;
  font-size: 1.6rem;
}
.program-item-curricula {
  font-size: 1.1rem;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  .program-item__4 {
    width: 46%;
    margin-right: 8%;
  }
  .program-item__4:nth-child(4n+4) {
    margin-right: 8%;
  }
  .program-item__4:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .column-item__2 {
    width: 46%;
    margin-right: 8%;
  }
  .column-item__3 {
    width: 46%;
    margin-right: 8%;
  }
  .column-item__3:nth-child(3n+3) {
    margin-right: 8%;
  }
  .column-item__3:nth-child(2n+2) {
    margin-right: 0;
  }
  .column-item__3:nth-child(3) {
    margin-top: 4rem;
  }
  .column-item__4 {
    width: 46%;
    margin-right: 8%;
  }
  .column-item__4:nth-child(4n+4) {
    margin-right: 8%;
  }
  .column-item__4:nth-child(2n+2) {
    margin-right: 0;
  }
  .column-item__4:nth-child(3) {
    margin-top: 4rem;
  }
  .column-item__4:nth-child(4) {
    margin-top: 4rem;
  }
  .program-item__3 {
    width: 46%;
    margin-right: 8%;
  }
  .program-item__3:nth-child(3n+3) {
    margin-right: 0;
    width: 100%;
  }
  .program-item__3:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .column-item-image {
    padding-bottom: 0;
  }
  .column-item-image div {
    display: none;
  }
  .column-item-image img {
    display: block !important;
  }
  .column-item__2, .column-item__3, .column-item__4 {
    width: 100%;
    margin-right: 0;
    margin-top: 4rem;
  }
  .column-item__2:nth-child(2), .column-item__3:nth-child(2), .column-item__4:nth-child(2) {
    margin-top: 4rem;
  }
  .column-item__2:nth-child(3), .column-item__3:nth-child(3), .column-item__4:nth-child(3) {
    margin-top: 4rem;
  }
  .column-item__2:nth-child(4), .column-item__3:nth-child(4), .column-item__4:nth-child(4) {
    margin-top: 3rem;
  }
  .column-item__2:nth-child(4n+4), .column-item__3:nth-child(4n+4), .column-item__4:nth-child(4n+4) {
    margin-right: 0;
  }
  .column-item__2:nth-child(3n+3), .column-item__3:nth-child(3n+3), .column-item__4:nth-child(3n+3) {
    margin-right: 0;
  }
  .program-item__2, .program-item__3, .program-item__4 {
    width: 100%;
    margin-right: 0;
  }
  .program-item__2:nth-child(2n+2), .program-item__3:nth-child(2n+2), .program-item__4:nth-child(2n+2) {
    margin-right: 0;
  }
}
.user-grid-small .inner {
  padding-top: 5rem;
  border-top: 1px dashed #A5A5A5;
}
.user-grid-small.exclude-line .inner {
  border-top: none;
  padding-top: 0;
}

.user-grid-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}

.user-company-name {
  font-size: 1rem;
  line-height: 1.3;
}

.user-city-state {
  opacity: 0.7;
}

.user-grid-item {
  width: 45%;
  margin-right: 10%;
  position: relative;
  margin-top: 4rem;
}
.user-grid-item:nth-child(1), .user-grid-item:nth-child(2) {
  margin-top: 0;
}
.user-grid-item:nth-child(2n+2) {
  margin-right: 0;
}
.user-grid-item-photo {
  width: 10rem;
  float: left;
  position: relative;
  margin-right: 3rem;
}
.user-grid-item-photo div {
  width: 100%;
  padding-bottom: 125%;
}
.user-grid-item-photo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background: #FD6A3C;
}
.user-grid-item-info {
  margin-left: 13rem;
}
.user-grid-item-label {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  opacity: 0.7;
}
.user-grid-item-phone {
  opacity: 0.7;
}
.user-grid-item-mail {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background 0.35s;
}
.user-grid-item-mail i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  transition: color 0.35s;
}
.user-grid-item.no-photo .user-grid-item-photo {
  width: 7px;
}
.user-grid-item.no-photo .user-grid-item-info {
  margin-left: 0;
  padding-left: 3rem;
  border-left: 7px solid #FD6A3C;
}
.user-grid-item-company {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.user-grid-item--large {
  width: 46.5%;
  margin-right: 7%;
  background: #F2F2F2;
}
.user-grid-item--large:nth-child(2n+2) {
  margin-right: 7%;
}
.user-grid-item--large:nth-child(2n+2) {
  margin-right: 0;
}
.user-grid-item--large .user-grid-item-photo {
  width: 39%;
}
.user-grid-item--large .user-grid-item-info {
  margin-left: calc(39% + 5rem);
  padding: 4rem 4rem 4rem 0;
}
.user-grid-item--large.no-photo .user-grid-item-photo {
  width: 0px;
}
.user-grid-item--large.no-photo .user-grid-item-info {
  margin-left: 0;
  height: 100%;
  box-sizing: border-box;
  padding-left: 5rem;
}
.user-grid-item--three {
  width: 28%;
  margin-right: 8%;
  margin-top: 4rem;
  position: relative;
  box-sizing: border-box;
}
.user-grid-item--three:nth-child(3) {
  margin-top: 0;
}
.user-grid-item--three:nth-child(2n+2) {
  margin-right: 8%;
}
.user-grid-item--three:nth-child(3n+3) {
  margin-right: 0;
}
.user-grid-item--list {
  width: 28%;
  margin-right: 8%;
  margin-top: 1rem;
  padding-left: 2.3rem;
  position: relative;
  box-sizing: border-box;
}
.user-grid-item--list:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0.6rem;
  left: 0;
  border-radius: 50%;
  background: #FD6A3C;
}
.user-grid-item--list:nth-child(3) {
  margin-top: 0;
}
.user-grid-item--list:nth-child(2n+2) {
  margin-right: 8%;
}
.user-grid-item--list:nth-child(3n+3) {
  margin-right: 0;
}
.user-grid-item--list .user-grid-item-info {
  margin-left: 0;
}
.user-grid-item .user-grid-item-company {
  font-size: 1.1rem;
  line-height: 1.4;
}

.desktop-version .user-grid-item-mail.ia-bg-soft:hover {
  background: #172535 !important;
}
.desktop-version .user-grid-item-mail.ia-bg-soft:hover i {
  color: #FFFFFF !important;
}

@media (max-width: 1023px) {
  .user-grid-item--large .user-grid-item-info {
    margin-left: calc(39% + 2rem);
    padding: 2rem 2rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .user-grid-item {
    width: 46%;
    margin-right: 8%;
  }
  .user-grid-item:nth-child(3n+3) {
    margin-right: 8%;
  }
  .user-grid-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .user-grid-item:nth-child(3) {
    margin-top: 4rem;
  }
  .user-grid-item--large {
    width: 100%;
    margin-right: 0 !important;
  }
  .user-grid-item--large:nth-child(2) {
    margin-top: 4rem;
  }
}
@media (max-width: 500px) {
  .user-grid-item--large .user-grid-item-info,
  .user-grid-item--large.no-photo .user-grid-item-info {
    margin-left: 0;
  }
  .user-grid-item {
    width: 100%;
    margin-right: 0%;
    margin-top: 3rem;
  }
  .user-grid-item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .user-grid-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .user-grid-item:nth-child(2) {
    margin-top: 4rem;
  }
  .user-grid-item:nth-child(3) {
    margin-top: 3rem;
  }
}
.our-partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our-partner-list--slider {
  display: block;
  margin-left: -4rem;
}
.our-partner-list--slider .slick-slide .our-partner-item {
  width: calc(100% - 4rem);
  margin-right: 0;
  margin-left: 4rem;
}
.our-partner-list--slider .slick-slide .our-partner-item a {
  margin-top: 0;
  margin-right: 4rem;
}
.our-partner-list--slider .slick-arrow {
  top: auto;
  transform: translate(0, 0);
  bottom: -18px;
}
.our-partner-list--slider .slick-arrow.slick-next {
  transform: translate(0, 0) scaleX(-1);
}
.our-partner-list--slider .slick-arrow.slick-prev {
  left: auto;
  right: 9rem;
}
.our-partner-list--slider .slick-list {
  overflow: visible;
}

.our-partner-item {
  width: 22%;
  margin-right: 4%;
}
.our-partner-item:nth-child(4n+4) {
  margin-right: 0;
}
.our-partner-item:nth-child(1) a, .our-partner-item:nth-child(2) a, .our-partner-item:nth-child(3) a, .our-partner-item:nth-child(4) a {
  margin-top: 0;
}
.our-partner-item a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 83%;
  background: #FFFFFF;
  margin-top: 5rem;
  border: 1px solid #F2F2F2;
  overflow: hidden;
}
.our-partner-item a img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.35s;
}
.our-partner-item a em {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F2F2F2;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  opacity: 0;
  transition: opacity 0.35s;
}
.our-partner-item a em i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #172535;
  font-size: 1.2rem;
}

.desktop-version .our-partner-item a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.desktop-version .our-partner-item a:hover em {
  opacity: 1;
}

@media (max-width: 500px) {
  .our-partner-list--slider {
    margin-left: -1.5rem;
  }
  .our-partner-list--slider .slick-slide .our-partner-item {
    margin-left: 1.5rem;
    width: calc(100% - 1.5rem);
  }
  .our-partner-list--slider .slick-dots {
    margin-left: 1.1rem;
  }
  .play-carousel {
    left: 3rem;
  }
  .our-partner-item {
    width: 30.33%;
    margin-right: 3%;
  }
  .our-partner-item:nth-child(4) {
    margin-top: 2rem;
  }
  .our-partner-item:nth-child(4n+4) {
    margin-right: 3%;
  }
  .our-partner-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .our-partner-item a {
    margin-top: 2rem;
  }
}
.accordion-wrap-flex {
  margin-top: 4rem;
}

.accordion-item-flex {
  padding: 0;
  background: rgba(242, 242, 242, 0.4);
}
.accordion-item-flex:nth-child(odd) {
  background: #FFFFFF;
  border-top: 1px solid #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
}

.page-template-reciprocity-map .accordion-item-flex:nth-child(odd) {
  background: rgba(242, 242, 242, 0.4);
  border: none;
}
.page-template-reciprocity-map .accordion-item-flex:nth-child(even) {
  background: #FFFFFF;
  border-top: 1px solid rgba(165, 165, 165, 0.4);
  border-bottom: 1px solid rgba(165, 165, 165, 0.4);
}

.accordion-title-flex {
  padding: 3rem 7rem 3rem 6.5rem;
  position: relative;
  display: block;
  color: #172535;
}
.accordion-title-flex i {
  position: absolute;
  top: 50%;
  right: 6rem;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #FD6A3C;
}
.accordion-title-flex.current i {
  transform: translate(-50%, -50%) scaleY(-1);
}

.accordion-info-flex {
  padding: 0 6.5rem 3rem;
  display: none;
}

@media (max-width: 767px) {
  .accordion-info-flex {
    padding: 1rem 3rem 3rem 2rem;
  }
  .accordion-info-flex .content-entry {
    padding-top: 0rem;
  }
  .accordion-title-flex {
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
  .accordion-title-flex i {
    right: 0;
    font-size: 1.4rem;
  }
}
.cta-dark-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-dark-text {
  width: 63%;
}
.cta-dark-text.full-width {
  width: auto;
}
.cta-dark-text .content-entry {
  max-width: 565px;
}
.cta-dark-btn {
  width: 37%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.page-template-researches-page .cta-dark.flex-module {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cta-dark-in {
    display: block;
  }
  .cta-dark-text, .cta-dark-btn {
    width: auto;
  }
}
.video-module-in {
  margin-top: 5rem;
  padding: 0 6rem;
  position: relative;
}
.video-module-in .video-iframe {
  width: 100%;
  position: relative;
  padding-bottom: 52.7%;
}
.video-module-in iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.video-module-lines {
  position: absolute;
  top: 5rem;
  bottom: 5rem;
  left: 0;
  right: 0;
}

.mejs-overlay-button {
  border: 1px solid #FD6A3C;
  background: #172535 !important;
  border-radius: 50%;
}
.mejs-overlay-button:after {
  content: "\e902";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.6rem;
  color: #FFFFFF;
  transition: color 0.35s;
  font-family: "icomoon" !important;
}

.flex-video .video-caption {
  display: none;
}

.mejs-controls {
  opacity: 0 !important;
  transition: opacity 0.35s;
}

.mejs-container:hover .mejs-controls {
  opacity: 1 !important;
}

.desktop-version .mejs-overlay-play:hover .mejs-overlay-button:after {
  color: #FD6A3C;
}

@media (max-width: 767px) {
  .video-module-in {
    padding: 0 2rem;
    margin-top: 0;
  }
  .video-module-lines {
    top: 2rem;
    bottom: 2rem;
  }
  .mejs-overlay-button {
    transform: scale(0.9);
  }
}
.content-block-head.narrow {
  max-width: 880px;
  display: block;
  margin: 0 auto;
}
.content-block-in {
  display: flex;
  justify-content: space-between;
}
.content-block-in.narrow {
  max-width: 880px;
  display: block;
  margin: 0 auto;
}
.content-block-in.narrow .content-block-image {
  width: auto;
  margin-bottom: 4.4rem;
}
.content-block-in.narrow .content-block-image div {
  padding-bottom: 40%;
}
.content-block-in.narrow .content-block-text {
  width: auto;
}
.content-block-image {
  order: 2;
  width: 39%;
}
.content-block-image div {
  width: 100%;
  padding-bottom: 156%;
}
.content-block-text {
  order: 1;
  width: 55%;
}
.content-block-text.full-width {
  width: 100%;
}
.content-block-flex {
  display: flex;
  justify-content: space-between;
}
.content-block-left {
  width: 70%;
}
.content-block-right {
  width: 30%;
  text-align: right;
}

@media (max-width: 767px) {
  .content-block-flex {
    display: block;
  }
  .content-block-flex .content-block-left {
    width: auto;
  }
  .content-block-flex .content-block-right {
    width: auto;
    text-align: left;
  }
  .content-block-in {
    display: block;
  }
  .content-block-in.narrow .content-block-image {
    margin-bottom: 3rem;
  }
  .content-block-image {
    width: auto;
    margin-bottom: 3rem;
  }
  .content-block-image div {
    padding-bottom: 56%;
  }
  .content-block-text {
    width: auto;
  }
}
.gallery-slider {
  margin-left: -2rem;
}
.gallery-slider .slick-list {
  overflow: visible;
}
.gallery-slider .slick-prev {
  left: 4.5rem;
}

.gallery-slider-4 {
  margin-left: -4rem;
}
.gallery-slider-4 .gallery-item {
  margin-left: 4rem;
}
.gallery-slider-4 .gallery-item-image {
  padding-bottom: 119%;
}
.gallery-slider-4 .slick-prev {
  left: 6.5rem;
}

.gallery-slider-3 .gallery-item-image {
  padding-bottom: 140%;
}

.gallery-slider-2 .gallery-item-image {
  padding-bottom: 70%;
}

.gallery-item {
  margin-left: 2rem;
  position: relative;
}
.gallery-item-image {
  width: 100%;
}
.gallery-item-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.6rem 2rem;
  line-height: 1.4;
  background: rgba(23, 37, 53, 0.85);
  font-size: 1.1rem;
  font-weight: 300;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .gallery-slider .slick-dots {
    margin-left: 2rem;
  }
  .gallery-slider-4 {
    margin-left: -2rem;
  }
  .gallery-slider-4 .gallery-item {
    margin-left: 2rem;
  }
}
.spacer-module-80 {
  height: 8rem;
}
.spacer-module-70 {
  height: 7rem;
}
.spacer-module-50 {
  height: 5rem;
}
.spacer-module-40 {
  height: 4rem;
}
.spacer-module-20 {
  height: 2rem;
}

.front-donation {
  padding: 8rem 0 6rem;
  position: relative;
  z-index: 2;
}
.front-donation__in {
  display: flex;
  flex-wrap: wrap;
}
.front-donation__in .content-entry {
  width: 51%;
  margin-right: 12%;
}
.front-donation__btn {
  margin-top: -3rem;
  position: relative;
  padding: 3.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.front-donation__btn-wrap {
  width: 37%;
}
.front-donation__btn-lines {
  position: absolute;
  left: 4.3rem;
  top: 0;
  bottom: 0;
  right: 0;
}
.front-donation__btn .ia-btn {
  z-index: 10;
}

.pum-content .front-donation__btn-wrap {
  width: 37%;
}
.pum-content .front-donation__btn {
  margin-top: 0;
}

@media (max-width: 767px) {
  .front-donation {
    padding: 4rem 0 3.2rem;
  }
  .front-donation__in {
    display: block;
  }
  .front-donation__btn {
    padding: 2rem 0;
    margin-top: 2rem;
  }
  .front-donation__btn-wrap {
    width: auto !important;
  }
  .front-donation__btn-lines {
    left: 7rem;
    right: 10rem;
  }
  .front-donation .content-entry {
    margin-right: 0;
    width: auto;
  }
  .pum-content .front-donation__btn-wrap {
    width: auto;
  }
  .pum-content .front-donation__in .content-entry {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pum-theme-12886 .pum-container,
  .pum-theme-lightbox .pum-container {
    min-width: 90% !important;
    padding: 20px;
  }
  .pum-theme-12886 .pum-title,
  .pum-theme-lightbox .pum-title {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .pum-theme-12886 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    top: 1rem;
    right: 1rem;
  }
}
.resources {
  padding: 7rem 0 19rem;
}
.resources.flex-module {
  padding: 0;
}
.resources.flex-module.ia-bg-dark {
  padding: 7rem 0;
}
.resources .inner > .content-entry {
  padding-bottom: 5rem;
}
.resources__list {
  display: flex;
  flex-wrap: wrap;
}
.resources__list__two-col .resources__item {
  width: 46%;
  margin-left: 8%;
}
.resources__list__two-col .resources__item:nth-child(3) {
  border-top: none !important;
}
.resources__list__two-col .resources__item:nth-child(3n+1) {
  margin-left: 8%;
}
.resources__list__two-col .resources__item:nth-child(2n+1) {
  margin-left: 0;
}
.resources__list__two-col .resources__item__has-icon h5 {
  padding-left: 3.7rem;
}
.resources__list__two-col .resources__item__has-icon h5 > i {
  position: absolute;
  font-size: 2rem;
  color: #FD6A3C;
  top: 0.4rem;
  left: 0;
  font-weight: normal;
}
.resources__list__two-col .resources__item__has-icon h5.no-icon {
  padding-left: 0;
}
.resources__list__two-col .resources__item__has-icon .resources__item-desc {
  padding-left: 3.7rem;
}
.resources__list__two-col .resources__item__has-icon .resources__item-desc.no-icon {
  padding-left: 0;
}
.resources__item {
  width: 27%;
  padding: 3rem 1rem 3rem 0;
  border-bottom: 1px dashed rgb(217, 217, 217);
  box-sizing: border-box;
  margin-left: 9.5%;
  position: relative;
}
.resources__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.3rem;
  height: 0.6rem;
  background: #FD6A3C;
  width: 0;
  transition: width 0.5s;
}
.resources__item:nth-child(1), .resources__item:nth-child(2), .resources__item:nth-child(3) {
  border-top: 1px dashed rgb(217, 217, 217);
}
.resources__item:nth-child(3n+1) {
  margin-left: 0;
}
.resources__item > a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.resources__item h5 {
  position: relative;
  padding-right: 6rem;
}
.resources__item h5 em {
  background: transparent;
  width: 4rem;
  height: 4rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -2rem;
  transition: background 0.5s;
}
.resources__item h5 em:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border: 5px solid transparent;
  border-radius: 50%;
  transition: border 0.5s;
}
.resources__item h5 em i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FD6A3C;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
.resources__item-desc {
  display: none;
  padding-right: 7.4rem;
}
.resources__item-desc p {
  padding-top: 0.5rem;
}
.resources__item.hover:before {
  width: 100%;
}
.resources__item.hover h5 em {
  background: rgba(63, 94, 157, 0.2);
}
.resources__item.hover h5 em.ia-bg-white {
  background: #fff;
}
.resources__item.hover h5 em:before {
  border: 5px solid rgba(63, 94, 157, 0.07);
}

.ia-bg-dark .resources__item {
  border-bottom: 1px dashed rgba(161, 197, 211, 0.5);
}
.ia-bg-dark .resources__item:nth-child(1), .ia-bg-dark .resources__item:nth-child(2), .ia-bg-dark .resources__item:nth-child(3) {
  border-top: 1px dashed rgba(161, 197, 211, 0.5);
}

.page-template-organization-channel-page .resources {
  padding-bottom: 7rem;
}
.page-template-organization-channel-page .resources.ia-bg-dark {
  position: relative;
}
.page-template-organization-channel-page .resources.ia-bg-dark:after {
  content: "";
  position: absolute;
  left: 99%;
  background: #172535;
  width: 100vw;
  top: 0;
  bottom: 0;
}

@media (max-width: 1300px) {
  .resources.flex-module.ia-bg-dark {
    padding: 4rem 0;
  }
}
@media (max-width: 1023px) {
  .resources {
    padding: 4rem 0 8rem;
  }
  .resources__item {
    padding: 2rem 0.5rem 2rem 0;
    width: 32%;
    margin-left: 2%;
  }
  .page-template-organization-channel-page .resources {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .resources__list__two-col .resources__item__has-icon .resources__item-desc {
    padding-left: 2.5rem;
    padding-top: 1rem;
  }
  .resources .inner > .content-entry {
    padding-bottom: 2rem;
  }
  .resources__item {
    width: 48%;
    margin-left: 4%;
  }
  .resources__item h5 {
    position: static;
  }
  .resources__item h5 em {
    transform: scale(0.8);
  }
  .resources__item:nth-child(3) {
    border-top: none !important;
  }
  .resources__item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .resources__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .resources__list__two-col .resources__item__has-icon h5 {
    padding-left: 2.5rem;
    position: relative;
  }
  .resources__list__two-col .resources__item__has-icon h5 > i {
    font-size: 1.6rem;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 600px) {
  .resources__list {
    display: block;
  }
  .resources__item {
    margin-left: 0 !important;
    width: auto !important;
  }
  .resources__item:nth-child(2) {
    border-top: none !important;
  }
}
.network-directory {
  padding: 9rem 0;
  max-width: 1340px;
  margin: -11rem auto 4rem;
  position: relative;
}
.network-directory.flex-module {
  margin: 7rem auto;
}
.network-directory__bg {
  position: absolute;
  right: 0;
  top: 2.5rem;
  bottom: 2.5rem;
  width: 57%;
  background: url(../images/map-bg.png) no-repeat 0 center/cover;
}
.network-directory__bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 17rem;
  background: linear-gradient(268.04deg, #A1C5D3 5.96%, rgba(161, 197, 211, 0) 91.16%);
}
.network-directory__in {
  max-width: 430px;
  position: relative;
  z-index: 10;
}
.network-directory__form-radio {
  margin-bottom: 3rem;
}
.network-directory__form-radio > b {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 1;
}
.network-directory__form-radio > b.active {
  opacity: 1;
  font-weight: 500;
}
.network-directory__form-radio label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.2rem;
}
.network-directory__form-radio label span {
  margin-bottom: 1.5rem;
}
.network-directory__form fieldset {
  display: flex;
  margin-bottom: 2.3rem;
}
.network-directory__form fieldset input {
  width: calc(100% - 170px);
  border: none;
  height: 4rem;
  margin-right: 13px;
  margin-bottom: 0;
  padding: 0 2rem;
}
.network-directory__form fieldset input::placeholder {
  color: #172535;
  opacity: 1;
}
.network-directory__form fieldset input:focus::placeholder {
  opacity: 0.3;
}
.network-directory__form fieldset button {
  width: 157px;
}

@media (max-width: 1023px) {
  .network-directory {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .network-directory {
    margin-top: -4rem;
    padding: 4rem 0;
    margin-bottom: 2rem;
  }
  .network-directory__bg {
    display: none;
  }
  .network-directory__bg:after {
    width: 100%;
  }
  .network-directory__in {
    max-width: 100%;
  }
  .network-directory .network-directory__form fieldset input {
    width: calc(100% - 145px);
    margin-right: 10px;
    font-size: 1.2rem;
    padding: 0 1rem;
  }
  .network-directory .network-directory__form fieldset button {
    width: 135px;
  }
  .network-directory .network-directory__form fieldset button span {
    padding: 1.3rem 1.5rem;
  }
}
.crafts {
  margin: 7rem 0;
}
.crafts .inner {
  display: flex;
  flex-wrap: wrap;
}
.crafts__left {
  width: 46%;
}
.crafts__left .h3 {
  margin-bottom: 1rem;
}
.crafts__right {
  width: 46%;
  margin-left: 8%;
}
.crafts__right.adjust-content {
  align-content: space-between;
  display: flex;
  flex-direction: column;
}
.crafts__list {
  width: 100%;
  flex-grow: 1;
}
.crafts__item {
  line-height: 1.3;
  padding: 2.5rem 7rem 2.5rem 2.5rem;
  position: relative;
  margin-bottom: 1.6rem;
  display: block;
  background: #F2F2F2;
  color: #172535;
  transition: padding 0.35s;
}
.crafts__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #FD6A3C;
  transition: width 0.35s;
}
.crafts__item em {
  background: transparent;
  width: 4rem;
  height: 4rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 1.6rem;
  margin-top: -2rem;
  transition: background 0.5s;
}
.crafts__item em:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border: 5px solid transparent;
  border-radius: 50%;
  transition: border 0.5s;
}
.crafts__item em i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FD6A3C;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}

.desktop-version .crafts__item:hover {
  padding-left: 4rem;
}
.desktop-version .crafts__item:hover:before {
  width: 7px;
}
.desktop-version .crafts__item:hover em {
  background: #FFFFFF;
}
.desktop-version .crafts__item:hover em:before {
  border: 5px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .crafts {
    margin: 4rem 0;
  }
}
@media (max-width: 767px) {
  .crafts {
    margin: 4rem 0;
  }
  .crafts__list {
    margin-bottom: 1.5rem;
  }
  .crafts .inner {
    display: block;
  }
  .crafts__left, .crafts__right {
    width: auto;
  }
  .crafts__right {
    margin-left: 0;
  }
  .crafts__left {
    margin-bottom: 3rem;
  }
  .crafts__item {
    padding: 1.5rem 6rem 1.5rem 1.7rem;
  }
}
.flex-feature {
  margin: 7rem 0;
}
.flex-feature h2 {
  margin-bottom: 2rem;
}
.flex-feature.flex-module {
  padding: 0;
}
.flex-feature-image {
  width: 100%;
  padding-bottom: 111%;
  position: relative;
  overflow: hidden;
}
.flex-feature-image div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex-feature__in {
  margin-left: 6.5rem;
  display: flex;
  align-items: top;
  box-sizing: border-box;
  padding: 6rem 5rem;
  position: relative;
}
.flex-feature__in.ia-bg-dark {
  border: none;
}
.flex-feature__in.ia-bg-dark .flex-feature-image {
  padding-bottom: 92.5%;
}
.flex-feature__in.ia-bg-dark .flex-feature__left {
  width: 30%;
  padding-top: 5rem;
}
.flex-feature__in.image-right {
  margin-left: 0;
  margin-right: 6.5rem;
}
.flex-feature__in.image-right .flex-feature__left {
  order: 2;
  margin-right: -10.5rem;
  margin-left: 0;
  text-align: right;
}
.flex-feature__in.image-right .flex-feature__right {
  order: 1;
  margin-right: 9%;
  margin-left: 0;
}
.flex-feature__in.full-width {
  margin-left: 0 !important;
}
.flex-feature__in.full-width .flex-feature__right {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.flex-feature__left {
  width: calc(30% + 10.5rem);
  margin-left: -10.5rem;
}
.flex-feature__right {
  margin-left: 9%;
  width: 61%;
}
.flex-feature--pathway .flex-feature__in {
  padding: 3.5rem 5rem;
}

.single-craft .flex-feature {
  padding: 0;
  margin: 7rem 0;
}

@media (max-width: 1023px) {
  .single-craft .flex-feature {
    margin: 4rem 0;
    padding-top: 0rem;
  }
}
@media (max-width: 767px) {
  .flex-feature {
    margin: 4rem 0;
  }
  .flex-feature__in {
    align-items: flex-start;
    padding: 3rem 2rem !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .flex-feature__in.image-right .flex-feature__left {
    margin-right: -3.5rem;
  }
  .flex-feature__right {
    width: 70%;
  }
  .flex-feature__left {
    width: calc(30% + 2rem);
    margin-left: -3.5rem;
  }
}
@media (max-width: 500px) {
  .flex-feature__in.ia-bg-dark {
    display: block;
    margin: 0 -1rem !important;
    padding: 0 4rem 4rem !important;
    position: relative;
  }
  .flex-feature__in.ia-bg-dark:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-bottom: 33%;
    background: #FFFFFF;
  }
  .flex-feature__in.ia-bg-dark .flex-feature__right {
    margin-left: 0;
    width: 100%;
  }
  .flex-feature__in.ia-bg-dark .flex-feature__left {
    width: auto;
    overflow: hidden;
    position: relative;
    padding-top: 0;
    margin: 0 -2rem 2.5rem !important;
  }
  .flex-feature__in.ia-bg-dark .flex-feature__left .flex-feature-image {
    padding-bottom: 50%;
  }
}
.find-a-center__in {
  padding: 5rem 6.5rem;
  position: relative;
}
.find-a-center-text {
  max-width: 430px;
  position: relative;
  z-index: 4;
}
.find-a-center-text .content-entry {
  max-width: 360px;
}
.find-a-center-bg {
  width: 44%;
  height: 88%;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/find-a-center.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .find-a-center__in {
    padding: 4rem 3rem;
  }
  .find-a-center-bg {
    width: 30%;
  }
}
@media (max-width: 540px) {
  .find-a-center__in {
    margin: 0 -5.5%;
    padding: 3rem 5%;
  }
  .find-a-center-text {
    max-width: 100%;
  }
  .find-a-center-bg {
    display: none;
  }
}
.hero-channel {
  position: relative;
  z-index: 30;
}
.hero-channel.flex-module {
  margin-bottom: 11rem;
  padding-bottom: 0;
}
.hero-channel .inner {
  display: flex;
}
.hero-channel__left {
  padding: 7rem 0;
  width: 43%;
}
.hero-channel__left .content-entry {
  max-width: 400px;
}
.hero-channel__right {
  margin-left: 6%;
  width: 40%;
  position: relative;
}
.hero-channel__image {
  position: absolute;
  top: 0;
  bottom: -7rem;
  left: 0;
  right: -220px;
}
.hero-channel__image div {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.channel-wrap > .inner {
  display: flex;
  flex-wrap: wrap;
}

.channel-sidebar {
  width: 290px;
  padding-right: 5rem;
  position: relative;
  background: #F2F2F2;
  float: left;
  box-sizing: border-box;
  padding-top: 7rem;
  z-index: 20;
}
.channel-sidebar:before {
  content: "";
  position: absolute;
  background: #F2F2F2;
  right: 0;
  width: 100vw;
  bottom: 0;
  top: -10rem;
}
.channel-sidebar__in {
  position: relative;
  z-index: 10;
  overflow-y: auto;
  width: 240px;
  max-height: 75%;
}
.channel-sidebar ul {
  list-style-type: none;
  margin-left: 0;
}
.channel-sidebar ul li {
  font-size: 1.5rem;
  line-height: 1.53;
  font-weight: 600;
  border-bottom: 1px solid #FD6A3C;
}
.channel-sidebar ul li a {
  display: block;
  color: #172535;
  padding: 1.7rem 1rem 1.7rem 0;
  position: relative;
  transition: padding 0.35s;
}
.channel-sidebar ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 0;
  background: #FD6A3C;
  transition: width 0.5s;
}
.channel-sidebar ul li a.current {
  padding-left: 1rem;
  padding-right: 0;
}
.channel-sidebar ul li a.current:before {
  width: 100%;
}

.desktop-version .channel-sidebar ul li a:hover {
  padding-left: 1rem;
  padding-right: 0;
}
.desktop-version .channel-sidebar ul li a:hover:before {
  width: 100%;
}

.page-template-flexible-page .channel-container {
  padding-top: 0;
}

.channel-container .flex-module.ia-bg-dark,
.section-page > .ia-bg-dark {
  position: relative;
}
.channel-container .flex-module.ia-bg-dark:after,
.section-page > .ia-bg-dark:after {
  content: "";
  position: absolute;
  left: 99%;
  background: #172535;
  width: 100vw;
  top: 0;
  bottom: 0;
}

.channel-container .flex-module.ia-bg-sky,
.section-page > .ia-bg-sky {
  position: relative;
}
.channel-container .flex-module.ia-bg-sky:after,
.section-page > .ia-bg-sky:after {
  content: "";
  position: absolute;
  left: 99%;
  background: #A1C5D3;
  width: 100vw;
  top: 0;
  bottom: 0;
}

.channel-container {
  width: calc(100% - 290px);
  padding-top: 7rem;
}
.channel-container .inner {
  max-width: 940px;
  padding-left: 5rem;
  padding-right: 5rem;
}

.single-craft .channel-container {
  padding-top: 5rem;
}

#helpful_resources + #get_in_touch,
#testimonials + #get_in_touch {
  margin-top: 5rem;
}

@media (max-width: 1100px) {
  .channel-container .inner {
    display: block;
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 0rem;
  }
}
@media (max-width: 1023px) {
  .single-craft .channel-container {
    padding-top: 3rem;
  }
  .channel-sidebar {
    display: none;
  }
  .page-template-organization-channel-page .channel-wrap,
  .page-template-secondary-audience-page .channel-container {
    margin-top: 0rem;
  }
  .channel-wrap > .inner {
    padding: 0;
  }
  .channel-container {
    width: 100%;
    padding-top: 0;
  }
  .channel-container .inner {
    display: block;
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .hero-channel {
    padding: 3rem 0;
  }
  .hero-channel .inner {
    display: block;
  }
  .hero-channel__left {
    padding: 0;
    width: auto;
    margin-bottom: 3rem;
  }
  .hero-channel__right {
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 60%;
  }
  .hero-channel__image {
    right: 0;
    bottom: -4rem;
  }
}
@media (max-width: 767px) {
  .channel-container .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.craft-pro-resources {
  margin: 7rem 0;
}
.craft-pro-resources.ia-bg-dark {
  padding: 7rem 0;
  margin: 0;
}
.craft-pro-resources.ia-bg-dark .craft-pro-list__number:before {
  background: rgba(161, 197, 211, 0.5);
}

.craft-pro-list {
  position: relative;
}
.craft-pro-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  background: #FD6A3C;
  height: 100%;
  transition: height 0.8s;
}
.craft-pro-list.wow:before {
  height: 0;
}
.craft-pro-list.wow[style*=visible]:before {
  height: 100%;
}
.craft-pro-list__number:before {
  width: 1px;
  background: #A5A5A5;
  left: 14rem;
}
.craft-pro-list__no-space {
  margin-bottom: 5rem;
}
.craft-pro-list__no-space:before {
  display: none;
}

.craft-pro-item {
  padding-left: 6.5rem;
  margin-bottom: 4.5rem;
}
.craft-pro-item:last-child {
  margin-bottom: 0;
}
.craft-pro-item__number {
  padding-left: 0;
  display: flex;
  border-left: none;
}
.craft-pro-item__number .craft-pro-item-number {
  width: 14rem;
  padding-right: 2rem;
  box-sizing: border-box;
}
.craft-pro-item__number .craft-pro-item-in {
  padding-left: 5.3rem;
  box-sizing: border-box;
  width: calc(100% - 14rem);
}
.craft-pro-item__no-space {
  padding-left: 0;
}

@media (max-width: 1300px) {
  .craft-pro-resources {
    margin: 4rem 0;
  }
  .craft-pro-resources.ia-bg-dark {
    padding: 4rem 0;
  }
}
@media (min-width: 768px) {
  .mob-accordion-desk {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .craft-pro-resources .inner > .h3 {
    margin-bottom: 1rem;
  }
  .craft-pro-item {
    margin-bottom: 0;
    padding-left: 0;
  }
  .craft-pro-list__number:before {
    left: 6rem;
  }
  .craft-pro-list:before {
    display: none;
  }
  .craft-pro-item__number {
    padding-left: 0;
  }
  .craft-pro-item__number .craft-pro-item-in {
    padding-left: 2.6rem;
    width: calc(100% - 6rem);
  }
  .craft-pro-item__number .craft-pro-item-number {
    width: 6rem;
    line-height: 1.5;
  }
  body .mob-accordion-title {
    padding: 1.5rem 3rem 1.5rem 0;
    position: relative;
    margin-bottom: 0 !important;
  }
  body .mob-accordion-title:after {
    content: "\e900";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.5rem;
    height: 1.5rem;
    color: #FD6A3C;
    font-family: "icomoon";
  }
  body .mob-accordion-title.current:after {
    transform: translate(0, -50%) scaleY(-1);
  }
  .mob-accordion-wrap {
    border-bottom: 1px solid #FD6A3C;
    margin-bottom: 0 !important;
  }
  .mob-accordion-desk {
    padding-bottom: 2rem;
    display: none;
  }
}
/*new flexible modules*/
.hero-text-image.flex-module:first-child {
  margin-top: 7rem !important;
}
.hero-text-image .inner {
  display: flex;
  position: relative;
}
.hero-text-image__left {
  width: 50%;
  box-sizing: border-box;
  padding: 0 5%;
}
.hero-text-image__right {
  position: absolute;
  left: 50%;
  right: 3rem;
  top: -7rem;
  bottom: -7rem;
  width: 50%;
}
.hero-text-image__right .play-icon {
  transform: translate(0, 0);
  top: auto;
  left: auto;
  right: 5.5rem;
  bottom: 5.5rem;
  z-index: 10;
  cursor: pointer;
}
.hero-text-image__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.hero-text-image__image div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.hero-text-image__image div video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 1023px) {
  .hero-text-image.flex-module:first-child {
    margin-top: 4rem !important;
  }
  .hero-text-image__left {
    padding-left: 0;
  }
  .hero-text-image__right {
    top: -4rem;
    bottom: -4rem;
  }
  .hero-text-image__right .play-icon {
    right: 2rem;
    bottom: 2rem;
    transform: scale(0.7);
    transform-origin: right bottom;
  }
}
@media (max-width: 767px) {
  .hero-text-image__left {
    width: auto;
    padding: 0;
    margin-bottom: 3rem;
  }
  .hero-text-image__right {
    width: auto;
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    padding-bottom: 55%;
  }
  .hero-text-image .inner {
    display: block;
  }
}
.hero-image-blueoverlay {
  position: relative;
}
.hero-image-blueoverlay .breadcrumbs {
  opacity: 0.8;
}
.hero-image-blueoverlay__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.hero-image-blueoverlay__bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(77deg, rgba(18, 29, 43, 0.9) -0.63%, rgba(23, 37, 53, 0.21) 71.5%);
}
.hero-image-blueoverlay__bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.hero-image-blueoverlay .inner {
  position: relative;
  z-index: 10;
}
.hero-image-blueoverlay .play-icon {
  transform: translate(0, 0);
  top: auto;
  left: auto;
  right: 5.5rem;
  bottom: 5.5rem;
  z-index: 10;
  cursor: pointer;
}
.hero-image-blueoverlay .content-entry {
  padding-right: 10rem;
}
.hero-image-blueoverlay .content-entry.ia-white ul li:before {
  color: #FFFFFF;
}
.hero-image-blueoverlay .content-entry.ia-white ol li:before {
  color: #FFFFFF;
}

@media (max-width: 1023px) {
  .hero-image-blueoverlay .content-entry {
    padding-right: 8rem;
  }
  .hero-image-blueoverlay .play-icon {
    right: 2rem;
    bottom: 2rem;
    transform: scale(0.7);
    transform-origin: right bottom;
  }
}
.text-feature-2-images .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.text-feature-2-images .inner .deco-img {
  position: absolute;
  right: 100%;
  margin-right: 8rem;
  height: 100%;
  width: auto;
}
.text-feature-2-images__images {
  width: 50%;
}
.text-feature-2-images__images .flex-video {
  margin-right: -10rem;
  margin-left: 0;
}
.text-feature-2-images__image:first-child {
  margin-left: 11rem;
  margin-right: -10rem;
}
.text-feature-2-images__image:last-child {
  margin-top: -20rem;
  width: 320px;
  max-width: 58%;
}
.text-feature-2-images__image:last-child div {
  padding-bottom: 100%;
}
.text-feature-2-images__image div {
  width: 100%;
  padding-bottom: 91%;
}
.text-feature-2-images__content {
  padding-right: 5%;
  width: 50%;
  box-sizing: border-box;
}
.text-feature-2-images.content-right .deco-img {
  right: auto;
  margin-right: 0;
  margin-left: 8rem;
  left: 100%;
}
.text-feature-2-images.content-right .text-feature-2-images__content {
  order: 2;
  padding-left: 5%;
  margin-right: 0;
}
.text-feature-2-images.content-right .text-feature-2-images__images {
  order: 1;
}
.text-feature-2-images.content-right .text-feature-2-images__images .flex-video {
  margin-left: -10rem;
  margin-right: 0;
}
.text-feature-2-images.content-right .text-feature-2-images__image:first-child {
  margin-left: -10rem;
  margin-right: 10rem;
}
.text-feature-2-images.content-right .text-feature-2-images__image:last-child {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 1300px) {
  .text-feature-2-images__image:first-child {
    margin-right: -3rem;
    margin-left: 3rem;
  }
  .text-feature-2-images.content-right .text-feature-2-images__image:first-child {
    margin-left: -3rem;
    margin-right: 3rem;
  }
  .text-feature-2-images.content-right .text-feature-2-images__images .flex-video,
  .text-feature-2-images__images .flex-video {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .text-feature-2-images__content {
    padding-right: 0;
    width: auto;
    margin-bottom: 3rem;
  }
  .text-feature-2-images__images {
    width: auto;
  }
  .text-feature-2-images .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .text-feature-2-images .inner .text-feature-2-images__content {
    order: 2;
  }
  .text-feature-2-images .inner .text-feature-2-images__images {
    order: 1;
    margin-bottom: 3rem;
    max-width: 230px;
  }
  .text-feature-2-images .inner .text-feature-2-images__images.full {
    max-width: 100%;
  }
  .text-feature-2-images .inner .text-feature-2-images__images:empty {
    margin-bottom: 0;
  }
  .text-feature-2-images__image:first-child,
  .text-feature-2-images.content-right .text-feature-2-images__image:first-child {
    margin-left: 0;
    margin-right: 5rem;
  }
  .text-feature-2-images__image:last-child,
  .text-feature-2-images.content-right .text-feature-2-images__image:last-child {
    margin-right: 0;
    margin-top: -30%;
    margin-left: auto;
  }
  .text-feature-2-images.content-right .text-feature-2-images__content {
    padding-left: 0;
  }
  .text-feature-2-images .inner .deco-img {
    margin-left: -20px !important;
    height: 230px;
    left: 100% !important;
    right: auto !important;
    margin-right: 0 !important;
  }
  .text-feature-2-images__images.full + .deco-img {
    display: none;
  }
}
.text-feature-image-split.flex-module.ia-bg-dark:after {
  background: #172535;
}
.text-feature-image-split.flex-module.ia-bg-sky:after {
  background: #A1C5D3;
}
.text-feature-image-split.flex-module.ia-bg-soft:after {
  background: #F2F2F2;
}
.text-feature-image-split.flex-module.ia-bg-dark, .text-feature-image-split.flex-module.ia-bg-sky, .text-feature-image-split.flex-module.ia-bg-soft {
  padding: 0;
  background: none !important;
  position: relative;
}
.text-feature-image-split.flex-module.ia-bg-dark:after, .text-feature-image-split.flex-module.ia-bg-sky:after, .text-feature-image-split.flex-module.ia-bg-soft:after {
  content: "";
  position: absolute;
  right: 50%;
  width: 100vw;
  top: 0;
  bottom: 0;
}
.text-feature-image-split.flex-module.ia-bg-dark .text-feature-image-split__content, .text-feature-image-split.flex-module.ia-bg-sky .text-feature-image-split__content, .text-feature-image-split.flex-module.ia-bg-soft .text-feature-image-split__content {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.text-feature-image-split.flex-module.ia-bg-dark .text-feature-image-split__image .vape, .text-feature-image-split.flex-module.ia-bg-sky .text-feature-image-split__image .vape, .text-feature-image-split.flex-module.ia-bg-soft .text-feature-image-split__image .vape {
  padding-bottom: 0;
  height: 100%;
}
.text-feature-image-split.flex-module.ia-bg-dark.content-right:after, .text-feature-image-split.flex-module.ia-bg-sky.content-right:after, .text-feature-image-split.flex-module.ia-bg-soft.content-right:after {
  left: 50%;
  right: auto;
}
.text-feature-image-split.flex-module.ia-bg-dark .inner, .text-feature-image-split.flex-module.ia-bg-sky .inner, .text-feature-image-split.flex-module.ia-bg-soft .inner {
  align-items: normal;
}
.text-feature-image-split .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-feature-image-split__content {
  box-sizing: border-box;
  width: 50%;
  padding-right: 10%;
  position: relative;
  z-index: 10;
}
.text-feature-image-split__image {
  width: calc(50% + 10rem);
  margin-right: -10rem;
  z-index: 10;
  position: relative;
}
.text-feature-image-split__image .flex-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.text-feature-image-split__image .flex-video .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
.text-feature-image-split__image .flex-video .mejs-container iframe {
  width: 100%;
  height: 100%;
}
.text-feature-image-split__image .flex-video .mejs-container video {
  height: auto !important;
  width: auto !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none;
}
.text-feature-image-split__image .vape {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.text-feature-image-split__image .vape-el {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.text-feature-image-split.content-right .text-feature-image-split__content {
  order: 2;
  padding-right: 0;
  padding-left: 10%;
}
.text-feature-image-split.content-right .text-feature-image-split__image {
  order: 1;
  margin-right: 0;
  margin-left: -10rem;
}

@media (max-width: 1300px) {
  .text-feature-image-split__image {
    margin-right: -3rem;
  }
  .text-feature-image-split.content-right .text-feature-image-split__image {
    margin-left: -3rem;
  }
  .text-feature-image-split__image {
    width: calc(50% + 3rem);
  }
}
@media (max-width: 1023px) {
  .text-feature-image-split__content {
    padding-right: 4%;
  }
  .text-feature-image-split.content-right .text-feature-image-split__content {
    padding-left: 4%;
  }
}
@media (max-width: 767px) {
  .text-feature-image-split.content-right .text-feature-image-split__image {
    margin-left: 0;
  }
  .text-feature-image-split .inner {
    display: block;
  }
  .text-feature-image-split .text-feature-image-split__image {
    width: auto;
  }
  .text-feature-image-split .text-feature-image-split__image .flex-video {
    position: relative;
    padding-bottom: 56%;
  }
  .text-feature-image-split .text-feature-image-split__image .flex-video .mejs-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .text-feature-image-split__image {
    margin-right: 0;
  }
  .text-feature-image-split__content {
    width: auto;
    padding: 0;
  }
  .text-feature-image-split.content-right .text-feature-image-split__content {
    padding-left: 0;
  }
  .text-feature-image-split.flex-module.ia-bg-dark.content-right:after,
  .text-feature-image-split.flex-module.ia-bg-sky.content-right:after,
  .text-feature-image-split.flex-module.ia-bg-soft.content-right:after {
    left: 0;
  }
  .text-feature-image-split.flex-module.ia-bg-dark:after,
  .text-feature-image-split.flex-module.ia-bg-sky:after,
  .text-feature-image-split.flex-module.ia-bg-soft:after {
    right: 0;
  }
  .text-feature-image-split__content {
    padding-bottom: 0 !important;
    margin-bottom: 2rem;
  }
  .text-feature-image-split__content .content-entry *:last-child {
    margin-bottom: 2rem;
  }
  .text-feature-image-split.flex-module.ia-bg-dark .text-feature-image-split__content,
  .text-feature-image-split.flex-module.ia-bg-sky .text-feature-image-split__content,
  .text-feature-image-split.flex-module.ia-bg-soft .text-feature-image-split__content {
    padding: 4rem 0;
  }
  .text-feature-image-split.flex-module.ia-bg-dark .text-feature-image-split__image .vape,
  .text-feature-image-split.flex-module.ia-bg-sky .text-feature-image-split__image .vape,
  .text-feature-image-split.flex-module.ia-bg-soft .text-feature-image-split__image .vape {
    padding-bottom: 100%;
    height: 0;
  }
  .text-feature-image-split.flex-module.ia-bg-dark .text-feature-image-split__image,
  .text-feature-image-split.flex-module.ia-bg-sky .text-feature-image-split__image,
  .text-feature-image-split.flex-module.ia-bg-soft .text-feature-image-split__image {
    padding-bottom: 4rem;
  }
}
@media (max-width: 500px) {
  .text-feature-image-split__image {
    width: 100%;
  }
}
.text-small-feature-area--video .text-small-feature-area__content {
  width: 40%;
}
.text-small-feature-area--video .text-small-feature-area__area {
  max-width: 660px;
  width: calc(55% + 10rem);
}
.text-small-feature-area-in {
  padding: 6rem 0 6rem 10rem;
  margin-left: -10rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-small-feature-area-in.ia-bg-dark .ia-line {
  display: none;
}
.text-small-feature-area__content {
  width: 59%;
  padding-right: 6%;
}
.text-small-feature-area__area {
  max-width: 435px;
  width: calc(35% + 10rem);
  margin-right: -10rem;
  position: relative;
  z-index: 10;
}

.area-pricing {
  background: #F2F2F2;
  border-top: 0.6rem solid #FD6A3C;
  padding: 4rem 5.5rem;
}
.area-pricing .sub-heading {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.area-pricing__hours {
  font-size: 1.1rem;
}
.area-pricing__hours i {
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 0.8rem;
}
.area-pricing__price {
  margin-top: 1rem;
}
.area-pricing__price span {
  font-size: 45%;
  color: #A5A5A5;
}
.area-pricing__checklist {
  list-style-type: none;
  padding-top: 2.5rem;
  border-top: 1px solid #A5A5A5;
  margin-left: 0;
  margin-top: 2.5rem;
}
.area-pricing__checklist li {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.5rem;
}
.area-pricing__checklist li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.6rem;
}

.area-list {
  background: #F2F2F2;
  border-top: 0.6rem solid #FD6A3C;
  padding: 4rem 5.5rem;
}
.area-list ul {
  padding-top: 2rem;
  margin-left: 0;
  list-style-type: none;
}
.area-list ul li {
  margin-bottom: 2rem;
}

.area-text {
  background: #F2F2F2;
  padding: 4rem 5.5rem;
}
.area-text .content-entry table {
  min-width: 100%;
}
.area-text .content-entry table thead tr td {
  height: 3rem !important;
  border-bottom: 0.6rem solid #FD6A3C;
}
.area-text .content-entry table tbody tr {
  background: rgba(165, 165, 165, 0.15);
}
.area-text .content-entry table tbody tr td {
  height: 4.5rem !important;
}
.area-text .content-entry table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}

.area-pricing.ia-bg-dark *,
.area-list.ia-bg-dark *,
.area-text.ia-bg-dark *,
.area-image.ia-bg-dark * {
  color: #FFFFFF;
}

.area-text.ia-bg-sky .content-entry table thead td,
.area-text.ia-bg-sky .content-entry table thead th {
  background: #A1C5D3;
  border-top: none;
}
.area-text.ia-bg-sky .content-entry table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}
.area-text.ia-bg-sky .content-entry table tbody tr {
  background: #F2F2F2;
}
.area-text.ia-bg-sky .content-entry table tbody tr td,
.area-text.ia-bg-sky .content-entry table tbody tr th {
  color: black;
}
.area-text.ia-bg-sky .content-entry table tbody tr td *,
.area-text.ia-bg-sky .content-entry table tbody tr th * {
  color: black;
}

.area-text.ia-bg-dark .content-entry table thead td,
.area-text.ia-bg-dark .content-entry table thead th {
  color: #FFFFFF;
  background: #172535;
  border-top: none;
}
.area-text.ia-bg-dark .content-entry table tbody tr:nth-child(odd) {
  background: #FFFFFF;
}
.area-text.ia-bg-dark .content-entry table tbody tr {
  background: #F2F2F2;
}
.area-text.ia-bg-dark .content-entry table tbody tr td,
.area-text.ia-bg-dark .content-entry table tbody tr th {
  color: black;
}
.area-text.ia-bg-dark .content-entry table tbody tr td *,
.area-text.ia-bg-dark .content-entry table tbody tr th * {
  color: black;
}

@media (max-width: 1300px) {
  .text-small-feature-area-in {
    margin-left: 0;
    padding: 6rem 0 6rem 6rem;
  }
  .text-small-feature-area__area {
    margin-right: -3rem;
    width: calc(35% + 3rem);
  }
}
@media (max-width: 1023px) {
  .text-small-feature-area-in {
    padding: 3rem 0 3rem 3rem;
  }
  .area-pricing,
  .area-list,
  .area-text {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .text-small-feature-area--video .text-small-feature-area__content {
    width: auto;
  }
  .text-small-feature-area--video .text-small-feature-area__area {
    width: 100%;
  }
  .text-small-feature-area .content-entry table tr td {
    font-size: 1.2rem;
    height: 3rem;
    padding: 0.5rem 1rem;
  }
  .text-small-feature-area.flex-module {
    margin-bottom: 6rem;
  }
  .text-small-feature-area-in {
    padding: 3rem;
    display: block;
  }
  .text-small-feature-area__area {
    margin-right: 0;
    margin-bottom: -6rem;
  }
  .text-small-feature-area__content {
    width: auto;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .text-small-feature-area__area {
    width: 100%;
    box-sizing: border-box;
  }
}
.case-study .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-study__left {
  width: 45%;
}
.case-study__right {
  width: 45%;
}
.case-study__logos {
  display: flex;
  flex-wrap: wrap;
}
.case-study__logo {
  width: calc(33.33% - 1rem);
  border: 1px solid #F2F2F2;
  margin-right: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  background: #FFFFFF;
  overflow: hidden;
}
.case-study__logo:nth-child(3n+3) {
  margin-right: 0;
}
.case-study__logo-in {
  width: 100%;
  padding-bottom: 61%;
  position: relative;
  background: #FFFFFF;
}
.case-study__logo-in img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: auto;
  transition: transform 0.5s;
}
.case-study__logo-in i {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.case-study__logo-in a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.case-study__card-img {
  width: 100%;
  padding-bottom: 68%;
}
.case-study__card-img .vape-el {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.case-study__card-text {
  background: #F2F2F2;
  padding: 4.5rem 5.5rem;
}
.case-study-circle__in {
  padding: 12rem 0;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.case-study-circle__in.ia-bg-dark .ia-line {
  display: none;
}
.case-study-circle .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-study-circle__left {
  width: 45%;
}
.case-study-circle__right {
  width: 50%;
}
.case-study-circle__logos {
  display: flex;
}
.case-study-circle__logo {
  width: calc(33.33% - 33.33px);
  padding-bottom: calc(33.33% - 33.33px);
  margin-bottom: 5rem;
  margin-right: 5rem;
  position: relative;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
}
.case-study-circle__logo:nth-child(3n+3) {
  margin-right: 0;
}
.case-study-circle__logo a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.case-study-circle__logo i {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.case-study-circle__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s;
}

.desktop-version .case-study__logo:hover img,
.desktop-version .case-study-circle__logo:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 1500px) {
  .case-study-circle__in {
    padding: 5rem 0;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media (max-width: 767px) {
  .case-study-circle__in {
    margin-left: 5%;
    margin-right: 5%;
  }
  .case-study .inner {
    display: block;
  }
  .case-study__left {
    width: auto;
    margin-bottom: 3rem;
  }
  .case-study__right {
    width: auto;
  }
  .case-study__card {
    max-width: 400px;
  }
  .case-study-circle .inner {
    display: block;
  }
  .case-study-circle__left {
    width: auto;
    margin-bottom: 3rem;
  }
  .case-study-circle__right {
    width: auto;
  }
  .case-study-circle__logo {
    width: calc(33.33% - 1.35rem);
    padding-bottom: calc(33.33% - 1.35rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
.testimonial-large__in {
  display: flex;
  justify-content: space-between;
}
.testimonial-large__in.image-right .testimonial-large__left {
  order: 2;
}
.testimonial-large__in.image-right .testimonial-large__right {
  order: 1;
}
.testimonial-large__in.full-width .testimonial-large__right {
  width: 100%;
}
.testimonial-large__left {
  width: 39%;
  position: relative;
}
.testimonial-large__right {
  width: 61%;
  padding: 7rem 8.7% 8rem;
  background: #F2F2F2;
  box-sizing: border-box;
}
.testimonial-large__photo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.testimonial-large__sub-title {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 3.3rem;
  position: relative;
  z-index: 10;
}
.testimonial-large__job-title {
  opacity: 0.7;
}
.testimonial-large__quote {
  border-top: 1px solid #FD6A3C;
  margin-top: 3.3rem;
  padding-top: 10rem;
  position: relative;
}
.testimonial-large__quote svg {
  left: -7.5rem;
  top: 5.3rem;
  position: absolute;
  color: #FFFFFF;
}
.testimonial-large__quote-text {
  position: relative;
  z-index: 10;
}
.testimonial-large__quote-text.content-entry p {
  font-size: 2.1rem;
}
.testimonial-large__quote-text.content-entry p:last-child {
  margin-bottom: 0;
}
.testimonial-large__wrap {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.testimonial-large__wrap.ia-bg-dark .ia-line {
  display: none;
}
.testimonial-large__wrap .testimonial-large__left {
  width: 28.5%;
}
.testimonial-large__wrap .testimonial-large__right {
  background: none;
  padding: 0 7% 0 15%;
  position: relative;
  width: 64%;
}
.testimonial-large__wrap .testimonial-large__right svg {
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-large__wrap .testimonial-large__in {
  align-items: center;
  padding: 9rem 0;
}
.testimonial-large__wrap .testimonial-large__quote {
  padding-top: 0;
  border: none;
  margin-bottom: 6rem;
}
.testimonial-large__wrap .testimonial-large__in.full-width .testimonial-large__right {
  max-width: 980px;
}

@media (max-width: 1300px) {
  .testimonial-large__wrap {
    margin: 0 3rem;
  }
}
@media (max-width: 1023px) {
  .testimonial-large__right {
    padding: 3rem 5%;
  }
  .testimonial-large__quote {
    padding-top: 5rem;
  }
  .testimonial-large__quote svg {
    top: 1rem;
    left: -5%;
  }
  .testimonial-large__wrap .testimonial-large__in {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .testimonial-large__wrap {
    margin: 0 5%;
  }
  .testimonial-large__wrap .inner {
    padding: 3.2rem;
  }
  .testimonial-large__wrap .inner .testimonial-large__in {
    padding: 0;
  }
  .testimonial-large__quote svg {
    left: 0;
  }
  .testimonial-large__in {
    display: block;
  }
  .testimonial-large__left {
    display: none;
  }
  .testimonial-large__right {
    width: auto;
  }
  .testimonial-large__wrap .testimonial-large__right {
    width: auto;
  }
  .testimonial-large__wrap .testimonial-large__quote {
    margin-bottom: 3rem;
  }
  .testimonial-large__quote-text.content-entry p {
    font-size: 1.7rem;
  }
  .testimonial-large__wrap .testimonial-large__right svg {
    position: relative;
    width: 50px;
    height: auto;
    margin-bottom: 2.3rem;
  }
  .testimonial-large__sub-title {
    margin-bottom: 2.3rem;
  }
  .testimonial-large__quote {
    margin-top: 2.3rem;
  }
  .testimonial-large__wrap .testimonial-large__right {
    width: auto;
    padding: 0;
  }
  .testimonial-large__quote svg {
    position: static;
    width: 50px;
    height: auto;
    margin-bottom: 2rem;
  }
  .testimonial-large__quote {
    padding-top: 2.5rem;
  }
}
@media (max-width: 500px) {
  .testimonial-large__wrap .testimonial-large__right {
    padding: 0;
  }
}
.text-form.flex-module {
  margin: 12rem 0;
}
.text-form .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-form__wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 11rem 0;
  position: relative;
}
.text-form__wrap.ia-bg-dark .ia-line, .text-form__wrap.ia-bg-sky .ia-line {
  display: none;
}
.text-form__form {
  width: 69%;
  box-sizing: border-box;
  padding: 16rem 7.7rem;
  background: #F2F2F2;
  margin: -13.5rem 0;
  position: relative;
  z-index: 10;
}
.text-form__text {
  width: 31%;
  padding-right: 7rem;
  box-sizing: border-box;
}

@media (max-width: 1300px) {
  .text-form__wrap {
    padding: 4rem 0;
    margin: 0 3rem;
  }
  .text-form__form {
    margin: -6rem 0;
    padding: 4rem;
  }
}
@media (max-width: 1023px) {
  .text-form__text {
    padding-right: 3rem;
  }
  .text-form.flex-module {
    margin: 7rem 0;
  }
}
@media (max-width: 767px) {
  .text-form__form {
    padding: 2.5rem 4rem;
  }
  .text-form .inner {
    display: block;
  }
  .text-form__text {
    width: auto;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .text-form__form {
    width: auto;
    margin: 0 -4rem;
  }
}
.featured-courses__in {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1060px;
}
.featured-courses__in .deco-img {
  position: absolute;
  top: -14rem;
  right: 100%;
  margin-right: 10rem;
}
.featured-courses__left {
  width: 50%;
}
.featured-courses__right {
  width: 45%;
  margin-left: 5%;
  text-align: right;
}
.featured-courses__list-wrap {
  position: relative;
}
.featured-courses__list-wrap:before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 9.5rem;
  width: 100vw;
  background: #172535;
  bottom: 0;
}
.featured-courses__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 10;
  margin: 8.5rem -14.5rem 0;
}
.featured-courses__item {
  margin-right: 2rem;
  width: calc(25% - 1.5rem);
  position: relative;
  margin-bottom: 3rem;
}
.featured-courses__item:nth-child(4n+4) {
  margin-right: 0;
}
.featured-courses__item-image {
  width: 100%;
  padding-bottom: 155%;
  position: relative;
  overflow: hidden;
}
.featured-courses__item-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(0deg, rgba(14, 26, 40, 0.95) 12.81%, rgba(23, 37, 53, 0) 48.75%);
}
.featured-courses__item-image video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.featured-courses__item-video {
  opacity: 0;
  transition: 0.35s;
}
.featured-courses__item-info {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  padding: 0 9%;
  z-index: 11;
}
.featured-courses__item-meta {
  font-size: 1.1rem;
}

.desktop-version .featured-courses__item:hover .featured-courses__item-video {
  opacity: 1;
}
.desktop-version .featured-craft__item:hover:after {
  width: 100%;
}
.desktop-version .featured-craft__item:hover .featured-craft__item-video {
  opacity: 1;
  transition: 0.35s;
}

.featured-courses--craft .featured-courses__list {
  margin-top: 3rem;
}

.featured-craft__item {
  display: block;
  margin-right: 2rem;
  width: calc(25% - 1.5rem);
  position: relative;
  margin-bottom: 2rem;
  z-index: 11;
}
.featured-craft__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width 0.35s;
  height: 0.6rem;
  background: #FD6A3C;
  z-index: 12;
}
.featured-craft__item:nth-child(4n+4) {
  margin-right: 0;
}
.featured-craft__item-image {
  width: 100%;
  padding-bottom: 155%;
  position: relative;
  overflow: hidden;
}
.featured-craft__item-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(0deg, rgba(14, 26, 40, 0.95) 12.81%, rgba(23, 37, 53, 0) 48.75%);
}
.featured-craft__item-image video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.featured-craft__item-video {
  opacity: 0;
}
.featured-craft__item-info {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  padding: 0 9%;
  z-index: 11;
}
.featured-craft__item-data {
  display: none;
}

.content-entry.featured-courses__extra {
  position: relative;
  z-index: 10;
  margin-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
.content-entry.featured-courses__extra > svg {
  position: absolute;
  top: 0.5rem;
  left: 0;
}

@media (max-width: 1400px) {
  .featured-courses__in {
    padding-top: 0;
  }
  .featured-courses__in .deco-img {
    margin-right: 0;
  }
  .featured-courses__list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .featured-courses__list {
    margin-top: 4rem;
  }
  .featured-courses__item-info {
    bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .featured-courses__list-wrap:before {
    left: 0;
  }
  .featured-courses__in {
    display: block;
  }
  .featured-courses__in .deco-img {
    top: -10rem;
  }
  .featured-courses__left {
    width: auto;
    margin-bottom: 2rem;
  }
  .featured-courses__right {
    width: auto;
    text-align: left;
    margin-left: 0;
  }
  .featured-courses__item,
  .featured-craft__item {
    width: 48%;
    margin-right: 4%;
  }
  .featured-courses__item:nth-child(4n+4),
  .featured-craft__item:nth-child(4n+4) {
    margin-right: 4%;
  }
  .featured-courses__item:nth-child(2n+2),
  .featured-craft__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .content-entry.featured-courses__extra {
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .featured-courses__list {
    display: block;
    max-width: 300px;
    margin: 4rem auto 0;
  }
  .featured-courses__item,
  .featured-craft__item {
    width: auto;
    margin-right: 0;
  }
  .featured-courses__item:nth-child(4n+4),
  .featured-craft__item:nth-child(4n+4) {
    margin-right: 0;
  }
  .featured-courses__item-video.mobi-show,
  .featured-craft__item-video.mobi-show {
    opacity: 1;
  }
}
.benefits {
  overflow: hidden;
}
.benefits-list {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-top: 3rem;
  padding-bottom: 8rem;
}
.benefits-list:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4.8rem;
  width: 1px;
  background: #A1C5D3;
  opacity: 0.3;
}
.benefits-list:after {
  content: "";
  position: absolute;
  top: 0;
  height: 10rem;
  width: 0.7rem;
  background: #FD6A3C;
  left: -5.1rem;
}
.benefits__in {
  margin-left: 10rem;
}

.benefit-item {
  width: 28%;
  margin-bottom: 2rem;
  margin-right: 8%;
}
.benefit-item:nth-child(3n+3) {
  margin-right: 0;
}

.benefits__wrap {
  position: relative;
  padding-top: 5rem;
}
.benefits__wrap:before, .benefits__wrap:after {
  content: "";
  position: absolute;
  left: -12.6rem;
  top: 0;
  width: calc(30% + 12.6rem);
  height: 100vh;
  background: rgba(0, 0, 0, 0.12);
}
.benefits__wrap:after {
  bottom: 100%;
  right: 100%;
  margin-right: 12.6rem;
  left: auto;
  top: auto;
}

@media (max-width: 1023px) {
  .benefits__in {
    margin-left: 0;
  }
  .benefits-list {
    padding-bottom: 0;
  }
  .benefits-list:after {
    left: -5.5%;
  }
}
@media (max-width: 550px) {
  .benefits__wrap {
    padding-top: 0;
  }
  .benefits__wrap:before, .benefits__wrap:after {
    display: none;
  }
  .benefits-list {
    margin-top: 0;
    display: block;
  }
  .benefit-item {
    width: auto;
    margin-right: 0;
  }
}
.course-popup-head {
  padding: 4.4rem 0;
  border-bottom: 1px dashed rgba(165, 165, 165, 0.5);
}

.craft-popup--course {
  background: red;
}
.craft-popup--course .hero-org__left iframe {
  width: 100%;
  margin-bottom: 3rem;
}
.craft-popup--course .hero-org__left.full-width {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}
.craft-popup--course .hero-org__left.full-width:before {
  display: none;
}
.craft-popup--course .flex-video video {
  width: 100%;
  height: 100%;
}
.craft-popup--course .flex-video iframe {
  width: 100%;
  height: 100%;
}
.craft-popup--course .mejs-container {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56%;
}
.craft-popup--course .mejs-container .mejs-overlay-play {
  width: 100% !important;
  height: 100% !important;
}

.hero-org__left .accordion-wrap-flex {
  margin-top: 0;
}
.hero-org__left .accordion-item-flex {
  background: none;
}
.hero-org__left .accordion-title-flex {
  padding: 2.4rem 2.4rem 2.4rem 0;
}
.hero-org__left .accordion-title-flex.h4 {
  font-size: 1.5rem !important;
  font-weight: 300;
  line-height: 1.2;
}
.hero-org__left .accordion-title-flex i {
  font-size: 1.5rem;
  right: 0;
}
.hero-org__left .accordion-info-flex {
  padding: 0 0 2rem;
}

.knowledge-gained__title {
  padding-bottom: 2rem;
  border-bottom: 0.6rem solid #FD6A3C;
}
.knowledge-gained__list {
  display: flex;
  flex-wrap: wrap;
}
.knowledge-gained__item {
  width: 48%;
  margin-right: 4%;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.knowledge-gained__item:nth-child(2n+1):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 208%;
  border-bottom: 1px dashed rgba(165, 165, 165, 0.5);
}
.knowledge-gained__item:nth-child(2n+2) {
  margin-right: 0;
}
.knowledge-gained__sub-title {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.knowledge-gained__sub-title i {
  position: relative;
  font-size: 1.2rem;
  color: #FD6A3C;
}
.knowledge-gained__sub-title .ia-tooltip {
  font-size: 1.2rem;
}

/* Explore Crafts page */
.our-craft__list {
  border-top: 0.6rem solid #FD6A3C;
  margin-bottom: 2.1rem;
}
.our-craft__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2.5rem 8rem 2.5rem 330px;
  border-bottom: 1px solid rgba(161, 197, 211, 0.2);
  transition: background 0.35s, padding 0.35s;
}
.our-craft__item:nth-last-child(-n+2) .our-craft__item-image {
  bottom: 0;
  top: auto;
}
.our-craft__item-image {
  left: 0;
  top: 0;
  position: absolute;
  width: 320px;
  pointer-events: none;
  padding-bottom: 400px;
  overflow: hidden;
  opacity: 0;
  transform: rotate(5deg) scale(0.8);
  transition: transform 0.8s, opacity 0.35s;
  will-change: transform, filter;
  z-index: 5;
}
.our-craft__item-image div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  transition: transform 0.8s;
}
.our-craft__item-title {
  color: rgba(161, 197, 211, 0.6);
  width: 61%;
  padding: 0 2rem;
  box-sizing: border-box;
  transition: color 0.35s;
  position: relative;
}
.our-craft__item-sub-title {
  color: rgba(161, 197, 211, 0.6);
  width: 39%;
  padding: 0 2rem;
  box-sizing: border-box;
  transition: color 0.35s;
  position: relative;
}
.our-craft__item em {
  pointer-events: none;
  background: rgba(63, 94, 157, 0.2);
  width: 4rem;
  height: 4rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 4rem;
  margin-top: -2rem;
  transition: background 0.5s;
  z-index: 10;
}
.our-craft__item em:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border: 5px solid rgba(63, 94, 157, 0.1);
  border-radius: 50%;
  transition: border 0.5s;
}
.our-craft__item em i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FD6A3C;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}

.desktop-version .our-craft__item:hover {
  background: rgba(161, 197, 211, 0.03);
}
.desktop-version .our-craft__item:hover .our-craft__item-image {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.desktop-version .our-craft__item:hover .our-craft__item-image div {
  transform: scale(1.1);
}
.desktop-version .our-craft__item:hover .our-craft__item-title {
  color: #FFFFFF;
}
.desktop-version .our-craft__item:hover .our-craft__item-sub-title {
  color: #A1C5D3;
}
.desktop-version .our-craft__item:hover em {
  background: #FFFFFF;
}

@media (max-width: 1172px) {
  .our-craft__item-image {
    left: 3rem;
  }
}
@media (max-width: 1024px) {
  .our-craft__item {
    padding-left: 0;
  }
  .our-craft__item-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .our-craft__item-sub-title {
    display: none;
  }
}
/*user page*/
/*blog page*/
.filters-bar-in .srch-form {
  width: 32rem;
  margin-bottom: 0;
}

.reloaded-filter .filters-bar {
  margin-bottom: 2.5rem;
}

.search-phrase {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #172535;
}
.search-phrase span {
  font-weight: 600;
}

.insights__featured {
  margin: 6rem 0 1rem;
}
.insights__featured .columns-grid {
  margin-bottom: 0;
}
.insights__featured + .advertise {
  margin-top: 0;
}

.side-resources {
  background: #172535;
  padding: 3.5rem 14% 1.5rem;
}
.side-resources .quick-links li {
  border-top: 1px dashed rgba(161, 197, 211, 0.5);
  padding: 2rem 0;
  font-size: 1.7rem;
  margin-bottom: 0;
}
.side-resources .quick-links li a {
  padding-left: 3.1rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
}
.side-resources .quick-links li a .icon-arrow-right {
  margin-left: 1.2rem;
  font-size: 1.2rem;
  transition: transform 0.35s;
  display: inline-block;
  vertical-align: middle;
}

.desktop-version .side-resources .quick-links li a:hover .icon-arrow-right {
  transform: translate(1rem, 0);
}

.columns-grid .advertise {
  margin: 6rem 3.5rem;
}
.columns-grid__item + .advertise {
  margin-top: 1rem;
}
.columns-grid .nothing {
  margin-left: 3.5rem;
}

.inner .advertise .inner {
  padding: 0;
}

.advertise {
  margin: 6rem 0;
  width: 100%;
}
.advertise .advertise-in {
  position: relative;
  background: #F2F2F2;
  box-sizing: border-box;
}

.insights-head {
  text-align: right;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 21;
}
.insights-head .select {
  display: inline-block;
}
.insights-head .sort {
  margin: 0;
}
.insights-head .sort > span {
  height: auto;
}
.insights-head .sort > span span {
  display: none;
  font-size: 1.2rem;
  position: static;
}
.insights-head .sort > span span.active {
  display: block;
}

.page-template-archive-page .cta-dark {
  margin-bottom: 0;
}

.recent-posts--heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#filter-sort .select > a span {
  font-weight: 400;
}
#filter-sort .select > a span b {
  font-weight: 600;
}
#filter-sort .select .dropdown-list {
  width: 100%;
}

@media (max-width: 1023px) {
  .reloaded-filter .filters-bar {
    margin-bottom: 1rem;
  }
  .insights__featured {
    margin: 3rem 0 0;
  }
  .advertise {
    margin: 3rem 0;
  }
  .insights-head {
    margin-bottom: 1rem;
    text-align: left;
  }
}
.contacts-module .inner {
  display: flex;
  flex-wrap: wrap;
}

.contacts-col {
  width: 46%;
  box-sizing: border-box;
  padding: 5rem 6%;
}
.contacts-col:nth-child(2n+1) {
  margin-right: 8%;
}
.contacts-col-text {
  padding-left: 4rem;
  position: relative;
}
.contacts-col-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgb(218, 237, 245);
  width: 6px;
}
.contacts-col-text p br {
  line-height: 1.2rem;
}

@media (max-width: 767px) {
  .contacts-module .inner {
    display: block;
  }
  .contacts-col {
    width: auto;
    padding: 3rem;
  }
  .contacts-col:nth-child(2n+1) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.featured-post-image {
  height: 480px;
  overflow: hidden;
}
.featured-post-image__smaller {
  height: 340px;
}
.featured-post-image img {
  display: none;
}
.featured-post-image div {
  width: 100%;
  height: 100%;
}

.hero-share-tool {
  display: flex;
  justify-content: space-between;
}
.hero-share-tool-in {
  display: flex;
}

.video-sub-title {
  margin-top: 4rem;
}

.single .front-testimonial__columns {
  padding-top: 0;
}
.single .flex-module {
  margin: 5rem 0;
}
.single .hero-org.flex-module {
  margin-top: 0;
  margin-bottom: 5rem;
}

.wp-caption {
  position: relative;
}
.wp-caption figcaption {
  position: absolute;
  background: rgba(23, 37, 53, 0.85);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 2rem;
  color: #FFFFFF;
  line-height: 1.4;
  font-size: 1.1rem;
}

.post-author {
  padding: 2.5rem;
  border-top: 1px solid rgba(165, 165, 165, 0.7);
  border-bottom: 1px solid rgba(165, 165, 165, 0.7);
  display: flex;
}
.post-author-photo {
  width: 10rem;
  height: 10rem;
  margin-right: 3rem;
}
.post-author-photo img {
  display: none;
}
.post-author-photo div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.post-author-inf {
  max-width: calc(100% - 13rem);
}
.post-author-sub-title {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.post-author-about {
  opacity: 0.7;
}

.narrow .gallery-resize {
  margin: 0 -116px 4rem;
}

.testimonial-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.front-news__meta-single em {
  display: inline-block;
  vertical-align: top;
  margin-right: 2rem;
  font-style: normal;
}
.front-news__meta-single em i {
  margin-right: 0.9rem;
}

.ia-link-wrap {
  margin-bottom: 2.2rem;
}

@media print {
  .front-news,
  .header,
  .footer,
  .extra-share-tool,
  .share-tool,
  .hero-share-tool,
  .front-testimonial,
  .breadcrumbs,
  .text-image-lines,
  .related_research {
    display: none;
  }
  .wow {
    visibility: visible;
  }
  .single .hero-org.flex-module {
    margin-bottom: 0;
  }
  .single .flex-module.content-block-flex {
    margin-top: 0 !important;
  }
  .hero-org__top {
    padding: 0;
  }
  .post-author-photo div,
  .featured-post-image div {
    display: none;
  }
  .post-author-photo img,
  .featured-post-image img {
    display: block;
  }
}
@media (max-width: 1100px) {
  .featured-post-image {
    height: auto;
  }
  .featured-post-image div {
    height: 0;
    padding-bottom: 33%;
  }
  .narrow .gallery-resize {
    margin: 0 0 4rem;
  }
}
@media (max-width: 767px) {
  .hero-share-tool {
    display: block;
  }
  .hero-share-tool .category-title {
    margin-bottom: 2rem;
  }
  .share-button:first-child {
    margin-left: 0;
  }
  .single .content-block-flex.flex-module, .single .video-module.flex-module {
    margin: 3rem 0;
  }
  .single .flex-module {
    margin: 4rem 0;
  }
}
@media (max-width: 500px) {
  .post-author {
    padding: 2rem 0;
  }
  .post-author-photo {
    width: 8rem;
    height: 8rem;
    margin-right: 2rem;
  }
  .post-author-inf {
    max-width: calc(100% - 10rem);
  }
}
/*front page*/
.front-testimonial {
  padding: 7rem 0;
  position: relative;
  z-index: 2;
}
.front-testimonial__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6.5rem;
}

.story-item {
  width: 31.3%;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
  padding-top: 3.3rem;
  position: relative;
}
.story-item .story-item-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.story-item .h4 a {
  color: #FFFFFF;
  transition: color 0.35s;
}
.story-item:before {
  content: "";
  position: absolute;
  left: 0;
  background: #FD6A3C;
  width: 100%;
  height: 1px;
  top: 0;
  transition: width 0.8s;
}
.story-item.wow:before {
  width: 0;
}
.story-item.wow[style*=visible]:before {
  width: 100%;
}
.story-item .vape:before {
  background: #172535;
}
.story-item__sub-title {
  position: relative;
  padding-left: 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
  color: #172535;
}
.story-item__sub-title i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.9rem;
  color: #FD6A3C;
}
.story-item__image {
  max-width: 100%;
  width: 206px;
  margin-top: 9.6rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.story-item__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #172535;
  opacity: 0.3;
}
.story-item__image div {
  transition: transform 0.8s;
  width: 100%;
  padding-bottom: 116%;
}
.story-item:nth-child(3n+1) {
  margin-left: 0;
}
.story-item__small {
  margin-bottom: 6rem;
}

.story-video {
  position: relative;
  padding-top: 0 !important;
}
.story-video--stories .story-video__name {
  font-size: 1.4rem;
}
.story-video--stories .story-video__position {
  font-size: 1.1rem;
}
.story-video:before {
  display: none;
}
.story-video__bg {
  position: relative;
  width: 100%;
  padding-bottom: 156%;
}
.story-video__bg-div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.story-video__bg-div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(23, 37, 53, 0.95) 12.81%, rgba(23, 37, 53, 0) 48.75%);
}
.story-video__bg-div video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 200%;
  max-height: 200%;
}
.story-video__triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 176px;
  height: 176px;
  overflow: hidden;
}
.story-video__triangle:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  left: 50%;
  top: 50%;
  transform: translate(-10%, -81%) rotate(45deg);
  background: #A1C5D3;
}
.story-video__in {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 9rem 3rem 3rem;
}
.story-video__play, .story-video__mute {
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  border-radius: 50%;
  z-index: 10;
  background: rgba(63, 94, 157, 0.3);
}
.story-video__play i, .story-video__mute i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  color: #FFFFFF;
}
.story-video__play {
  background: #172535;
  border: 1px solid #FD6A3C;
}
.story-video__play i.icon-arr-right {
  transform: translate(-40%, -50%);
}
.story-video__title {
  color: #FFFFFF;
}
.story-video__name {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.story-video__position {
  font-size: 1.2rem;
  line-height: 1.2;
}
.story-video__read {
  position: absolute;
  top: 3rem;
  right: 2.4rem;
  color: #172535;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: right;
  line-height: 1.5;
  text-decoration: underline;
}

.front-testimonial__columns {
  padding-top: 6rem;
  display: flex;
  justify-content: space-between;
}
.front-testimonial__column {
  max-width: 46%;
  width: 435px;
}
.front-testimonial__column:nth-child(2n+1) {
  margin-left: 0;
}
.front-testimonial__column .story-item {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.featured__quote {
  margin-top: 4rem;
  border-top: 1px dashed rgba(161, 197, 211, 0.5);
  padding-top: 4rem;
}
.featured__quote.no-space {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.featured__quote-left {
  width: calc(75% - 3.5rem);
  float: left;
}
.featured__quote-left.no-image {
  width: auto;
  float: none;
}
.featured__quote-in {
  padding-left: 6.5rem;
  position: relative;
}
.featured__quote-in svg {
  color: #A1C5D3;
  position: absolute;
  left: 2.5rem;
  top: 0;
}
.featured__quote-photo {
  width: 25%;
  float: right;
  text-align: right;
  margin-left: 3.5rem;
}

.quote-slider-number {
  font-size: 1.4rem;
  font-weight: 400;
}

.quotes-module .featured__quote {
  margin-top: 0;
}
.quotes-module.with-image .quotes-slider-control {
  position: absolute;
  left: 11.5rem;
  right: calc(25% + 3.5rem);
  bottom: 0;
  z-index: 15;
}
.quotes-module .featured__quote-left.no-image {
  margin-right: 11.5rem;
}
.quotes-module .featured__quote-left {
  padding-bottom: 5rem;
}
.quotes-module .quotes-slider-control {
  right: 11.5rem;
  left: 11.5rem;
  position: absolute;
  bottom: 0;
}
.quotes-module.ia-bg-dark .quote-slider-number {
  color: #FFFFFF;
}
.quotes-module .slick-dots {
  margin-top: 1rem;
}
.quotes-module .featured__quote-photo img {
  margin-left: auto;
  margin-right: 0;
}
.quotes-module .featured__quote-in {
  margin-left: 5rem;
}
.quotes-module .featured__quote-in svg {
  color: #FD6A3C;
}

.story-person-photo {
  display: none;
}

.page-template-organization-channel-page .front-testimonial.ia-bg-dark {
  position: relative;
}
.page-template-organization-channel-page .front-testimonial.ia-bg-dark:after {
  content: "";
  position: absolute;
  left: 99%;
  background: #172535;
  width: 100vw;
  top: 0;
  bottom: 0;
}

.desktop-version .story-video__read:hover {
  text-decoration: none;
}
.desktop-version .story-item-link:hover + .story-item-in .h5.ia-dark {
  color: #3F5E9D !important;
}
.desktop-version .story-item-link:hover + .story-item-in .h4 a {
  color: #A1C5D3 !important;
}
.desktop-version .story-item-link:hover + .story-item-in .story-item__image div {
  transform: scale(1.1);
}
.desktop-version .story-item-link:hover + .story-item-in .ia-link span {
  border-bottom-color: #FD6A3C;
}
.desktop-version .story-item-link:hover + .story-item-in .ia-link--arrow i:before {
  animation: 0.5s fromLeftRoll forwards;
}

@media (max-width: 900px) {
  .story-video__in {
    padding: 0 2.5rem 2.5rem;
  }
  .story-video__name, .story-video__position {
    padding-right: 4rem;
  }
  .story-video__mute {
    width: 3.5rem;
    height: 3.5rem;
    right: 1.8rem;
    bottom: 1.8rem;
  }
  .story-video__mute i {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .front-testimonial {
    padding: 4rem 0 2.5rem;
  }
  .front-testimonial__list {
    padding-top: 0;
    justify-content: center;
  }
  .story-video {
    max-width: 260px;
    order: 1;
  }
  .story-video__in {
    padding: 0 1.8rem 1.8rem;
  }
  .story-video__name {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .story-video__read {
    font-size: 1.2rem;
    top: 2.2rem;
    right: 1.4rem;
  }
  .story-item {
    width: 100%;
    margin-bottom: 4rem;
    margin-left: 0;
    padding-top: 1.7rem;
    overflow: hidden;
  }
  .story-item__sub-title {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .story-item:first-child {
    order: 2;
  }
  .story-item:nth-child(3n+3) {
    order: 3;
  }
  .story-item__text {
    width: calc(100% - 113px);
    float: left;
  }
  .story-item__text.none-image {
    width: 100%;
  }
  .story-item__image {
    width: 90px;
    float: right;
    margin-top: 0;
  }
  .story-item__image div {
    padding-bottom: 155%;
  }
  .front-testimonial__columns {
    padding-top: 3rem;
  }
  .story-item__small .story-item__text {
    float: none;
    width: auto;
  }
  .quotes-module .featured__quote-left.no-image {
    margin-right: 0;
  }
  .quotes-module .quotes-slider-control {
    right: 0;
  }
}
@media (max-width: 600px) {
  .front-testimonial__columns {
    display: block;
  }
  .front-testimonial__column {
    width: auto;
    max-width: 100%;
    float: none;
    margin-left: 0;
  }
  .front-testimonial__column .story-video {
    max-width: 260px;
    display: block;
    margin: 0 auto 2.4rem;
  }
  .featured__quote-left {
    width: auto;
    float: none;
  }
  .featured__quote-photo {
    display: none;
  }
  .featured__quote-in {
    padding-left: 3rem;
  }
  .featured__quote-in svg {
    left: 0;
  }
  .quotes-module.with-image .quotes-slider-control {
    left: 8rem;
    right: 0;
  }
  .quotes-module .quotes-slider-control {
    left: 8rem;
  }
  .story-person-photo {
    width: 52px;
    margin-right: 1.7rem;
  }
  .story-person-info.no-photo .story-person-text {
    width: 100%;
  }
  .story-video__triangle {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 500px) {
  .quotes-module .featured__quote-in {
    margin-left: 0;
  }
  .quotes-module.with-image .quotes-slider-control {
    left: 3rem;
  }
  .quotes-module .quotes-slider-control {
    left: 3rem;
  }
}
.front-difference {
  padding: 4rem 0;
}
.front-difference__inner {
  width: calc(100% + 116px);
  position: relative;
}
.front-difference__in {
  margin-bottom: 4.5rem;
}
.front-difference__left {
  width: 46%;
  padding-right: 4%;
  box-sizing: border-box;
}
.front-difference__left .front-difference__item {
  margin-right: 0;
  max-width: 300px;
  width: 100%;
}
.front-difference__right {
  float: right;
  width: 54%;
}
.front-difference__image {
  width: 100%;
  padding-bottom: 68%;
  position: relative;
}
.front-difference__image span {
  position: absolute;
  bottom: 62%;
  left: 79%;
  z-index: 5;
}
.front-difference__image > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.front-difference__image > div div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.front-difference__image > div em {
  width: 34%;
  height: 45%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.front-difference__image > div em:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-48deg);
  background: #FFFFFF;
  transform-origin: 20% -10%;
}
.front-difference__list {
  max-width: 1024px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.front-difference__item {
  width: 27.5%;
  margin-left: 8.7%;
  margin-bottom: 2rem;
}
.front-difference__item:nth-child(3n+1) {
  margin-left: 0;
}
.front-difference__stat {
  font-size: 7.4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1.8rem;
}
.front-difference__stat span {
  font-size: 60%;
}

.front-difference.industry-impact {
  padding: 0;
}
.front-difference.industry-impact.flex-module .front-difference__left {
  width: 50%;
  order: 1;
}
.front-difference.industry-impact.flex-module .front-difference__left .front-difference__list {
  justify-content: start;
}
.front-difference.industry-impact.flex-module .front-difference__left .content-entry {
  max-width: 410px;
}
.front-difference.industry-impact.flex-module .front-difference__right {
  margin-right: -172px;
  order: 2;
  width: calc(50% + 172px);
}
.front-difference.industry-impact .front-difference__inner {
  padding: 7rem 6rem;
  border: 1px solid #FD6A3C;
  width: auto;
  box-sizing: border-box;
}
.front-difference.industry-impact .front-difference__in {
  display: flex;
  flex-wrap: wrap;
}
.front-difference.industry-impact .front-difference__image {
  padding-bottom: 0;
  height: 100%;
}

.flex-module .front-difference__list {
  padding-bottom: 0;
}

@media (max-width: 1300px) {
  .front-difference__image span {
    left: 100%;
  }
  .front-difference__inner {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .front-difference.industry-impact.flex-module .front-difference__inner {
    padding: 3rem;
  }
  .front-difference.industry-impact.flex-module .front-difference__right {
    margin-right: -6rem;
    width: calc(50% + 6rem);
  }
}
@media (max-width: 767px) {
  .front-difference {
    padding: 3rem 0;
  }
  .front-difference__right {
    float: none;
    width: auto;
    margin-left: -6%;
    margin-right: -6%;
    margin-bottom: 2rem;
  }
  .front-difference__left {
    width: auto;
    padding-right: 0;
    padding-left: 2.5rem;
  }
  .front-difference__image {
    padding-bottom: 56%;
    z-index: 9;
  }
  .front-difference__image span {
    display: none;
  }
  .front-difference__image div em {
    display: none;
  }
  .front-difference__in {
    margin-bottom: 0;
  }
  .front-difference__in + .front-difference__list {
    padding-left: 2.5rem;
    display: block;
  }
  .front-difference__list {
    padding: 0;
    display: block;
  }
  .front-difference__item {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2.5rem;
  }
  .front-difference__stat {
    font-size: 5rem;
    margin-bottom: 0.5rem;
  }
  .front-difference__text {
    margin-bottom: 1rem;
  }
  .front-difference.industry-impact.flex-module .front-difference__in {
    display: block;
  }
  .front-difference.industry-impact.flex-module .front-difference__image {
    padding-bottom: 56%;
  }
  .front-difference.industry-impact.flex-module .front-difference__right {
    width: auto;
    margin-right: 0;
  }
  .front-difference.industry-impact.flex-module .front-difference__left {
    width: auto;
    padding-left: 0;
  }
  .front-difference.industry-impact.flex-module .front-difference__in + .front-difference__list {
    padding-left: 0;
  }
}
/*Organization page*/
.hero-org {
  position: relative;
  z-index: 21;
  padding-bottom: 1px;
}
.hero-org-in {
  display: flex;
  justify-content: space-between;
}
.hero-org__top {
  position: relative;
  padding: 3.5rem 0;
  margin-bottom: 3rem;
}
.hero-org__bottom {
  padding: 2.5rem 0;
}
.hero-org__bottom.flex-module {
  padding: 0;
}
.hero-org__left {
  float: left;
  width: calc(100% - 350px);
  max-width: 660px;
}
.hero-org__left.full-width {
  width: 100%;
  max-width: 890px;
  padding-left: 6rem;
  position: relative;
  box-sizing: border-box;
}
.hero-org__left.full-width:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  background: #FD6A3C;
  height: 100%;
  transition: height 0.8s;
}
.hero-org__left.full-width.wow:before {
  height: 0;
}
.hero-org__left.full-width.wow[style*=visible]:before {
  height: 100%;
}
.hero-org__left.full-width .content-entry {
  max-width: 820px;
}
.hero-org__right {
  width: 300px;
  float: right;
}
.hero-org .content-entry {
  max-width: 770px;
}
.hero-org__text {
  width: calc(100% - 360px);
  padding-bottom: 2.5rem;
}
.hero-org__image {
  width: 340px;
  text-align: right;
  align-self: flex-end;
}
.hero-org__image img {
  display: block;
  margin: 0 0 0 auto;
}

.quick-links {
  list-style-type: none;
  margin-left: 0;
}
.quick-links li {
  font-size: 1.4rem;
  line-height: 1.28;
  color: #172535;
  margin-bottom: 1.5rem;
}

.page-template-crafts-page .hero-org__top,
.page-template-online-page .hero-org__top {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .single-craft .hero-org__bottom {
    margin-bottom: 3rem;
    padding-bottom: 0;
  }
  .single-craft .quick-links {
    margin-bottom: 0;
  }
  .quick-links li {
    font-size: 1.2rem;
  }
  .hero-org__top {
    display: block;
  }
  .hero-org__left {
    margin-bottom: 3rem;
  }
  .hero-org__left, .hero-org__text {
    max-width: 100%;
    width: auto;
    float: none;
  }
  .hero-org__right, .hero-org__image {
    width: auto;
    float: none;
  }
  .hero-org__bottom {
    padding: 0 0 2.5rem;
  }
  .hero-org__image {
    padding-top: 3rem;
    text-align: center;
  }
  .hero-org__left.full-width {
    padding-left: 2.5rem;
  }
  .hero-org__top {
    padding-bottom: 1rem;
  }
  .hero-org__image {
    display: none;
  }
}
/*Organization channel page*/
/*Crafts page*/
.filters-bar {
  margin: 4rem 0;
}
.filters-bar__general .filters-bar-in {
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}
.filters-bar-in {
  padding: 1.4rem 0;
  border-top: 1px solid #FD6A3C;
  border-bottom: 1px solid #FD6A3C;
  margin-bottom: 3rem;
}
.filters-bar-wrap-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters-bar-left {
  width: 54%;
}
.filters-bar-right {
  width: 46%;
  text-align: left;
  padding-left: 2rem;
  box-sizing: border-box;
  padding-right: 1.3rem;
  position: relative;
}
.filters-bar-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 4rem;
  transform: translate(0, -50%);
  background: #FD6A3C;
}

.filter-open {
  display: none;
}

.filter-info {
  line-height: 0;
  display: flex;
  justify-content: space-between;
}

.filter-result-count {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
  color: #172535;
}

.filter-search {
  position: relative;
  z-index: 20;
  margin-left: 1.3rem;
  width: 5rem;
  margin-right: 4rem;
  display: inline-block;
  vertical-align: middle;
}
.filter-search-icon {
  display: block;
  background: rgba(242, 242, 242, 0.7);
  width: 5rem;
  height: 5rem;
  position: relative;
}
.filter-search-icon:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  transition: width 0.5s;
  background: #FD6A3C;
}
.filter-search-icon i {
  font-size: 1.8rem;
  color: #172535;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: color 0.35s;
}
.filter-search .search-submit {
  display: none;
}
.filter-search .search-overlay {
  width: 345px;
  right: auto;
  left: 0;
  top: 100%;
  transform: translate(0, 0);
  margin-top: 2.7rem;
  background: rgba(242, 242, 242, 0.7);
}
.filter-search .search-overlay-close {
  color: #172535;
}
.filter-search .search-overlay form input {
  height: 50px;
  background: #F2F2F2;
  font-size: 1.4rem;
  color: #172535;
  padding-left: 1.7rem;
}
.filter-search .search-overlay-results {
  box-shadow: 0px 14px 4px rgba(14, 25, 41, 0.25);
}
.filter-search .search-overlay-results a {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
}
.filter-search.active .filter-search-icon:after {
  width: 100%;
}
.filter-search.active .filter-search-icon i {
  color: #FD6A3C;
}

.chips-list {
  display: inline-block;
  vertical-align: middle;
}

.clear-results.p3 {
  vertical-align: middle;
  line-height: 1;
}

.filter-group {
  display: inline-block;
  vertical-align: middle;
}
.filter-group-label {
  font-size: 1.4rem;
  color: #172535;
  margin-right: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}
.filter-group-label__mob {
  display: none;
}
.filter-group .select {
  z-index: 31;
}

.filter-option {
  padding: 1rem 2.1rem 1rem 2.8rem;
  border: 1px solid #A5A5A5;
  border-radius: 4rem;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #172535;
  font-weight: 500;
  background: #f4f4f4;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  margin-right: 3.6rem;
}
.filter-option:last-child {
  margin-right: 0;
}
.filter-option i {
  font-size: 1.5rem;
  color: #FD6A3C;
  opacity: 0;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}
.filter-option.active {
  background: #172535;
  color: #FFFFFF;
}
.filter-option.active i {
  opacity: 1;
}

.filters-bar-close,
.filter-buttons,
.crafts-list-th .filter-result-count {
  display: none;
}

.filter-dark .filter-group-label,
.filter-dark .sort,
.filter-dark .chips,
.filter-dark .filter-result-count,
.filter-dark .clear-results,
.filter-dark .chips button {
  color: #FFFFFF;
}
.filter-dark .select > a {
  background: none;
}
.filter-dark .select > a span {
  color: #FFFFFF;
}

form.srch-form.srch-form__orange input {
  border-color: #FD6A3C;
}
form.srch-form.srch-form__orange button {
  background: #FD6A3C;
  border-left: none;
}

.desktop-version .filter-search-icon:hover:after {
  width: 100%;
}
.desktop-version .filter-search-icon:hover i {
  color: #FD6A3C;
}

@media (min-width: 1024px) {
  .filters-bar-right, .filters-bar-left {
    display: block !important;
  }
}
@media (max-width: 1100px) {
  .filter-search {
    margin-right: 1.5rem;
  }
  .filter-group-label {
    margin-right: 1.5rem;
  }
  .filter-option {
    margin-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .filters-bar-in .srch-form {
    width: 100%;
    margin-top: 2rem;
  }
  .crafts-list-mob {
    display: flex;
    justify-content: space-between;
  }
  .filter-info-right {
    display: none;
  }
  .filters-bar-in {
    margin-bottom: 1rem;
  }
  .crafts-list-th .sort {
    display: none;
  }
  .crafts-list-head .crafts-list-hours {
    display: flex;
    justify-content: space-between;
  }
  .crafts-list-head .filter-result-count {
    display: block;
  }
  .filter-open {
    display: flex;
    justify-content: space-between;
  }
  .filter-open-btn {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    padding-left: 3rem;
    position: relative;
  }
  .filter-open-btn i {
    font-size: 1.8rem;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .filter-open .sort {
    margin-right: 0;
    line-height: 1.5;
  }
  .filters-bar {
    margin: 2rem 0;
  }
  .filters-bar-close {
    position: absolute;
    top: 2.3rem;
    right: 2.5rem;
    font-size: 2.2rem;
    color: #172535;
    display: block;
  }
  .filters-bar .dropdown-col {
    display: block;
    margin-right: 0;
  }
  .filters-bar-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    z-index: 999999999;
    padding: 6.6rem 5% 5.6rem;
    box-sizing: border-box;
    transform: translate(100%, 0);
    transition: transform 0.8s, opacity 0.8s;
    opacity: 0;
  }
  .filters-bar-wrap.active {
    transform: translate(0, 0);
    opacity: 1;
  }
  .filters-bar-wrap-in {
    display: block;
    height: 100%;
    overflow-y: auto;
    max-width: 500px;
    margin: 0 auto;
  }
  .filters-bar-left, .filters-bar-right {
    width: auto;
    text-align: left;
  }
  .filters-bar-left {
    margin-bottom: 2rem;
  }
  .filters-bar-right {
    padding-left: 0;
    padding-right: 0;
  }
  .filters-bar-right:before {
    display: none;
  }
  .filters-bar .select {
    border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  }
  .filters-bar .select > a {
    box-shadow: none;
    padding-left: 0;
  }
  .filters-bar .select .dropdown-list {
    width: 100%;
    position: static;
    box-shadow: none;
    padding: 0;
  }
  .filters-bar .select .dropdown-list .mCSB_container {
    display: block;
  }
  .filters-bar .select .dropdown-list .mCSB_container:before {
    display: none;
  }
  .filters-bar .select .dropdown-list-item a {
    padding: 0.6rem 2rem;
  }
  .filter-result-count {
    font-size: 1.2rem;
  }
  .filter-search {
    margin-left: 0;
    display: block;
    width: auto;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(165, 165, 165, 0.5);
    margin-right: 0;
  }
  .filter-search-icon {
    display: none;
  }
  .filter-search .search-overlay-close {
    font-size: 1.7rem;
    height: 1.7rem;
    right: 1rem;
  }
  .filter-search .search-submit {
    display: block;
    color: #172535;
  }
  .filter-search .search-overlay {
    position: relative;
    max-width: 100%;
    width: 100%;
    top: auto;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
  .filter-search .search-overlay form input {
    height: 4rem;
    border: 1px solid rgba(165, 165, 165, 0.5);
    padding: 0 3rem 0 4.3rem;
  }
  .filter-search .search-overlay form input:focus {
    border: 1px solid #FD6A3C;
  }
  .filter-group {
    display: block;
  }
  .filter-group-label {
    display: block;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .filter-group-label-label {
    display: block;
  }
  .filter-options {
    display: flex;
    justify-content: start;
    margin-top: 2rem;
  }
  .filter-options .filter-group-label {
    display: none;
  }
  .filter-option {
    margin-right: 2rem;
    margin-bottom: 0rem;
    padding: 1rem 1.5rem;
  }
  .filter-option:last-child {
    margin-bottom: 0;
  }
  .filter-buttons {
    max-width: 100%;
    width: 500px;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    text-align: center;
    transform: translate(-50%, 0);
  }
  .filter-buttons:before {
    content: "";
    position: absolute;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    background: #FD6A3C;
  }
  .filter-buttons-clear {
    width: 50%;
    background: #F2F2F2;
    line-height: 5.6rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #172535;
  }
  .filter-buttons-apply {
    width: 50%;
    background: #172535;
    line-height: 5.6rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #FFFFFF;
  }
}
@media (max-width: 767px) {
  .crafts-list.course-list-head .crafts-list-hours > span {
    opacity: 0;
  }
}
.crafts-list {
  display: table;
  width: 100%;
  margin-bottom: 5rem;
  border-collapse: collapse;
}
.crafts-list-head {
  display: table-row;
}
.crafts-list-th {
  display: table-cell;
  border-bottom: 6px solid #FD6A3C;
  padding: 2rem;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: #172535;
}
.crafts-list-th:first-child {
  text-align: left;
  padding-left: 0;
}
.crafts-list-items {
  display: table-row-group;
}
.crafts-list.course-list-head {
  display: block;
}
.crafts-list.course-list-head .crafts-list-head {
  display: flex;
  align-items: center;
  border-bottom: 6px solid #FD6A3C;
}
.crafts-list.course-list-head .crafts-list-head .crafts-list-th {
  border-bottom: none;
  width: calc(67% - 4rem);
  box-sizing: border-box;
}
.crafts-list.course-list-head .crafts-list-hours {
  font-size: 1.1rem;
  width: calc(33% + 4rem);
}
.crafts-list.course-list-head .crafts-list-hours .filter-result-count {
  display: none;
}

.sort {
  font-size: 1.2rem;
  font-weight: 500;
  color: #172535;
  letter-spacing: 0;
  line-height: 1.2;
  position: relative;
  margin: 0 1rem;
  padding-right: 1.5rem;
}
.sort em {
  font-style: normal;
}
.sort > span {
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.6rem;
}
.sort > span .sort-up {
  font-size: 6px;
  color: #FD6A3C;
  position: absolute;
  top: 0;
  right: 0;
}
.sort > span .sort-down {
  font-size: 6px;
  color: #FD6A3C;
  position: absolute;
  bottom: 0;
  right: 0;
}

.crafts-wrap .inner.crafts-wrap {
  padding-left: 0;
  padding-right: 0;
}

.craft-item-wrap {
  display: table-row-group;
}

.craft-item {
  display: table-row;
  transition: background 0.35s;
}
.craft-item__assessment > div {
  box-sizing: border-box;
}
.craft-item--odd {
  background: rgba(242, 242, 242, 0.4);
}
.craft-item > div {
  display: table-cell;
  height: 5.5rem;
  padding: 2rem;
  vertical-align: middle;
  border-top: 1px solid rgba(165, 165, 165, 0.7);
  border-bottom: 1px solid rgba(165, 165, 165, 0.7);
}
.craft-item > div.craft-item-title {
  width: 62%;
  color: #172535;
  transition: color 0.35s, padding 0.35s;
  position: relative;
  padding-right: 8rem;
}
.craft-item > div.craft-item-title em {
  background: rgba(63, 94, 157, 0.2);
  width: 4rem;
  height: 4rem;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 6rem;
  margin-top: -2rem;
  opacity: 0;
  transition: opacity 0.5s;
}
.craft-item > div.craft-item-title em:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border: 5px solid rgba(63, 94, 157, 0.07);
  border-radius: 50%;
}
.craft-item > div.craft-item-title em i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #FD6A3C;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
.craft-item > div.craft-item-assessment {
  width: 21%;
  color: #FD6A3C;
  font-size: 3.2rem;
  text-align: center;
  transition: color 0.35s;
}
.craft-item > div.craft-item-translation {
  width: 16%;
  color: #FD6A3C;
  font-size: 3.2rem;
  text-align: center;
  transition: color 0.35s;
}
.craft-item__child .craft-item-title {
  height: 3.5rem;
}
.craft-item__child .craft-item-title span {
  margin-left: 2rem;
  display: block;
  position: relative;
  padding-left: 2.5rem;
}
.craft-item__child .craft-item-title span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.4rem;
  height: 1px;
  background: #172535;
  transition: background 0.35s;
}

.assessment-header {
  margin-top: 7rem;
}

.assessment-item-assessment,
.assessment-item-translation {
  font-size: 1.4rem;
  font-weight: 400;
}

.assessment-item-title,
.assessment-item-assessment,
.assessment-item-translation {
  color: #172535;
}

.desktop-version a.craft-item:hover {
  background: #172535;
}
.desktop-version a.craft-item:hover .craft-item-title {
  color: #FFFFFF;
}
.desktop-version a.craft-item:hover .craft-item-title em {
  opacity: 1;
}
.desktop-version a.craft-item:hover .craft-item-title span:before {
  background: #FFFFFF;
}
.desktop-version a.craft-item:hover > div.craft-item-assessment,
.desktop-version a.craft-item:hover > div.craft-item-translation {
  color: #FFFFFF;
}
.desktop-version a.craft-item:hover .assessment-item-title,
.desktop-version a.craft-item:hover .assessment-item-assessment,
.desktop-version a.craft-item:hover .assessment-item-translation {
  color: #FFFFFF;
}

.crafts-wrap {
  padding-bottom: 10rem;
}

.page-template-translated-resources-page .craft-item > div.assessment-item-title {
  width: 45%;
}
.page-template-translated-resources-page .content-entry *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .assessment-header {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .crafts-list {
    margin-bottom: 2rem;
  }
  .crafts-wrap {
    padding-bottom: 2rem;
  }
  .crafts-list-th:nth-child(2), .crafts-list-th:nth-child(3) {
    display: none;
  }
  .craft-item.nothing > div:nth-child(2), .craft-item.nothing > div:nth-child(3) {
    display: none;
  }
  .craft-item > div {
    padding: 2rem 1.3rem;
    box-sizing: border-box;
  }
  .craft-item > div.craft-item-assessment, .craft-item > div.craft-item-translation, .craft-item > div.assessment-item-assessment, .craft-item > div.assessment-item-translation {
    display: none;
  }
  .craft-item__child {
    padding: 1.5rem 1.3rem;
  }
  .craft-item__child .craft-item-title span {
    margin-left: 1rem;
    padding-left: 2.2rem;
  }
  .craft-item__child .craft-item-title span:before {
    width: 8px;
  }
  .crafts-list-th {
    padding: 0 0 1rem 0;
  }
  .crafts-list.course-list-head .crafts-list-hours {
    padding: 0 0 1rem 0;
  }
  .crafts-list.course-list-head .crafts-list-hours .filter-result-count {
    display: block;
  }
}
.craft-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 888px;
  max-width: 100%;
  z-index: 999;
  background: #FFFFFF;
  overflow-y: auto;
  transform: translate(100%, 0);
  transition: transform 0.8s;
}
.craft-popup.show {
  transform: translate(0, 0);
}
.craft-popup .inner {
  padding: 0 6.4rem;
}
.craft-popup-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.craft-popup-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(146.61deg, #111E2C 2.47%, rgba(23, 37, 53, 0) 37.92%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.craft-popup-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(23, 37, 53, 0) 41.43%, #111E2C 96.19%);
}
.craft-popup-bg {
  padding: 5rem 0 2.5rem;
  box-sizing: border-box;
  min-height: 41%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.craft-popup-bg .inner h2 {
  position: relative;
  z-index: 10;
}

.craft-popup-text .supplemental-craft {
  padding-bottom: 3rem;
}

.close-craft-popup {
  font-size: 2.2rem;
  position: absolute;
  top: 4.4rem;
  right: 5rem;
  z-index: 10;
}

.craft-options {
  padding: 1.1rem 0;
}

.craft-option {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.5rem;
  position: relative;
  padding-left: 3rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}
.craft-option:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.craft-option i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2.4rem;
}

.craft-snapshot {
  border-top: 1px dashed rgba(165, 165, 165, 0.5);
  padding-top: 4rem;
}
.craft-snapshot-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.craft-snapshot-item {
  margin-right: 2%;
  width: 23.5%;
  margin-bottom: 2rem;
}
.craft-snapshot-item:nth-child(4n+4) {
  margin-right: 0;
}
.craft-snapshot-item-label {
  color: #5d6772;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}
.craft-snapshot-item-label .icon-info {
  color: #FD6A3C;
}
.craft-snapshot-item-value {
  color: #172535;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}

.craft-overlay {
  display: none;
}

.craft-overlay,
.contributing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: rgba(23, 32, 46, 0.2);
}

.supplemental-craft {
  border-top: 1px dashed rgba(165, 165, 165, 0.5);
  padding-top: 3rem;
}
.supplemental-craft a {
  margin-right: 1.5rem;
}
.supplemental-craft a svg {
  vertical-align: middle;
  margin-right: 0.5rem;
}

.single-craft .supplemental-craft {
  border-top: none;
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .close-craft-popup {
    top: 2rem;
    right: 2rem;
  }
  .craft-popup .inner {
    padding: 0 5%;
  }
  .craft-snapshot-item {
    width: 48%;
    margin-right: 4%;
  }
  .craft-snapshot-item:nth-child(4n+2) {
    margin-right: 0;
  }
  .craft-snapshot-item:nth-child(4n+2) {
    margin-right: 0%;
  }
}
/*Craft page*/
.hero-craft {
  position: relative;
  padding: 3.5rem 0;
  min-height: 360px;
  box-sizing: border-box;
  z-index: 30;
  display: flex;
  align-items: flex-end;
}
.hero-craft--higher {
  min-height: 480px;
}
.hero-craft.next-bg-module {
  margin-bottom: 0;
}
.hero-craft-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-craft-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(149.79deg, #111E2C -0.06%, rgba(23, 37, 53, 0) 35.45%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 10;
}
.hero-craft-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(23, 37, 53, 0) 36.39%, rgba(19, 32, 46, 0.716418) 68.02%, #111E2C 96.94%);
  z-index: 10;
}
.hero-craft-bg div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hero-craft .inner {
  z-index: 11;
  position: relative;
}
.hero-craft .content-entry {
  max-width: 775px;
}

.channel-container .hero-org__bottom {
  padding-top: 0;
}

.page-template-impact-page .hero-craft.flex-module,
.page-template-researches-page .hero-craft.flex-module {
  margin-bottom: 5rem;
}
.page-template-impact-page .hero-org__bottom.flex-module,
.page-template-researches-page .hero-org__bottom.flex-module {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .hero-craft--higher {
    min-height: 30rem;
  }
  .flex-module.hero-craft {
    padding-top: 10rem;
    min-height: 26rem;
  }
  .page-template-impact-page .hero-craft.flex-module,
  .page-template-researches-page .hero-craft.flex-module {
    margin-bottom: 4rem;
  }
  .page-template-impact-page .hero-org__bottom.flex-module,
  .page-template-researches-page .hero-org__bottom.flex-module {
    margin-top: 4rem;
  }
}
.curriculum-details {
  padding: 7rem 0;
  margin: 7rem 0;
}
.curriculum-details-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.curriculum-details-head-left {
  width: 60%;
}
.curriculum-details-head-right {
  width: 35%;
  text-align: center;
}
.curriculum-details-head-right .ia-btn {
  min-width: 220px;
}

.level-titles {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #A1C5D3;
}

.level-title {
  padding: 2.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #A1C5D3;
  position: relative;
  flex-grow: 1;
  transition: color 0.35s;
}
.level-title.active {
  color: #FFFFFF;
}
.level-title.active:after {
  width: 100%;
}
.level-title:after {
  content: "";
  left: 0;
  bottom: -3px;
  background: #FD6A3C;
  position: absolute;
  height: 6px;
  width: 0;
  transition: width 0.5s;
}

.desktop-version .level-title:hover {
  color: #FFFFFF;
}

.level-container {
  display: none;
}
.level-container--white {
  display: block;
}
.level-container--white .level-item-title {
  padding: 2.5rem 7rem 2.5rem 3rem;
  color: #172535;
}
.level-container--white .level-item-title > i {
  right: 3.5rem;
}
.level-container--white .level-item-container {
  padding: 0 3rem;
}
.level-container--white .level-item.opened {
  background: #172535;
}
.level-container--white .level-item.opened .level-item-title {
  color: #FFFFFF;
}

.level-list {
  padding: 3rem 0;
}

.level-item {
  border-bottom: 1px solid #FD6A3C;
}
.level-item + .text-right {
  padding-top: 3rem;
}
.level-item-title {
  padding: 1.5rem 5rem 1.5rem 0;
  position: relative;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.level-item-title-first {
  width: 63%;
  box-sizing: border-box;
  margin-right: 4%;
}
.level-item-title-hours {
  width: 33%;
}
.level-item-title-hours span {
  padding-left: 3rem;
  display: block;
  position: relative;
  font-size: 1.2rem;
}
.level-item-title-hours span i {
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.level-item-title > i {
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 1.5rem;
  transform: translate(0, -50%);
  color: #FD6A3C;
}
.level-item-container {
  max-width: 725px;
  display: none;
}
.level-item-container > p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.level-item .content-entry.p3 p {
  font-weight: 400;
}
.level-item.opened .level-item-title > i {
  transform: translate(0, -50%) rotate(180deg);
}

@media (max-width: 1023px) {
  .curriculum-details {
    margin: 4rem 0;
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .curriculum-details-head {
    display: block;
  }
  .curriculum-details-head-left {
    width: auto;
  }
  .curriculum-details-head-right {
    width: auto;
    text-align: left;
  }
  .curriculum-details-head-right .ia-margin-3 {
    margin-bottom: 1.5rem !important;
  }
  .level-titles {
    border-bottom: none;
    padding: 0.5rem 5%;
    background: rgba(63, 94, 157, 0.2);
    margin-left: -5.5%;
    margin-right: -5.5%;
    overflow-x: auto;
  }
  .level-title {
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3rem;
    white-space: nowrap;
  }
  .level-title:after {
    display: none;
  }
  .level-title.active {
    background: #A1C5D3;
    color: #172535;
  }
  .level-list {
    padding: 0 0 2.5rem 0;
  }
  .level-item-title {
    display: block;
  }
  .level-item-title-first {
    width: auto;
    margin-right: 0;
  }
  .level-item-title-hours {
    width: auto;
    margin-top: 1rem;
  }
  .level-item-title-hours span {
    padding-left: 2.2rem;
  }
  .level-item-container {
    padding-top: 0.5rem;
  }
  .levels-wrap .text-right {
    text-align: left !important;
  }
}
.contributing-subject {
  margin: 7rem 0;
}
.contributing-subject-in {
  padding: 3rem 6.5rem;
  position: relative;
}
.contributing-subject-in:before, .contributing-subject-in:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #FD6A3C;
}
.contributing-subject-in:after {
  left: auto;
  right: 0;
}

.contributing-subject-popup {
  position: fixed;
  width: 890px;
  max-width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
  z-index: 99999;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.8s, opacity 0.8s, visibility 0.8s;
}
.contributing-subject-popup.show {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.contributing-subject-popup-title {
  padding: 3.5rem 6.5rem;
  border-bottom: 6px solid #FD6A3C;
  position: relative;
}

.contributing-subject-popup-wrap {
  padding: 2rem 6.5rem 3rem;
  max-height: calc(100% - 100px);
  overflow-y: auto;
  box-sizing: border-box;
}

.contributing-subject-popup-sub-title {
  border-bottom: 1px dashed rgba(165, 165, 165, 0.5);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.contributing-subject-popup-item {
  justify-content: space-between;
}

.contributing-subject-popup-letter {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.contributing-subject-popup-desc {
  width: calc(100% - 3.2rem);
}
.contributing-subject-popup-desc.content-entry p {
  margin-bottom: 1.5rem;
}
.contributing-subject-popup-desc.content-entry p br {
  content: " ";
  display: block;
  margin-top: 5px;
  line-height: 22px;
}

.close-contributing-popup {
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5rem;
  z-index: 10;
}

.contributing-overlay {
  display: none;
}

@media (max-width: 1023px) {
  .contributing-subject {
    margin: 4rem 0;
  }
}
@media (max-width: 767px) {
  .contributing-subject-in {
    padding: 2.5rem 3.5rem;
  }
  .contributing-subject-popup-title,
  .contributing-subject-popup-wrap {
    padding: 2rem 3rem;
  }
  .contributing-subject-popup-title {
    padding-right: 5rem;
  }
  .close-contributing-popup {
    right: 1rem;
  }
}
.testimonial-craft {
  margin: 5rem 0;
}
.testimonial-craft .featured__quote-in svg {
  color: #FD6A3C;
}

@media (max-width: 1023px) {
  .testimonial-craft {
    margin: 4rem 0;
  }
}
/* Secondary audience page*/
/* Reiprocity map page*/
/* Search page*/
.search-wrap {
  padding: 3.5rem 0 5rem;
  margin-bottom: 4rem;
}
.search-wrap .breadcrumbs {
  opacity: 1;
}
.search-wrap .breadcrumbs span,
.search-wrap .breadcrumbs a {
  color: #FFFFFF;
}
.search-wrap .breadcrumbs a {
  border-color: #FFFFFF;
}
.search-wrap__count {
  padding: 3rem 0;
  border-top: 1px solid rgba(165, 165, 165, 0.5);
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 400;
}
.search-wrap__left .fancy-select {
  display: inline-block;
  vertical-align: middle;
}
.search-wrap__left .fancy-select div.trigger {
  margin-bottom: 0;
  border: none;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
}
.search-wrap__left .fancy-select div.trigger:before {
  content: "";
  position: absolute;
  left: 1.6rem;
  bottom: 0;
  right: 3rem;
}
.search-wrap__results__item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(165, 165, 165, 0.5);
}
.search-wrap__results__item .h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-wrap__results__item .h4 a {
  color: #172535;
  transition: color 0.35s;
}
.search-wrap__results__item .h4 .hlw {
  font-weight: 600;
}
.search-wrap__results__item p .hlw {
  font-weight: 600;
}

form .search-field {
  background: none;
  position: relative;
  margin-top: 1rem;
}
form .search-field input {
  border: none;
  background: none;
  height: 7rem;
  border-bottom: 1px solid #FD6A3C;
  font-size: 4.6rem;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0 5rem 0 0;
  outline: none !important;
}
form .search-field input:focus {
  border: none;
  border-bottom: 1px solid #FD6A3C;
}
form .search-field button {
  position: absolute;
  font-size: 3.6rem;
  font-weight: normal;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #FFFFFF;
  border: none;
}

.page-navi-wrap {
  padding-top: 2rem;
  padding-bottom: 7rem;
  text-align: center;
}
.page-navi-wrap .wp-pagenavi .pages {
  display: none;
}
.page-navi-wrap .wp-pagenavi a,
.page-navi-wrap .wp-pagenavi span {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  background: #F2F2F2;
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 4px;
  color: #172535;
  padding: 0;
  transition: border-color 0.35s, background 0.35s, color 0.35s;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.page-navi-wrap .wp-pagenavi a.current,
.page-navi-wrap .wp-pagenavi span.current {
  font-weight: 500;
  border-color: #172535;
  background: none;
}
.page-navi-wrap .wp-pagenavi a.previouspostslink, .page-navi-wrap .wp-pagenavi a.nextpostslink,
.page-navi-wrap .wp-pagenavi span.previouspostslink,
.page-navi-wrap .wp-pagenavi span.nextpostslink {
  width: 2rem;
  background: none;
  color: #172535;
}
.page-navi-wrap .wp-pagenavi a.first, .page-navi-wrap .wp-pagenavi a.last,
.page-navi-wrap .wp-pagenavi span.first,
.page-navi-wrap .wp-pagenavi span.last {
  display: none;
}

.desktop-version .search-wrap__results__item .h4 a:hover {
  color: #3F5E9D;
}
.desktop-version .page-navi-wrap .wp-pagenavi a.previouspostslink:hover, .desktop-version .page-navi-wrap .wp-pagenavi a.nextpostslink:hover {
  color: #FD6A3C;
}
.desktop-version .page-navi-wrap .wp-pagenavi a.page:hover {
  border: 2px solid #FD6A3C;
  background: #FFFFFF;
}

.page-template-assessments-page .page-navi-wrap,
.page-template-translated-resources-page .page-navi-wrap {
  padding-bottom: 0;
}

.insights__recent {
  margin-bottom: 4rem;
}

.support-row {
  display: flex;
  justify-content: space-between;
}
.support-row div:first-child {
  width: 100px;
}

.support-search {
  color: #FFFFFF;
  width: calc(100% - 100px);
  text-align: right;
}
.support-search p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.support-search p a {
  font-weight: 600;
  border-bottom: 1px solid #FFFFFF;
  transition: border 0.35s;
  color: #FFFFFF;
}
.support-search p a:hover {
  border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
  .support-row {
    display: block;
  }
  .support-row div:first-child {
    width: auto;
  }
  .support-row .clear-field {
    margin-bottom: 2rem;
  }
  .support-search {
    width: auto;
    text-align: left;
  }
}
/* History page*/
/* Impact page*/
/* Researches page*/
/* Stories page*/
/* Research page*/

/*# sourceMappingURL=main.css.map */