@-webkit-keyframes pulsate {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@-webkit-keyframes animation-slide-in-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes animation-slide-in-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes animation-slide-in-down {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes animation-slide-in-down {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
header#masthead {
  z-index: 202;
}
#overlay-menu-container {
  z-index: 201;
}
.default-banner .container {
  z-index: 3;
}
header.et-l--header .main-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
header.et-l--header .main-header > .et_pb_row {
  padding: 15px 0 !important;
}
header.et-l--header .main-header > .et_pb_row.et_pb_row_0_tb_header {
  padding: 0;
}
header.et-l--header .main-header.et_pb_sticky--top {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
header.et-l--header .main-header.et_pb_sticky--top .header-right {
  width: 100%;
}
header.et-l--header .main-header.et_pb_sticky--top .header-right nav ul li {
  margin: 0 25px;
}
header.et-l--header
  .main-header.et_pb_sticky--top
  .header-right
  .et_pb_menu_0_tb_header {
  padding-top: 0;
}
header.et-l--header .main-header .logo {
  flex: 0 0 100px;
  margin: 0 !important;
  padding-right: 20px;
  transition: all 0.4s ease;
  width: 100px !important;
}
header.et-l--header .main-header .logo .et_pb_image {
  width: 100%;
}
header.et-l--header .main-header .logo .et_pb_image a:focus {
  outline: 1px dotted;
}
header.et-l--header .main-header .logo .et_pb_image a img {
  max-width: 100%;
}
header.et-l--header .main-header .header-right {
  flex: 0 0 calc(100% - 100px);
  justify-content: flex-end;
  width: calc(100% - 100px) !important;
}
header.et-l--header .main-header .header-right .et_pb_menu {
  background-color: transparent !important;
}
header.et-l--header .main-header .header-right .et_pb_menu__wrap {
  justify-content: flex-end;
}
header.et-l--header .main-header .header-right .et_pb_menu_0_tb_header {
  padding-top: 0;
  transition: all 0.4s ease;
}
header.et-l--header .main-header .header-right nav ul {
  align-items: center;
}
header.et-l--header .main-header .header-right nav ul li {
  border-radius: 10px 10px 0 0;
  margin: 0 5px;
  padding: 0;
  transition: all 0.4s ease;
}
header.et-l--header
  .main-header
  .header-right
  nav
  ul
  li.menu-item-has-children
  > a:first-child {
  padding: 12px 17px 12px 5px;
}
header.et-l--header
  .main-header
  .header-right
  nav
  ul
  li.menu-item-has-children
  > a:first-child:after {
  color: #a8a8a8;
  font-size: 20px;
  right: -1px;
  top: 9px;
}
header.et-l--header .main-header .header-right nav ul li.button-link {
  margin-right: 15px;
}
header.et-l--header .main-header .header-right nav ul li.button-link a {
  background: #064190;
  border-radius: 21px;
  color: #fff !important;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 34px;
}
header.et-l--header .main-header .header-right nav ul li.button-link a:focus,
header.et-l--header .main-header .header-right nav ul li.button-link a:hover {
  background: #1b7345;
  color: #fff !important;
}
header.et-l--header .main-header .header-right nav ul li.button-link a:focus {
  outline: 1px dotted;
}
header.et-l--header .main-header .header-right nav ul li a {
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 12px 5px;
  position: relative;
  z-index: 1;
}
header.et-l--header .main-header .header-right nav ul li a:focus,
header.et-l--header .main-header .header-right nav ul li a:hover {
  opacity: 1;
}
header.et-l--header .main-header .header-right nav ul li a:focus {
  outline: 1px dotted;
}
header.et-l--header .main-header .header-right nav ul li:hover a {
  background: #ecf1fa;
  color: #0d0d00 !important;
  opacity: 1;
}
header.et-l--header .main-header .header-right nav ul li .sub-menu {
  background: #ecf1fa !important;
  border: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  margin-top: -5px;
  min-width: 200px;
  padding: 10px 20px 7px !important;
  z-index: 0;
}
header.et-l--header .main-header .header-right nav ul li .sub-menu li {
  background: transparent;
  margin: 0 0 10px;
}
header.et-l--header .main-header .header-right nav ul li .sub-menu li a {
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
}
header.et-l--header .main-header .header-right nav ul li .sub-menu li a:focus,
header.et-l--header .main-header .header-right nav ul li .sub-menu li a:hover {
  background: transparent;
  color: #064190 !important;
}
header.et-l--header .main-header .header-right .et_mobile_nav_menu {
  margin-right: 0;
}
header.et-l--header
  .main-header
  .header-right
  .et_mobile_nav_menu
  .mobile_nav
  .mobile_menu_bar {
  height: 24px;
  transition: all 0.4s ease;
  width: 33px;
}
header.et-l--header
  .main-header
  .header-right
  .et_mobile_nav_menu
  .mobile_nav
  .mobile_menu_bar:before {
  left: -8px;
  top: -8px;
}
header.et-l--header
  .main-header
  .header-right
  .et_mobile_nav_menu
  .mobile_nav
  .et_mobile_menu {
  border: 0;
  height: 100vh;
  padding: 80px 30px 50px;
  position: fixed;
  top: 0;
  width: 100vw;
}
header.et-l--header
  .main-header
  .header-right
  .et_mobile_nav_menu
  .mobile_nav
  .et_mobile_menu
  li
  a {
  border-bottom: 1px solid #064190;
  padding: 15px 0;
}
header.et-l--header
  .main-header
  .header-right
  .et_mobile_nav_menu
  .mobile_nav
  .et_mobile_menu
  li.menu-item-has-children
  > a {
  background: none;
  border: 0;
  font-weight: 500;
  padding-bottom: 10px;
}
header.et-l--header
  .main-header
  .header-right
  .et_mobile_nav_menu
  .mobile_nav
  .et_mobile_menu
  li
  .sub-menu {
  border-bottom: 1px solid #064190;
  padding: 0 0 10px;
}
header.et-l--header
  .main-header
  .header-right
  .et_mobile_nav_menu
  .mobile_nav
  .et_mobile_menu
  li
  .sub-menu
  li {
  padding: 0;
}
header.et-l--header
  .main-header
  .header-right
  .et_mobile_nav_menu
  .mobile_nav
  .et_mobile_menu
  li
  .sub-menu
  li
  a {
  border: 0;
  font-size: 1.1rem;
  padding: 5px 15px;
}
header.et-l--header
  .main-header
  .header-right
  .et_mobile_nav_menu
  .mobile_nav.opened
  .mobile_menu_bar {
  z-index: 10000;
}
header.et-l--header
  .main-header
  .header-right
  .et_mobile_nav_menu
  .mobile_nav.opened
  .mobile_menu_bar:before {
  content: "M";
}
header.et-l--header .main-header .header-right .et_pb_menu__search-button {
  font-weight: 700;
  margin: 0 5px;
  position: relative;
  transform: rotate(-90deg);
  transition: all 0.4s ease;
}
header.et-l--header
  .main-header
  .header-right
  .et_pb_menu__search-button:focus {
  outline: 1px dotted;
}
.footer .footer-menus .et_pb_column {
  margin-bottom: 0;
}
.footer .footer-menus .et_pb_column:last-child {
  margin-bottom: 14px;
}
.footer .footer-menus .et_pb_menu__menu {
  display: flex;
  width: 100%;
}
.footer .footer-menus .et_pb_menu__menu ul li a {
  padding-right: 0;
}
.footer .footer-menus .et_pb_menu__menu ul li a:after {
  display: none;
}
.footer .footer-menus .et_pb_menu__menu ul li a:focus {
  opacity: 0.7;
  outline: 1px dotted;
}
.footer .footer-menus .et_mobile_nav_menu,
.footer .footer-menus .et_pb_menu__menu ul li .sub-menu {
  display: none;
}
.footer .footer-menus .footer-right-menu .et_pb_menu__wrap {
  justify-content: flex-start;
}
.footer .newsletter-block .gform_wrapper form {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .newsletter-block .gform_wrapper form .gform_body {
  text-align: center;
  width: 100%;
}
.footer .newsletter-block .gform_wrapper form .gform_body .gfield_label {
  color: #fff;
}
.footer
  .newsletter-block
  .gform_wrapper
  form
  .gform_body
  .gfield_label
  .gfield_required {
  display: none;
}
.footer
  .newsletter-block
  .gform_wrapper
  form
  .gform_body
  .ginput_container
  input {
  border-radius: 24px;
}
.footer .newsletter-block .gform_wrapper form .gform_footer {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  width: 100%;
}
.footer .newsletter-block .gform_wrapper form .gform_footer input {
  background: #07b8e2;
  margin: 0 !important;
  width: 100%;
}
.footer .newsletter-block .gform_wrapper form .gform_footer input:focus,
.footer .newsletter-block .gform_wrapper form .gform_footer input:hover {
  background: #1b7345;
}
body:not(.et_right_sidebar):not(.et_left_sidebar) .container:before {
  display: none;
}
body:not(.et_right_sidebar):not(.et_left_sidebar) #left-area {
  width: 100%;
}
.animated-banner {
  overflow: hidden;
  position: relative;
}
.animated-banner svg {
  display: block;
  height: auto;
  width: 100%;
}
.animated-banner .banner-copy {
  left: 5%;
  position: absolute;
  text-align: center;
  top: 6%;
  width: 90%;
  z-index: 2;
}
.animated-banner .banner-copy h1.banner-title {
  color: #064190;
  font-size: 42px;
  font-weight: 300;
}
.animated-banner .banner-copy .banner-description {
  color: #1b7345;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  padding-top: 14px;
}
.animated-banner#animated-banner-scene1 {
  padding-top: 180px;
}
.animated-banner#animated-banner-scene1 svg {
  margin-left: -19%;
  width: 130%;
}
.animated-banner#animated-banner-scene1 #night-overlay {
  zoom: 1;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00173a, transparent);
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr="#00173a",endColorstr="rgba(0, 0, 0, 0)");
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.animated-banner#animated-banner-scene1 .sun,
.animated-banner#animated-banner-scene1 .sun-flare {
  transform-origin: 61.205px 61.205px;
}
.animated-banner#animated-banner-scene1 .sun-flare {
  opacity: 0.5;
}
.animated-banner#animated-banner-scene1 .windmill-blade-1 {
  transform-origin: 24px 28px;
}
.animated-banner#animated-banner-scene1 .windmill-blade-2 {
  transform-origin: 34.5px 39.5px;
}
.animated-banner#animated-banner-scene1 .windmill-blade-3 {
  transform-origin: 28px 32px;
}
.animated-banner#animated-banner-scene1 .windmill-blade-4 {
  transform-origin: 31px 36px;
}
.animated-banner#animated-banner-scene1 .windmill-blade-5 {
  transform-origin: 22.5px 26px;
}
.animated-banner#animated-banner-scene2 svg {
  margin-left: -15%;
  width: 130%;
}
.animated-banner#animated-banner-scene2 .windmill-blade-1 {
  transform-origin: 19.5px 22.5px;
}
.animated-banner#animated-banner-scene2 .windmill-blade-2 {
  transform-origin: 28px 32px;
}
.animated-banner#animated-banner-scene2 .windmill-blade-3 {
  transform-origin: 22.7px 25.5px;
}
.animated-banner#animated-banner-scene3 svg {
  margin-left: -20%;
  width: 140%;
}
.animated-banner#animated-banner-scene3 .windmill-blade-1 {
  transform-origin: 20px 23px;
}
.animated-banner#animated-banner-scene3 .windmill-blade-2 {
  transform-origin: 28px 33px;
}
.animated-banner#animated-banner-scene3 .windmill-blade-3 {
  transform-origin: 23px 26.5px;
}
.gform_wrapper form .gform_body .gfield_html_formatted {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.gform_wrapper form .gform_body .gfield_html_formatted,
.gform_wrapper form .gform_body .gfield_label {
  color: #0d0d00;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}
.gform_wrapper form .gform_body .ginput_container input {
  color: #0d0d00 !important;
  font-family: Roboto, sans-serif;
  font-size: 1rem !important;
  height: 38px !important;
  line-height: 1 !important;
  padding: 5px 15px !important;
}
.gform_wrapper form .gform_footer input {
  background: #064190;
  border: 0;
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 7px 34px;
  transition: all 0.4s ease;
}
.gform_wrapper form .gform_footer input:hover {
  background: #1b7345;
}
.webinar-newsletter {
  border-radius: 23px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  padding: 20px 25px 36px;
}
.webinar-newsletter h3 {
  color: #0d0d00 !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
}
.webinar-newsletter form {
  display: flex;
  flex-direction: column;
}
.webinar-newsletter form .gform-body {
  flex-grow: 1;
  padding-right: 20px;
}
.webinar-newsletter form .gform_footer {
  margin: 15px 0 0 !important;
  padding: 0 !important;
}
.webinar-newsletter form .gform_footer input {
  margin: 0 0 4px !important;
}
.wpem-form-wrapper .chosen-container .chosen-single {
  padding: 0;
}
.wpem-form-wrapper .chosen-container .chosen-single div {
  height: 14px;
  right: 3px;
  top: 2px;
  width: 14px;
}
.wpem-form-wrapper .chosen-container .chosen-single div b {
  background: url(../svg/triangle.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}
.event_filters .ui-button,
.wpem-events-filter .ui-button {
  border: 1px solid #a8a8a8 !important;
  border-radius: 24px !important;
  color: #3e3e3e !important;
  cursor: pointer;
  font-size: 1rem !important;
  height: 49px !important;
  line-height: 1.1 !important;
  padding: 0 15px !important;
}
.event_filters .ui-button .ui-icon-triangle-1-s,
.wpem-events-filter .ui-button .ui-icon-triangle-1-s {
  background: url(../svg/triangle.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  float: right;
  /*Removed after EM upgrade to Version 3.1.34*/
  /*margin-top: 1px;*/
  /*Added line 672 after EM upgrade to Version 3.1.34*/
  margin-right: .6rem;
}

.event_filters .chosen-container,
.wpem-events-filter .chosen-container {
  border: 1px solid #a8a8a8 !important;
  border-radius: 24px !important;
  color: #3e3e3e !important;
  font-size: 1rem !important;
  height: 49px !important;
  line-height: 1.1 !important;
  padding: 15px !important;
}
.event_filters .chosen-container span,
.wpem-events-filter .chosen-container span {
  line-height: 1.2;
}
#event-listing-view .wpem-event-box-col {
  border-top: 1px solid #a8a8a8;
}
#event-listing-view .wpem-event-box-col:last-child {
  border-bottom: 1px solid #a8a8a8;
}
#event-listing-view .wpem-event-box-col .wpem-event-layout-wrapper {
  border: 0;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing {
  border: 0;
  padding: 20px 0;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing.event_featured {
  background-color: transparent;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url {
  flex-direction: column;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-banner {
  display: flex;
  padding-bottom: 20px;
  padding-right: 0;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-banner
  .wpem-event-banner-img {
  background: none;
  height: 60px;
  padding-right: 15px;
  width: 75px;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-date {
  display: inline-block;
  position: static;
  width: 120px;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-date
  .wpem-event-date-type {
  display: flex;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-date
  .wpem-event-date-type
  .wpem-from-date {
  width: auto;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-date
  .wpem-event-date-type
  .wpem-from-date
  .wpem-date {
  color: #3e3e3e;
  font-size: 2.125rem;
  line-height: 1.1;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-date
  .wpem-event-date-type
  .wpem-from-date
  .wpem-month {
  color: #3e3e3e;
  font-size: 1.25rem;
  line-height: 1.1;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-date
  .wpem-event-date-type
  .wpem-to-date {
  float: left;
  padding-left: 13px;
  padding-top: 3px;
  position: relative;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-date
  .wpem-event-date-type
  .wpem-to-date
  .wpem-date-separator {
  color: #3e3e3e;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(0);
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-date
  .wpem-event-date-type
  .wpem-to-date
  .wpem-date {
  color: #3e3e3e;
  font-size: 1.25rem;
  line-height: 1.1;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-date
  .wpem-event-date-type
  .wpem-to-date
  .wpem-month {
  color: #3e3e3e;
  font-size: 0.625rem;
  line-height: 1.1;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation {
  display: flex;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-date {
  display: none;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details {
  padding-left: 0;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-title {
  margin: 0;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-title
  .wpem-heading-text {
  color: #3e3e3e;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  overflow: visible;
  padding: 0 0 18px;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-date-time {
  margin: 0;
  padding: 0 0 15px 30px;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-date-time:before {
  font-size: 20px;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-date-time
  .wpem-event-date-time-text {
  color: #3e3e3e;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-location {
  margin: 0;
  padding: 0 0 0 30px;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-location:before {
  font-size: 20px;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-location
  .wpem-event-location-text {
  color: #1b7345;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-location
  .wpem-event-location-text.online-event {
  color: #013686;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-register-label {
  margin: 20px 0 0;
}
#event-listing-view
  .wpem-event-box-col
  .wpem-event-layout-wrapper
  .event_listing
  .wpem-event-action-url
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-register-label
  span {
  background-color: #1b7345;
}
.event_listing .wpem-event-details .divi-child-important-event-details {
  margin: 20px 0 0;
}
.event_listing
  .wpem-event-details
  .divi-child-important-event-details
  .item-label {
  font-weight: 700;
  padding: 0 5px 0 0;
}
.event_listing .wpem-event-share-lists .wpem-social-icon.wpem-web-email a {
  background-color: #3e3e3e;
}
.event_listing .wpem-event-share-lists .wpem-social-icon a:before {
  background-color: #fff;
  background-position: 50%;
  background-size: 17px;
  content: "";
  height: 35px;
  left: 0;
  mask-image: url(../svg/envelope-icon.svg);
  -webkit-mask-image: url(../svg/envelope-icon.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 17px;
  position: absolute;
  top: 0;
  width: 35px;
}
.event_listing
  .wpem-single-event-sidebar-info
  .wpem-icon-text-button:not(.divi-child) {
  display: none !important;
}
.wpem-dashboard-main-content
  .wpem-dashboard-main-header
  a.wpem-dashboard-header-btn:not(.wpem-dashboard-event-filter) {
  display: none !important;
  pointer-events: none;
}
.wpem-dashboard-main-content
  .wpem-dashboard-event-list-wrapper
  .wpem-dboard-event-action
  .wpem-dboard-event-act-btn {
  display: none !important;
}
.wpem-dashboard-main-content
  .wpem-dashboard-event-list-wrapper
  .wpem-dboard-event-action
  .wpem-dboard-event-act-btn:first-child {
  display: block !important;
}
.wpem-dashboard-main-content
  .wpem-dashboard-event-list-wrapper
  .wpem-dboard-event-action
  .wpem-dboard-event-act-btn
  a.event-dashboard-action-delete,
.wpem-dashboard-main-content
  .wpem-dashboard-event-list-wrapper
  .wpem-dboard-event-action
  .wpem-dboard-event-act-btn
  a.event-dashboard-action-duplicate,
.wpem-dashboard-main-content
  .wpem-dashboard-event-list-wrapper
  .wpem-dboard-event-action
  .wpem-dboard-event-act-btn
  a.event-dashboard-action-edit,
.wpem-dashboard-main-content
  .wpem-dashboard-event-list-wrapper
  .wpem-dboard-event-action
  .wpem-dboard-event-act-btn
  a.event-dashboard-action-mark_cancelled {
  display: none !important;
  pointer-events: none;
}
.wpem-event-registrations-list-wrapper
  .wpem-event-regi-list-body
  .wpem-event-regi-list.checked-in {
  background-color: #ecf1fa;
}
.wpem-event-registrations-list-wrapper
  .wpem-event-regi-list-body
  .wpem-event-regi-list.checked-in
  a {
  color: #3e3e3e !important;
}
.wpem-event-registrations-list-wrapper
  .wpem-event-regi-list-body
  .wpem-event-regi-list-footer
  .wpem-event-regi-footer-action-bar
  .wpem-actions-wrapper
  .actions
  .action-btn:not(.content) {
  display: none;
}
.wpem-event-registrations-list-wrapper
  .wpem-event-regi-list-body
  .wpem-event-regi-list-footer
  .wpem-event-regi-footer-action-bar
  .wpem-actions-wrapper
  .actions
  .action-btn:not(.content)
  a {
  pointer-events: none;
}
.wrapper {
  margin: 0 auto;
  max-width: 1304px;
  width: 80%;
}
.h2olistic-section {
  width: 100%;
}
.h2olistic-section h3 {
  color: #013686;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 25px;
}
.h2olistic-section p,
.h2olistic-section ul {
  color: #0d0d00;
  font-size: 0.875rem;
  font-weight: 400;
}
.h2olistic-section ul {
  list-style: disc;
  margin-left: 25px;
  padding-left: 15px;
  padding-top: 30px;
}
.h2olistic-section ul li {
  line-height: 1.3em;
  padding: 0 0 10px;
}
.h2olistic-section.bottom-section ul {
  margin-left: 0;
  padding-top: 10px;
}
.h2olistic-section .left {
  display: inline-block;
  padding-left: 30px;
  width: 100%;
}
.h2olistic-section .right {
  float: right;
  padding-left: 30px;
  width: 100%;
}
.h2olistic-section .seperator {
  display: block;
  height: auto;
  margin-bottom: -2px;
  max-width: none;
  transform: translateX(-12%);
  width: auto;
}
.h2olistic-section .image-left {
  float: left;
  margin-left: -10vw;
  width: 100vw;
}
.h2olistic-section .image-left img {
  float: right;
}
.top-section {
  margin-top: -1px;
  overflow: hidden;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.top-section .image-left {
  background-image: linear-gradient(180deg, #c0eaf4 10%, #6ad4ee);
}
.top-section .image-left img.desktop-image,
.top-section .image-left.desktop-only {
  display: none;
}
.top-section .image-left img.mobile-image,
.top-section .image-left img.mobile-sep {
  display: block;
}
.top-section .image-left img.mobile-sep {
  margin-bottom: -1px;
  margin-top: -20px;
  max-width: none;
  transform: translateX(0);
  width: 100%;
}
.top-section .right {
  padding-bottom: 20px;
  padding-top: 20px;
}
.top-section .seperator {
  bottom: 0;
  display: none;
  left: 0;
  margin-top: 0;
  position: absolute;
  width: 100%;
}
.green-section {
  padding-top: 30px;
}
.green-section .seperator {
  transform: translateX(-47%);
}
.green-section .seperator.last {
  margin-top: 30px;
}
.green-section .right {
  padding-left: 0;
}
.green-section .left a {
  color: #000;
  text-decoration: underline;
}
.green-section .left a:focus,
.green-section .left a:hover {
  color: #013686;
}
.green-section .events-widget {
  margin-top: 30px;
  text-align: center;
}
.green-section .events-widget > h3 {
  padding-left: 30px;
  text-align: left;
}
.green-section .events-widget > a {
  background: #064190;
  border-radius: 21px;
  color: #fff !important;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  word-break: break-word;
}
.green-section .events-widget > a:focus,
.green-section .events-widget > a:hover {
  background: #1b7345;
  color: #fff !important;
}
.green-section .events-widget .events {
  background-color: #fff;
  border-radius: 23px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  margin-left: -10vw;
  padding: 20px 40px 20px calc(10vw + 10px);
  text-align: left;
  width: 100vw;
}
.green-section .events-widget .events .events-inner {
  max-height: 470px;
  overflow: auto;
}
.green-section .events-widget .events .events-inner .event {
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.green-section .events-widget .events .events-inner .event:last-child {
  border: 0;
  padding-bottom: 0;
}
.green-section .events-widget .events .events-inner .event h3 {
  color: #3e3e3e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 5px;
}
.green-section .events-widget .events .events-inner .event h3 a {
  transition: all 0.3s ease-in-out;
}
.green-section .events-widget .events .events-inner .event h3 a:focus,
.green-section .events-widget .events .events-inner .event h3 a:hover {
  color: #013686;
}
.green-section .events-widget .events .events-inner .event .event-time {
  color: #3e3e3e;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 5px;
  padding-left: 43px;
  padding-top: 3px;
  position: relative;
}
.green-section .events-widget .events .events-inner .event .event-time:before {
  color: #707070;
  content: "\e94e";
  font-family: wp-event-manager;
  font-size: 25px;
  left: 1px;
  position: absolute;
  top: 0;
}
.green-section .events-widget .events .events-inner .event .event-location {
  color: #1b7345;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 43px;
  padding-top: 3px;
  position: relative;
}
.green-section
  .events-widget
  .events
  .events-inner
  .event
  .event-location:before {
  color: #707070;
  content: "\e947";
  font-family: wp-event-manager;
  font-size: 25px;
  left: 0;
  position: absolute;
  top: 0;
}
.blue-section-1 {
  background-image: linear-gradient(180deg, #8be5fc, #daf4fb 60%);
}
.blue-section-1 .right,
.blue-section-1 .seperator {
  display: none;
}
.blue-section-2 {
  background-image: linear-gradient(180deg, #8be5fc 40%, #daf4fb);
}
.blue-section-2 .left {
  padding: 50px 0 50px 30px;
}
.blue-section-2 .seperator {
  margin-top: 400px;
}
.bottom-section {
  overflow: hidden;
  padding: 50px 0;
}
.bottom-section h4 {
  color: #013686;
  font-size: 1.8rem;
  font-weight: 300;
  padding-bottom: 23px;
}
.bottom-section .left {
  display: inline-block;
  width: 100%;
}
.bottom-section .left .bio {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  width: 100%;
}
.bottom-section .left .bio .image {
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 184px;
}
.bottom-section .left .bio .image img {
  display: block;
  width: 100%;
}
.bottom-section .left .bio .bio-text {
  display: inline-block;
  padding-top: 25px;
  width: 100%;
}
.bottom-section .left .bio .bio-text .name {
  color: #013686;
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 5px;
}
.bottom-section .left .bio .bio-text .email,
.bottom-section .left .bio .bio-text .number,
.bottom-section .left .bio .bio-text .title {
  color: #0d0d00;
  font-size: 0.875rem;
  font-weight: 400;
  padding-bottom: 5px;
}
.bottom-section .left .bio .bio-text .email a,
.bottom-section .left .bio .bio-text .number a,
.bottom-section .left .bio .bio-text .title a {
  color: #0d0d00;
}
.bottom-section .left .bio .bio-text .email a {
  color: #013686;
  transition: all 0.2s;
}
.bottom-section .left .bio .bio-text .email a:visited {
  color: #013686;
}
.bottom-section .left .bio .bio-text .email a:focus,
.bottom-section .left .bio .bio-text .email a:hover {
  color: #1b7345;
}
.bottom-section .right p {
  color: #013686;
  font-size: 0.875rem;
  line-height: 1.7;
}
.bottom-section .right img {
  margin-left: -10vw;
  margin-top: 40px;
  max-width: 100vw;
  width: 100vw;
}
.h2olistic-sections {
  overflow-x: clip;
  position: relative;
}
.h2olistic-sections #water-animation-elements {
  align-items: center;
  flex-direction: column;
  height: calc(100% - 100px);
  left: 9%;
  margin-top: -15%;
  pointer-events: none;
  position: absolute;
  width: 80%;
  z-index: 2;
}
.h2olistic-sections #water-animation-elements #water-glass {
  align-items: flex-end;
  display: flex;
}
.h2olistic-sections #water-animation-elements #water-glass img {
  margin-left: calc(-10vw - 230px);
  margin-top: 80px;
  max-width: 601px;
  width: 601px;
}
.h2olistic-sections #water-animation-elements #water-pipe {
  background-color: #fff;
  height: 87%;
  position: relative;
  width: 8px;
}
.h2olistic-sections #water-animation-elements #water-pipe #water-in-pipe {
  padding-left: 0;
  position: relative;
  transition: all 0.3s;
}
.h2olistic-sections
  #water-animation-elements
  #water-pipe
  #water-in-pipe.pinned {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
}
.h2olistic-sections #water-animation-elements #water-pipe #water-in-pipe.done {
  display: none;
}
.h2olistic-sections #water-animation-elements #water-pipe #water-drop {
  zoom: 1;
  filter: alpha(opacity=0);
  left: calc(50% - 18px);
  max-width: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scale(0);
  width: 24px;
}
.h2olistic-sections #water-animation-elements #water-pipe #water-drop.visible {
  opacity: 1;
}
.h2olistic-sections #water-animation-elements #water-pipe #water-drop.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  to {
    opacity: 0;
    transform: translate(-50%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  to {
    opacity: 0;
    transform: translate(-50%);
  }
}
.counter {
  margin: 35px auto 0;
  max-width: 298px;
  width: 90%;
}
.counter .counter-top {
  display: flex;
}
.counter .counter-top .over-text {
  width: 35px;
}
.counter .counter-top .over-text div {
  bottom: -48px;
  color: #013686;
  font-size: 1.4rem;
  font-weight: 700;
  left: -5px;
  position: relative;
  text-transform: uppercase;
  transform: rotate(270deg);
}
.counter .counter-top .number {
  color: #1b7345;
  font-size: 5.45rem;
  font-weight: 300;
  line-height: 1;
}
.counter .counter-top .top-image {
  flex: none;
  margin-left: 15px;
  padding-top: 20px;
  width: 116px;
}
.counter .counter-bottom {
  align-items: center;
  display: flex;
}
.counter .counter-bottom.version2 {
  padding-top: 4px;
}
.counter .counter-bottom.version2 p {
  font-size: 1.04rem;
}
.counter .counter-bottom p {
  color: #013686;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.counter .counter-bottom .bottom-image {
  flex: none;
  margin-left: 5px;
  width: 50px;
}
.counter .counter-bottom .bottom-image img {
  display: block;
}
#main-content input[type="text"] {
  border: 1px solid #a8a8a8 !important;
  border-radius: 24px !important;
  color: #3e3e3e !important;
  font-size: 1rem;
  height: 51px !important;
  line-height: 1.1 !important;
  padding: 16px 15px !important;
}
#main-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../svg/triangle.svg);
  background-position: calc(100% - 16px);
  background-repeat: no-repeat;
  border: 1px solid #a8a8a8;
  border-radius: 24px;
  color: #3e3e3e;
  font-size: 1rem;
  height: 51px;
  line-height: 1.1;
  max-width: 100%;
  padding: 0 40px 0 15px;
}
#main-content select:before {
  content: "dheeraj";
}
.animation-fastest-duration {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
@media (min-width: 768px) {
  header.et-l--header .main-header .header-right nav ul li a {
    font-size: 0.9rem;
  }
  .footer .footer-menus .et_pb_column:last-child {
    margin-bottom: 0;
  }
  .footer .newsletter-block .gform_wrapper form {
    align-items: flex-start;
    flex-direction: row;
  }
  .footer .newsletter-block .gform_wrapper form .gform_body {
    text-align: left;
    width: calc(100% - 170px);
  }
  .footer .newsletter-block .gform_wrapper form .gform_footer {
    margin: 0 !important;
    width: auto;
  }
  .footer .newsletter-block .gform_wrapper form .gform_footer input {
    width: auto;
  }
  .animated-banner .banner-copy {
    top: 8%;
  }
  .animated-banner#animated-banner-scene1 svg {
    margin-left: 0;
    width: 100%;
  }
  .animated-banner#animated-banner-scene1 {
    padding-top: 60px;
  }
  .animated-banner#animated-banner-scene2 svg,
  .animated-banner#animated-banner-scene3 svg {
    margin-left: 0;
    width: 100%;
  }
  .webinar-newsletter h3 {
    font-size: 1.5rem;
  }
  .webinar-newsletter form {
    flex-direction: row;
  }
  .webinar-newsletter form .gform_footer {
    margin: 7px 0 0 !important;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing {
    padding: 40px 0;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url {
    flex-direction: row;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-banner {
    display: inline-block;
    padding-bottom: 0;
    padding-right: 20px;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-banner
    .wpem-event-banner-img {
    height: 80px;
    padding-right: 0;
    width: 80px;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-banner
    .wpem-event-date {
    display: none;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-date
    .wpem-event-date-type
    .wpem-from-date
    .wpem-date {
    font-size: 3.125rem;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-infomation {
    float: left;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-infomation
    .wpem-event-date {
    display: inline-block;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-infomation
    .wpem-event-details {
    padding-left: 15px;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-infomation
    .wpem-event-details
    .wpem-event-title
    .wpem-heading-text {
    font-size: 1.5rem;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-infomation
    .wpem-event-details
    .wpem-event-date-time {
    padding: 0 0 15px 43px;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-infomation
    .wpem-event-details
    .wpem-event-date-time:before {
    font-size: 25px;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-infomation
    .wpem-event-details
    .wpem-event-date-time
    .wpem-event-date-time-text {
    font-size: 1rem;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-infomation
    .wpem-event-details
    .wpem-event-location {
    padding: 0 0 0 43px;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-infomation
    .wpem-event-details
    .wpem-event-location:before {
    font-size: 25px;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-infomation
    .wpem-event-details
    .wpem-event-location
    .wpem-event-location-text {
    font-size: 1rem;
  }
  .top-section .image-left img.mobile-sep {
    margin-top: -28px;
    transform: translateX(0);
  }
  .green-section .events-widget {
    padding-left: 30px;
    text-align: left;
  }
  .green-section .events-widget > h3 {
    padding-left: 0;
  }
  .green-section .events-widget .events {
    margin-left: 0;
    padding: 20px 40px;
    width: 100%;
  }
  .blue-section-1 .image-left {
    margin-left: 0;
    width: 100%;
  }
  .bottom-section .left .bio {
    align-items: center;
    flex-direction: row;
  }
  .bottom-section .left .bio .image {
    margin-right: 40px;
  }
  .bottom-section .right img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    max-width: 100%;
    width: auto;
  }
  .h2olistic-sections #water-animation-elements {
    left: 9%;
    margin-top: -16.5%;
  }
  .h2olistic-sections #water-animation-elements #water-glass img {
    margin-left: calc(-10vw - 200px);
    margin-top: 100px;
  }
}
@media (min-width: 981px) {
  header.et-l--header .main-header {
    align-items: flex-end;
  }
  header.et-l--header .main-header .header-right .et_pb_menu_0_tb_header {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  header.et-l--header .main-header > .et_pb_row {
    padding: 20px 0 !important;
  }
  header.et-l--header .main-header.et_pb_sticky--top .header-right nav ul li {
    margin: 0 5px;
  }
  header.et-l--header .main-header .logo {
    flex: 0 0 130px;
    width: 130px !important;
  }
  header.et-l--header .main-header .header-right {
    flex: 0 0 calc(100% - 130px);
    width: calc(100% - 130px) !important;
  }
  header.et-l--header .main-header .header-right nav ul li.button-link {
    margin-right: 5px;
  }
  header.et-l--header .main-header .header-right nav ul li.button-link a {
    padding: 5px 15px;
  }
  header.et-l--header .main-header .header-right nav ul li a {
    font-size: 1rem;
  }
  header.et-l--header .main-header .header-right .et_pb_menu__search-button {
    margin: 0 0 0 10px;
  }
  .footer .footer-menus .et_pb_menu__menu {
    width: auto;
  }
  .footer .footer-menus .footer-right-menu .et_pb_menu__wrap {
    justify-content: flex-end;
  }
  .animated-banner .banner-copy h1.banner-title {
    font-size: 56px;
  }
  .animated-banner .banner-copy .banner-description {
    font-size: 27px;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-banner
    .wpem-event-banner-img {
    height: 106px;
    width: 106px;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-date
    .wpem-event-date-type {
    display: inline-block;
  }
  #event-listing-view
    .wpem-event-box-col
    .wpem-event-layout-wrapper
    .event_listing
    .wpem-event-action-url
    .wpem-event-date
    .wpem-event-date-type
    .wpem-to-date
    .wpem-date-separator {
    top: 50%;
    transform: translateY(-50%);
  }
  .h2olistic-section h3 {
    font-size: 1.75rem;
  }
  .h2olistic-section p {
    font-size: 1rem;
  }
  .h2olistic-section ul {
    font-size: 1rem;
    margin-left: 40px;
  }
  .h2olistic-section.bottom-section ul {
    margin-left: 6px;
  }
  .h2olistic-section .left {
    padding-left: 0;
    width: 35%;
  }
  .h2olistic-section .right {
    padding-left: 0;
    width: 40%;
  }
  .h2olistic-section .seperator {
    max-width: 100%;
    transform: translateX(0);
    width: 100%;
  }
  .h2olistic-section .image-left {
    margin-left: 0;
    width: 50%;
  }
  .top-section {
    background-image: linear-gradient(180deg, #fff 10%, #8be5fc);
    margin-top: 0;
    padding-top: 55px;
  }
  .top-section.mobile-only {
    display: none;
  }
  .top-section .wrapper {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
  .top-section .image-left {
    background-image: none;
    margin-left: -20%;
    width: 70%;
  }
  .top-section .image-left img.desktop-image,
  .top-section .image-left.desktop-only {
    display: block;
  }
  .top-section .image-left img.mobile-image,
  .top-section .image-left img.mobile-sep {
    display: none;
  }
  .top-section .right {
    padding-bottom: 120px;
    padding-top: 0;
  }
  .top-section .seperator {
    display: block;
  }
  .green-section {
    background-image: linear-gradient(180deg, #c2e7c1 60%, #eff9ef);
    padding-top: 100px;
  }
  .green-section .seperator {
    transform: translateX(0);
  }
  .green-section .seperator.last {
    margin-top: 80px;
  }
  .green-section .events-widget {
    margin-top: 0;
    padding-left: 0;
  }
  .blue-section-1 .right {
    display: block;
    padding: 150px 0;
  }
  .blue-section-1 .seperator {
    display: block;
  }
  .blue-section-1 .image-left {
    margin-left: 0;
    width: 50%;
  }
  .blue-section-2 {
    background-image: linear-gradient(180deg, #daf4fb 40%, #8be5fc);
  }
  .blue-section-2 .left {
    padding: 70px 0 140px;
  }
  .blue-section-2 .seperator {
    margin-top: 0;
  }
  .bottom-section {
    padding: 90px 0 120px;
  }
  .bottom-section h4 {
    font-size: 2.81rem;
  }
  .bottom-section .left {
    width: 50%;
  }
  .bottom-section .left .bio {
    align-items: flex-start;
    flex-direction: column;
  }
  .bottom-section .right p {
    font-size: 1.25rem;
  }
  .bottom-section .right img {
    margin-left: -21%;
    width: auto;
  }
  .h2olistic-sections #water-animation-elements {
    display: flex;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
    width: 1000px;
  }
  .h2olistic-sections #water-animation-elements #water-glass {
    height: 18%;
  }
  .h2olistic-sections #water-animation-elements #water-glass img {
    height: 100%;
    margin-left: 0;
    max-width: none;
    width: auto;
  }
  .h2olistic-sections #water-animation-elements #water-pipe {
    height: calc(82% - 100px);
    margin-bottom: 100px;
    width: 22px;
  }
  .h2olistic-sections #water-animation-elements #water-pipe #water-in-pipe {
    padding-left: 5px;
  }
  .h2olistic-sections #water-animation-elements #water-pipe #water-drop {
    width: 37px;
  }
}
@media (min-width: 1260px) {
  header.et-l--header .main-header .header-right > div {
    padding-top: 0;
  }
  header.et-l--header
    .main-header
    .header-right
    nav
    ul
    li.menu-item-has-children
    > a:first-child {
    padding: 12px 25px 12px 10px;
  }
  header.et-l--header
    .main-header
    .header-right
    nav
    ul
    li.menu-item-has-children
    > a:first-child:after {
    font-size: 25px;
    right: 1px;
    top: 7px;
  }
  header.et-l--header .main-header .header-right nav ul li.button-link {
    margin-right: 20px;
  }
  header.et-l--header .main-header .header-right nav ul li a {
    font-size: 1.1rem;
  }
  .animated-banner .banner-copy h1.banner-title {
    font-size: 70px;
  }
  .animated-banner .banner-copy .banner-description {
    font-size: 39px;
  }
  .bottom-section .left .bio {
    align-items: center;
    flex-direction: row;
  }
  .bottom-section .left .bio .image {
    width: 224px;
  }
  .bottom-section .left .bio .bio-text {
    padding-top: 0;
    width: calc(100% - 224px);
  }
  .bottom-section .left .bio .bio-text .email,
  .bottom-section .left .bio .bio-text .number,
  .bottom-section .left .bio .bio-text .title {
    font-size: 1rem;
  }
  .counter {
    margin: 74px auto 0;
    max-width: 462px;
  }
  .counter .counter-top .over-text div {
    bottom: -90px;
    font-size: 2.2rem;
  }
  .counter .counter-top .number {
    font-size: 8.05rem;
  }
  .counter .counter-top .top-image {
    width: 188px;
  }
  .counter .counter-bottom.version2 {
    padding-top: 5px;
  }
  .counter .counter-bottom p,
  .counter .counter-bottom.version2 p {
    font-size: 1.55rem;
  }
  .counter .counter-bottom .bottom-image {
    margin-left: 10px;
    width: 70px;
  }
}
@media (min-width: 1350px) {
  header.et-l--header
    .main-header
    .header-right
    nav
    ul
    li.menu-item-has-children
    > a:first-child {
    padding: 12px 30px 12px 10px;
  }
  header.et-l--header
    .main-header
    .header-right
    nav
    ul
    li.menu-item-has-children
    > a:first-child:after {
    font-size: 25px;
    right: 4px;
    top: 9px;
  }
  header.et-l--header .main-header .header-right nav ul li.button-link {
    margin-right: 30px;
  }
  header.et-l--header .main-header .header-right nav ul li.button-link a {
    padding: 5px 34px;
  }
  header.et-l--header .main-header .header-right .et_pb_menu__search-button {
    margin: 0 0 0 5px;
  }
  .counter .counter-top .number {
    font-size: 8.45rem;
  }
  .counter .counter-top .top-image {
    width: 212px;
  }
  .counter .counter-bottom.version2 {
    padding-top: 14px;
  }
  .counter .counter-bottom p,
  .counter .counter-bottom.version2 p {
    font-size: 1.6rem;
  }
  .counter .counter-bottom .bottom-image {
    margin-left: 20px;
    margin-right: 22px;
    width: 90px;
  }
}
@media (min-width: 1600px) {
  header.et-l--header .main-header .header-right nav ul li a {
    font-size: 1.2rem;
  }
  .animated-banner#animated-banner-scene1 {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  footer.et-l--footer > .et_builder_inner_content .footer,
  footer.et-l--footer > .et_builder_inner_content .footer > .et_pb_row {
    display: flex;
    flex-direction: column;
  }
  footer.et-l--footer
    > .et_builder_inner_content
    .footer
    > .et_pb_row
    > .et_pb_column {
    flex: 0 0 100%;
    margin: 0 0 20px;
    width: 100%;
  }
  footer.et-l--footer > .et_builder_inner_content .footer .mobile-order-1 {
    order: 1;
  }
  footer.et-l--footer > .et_builder_inner_content .footer .mobile-order-2 {
    order: 2;
  }
  footer.et-l--footer > .et_builder_inner_content .footer .mobile-order-3 {
    order: 3;
  }
  footer.et-l--footer > .et_builder_inner_content .footer .mobile-order-4 {
    order: 4;
  }
  .wpem-main-vmenu-dashboard-wrapper.wpem-row
    .wpem-main-vmenu-dashboard-content-wrap,
  .wpem-main-vmenu-dashboard-wrapper.wpem-row
    .wpem-main-vmenu-dashboard-nav-menu {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .wpem-main-vmenu-dashboard-wrapper.wpem-row
    .wpem-main-vmenu-dashboard-content-wrap
    .wpem-dashboard-main-content
    .wpem-dashboard-main-header
    .wpem-dashboard-main-title {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .mobile-green-section {
    background-image: linear-gradient(180deg, #c2e7c1 60%, #eff9ef);
  }
}
@media (max-width: 767px) {
  .top-section .image-left img {
    max-width: 100vw;
    width: 100vw;
  }
  .blue-section-1 .image-left img {
    margin-bottom: -30px;
    margin-top: -40px;
    max-width: 130%;
    width: 130%;
  }
}
