/*
-----------------------------------------------------------------------------------------------------------------------------------
_style.scss - Main SCSS file where all other modular files are included and together compiled to plain CSS with Gulp Sass compiler
-----------------------------------------------------------------------------------------------------------------------------------
 */
body {
  overflow-x: hidden;
  background-color: #fff; }

.dialog-off-canvas-main-canvas {
  background-color: #fff; }

#toolbar-administration li, #toolbar-administration a {
  font-size: 13px;
  font-weight: 400; }

@media (max-width: 767px) {
  .row {
    margin-right: 0;
    margin-left: 0; } }

body li {
  font-size: 18px;
  color: #0e1a45;
  font-weight: 400;
  font-family: "Lato", sans-serif; }

body table {
  width: auto; }
  body table thead tr th {
    vertical-align: inherit !important; }
  body table tbody tr td {
    border: 1px solid #0e1a45;
    padding: 7px 9px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    vertical-align: inherit !important; }

body a {
  font-size: 18px;
  color: #08539d;
  font-weight: 900;
  font-family: "Lato", sans-serif; }
  body a:hover {
    text-decoration: underline; }
  body a:active, body a:focus {
    text-decoration: none;
    border: none;
    outline: none;
    outline-offset: 0; }
  body a svg {
    display: none; }

body .button, body .btn-primary {
  background-color: #08539d;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  padding: 14px 65px;
  transition: 0.3s;
  letter-spacing: 3px;
  display: inline-block;
  text-align: center;
  margin: 10px; }
  body .button:hover, body .button:active, body .button:focus, body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
    background-color: #1884c7;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    transition: 0.3s;
    outline: none; }
  body .button svg, body .btn-primary svg {
    display: none; }

body .btn-secondary {
  background-color: #ec7116;
  color: #fff;
  box-sizing: border-box;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  padding: 14px 65px;
  transition: 0.3s;
  letter-spacing: 3px;
  display: inline-block;
  text-align: center;
  margin: 10px; }
  body .btn-secondary:hover, body .btn-secondary:active, body .btn-secondary:focus {
    background-color: #c45f14;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    transition: 0.3s;
    outline: none; }
  body .btn-secondary svg {
    display: none; }

body .btn-group {
  display: block; }

body .mailto {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700; }

body .intro-text {
  margin: 50px -30px 59px -30px; }
  @media (max-width: 575px) {
    body .intro-text {
      margin: 50px 0px 56px 0px; } }
  body .intro-text p {
    font-size: 22px; }
  body .intro-text a {
    font-size: 22px; }

#main {
  min-height: 550px; }
  @media (max-width: 575px) {
    #main {
      min-height: 350px; } }

.row:before,
.row:after {
  width: 0px;
  height: 0px; }

.required-field {
  position: relative; }
  .required-field:after {
    content: " *";
    color: red;
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 24px; }

.webform-required {
  display: none; }

@media (max-width: 991px) {
  #toolbar-administration {
    display: none; } }

h1,
.h1 {
  color: #08539d;
  font-family: "Lato", sans-serif;
  font-size: 72px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 900; }
  @media (max-width: 991px) {
    h1,
    .h1 {
      font-size: 60px; } }
  @media (max-width: 767px) {
    h1,
    .h1 {
      font-size: 55px; } }
  @media (max-width: 575px) {
    h1,
    .h1 {
      font-size: 50px; } }

h2,
.h2 {
  color: #08539d;
  font-family: "Lato", sans-serif;
  font-size: 55px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 900; }
  @media (max-width: 991px) {
    h2,
    .h2 {
      font-size: 45px; } }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 42px; } }
  @media (max-width: 575px) {
    h2,
    .h2 {
      font-size: 38px; } }
  h2.block-title,
  .h2.block-title {
    font-size: 400;
    line-height: 27px; }

h3,
.h3 {
  color: #08539d;
  font-family: "Lato", sans-serif;
  font-size: 44px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    h3,
    .h3 {
      font-size: 38px; } }
  @media (max-width: 767px) {
    h3,
    .h3 {
      font-size: 36px; } }
  @media (max-width: 575px) {
    h3,
    .h3 {
      font-size: 32px; } }

h4,
.h4 {
  color: #0e1a45;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900; }
  @media (max-width: 991px) {
    h4,
    .h4 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    h4,
    .h4 {
      font-size: 28px; } }
  @media (max-width: 575px) {
    h4,
    .h4 {
      font-size: 26px; } }

h5,
.h5 {
  color: #0e1a45;
  font-family: "Lato", sans-serif;
  font-size: 29px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    h5,
    .h5 {
      font-size: 27px; } }
  @media (max-width: 767px) {
    h5,
    .h5 {
      font-size: 23px; } }

h6,
.h6 {
  color: #08539d;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px; }

small,
.small {
  font-weight: normal;
  line-height: 1;
  color: #08539d; }

@media (max-width: 575px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: break-word; } }

@media (max-width: 575px) {
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    word-break: break-word; } }

p {
  color: #0e1a45;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 20px; }
  p:only-child {
    margin: 0 0 20px; }
  p:last-child {
    margin: 0; }

b,
strong {
  font-weight: 700; }

.footer {
  min-height: 325px;
  background: #e3ebf5;
  width: 100 wv;
  position: relative;
  margin-top: 40px; }
  .footer::before {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    content: "";
    height: 41px;
    width: 100%;
    display: block;
    background-color: #e3ebf5;
    animation: 7s polygon infinite; }
  .footer .footer-content .footer-block {
    padding: 45px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 6; }
    @media (max-width: 575px) {
      .footer .footer-content .footer-block {
        padding: 45px 0 20px; } }
    .footer .footer-content .footer-block .social-link {
      margin: 0 11px;
      background-color: #03b2b0;
      border-radius: 50%;
      height: 58px;
      width: 58px;
      display: inline-block;
      text-align: center;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.5s; }
      .footer .footer-content .footer-block .social-link:hover {
        background-color: transparent;
        transition: 0.5s; }
        .footer .footer-content .footer-block .social-link:hover i {
          transition: 0.5s;
          color: #03b2b0;
          font-size: 30px; }
      .footer .footer-content .footer-block .social-link i {
        color: #fff;
        font-size: 30px; }
      .footer .footer-content .footer-block .social-link svg {
        display: none; }
  .footer .footer-content .airplain-images {
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); }
    .footer .footer-content .airplain-images .airplain-images-orange {
      position: absolute;
      left: 0;
      bottom: -115px;
      display: inline-block;
      z-index: 5; }
      @media (max-width: 991px) {
        .footer .footer-content .airplain-images .airplain-images-orange {
          height: 200px;
          bottom: 10px; } }
      @media (max-width: 575px) {
        .footer .footer-content .airplain-images .airplain-images-orange {
          height: 100px;
          bottom: 80px; } }
    .footer .footer-content .airplain-images .airplain-images-blue {
      position: absolute;
      right: 0;
      bottom: -140px;
      display: inline-block;
      z-index: 5; }
      @media (max-width: 991px) {
        .footer .footer-content .airplain-images .airplain-images-blue {
          height: 300px;
          bottom: -45px; } }
      @media (max-width: 991px) {
        .footer .footer-content .airplain-images .airplain-images-blue {
          height: 250px; } }
      @media (max-width: 575px) {
        .footer .footer-content .airplain-images .airplain-images-blue {
          height: 150px;
          bottom: 70px; } }
  .footer .footer-content .footer-image-wrapper {
    text-align: center;
    margin-top: 18px; }
    .footer .footer-content .footer-image-wrapper img {
      margin-left: 45px;
      margin-right: 45px; }
      @media (max-width: 767px) {
        .footer .footer-content .footer-image-wrapper img {
          margin: auto;
          margin-bottom: 30px;
          display: block; } }
    .footer .footer-content .footer-image-wrapper p {
      color: #707070;
      max-width: 620px;
      margin: 35px auto;
      font-size: 14px; }
  .footer .footer-content .link-to-new-target {
    text-align: center;
    padding-top: 30px; }
    .footer .footer-content .link-to-new-target p a {
      font-size: 14px;
      line-height: 1; }

.header {
  background-color: #fff;
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 98; }
  @media (min-width: 992px) {
    .header .menu {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end; } }
  .header .menu .navbar-brand {
    height: auto;
    padding-top: 26px;
    padding-bottom: 12px;
    margin: 0;
    order: 1; }
    @media (max-width: 991px) {
      .header .menu .navbar-brand {
        padding-top: 15px; } }
    .header .menu .navbar-brand img {
      max-height: 66px; }
      @media (max-width: 991px) {
        .header .menu .navbar-brand img {
          width: 230px; } }
      @media (max-width: 575px) {
        .header .menu .navbar-brand img {
          width: 200px; } }
  .header .menu #block-mainnavigation {
    order: 2; }
    .header .menu #block-mainnavigation .content {
      height: 100%; }
      .header .menu #block-mainnavigation .content .region-we-mega-menu {
        height: 100%; }
        .header .menu #block-mainnavigation .content .region-we-mega-menu nav {
          height: 100%;
          align-items: flex-end;
          margin: 0;
          padding: 0;
          background-color: #fff; }
          @media (min-width: 991px) {
            .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul .search-link {
              position: relative;
              top: -4px; } }
          .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul .search-link:hover {
            background-color: transparent !important; }
            .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul .search-link:hover a {
              color: transparent !important;
              background-color: transparent !important; }
          .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul .search-link.search-opened a::after {
            content: "\f00d"; }
          .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul .search-link a {
            color: transparent !important;
            position: relative; }
            .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul .search-link a::after {
              content: "\f002";
              font-family: 'FontAwesome';
              position: absolute;
              height: 70px;
              width: 70px;
              color: #fff;
              background-color: #08539d;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 24px;
              border-radius: 50%;
              opacity: 1;
              border: 12px solid #fff;
              transition: 0.5s;
              top: -20px; }
            .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul .search-link a:hover::after {
              transition: 0.5s;
              color: #08539d;
              background-color: #fff;
              border: 12px solid #08539d; }
          .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li {
            padding: 9px 18px 13px;
            border: none;
            outline: none; }
            @media (max-width: 1199px) {
              .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li {
                padding: 9px 14px 13px; } }
            .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li:hover {
              background-color: #08539d; }
              .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li:hover a {
                background-color: #08539d;
                color: #fff; }
            .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li.active {
              background-color: #08539d; }
              .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li.active a {
                background-color: #08539d;
                color: #fff; }
            .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li a {
              font-size: 18px;
              color: #364983;
              padding: 0;
              font-weight: 900;
              text-transform: none;
              background-color: #fff;
              border-bottom: none;
              font-family: "Lato", sans-serif; }
              .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li a:hover {
                background-color: #08539d;
                color: #fff; }
              .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li a::before {
                display: none; }
            .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li .we-mega-menu-submenu {
              background-color: #08539d;
              top: 49px;
              border-top: none;
              -webkit-box-shadow: 20px 20px 20px -5px rgba(0, 0, 0, 0.3);
              box-shadow: 20px 20px 20px -5px rgba(0, 0, 0, 0.3);
              border: none;
              padding: 8px 29px 12px; }
              @media (max-width: 991px) {
                .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li .we-mega-menu-submenu {
                  padding: 0px 25px 0px 15px; } }
              .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li .we-mega-menu-submenu .we-mega-menu-submenu-inner {
                min-height: auto; }
              .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li .we-mega-menu-submenu ul li {
                width: 100%;
                border-bottom: 2px dashed #00A8E9;
                padding: 12px 0px 10px; }
                .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li .we-mega-menu-submenu ul li.active {
                  background-color: transparent; }
                  .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li .we-mega-menu-submenu ul li.active a {
                    color: #ec7116; }
                .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li .we-mega-menu-submenu ul li:hover {
                  background-color: transparent; }
                  .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li .we-mega-menu-submenu ul li:hover a {
                    color: #ec7116; }
                .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li .we-mega-menu-submenu ul li:last-child {
                  border-bottom: none; }
                .header .menu #block-mainnavigation .content .region-we-mega-menu nav ul li .we-mega-menu-submenu ul li a {
                  color: #fff;
                  background-color: #08539d;
                  width: max-content;
                  margin: 0 auto; }

.hero {
  padding-top: 104px; }
  @media (max-width: 991px) {
    .hero {
      padding-top: 82px; } }
  @media (max-width: 575px) {
    .hero {
      padding-top: 76px; } }
  .hero .hero-container {
    background-color: #51a7db;
    position: relative;
    margin-bottom: 17px;
    min-height: 190px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover; }
    .hero .hero-container:before {
      content: "";
      display: block;
      position: absolute;
      height: 70px;
      width: 100%;
      background-color: #fff;
      opacity: 0.4;
      animation: 7s polygon2 infinite;
      bottom: 0;
      z-index: 0; }
    .hero .hero-container:after {
      content: "";
      display: block;
      position: absolute;
      height: 45px;
      width: 100%;
      background-color: #fff;
      opacity: 0.3;
      animation: 4s polygon infinite;
      z-index: 0;
      bottom: 0; }
    .hero .hero-container.hero-image-height {
      min-height: 436px; }
      @media (max-width: 767px) {
        .hero .hero-container.hero-image-height {
          min-height: 400px; } }
      @media (max-width: 575px) {
        .hero .hero-container.hero-image-height {
          min-height: 300px; } }
    .hero .hero-container.blue-design .btn-secondary, .hero .hero-container.green-design .btn-secondary {
      background-color: #FCB42E;
      color: #fff;
      border: 2px solid #FCB42E; }
      .hero .hero-container.blue-design .btn-secondary:hover, .hero .hero-container.green-design .btn-secondary:hover {
        background-color: #b3821c;
        color: #fff;
        border: 2px solid #b3821c; }
    .hero .hero-container.orange-design .btn-secondary {
      background-color: #08539d;
      color: #fff;
      border: 2px solid #08539d; }
      .hero .hero-container.orange-design .btn-secondary:hover {
        background-color: #1884c7;
        color: #fff;
        border: 2px solid #1884c7; }
    .hero .hero-container .hero-title-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-top: 102px;
      padding-bottom: 50px;
      position: relative;
      z-index: 2; }
      .hero .hero-container .hero-title-wrapper.full-screen-hero {
        width: 100%;
        padding-top: 43px;
        align-items: center;
        text-align: center; }
      .hero .hero-container .hero-title-wrapper.half-screen-hero {
        width: 50%; }
        @media (max-width: 767px) {
          .hero .hero-container .hero-title-wrapper.half-screen-hero {
            width: 100%; }
            .hero .hero-container .hero-title-wrapper.half-screen-hero:after {
              content: "";
              display: block;
              position: absolute;
              background-color: #000;
              height: 30%;
              width: 100%;
              border-radius: 50%;
              opacity: 0.3;
              z-index: -1;
              -webkit-box-shadow: 0px 0px 50px 60px black;
              box-shadow: 0px 0px 50px 60px black; } }
      .hero .hero-container .hero-title-wrapper h1 {
        color: #fff;
        z-index: 1;
        line-height: 1;
        margin-bottom: 26px; }
        @media (max-width: 767px) {
          .hero .hero-container .hero-title-wrapper h1 {
            text-shadow: 0px 0px 10px black; } }
      .hero .hero-container .hero-title-wrapper p {
        color: #fff; }
        @media (max-width: 767px) {
          .hero .hero-container .hero-title-wrapper p {
            text-shadow: 0px 0px 10px black; }
            .hero .hero-container .hero-title-wrapper p a {
              text-shadow: none; } }
      .hero .hero-container .hero-title-wrapper a {
        z-index: 1; }
    .hero .hero-container .hero-image {
      width: 55%;
      background-repeat: no-repeat;
      background-position-x: 40%;
      background-position-y: bottom;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin-left: 45%;
      z-index: 0;
      background-size: contain; }
      @media (max-width: 1199px) {
        .hero .hero-container .hero-image {
          width: 70%;
          margin-left: 30%; } }
      @media (max-width: 991px) {
        .hero .hero-container .hero-image {
          width: 75%;
          margin-left: 25%; } }
      @media (max-width: 767px) {
        .hero .hero-container .hero-image {
          width: 100%;
          margin-left: 0;
          background-position-x: center;
          background-size: cover; } }
    .hero .hero-container .hero-second-wave {
      position: absolute;
      bottom: -0.1px;
      right: 0;
      left: 0; }
      .hero .hero-container .hero-second-wave:after {
        content: "";
        display: block;
        height: 25px;
        width: 100%;
        background-color: #fff;
        animation: 15s polygon7 infinite;
        z-index: 1;
        position: relative; }

.pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form {
  padding-top: 0;
  padding-bottom: 128px;
  margin-top: 33px;
  position: relative; }
  @media (max-width: 991px) {
    .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form {
      padding-bottom: 100px; } }
  @media (max-width: 575px) {
    .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form {
      padding-bottom: 70px; } }
  .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form h2 {
    text-align: center;
    border: none;
    margin-bottom: 15px; }
  .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form label {
    display: none; }
  .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form input {
    border-radius: 50px;
    height: 67px;
    padding: 0 250px 0 50px;
    border: 2px solid #19a7fe;
    font-size: 25px; }
    @media (max-width: 991px) {
      .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form input {
        height: 45px;
        font-size: 17px;
        padding: 0 180px 0 25px; } }
    @media (max-width: 575px) {
      .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form input {
        padding: 0 125px 0 15px; } }
  .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form .form-actions {
    position: absolute;
    right: 0;
    bottom: 124px;
    margin: 0;
    padding: 0; }
    .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form .form-actions button {
      margin: 4px 0;
      height: 67px; }
      @media (max-width: 991px) {
        .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form .form-actions button {
          height: 45px;
          padding: 10px 25px; } }
      @media (max-width: 575px) {
        .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form .form-actions button {
          padding: 0px 15px;
          font-size: 12px; } }
    @media (max-width: 991px) {
      .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form .form-actions {
        bottom: 96px; } }
    @media (max-width: 575px) {
      .pre-footer .pre-footer-info .webform-submission-subscribe-to-our-newsletter-form .form-actions {
        bottom: 66px; } }

.hero .hero-container.hero-rotating {
  min-height: 620px; }
  .hero .hero-container.hero-rotating .hero-title-wrapper {
    padding: 133px 20px 50px 20px;
    align-items: center;
    text-align: center; }
    .hero .hero-container.hero-rotating .hero-title-wrapper.background-opacity:after {
      content: "";
      display: inline-block;
      position: absolute;
      height: 640px;
      width: 640px;
      background-color: #fff;
      opacity: 0.2;
      border-radius: 50%;
      z-index: 0; }
      @media (max-width: 767px) {
        .hero .hero-container.hero-rotating .hero-title-wrapper.background-opacity:after {
          height: 574px;
          width: 574px; } }
      @media (max-width: 575px) {
        .hero .hero-container.hero-rotating .hero-title-wrapper.background-opacity:after {
          display: none; } }
  .hero .hero-container.hero-rotating .scroll-btn-wrapper {
    position: absolute;
    bottom: -44px;
    left: 0;
    right: 0;
    z-index: 10; }
    .hero .hero-container.hero-rotating .scroll-btn-wrapper .scroll-btn {
      cursor: pointer;
      height: 88px;
      width: 88px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #FFFFFF2D;
      border-radius: 50%;
      -webkit-box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.2); }
      .hero .hero-container.hero-rotating .scroll-btn-wrapper .scroll-btn img {
        transition: 1s; }
      .hero .hero-container.hero-rotating .scroll-btn-wrapper .scroll-btn:hover img {
        padding-top: 20px;
        transition: 0.5s; }

@media (max-width: 991px) {
  .region-we-mega-menu {
    background-color: inherit; } }

.region-we-mega-menu .navbar-toggle {
  position: absolute;
  right: 30px;
  top: 36px; }
  @media (max-width: 767px) {
    .region-we-mega-menu .navbar-toggle {
      top: 33px; } }
  @media (max-width: 575px) {
    .region-we-mega-menu .navbar-toggle {
      top: 30px; } }
  .region-we-mega-menu .navbar-toggle:hover .icon-bar {
    background-color: #000; }
  .region-we-mega-menu .navbar-toggle .icon-bar {
    background-color: #000;
    width: 50px;
    height: 5px; }
    @media (max-width: 575px) {
      .region-we-mega-menu .navbar-toggle .icon-bar {
        width: 40px; } }

@media (max-width: 991px) {
  .region-we-mega-menu .navbar {
    z-index: 999;
    padding-bottom: 100px !important;
    overflow-x: hidden; }
    .region-we-mega-menu .navbar .we-mega-menu-ul .search-link a {
      text-shadow: none; }
      .region-we-mega-menu .navbar .we-mega-menu-ul .search-link a:after {
        top: 0;
        left: 0; }
    .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li {
      display: block;
      width: 100%;
      padding: 10px 0 !important;
      background-color: #fff; }
      .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li a {
        border: none !important;
        padding: 10px 18px !important;
        box-shadow: none !important;
        font-size: 20px !important; }
      .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li.open {
        background-color: #08539d !important; }
        .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li.open a {
          background-color: #08539d !important; }
          .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li.open a::after {
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
      .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu {
        background-color: #08539d !important;
        padding-top: 0;
        box-shadow: none !important; }
        .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-row .we-mega-menu-col ul {
          background-color: #08539d;
          padding-left: 15px;
          padding-right: 15px; }
          .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-row .we-mega-menu-col ul li {
            background-color: #08539d; }
            .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-row .we-mega-menu-col ul li.active a {
              color: #ec7116 !important; }
            .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-row .we-mega-menu-col ul li a {
              width: auto !important;
              font-size: 18px !important;
              padding: 10px !important; }
            .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-row .we-mega-menu-col ul li:last-child {
              border-bottom: none; } }

.overlay {
  z-index: 98 !important; }

.add-to-calendar-wrapper {
  display: table;
  width: 100%;
  padding: 20px; }
  .add-to-calendar-wrapper .add-to-calendar {
    float: right; }
    .add-to-calendar-wrapper .add-to-calendar .add-to-calendar-button a {
      background-color: transparent;
      padding: 10px 25px;
      color: #364983;
      text-decoration: none;
      display: block;
      font-weight: 600; }
      .add-to-calendar-wrapper .add-to-calendar .add-to-calendar-button a i, .add-to-calendar-wrapper .add-to-calendar .add-to-calendar-button a svg {
        color: #364983; }
      .add-to-calendar-wrapper .add-to-calendar .add-to-calendar-button a:hover {
        color: #03b2b0; }
        .add-to-calendar-wrapper .add-to-calendar .add-to-calendar-button a:hover i, .add-to-calendar-wrapper .add-to-calendar .add-to-calendar-button a:hover svg {
          color: #03b2b0; }
    .add-to-calendar-wrapper .add-to-calendar .service-list {
      display: none;
      position: absolute;
      background-color: #fff;
      color: #fff;
      list-style: none;
      padding: 10px;
      width: 183px;
      z-index: 1;
      box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5); }
      .add-to-calendar-wrapper .add-to-calendar .service-list li {
        margin-bottom: 3px;
        margin-top: 3px; }
        .add-to-calendar-wrapper .add-to-calendar .service-list li a {
          color: #364983;
          font-weight: 600; }
          .add-to-calendar-wrapper .add-to-calendar .service-list li a:hover {
            color: #03b2b0; }

.view-resources {
  padding-top: 20px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .view-resources {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .view-resources {
      padding-top: 10px;
      padding-bottom: 50px; } }
  .view-resources .item-list {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 2px dashed #ec7116; }
    @media (max-width: 575px) {
      .view-resources .item-list {
        margin: 0 20px; } }
    .view-resources .item-list:last-child {
      border: none; }
    .view-resources .item-list ul {
      padding-left: 20px; }

.path-search-results .main-content .views-exposed-form .form-row {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  padding-top: 53px;
  flex-wrap: nowrap; }
  .path-search-results .main-content .views-exposed-form .form-row input {
    border-radius: 50px;
    height: 65px;
    padding: 0 150px 0 50px;
    border: 2px solid #19a7fe;
    font-size: 25px; }
    @media (max-width: 991px) {
      .path-search-results .main-content .views-exposed-form .form-row input {
        height: 45px;
        font-size: 17px;
        padding: 0 180px 0 25px; } }
    @media (max-width: 767px) {
      .path-search-results .main-content .views-exposed-form .form-row input {
        padding: 0 130px 0 25px; } }
    @media (max-width: 575px) {
      .path-search-results .main-content .views-exposed-form .form-row input {
        padding: 0 154px 0 25px; } }
    @media (max-width: 444px) {
      .path-search-results .main-content .views-exposed-form .form-row input {
        padding: 0 90px 0 25px; } }
  .path-search-results .main-content .views-exposed-form .form-row .form-actions {
    position: absolute;
    right: calc(50% - 360px);
    top: 49px;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      .path-search-results .main-content .views-exposed-form .form-row .form-actions {
        right: calc(50% - 260px); } }
    @media (max-width: 767px) {
      .path-search-results .main-content .views-exposed-form .form-row .form-actions {
        right: 0; } }
    .path-search-results .main-content .views-exposed-form .form-row .form-actions button {
      margin: 4px 0;
      height: 65px; }
      @media (max-width: 991px) {
        .path-search-results .main-content .views-exposed-form .form-row .form-actions button {
          height: 45px;
          padding: 10px 25px; } }
      @media (max-width: 767px) {
        .path-search-results .main-content .views-exposed-form .form-row .form-actions button {
          right: 0; } }

.path-search-results .main-content .view-search-results {
  padding-bottom: 70px; }
  .path-search-results .main-content .view-search-results .view-header {
    padding-top: 50px; }
    .path-search-results .main-content .view-search-results .view-header p {
      text-align: right;
      font-weight: 700; }
      @media (max-width: 767px) {
        .path-search-results .main-content .view-search-results .view-header p {
          text-align: center; } }
  .path-search-results .main-content .view-search-results .view-empty {
    text-align: center;
    color: #0e1a45;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 70px 0 30px; }
  .path-search-results .main-content .view-search-results .view-content {
    flex-direction: column; }
    @media (max-width: 767px) {
      .path-search-results .main-content .view-search-results .view-content {
        padding: 0 20px; } }
    .path-search-results .main-content .view-search-results .view-content .views-row {
      display: block;
      width: 100%;
      padding-bottom: 30px;
      padding-top: 30px;
      border-bottom: 2px dashed #ec7116; }
      .path-search-results .main-content .view-search-results .view-content .views-row:last-child {
        border: none; }
      .path-search-results .main-content .view-search-results .view-content .views-row .field-content a {
        font-family: "Lato", sans-serif;
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 900; }
        @media (max-width: 991px) {
          .path-search-results .main-content .view-search-results .view-content .views-row .field-content a {
            font-size: 32px; } }
        @media (max-width: 767px) {
          .path-search-results .main-content .view-search-results .view-content .views-row .field-content a {
            font-size: 28px; } }
        @media (max-width: 575px) {
          .path-search-results .main-content .view-search-results .view-content .views-row .field-content a {
            font-size: 26px; } }
      .path-search-results .main-content .view-search-results .view-content .views-row .views-label-type {
        font-weight: 700; }
  .path-search-results .main-content .view-search-results nav {
    margin-top: 70px; }
    .path-search-results .main-content .view-search-results nav .pagination {
      justify-content: center; }
      .path-search-results .main-content .view-search-results nav .pagination li a:focus {
        box-shadow: none;
        height: 100%; }

.menu {
  position: relative; }
  .menu #block-exposedformsearch-resultspage-1-custom {
    position: absolute;
    right: -45px;
    top: 104px;
    background-color: #08539d;
    border-radius: 50px;
    padding: 20px 25px;
    display: none;
    width: 650px; }
    .menu #block-exposedformsearch-resultspage-1-custom:after {
      content: '';
      position: absolute;
      right: 78px;
      top: -5px;
      height: 5px;
      width: 10px;
      background: #08539d;
      display: block; }
    @media (max-width: 991px) {
      .menu #block-exposedformsearch-resultspage-1-custom {
        display: none !important; } }
    .menu #block-exposedformsearch-resultspage-1-custom form .form-row {
      margin: 0;
      flex-wrap: nowrap; }
    .menu #block-exposedformsearch-resultspage-1-custom form .form-actions {
      width: auto; }
      .menu #block-exposedformsearch-resultspage-1-custom form .form-actions button {
        background-color: #03b2b0;
        width: 95px;
        padding: 10px;
        height: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin: 0;
        border: 0; }
        .menu #block-exposedformsearch-resultspage-1-custom form .form-actions button:hover {
          opacity: 0.7; }
    .menu #block-exposedformsearch-resultspage-1-custom form input {
      height: 100%;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
      border: 0;
      margin: 0; }
    .menu #block-exposedformsearch-resultspage-1-custom form fieldset, .menu #block-exposedformsearch-resultspage-1-custom form .form-actions {
      margin: 0;
      padding: 0;
      height: 54px; }
    .menu #block-exposedformsearch-resultspage-1-custom form fieldset.js-form-type-textfield {
      width: 100%; }

.we-mega-menu-li.search-link form {
  display: none; }
  @media (max-width: 991px) {
    .we-mega-menu-li.search-link form {
      display: block; }
      .we-mega-menu-li.search-link form .form-row {
        justify-content: center; }
        .we-mega-menu-li.search-link form .form-row input {
          border: 2px solid #19a7fe;
          border-radius: 50px;
          margin: 20px 20px 0;
          width: calc(100% - 40px); }
        .we-mega-menu-li.search-link form .form-row #edit-actions {
          width: calc(100% - 40px); }
        .we-mega-menu-li.search-link form .form-row button {
          padding-top: 6px;
          padding-bottom: 6px;
          margin: 10px 0;
          width: 100%; } }

@media (max-width: 991px) {
  .we-mega-menu-li.search-link a {
    display: none !important; } }

.view-speakers .view-header {
  text-align: center;
  margin-bottom: 35px; }
  .view-speakers .view-header:after {
    content: "";
    display: block;
    border-bottom: 1px solid #08539d;
    width: 24px;
    margin: 0 auto; }

.view-speakers .view-content {
  justify-content: center; }

.view-speakers .speakers-view .speaker-bg-image {
  height: 175px;
  width: 175px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 10px auto 15px auto;
  transition: 1s; }
  @media (max-width: 991px) {
    .view-speakers .speakers-view .speaker-bg-image {
      height: 150px;
      width: 150px; } }
  .view-speakers .speakers-view .speaker-bg-image:hover {
    transform: scale(1.1);
    transition: 1s; }

.view-speakers .speakers-view p {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 50px; }

.view-speakers .speakers-view h4 {
  font-size: 26px;
  text-align: center;
  color: #08539d; }

.twitter-slider {
  max-width: 775px;
  margin: auto;
  text-align: center; }
  .twitter-slider .main-title {
    margin-bottom: 16px; }
  .twitter-slider .parent-wrapper {
    height: 130px; }
    .twitter-slider .parent-wrapper .tweet-wrapper .twitter-text {
      font-size: 24px;
      color: #0e1a45;
      text-transform: none;
      font-weight: 400;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .twitter-slider .parent-wrapper .tweet-wrapper .twitter-text {
          font-size: 16px; } }
      .twitter-slider .parent-wrapper .tweet-wrapper .twitter-text a {
        color: #10a3fe;
        font-size: 24px;
        font-weight: 600;
        text-transform: none; }
        @media (max-width: 767px) {
          .twitter-slider .parent-wrapper .tweet-wrapper .twitter-text a {
            font-size: 16px; } }
    .twitter-slider .parent-wrapper .tweet-wrapper .twitter-desc {
      font-size: 16px;
      color: #0e1a45;
      text-transform: uppercase;
      font-weight: 900;
      line-height: 1; }
      @media (max-width: 767px) {
        .twitter-slider .parent-wrapper .tweet-wrapper .twitter-desc {
          font-size: 14px; } }
      .twitter-slider .parent-wrapper .tweet-wrapper .twitter-desc a {
        font-size: 16px;
        color: #0e1a45;
        text-transform: uppercase;
        border-right: 2px solid #0e1a45;
        padding-right: 19px;
        margin-right: 19px; }
        @media (max-width: 767px) {
          .twitter-slider .parent-wrapper .tweet-wrapper .twitter-desc a {
            font-size: 14px; } }

.block-twitter-block {
  padding: 30px 0 50px 0; }

.view-upcoming-webinar .view-header {
  padding-top: 38px;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    .view-upcoming-webinar .view-header {
      padding-top: 44px; } }
  .view-upcoming-webinar .view-header h2 {
    text-align: center;
    margin-bottom: 7px; }
  .view-upcoming-webinar .view-header p {
    text-align: center;
    padding: 0 200px; }
    @media (max-width: 1199px) {
      .view-upcoming-webinar .view-header p {
        padding: 0 150px; } }
    @media (max-width: 991px) {
      .view-upcoming-webinar .view-header p {
        padding: 0 100px; } }
    @media (max-width: 767px) {
      .view-upcoming-webinar .view-header p {
        padding: 0 30px; } }

.view-upcoming-webinar .upcoming-webinar-main-wrapper {
  padding: 0; }
  .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper {
    padding: 55px 35px;
    margin-bottom: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 20px 29px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 20px 29px 0px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, #4ec2bc 0%, #ace3e0 100%); }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper.Light.Blue {
      background: linear-gradient(90deg, #51a7db 0%, #a8cbe0 100%); }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper.Light.Orange {
      background: linear-gradient(90deg, #f9d311 0%, #fff5c4 100%); }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper.Blue {
      background: linear-gradient(90deg, #08549e 0%, #8aa0b5 100%); }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper.Orange {
      background: linear-gradient(90deg, #ec7116 0%, #e8a06b 100%); }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper.Green {
      background: linear-gradient(90deg, #03b2b0 0%, #afe3e2 100%); }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper.Purple {
      background: linear-gradient(90deg, #364983 0%, #8f9aba 100%); }
    @media (max-width: 767px) {
      .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper {
        padding: 35px 15px; } }
    @media (max-width: 991px) {
      .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper {
        padding-bottom: 20px; } }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper h2 {
      color: #fff;
      text-align: center;
      padding: 0 35px; }
      .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper h2:after {
        content: "";
        display: block;
        border-bottom: 1px solid #fff;
        width: 35px;
        margin: 0 auto;
        padding-top: 24px; }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper span {
      display: block;
      font-size: 27px;
      color: #fff;
      padding-left: 35px;
      font-weight: 700; }
      @media (max-width: 1199px) {
        .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper span {
          font-size: 24px; } }
      @media (max-width: 991px) {
        .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper span {
          text-align: center;
          padding-left: 0;
          padding-bottom: 10px; } }
      @media (max-width: 575px) {
        .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper span {
          font-size: 17px;
          padding: 0 0 10px;
          margin: 0 -15px; } }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper p {
      font-size: 16px;
      color: #fff;
      padding: 0 35px; }
      @media (max-width: 991px) {
        .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper p {
          text-align: center; } }
      @media (max-width: 575px) {
        .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper p {
          padding: 0; } }
    @media (max-width: 991px) {
      .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper .webinars-btn {
        text-align: center; } }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper .webinars-btn .btn-primary {
      padding: 14px 45px; }
      @media (max-width: 1199px) {
        .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .data-webinar-wrapper .webinars-btn .btn-primary {
          padding: 12px 35px; } }
    .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .webinar-img-wrapper {
      padding: 0; }
      .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .webinar-img-wrapper .webinars-bg-img {
        height: 100%;
        min-height: 335px;
        width: auto;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: contain;
        margin: 0 -40px; }
        @media (max-width: 991px) {
          .view-upcoming-webinar .upcoming-webinar-main-wrapper .upcoming-webinar-wrapper .webinar-img-wrapper .webinars-bg-img {
            margin: 0; } }

.path-webinars .views-element-container {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #ebf0f7;
  margin-bottom: 50px; }
  .path-webinars .views-element-container .wave-bg-1 {
    background-color: #fff;
    display: block;
    height: 50px;
    width: 100%; }
    .path-webinars .views-element-container .wave-bg-1 .wave-1 {
      display: block;
      height: 50px;
      width: 100%;
      clip-path: polygon(0 100%, 0% 46.86047%, 1% 50%, 2% 53.13953%, 3% 56.26666%, 4% 59.36907%, 5% 62.43449%, 6% 65.45085%, 7% 68.40623%, 8% 71.28896%, 9% 74.08768%, 10% 76.79134%, 11% 79.38926%, 12% 81.8712%, 13% 84.22736%, 14% 86.44843%, 15% 88.52566%, 16% 90.45085%, 17% 92.2164%, 18% 93.81533%, 19% 95.24135%, 20% 96.48882%, 21% 97.55283%, 22% 98.42916%, 23% 99.11436%, 24% 99.60574%, 25% 99.90134%, 26% 100%, 27% 99.90134%, 28% 99.60574%, 29% 99.11436%, 30% 98.42916%, 31% 97.55283%, 32% 96.48882%, 33% 95.24135%, 34% 93.81533%, 35% 92.2164%, 36% 90.45085%, 37% 88.52566%, 38% 86.44843%, 39% 84.22736%, 40% 81.8712%, 41% 79.38926%, 42% 76.79134%, 43% 74.08768%, 44% 71.28896%, 45% 68.40623%, 46% 65.45085%, 47% 62.43449%, 48% 59.36907%, 49% 56.26666%, 50% 53.13953%, 51% 50%, 52% 46.86047%, 53% 43.73334%, 54% 40.63093%, 55% 37.56551%, 56% 34.54915%, 57% 31.59377%, 58% 28.71104%, 59% 25.91232%, 60% 23.20866%, 61% 20.61074%, 62% 18.1288%, 63% 15.77264%, 64% 13.55157%, 65% 11.47434%, 66% 9.54915%, 67% 7.7836%, 68% 6.18467%, 69% 4.75865%, 70% 3.51118%, 71% 2.44717%, 72% 1.57084%, 73% 0.88564%, 74% 0.39426%, 75% 0.09866%, 76% 0%, 77% 0.09866%, 78% 0.39426%, 79% 0.88564%, 80% 1.57084%, 81% 2.44717%, 82% 3.51118%, 83% 4.75865%, 84% 6.18467%, 85% 7.7836%, 86% 9.54915%, 87% 11.47434%, 88% 13.55157%, 89% 15.77264%, 90% 18.1288%, 91% 20.61074%, 92% 23.20866%, 93% 25.91232%, 94% 28.71104%, 95% 31.59377%, 96% 34.54915%, 97% 37.56551%, 98% 40.63093%, 99% 43.73334%, 100% 43.73334%, 100% 100%); }
    .path-webinars .views-element-container .wave-bg-1 .wave-2 {
      display: block;
      height: 50px;
      width: 100%;
      opacity: 0.5;
      margin-top: -50px;
      clip-path: polygon(0 100%, 0% 11.47434%, 1% 9.54915%, 2% 7.7836%, 3% 6.18467%, 4% 4.75865%, 5% 3.51118%, 6% 2.44717%, 7% 1.57084%, 8% 0.88564%, 9% 0.39426%, 10% 0.09866%, 11% 0%, 12% 0.09866%, 13% 0.39426%, 14% 0.88564%, 15% 1.57084%, 16% 2.44717%, 17% 3.51118%, 18% 4.75865%, 19% 6.18467%, 20% 7.7836%, 21% 9.54915%, 22% 11.47434%, 23% 13.55157%, 24% 15.77264%, 25% 18.1288%, 26% 20.61074%, 27% 23.20866%, 28% 25.91232%, 29% 28.71104%, 30% 31.59377%, 31% 34.54915%, 32% 37.56551%, 33% 40.63093%, 34% 43.73334%, 35% 46.86047%, 36% 50%, 37% 53.13953%, 38% 56.26666%, 39% 59.36907%, 40% 62.43449%, 41% 65.45085%, 42% 68.40623%, 43% 71.28896%, 44% 74.08768%, 45% 76.79134%, 46% 79.38926%, 47% 81.8712%, 48% 84.22736%, 49% 86.44843%, 50% 88.52566%, 51% 90.45085%, 52% 92.2164%, 53% 93.81533%, 54% 95.24135%, 55% 96.48882%, 56% 97.55283%, 57% 98.42916%, 58% 99.11436%, 59% 99.60574%, 60% 99.90134%, 61% 100%, 62% 99.90134%, 63% 99.60574%, 64% 99.11436%, 65% 98.42916%, 66% 97.55283%, 67% 96.48882%, 68% 95.24135%, 69% 93.81533%, 70% 92.2164%, 71% 90.45085%, 72% 88.52566%, 73% 86.44843%, 74% 84.22736%, 75% 81.8712%, 76% 79.38926%, 77% 76.79134%, 78% 74.08768%, 79% 71.28896%, 80% 68.40623%, 81% 65.45085%, 82% 62.43449%, 83% 59.36907%, 84% 56.26666%, 85% 53.13953%, 86% 50%, 87% 46.86047%, 88% 43.73334%, 89% 40.63093%, 90% 37.56551%, 91% 34.54915%, 92% 31.59377%, 93% 28.71104%, 94% 25.91232%, 95% 23.20866%, 96% 20.61074%, 97% 18.1288%, 98% 15.77264%, 99% 13.55157%, 100% 13.55157%, 100% 100%); }
  .path-webinars .views-element-container .wave-bg-2 {
    background-color: #fff;
    display: block;
    height: 50px;
    width: 100%; }
    .path-webinars .views-element-container .wave-bg-2 .wave-1 {
      display: block;
      height: 50px;
      width: 100%;
      clip-path: polygon(0 0%, 0% 46.86047%, 1% 50%, 2% 53.13953%, 3% 56.26666%, 4% 59.36907%, 5% 62.43449%, 6% 65.45085%, 7% 68.40623%, 8% 71.28896%, 9% 74.08768%, 10% 76.79134%, 11% 79.38926%, 12% 81.8712%, 13% 84.22736%, 14% 86.44843%, 15% 88.52566%, 16% 90.45085%, 17% 92.2164%, 18% 93.81533%, 19% 95.24135%, 20% 96.48882%, 21% 97.55283%, 22% 98.42916%, 23% 99.11436%, 24% 99.60574%, 25% 99.90134%, 26% 100%, 27% 99.90134%, 28% 99.60574%, 29% 99.11436%, 30% 98.42916%, 31% 97.55283%, 32% 96.48882%, 33% 95.24135%, 34% 93.81533%, 35% 92.2164%, 36% 90.45085%, 37% 88.52566%, 38% 86.44843%, 39% 84.22736%, 40% 81.8712%, 41% 79.38926%, 42% 76.79134%, 43% 74.08768%, 44% 71.28896%, 45% 68.40623%, 46% 65.45085%, 47% 62.43449%, 48% 59.36907%, 49% 56.26666%, 50% 53.13953%, 51% 50%, 52% 46.86047%, 53% 43.73334%, 54% 40.63093%, 55% 37.56551%, 56% 34.54915%, 57% 31.59377%, 58% 28.71104%, 59% 25.91232%, 60% 23.20866%, 61% 20.61074%, 62% 18.1288%, 63% 15.77264%, 64% 13.55157%, 65% 11.47434%, 66% 9.54915%, 67% 7.7836%, 68% 6.18467%, 69% 4.75865%, 70% 3.51118%, 71% 2.44717%, 72% 1.57084%, 73% 0.88564%, 74% 0.39426%, 75% 0.09866%, 76% 0%, 77% 0.09866%, 78% 0.39426%, 79% 0.88564%, 80% 1.57084%, 81% 2.44717%, 82% 3.51118%, 83% 4.75865%, 84% 6.18467%, 85% 7.7836%, 86% 9.54915%, 87% 11.47434%, 88% 13.55157%, 89% 15.77264%, 90% 18.1288%, 91% 20.61074%, 92% 23.20866%, 93% 25.91232%, 94% 28.71104%, 95% 31.59377%, 96% 34.54915%, 97% 37.56551%, 98% 40.63093%, 99% 43.73334%, 100% 43.73334%, 100% 0%); }
    .path-webinars .views-element-container .wave-bg-2 .wave-2 {
      display: block;
      height: 50px;
      width: 100%;
      opacity: 0.5;
      margin-top: -50px;
      clip-path: polygon(0 0%, 0% 11.47434%, 1% 9.54915%, 2% 7.7836%, 3% 6.18467%, 4% 4.75865%, 5% 3.51118%, 6% 2.44717%, 7% 1.57084%, 8% 0.88564%, 9% 0.39426%, 10% 0.09866%, 11% 0%, 12% 0.09866%, 13% 0.39426%, 14% 0.88564%, 15% 1.57084%, 16% 2.44717%, 17% 3.51118%, 18% 4.75865%, 19% 6.18467%, 20% 7.7836%, 21% 9.54915%, 22% 11.47434%, 23% 13.55157%, 24% 15.77264%, 25% 18.1288%, 26% 20.61074%, 27% 23.20866%, 28% 25.91232%, 29% 28.71104%, 30% 31.59377%, 31% 34.54915%, 32% 37.56551%, 33% 40.63093%, 34% 43.73334%, 35% 46.86047%, 36% 50%, 37% 53.13953%, 38% 56.26666%, 39% 59.36907%, 40% 62.43449%, 41% 65.45085%, 42% 68.40623%, 43% 71.28896%, 44% 74.08768%, 45% 76.79134%, 46% 79.38926%, 47% 81.8712%, 48% 84.22736%, 49% 86.44843%, 50% 88.52566%, 51% 90.45085%, 52% 92.2164%, 53% 93.81533%, 54% 95.24135%, 55% 96.48882%, 56% 97.55283%, 57% 98.42916%, 58% 99.11436%, 59% 99.60574%, 60% 99.90134%, 61% 100%, 62% 99.90134%, 63% 99.60574%, 64% 99.11436%, 65% 98.42916%, 66% 97.55283%, 67% 96.48882%, 68% 95.24135%, 69% 93.81533%, 70% 92.2164%, 71% 90.45085%, 72% 88.52566%, 73% 86.44843%, 74% 84.22736%, 75% 81.8712%, 76% 79.38926%, 77% 76.79134%, 78% 74.08768%, 79% 71.28896%, 80% 68.40623%, 81% 65.45085%, 82% 62.43449%, 83% 59.36907%, 84% 56.26666%, 85% 53.13953%, 86% 50%, 87% 46.86047%, 88% 43.73334%, 89% 40.63093%, 90% 37.56551%, 91% 34.54915%, 92% 31.59377%, 93% 28.71104%, 94% 25.91232%, 95% 23.20866%, 96% 20.61074%, 97% 18.1288%, 98% 15.77264%, 99% 13.55157%, 100% 13.55157%, 100% 0%); }
  .path-webinars .views-element-container.block-views-blockupcoming-webinar-block-1 {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff; }
  .path-webinars .views-element-container .view-webinars {
    margin-top: 31px;
    margin-bottom: 100px; }
    .path-webinars .views-element-container .view-webinars h1 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 60px; }
      @media (max-width: 767px) {
        .path-webinars .views-element-container .view-webinars h1 {
          font-size: 55px;
          margin-bottom: 23px; } }
      @media (max-width: 575px) {
        .path-webinars .views-element-container .view-webinars h1 {
          font-size: 50px; } }
      .path-webinars .views-element-container .view-webinars h1:after {
        content: "";
        display: block;
        border-bottom: 1px solid #08539d;
        width: 35px;
        margin: 0 auto;
        padding-top: 9px; }
    .path-webinars .views-element-container .view-webinars .single-webinar {
      background-color: #fff;
      padding: 50px;
      margin-bottom: 40px;
      border-radius: 10px;
      -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.15); }
      @media (max-width: 767px) {
        .path-webinars .views-element-container .view-webinars .single-webinar a h4, .path-webinars .views-element-container .view-webinars .single-webinar p {
          text-align: center; } }
      .path-webinars .views-element-container .view-webinars .single-webinar .clock {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        @media (max-width: 1199px) {
          .path-webinars .views-element-container .view-webinars .single-webinar .clock {
            flex-direction: column; } }
        @media (max-width: 767px) {
          .path-webinars .views-element-container .view-webinars .single-webinar .clock {
            margin: 20px 0; } }
        .path-webinars .views-element-container .view-webinars .single-webinar .clock:before {
          content: "";
          background-image: url(/themes/custom/HSHP2021/assets/images/clock.png);
          display: inline-block;
          height: 50px;
          width: 50px;
          background-repeat: no-repeat;
          background-position-x: center;
          background-position-y: center; }
        .path-webinars .views-element-container .view-webinars .single-webinar .clock p {
          margin: 0;
          font-weight: 900;
          text-align: center; }
      .path-webinars .views-element-container .view-webinars .single-webinar .buttons-wrapper {
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .path-webinars .views-element-container .view-webinars .single-webinar .buttons-wrapper {
            justify-content: center; } }
        .path-webinars .views-element-container .view-webinars .single-webinar .buttons-wrapper .btn-primary {
          padding: 14px 45px; }
          .path-webinars .views-element-container .view-webinars .single-webinar .buttons-wrapper .btn-primary:hover, .path-webinars .views-element-container .view-webinars .single-webinar .buttons-wrapper .btn-primary:active, .path-webinars .views-element-container .view-webinars .single-webinar .buttons-wrapper .btn-primary:focus {
            background-color: #0f2b4a;
            color: #fff; }

.paragraph-design-accordion .single-container-childs {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.paragraph-design-accordion .panel {
  border: none;
  box-shadow: none;
  background: transparent; }
  .paragraph-design-accordion .panel .panel-heading {
    background: transparent;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 0; }
    .paragraph-design-accordion .panel .panel-heading h4 {
      background-color: transparent;
      width: 100%;
      border-bottom: 1px solid #E1E1E1; }
      .paragraph-design-accordion .panel .panel-heading h4 a {
        color: #0e1a45;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0;
        font-family: "Lato", sans-serif;
        display: block;
        padding: 15px 55px 23px 32px;
        text-transform: uppercase;
        position: relative; }
        @media (max-width: 991px) {
          .paragraph-design-accordion .panel .panel-heading h4 a {
            font-size: 18px; } }
        .paragraph-design-accordion .panel .panel-heading h4 a[aria-expanded="true"] {
          background-color: transparent; }
        .paragraph-design-accordion .panel .panel-heading h4 a[aria-expanded="false"]::after {
          content: "\f067";
          font-family: FontAwesome;
          font-weight: 400;
          float: right;
          color: #03b2b0;
          position: absolute;
          right: 25px;
          top: 50%;
          transform: translateY(-50%); }
        .paragraph-design-accordion .panel .panel-heading h4 a[aria-expanded="true"] {
          color: #03b2b0; }
          .paragraph-design-accordion .panel .panel-heading h4 a[aria-expanded="true"]::after {
            content: "\f068";
            font-family: FontAwesome;
            font-weight: 400;
            float: right;
            color: #03b2b0;
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%); }
        .paragraph-design-accordion .panel .panel-heading h4 a:hover {
          text-decoration: none; }
        .paragraph-design-accordion .panel .panel-heading h4 a:active, .paragraph-design-accordion .panel .panel-heading h4 a:focus {
          text-decoration: none; }
  .paragraph-design-accordion .panel .panel-body {
    padding: 26px 36px 23px 36px;
    border: none !important; }
    @media (max-width: 991px) {
      .paragraph-design-accordion .panel .panel-body p {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .paragraph-design-accordion .panel .panel-body a {
        font-size: 16px; } }

.paragraph-design-accordion a {
  font-size: 18px; }

.paragraph-section {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%); }
  .paragraph-section.paragraph-bg-image {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0;
    background-size: cover; }
  .paragraph-section .container {
    padding: 25px 0; }
    @media (max-width: 575px) {
      .paragraph-section .container {
        padding: 10px 0; } }
  .paragraph-section .wave-bg-1 {
    background-color: #fff;
    display: block;
    height: 50px;
    width: 100%; }
    .paragraph-section .wave-bg-1 .wave-1 {
      position: relative;
      bottom: -0.5px;
      display: block;
      height: 51px;
      width: 100%;
      clip-path: polygon(0 100%, 0% 46.86047%, 1% 50%, 2% 53.13953%, 3% 56.26666%, 4% 59.36907%, 5% 62.43449%, 6% 65.45085%, 7% 68.40623%, 8% 71.28896%, 9% 74.08768%, 10% 76.79134%, 11% 79.38926%, 12% 81.8712%, 13% 84.22736%, 14% 86.44843%, 15% 88.52566%, 16% 90.45085%, 17% 92.2164%, 18% 93.81533%, 19% 95.24135%, 20% 96.48882%, 21% 97.55283%, 22% 98.42916%, 23% 99.11436%, 24% 99.60574%, 25% 99.90134%, 26% 100%, 27% 99.90134%, 28% 99.60574%, 29% 99.11436%, 30% 98.42916%, 31% 97.55283%, 32% 96.48882%, 33% 95.24135%, 34% 93.81533%, 35% 92.2164%, 36% 90.45085%, 37% 88.52566%, 38% 86.44843%, 39% 84.22736%, 40% 81.8712%, 41% 79.38926%, 42% 76.79134%, 43% 74.08768%, 44% 71.28896%, 45% 68.40623%, 46% 65.45085%, 47% 62.43449%, 48% 59.36907%, 49% 56.26666%, 50% 53.13953%, 51% 50%, 52% 46.86047%, 53% 43.73334%, 54% 40.63093%, 55% 37.56551%, 56% 34.54915%, 57% 31.59377%, 58% 28.71104%, 59% 25.91232%, 60% 23.20866%, 61% 20.61074%, 62% 18.1288%, 63% 15.77264%, 64% 13.55157%, 65% 11.47434%, 66% 9.54915%, 67% 7.7836%, 68% 6.18467%, 69% 4.75865%, 70% 3.51118%, 71% 2.44717%, 72% 1.57084%, 73% 0.88564%, 74% 0.39426%, 75% 0.09866%, 76% 0%, 77% 0.09866%, 78% 0.39426%, 79% 0.88564%, 80% 1.57084%, 81% 2.44717%, 82% 3.51118%, 83% 4.75865%, 84% 6.18467%, 85% 7.7836%, 86% 9.54915%, 87% 11.47434%, 88% 13.55157%, 89% 15.77264%, 90% 18.1288%, 91% 20.61074%, 92% 23.20866%, 93% 25.91232%, 94% 28.71104%, 95% 31.59377%, 96% 34.54915%, 97% 37.56551%, 98% 40.63093%, 99% 43.73334%, 100% 43.73334%, 100% 100%); }
    .paragraph-section .wave-bg-1 .wave-2 {
      position: relative;
      bottom: -0.5px;
      display: block;
      height: 50px;
      width: 100%;
      opacity: 0.5;
      margin-top: -50px;
      clip-path: polygon(0 100%, 0% 11.47434%, 1% 9.54915%, 2% 7.7836%, 3% 6.18467%, 4% 4.75865%, 5% 3.51118%, 6% 2.44717%, 7% 1.57084%, 8% 0.88564%, 9% 0.39426%, 10% 0.09866%, 11% 0%, 12% 0.09866%, 13% 0.39426%, 14% 0.88564%, 15% 1.57084%, 16% 2.44717%, 17% 3.51118%, 18% 4.75865%, 19% 6.18467%, 20% 7.7836%, 21% 9.54915%, 22% 11.47434%, 23% 13.55157%, 24% 15.77264%, 25% 18.1288%, 26% 20.61074%, 27% 23.20866%, 28% 25.91232%, 29% 28.71104%, 30% 31.59377%, 31% 34.54915%, 32% 37.56551%, 33% 40.63093%, 34% 43.73334%, 35% 46.86047%, 36% 50%, 37% 53.13953%, 38% 56.26666%, 39% 59.36907%, 40% 62.43449%, 41% 65.45085%, 42% 68.40623%, 43% 71.28896%, 44% 74.08768%, 45% 76.79134%, 46% 79.38926%, 47% 81.8712%, 48% 84.22736%, 49% 86.44843%, 50% 88.52566%, 51% 90.45085%, 52% 92.2164%, 53% 93.81533%, 54% 95.24135%, 55% 96.48882%, 56% 97.55283%, 57% 98.42916%, 58% 99.11436%, 59% 99.60574%, 60% 99.90134%, 61% 100%, 62% 99.90134%, 63% 99.60574%, 64% 99.11436%, 65% 98.42916%, 66% 97.55283%, 67% 96.48882%, 68% 95.24135%, 69% 93.81533%, 70% 92.2164%, 71% 90.45085%, 72% 88.52566%, 73% 86.44843%, 74% 84.22736%, 75% 81.8712%, 76% 79.38926%, 77% 76.79134%, 78% 74.08768%, 79% 71.28896%, 80% 68.40623%, 81% 65.45085%, 82% 62.43449%, 83% 59.36907%, 84% 56.26666%, 85% 53.13953%, 86% 50%, 87% 46.86047%, 88% 43.73334%, 89% 40.63093%, 90% 37.56551%, 91% 34.54915%, 92% 31.59377%, 93% 28.71104%, 94% 25.91232%, 95% 23.20866%, 96% 20.61074%, 97% 18.1288%, 98% 15.77264%, 99% 13.55157%, 100% 13.55157%, 100% 100%); }
  .paragraph-section .wave-bg-2 {
    background-color: #fff;
    display: block;
    height: 50px;
    width: 100%; }
    .paragraph-section .wave-bg-2 .wave-1 {
      position: relative;
      top: -0.5px;
      display: block;
      height: 50px;
      width: 100%;
      clip-path: polygon(0 0%, 0% 46.86047%, 1% 50%, 2% 53.13953%, 3% 56.26666%, 4% 59.36907%, 5% 62.43449%, 6% 65.45085%, 7% 68.40623%, 8% 71.28896%, 9% 74.08768%, 10% 76.79134%, 11% 79.38926%, 12% 81.8712%, 13% 84.22736%, 14% 86.44843%, 15% 88.52566%, 16% 90.45085%, 17% 92.2164%, 18% 93.81533%, 19% 95.24135%, 20% 96.48882%, 21% 97.55283%, 22% 98.42916%, 23% 99.11436%, 24% 99.60574%, 25% 99.90134%, 26% 100%, 27% 99.90134%, 28% 99.60574%, 29% 99.11436%, 30% 98.42916%, 31% 97.55283%, 32% 96.48882%, 33% 95.24135%, 34% 93.81533%, 35% 92.2164%, 36% 90.45085%, 37% 88.52566%, 38% 86.44843%, 39% 84.22736%, 40% 81.8712%, 41% 79.38926%, 42% 76.79134%, 43% 74.08768%, 44% 71.28896%, 45% 68.40623%, 46% 65.45085%, 47% 62.43449%, 48% 59.36907%, 49% 56.26666%, 50% 53.13953%, 51% 50%, 52% 46.86047%, 53% 43.73334%, 54% 40.63093%, 55% 37.56551%, 56% 34.54915%, 57% 31.59377%, 58% 28.71104%, 59% 25.91232%, 60% 23.20866%, 61% 20.61074%, 62% 18.1288%, 63% 15.77264%, 64% 13.55157%, 65% 11.47434%, 66% 9.54915%, 67% 7.7836%, 68% 6.18467%, 69% 4.75865%, 70% 3.51118%, 71% 2.44717%, 72% 1.57084%, 73% 0.88564%, 74% 0.39426%, 75% 0.09866%, 76% 0%, 77% 0.09866%, 78% 0.39426%, 79% 0.88564%, 80% 1.57084%, 81% 2.44717%, 82% 3.51118%, 83% 4.75865%, 84% 6.18467%, 85% 7.7836%, 86% 9.54915%, 87% 11.47434%, 88% 13.55157%, 89% 15.77264%, 90% 18.1288%, 91% 20.61074%, 92% 23.20866%, 93% 25.91232%, 94% 28.71104%, 95% 31.59377%, 96% 34.54915%, 97% 37.56551%, 98% 40.63093%, 99% 43.73334%, 100% 43.73334%, 100% 0%); }
    .paragraph-section .wave-bg-2 .wave-2 {
      position: relative;
      top: -0.5px;
      display: block;
      height: 50px;
      width: 100%;
      opacity: 0.5;
      margin-top: -50px;
      clip-path: polygon(0 0%, 0% 11.47434%, 1% 9.54915%, 2% 7.7836%, 3% 6.18467%, 4% 4.75865%, 5% 3.51118%, 6% 2.44717%, 7% 1.57084%, 8% 0.88564%, 9% 0.39426%, 10% 0.09866%, 11% 0%, 12% 0.09866%, 13% 0.39426%, 14% 0.88564%, 15% 1.57084%, 16% 2.44717%, 17% 3.51118%, 18% 4.75865%, 19% 6.18467%, 20% 7.7836%, 21% 9.54915%, 22% 11.47434%, 23% 13.55157%, 24% 15.77264%, 25% 18.1288%, 26% 20.61074%, 27% 23.20866%, 28% 25.91232%, 29% 28.71104%, 30% 31.59377%, 31% 34.54915%, 32% 37.56551%, 33% 40.63093%, 34% 43.73334%, 35% 46.86047%, 36% 50%, 37% 53.13953%, 38% 56.26666%, 39% 59.36907%, 40% 62.43449%, 41% 65.45085%, 42% 68.40623%, 43% 71.28896%, 44% 74.08768%, 45% 76.79134%, 46% 79.38926%, 47% 81.8712%, 48% 84.22736%, 49% 86.44843%, 50% 88.52566%, 51% 90.45085%, 52% 92.2164%, 53% 93.81533%, 54% 95.24135%, 55% 96.48882%, 56% 97.55283%, 57% 98.42916%, 58% 99.11436%, 59% 99.60574%, 60% 99.90134%, 61% 100%, 62% 99.90134%, 63% 99.60574%, 64% 99.11436%, 65% 98.42916%, 66% 97.55283%, 67% 96.48882%, 68% 95.24135%, 69% 93.81533%, 70% 92.2164%, 71% 90.45085%, 72% 88.52566%, 73% 86.44843%, 74% 84.22736%, 75% 81.8712%, 76% 79.38926%, 77% 76.79134%, 78% 74.08768%, 79% 71.28896%, 80% 68.40623%, 81% 65.45085%, 82% 62.43449%, 83% 59.36907%, 84% 56.26666%, 85% 53.13953%, 86% 50%, 87% 46.86047%, 88% 43.73334%, 89% 40.63093%, 90% 37.56551%, 91% 34.54915%, 92% 31.59377%, 93% 28.71104%, 94% 25.91232%, 95% 23.20866%, 96% 20.61074%, 97% 18.1288%, 98% 15.77264%, 99% 13.55157%, 100% 13.55157%, 100% 0%); }

.webform-submission-form, .user-register-form {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 15px; }
  .webform-submission-form .checkbox input[type="checkbox"],
  .webform-submission-form .checkbox-inline input[type="checkbox"],
  .webform-submission-form .radio input[type="radio"],
  .webform-submission-form .radio-inline input[type="radio"], .user-register-form .checkbox input[type="checkbox"],
  .user-register-form .checkbox-inline input[type="checkbox"],
  .user-register-form .radio input[type="radio"],
  .user-register-form .radio-inline input[type="radio"] {
    opacity: 1;
    z-index: 0;
    margin-top: 16px; }
  .webform-submission-form legend span, .user-register-form legend span {
    font-family: "Lato", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #364983;
    display: block;
    margin-top: 30px; }
  .webform-submission-form h2, .user-register-form h2 {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 0.5rem;
    display: block; }
  .webform-submission-form label, .user-register-form label {
    margin-top: 10px;
    font-family: "Lato", sans-serif;
    color: #364983;
    font-size: 15px; }
  .webform-submission-form input, .user-register-form input {
    margin-top: 0.25rem; }
  .webform-submission-form select, .user-register-form select {
    width: 33%;
    display: block; }
  .webform-submission-form .text-count-wrapper .text-count, .user-register-form .text-count-wrapper .text-count {
    color: #364983;
    display: inline-block;
    font-size: 17px;
    margin-top: 5px; }
  .webform-submission-form .checkbox input[type="checkbox"], .webform-submission-form .webform-submission-form .checkbox-inline input[type="checkbox"], .webform-submission-form .webform-submission-form .radio input[type="radio"], .webform-submission-form .webform-submission-form .radio-inline input[type="radio"], .user-register-form .checkbox input[type="checkbox"], .user-register-form .webform-submission-form .checkbox-inline input[type="checkbox"], .user-register-form .webform-submission-form .radio input[type="radio"], .user-register-form .webform-submission-form .radio-inline input[type="radio"] {
    opacity: 0; }
  .webform-submission-form .image-widget .image-widget-data input, .user-register-form .image-widget .image-widget-data input {
    padding: 3px; }

/* Add your main code here */
.contact-submit {
  margin-left: 0; }

@media (max-width: 991px) {
  .card-wrapper {
    padding-bottom: 35px; } }

@media (max-width: 991px) {
  .card-wrapper {
    padding-left: 30px;
    padding-right: 30px; } }

.card-wrapper .extra-fields-link {
  text-decoration: none; }
  .card-wrapper .extra-fields-link .single-card {
    transition: 0.5s; }
    .card-wrapper .extra-fields-link .single-card:hover {
      box-shadow: none;
      transition: 0.5s; }

.card-wrapper.three-card h3:after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  width: 24px;
  margin: 0 auto;
  padding-top: 13px; }

.card-wrapper.three-card .single-card .cards-btn .single-cta-btn:hover {
  background-color: #fff;
  color: #1884c7; }

.single-card {
  border-radius: 20px;
  padding: 58px 48px;
  height: 100%;
  -webkit-box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 20px -5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .single-card.img-exist {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain; }
    @media (max-width: 575px) {
      .single-card.img-exist {
        background-image: none !important; } }
    @media (max-width: 767px) {
      .single-card.img-exist {
        background-image: none !important; } }
  .single-card.resources-card-class {
    justify-content: start; }
    .single-card.resources-card-class .card-icon-wrapper {
      height: 61px;
      overflow: hidden;
      max-height: 61px; }
    .single-card.resources-card-class h3 {
      min-height: 110px; }
  @media (max-width: 575px) {
    .single-card {
      padding: 58px 20px; } }
  .single-card.gb-image {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .single-card.small-card {
    padding: 15px 48px 10px; }
    .single-card.small-card .card-extra-img {
      margin: -28px 0 -10px; }
    .single-card.small-card h3 {
      margin-bottom: 0; }
    .single-card.small-card .card-text {
      padding-bottom: 5px; }
      .single-card.small-card .card-text p {
        text-align: center; }
  .single-card .card-icon-wrapper {
    text-align: center; }
    @media (max-width: 991px) {
      .single-card .card-icon-wrapper {
        padding-bottom: 10px; } }
    .single-card .card-icon-wrapper img {
      height: 61px;
      width: auto; }
  .single-card h3 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 1px 5px #000000cc; }
    @media (max-width: 1199px) {
      .single-card h3 {
        font-size: 34px; } }
    @media (max-width: 575px) {
      .single-card h3 {
        font-size: 26px; } }
  .single-card .resources-list {
    padding-left: 18px; }
    .single-card .resources-list li:first-child:before {
      content: "";
      display: block;
      border-top: 1px solid #fff;
      border-color: rgba(255, 255, 255, 0.25);
      margin-left: -45px;
      margin-right: -18px;
      padding-bottom: 10px; }
    .single-card .resources-list .card-resources {
      padding-left: 10px;
      padding-top: 9px;
      list-style: none; }
      .single-card .resources-list .card-resources:after {
        content: "";
        display: block;
        border-bottom: 1px solid #fff;
        border-color: rgba(255, 255, 255, 0.25);
        margin-left: -45px;
        margin-right: -18px;
        padding-bottom: 8px; }
      .single-card .resources-list .card-resources a {
        font-size: 20px;
        color: #fff;
        position: relative;
        text-shadow: 1px 1px 5px #000000cc; }
        .single-card .resources-list .card-resources a:hover {
          text-decoration: none; }
          .single-card .resources-list .card-resources a:hover span {
            text-decoration: underline; }
        .single-card .resources-list .card-resources a::before {
          content: "\f067";
          font-family: FontAwesome;
          font-size: 14px;
          color: #fff;
          line-height: 1;
          position: absolute;
          top: calc(50% - 6px);
          left: -18px; }
          @media (max-width: 767px) {
            .single-card .resources-list .card-resources a::before {
              left: -24px; } }
          .single-card .resources-list .card-resources a::before:hover {
            text-decoration: none; }
  .single-card .card-text {
    padding-bottom: 67px;
    position: relative; }
    @media (max-width: 767px) {
      .single-card .card-text {
        padding-bottom: 47px; } }
    .single-card .card-text p {
      color: #fff;
      position: relative;
      z-index: 1;
      text-shadow: 1px 1px 5px #000000cc; }
      @media (max-width: 575px) {
        .single-card .card-text p {
          font-size: 16px;
          text-align: center; } }
  .single-card .cards-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; }
    .single-card .cards-btn .single-cta-btn {
      padding: 14px 48px; }
      @media (max-width: 575px) {
        .single-card .cards-btn .single-cta-btn {
          padding: 11px 20px; } }
      .single-card .cards-btn .single-cta-btn:hover {
        background-color: #0f2b4a;
        border-color: #0f2b4a; }
  .single-card .card-extra-img {
    display: flex;
    align-items: center;
    margin: -58px 0; }
    @media (max-width: 767px) {
      .single-card .card-extra-img {
        margin: 20px 0; } }
    .single-card .card-extra-img .video-player-button-wrapper {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0; }
    .single-card .card-extra-img .card-extra-img-space {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position-x: center;
      background-position-y: center;
      background-size: contain;
      min-height: 200px; }
      @media (max-width: 767px) {
        .single-card .card-extra-img .card-extra-img-space {
          background-position-y: bottom; } }
      @media (max-width: 575px) {
        .single-card .card-extra-img .card-extra-img-space.mobile-extra-img-exist {
          display: none; } }
    .single-card .card-extra-img .card-extra-mobile {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position-x: center;
      background-position-y: center;
      background-size: contain;
      min-height: 200px;
      display: none; }
      @media (max-width: 575px) {
        .single-card .card-extra-img .card-extra-mobile {
          display: block; } }
  .single-card .video-player-button-wrapper {
    text-align: center;
    padding: 40px 0; }
    .single-card .video-player-button-wrapper .video-player-button {
      display: inline-block;
      padding: 20px 49px 20px 59px;
      background-color: #08539d;
      border-radius: 25px;
      border: 3px solid #fff;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
      cursor: pointer; }
      .single-card .video-player-button-wrapper .video-player-button:hover {
        background-color: #fff;
        border-color: #08539d; }
        .single-card .video-player-button-wrapper .video-player-button:hover i {
          color: #08539d; }
      .single-card .video-player-button-wrapper .video-player-button i {
        color: #fff; }
        .single-card .video-player-button-wrapper .video-player-button i:before {
          font-size: 58px; }
  .single-card .background-card-video {
    display: none;
    position: fixed;
    background-color: #000;
    opacity: 0.3;
    right: calc(-50vw + 50%);
    left: calc(-50vw + 50%);
    top: -100vh;
    bottom: -100vh;
    height: 300vh;
    z-index: 99;
    overflow: hidden; }
  .single-card .extra-card-video {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 20vh;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 100;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 991px) {
      .single-card .extra-card-video {
        max-width: 600px; } }
    @media (max-width: 767px) {
      .single-card .extra-card-video {
        max-width: 500px; } }
    .single-card .extra-card-video .esc-video-card-btn {
      position: absolute;
      top: -40px;
      right: 15px;
      color: #fff;
      font-size: 35px;
      cursor: pointer; }
      .single-card .extra-card-video .esc-video-card-btn:hover {
        color: #fff; }

.circle-button-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; }
  .circle-button-container.odd-number-of-circles {
    padding: 0 82px; }
    @media (max-width: 1199px) {
      .circle-button-container.odd-number-of-circles {
        padding: 0; } }
    @media (min-width: 991px) {
      .circle-button-container.odd-number-of-circles .circle-button-wrapper {
        padding: 0;
        margin: -15px 0; } }
  .circle-button-container .circle-button-wrapper {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center; }
    @media (max-width: 991px) {
      .circle-button-container .circle-button-wrapper {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 575px) {
      .circle-button-container .circle-button-wrapper {
        flex: none;
        max-width: 100%; } }
    .circle-button-container .circle-button-wrapper .single-circle-link-wrapper {
      height: 325px;
      width: 325px;
      display: inline-block;
      border-radius: 50%;
      border: 10px solid #fff; }
      @media (max-width: 1199px) {
        .circle-button-container .circle-button-wrapper .single-circle-link-wrapper {
          height: 280px;
          width: 280px; } }
      .circle-button-container .circle-button-wrapper .single-circle-link-wrapper:hover {
        text-decoration: none; }
        .circle-button-container .circle-button-wrapper .single-circle-link-wrapper:hover .circle-button {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
          transition: 1s; }
      .circle-button-container .circle-button-wrapper .single-circle-link-wrapper .circle-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
        background-color: #51a7db;
        position: relative;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        .circle-button-container .circle-button-wrapper .single-circle-link-wrapper .circle-button:after {
          content: "";
          display: inline-block;
          height: 100%;
          width: 100%;
          background-color: #000;
          position: absolute;
          z-index: 0;
          border-radius: 50%;
          opacity: 0.1; }
        .circle-button-container .circle-button-wrapper .single-circle-link-wrapper .circle-button h3 {
          font-size: 42px;
          margin: 0;
          color: #fff;
          z-index: 1; }
          @media (max-width: 1199px) {
            .circle-button-container .circle-button-wrapper .single-circle-link-wrapper .circle-button h3 {
              font-size: 35px; } }
          @media (max-width: 575px) {
            .circle-button-container .circle-button-wrapper .single-circle-link-wrapper .circle-button h3 {
              font-size: 30px; } }

.single-container {
  padding: 20px 0; }
  @media (max-width: 575px) {
    .single-container {
      padding: 10px 0; } }
  .single-container .col-md-12 .single-title {
    text-align: center; }
    .single-container .col-md-12 .single-title:after {
      content: "";
      display: block;
      border-bottom: 1px solid #08539d;
      width: 24px;
      margin: 0 auto; }
  .single-container .col-md-12 .cta-btn-wrapper {
    text-align: center; }
  .single-container .single-container-childs {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 575px) {
      .single-container .single-container-childs {
        padding: 10px 40px; } }

.full-content {
  padding-top: 10px;
  padding-bottom: 20px; }
  @media (max-width: 575px) {
    .full-content {
      text-align: center; }
      .full-content .dl, .full-content ol, .full-content ul {
        text-align: left; } }
  .full-content h1, .full-content h2, .full-content h3, .full-content h4 {
    padding-top: 20px;
    padding-bottom: 35px; }
    .full-content h1 a, .full-content h2 a, .full-content h3 a, .full-content h4 a {
      font-size: inherit; }

@media (max-width: 575px) {
  .cta-btn-wrapper {
    text-align: center; } }

.cta-btn-wrapper .one-btn {
  margin: 10px 0; }

@media (max-width: 767px) {
  .paragraph-single-image {
    padding: 25px 0; } }

.paragraph-single-image img {
  height: 100%;
  width: 100%; }

.paragraph-single-slider {
  padding: 0 50px; }
  @media (max-width: 575px) {
    .paragraph-single-slider {
      padding: 0 60px; } }
  .paragraph-single-slider .carousel-inner {
    -webkit-box-shadow: 10px 20px 29px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 20px 29px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px; }
    .paragraph-single-slider .carousel-inner .carousel-item .single-card {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .paragraph-single-slider .carousel-inner .carousel-item .single-card h3:after {
        content: "";
        display: block;
        border-bottom: 1px solid #08539d;
        width: 35px;
        margin: 0 auto;
        padding-top: 15px; }
      .paragraph-single-slider .carousel-inner .carousel-item .single-card .card-text {
        padding-bottom: 19px; }
  .paragraph-single-slider .carousel-control-prev {
    left: calc(-50vw + 50%);
    justify-content: left; }
  .paragraph-single-slider .carousel-control-next {
    right: calc(-50vw + 50%);
    justify-content: flex-end; }

.single-stats-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  .single-stats-container .single-stats-box {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 6px 0 25px; }
    @media (max-width: 991px) {
      .single-stats-container .single-stats-box {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 20px 0; } }
    @media (max-width: 575px) {
      .single-stats-container .single-stats-box {
        flex: none;
        max-width: 100%; } }
    .single-stats-container .single-stats-box .stats-box {
      padding: 0 70px; }
      @media (max-width: 1199px) {
        .single-stats-container .single-stats-box .stats-box {
          padding: 0 50px; } }
      @media (max-width: 991px) {
        .single-stats-container .single-stats-box .stats-box {
          padding: 0 30px; } }
      .single-stats-container .single-stats-box .stats-box .bubble-wraper {
        min-height: 105px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 7px; }
        .single-stats-container .single-stats-box .stats-box .bubble-wraper .first-word {
          font-size: 80px;
          line-height: 0.8;
          margin: 0; }
        .single-stats-container .single-stats-box .stats-box .bubble-wraper h3 {
          text-align: center;
          font-size: 40px;
          margin-bottom: 0;
          text-transform: uppercase; }
      .single-stats-container .single-stats-box .stats-box p {
        text-align: center;
        color: #08539d;
        font-size: 20px;
        line-height: 1.1; }

.bubble-style .single-title h2 {
  color: #fff; }

.bubble-style .single-title:after {
  border-color: #fff !important; }

.bubble-style p {
  color: #fff !important; }

.bubble-style .single-stats-box .stats-box .bubble-wraper {
  min-height: 250px;
  width: 100%;
  border-radius: 50%;
  background-color: #03b2b0;
  border: 8px solid #fff;
  justify-content: center; }
  @media (max-width: 1199px) {
    .bubble-style .single-stats-box .stats-box .bubble-wraper {
      min-height: 230px; } }
  @media (max-width: 991px) {
    .bubble-style .single-stats-box .stats-box .bubble-wraper {
      min-height: 315px; } }
  @media (max-width: 767px) {
    .bubble-style .single-stats-box .stats-box .bubble-wraper {
      min-height: 230px; } }
  @media (max-width: 575px) {
    .bubble-style .single-stats-box .stats-box .bubble-wraper {
      min-height: 250px;
      width: 250px;
      margin: 0 auto 38px; } }
  .bubble-style .single-stats-box .stats-box .bubble-wraper .first-word, .bubble-style .single-stats-box .stats-box .bubble-wraper h3 {
    color: #fff; }
  @media (max-width: 767px) {
    .bubble-style .single-stats-box .stats-box .bubble-wraper .first-word {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .bubble-style .single-stats-box .stats-box .bubble-wraper h3 {
      font-size: 30px; } }

.bubble-style .single-cta-btn {
  background-color: #10a3fe;
  border-color: #10a3fe; }
  .bubble-style .single-cta-btn:hover {
    color: #fff;
    border-color: #167dbe;
    border-color: #167dbe; }

@media (max-width: 575px) {
  .single-title {
    text-align: center; } }

.video-wrapper-border {
  width: 100%;
  height: 100%; }
  .video-wrapper-border .video-wrapper {
    width: 100%;
    height: 100%; }
    .video-wrapper-border .video-wrapper .video-item {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      .video-wrapper-border .video-wrapper .video-item #player {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }

.page-node-12 #block-backtokidscorner {
  position: relative;
  top: 70px;
  z-index: 9;
  max-width: 1140px;
  margin: 0 auto;
  height: 0; }
  @media (max-width: 1199px) {
    .page-node-12 #block-backtokidscorner {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .page-node-12 #block-backtokidscorner {
      max-width: 960px;
      top: 10px; } }
  @media (max-width: 767px) {
    .page-node-12 #block-backtokidscorner {
      max-width: 720px; } }
  @media (max-width: 575px) {
    .page-node-12 #block-backtokidscorner {
      max-width: 540px; } }
  .page-node-12 #block-backtokidscorner a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-left: 40px;
    position: relative; }
    .page-node-12 #block-backtokidscorner a:before {
      content: "";
      background-image: url(/themes/custom/HSHP2021/assets/images/back-to-kids-corner-arrow.png);
      display: inline-block;
      height: 15px;
      width: 7px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 20px;
      top: 0.5px;
      transition: 0.5s; }
    .page-node-12 #block-backtokidscorner a:hover {
      text-decoration: none; }
      .page-node-12 #block-backtokidscorner a:hover:before {
        left: 10px;
        transition: 0.5s; }

.page-node-12 .hero .hero-container {
  min-height: 750px; }
  .page-node-12 .hero .hero-container .hero-title-wrapper {
    justify-content: start;
    padding-top: 40px; }

.page-node-12 .main-content {
  margin-top: -650px;
  position: relative;
  z-index: 1;
  padding-bottom: 200px; }
  .page-node-12 .main-content .paragraph-unique-85 {
    padding-bottom: 190px;
    padding-top: 324px; }
    @media (max-width: 991px) {
      .page-node-12 .main-content .paragraph-unique-85 {
        background-size: 145% 100%; } }
    @media (max-width: 767px) {
      .page-node-12 .main-content .paragraph-unique-85 {
        background-image: url(/themes/custom/HSHP2021/assets/images/handwashing-sorting-game-mobile.png) !important;
        background-size: 200% 100%;
        padding-bottom: 160px;
        padding-top: 225px; } }
    .page-node-12 .main-content .paragraph-unique-85 .card-text {
      padding: 0 250px 27px 250px;
      text-align: center; }
      @media (max-width: 1199px) {
        .page-node-12 .main-content .paragraph-unique-85 .card-text {
          padding: 0 100px 27px 100px; } }
      @media (max-width: 991px) {
        .page-node-12 .main-content .paragraph-unique-85 .card-text {
          padding: 0 50px 27px 50px; } }
      @media (max-width: 575px) {
        .page-node-12 .main-content .paragraph-unique-85 .card-text {
          padding: 0 20px 27px 20px; } }
      .page-node-12 .main-content .paragraph-unique-85 .card-text p {
        color: #0a6cba;
        font-weight: 900;
        text-shadow: none; }
    .page-node-12 .main-content .paragraph-unique-85 .cards-btn .single-cta-btn {
      border: 5px solid #ba86bd;
      background-color: #465fab;
      padding: 40px 138px;
      border-radius: 100px;
      font-family: "Fredoka One", cursive;
      font-size: 34px;
      letter-spacing: 8px;
      font-weight: 500;
      text-shadow: #51a7db 0px 0px 5px, #51a7db 0px 0px 10px, #51a7db 0px 0px 15px, -1px 22px 7px rgba(37, 206, 103, 0); }
      @media (max-width: 1199px) {
        .page-node-12 .main-content .paragraph-unique-85 .cards-btn .single-cta-btn {
          padding: 40px 100px;
          font-size: 30px; } }
      @media (max-width: 991px) {
        .page-node-12 .main-content .paragraph-unique-85 .cards-btn .single-cta-btn {
          padding: 30px 70px;
          font-size: 25px; } }
      @media (max-width: 575px) {
        .page-node-12 .main-content .paragraph-unique-85 .cards-btn .single-cta-btn {
          padding: 20px 25px;
          font-size: 20px;
          letter-spacing: 5px; } }
      .page-node-12 .main-content .paragraph-unique-85 .cards-btn .single-cta-btn:hover {
        color: #465fab;
        text-shadow: #fff 0px 0px 5px, #fff 0px 0px 10px, #fff 0px 0px 15px, -1px 22px 7px rgba(37, 206, 103, 0);
        border-color: #465fab;
        background-color: #ba86bd; }
  .page-node-12 .main-content .paragraph-unique-88 {
    padding-top: 395px; }
    @media (max-width: 991px) {
      .page-node-12 .main-content .paragraph-unique-88 {
        background-size: 100% 100%; } }
    @media (max-width: 767px) {
      .page-node-12 .main-content .paragraph-unique-88 {
        background-size: 130% 100%; } }
    @media (max-width: 575px) {
      .page-node-12 .main-content .paragraph-unique-88 {
        padding-top: 247px;
        background-size: cover;
        background-position: center; } }
    .page-node-12 .main-content .paragraph-unique-88 .cards-btn .single-cta-btn {
      border: 2px solid #fff;
      background-color: #fccd1f;
      font-size: 20px;
      letter-spacing: 8px;
      font-weight: 500;
      -webkit-box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.15);
      box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.15); }
      .page-node-12 .main-content .paragraph-unique-88 .cards-btn .single-cta-btn:hover {
        color: #fccd1f;
        border-color: #fccd1f;
        background-color: #fff; }
  .page-node-12 .main-content .paragraph-unique-89 {
    padding-top: 395px; }
    @media (max-width: 1199px) {
      .page-node-12 .main-content .paragraph-unique-89 {
        background-size: 100% 100%; } }
    @media (max-width: 575px) {
      .page-node-12 .main-content .paragraph-unique-89 {
        padding-top: 247px;
        margin-top: 10px; } }
    .page-node-12 .main-content .paragraph-unique-89 .cards-btn .single-cta-btn {
      border: 2px solid #fff;
      background-color: #db40a6;
      font-size: 20px;
      letter-spacing: 8px;
      font-weight: 500;
      color: #fff;
      -webkit-box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.15);
      box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.15); }
      .page-node-12 .main-content .paragraph-unique-89 .cards-btn .single-cta-btn:hover {
        color: #db40a6;
        border-color: #db40a6;
        background-color: #fff; }
  .page-node-12 .main-content .paragraph-unique-91 {
    padding-top: 247px; }
    @media (max-width: 991px) {
      .page-node-12 .main-content .paragraph-unique-91 {
        background-image: url(/themes/custom/HSHP2021/assets/images/when-to-wash-your-hands-game.png) !important; } }
    @media (max-width: 575px) {
      .page-node-12 .main-content .paragraph-unique-91 {
        background-size: 240% 100%; } }
    .page-node-12 .main-content .paragraph-unique-91 .cards-btn .single-cta-btn {
      border: 2px solid #fff;
      background-color: #f6c500;
      font-size: 20px;
      letter-spacing: 8px;
      font-weight: 500;
      color: #fff;
      -webkit-box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.15);
      box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.15); }
      .page-node-12 .main-content .paragraph-unique-91 .cards-btn .single-cta-btn:hover {
        color: #f6c500;
        border-color: #f6c500;
        background-color: #fff; }

.page-node-13 .paragraph-unique-93, .page-node-13 .paragraph-unique-94 {
  padding-bottom: 100px; }
  .page-node-13 .paragraph-unique-93 h3, .page-node-13 .paragraph-unique-94 h3 {
    font-size: 60px; }
    @media (max-width: 767px) {
      .page-node-13 .paragraph-unique-93 h3, .page-node-13 .paragraph-unique-94 h3 {
        font-size: 46px; } }

.page-node-13 .paragraph-unique-107, .page-node-13 .paragraph-unique-108, .page-node-13 .paragraph-unique-109 {
  padding: 30px 48px 150px; }
  .page-node-13 .paragraph-unique-107 h3, .page-node-13 .paragraph-unique-108 h3, .page-node-13 .paragraph-unique-109 h3 {
    font-size: 36px; }
    .page-node-13 .paragraph-unique-107 h3:after, .page-node-13 .paragraph-unique-108 h3:after, .page-node-13 .paragraph-unique-109 h3:after {
      display: none; }

.page-node-13 .paragraph-unique-111 {
  background-color: transparent !important;
  height: 489px;
  padding-top: 104px;
  border: 2px solid #fff;
  justify-content: start; }
  .page-node-13 .paragraph-unique-111 h3 {
    font-size: 60px;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .page-node-13 .paragraph-unique-111 h3 {
        font-size: 46px; } }
  .page-node-13 .paragraph-unique-111 .video-player-button-wrapper {
    padding: 0; }
    .page-node-13 .paragraph-unique-111 .video-player-button-wrapper .video-player-button {
      background-color: #c8459a; }
      .page-node-13 .paragraph-unique-111 .video-player-button-wrapper .video-player-button:hover {
        border-color: #c8459a;
        background-color: #fff; }
        .page-node-13 .paragraph-unique-111 .video-player-button-wrapper .video-player-button:hover i {
          color: #c8459a; }

.page-node-13 .paragraph-unique-114 {
  padding: 40px 305px 90px 36px;
  background-size: 100% 100%;
  justify-content: start; }
  @media (max-width: 1199px) {
    .page-node-13 .paragraph-unique-114 {
      padding: 40px 180px 90px 36px; } }
  @media (max-width: 767px) {
    .page-node-13 .paragraph-unique-114 {
      padding: 40px 115px 90px 36px; } }
  @media (max-width: 470px) {
    .page-node-13 .paragraph-unique-114 {
      background-size: 170% 100%;
      background-position-x: 80%; } }
  .page-node-13 .paragraph-unique-114 h3 {
    font-size: 42px;
    text-align: left; }
  .page-node-13 .paragraph-unique-114 .cards-btn {
    align-items: start; }
    .page-node-13 .paragraph-unique-114 .cards-btn .single-cta-btn {
      background: transparent;
      border: none;
      padding: 0;
      text-align: left;
      margin: 0;
      font-size: 16px; }
      .page-node-13 .paragraph-unique-114 .cards-btn .single-cta-btn:hover {
        text-decoration: underline; }

.page-node-13 .paragraph-unique-115 {
  padding: 91px 135px 48px 12px;
  background-size: 100% 100%;
  justify-content: start; }
  @media (max-width: 991px) {
    .page-node-13 .paragraph-unique-115 {
      padding: 58px 48px;
      height: 315px; } }
  @media (max-width: 767px) {
    .page-node-13 .paragraph-unique-115 {
      padding: 58px 36px; } }
  .page-node-13 .paragraph-unique-115 h3 {
    font-size: 42px;
    margin-bottom: 4px;
    text-align: left;
    padding-left: 11px; }
    @media (max-width: 991px) {
      .page-node-13 .paragraph-unique-115 h3 {
        padding-left: 0; } }
  .page-node-13 .paragraph-unique-115 .cards-btn {
    align-items: start; }
    .page-node-13 .paragraph-unique-115 .cards-btn .single-cta-btn {
      background: transparent;
      border: none;
      padding: 0;
      text-align: left;
      margin: 0;
      font-weight: 900; }
      .page-node-13 .paragraph-unique-115 .cards-btn .single-cta-btn:hover {
        text-decoration: underline; }

.user-login-form, .user-pass {
  margin: 60px auto;
  border: 4px solid #364983 !important; }
  .user-login-form p, .user-pass p {
    color: #0e1a45 !important;
    font-family: "Lato", sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important; }
  .user-login-form label, .user-pass label {
    color: #0e1a45 !important;
    font-family: "Lato", sans-serif !important; }
  .user-login-form .login-title, .user-pass .login-title {
    background-color: #e3ebf5 !important;
    border-bottom: 1px solid #364983 !important; }
  .user-login-form fieldset, .user-pass fieldset {
    padding-left: 25px !important;
    display: block; }
    @media (max-width: 575px) {
      .user-login-form fieldset input, .user-pass fieldset input {
        width: 94% !important; } }
  .user-login-form .forgot-password, .user-pass .forgot-password {
    padding-left: 10px !important;
    display: block; }

.resource-page {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .resource-page {
      padding-top: 53px; } }
  .resource-page .resources-description {
    padding-bottom: 30px; }
  .resource-page .resources-file, .resource-page .resources-external-link {
    text-align: center; }
    .resource-page .resources-file a span, .resource-page .resources-external-link a span {
      font-size: 9px; }

.sitemap {
  text-align: center; }
  .sitemap .sitemap-plugin--menu ul {
    flex-direction: column; }
    .sitemap .sitemap-plugin--menu ul li a {
      color: #0e1a45;
      font-family: "Lato", sans-serif;
      font-size: 17px;
      font-weight: 400;
      margin: 0 0 20px; }
      .sitemap .sitemap-plugin--menu ul li a:hover {
        background-color: transparent;
        text-decoration: underline; }

.speaker-bios-page .profile-image {
  height: 300px;
  width: 100%;
  margin-bottom: 30px; }
  .speaker-bios-page .profile-image .profile-image-wrapper {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover; }

.speaker-bios-page .info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .speaker-bios-page .info-wrapper b {
    font-size: 20px;
    text-align: center; }
  .speaker-bios-page .info-wrapper p {
    text-align: center; }
  .speaker-bios-page .info-wrapper .speaker-first-last-name {
    padding-bottom: 15px; }
    .speaker-bios-page .info-wrapper .speaker-first-last-name h4 {
      font-size: 28px;
      color: #08539d; }

.speaker-bios-page .speaker-bio {
  margin-top: 50px; }
  @media (max-width: 575px) {
    .speaker-bios-page .speaker-bio {
      margin-left: 20px;
      margin-right: 20px; } }
  .speaker-bios-page .speaker-bio b {
    display: block;
    font-size: 20px;
    padding-bottom: 15px; }

.webinar-page {
  padding-top: 100px; }
  @media (max-width: 767px) {
    .webinar-page {
      padding-top: 53px; } }
  .webinar-page .date-wrapper {
    border-right: 1px solid #0e1a45; }
    @media (max-width: 767px) {
      .webinar-page .date-wrapper {
        border: none; } }
    .webinar-page .date-wrapper .date-box {
      height: 100px;
      background: #08539d;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px; }
      .webinar-page .date-wrapper .date-box h3 {
        margin: 0;
        color: #fff; }
    .webinar-page .date-wrapper .title {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-bottom: 8px; }
      @media (max-width: 767px) {
        .webinar-page .date-wrapper .title {
          justify-content: center; } }
      .webinar-page .date-wrapper .title h4 {
        padding-left: 10px;
        display: inline-block;
        color: #08539d; }
    .webinar-page .date-wrapper .time-details {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .webinar-page .date-wrapper .time-details {
          margin-bottom: 24px; } }
      .webinar-page .date-wrapper .time-details i {
        color: #656565;
        font-size: 35px; }
      .webinar-page .date-wrapper .time-details p {
        padding-left: 42px; }
        @media (max-width: 991px) {
          .webinar-page .date-wrapper .time-details p {
            padding-left: 0px; } }
        @media (max-width: 767px) {
          .webinar-page .date-wrapper .time-details p {
            text-align: center; } }
    .webinar-page .date-wrapper .time p {
      padding-left: 42px; }
      @media (max-width: 991px) {
        .webinar-page .date-wrapper .time p {
          padding-left: 0px; } }
      @media (max-width: 767px) {
        .webinar-page .date-wrapper .time p {
          text-align: center; } }
  .webinar-page .registration-link {
    margin-top: 20px; }
    .webinar-page .registration-link .btn-secondary {
      display: block;
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
  .webinar-page .add-to-calendar-wrapper {
    padding: 14px 20px 20px; }
    @media (max-width: 767px) {
      .webinar-page .add-to-calendar-wrapper .add-to-calendar {
        float: none; } }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  p {
    text-align: center !important;
    margin: 0 auto !important; }
  details {
    display: none !important; }
  input {
    display: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  a.read-more-link.ext {
    display: none !important; }
  .summary {
    display: none !important; }
  .tag-box {
    display: none; }
  h1 {
    text-align: center; }
  .system {
    display: none !important; }
  .dimensions {
    display: none !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }
  .header, .footer, .pre-footer {
    display: none; }
  .hero {
    padding-top: 0px; }
    .hero .hero-container.hero-rotating {
      min-height: 200px; }
    .hero .hero-container.hero-rotating .scroll-btn-wrapper {
      display: none; }
    .hero .hero-container.hero-image-height {
      min-height: 50px; }
    .hero .hero-container .hero-title-wrapper {
      padding-bottom: 0px; }
      .hero .hero-container .hero-title-wrapper.half-screen-hero {
        width: 100%; }
    .hero .hero-container:before {
      display: none; }
    .hero .hero-container .hero-second-wave {
      display: none; }
  .paragraph-section .wave-bg-1, .paragraph-section .wave-bg-2 {
    display: none; }
  body {
    width: 100% !important;
    overflow: hidden !important; }
  p, a, span {
    color: #000 !important; }
  a:after {
    display: none !important; }
  body .button, body .btn-primary, body .btn-secondary, .single-card .cards-btn {
    display: none; }
  .paragraph-section .container {
    padding: 20px 0; }
  .main-content {
    padding: 0; }
  .bubble-style .single-stats-box .stats-box .bubble-wraper {
    min-height: 150px; }
    .bubble-style .single-stats-box .stats-box .bubble-wraper p {
      color: #000; }
  .single-stats-container .single-stats-box {
    padding: 0; }
  .single-card .video-player-button-wrapper {
    display: none; }
  .block-twitter-block {
    display: none; } }

@media (max-width: 991px) {
  .overlay {
    background-color: rgba(0, 0, 0, 0.5); } }

.view-id-content .form-row {
  flex-wrap: inherit;
  padding: 50px 0; }
  @media (max-width: 991px) {
    .view-id-content .form-row {
      flex-direction: column; } }
  .view-id-content .form-row fieldset label {
    color: #0e1a45;
    font-family: "Lato", sans-serif; }
  .view-id-content .form-row .form-actions {
    margin-bottom: 0; }
    .view-id-content .form-row .form-actions button {
      padding: 6px 65px;
      margin: 17px; }

.view-id-content .sticky-header {
  display: none; }

.view-id-content #edit-header {
  display: none; }

@media (max-width: 767px) {
  .view-id-content .views-form {
    width: 100%; } }

.view-id-content .views-form table {
  width: auto; }
  .view-id-content .views-form table tbody tr td {
    padding: 7px 9px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    vertical-align: inherit !important; }
    .view-id-content .views-form table tbody tr td label {
      padding: 7px 9px;
      font-size: 14px;
      color: #000;
      font-weight: 400;
      font-family: "Lato", sans-serif;
      vertical-align: inherit !important; }

#toolbar-administration a {
  color: white; }

.form-control:focus {
  box-shadow: none; }

.page-node-type-speaker-bios .block-views.block-views-blockwebinar-speakers-block-1, .page-node-type-speaker-bios .block-views.view-list-of-speakers, .page-node-type-speaker-bios .views-element-container.block-views-blockwebinar-speakers-block-1, .page-node-type-speaker-bios .views-element-container.view-list-of-speakers, .path-list-of-speakers .block-views.block-views-blockwebinar-speakers-block-1, .path-list-of-speakers .block-views.view-list-of-speakers, .path-list-of-speakers .views-element-container.block-views-blockwebinar-speakers-block-1, .path-list-of-speakers .views-element-container.view-list-of-speakers {
  padding-top: 70px;
  padding-bottom: 30px; }

.page-node-type-speaker-bios .block-views .view-header, .page-node-type-speaker-bios .views-element-container .view-header, .path-list-of-speakers .block-views .view-header, .path-list-of-speakers .views-element-container .view-header {
  text-align: center; }
  .page-node-type-speaker-bios .block-views .view-header:after, .page-node-type-speaker-bios .views-element-container .view-header:after, .path-list-of-speakers .block-views .view-header:after, .path-list-of-speakers .views-element-container .view-header:after {
    content: "";
    display: block;
    border-bottom: 1px solid #08539d;
    width: 24px;
    margin: 0 auto; }

.page-node-type-speaker-bios .block-views .view-content, .page-node-type-speaker-bios .views-element-container .view-content, .path-list-of-speakers .block-views .view-content, .path-list-of-speakers .views-element-container .view-content {
  display: block;
  margin: 0; }
  .page-node-type-speaker-bios .block-views .view-content .item-list ul li, .page-node-type-speaker-bios .views-element-container .view-content .item-list ul li, .path-list-of-speakers .block-views .view-content .item-list ul li, .path-list-of-speakers .views-element-container .view-content .item-list ul li {
    border-bottom: 2px dashed #ec7116;
    padding-top: 30px;
    padding-bottom: 30px; }
    .page-node-type-speaker-bios .block-views .view-content .item-list ul li:last-child, .page-node-type-speaker-bios .views-element-container .view-content .item-list ul li:last-child, .path-list-of-speakers .block-views .view-content .item-list ul li:last-child, .path-list-of-speakers .views-element-container .view-content .item-list ul li:last-child {
      border-bottom: none; }
    .page-node-type-speaker-bios .block-views .view-content .item-list ul li a, .page-node-type-speaker-bios .views-element-container .view-content .item-list ul li a, .path-list-of-speakers .block-views .view-content .item-list ul li a, .path-list-of-speakers .views-element-container .view-content .item-list ul li a {
      font-size: 25px; }

.page-node-type-speaker-bios .block-views .view-footer a, .page-node-type-speaker-bios .views-element-container .view-footer a, .path-list-of-speakers .block-views .view-footer a, .path-list-of-speakers .views-element-container .view-footer a {
  width: 315px;
  margin: auto;
  display: block; }

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0; }

#puzzle {
  padding: 20px; }
  @media (max-width: 1024px) {
    #puzzle {
      touch-action: none; } }
  @media (max-width: 575px) {
    #puzzle {
      padding: 10px; } }
