body.et_divi_theme {
  background-color: #F1EEED !important;
  font-size: 16px !important;
}
table th, table td {
  padding: 10px;
}
a:hover {
  color: #09BBA3;
}
#main-content .et_pb_text a, #main-content .et_pb_text .et-db #et-boc .et-l a {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
#main-content .et_pb_text a:before, #main-content .et_pb_text .et-db #et-boc .et-l a:before {
  transform-origin: left !important;
  top: -1px !important;
}
#main-content .et_pb_text a:after, #main-content .et_pb_text a:before, #main-content .et_pb_text .et-db #et-boc .et-l a:after, #main-content .et_pb_text .et-db #et-boc .et-l a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3EBFAE;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}
#main-content .et_pb_text a:hover, #main-content .et_pb_text .et-db #et-boc .et-l a:hover {
  color: #3EBFAE !important;
}
#main-content .et_pb_text a:hover:after, #main-content .et_pb_text a:hover:before, #main-content .et_pb_text .et-db #et-boc .et-l a:hover:after, #main-content .et_pb_text .et-db #et-boc .et-l a:hover:before {
  transform: scaleX(1);
}
.excerpt-more {
  display: block;
}
img.image, .image img {
  display: block;
}
body .et_overlay:before {
  color: #82C34D;
}
/*** TYPOGRAPHY ***/
#main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6 {
  padding-bottom: 0;
}
#main-content .et_pb_blurb_content .et_pb_module_header {
  padding-bottom: 0.75rem;
}
#main-content h1 {
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: -2px;
}
#main-content h2 {
  text-transform: uppercase;
  font-size: 2.25rem;
}
#main-content h3 {
  font-weight: bold !important;
  font-size: 1.5rem !important;
}
#main-content h4 {
  font-weight: bold;
  font-size: 1.25rem;
}
#main-content h5 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #4E6BB1;
}
#main-content h6 {
  font-weight: bold;
  font-size: 1rem;
  color: #4E6BB1;
}
@media (max-width: 767px) {
  #main-content h1 {
    font-size: 2.25rem;
  }
  #main-content h2 {
    font-size: 1.75rem;
  }
  #main-content h3 {
    font-size: 1.5rem !important;
  }
}
body .et-search-form, body blockquote {
  border-color: #4E6BB1;
}
body blockquote {
  font-size: 1.25rem;
}
.frame {
  padding: 2rem;
  background: #f8f6f6;
  box-shadow: inset 0 0 0 1rem #fff;
}
.image-frame {
  border: solid 1rem #fff;
}
.header__announcement__text {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .header__announcement__text {
    font-size: 18px;
  }
}
.page-heading {
  box-shadow: 0 5px 10px rgba(144, 218, 84, 0.55);
}
@media (max-width: 980px) {
  .page-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-content__main {
    width: 100%;
  }
}
#main-content .hero h1 {
  font-size: 1.5em;
}
@media (min-width: 1200px) {
  #main-content .hero h1 {
    font-size: 2.5em;
  }
}
.hero .et_pb_text {
  padding: 2rem;
  margin-bottom: 1rem !important;
}
.hero .et_pb_button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.hero__text .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero__buttons {
    position: absolute !important;
    left: 50%;
    transform: translatex(-50%);
    z-index: 100;
  }
  .hero__text {
    z-index: 100;
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .hero__buttons {
    top: 60%;
  }
}
@media (min-width: 1200px) {
  .hero .et_pb_text {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 768px) {
  .hero__image:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    width: 100%;
    height: 8%;
    background-color: rgba(149, 142, 142, 0.5);
  }
}
@media (min-width: 768px) and (min-width: 981px) {
  .hero__image:before {
    top: auto;
    bottom: 0;
  }
}
/*** BUTTONS ***/
.button {
  background-color: #90DA54;
  overflow: hidden;
  padding: 0.5rem 1.75rem !important;
  color: #222;
  font-size: 14px !important;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
.button:after {
  content: "";
  background: #32988b;
  position: absolute;
  z-index: -1;
  padding: 0.5rem 1.75rem !important;
  display: block;
  transition: all 0.35s;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
.button:hover {
  padding: 0.5rem 1.75rem !important;
  color: #fff;
}
.button:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
body.et-db #et-boc .et-l .et_pb_button:after {
  content: "";
}
body.et_button_no_icon .et_pb_button {
  background-color: #90DA54;
  overflow: hidden;
  padding: 0.5rem 1.75rem !important;
  color: #222;
  font-size: 14px !important;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
body.et_button_no_icon .et_pb_button:after {
  content: "";
  background: #32988b;
  position: absolute;
  z-index: -1;
  padding: 0.5rem 1.75rem !important;
  display: block;
  transition: all 0.35s;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
}
body.et_button_no_icon .et_pb_button:hover {
  padding: 0.5rem 1.75rem !important;
  color: #fff;
}
body.et_button_no_icon .et_pb_button:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .header-button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-button {
    margin-right: 45px;
  }
}
@media (min-width: 1200px) {
  .header-button {
    margin-left: 2rem;
  }
}
.header__col_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__col_menu .et_pb_button_module_wrapper {
  display: flex;
}
/*** FORMS ***/
body input[type="submit"] {
  background-color: #90DA54;
  border: none;
  padding: 0.75em 1.5em;
}
body input[type="submit"]:hover {
  background-color: #abe37e;
}
body input[type="text"], body input[type="password"], body input[type="tel"], body input[type="email"], body input.text, body input.title, body textarea, body select {
  background-color: #fff !important;
  border: solid 1px #aaa !important;
  padding: 1em !important;
  font-size: 16px;
}
body div.ctct-form-embed div.ctct-form-defaults {
  font-family: inherit !important;
}
body .ctct-form-embed.form_0 .ctct-form-defaults {
  background: #f8f6f6 !important;
}
body div.ctct-form-embed form.ctct-form-custom label.ctct-form-listname {
  font-weight: 400;
}
body .ctct-form-checkbox-label {
  color: #222;
}
body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  background: #90DA54;
  border: none !important;
}
body .form {
  max-width: 500px;
  padding: 2rem;
  border: solid 20px #fff;
  background: #f8f6f6;
}
body .form h2 {
  margin-bottom: 0.5rem !important;
}
.forminator-label {
  display: block;
  font-weight: bold;
}
.forminator-input, .forminator-textarea {
  border: solid 1px #d1d2d4;
  padding: 1em !important;
  width: 100%;
}
.forminator-row-last {
  text-align: center;
}
.forminator-button-submit {
  background: #90DA54;
  font-size: 18px;
  font-weight: 600;
  padding: 0.75em 1.5em !important;
  border: none;
  cursor: pointer;
}
.forminator-button-submit:hover {
  background: #abe37e;
}
.list__item:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.list__item:not(:last-child):after {
  content: "";
  display: block;
  clear: both;
  height: 8px;
  background: #eee;
  margin: 4em auto 0 auto;
  width: 80px;
}
.list, .list li {
  list-style: none;
  padding-left: 0 !important;
}
.list__title {
  font-size: 24px;
}
@media (max-width: 979px) {
  .list {
    padding-left: 20px !important;
    padding-right: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.link {
  color: var(--link);
  cursor: pointer;
}
.link:hover {
  color: #09BBA3;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.et-db #et-boc header.et-l .et_pb_column {
  margin-bottom: 0 !important;
}
body {
  padding-top: 85px;
}
.header__row {
  transition: padding 1s;
}
@media (max-width: 767px) {
  .header__row .et_pb_column:first-child {
    width: 75% !important;
  }
  .header__row .et_pb_column:last-child {
    width: 20% !important;
  }
}
/*
body.et-tb-has-header #page-container {
	padding-top:70px!important;
}


header {
	padding: 0 0!important;
	position:fixed;
	z-index:1000;
	left:0;
	top:0;
	width:100%;
	background-color:white;
	box-shadow:0 2px 24px rgba(0,0,0,.1);
	transition:padding 1s;
	
	&.fixed-header  {

		.header__row {
			padding-top:6px!important;
			padding-bottom:6px!important;
		}
		.header__logo img {
			max-height:30px!important;
		}
	}
}


.header__logo img {
	height:40px;
	max-height:40px!important;
	transition:max-height 1s;
}
*/
/**** GENERAL PAGE STYLES */
.page-content {
  max-width: 1000px;
  margin: 0 auto;
}
/*** SIDE MENU ***/
.side-menu .current-list-item > a, .side-menu .current-list-item > a:hover {
  cursor: default;
}
.side-menu__wrapper {
  position: relative;
}
.side-menu {
  padding: 0 !important;
}
.side-menu .sub-menu {
  padding: 0;
}
.side-menu li {
  line-height: 1.4;
  list-style: none;
  padding-left: 0;
}
.side-menu > li > a {
  padding: 0.5rem 1rem;
  color: #0E9B88 !important;
}
.side-menu > li li:not(.current-menu-item) a {
  border-bottom: solid 1px #dbd3d0;
}
.side-menu > li li:not(.current-menu-item) a:hover {
  background: #d7f2ee !important;
}
.side-menu a {
  display: block;
  font-weight: bold;
}
@media (min-width: 981px) {
  .side-menu ul {
    margin-top: 1rem;
  }
}
.side-menu ul a {
  color: #0E9B88;
  padding: 1rem;
}
.side-menu ul li.current-menu-item a {
  background-color: #38ac9c;
  color: #fff;
  cursor: default;
}
.page-sidebar .side-menu > li {
  display: none;
}
.page-sidebar .side-menu > li > a {
  font-size: 24px;
}
@media (min-width: 981px) {
  .page-sidebar .side-menu > li > a {
    color: #353535;
    border-bottom: solid 5px #958E8E;
  }
}
.page-sidebar .side-menu > li.current-menu-item, .page-sidebar .side-menu > li.current-menu-ancestor {
  display: block;
}
@media (max-width: 980px) {
  .side-menu__select-toggle {
    position: relative;
    background: #7c7474;
    border: solid 2px #7c7474;
    border-radius: 18px;
    padding: 5px 20px;
    cursor: pointer;
    transition: all 0.5s;
    color: #fff;
    text-transform: uppercase;
  }
  .side-menu__select-toggle:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 0;
    width: 0;
    display: inline-block;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
  }
  .side-menu {
    border: solid 2px transparent;
    border-radius: 10px;
    margin-top: 1rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .side-menu a {
    border-bottom: solid 1px #e8e3e2;
  }
  .side-menu li li a {
    padding-left: 2rem;
  }
  .side-menu__wrapper.select-open .side-menu {
    max-height: 800px;
    border-color: #c6c3c3;
    background: #fff;
  }
  .side-menu li:last-child a {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
  }
}
@media (min-width: 981px) {
  .side-menu__select-toggle {
    display: none;
  }
}
.listing-item:not(.current-list-item) a {
  border-bottom: solid 1px #dbd3d0;
}
.listing-item:not(.current-list-item) a:hover {
  background-color: #d7f2ee;
}
.listing-item.current-list-item a {
  background-color: #3EBFAE;
  color: #fff !important;
  cursor: pointer;
}
.listing-item a {
  display: block;
  padding: 0.75rem 1rem;
  font-weight: bold;
  color: #0E9B88 !important;
}
.display-posts-pagination {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}
/*** HEADER SEARCH ***/
.header__search input[type="text"] {
  background-color: #fff !important;
  padding: 0.75em 1.5em;
}
/* GOOGLE SEARCH */
form.gsc-search-box {
  max-width: 580px;
}
table.gsc-search-box {
  margin-bottom: 0 !important;
}
.entry-content table:not(.variations) {
  border: none !important;
  margin-bottom: 0 !important;
}
.wgs_wrapper td.gsib_a {
  padding: 4px 8px;
}
.gsc-search-button-v2 {
  border: none !important;
  height: 24px !important;
}
.gsc-search-button-v2:hover {
  background: #abe37e !important;
  cursor: pointer;
}
.gsc-input {
  max-width: 550px;
}
.wgs_wrapper .gsc-input-box .gsib_a input {
  height: 24px !important;
  max-width: 500px;
}
@media (min-width: 1200px) {
  .wgs_wrapper .gsc-input-box .gsib_a input {
    width: 100%;
    border: none !important;
  }
  .header__search .gsc-input-box {
    height: 34px !important;
    border: solid 1px #ccc;
  }
}
/*   GOOGLE SEARCH RESULTS */
.search-results .gsc-input-box {
  border: solid 1px #ccc;
}
.search-results .wgs_wrapper .gsc-input-box .gsib_a input {
  border: none !important;
}
.gsc-webResult.gsc-result {
  margin-bottom: 2em !important;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 20px !important;
}
.gcsc-more-maybe-branding-root {
  display: none;
}
.gsc-adBlock {
  display: none !important;
  height: 0 !important;
  overflow: hidden;
}
/* IVORY SEARCH */
@media (max-width: 1199px) {
  #searchform {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #searchform {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .header__search input[type="text"] {
    border: none !important;
  }
}
body {
  transition: 0.5s all;
}
@media (max-width: 1199px) {
  .header__search {
    background-color: #ddd;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    transform: translateY(-200%);
    transition: 0.5s all;
  }
  .header__search form {
    max-width: 600px;
    margin: 0 auto !important;
  }
}
.search-open {
  padding-top: 59px;
}
.search-open .header__search {
  transform: translateY(0);
}
.header__search input[type="submit"], .et-db #et-boc .et-l .header__search.et_pb_search input.et_pb_searchsubmit {
  background-color: #000;
  color: #fff;
}
.search__toggle {
  width: 32px;
  height: 24px;
  margin: -6px 0 0 !important;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .search__toggle .et-pb-icon {
    transition: all 0.5s;
  }
  .search__toggle:hover .et-pb-icon {
    opacity: 0.5;
  }
  .header__search input[type="submit"] {
    transition: all 0.3s;
    line-height: 1 !important;
  }
  .header__search input[type="submit"]:hover {
    background-color: #666 !important;
  }
}
@media (min-width: 1200px) {
  .search__toggle {
    display: none;
  }
  .icon_search:before {
    color: #fff;
  }
  .icon_search:hover:before {
    opacity: 0.7;
  }
  .header__search {
    margin-left: auto;
  }
}
.icon_search {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
  height: 30px;
  width: 30px;
  margin-top: -3px;
  cursor: pointer;
}
.icon_search:before {
  display: inline-block;
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  content: "U";
}
@media (max-width: 1199px) {
  .icon_search:before {
    color: #000;
  }
  .icon_search:hover:before {
    color: #666;
  }
}
@media (min-width: 1200px) {
  .search__toggle {
    display: none;
  }
  .icon_search:before {
    color: #fff;
  }
  .icon_search:hover:before {
    opacity: 0.7;
  }
  .header__search input[type="text"] {
    height: 34px !important;
  }
  header .header__search {
    max-width: 400px;
    margin-bottom: 20px !important;
  }
}
/*** MENU ***/
.et-db #et-boc .et-l .header__menu.et_pb_menu_0_tb_header.et_pb_module, .header__menu.et_pb_menu_0_tb_header.et_pb_module {
  margin-left: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0 !important;
}
.header__menu .et-menu a {
  color: #fff;
}
.et_pb_menu--style-centered .et_pb_menu__wrap, .et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap {
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    color: #09BBA3 !important;
  }
  .et_mobile_nav_menu {
    margin-right: -10px;
  }
}
@media (min-width: 981px) {
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    opacity: 0.7;
  }
  .et_pb_menu__wrap .mobile_menu_bar {
    transform: translateY(3%);
  }
}
body .et_mobile_menu li a:hover, body .nav ul li a:hover {
  opacity: 1;
}
/* Align hamburger right */
.et_pb_menu--style-centered .et_pb_menu__wrap {
  justify-content: center !important;
}
.header__section .et_mobile_menu {
  border: none !important;
  background: transparent !important;
  box-shadow: none;
  position: static !important;
  padding: 20px 0 0 !important;
  display: block !important;
}
.et_mobile_menu li li {
  padding-left: 0 !important;
}
@media (max-width: 1199px) {
  header .mobile_menu_bar {
    display: none !important;
  }
  .header__col_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .et_pb_menu__menu {
    display: none !important;
  }
  header .et_mobile_nav_menu {
    display: block !important;
  }
  .opened .mobile_menu_bar:before {
    content: "M" !important;
  }
  .et_mobile_menu .sub-menu {
    padding: 0 !important;
  }
  .et-db #et-boc .et-l .et_mobile_menu li a {
    border: none;
  }
  .et_pb_menu_inner_container {
    overflow-y: scroll;
    max-height: 100vh;
    max-height: 100svh;
  }
  header .et_mobile_menu li.current_page_item > a {
    background-color: #3EBFAE;
    color: #fff;
    cursor: pointer;
  }
  header .et_mobile_menu li a {
    padding: 5px 10px;
    font-size: 16px;
  }
  header .et_mobile_menu li a:hover {
    background-color: #4E6BB1;
  }
  header .et_mobile_menu > li {
    margin-bottom: 1em;
  }
  header .et_mobile_menu > li > a {
    font-size: 24px !important;
    padding: 10px;
    font-weight: 600;
  }
  header .opened #mobile_menu1 {
    background-color: #4E6BB1 !important;
  }
  body {
    height: 100vh;
  }
  * {
    box-sizing: border-box;
  }
  header .social-icons {
    position: fixed;
    z-index: 998;
    left: 50%;
    top: 72%;
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
    transition-delay: 0s;
  }
  .menu-opened header .social-icons {
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .header__mobile-contact {
    text-align: center;
    position: fixed !important;
    z-index: 998;
    left: 50%;
    top: calc(72% + 80px);
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    transition: 0.5s;
    color: #85B9E0;
    font-size: 24px;
    line-height: 1.6;
    transition: all 0.1s;
    transition-delay: 0s;
    opacity: 0;
  }
  .header__mobile-contact a {
    color: #85B9E0;
  }
  .menu-opened .header__mobile-contact {
    display: block;
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .menu-icon-toggle-wrapper {
    z-index: 1000;
    margin-right: -12px;
  }
  .menu-icon-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 9;
    top: 50px;
    position: absolute;
    right: 0;
    top: -14px;
  }
  .menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #023a84;
    transform: translate(0, -50%);
    transition: opacity 0.3s 0.3s;
  }
  .home:not(.menu-opened) .menu-icon-toggle span {
    background-color: #023a84;
  }
  .menu-icon-toggle::before, .menu-icon-toggle::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #023a84;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  }
  .menu-icon-toggle::before {
    top: 6px;
  }
  .menu-icon-toggle::after {
    bottom: 6px;
  }
  .menu-opened .menu-icon-toggle span {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    background-color: #4E6BB1;
  }
  .menu-opened .menu-icon-toggle::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .menu-opened .menu-icon-toggle::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  #et-main-area {
    position: relative;
  }
  .menu-opened #et-main-area {
    z-index: 1;
  }
  .menu-opened {
    overflow: hidden;
  }
  .menu-opened .header__menu {
    left: 0 !important;
    visibility: visible;
  }
  .header__menu {
    left: -100% !important;
    position: fixed !important;
    z-index: 998;
    top: 0;
    width: 280px;
    max-width: 100% !important;
    height: 100%;
    background: #023a84;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  }
  .header__menu .et_mobile_nav_menu {
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    transition: all 0.3s;
  }
  .menu-opened .header__menu .et_mobile_nav_menu {
    visibility: visible;
    z-index: 999;
    transition: all 0.1s;
    left: 0%;
    display: block;
  }
  .header__menu .et_mobile_nav_menu li {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.1s ease-in-out;
  }
  .menu-opened .header__menu .et_mobile_nav_menu li {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0);
    backface-visibility: hidden;
    transition: all 1s;
  }
  #et-main-area, .header__logo, .header-cta-mobile, header .et_pb_button_module_wrapper {
    transition: all 0.3s;
  }
  .menu-opened #et-main-area, .menu-opened .header__logo, .menu-opened .header-cta-mobile, .menu-opened header .et_pb_button_module_wrapper {
    opacity: 0;
    transition: all 0.3s;
  }
}
@media (min-width: 1200px) {
  .et-menu a:hover {
    opacity: 1 !important;
  }
  body .et-menu .menu-item-has-children > a:first-child:after {
    right: -8px !important;
    top: 3px !important;
  }
  .header__menu .et_pb_menu__menu > nav > ul.et-menu > li {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 0 0 5px 0 !important;
  }
  .header__menu .et_pb_menu__menu > nav > ul.et-menu > li > a {
    border: solid 5px transparent;
  }
  .header__menu .et_pb_menu__menu > nav > ul.et-menu > li:hover > a {
    color: #fff !important;
    background-color: #3EBFAE;
  }
  .header__menu a {
    transition: all 0.2s !important;
  }
  .header__menu .nav li ul {
    width: 160px;
    border: solid 5px #3EBFAE !important;
    padding: 0 !important;
  }
  .header__menu .nav li li {
    padding: 0 !important;
    display: block !important;
  }
  .header__menu .nav li li:not(:last-child) a {
    border-bottom: solid 1px #d7f2ee;
  }
  .header__menu .nav li li.current-menu-item a {
    background-color: #3EBFAE;
    color: #fff;
    cursor: default;
  }
  .header__menu .nav li li:not(.current-menu-item) a:hover {
    background: #d7f2ee !important;
    opacity: 1 !important;
    width: 100%;
  }
  .header__menu .nav li li a {
    font-weight: bold;
    display: block !important;
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    color: #353535;
    line-height: 1.3;
    transition: background-color 0.2s;
  }
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #353535 !important;
    padding: 1rem !important;
  }
  .header__menu .et-menu-nav > ul > li > a:after {
    display: none;
  }
  #menu-main-menu > .current-menu-item > a {
    color: #32988b !important;
    font-weight: bold;
    background-color: transparent;
    cursor: default;
    border-color: #b0e6df;
  }
  .footer__menu .et-menu-nav > ul > li li a {
    font-weight: bold;
  }
}
@media (min-width: 1400px) {
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #353535 !important;
  }
}
/*** TOGGLES ****/
#main-content .et_pb_toggle_close, #main-content .et_pb_toggle_open {
  padding: 0;
}
#main-content .et_pb_toggle_title {
  padding: 20px;
  background-color: #222;
  color: #fff;
}
#main-content .et_pb_toggle .et_pb_toggle_title:before {
  right: 20px;
  color: #fff;
}
#main-content .et_pb_toggle_title:before {
  content: ";";
  font-size: 24px;
}
#main-content .et_pb_toggle_content {
  padding: 20px;
}
#main-content #grid li.doc-material {
  float: none;
  width: 100%;
}
#main-content .et_pb_toggle a {
  color: #333;
}
#main-content #grid li.doc-material p {
  display: none;
}
#main-content #grid li.doc-material::before {
  height: 16px;
  font-size: 16px;
}
#main-content #grid li.doc-material span {
  line-height: 1.2;
  vertical-align: bottom;
}
.featured-entries .et_pb_blurb_content {
  max-width: 320px;
}
.featured-entries .et_pb_column {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  max-width: 360px;
}
.featured-entries .et_pb_main_blurb_image {
  margin-bottom: 0.75rem;
}
.featured-entries h3 {
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .featured-entries {
    display: flex;
    justify-content: center;
  }
  .featured-entries .et_pb_column {
    width: 30% !important;
    margin-left: 1.5%;
  }
  .featured-entries .et_pb_column:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #main-content .featured-entries .et_pb_column {
    float: none;
    margin: 0 auto 2rem auto !important;
  }
}
body .featured-entries .et_pb_button {
  font-size: 14px;
}
.footer__copyright {
  font-size: 12px;
}
footer p, footer .footer__copyright, footer a, footer .et-menu a {
  color: #fff !important;
}
footer p a:hover, footer .footer__copyright a:hover {
  color: #09BBA3 !important;
}
footer .et_pb_social_media_follow_0_tb_footer li a.icon {
  width: 72px;
  height: 72px;
}
footer .et_pb_social_media_follow li a {
  margin-right: 0 !important;
  transition: all 0.2s;
}
footer .et_pb_social_media_follow li a:hover {
  opacity: 0.7;
}
.footer-bottom a:hover {
  color: #63cdbf;
}
body.et-db #et-boc footer.et-l .et_pb_menu .et_pb_menu__menu > nav > ul, footer .et_pb_menu .et_pb_menu__menu > nav > ul {
  justify-content: space-between;
}
body.et-db #et-boc footer.et-l .et_pb_menu .et_pb_menu__menu > nav > ul > li, footer .et_pb_menu .et_pb_menu__menu > nav > ul > li {
  display: block;
}
body.et-db #et-boc footer.et-l .et_pb_menu__menu, body.et-db #et-boc footer.et-l .et-menu-nav, body.et-db #et-boc footer.et-l .et-menu, footer .et_pb_menu__menu, footer .et-menu-nav, footer .et-menu {
  width: 100%;
  max-width: 1200px;
}
body.et-db #et-boc footer.et-l .et_pb_menu .et-menu, footer .et_pb_menu .et-menu {
  margin: 0;
}
body.et-db #et-boc footer.et-l .et_pb_menu .et-menu li li a, footer .et_pb_menu .et-menu li li a {
  padding: 8px 10px;
  line-height: 1.3;
  transition: all 0.2s;
}
body.et-db #et-boc footer.et-l .et_pb_menu .et_pb_menu__menu > nav > ul, footer .et_pb_menu .et_pb_menu__menu > nav > ul {
  flex-wrap: nowrap;
}
body.et-db #et-boc footer.et-l .et-menu .menu-item-has-children > a:first-child:after, footer .et-menu .menu-item-has-children > a:first-child:after {
  display: none;
}
body.et-db #et-boc footer.et-l .et_pb_menu .et_pb_menu__menu > nav > ul > li, footer .et_pb_menu .et_pb_menu__menu > nav > ul > li {
  flex-wrap: wrap;
}
body.et-db #et-boc footer.et-l .et-menu .menu-item-has-children > a:first-child, footer .et-menu .menu-item-has-children > a:first-child {
  padding: 0;
  width: 100%;
}
body.et-db #et-boc footer.et-l .et-menu > li, footer .et-menu > li {
  padding: 0 !important;
}
body.et-db #et-boc footer.et-l .et-menu > li > a, footer .et-menu > li > a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 10px !important;
  font-weight: bold;
}
body.et-db #et-boc footer.et-l .nav li li, footer .nav li li {
  padding: 0;
}
body.et-db #et-boc footer.et-l .nav li ul, footer .nav li ul {
  position: static;
  border: none;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  background: transparent;
  padding: 0 !important;
  width: auto;
  display: flex;
  flex-direction: column;
}
body.et-db #et-boc footer.et-l #mobile_menu2, footer #mobile_menu2 {
  display: block;
}
body.et-db #et-boc footer.et-l .et_pb_menu__wrap, footer .et_pb_menu__wrap {
  justify-content: center !important;
}
body.et-db #et-boc footer.et-l .et_mobile_menu, footer .et_mobile_menu {
  position: static;
  box-shadow: 0 0 0 transparent;
  border-top: none;
}
body.et-db #et-boc footer.et-l .et_mobile_menu li a, footer .et_mobile_menu li a {
  color: #fff;
}
@media (min-width: 981px) {
  footer .et-menu li li a {
    width: auto;
    max-width: 140px;
    padding: 0 10px;
  }
  footer .et-menu a:hover, footer .nav ul li a:hover {
    opacity: 1;
    background: #517f2b;
  }
}
.logos .et_pb_column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.logos .et_pb_image {
  background: #fff;
  border: solid 1px #ccc;
  padding: 1rem 0.5rem;
  text-align: center;
  width: 100%;
  margin-bottom: 1.5% !important;
  margin-left: auto !important;
}
.logos .et_pb_image span {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.logos .et_pb_image img {
  width: auto;
  max-height: 36px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 799px) {
  .logos .et_pb_image {
    width: 48%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .logos .et_pb_image {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .logos .et_pb_image {
    width: 23.5%;
  }
  .logos .et_pb_image img {
    max-height: 48px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .logos.sponsor-logos .et_pb_image {
    width: 23.5%;
  }
}
@media (min-width: 1440px) {
  .logos.sponsor-logos .et_pb_image {
    width: 18.5%;
  }
}
/*****   EVENTS ********/
@media (max-width: 980px) {
  .events {
    max-width: 600px !important;
    margin: 0 auto;
  }
}
.events-list__heading {
  font-size: 24px;
  padding: 0.5rem 1rem !important;
  border-bottom: solid 5px #958E8E;
}
@media (max-width: 980px) {
  .events-list__heading {
    display: none;
  }
}
.events-list__titles {
  margin-top: 0.75rem;
  padding: 0 !important;
}
.event__title a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, #3EBFAE, #3EBFAE, #353535 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400% 100%;
  background-position: 100%;
  transition: background-position 0.2s ease-in-out;
  /* Smooth transition */
  line-height: 1.3;
}
.event__title a:hover {
  background-position: 0% 100%;
  /* Move gradient to the right */
  transition: background-position 0.5s ease-in-out;
}
body #main-content .event {
  padding: 2rem !important;
}
.event {
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 2rem !important;
}
@media (max-width: 980px) {
  .event {
    text-align: center !important;
  }
  .event .et_pb_column {
    width: 100% !important;
  }
  .event .et_pb_text {
    text-align: center !important;
  }
}
@media (min-width: 981px) {
  .event {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .event__column-one {
    width: auto !important;
    display: block !important;
  }
}
@media (max-width: 980px) {
  .event__column-one {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 981px) {
  .event__column-one {
    width: auto !important;
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .event__column-two {
    width: auto !important;
    display: block !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 981px) {
  .event__column-two {
    width: auto !important;
    margin-right: 1rem !important;
  }
}
.event__date-short {
  background-color: #4E6BB1;
  padding: 1rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center !important;
}
@media (min-width: 981px) {
  .event__date-short {
    font-size: 2.25rem;
    margin-right: 1rem;
    margin-bottom: 0 !important;
    padding: 1rem 3rem;
    writing-mode: vertical-rl;
  }
  .event__date-short span {
    display: inline-block;
    transform: rotate(-180deg);
  }
}
.event__image {
  margin-bottom: 1rem;
}
@media (max-width: 980px) {
  .event__image .et_pb_image_wrap {
    margin: auto;
    max-width: 300px !important;
    display: block !important;
  }
}
@media (min-width: 981px) {
  .event__image {
    margin-right: 1rem;
    margin-bottom: 0;
    width: 300px;
  }
}
.event__title {
  margin-bottom: 1rem;
}
.event__datetime {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-size: 1.15em;
  color: #777;
}
.event__excerpt {
  margin-bottom: 0.75rem;
}
@media (max-width: 981px) {
  .event__buttons {
    text-align: center;
  }
}
.et_pb_section.page-event {
  background-color: #F1EEED !important;
}
.event-content > .et-l--post > .et_builder_inner_content > .et_pb_section {
  padding-top: 0 !important;
}
.event-content > .et-l--post > .et_builder_inner_content > .et_pb_section > .et_pb_row {
  padding-top: 0 !important;
  width: 100% !important;
}
@media (min-width: 981px) {
  .col-event-image {
    width: 32% !important;
  }
  .col-event-meta {
    width: 63.4% !important;
    padding: 2rem;
    background: #f8f6f6;
    box-shadow: inset 0 0 0 1rem #fff;
  }
}
.col-event-meta .label {
  font-weight: bold;
  text-transform: uppercase;
}
.event-content {
  padding: 2rem;
  background: #f8f6f6;
  box-shadow: inset 0 0 0 1rem #fff;
}
.news > *:not(:last-child) {
  margin-bottom: 0.75rem !important;
}
.news img {
  width: 320px;
}
@media (max-width: 767px) {
  .news {
    max-width: 400px;
    margin: 0 auto 3rem auto;
    text-align: center;
  }
  .news__image img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .news-list {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .news {
    width: 100%;
    max-width: 320px;
    margin: 0 1rem;
  }
}
.news-detail__meta .et_pb_title_meta_container {
  padding-bottom: 0 !important;
}
.news-detail__content .et_builder_inner_content > .et_pb_section {
  padding-top: 0 !important;
}
.news-detail__content .et_builder_inner_content > .et_pb_section .et_pb_row {
  padding-top: 0 !important;
}
body div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  font-family: "Roboto Condensed", helvetica, sans-serif;
  font-weight: 400;
}
body div.ctct-form-embed div.ctct-form-defaults {
  padding: 0;
}
body div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  height: auto;
  border-radius: 0;
  box-shadow: none;
  padding: 1em;
  line-height: normal;
  font-size: 1rem;
}
body div.ctct-form-embed form.ctct-form-custom input[type=checkbox].ctct-form-checkbox {
  border-color: #d1d2d4;
}
body div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  margin-bottom: 0;
  line-height: 1.6em;
}
body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  font-weight: bold;
}
body div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}
body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
  background: #abe37e;
}
