html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
}

ol, ul {
  list-style: none;
}

li {
  list-style-type: none;
}

ol li ul li {
  list-style-type: disc;
}

a {
  display: inline-block;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 1.2. Clear Fix
========================== */
.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

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

input:focus-visible {
  outline: none;
}

/* Breakpoints */
/* color variables */
/**
 * custom media queries
 * @param  {text}   minimum width
 * @param  {text}    maximum width
 * @return   {text}  media query with custom min and max width.
 */
/**
 * Short hand font property
 * @param  {text}  Font family
 * @param  {text}  Font size
 * @param  {text}  Font style
 * @param  {text}  Font weight
 * @param  {text}  Line height
 * @return  {text} font shorthand property with all required property.
 */
/**
 * font property
 * @param  {text}  Font family
 * @param  {text}  Font size
 * @param  {text}  Font style
 * @param  {text}  Font weight
 * @param  {text}  Line height
 * @return  {text} font property with all required property.
 */
@font-face {
  font-family: "EconSansOSBold";
  src: url("../font/EconSans/EconSansOSBold.eot"), url("../font/EconSans/EconSansOSBold.woff") format("woff"), url("../font/EconSans/EconSansOSBold.ttf") format("truetype"), url("../font/EconSans/EconSansOSBold.svg") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EconSansOSRegular";
  src: url("../font/EconSans/EconSansOSRegular.eot"), url("../font/EconSans/EconSansOSRegular.woff") format("woff"), url("../font/EconSans/EconSansOSRegular.ttf") format("truetype"), url("../font/EconSans/EconSansOSRegular.svg") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EconSansOSMedium";
  src: url("../font/EconSans/EconSansOSMedium.eot"), url("../font/EconSans/EconSansOSMedium.woff") format("woff"), url("../font/EconSans/EconSansOSMedium.ttf") format("truetype"), url("../font/EconSans/EconSansOSMedium.svg") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EconSansOSLight";
  src: url("../font/EconSans/EconSansOS-Light.eot"), url("../font/EconSans/EconSansOS-Light.woff") format("woff"), url("../font/EconSans/EconSansOS-Light.woff2") format("woff2"), url("../font/EconSans/EconSansOS-Light.ttf") format("truetype"), url("../font/EconSans/EconSansOS-Light.svg") format("svg");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GT-Zirkon-Bold";
  src: url("../font/GT-Zirkon/GT-Zirkon-Bold.eot"), url("../font/GT-Zirkon/GT-Zirkon-Bold.woff") format("woff"), url("../font/GT-Zirkon/GT-Zirkon-Bold.woff2") format("woff2"), url("../font/GT-Zirkon/GT-Zirkon-Bold.ttf") format("truetype"), url("../font/GT-Zirkon/GT-Zirkon-Bold.svg") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1308px;
  width: 95.4%;
  margin: 0 auto;
}

main {
  margin: 55px 0 64px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 24px;
  }
}

a {
  color: #000;
}

.to-top {
  padding: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 5;
  right: 2%;
  bottom: 5%;
  background: url("../images/top.svg") no-repeat center;
  background-color: #000;
  opacity: 0.8;
  text-decoration: none;
}

.normal-content {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .normal-content {
    margin-bottom: 20px;
  }
}

.section-para {
  color: #000;
}
.section-para h1, .section-para h3 {
  margin-bottom: 16px;
  font-family: "GT-Zirkon-Bold";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -2.3px;
}
.section-para h2, .section-para h4, .section-para h5, .section-para h6 {
  margin-bottom: 16px;
  font-family: "EconSansOSMedium";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.section-para h1 {
  font-size: 36px;
}
@media screen and (max-width: 995px) {
  .section-para h1 {
    font-size: 35px;
    letter-spacing: -1.45px;
  }
}
@media screen and (max-width: 768px) {
  .section-para h1 {
    font-size: 29px;
  }
}
.section-para h2 {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.09;
}
@media screen and (max-width: 768px) {
  .section-para h2 {
    font-size: 26px;
  }
}
.section-para h3 {
  font-size: 29px;
  letter-spacing: -1.45px;
}
@media screen and (max-width: 768px) {
  .section-para h3 {
    font-size: 23px;
    letter-spacing: -1.15px;
  }
}
.section-para h4 {
  font-size: 26px;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .section-para h4 {
    font-size: 23px;
  }
}
.section-para h5 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-para h5 {
    font-size: 18px;
  }
}
.section-para h6 {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.2;
}
.section-para p {
  font-family: "EconSansOSLight";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .section-para p {
    font-size: 18px;
  }
}
.section-para p:not(:last-child) {
  margin-bottom: 16px;
}
.section-para img.alignnone,
.section-para img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 10px auto;
}
.section-para img.aligncenter {
  display: block;
  margin: 10px auto;
}
.section-para img.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 995px) {
  .section-para img.alignleft {
    margin: 0 auto 25px;
    display: block;
    float: unset;
  }
}
.section-para img.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 995px) {
  .section-para img.alignright {
    margin: 0 auto 25px;
    display: block;
    float: unset;
  }
}
.section-para a {
  color: #000;
  font-family: "EconSansOSLight";
  font-size: 20px;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-para a.image-content img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 995px) {
  .section-para a.image-content:hover img {
    opacity: 0.8;
  }
}
.section-para a:not(.image-content):after {
  content: " ";
  width: auto;
  position: unset;
  background: #1E3066;
  display: block;
  height: 1px;
  margin-top: -5px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 995px) {
  .section-para a:hover {
    color: #1f2e7a;
  }
}
.section-para a.primary-button {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-para a.primary-button::after {
  display: none;
}
.section-para a.primary-button:hover {
  color: #fff;
}
.section-para a.secondary-button {
  color: #1f2e7a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-para a.secondary-button::after {
  display: none;
}
.section-para a.secondary-button:hover {
  color: #fff;
}
.section-para em {
  font-style: italic;
  font-family: "EconSansOSLight";
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-para em {
    font-size: 18px;
  }
}
.section-para strong {
  font-family: "EconSansOSMedium";
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-para strong {
    font-size: 18px;
  }
}
.section-para ul,
.section-para ol {
  margin-bottom: 12px;
  text-align: left;
}
.section-para ul li,
.section-para ol li {
  margin-bottom: 8px;
  margin-left: 20px;
  font-family: "EconSansOSLight";
  font-size: 20px;
  line-height: 1.4;
}
.section-para ul li:last-child,
.section-para ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-para ul li,
.section-para ol li {
    font-size: 18px;
  }
}
.section-para ul li {
  list-style-type: disc;
}
.section-para ol li {
  list-style-type: decimal;
}
.section-para label {
  font-family: "EconSansOSMedium";
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: -0.02px;
  color: #595959;
}

.grid-listing-section {
  margin: 55px 0 42px;
}
@media screen and (max-width: 768px) {
  .grid-listing-section {
    margin: 24px 0;
  }
}
.grid-listing-section .grid-listing-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-listing-section .grid-listing-container li {
  position: relative;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  list-style: none;
  margin-bottom: 22px;
  overflow: hidden;
}
@media screen and (max-width: 995px) {
  .grid-listing-section .grid-listing-container li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
@media screen and (max-width: 768px) {
  .grid-listing-section .grid-listing-container li {
    margin-bottom: 12px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.grid-listing-section .grid-listing-container li:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 995px) {
  .grid-listing-section .grid-listing-container li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 995px) {
  .grid-listing-section .grid-listing-container li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .grid-listing-section .grid-listing-container li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.grid-listing-section .grid-listing-container li > a {
  display: block;
}
.grid-listing-section figure {
  overflow: hidden;
}
@media screen and (min-width: 995px) {
  .grid-listing-section a:hover img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.grid-listing-section img {
  min-height: 200px;
  max-height: 220px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .grid-listing-section img {
    min-height: 150px;
    max-height: 160px;
  }
}
.grid-listing-section .grid-listing-block-description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
@media screen and (max-width: 995px) {
  .grid-listing-section .grid-listing-block-description {
    bottom: auto;
  }
}
.grid-listing-section .grid-listing-block-description h3 {
  margin: 0 24px 5px;
  color: #fff;
  font-family: "EconSansOSMedium";
  font-size: 26px;
  line-height: 1.35;
  -webkit-transform: translateY(35px);
      -ms-transform: translateY(35px);
          transform: translateY(35px);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media screen and (max-width: 995px) {
  .grid-listing-section .grid-listing-block-description h3 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 500px) {
  .grid-listing-section .grid-listing-block-description h3 {
    font-size: 23px;
  }
}
.grid-listing-section .grid-listing-block-description .hide-content {
  margin: 0 24px;
  color: #fff;
  font-family: "EconSansOSLight";
  font-size: 18px;
  line-height: 1.2;
  overflow: hidden;
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 995px) {
  .grid-listing-section .grid-listing-block-description .hide-content {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 500px) {
  .grid-listing-section .grid-listing-block-description .hide-content {
    font-size: 14px;
    line-height: 1.4;
  }
}
.grid-listing-section a {
  display: block;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media screen and (min-width: 995px) {
  .grid-listing-section a:hover h3 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .grid-listing-section a:hover .hide-content {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 996px) and (max-width: 1050px) {
  .grid-listing-section a .grid-listing-block-description {
    bottom: -15%;
  }
}
.grid-listing-section .grid-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), #000);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #000);
  opacity: 0.8;
  -webkit-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}

.newsletter-form {
  margin-bottom: 40px;
  background-color: #F5F4EF;
}
@media screen and (max-width: 768px) {
  .newsletter-form {
    margin-bottom: 24px;
  }
}
.newsletter-form .wrapper {
  padding: 26px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsletter-form .wrapper input[type=email] {
  width: 305px;
  border: 1px solid #595959;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: "EconSansOSRegular";
}
@media screen and (max-width: 1280px) {
  .newsletter-form .wrapper input[type=email] {
    width: 215px;
  }
}
@media screen and (max-width: 375px) {
  .newsletter-form .wrapper input[type=email] {
    width: 180px;
  }
}
.newsletter-form .wrapper .sign-up {
  width: 83px;
  height: 40px;
  padding: 9px 16.6px 9px 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 1px;
  background-color: #2e45b8;
  font-size: 16px;
  font-family: "EconSansOSRegular";
  line-height: 1.38;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 375px) {
  .newsletter-form .wrapper .sign-up {
    width: 75px;
    padding: 9px 13px 9px 13px;
    font-size: 15px;
    line-height: 1;
  }
}
.newsletter-form .left-text {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 995px) {
  .newsletter-form .left-text {
    margin: 0 0 24px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.newsletter-form .left-text h3 {
  font-family: "EconSansOSMedium";
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 995px) {
  .newsletter-form .left-text h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .newsletter-form .left-text h3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .newsletter-form .left-text figure {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 995px) {
  .newsletter-form .newsletter-form__form-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.newsletter-form img {
  width: 45px;
  margin-right: 24px;
  display: block;
}
@media screen and (max-width: 1280px) {
  .newsletter-form img {
    width: 40px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .newsletter-form img {
    width: 45px;
    margin-right: 0;
  }
}

.section-heading {
  margin-bottom: 32px;
  font-family: "EconSansOSMedium";
  font-size: 32px;
  line-height: 0.92;
  color: #000;
}
@media screen and (max-width: 768px) {
  .section-heading {
    margin-bottom: 22px;
    font-size: 23px;
    line-height: 1.09;
  }
}

.normal-content-with-image {
  margin: 64px 0;
}
@media screen and (max-width: 995px) {
  .normal-content-with-image {
    margin: 24px 0;
  }
}
.normal-content-with-image .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.normal-content-with-image figure {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (max-width: 995px) {
  .normal-content-with-image figure {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.normal-content-with-image .section-block {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
}
@media screen and (max-width: 995px) {
  .normal-content-with-image .section-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.normal-content-with-image .section-block .section-para {
  margin-bottom: 32px;
}
@media screen and (max-width: 995px) {
  .normal-content-with-image .section-block .section-para {
    margin-bottom: 24px;
  }
}
.normal-content-with-image img {
  display: block;
}
@media screen and (max-width: 995px) {
  .normal-content-with-image img {
    max-width: 450px;
  }
}
@media screen and (max-width: 640px) {
  .normal-content-with-image img {
    max-width: 100%;
  }
}
.normal-content-with-image.right-side figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}
@media screen and (max-width: 995px) {
  .normal-content-with-image.right-side figure {
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 995px) {
  .normal-content-with-image.left-side figure {
    margin-bottom: 24px;
  }
}

a.primary-button, a.secondary-button {
  min-width: auto;
  margin-right: 20px;
  padding: 5px 16px 3px;
  font-family: "EconSansOSMedium";
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #1f2e7a;
  color: #fff;
  font-size: 16px;
  line-height: 1.38;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 995px) {
  a.primary-button:hover, a.secondary-button:hover {
    background-color: #141F52;
    color: #fff;
    text-decoration: none;
  }
}

a.secondary-button {
  border: 1px solid #1f2e7a;
  background-color: #fff;
  color: #1f2e7a;
}
@media screen and (min-width: 995px) {
  a.secondary-button:hover {
    border: 1px solid transparent;
    background-color: #141F52;
    color: #fff;
  }
}

@media screen and (max-width: 995px) {
  .align-cta {
    text-align: center;
  }
}

.custom-slider-button .slider-controls, .custom-slider-button-event .slider-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .custom-slider-button .slider-controls, .custom-slider-button-event .slider-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.custom-slider-button .slick-dots, .custom-slider-button-event .slick-dots {
  position: relative;
  bottom: 6px;
}
.custom-slider-button .slide-m-prev, .custom-slider-button .slide-m-next, .custom-slider-button-event .slide-m-prev, .custom-slider-button-event .slide-m-next {
  content: "";
  cursor: pointer;
  width: 9.3px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-slider-button .slide-m-prev, .custom-slider-button-event .slide-m-prev {
  margin-right: 16px;
  background-image: url("../images/left_arrow.png");
}
.custom-slider-button .slide-m-next, .custom-slider-button-event .slide-m-next {
  margin-left: 16px;
  background-image: url("../images/right_arrow.png");
}
.custom-slider-button .slick-dots li button:before, .custom-slider-button-event .slick-dots li button:before {
  color: #d8d8d8;
}
.custom-slider-button .slick-dots li.slick-active button:before, .custom-slider-button-event .slick-dots li.slick-active button:before {
  color: #000;
}
@media screen and (max-width: 768px) {
  .custom-slider-button .slick-dotted.slick-slider, .custom-slider-button-event .slick-dotted.slick-slider {
    margin-bottom: 12px;
  }
}
.custom-slider-button .slider-controls, .custom-slider-button-event .slider-controls {
  display: none;
}
.custom-slider-button .slick-slider + .slider-controls,
.custom-slider-button .slick-slider + .controls-block .slider-controls,
.custom-slider-button .slick-slider + .wrapper .slider-controls, .custom-slider-button-event .slick-slider + .slider-controls,
.custom-slider-button-event .slick-slider + .controls-block .slider-controls,
.custom-slider-button-event .slick-slider + .wrapper .slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* same margin between slides */
.page-template-page-events .virtual-events-section .slick-slider {
  margin: 0 -16px 30px;
}

.page-template-page-events .virtual-events-section li.slick-slide {
  margin: 0 16px;
}

.page-template-page-events .virtual-events-section .slick-dots {
  position: relative;
  bottom: 3px;
}

/* counter section start */
.counter-section {
  margin: 48px 0 64px;
}
@media screen and (max-width: 995px) {
  .counter-section {
    margin: 24px 0;
  }
}
.counter-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.counter-section ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 32px;
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 23.2%;
      flex-basis: 23.2%;
  background-color: #F2f2f2;
  font-family: "GT-Zirkon-Bold";
  text-align: center;
}
@media screen and (max-width: 995px) {
  .counter-section ul li {
    margin-bottom: 20px;
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
}
@media screen and (max-width: 640px) {
  .counter-section ul li {
    padding: 40px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 640px) {
  .counter-section ul li:last-child {
    margin-bottom: 0;
  }
}
.counter-section ul li:not(:nth-child(4n)) {
  margin-right: 2.4%;
}
@media screen and (max-width: 995px) {
  .counter-section ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 995px) {
  .counter-section ul li:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .counter-section ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.counter-section ul li span {
  margin-bottom: 9px;
  color: #E3120B;
  font-size: 66px;
  line-height: 1.11;
  letter-spacing: -3.3px;
}
@media screen and (max-width: 1280px) {
  .counter-section ul li span {
    font-size: 55px;
  }
}
@media screen and (max-width: 640px) {
  .counter-section ul li span {
    font-size: 46px;
  }
}
.counter-section ul li h4 {
  padding: 0px 60px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .counter-section ul li h4 {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 640px) {
  .counter-section ul li h4 {
    font-size: 18px;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .counter-section ul li h4 {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
}
.counter-section img {
  width: 80px;
  height: 80px;
  margin-bottom: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .counter-section img {
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .counter-section .counter-block {
    text-align: left;
  }
}

/* counter section end */
.mobile-image {
  display: none;
}
@media screen and (max-width: 995px) {
  .mobile-image {
    display: block;
  }
}

.desktop-image {
  display: block;
}
@media screen and (max-width: 995px) {
  .desktop-image {
    display: none;
  }
}

.news-menu-topics-desktop {
  display: none;
}

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

.page-template-homepage, .page-template-page-custom-template {
  /*video modal*/
}
.page-template-homepage .most-viewed-news-section, .page-template-page-custom-template .most-viewed-news-section {
  margin: 42px 0 64px;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .most-viewed-news-section, .page-template-page-custom-template .most-viewed-news-section {
    margin: 24px 0;
  }
}
.page-template-homepage .most-viewed-news-section .most-view-news-grid, .page-template-page-custom-template .most-viewed-news-section .most-view-news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-homepage .most-viewed-news-section .most-view-news-grid a, .page-template-page-custom-template .most-viewed-news-section .most-view-news-grid a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
@media screen and (min-width: 995px) {
  .page-template-homepage .most-viewed-news-section .most-view-news-grid a:hover, .page-template-page-custom-template .most-viewed-news-section .most-view-news-grid a:hover {
    text-decoration: underline;
  }
}
.page-template-homepage .most-viewed-news-section .most-view-news-grid a h4, .page-template-page-custom-template .most-viewed-news-section .most-view-news-grid a h4 {
  margin: 10px 0 0;
  font-family: "EconSansOSMedium";
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 640px) {
  .page-template-homepage .most-viewed-news-section .most-view-news-grid a h4, .page-template-page-custom-template .most-viewed-news-section .most-view-news-grid a h4 {
    line-height: 1.2;
    font-size: 18px;
  }
}
.page-template-homepage .most-viewed-news-section .news-content-listing, .page-template-page-custom-template .most-viewed-news-section .news-content-listing {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-bottom: 22px;
}
@media screen and (max-width: 995px) {
  .page-template-homepage .most-viewed-news-section .news-content-listing, .page-template-page-custom-template .most-viewed-news-section .news-content-listing {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-homepage .most-viewed-news-section .news-content-listing, .page-template-page-custom-template .most-viewed-news-section .news-content-listing {
    margin-bottom: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page-template-homepage .most-viewed-news-section .news-content-listing:not(:nth-child(3n)), .page-template-page-custom-template .most-viewed-news-section .news-content-listing:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 995px) {
  .page-template-homepage .most-viewed-news-section .news-content-listing:not(:nth-child(3n)), .page-template-page-custom-template .most-viewed-news-section .news-content-listing:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 995px) {
  .page-template-homepage .most-viewed-news-section .news-content-listing:not(:nth-child(2n)), .page-template-page-custom-template .most-viewed-news-section .news-content-listing:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-homepage .most-viewed-news-section .news-content-listing:not(:nth-child(2n)), .page-template-page-custom-template .most-viewed-news-section .news-content-listing:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.page-template-homepage .most-viewed-news-section .news-content-listing li a, .page-template-page-custom-template .most-viewed-news-section .news-content-listing li a {
  font-family: "EconSansOSMedium";
  font-size: 14px;
  line-height: 1.21;
  color: #595959;
}
.page-template-homepage .most-viewed-news-section .news-content-listing .most-viewed-news-description, .page-template-page-custom-template .most-viewed-news-section .news-content-listing .most-viewed-news-description {
  font-family: "EconSansOSLight";
  font-size: 14px;
  line-height: 1.21;
  color: #595959;
}
.page-template-homepage .most-viewed-news-section .news-content-listing .topics-section, .page-template-page-custom-template .most-viewed-news-section .news-content-listing .topics-section {
  margin: 12px 0 0;
}
.page-template-homepage .most-viewed-news-section figure, .page-template-page-custom-template .most-viewed-news-section figure {
  overflow: hidden;
}
.page-template-homepage .most-viewed-news-section figure img, .page-template-page-custom-template .most-viewed-news-section figure img {
  min-height: 200px;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
@media screen and (min-width: 995px) {
  .page-template-homepage .most-viewed-news-section figure img:hover, .page-template-page-custom-template .most-viewed-news-section figure img:hover {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.page-template-homepage .feature-event-section, .page-template-page-custom-template .feature-event-section {
  margin: 42px 0 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section, .page-template-page-custom-template .feature-event-section {
    margin: 24px 0;
  }
}
.page-template-homepage .feature-event-section .feature-event-list, .page-template-page-custom-template .feature-event-section .feature-event-list {
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 995px) {
  .page-template-homepage .feature-event-section .feature-event-list, .page-template-page-custom-template .feature-event-section .feature-event-list {
    background-image: none;
  }
}
@media screen and (max-width: 995px) {
  .page-template-homepage .feature-event-section .feature-event-list .wrapper, .page-template-page-custom-template .feature-event-section .feature-event-list .wrapper {
    width: 100%;
  }
}
.page-template-homepage .feature-event-section .feature-event-list .feature-event-block, .page-template-page-custom-template .feature-event-section .feature-event-list .feature-event-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 995px) {
  .page-template-homepage .feature-event-section .feature-event-list .feature-event-block, .page-template-page-custom-template .feature-event-section .feature-event-list .feature-event-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-homepage .feature-event-section .left-content, .page-template-page-custom-template .feature-event-section .left-content {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (min-width: 995px) {
  .page-template-homepage .feature-event-section .left-content, .page-template-page-custom-template .feature-event-section .left-content {
    background-image: none !important;
  }
}
@media screen and (max-width: 995px) {
  .page-template-homepage .feature-event-section .left-content, .page-template-page-custom-template .feature-event-section .left-content {
    width: 100%;
    padding: 100px 0;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .left-content, .page-template-page-custom-template .feature-event-section .left-content {
    padding: 40px 0;
  }
}
.page-template-homepage .feature-event-section .left-content img, .page-template-page-custom-template .feature-event-section .left-content img {
  width: 120px;
}
@media screen and (max-width: 995px) {
  .page-template-homepage .feature-event-section .left-content img, .page-template-page-custom-template .feature-event-section .left-content img {
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .left-content img, .page-template-page-custom-template .feature-event-section .left-content img {
    width: 60px;
  }
}
.page-template-homepage .feature-event-section .responsive-left-content, .page-template-page-custom-template .feature-event-section .responsive-left-content {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-homepage .feature-event-section .left-column, .page-template-page-custom-template .feature-event-section .left-column {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .left-column, .page-template-page-custom-template .feature-event-section .left-column {
    padding: 0;
  }
}
.page-template-homepage .feature-event-section .left-column figure, .page-template-page-custom-template .feature-event-section .left-column figure {
  margin-right: 24px;
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}
@media screen and (max-width: 995px) {
  .page-template-homepage .feature-event-section .left-column figure, .page-template-page-custom-template .feature-event-section .left-column figure {
    margin-right: 18px;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .left-column figure, .page-template-page-custom-template .feature-event-section .left-column figure {
    margin-right: 12px;
  }
}
.page-template-homepage .feature-event-section .right-column h3, .page-template-page-custom-template .feature-event-section .right-column h3 {
  margin-bottom: 10px;
  font-family: "GT-Zirkon-Bold";
  font-size: 32px;
  line-height: 1.09;
  letter-spacing: -1.6px;
}
@media screen and (max-width: 640px) {
  .page-template-homepage .feature-event-section .right-column h3, .page-template-page-custom-template .feature-event-section .right-column h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .right-column h3, .page-template-page-custom-template .feature-event-section .right-column h3 {
    font-size: 23px;
    line-height: 1.09;
    letter-spacing: -1.15px;
  }
}
.page-template-homepage .feature-event-section .right-column h4, .page-template-page-custom-template .feature-event-section .right-column h4 {
  padding-top: 16px;
  border-top: 1px solid #fff;
  font-family: "EconSansOSMedium";
  font-size: 26px;
  line-height: 1.19;
}
@media screen and (max-width: 640px) {
  .page-template-homepage .feature-event-section .right-column h4, .page-template-page-custom-template .feature-event-section .right-column h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .right-column h4, .page-template-page-custom-template .feature-event-section .right-column h4 {
    font-size: 18px;
  }
}
.page-template-homepage .feature-event-section .right-column p, .page-template-page-custom-template .feature-event-section .right-column p {
  margin-bottom: 16px;
  font-family: "EconSansOSLight";
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .right-column p, .page-template-page-custom-template .feature-event-section .right-column p {
    font-size: 16px;
    line-height: 1.19;
  }
}
.page-template-homepage .feature-event-section .right-column .tag-line, .page-template-page-custom-template .feature-event-section .right-column .tag-line {
  margin-bottom: 10px;
}
.page-template-homepage .feature-event-section .half-width .left-content,
.page-template-homepage .feature-event-section .half-width .right-content, .page-template-page-custom-template .feature-event-section .half-width .left-content,
.page-template-page-custom-template .feature-event-section .half-width .right-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.page-template-homepage .feature-event-section .right-content, .page-template-page-custom-template .feature-event-section .right-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 48px;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2f2f2;
  color: #000;
  font-family: "EconSansOSMedium";
}
@media screen and (max-width: 995px) {
  .page-template-homepage .feature-event-section .right-content, .page-template-page-custom-template .feature-event-section .right-content {
    padding: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .right-content, .page-template-page-custom-template .feature-event-section .right-content {
    padding: 24px 12px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .right-content, .page-template-page-custom-template .feature-event-section .right-content {
    padding: 16px 12px;
  }
}
.page-template-homepage .feature-event-section .right-content > h4, .page-template-page-custom-template .feature-event-section .right-content > h4 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .right-content > h4, .page-template-page-custom-template .feature-event-section .right-content > h4 {
    font-size: 16px;
    line-height: 1.2;
  }
}
.page-template-homepage .feature-event-section .right-content img, .page-template-page-custom-template .feature-event-section .right-content img {
  max-width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .right-content img, .page-template-page-custom-template .feature-event-section .right-content img {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-template-homepage .feature-event-section .right-content img, .page-template-page-custom-template .feature-event-section .right-content img {
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .right-content img, .page-template-page-custom-template .feature-event-section .right-content img {
    width: 80px;
  }
}
.page-template-homepage .feature-event-section .speaker-events, .page-template-homepage .feature-event-section .overlay-events, .page-template-page-custom-template .feature-event-section .speaker-events, .page-template-page-custom-template .feature-event-section .overlay-events {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .speaker-events, .page-template-homepage .feature-event-section .overlay-events, .page-template-page-custom-template .feature-event-section .speaker-events, .page-template-page-custom-template .feature-event-section .overlay-events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 24px 0;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .speaker-events, .page-template-homepage .feature-event-section .overlay-events, .page-template-page-custom-template .feature-event-section .speaker-events, .page-template-page-custom-template .feature-event-section .overlay-events {
    margin: 20px 0 26px;
  }
}
.page-template-homepage .feature-event-section .speaker-events-list, .page-template-homepage .feature-event-section .overlay-events-list, .page-template-page-custom-template .feature-event-section .speaker-events-list, .page-template-page-custom-template .feature-event-section .overlay-events-list {
  -ms-flex-preferred-size: 27.6%;
      flex-basis: 27.6%;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .speaker-events-list, .page-template-homepage .feature-event-section .overlay-events-list, .page-template-page-custom-template .feature-event-section .speaker-events-list, .page-template-page-custom-template .feature-event-section .overlay-events-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-template-homepage .feature-event-section .speaker-events-list:not(:last-child), .page-template-homepage .feature-event-section .overlay-events-list:not(:last-child), .page-template-page-custom-template .feature-event-section .speaker-events-list:not(:last-child), .page-template-page-custom-template .feature-event-section .overlay-events-list:not(:last-child) {
  margin-right: 8.5%;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .speaker-events-list:not(:last-child), .page-template-homepage .feature-event-section .overlay-events-list:not(:last-child), .page-template-page-custom-template .feature-event-section .speaker-events-list:not(:last-child), .page-template-page-custom-template .feature-event-section .overlay-events-list:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 640px) {
  .page-template-homepage .feature-event-section .speaker-events-list:not(:last-child), .page-template-homepage .feature-event-section .overlay-events-list:not(:last-child), .page-template-page-custom-template .feature-event-section .speaker-events-list:not(:last-child), .page-template-page-custom-template .feature-event-section .overlay-events-list:not(:last-child) {
    margin-bottom: 12px;
  }
}
.page-template-homepage .feature-event-section .speaker-events-list figure, .page-template-homepage .feature-event-section .speaker-events-list .overlay-block, .page-template-homepage .feature-event-section .overlay-events-list figure, .page-template-homepage .feature-event-section .overlay-events-list .overlay-block, .page-template-page-custom-template .feature-event-section .speaker-events-list figure, .page-template-page-custom-template .feature-event-section .speaker-events-list .overlay-block, .page-template-page-custom-template .feature-event-section .overlay-events-list figure, .page-template-page-custom-template .feature-event-section .overlay-events-list .overlay-block {
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .speaker-events-list figure, .page-template-homepage .feature-event-section .speaker-events-list .overlay-block, .page-template-homepage .feature-event-section .overlay-events-list figure, .page-template-homepage .feature-event-section .overlay-events-list .overlay-block, .page-template-page-custom-template .feature-event-section .speaker-events-list figure, .page-template-page-custom-template .feature-event-section .speaker-events-list .overlay-block, .page-template-page-custom-template .feature-event-section .overlay-events-list figure, .page-template-page-custom-template .feature-event-section .overlay-events-list .overlay-block {
    margin: 0 20px 0 0;
  }
}
.page-template-homepage .feature-event-section .speaker-events-list h4, .page-template-homepage .feature-event-section .overlay-events-list h4, .page-template-page-custom-template .feature-event-section .speaker-events-list h4, .page-template-page-custom-template .feature-event-section .overlay-events-list h4 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.13;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .speaker-events-list h4, .page-template-homepage .feature-event-section .overlay-events-list h4, .page-template-page-custom-template .feature-event-section .speaker-events-list h4, .page-template-page-custom-template .feature-event-section .overlay-events-list h4 {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .speaker-events-list h4, .page-template-homepage .feature-event-section .overlay-events-list h4, .page-template-page-custom-template .feature-event-section .speaker-events-list h4, .page-template-page-custom-template .feature-event-section .overlay-events-list h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .speaker-events-list h4, .page-template-homepage .feature-event-section .overlay-events-list h4, .page-template-page-custom-template .feature-event-section .speaker-events-list h4, .page-template-page-custom-template .feature-event-section .overlay-events-list h4 {
    margin-bottom: 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .page-template-homepage .feature-event-section .speaker-events-list h4, .page-template-homepage .feature-event-section .overlay-events-list h4, .page-template-page-custom-template .feature-event-section .speaker-events-list h4, .page-template-page-custom-template .feature-event-section .overlay-events-list h4 {
    font-size: 12px;
  }
}
.page-template-homepage .feature-event-section .speaker-events-list .speaker-job-title, .page-template-homepage .feature-event-section .overlay-events-list .speaker-job-title, .page-template-page-custom-template .feature-event-section .speaker-events-list .speaker-job-title, .page-template-page-custom-template .feature-event-section .overlay-events-list .speaker-job-title {
  font-family: "EconSansOSLight";
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 375px) {
  .page-template-homepage .feature-event-section .speaker-events-list .speaker-job-title, .page-template-homepage .feature-event-section .overlay-events-list .speaker-job-title, .page-template-page-custom-template .feature-event-section .speaker-events-list .speaker-job-title, .page-template-page-custom-template .feature-event-section .overlay-events-list .speaker-job-title {
    font-size: 12px;
  }
}
.page-template-homepage .feature-event-section .speaker-events-list h5, .page-template-homepage .feature-event-section .overlay-events-list h5, .page-template-page-custom-template .feature-event-section .speaker-events-list h5, .page-template-page-custom-template .feature-event-section .overlay-events-list h5 {
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 375px) {
  .page-template-homepage .feature-event-section .speaker-events-list h5, .page-template-homepage .feature-event-section .overlay-events-list h5, .page-template-page-custom-template .feature-event-section .speaker-events-list h5, .page-template-page-custom-template .feature-event-section .overlay-events-list h5 {
    font-size: 12px;
  }
}
.page-template-homepage .feature-event-section .overlay-events, .page-template-page-custom-template .feature-event-section .overlay-events {
  margin: 24px 0 32px;
}
.page-template-homepage .feature-event-section .overlay-events-list, .page-template-page-custom-template .feature-event-section .overlay-events-list {
  position: relative;
  -ms-flex-preferred-size: 29.6%;
      flex-basis: 29.6%;
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .overlay-events-list, .page-template-page-custom-template .feature-event-section .overlay-events-list {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}
.page-template-homepage .feature-event-section .overlay-events-list:not(:last-child), .page-template-page-custom-template .feature-event-section .overlay-events-list:not(:last-child) {
  margin-right: 6.5%;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .overlay-events-list:not(:last-child), .page-template-page-custom-template .feature-event-section .overlay-events-list:not(:last-child) {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 640px) {
  .page-template-homepage .feature-event-section .overlay-events-list:not(:last-child), .page-template-page-custom-template .feature-event-section .overlay-events-list:not(:last-child) {
    margin-right: 0;
  }
}
.page-template-homepage .feature-event-section .overlay-events-list .overlay-number, .page-template-page-custom-template .feature-event-section .overlay-events-list .overlay-number {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "EconSansOSMedium";
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .overlay-events-list .overlay-number, .page-template-page-custom-template .feature-event-section .overlay-events-list .overlay-number {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .overlay-events-list .overlay-number, .page-template-page-custom-template .feature-event-section .overlay-events-list .overlay-number {
    font-size: 20px;
  }
}
.page-template-homepage .feature-event-section .overlay-events-list .overlay-image img, .page-template-page-custom-template .feature-event-section .overlay-events-list .overlay-image img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .overlay-events-list .overlay-image img, .page-template-page-custom-template .feature-event-section .overlay-events-list .overlay-image img {
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .overlay-events-list .overlay-image img, .page-template-page-custom-template .feature-event-section .overlay-events-list .overlay-image img {
    width: 80px;
  }
}
.page-template-homepage .feature-event-section .overlay-block, .page-template-page-custom-template .feature-event-section .overlay-block {
  width: 120px;
  height: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .overlay-block, .page-template-page-custom-template .feature-event-section .overlay-block {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-homepage .feature-event-section .overlay-block, .page-template-page-custom-template .feature-event-section .overlay-block {
    width: 80px;
    height: 80px;
  }
}
.page-template-homepage .feature-event-section .overlay-description, .page-template-page-custom-template .feature-event-section .overlay-description {
  margin-bottom: 58px;
  font-family: "EconSansOSLight";
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .feature-event-section .overlay-description, .page-template-page-custom-template .feature-event-section .overlay-description {
    margin-bottom: 24px;
  }
}
.page-template-homepage .video-section, .page-template-page-custom-template .video-section {
  margin: 64px 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .video-section, .page-template-page-custom-template .video-section {
    margin: 28px 0 24px;
  }
}
.page-template-homepage .video-section .video-block-container, .page-template-page-custom-template .video-section .video-block-container {
  z-index: 1;
  text-align: center;
}
.page-template-homepage .video-section .video-section__listings--block, .page-template-page-custom-template .video-section .video-section__listings--block {
  width: 31.487%;
  margin-right: calc(3% - 5px);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: left;
}
.page-template-homepage .video-section .video-section__listings--block:last-child, .page-template-page-custom-template .video-section .video-section__listings--block:last-child {
  margin-right: 0;
}
.page-template-homepage .video-section .video-section__description, .page-template-page-custom-template .video-section .video-section__description {
  padding: 16px 8px;
  display: block;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page-template-homepage .video-section .video-section__description, .page-template-page-custom-template .video-section .video-section__description {
    padding-bottom: 0;
  }
}
.page-template-homepage .video-section .video-section__description h3, .page-template-page-custom-template .video-section .video-section__description h3 {
  margin: 0;
  font-family: "EconSansOSMedium";
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 640px) {
  .page-template-homepage .video-section .video-section__description h3, .page-template-page-custom-template .video-section .video-section__description h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.page-template-homepage .video-section .taxanomy-topics, .page-template-page-custom-template .video-section .taxanomy-topics {
  padding: 0;
  margin-bottom: 6px;
}
.page-template-homepage .video-section .taxanomy-topics ul, .page-template-page-custom-template .video-section .taxanomy-topics ul {
  padding: 0;
}
.page-template-homepage .video-section .taxanomy-topics li, .page-template-page-custom-template .video-section .taxanomy-topics li {
  padding-right: 14px;
  margin-right: 9px;
  margin-bottom: 2px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  list-style-type: none;
  white-space: nowrap;
}
.page-template-homepage .video-section .taxanomy-topics li:last-child, .page-template-page-custom-template .video-section .taxanomy-topics li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-template-homepage .video-section .taxanomy-topics li:last-child::after, .page-template-page-custom-template .video-section .taxanomy-topics li:last-child::after {
  display: none;
}
.page-template-homepage .video-section .taxanomy-topics li::after, .page-template-page-custom-template .video-section .taxanomy-topics li::after {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0;
  background-color: #595959;
}
.page-template-homepage .video-section .taxanomy-topics li a, .page-template-page-custom-template .video-section .taxanomy-topics li a {
  font-family: "EconSansOSMedium";
  font-size: 14px;
  line-height: 1.21;
  color: #595959;
}
.page-template-homepage .video-section figure, .page-template-page-custom-template .video-section figure {
  position: relative;
  cursor: pointer;
}
.page-template-homepage .video-section figure::after, .page-template-page-custom-template .video-section figure::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  background-image: url("../images/video_icon.png");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-template-homepage .video-section figure img, .page-template-page-custom-template .video-section figure img {
  width: 100%;
}
.page-template-homepage .taxanomy-topics .tags, .page-template-page-custom-template .taxanomy-topics .tags {
  margin: 0;
  line-height: 19px;
  text-transform: capitalize;
}
.page-template-homepage .video-modal, .page-template-page-custom-template .video-modal {
  width: 100%;
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.page-template-homepage .video-modal iframe, .page-template-page-custom-template .video-modal iframe {
  width: 100%;
  height: 100%;
}
.page-template-homepage .video-modal .video-modal__wrapper, .page-template-page-custom-template .video-modal .video-modal__wrapper {
  width: 80%;
  position: absolute;
  top: 10%;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .page-template-homepage .video-modal .video-modal__wrapper, .page-template-page-custom-template .video-modal .video-modal__wrapper {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.page-template-homepage .video-modal .video-modal__wrapper span, .page-template-page-custom-template .video-modal .video-modal__wrapper span {
  position: absolute;
  top: -28px;
  right: 0;
  color: #fff;
  font-family: "EconSansOSLight";
  font-size: 24px;
  cursor: pointer;
}
.page-template-homepage .modal-hide, .page-template-page-custom-template .modal-hide {
  display: none;
}
.page-template-homepage .slick-slider .video-section__listings--block, .page-template-page-custom-template .slick-slider .video-section__listings--block {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .page-template-homepage .slick-slider .video-section__listings--block, .page-template-page-custom-template .slick-slider .video-section__listings--block {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-homepage .slick-slider .video-section__listings--block, .page-template-page-custom-template .slick-slider .video-section__listings--block {
    margin-right: 0;
  }
}

.page-template-page-training .course-section, .page-template-page-custom-template .course-section {
  margin-top: 64px;
}
@media screen and (max-width: 995px) {
  .page-template-page-training .course-section, .page-template-page-custom-template .course-section {
    margin-top: 24px;
  }
}
.page-template-page-training .course-section .section-title, .page-template-page-custom-template .course-section .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-template-page-training .course-section .section-title, .page-template-page-custom-template .course-section .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-training .course-section form, .page-template-page-custom-template .course-section form {
    margin-bottom: 12px;
  }
}
.page-template-page-training .course-section ul, .page-template-page-custom-template .course-section ul {
  margin: 0 -1.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 995px) {
  .page-template-page-training .course-section ul, .page-template-page-custom-template .course-section ul {
    margin: 0 -1%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-training .course-section ul, .page-template-page-custom-template .course-section ul {
    margin: 0;
  }
}
.page-template-page-training .course-section .course-listing, .page-template-page-custom-template .course-section .course-listing {
  margin: 0 1.25%;
  margin-bottom: 56px;
  -ms-flex-preferred-size: 22.5%;
      flex-basis: 22.5%;
}
@media screen and (max-width: 995px) {
  .page-template-page-training .course-section .course-listing, .page-template-page-custom-template .course-section .course-listing {
    margin: 0 1%;
    margin-bottom: 30px;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-training .course-section .course-listing, .page-template-page-custom-template .course-section .course-listing {
    margin: 0 0 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page-template-page-training .course-section .course-listing figure a, .page-template-page-custom-template .course-section .course-listing figure a {
  overflow: hidden;
  display: block;
}
.page-template-page-training .course-section .course-listing figure a img, .page-template-page-custom-template .course-section .course-listing figure a img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 995px) {
  .page-template-page-training .course-section .course-listing figure a img:hover, .page-template-page-custom-template .course-section .course-listing figure a img:hover {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.page-template-page-training .course-section .course-listing span, .page-template-page-custom-template .course-section .course-listing span {
  display: block;
  color: #595959;
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: -0.02px;
}
.page-template-page-training .course-section .course-listing span.course-location, .page-template-page-custom-template .course-section .course-listing span.course-location {
  margin-top: 8px;
  font-family: "EconSansOSMedium";
}
.page-template-page-training .course-section .course-listing span.course-date-time, .page-template-page-custom-template .course-section .course-listing span.course-date-time {
  margin-bottom: 8px;
  font-family: "EconSansOSLight";
}
.page-template-page-training .course-section .course-listing h4 a, .page-template-page-custom-template .course-section .course-listing h4 a {
  color: #000;
  font-family: "EconSansOSMedium";
  font-size: 20px;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .page-template-page-training .course-section .course-listing h4 a, .page-template-page-custom-template .course-section .course-listing h4 a {
    font-size: 18px;
  }
}
@media screen and (min-width: 995px) {
  .page-template-page-training .course-section .course-listing h4 a:hover, .page-template-page-custom-template .course-section .course-listing h4 a:hover {
    text-decoration: underline;
  }
}
.page-template-page-training .course-section select, .page-template-page-custom-template .course-section select {
  display: block;
  -webkit-appearance: none;
  background: none;
  width: auto;
  border: none;
  padding: 8px 30px 8px 15px;
  background-color: #fff;
  color: #000;
  font-family: "EconSansOSRegular";
  outline: none;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  background: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right center;
}

.page-template-page-events .live-events-list, .page-template-page-custom-template .live-events-list {
  margin: 50px 0 32px;
}
.page-template-page-events .live-events-list ul, .page-template-page-custom-template .live-events-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-page-events .live-events-list li, .page-template-page-custom-template .live-events-list li {
  margin-bottom: 32px;
  -ms-flex-preferred-size: 23.2%;
      flex-basis: 23.2%;
  position: relative;
}
@media screen and (max-width: 995px) {
  .page-template-page-events .live-events-list li, .page-template-page-custom-template .live-events-list li {
    margin-bottom: 14px;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}
@media screen and (max-width: 640px) {
  .page-template-page-events .live-events-list li, .page-template-page-custom-template .live-events-list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page-template-page-events .live-events-list li:not(:nth-child(4n)), .page-template-page-custom-template .live-events-list li:not(:nth-child(4n)) {
  margin-right: 2.4%;
}
@media screen and (max-width: 995px) {
  .page-template-page-events .live-events-list li:not(:nth-child(4n)), .page-template-page-custom-template .live-events-list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 995px) {
  .page-template-page-events .live-events-list li:not(:nth-child(2n)), .page-template-page-custom-template .live-events-list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .page-template-page-events .live-events-list li:not(:nth-child(2n)), .page-template-page-custom-template .live-events-list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.page-template-page-events .live-events-list li a, .page-template-page-custom-template .live-events-list li a {
  display: block;
}
@media screen and (min-width: 995px) {
  .page-template-page-events .live-events-list li a:hover img, .page-template-page-custom-template .live-events-list li a:hover img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.page-template-page-events .live-events-list figure, .page-template-page-custom-template .live-events-list figure {
  overflow: hidden;
}
.page-template-page-events .live-events-list figure img, .page-template-page-custom-template .live-events-list figure img {
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 995px) {
  .page-template-page-events .live-events-list figure img, .page-template-page-custom-template .live-events-list figure img {
    min-height: auto;
    max-height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .page-template-page-events .live-events-list figure img, .page-template-page-custom-template .live-events-list figure img {
    max-height: 200px;
  }
}
@media screen and (max-width: 375px) {
  .page-template-page-events .live-events-list figure img, .page-template-page-custom-template .live-events-list figure img {
    max-height: 160px;
  }
}
.page-template-page-events .live-events-list .overlay-content, .page-template-page-custom-template .live-events-list .overlay-content {
  height: 100%;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  color: #fff;
  font-family: "EconSansOSMedium";
}
@media screen and (max-width: 768px) {
  .page-template-page-events .live-events-list .overlay-content, .page-template-page-custom-template .live-events-list .overlay-content {
    padding: 0 14px;
  }
}
.page-template-page-events .live-events-list .overlay-content h3, .page-template-page-custom-template .live-events-list .overlay-content h3 {
  font-size: 32px;
  line-height: 1.09;
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .page-template-page-events .live-events-list .overlay-content h3, .page-template-page-custom-template .live-events-list .overlay-content h3 {
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-page-events .live-events-list .overlay-content h3, .page-template-page-custom-template .live-events-list .overlay-content h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 995px) {
  .page-template-page-events .live-events-list .overlay-content h3, .page-template-page-custom-template .live-events-list .overlay-content h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-page-events .live-events-list .overlay-content h3, .page-template-page-custom-template .live-events-list .overlay-content h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 375px) {
  .page-template-page-events .live-events-list .overlay-content h3, .page-template-page-custom-template .live-events-list .overlay-content h3 {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
  }
}
.page-template-page-events .live-events-list .overlay-content > div, .page-template-page-custom-template .live-events-list .overlay-content > div {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-page-events .live-events-list .overlay-content span, .page-template-page-custom-template .live-events-list .overlay-content span {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 500px) {
  .page-template-page-events .live-events-list .overlay-content span, .page-template-page-custom-template .live-events-list .overlay-content span {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .page-template-page-events .live-events-list .overlay-content span, .page-template-page-custom-template .live-events-list .overlay-content span {
    font-size: 14px;
    line-height: 1.4;
  }
}
.page-template-page-events .live-events-list .overlay-content span.live-event-time, .page-template-page-custom-template .live-events-list .overlay-content span.live-event-time {
  font-family: "EconSansOSLight";
}
.page-template-page-events .virtual-events-section, .page-template-page-custom-template .virtual-events-section {
  margin: 32px 0 64px;
}
.page-template-page-events .virtual-events-section ul, .page-template-page-custom-template .virtual-events-section ul {
  margin: 0 -1.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 995px) {
  .page-template-page-events .virtual-events-section ul, .page-template-page-custom-template .virtual-events-section ul {
    margin: 0 -1%;
  }
}
@media screen and (max-width: 640px) {
  .page-template-page-events .virtual-events-section ul, .page-template-page-custom-template .virtual-events-section ul {
    margin: 0;
  }
}
.page-template-page-events .virtual-events-section .event-date-time, .page-template-page-custom-template .virtual-events-section .event-date-time {
  display: block;
  margin-bottom: 8px;
  font-family: "EconSansOSLight";
  font-size: 14px;
  line-height: 1.21;
  color: #595959;
}
.page-template-page-events .virtual-events-section .virtual-events-list, .page-template-page-custom-template .virtual-events-section .virtual-events-list {
  margin: 0 1.25% 32px;
  -ms-flex-preferred-size: 22.5%;
      flex-basis: 22.5%;
}
@media screen and (max-width: 995px) {
  .page-template-page-events .virtual-events-section .virtual-events-list, .page-template-page-custom-template .virtual-events-section .virtual-events-list {
    margin: 0 1% 20px;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width: 640px) {
  .page-template-page-events .virtual-events-section .virtual-events-list, .page-template-page-custom-template .virtual-events-section .virtual-events-list {
    margin: 0 0 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page-template-page-events .virtual-events-section .virtual-events-list h3, .page-template-page-custom-template .virtual-events-section .virtual-events-list h3 {
  font-family: "EconSansOSMedium";
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 995px) {
  .page-template-page-events .virtual-events-section .virtual-events-list h3, .page-template-page-custom-template .virtual-events-section .virtual-events-list h3 {
    font-size: 18px;
  }
}
.page-template-page-events .virtual-events-section .virtual-events-list a, .page-template-page-custom-template .virtual-events-section .virtual-events-list a {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 995px) {
  .page-template-page-events .virtual-events-section .virtual-events-list a:hover h3, .page-template-page-custom-template .virtual-events-section .virtual-events-list a:hover h3 {
    text-decoration: underline;
  }
}
.page-template-page-events .virtual-events-section .virtual-events-list figure, .page-template-page-custom-template .virtual-events-section .virtual-events-list figure {
  margin-bottom: 16px;
  overflow: hidden;
}
.page-template-page-events .virtual-events-section .virtual-events-list figure img, .page-template-page-custom-template .virtual-events-section .virtual-events-list figure img {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 995px) {
  .page-template-page-events .virtual-events-section .virtual-events-list figure img:hover, .page-template-page-custom-template .virtual-events-section .virtual-events-list figure img:hover {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.page-template-page-events .virtual-events-section .controls-block, .page-template-page-custom-template .virtual-events-section .controls-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-template-page-events .virtual-events-section .controls-block .slider-controls, .page-template-page-custom-template .virtual-events-section .controls-block .slider-controls {
  top: 3px;
}
@media screen and (max-width: 767px) {
  .page-template-page-events .virtual-events-section .controls-block, .page-template-page-custom-template .virtual-events-section .controls-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-page-events .virtual-events-section .right-cta, .page-template-page-custom-template .virtual-events-section .right-cta {
  text-align: right;
}
@media screen and (max-width: 995px) {
  .page-template-page-events .virtual-events-section .right-cta, .page-template-page-custom-template .virtual-events-section .right-cta {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-events .virtual-events-section .right-cta, .page-template-page-custom-template .virtual-events-section .right-cta {
    margin-top: 20px;
  }
}
.page-template-page-events .virtual-events-section .right-cta a, .page-template-page-custom-template .virtual-events-section .right-cta a {
  margin-right: 0;
}
