/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property Alias
 |----------------------------------------------------------------
 */
.pagination-container {
  padding-top: 120px;
}

.pagination-column {
  justify-content: space-evenly;
}
.pagination-column .page-lists {
  display: flex;
}
.pagination-column .page-lists a, .pagination-column .page-lists span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.pagination-column .page-lists .current {
  background: #043E44;
  color: #ffffff;
}
.pagination-column i {
  color: #043E44;
  font-size: 22px;
}
.pagination-column .next-disabled,
.pagination-column .prev-disabled {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #043E44;
  padding: 0;
  opacity: 0.5;
}
.pagination-column .next-disabled i,
.pagination-column .prev-disabled i {
  color: #043E44;
}
.pagination-column a {
  border: 1px solid #043E44;
  font-weight: 500;
  font-size: 22px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-navigation .logo img {
  width: 100%;
  max-width: 330px;
}
@media screen and (max-width:480px) {
  .main-navigation .logo img {
    width: 80%;
  }
}

.site-footer .logo img {
  width: 100%;
  max-width: 330px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 {
  font-size: 72px;
  line-height: 94px;
  font-weight: 500;
  letter-spacing: -0.022em;
  padding-bottom: 20px;
}
@media screen and (max-width:1199px) {
  h1 {
    font-size: 52px;
    line-height: 70px;
  }
}
@media screen and (max-width:767px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width:639px) {
  h1 {
    font-size: 36px;
    line-height: 49px;
  }
}

h2 {
  font-size: 62px;
  line-height: 81px;
  font-weight: 500;
  letter-spacing: -0.022em;
  padding-bottom: 20px;
}
@media screen and (max-width:1199px) {
  h2 {
    font-size: 42px;
    line-height: 70px;
  }
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media screen and (max-width:639px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: -0.022em;
  padding-bottom: 20px;
}
@media screen and (max-width:639px) {
  h3 {
    font-size: 29px;
    line-height: 33px;
  }
}

h4 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: -0.022em;
}
@media screen and (max-width:639px) {
  h4 {
    font-size: 20px;
    line-height: 27px;
  }
}

h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

h6 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #88BBAA;
}

p {
  font-family: "DM Sans", sans-serif;
  color: #000000;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  color: #000000;
  font-family: "DM Sans", sans-serif;
}

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  transition-duration: 250ms;
  transition-property: background-color, color, border, opacity, text-indent;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  color: black;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:active {
  color: inherit;
}
p a, ul:not([class]) a, ol:not([class]) a {
  opacity: 1;
}
p a {
  color: #043E44;
  text-decoration: underline;
  transition: all ease-in-out 0.2s;
}
p a:hover {
  color: #F8A832;
}

.button {
  font-family: "DM Sans", sans-serif;
  margin: 10px 10px 10px 0px;
  background-color: transparent;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 30px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  justify-content: space-around;
  transform: perspective(1px) rotate(0.0000000001deg);
  backface-visibility: hidden;
  color: #ffffff;
  transition: all ease-in-out 0.25s;
}
.button i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.button .fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.one {
  background: #043E44;
  border: 2px solid #043E44;
}
.one:hover {
  color: #043E44;
  background: #ffffff;
}

.two {
  background: #ECA3B7;
}
.two:hover {
  color: #ECA3B7;
  background: #ffffff;
}

.white {
  background: #ffffff;
  color: #043E44;
}

.outline-two {
  color: #043E44;
  border: 2px solid #043E44;
}
.outline-two:hover {
  color: #ffffff;
  background: #043E44;
}

.join-us-btn a {
  font-family: "DM Sans", sans-serif;
  margin: 10px 10px 10px 0px;
  background-color: transparent;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 30px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  justify-content: space-around;
  transform: perspective(1px) rotate(0.0000000001deg);
  backface-visibility: hidden;
  color: #ffffff;
  transition: all ease-in-out 0.25s;
  min-width: 100px;
  min-height: 50px;
  background: #ECA3B7;
  color: #ffffff !important;
  border: 2px solid #ECA3B7;
}
.join-us-btn a i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.join-us-btn a .fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.join-us-btn a:hover {
  background: #ffffff;
  color: #ECA3B7 !important;
  border-color: #ffffff;
}

:root {
  --bs-link-color: unset;
}

.text-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.022em;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px 0px 3px 0px;
  transition: all ease-in 0.2s;
  position: relative;
  width: fit-content;
  color: #000000;
}
.text-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #F8A832;
  transition: all ease-in 0.2s;
  transform: translateZ(1px) rotate(0.0000000001deg);
}
.text-link:hover {
  color: #F8A832;
}
.text-link:hover::before {
  width: 0%;
}
.text-link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
  position: relative;
  font-weight: 600;
  margin-left: 10px;
}
.text-link i {
  margin-left: 10px;
}

#nf-field-7 {
  font-family: "DM Sans", sans-serif;
  margin: 10px 10px 10px 0px;
  background-color: transparent;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 30px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  justify-content: space-around;
  transform: perspective(1px) rotate(0.0000000001deg);
  backface-visibility: hidden;
  color: #ffffff;
  transition: all ease-in-out 0.25s;
  background: #043E44;
  border: 2px solid #043E44;
}
#nf-field-7 i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
#nf-field-7 .fa-brands {
  font-family: "Font Awesome 6 Brands";
}
#nf-field-7:hover {
  color: #043E44;
  background: #ffffff;
}

.footer-button {
  font-size: unset;
  line-height: unset !important;
  font-size: 22px !important;
  margin-top: 10px;
}
.footer-button a {
  background: #043E44;
  color: #ffffff !important;
  border-radius: 30px;
  border: 2px solid #043E44;
  max-width: 180px !important;
  font-size: 22px !important;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-button a:hover {
  background: transparent;
  color: #043E44 !important;
}

.list-filter {
  padding: 40px 0px 90px;
}
/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
ul:not([class]),
ol:not([class]),
ul[class=wp-block-list] {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}
ul:not([class]) li,
ol:not([class]) li,
ul[class=wp-block-list] li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  width: fit-content;
  font-size: 16px;
  font-weight: 400;
}
ul:not([class]) li::before,
ol:not([class]) li::before,
ul[class=wp-block-list] li::before {
  position: absolute;
  left: -25px;
}
ul:not([class]) ul:not([class]),
ul:not([class]) ol:not([class]),
ul:not([class]) ul[class=wp-block-list],
ol:not([class]) ul:not([class]),
ol:not([class]) ol:not([class]),
ol:not([class]) ul[class=wp-block-list],
ul[class=wp-block-list] ul:not([class]),
ul[class=wp-block-list] ol:not([class]),
ul[class=wp-block-list] ul[class=wp-block-list] {
  list-style: none;
  padding-left: 25px;
}

ul:not([class]) li:before,
ul[class=wp-block-list] li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #F8A832;
  font-size: 7px;
}

ol:not([class]) {
  counter-reset: my-counter;
}
ol:not([class]) li:before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  top: 1px;
  font-size: fluid(16, 12, 1200, 320, "px");
  font-weight: bold;
  color: #F8A832;
}
@media screen and (min-width: 1200px) {
  ol:not([class]) li:before {
    font-size: 16px;
  }
}

.error404 .banner {
  margin-bottom: 130px;
}

.home .banner {
  background-size: 35%;
  margin: 0 auto;
  background-position: 96% center;
  position: relative;
}
.home .banner::after {
  overflow: hidden;
  content: " ";
  position: absolute;
  content: url(../../images/homepage-banner-graphic.png);
  right: 0;
  bottom: -30px;
  height: 90%;
  z-index: 10;
}
@media screen and (max-width:979px) {
  .home .banner::after {
    display: none;
  }
}

.homepage-banner .banner-image {
  margin-bottom: 40px;
}
.homepage-banner .banner-image img {
  width: 100%;
}

.home .banner {
  padding: 0;
}
.home .banner .row {
  padding: 200px 30px 200px 100px;
}
@media screen and (max-width:1199px) {
  .home .banner .row {
    padding: 200px 0px 200px 0px;
  }
}
@media screen and (max-width:979px) {
  .home .banner .row {
    padding: 150px 20px 40px;
  }
}
.home .banner .banner-content .buttons-wrapper {
  margin-top: 60px;
  margin-bottom: 70px;
}
@media screen and (max-width:979px) {
  .home .banner .banner-image {
    display: none;
  }
}
.home .scroll {
  appearance: none;
  background: transparent;
  border: none;
  color: #ffffff;
  transform: rotate(-90deg);
  position: absolute;
  bottom: -125px;
  left: -20px;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.2s;
}
.home .scroll:hover {
  cursor: pointer;
  color: #ECA3B7;
}
.home .scroll:hover::before {
  position: relative;
  right: 10px;
}
.home .scroll__text {
  font-family: "DM Sans", sans-serif;
  margin-left: 20px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home .scroll::before {
  position: relative;
  transition: all ease-in-out 0.2s;
  right: 0;
  content: "";
  display: block;
  background-image: url(../../images/scroll-.svg);
  width: 48px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}
@media screen and (max-width:979px) {
  .home .scroll-desktop {
    display: none;
  }
}
.home .scroll-mobile {
  display: none !important;
  left: 0;
  transform: unset;
  display: flex;
  flex-direction: column-reverse;
}
.home .scroll-mobile::before {
  transform: unset;
}
.home .scroll-mobile .scroll__text {
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.home .scroll-mobile:hover::before {
  right: 0;
  top: 10px;
}

.banner {
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 1600px;
  padding: 0 70px;
  margin: 0 auto;
}
.banner .row {
  padding: 170px 100px 140px;
}
.banner h1, .banner h2, .banner h3, .banner p {
  color: white;
}
.banner h1 {
  padding-bottom: 30px;
}
.banner .banner-content {
  z-index: 10;
  position: relative;
}
@media screen and (max-width:979px) {
  .banner .row {
    padding: 175px 0px 140px 0px;
  }
}
@media screen and (max-width:480px) {
  .banner {
    padding: 0 40px;
  }
}

.row {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.image-column img {
  width: 100%;
}

.careers-finder-wrapper {
  padding: 90px 20px 90px;
}
@media screen and (max-width:767px) {
  .careers-finder-wrapper {
    padding: 40px 20px;
  }
}
.careers-finder-wrapper .card-columns {
  position: unset !important;
  padding: 10px;
}
.careers-finder-wrapper .card-columns .card-body {
  border: 1px solid #043E44;
  border-radius: 10px;
  padding: 30px 20px;
}
.careers-finder-wrapper .hidden-content {
  position: absolute;
  top: 3%;
  left: 3%;
  transform: translate(3%, 3%);
  z-index: 1000;
  display: block;
  width: 96vw;
  max-width: 1800px;
  height: fit-content;
  background-color: #FBF6EE;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  padding: 90px 20px 90px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.careers-finder-wrapper .small-close-button {
  position: absolute;
  top: 10px;
  left: 10px;
}
.careers-finder-wrapper .small-close-button i {
  transition: all 0.3s ease-in-out;
  font-size: 30px;
}
.careers-finder-wrapper .small-close-button i:hover {
  transform: rotate(360deg);
}
@media screen and (min-width:769px) {
  .careers-finder-wrapper .popup-content {
    padding-left: 40px;
  }
}

.career-tax-page-banner {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #043E44;
}
.career-tax-page-banner h1 {
  color: white;
}

.career-filter-wrapper {
  padding: 20px 0;
  background: rgba(136, 187, 170, 0.2);
  border-radius: 5px;
}
.career-filter-wrapper form {
  margin: 0;
  padding: 0;
}
.career-filter-wrapper form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.career-filter-wrapper form ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
}
.career-filter-wrapper form ul li:before {
  display: none;
}
.career-filter-wrapper form ul li h4 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.career-filter-wrapper form ul li select {
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #043E44;
}
.career-filter-wrapper form ul li:last-of-type input[type=submit] {
  background: #ECA3B7;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  padding: 6px 15px;
  border-radius: 5px;
  margin-left: 10px;
  border: 2px solid #ECA3B7;
  transition: all ease-in 0.3s;
}
.career-filter-wrapper form ul li:last-of-type input[type=submit]:hover {
  background: #ffffff;
  color: #ECA3B7;
  border: 2px solid #ECA3B7;
}

@media screen and (max-width:480px) {
  .main-logo img {
    max-width: 80%;
  }
}

@media screen and (max-width:979px) {
  .desktop-menu {
    display: none;
  }
}

@media screen and (min-width:980px) {
  .burger {
    display: none;
  }
  .mobile-menu.mobile-active {
    display: none !important;
  }
}
.mobile-menu {
  position: absolute;
  right: 0;
  top: 85px;
  min-width: 100%;
  z-index: 1000;
  padding: 20px 40px 30px;
  background: #88BBAA;
  display: none;
}
.mobile-menu .menu {
  flex-direction: column;
  align-items: center;
}
.mobile-menu .menu li {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.mobile-menu .menu li a {
  color: #043E44;
}
.mobile-menu .menu li a:hover {
  opacity: 0.7;
}

.menu-primary-menu-container {
  width: 100%;
}

header.site-header {
  position: absolute;
  width: 100%;
  z-index: 100;
  padding-top: 40px;
}
@media screen and (max-width:979px) {
  header.site-header .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  header.site-header .container-xl .row {
    margin: 0;
  }
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
nav .desktop-menu .menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: baseline;
}
nav .desktop-menu .menu li {
  margin: 10px;
}
nav .desktop-menu .menu li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.022em;
  color: #ffffff;
}
nav .desktop-menu .menu li a:hover {
  color: #ECA3B7;
}

.burger {
  cursor: pointer;
}
.burger div {
  width: 40px;
  height: 3px;
  background: #ffffff;
  border-radius: 3px;
  margin: 5px;
  transition: all 0.3s ease;
  transform: perspective(1px) rotate(0.0000000001deg);
}
.burger .line3 {
  width: 20px;
}

.menu-active .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.menu-active .line2 {
  opacity: 0;
}
.menu-active .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
  width: 40px;
}

@media screen and (min-width:980px) {
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    margin-left: 10px;
    font-size: 16px;
    transition: all ease-in-out 0.2s;
    font-weight: 600;
    display: inline-block;
    transform: rotate(0deg);
  }
  .menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 1000;
    min-width: 260px;
    background: black;
    left: 50%;
    padding: 15px 20px;
    display: block;
    border-radius: 5px;
    top: calc(100% + 10px);
    transform: translate(-50%, -50px);
    transition-property: transform, opacity, visibility;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    will-change: transform, opacity, visibility;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  .menu-item-has-children .sub-menu li a::after {
    display: none;
  }
  .menu-item-has-children .sub-menu::before {
    content: "";
    position: absolute;
    top: -50px;
    height: 60px;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
  }
  .menu-item-has-children .sub-menu::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 48%;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 2;
  }
  .menu-item-has-children.sub-menu-opened a {
    color: #ECA3B7 !important;
  }
  .menu-item-has-children.sub-menu-opened a::after {
    color: #ECA3B7;
    transform: rotate(45deg);
  }
  .menu-item-has-children.sub-menu-opened .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  .menu-item-has-children.sub-menu-opened .sub-menu a {
    color: #ffffff !important;
  }
  .menu-item-has-children.sub-menu-opened .sub-menu a:hover {
    color: #ECA3B7 !important;
  }
}
@media screen and (max-width:979px) {
  .menu-item-has-children {
    position: relative;
    width: fit-content;
  }
  .menu-item-has-children::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: -30px;
    top: 3px;
    color: #043E44;
    margin-left: 10px;
    font-size: 16px;
    transition: all ease-in-out 0.2s;
  }
  .menu-item-has-children .sub-menu {
    display: none;
  }
  .menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .menu-item-has-children .sub-menu li a {
    font-size: 16px;
  }
  .menu-item-has-children.sub-menu-opened::before {
    transform: rotate(45deg);
  }
}
.site-footer {
  padding-top: 150px;
}
.site-footer .dev-by {
  background: rgba(136, 187, 170, 0.2);
  font-size: 14px;
  padding: 20px;
  border-radius: 30px;
}
.site-footer .dev-by a {
  font-size: 14px;
}
.site-footer .logo-column {
  padding-right: 40px;
}
.site-footer .logo {
  margin-bottom: 50px;
}
.site-footer .footer-menu-items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-menu-items-wrapper .menu-items {
  padding-right: 50px;
}
.site-footer .footer-menu {
  min-height: 550px;
  padding: 85px 70px 40px 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: rgba(136, 187, 170, 0.2);
  border-radius: 50px;
}
.site-footer .footer-menu ul.menu {
  padding: 0;
  margin: 0;
}
.site-footer .footer-menu ul.menu li {
  font-weight: 500;
  font-size: 28px;
  line-height: 59px;
  letter-spacing: -0.022em;
}
.site-footer .footer-menu ul.menu li a {
  color: #000000;
  transition: all ease-in-out 0.25s;
}
.site-footer .footer-menu ul.menu li a:hover {
  color: #88BBAA;
}
@media screen and (max-width:979px) {
  .site-footer .footer-menu {
    padding: 50px 60px 60px;
  }
}

@media screen and (max-width:979px) {
  .site-footer .row {
    flex-direction: column;
  }
}

.site-copyright {
  padding-top: 100px;
}
.site-copyright li {
  padding-right: 20px;
}
.site-copyright p, .site-copyright a {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.022em;
}
.site-copyright p {
  margin: 0;
}
.site-copyright a:hover {
  color: #88BBAA;
}
.site-copyright .menu-privacy-menu-container {
  display: flex;
  padding-bottom: 20px;
}
.site-copyright .menu-privacy-menu-container ul {
  display: flex;
}

.newsletter .nf-form-layout nf-fields-wrap {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  display: grid;
  grid-template-areas: ". ." ". ";
  gap: 20px;
}
.newsletter .nf-form-layout nf-fields-wrap nf-field .nf-field-label {
  margin: 0;
}
.newsletter .nf-form-layout nf-fields-wrap nf-field label {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.022em;
  color: #000000;
}
@media screen and (max-width:639px) {
  .newsletter .nf-form-layout nf-fields-wrap {
    grid-template-columns: 1fr;
  }
}
.newsletter .nf-form-layout input:not([type=button]) {
  background: transparent;
  border: none;
  border-bottom: 2px solid #000000;
  padding: 0;
}
.newsletter .nf-form-layout .nf-form-content input[type=button] {
  font-family: "DM Sans", sans-serif;
  background: #000000;
  width: 180px;
  height: 60px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 97.46%;
  letter-spacing: 0.1em;
  border: 1px solid #000000;
}
.newsletter .nf-form-layout .nf-form-content input[type=button]:hover {
  color: #000000;
  background: #ffffff;
}

.social-media-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.social-media-footer .social-media-icon {
  margin-right: 10px;
}
.social-media-footer .social-media-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: 1px solid #043E44;
  color: #043E44;
  border-radius: 50%;
  transition: all ease-in-out 0.25s;
}
.social-media-footer .social-media-icon a:hover {
  background: #043E44;
  color: #ffffff;
  border-color: #ffffff;
}

.home .footer-callout {
  background: linear-gradient(180deg, #043E44 75%, transparent 75%);
}

.footer-callout .container {
  max-width: 1600px;
}
.footer-callout .col-12 {
  display: flex;
  justify-content: center;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-callout .content {
  padding: 195px 20px;
  min-height: 620px;
}
.footer-callout .content .content-column {
  text-align: center;
  margin: 0 auto;
}
.footer-callout .content .content-column h1, .footer-callout .content .content-column p {
  color: #ffffff;
}
.footer-callout .content .content-column h1 {
  padding-bottom: 30px;
}
@media screen and (max-width:1199px) {
  .footer-callout .content {
    padding: 195px 40px;
  }
}

.category .col-md-4 {
  margin-bottom: 25px;
}
@media screen and (max-width:979px) {
  .category .col-md-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width:639px) {
  .category .col-md-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.category .blog-post img {
  min-height: 350px;
  border-radius: 15px;
}

@media screen and (max-width:979px) {
  .content-image {
    padding: 40px 0 !important;
  }
}
@media screen and (max-width:480px) {
  .slick-list {
    padding: 0 30px !important;
  }
}
.tribe-common-l-container.tribe-events-l-container {
  padding-bottom: 0 !important;
}

.events-sub-banner {
  padding-top: 50px;
}
.events-sub-banner h3 {
  font-weight: 400;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item {
  width: 100%;
}

.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--prev {
  display: none;
}

.tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}

.past-events-wrapper {
  padding: 40px 0;
}

.blog-single-banner {
  background: #043E44;
  background: linear-gradient(180deg, #043E44 90%, transparent 90%);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 1600px;
  padding: 0 70px;
  margin: 0 auto;
  margin-bottom: 280px;
}
.blog-single-banner .row {
  padding: 200px 100px 0;
}
.blog-single-banner .content-column h1, .blog-single-banner .content-column p {
  color: #ffffff;
}
.blog-single-banner .content-column h1 {
  padding-bottom: 30px;
}
.blog-single-banner .content-column .post-author-date {
  display: flex;
  padding-bottom: 20px;
}
.blog-single-banner .content-column .post-author-date p {
  color: #88BBAA;
  padding: 0 10px 0 0;
}
.blog-single-banner .image-banner {
  width: 100%;
  border-radius: 10px;
  position: relative;
  top: 180px;
  margin-top: -160px;
}
.blog-single-banner .image-banner img {
  width: 100%;
  height: 780px;
  object-fit: contain;
}
@media screen and (max-width:1199px) {
  .blog-single-banner {
    padding: 0 40px;
  }
  .blog-single-banner .row {
    padding: 200px 0px 0;
  }
  .blog-single-banner .image-banner img {
    height: 500px;
  }
}

#page .block--object-fit-contain .image-column > img {
  height: auto !important;
}

#page #content-image-block_5aaaac59b9707639b11a6c7a787333da .buttons-wrapper > .text-link {
  position: relative;
  top: -6em;
}

#page #content-image-block_092c2853a09bded442986538fd0ec337 .buttons-wrapper {
  position: relative;
  top: -3em;
  text-align: right;
  width: 80%;
}

.searchandfilter {
  margin: 1em 0;
  padding: 1em;
  background: #e2edda;
}
.searchandfilter ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin: 0;
}
.searchandfilter ul li {
  margin-bottom: 0;
}
.searchandfilter ul li:before {
  content: none;
}
.searchandfilter input,
.searchandfilter select {
  border: 1px solid #164249;
  border-radius: 5px;
  padding: 0.25em 0.75em;
}
.searchandfilter input[type=submit],
.searchandfilter button {
  border: 1px solid #f1c2ca;
  background: #f1c2ca;
  color: white;
  font-weight: bold;
}

.author .col-10 {
  padding: 50px 0 70px;
  position: relative;
}
.author .col-10::after {
  content: "";
  background: rgba(136, 187, 170, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 90%;
  border-radius: 10px;
  z-index: 0;
}
@media screen and (max-width:979px) {
  .author .col-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.author .content-column {
  z-index: 10;
  padding-top: 10px;
}
.author .image-column {
  z-index: 10;
  margin: 0 10px 20px 0;
  margin-right: 20px;
}
.author .image-column img {
  border-radius: 10px;
  height: 240px;
  object-fit: cover;
}

blockquote {
  position: relative;
  padding-left: 120px;
  margin: 30px 0 50px;
}
blockquote::before {
  overflow: hidden;
  content: url(../../images/quote.png);
  position: absolute;
  top: 0;
  left: 0;
  max-height: 90%;
  z-index: 1;
}
blockquote p {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: -0.022em;
}

.single-post h2, .single-post h3 {
  color: #043E44;
}
.single-post h4, .single-post h5 {
  padding-bottom: 20px;
}
.single-post .back-to-main-btn {
  margin-top: 50px;
}
.single-post .back-to-main-btn .button i {
  margin-left: 0;
  margin-right: 10px;
}

.social-share-icons ul {
  display: flex;
  flex-wrap: wrap;
}
.social-share-icons li a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #043E44;
  border: 1px solid #043E44;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 10px 10px 0;
  transition: all ease-in-out 0.25s;
}
.social-share-icons li a i {
  font-size: 28px;
}
.social-share-icons li a:hover {
  background: #043E44;
  color: #ffffff;
}

.social-icons-share-bottom {
  margin-top: 50px;
  margin-bottom: 150px;
}

.social-vertical {
  padding: 0;
}
@media screen and (max-width:979px) {
  .social-vertical {
    display: none;
  }
}
.social-vertical h6 {
  color: #043E44;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  padding-bottom: 3px;
  padding-left: 8px;
}
.social-vertical li a {
  margin: 0 0 10px 0;
}

.content-image-container .row {
  z-index: 10;
}
.content-image-container .content-column {
  padding: 0 40px 40px;
}
@media screen and (max-width:979px) {
  .content-image-container .content-column {
    padding: 0 20px 40px;
  }
}
.content-image-container .content-column h4 {
  padding-bottom: 20px;
}
.content-image-container .image-column {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-image-container .image-column img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (max-width:979px) {
  .content-image-container .image-column {
    margin-bottom: 50px;
  }
  .content-image-container .image-column img {
    max-height: 550px;
  }
}
.content-image-container .highlights-wrapper {
  padding-top: 80px;
}
@media screen and (max-width:979px) {
  .content-image-container .highlights-wrapper {
    padding-top: 40px;
  }
}
.content-image-container .highlight {
  border-bottom: 1px solid rgba(81, 81, 81, 0.2);
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.content-image-container .highlight img {
  height: 60px;
  margin-right: 60px;
}

.right-image .content-image-container .row {
  flex-direction: row-reverse;
}
@media screen and (min-width:980px) {
  .right-image .content-column {
    padding: 100px 80px 80px 0;
  }
}

@media screen and (min-width:980px) {
  .left-image .image-column {
    padding-right: 80px;
  }
}
@media screen and (min-width:980px) {
  .left-image .content-column {
    padding: 80px 80px 80px 0;
  }
}

.left-image-with-bg-graphic {
  position: relative;
}
.left-image-with-bg-graphic::after {
  overflow: hidden;
  content: " ";
  position: absolute;
  content: url(../../images/bg_graphic.png);
  left: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  opacity: 0.6;
}
@media screen and (max-width:979px) {
  .left-image-with-bg-graphic::after {
    display: none;
  }
}
.left-image-with-bg-graphic .image-column img {
  max-height: unset !important;
}
@media screen and (min-width:980px) {
  .left-image-with-bg-graphic .image-column {
    padding-right: 40px;
  }
}
.left-image-with-bg-graphic .content-column {
  padding-left: 40px;
}

.left-intro .row {
  justify-content: flex-start !important;
}
.left-intro .content-image-container .content-column {
  padding-bottom: 0;
}

.intro .content-image-container .content-column {
  padding: 0;
}
.centered-intro .content-image-container .content-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.centered-intro .buttons-wrapper {
  display: flex;
  justify-content: center;
}

.gallery-wrapper.linear-background-with-frame_On {
  position: relative;
  background: linear-gradient(180deg, #FBF6EE 75%, #ffffff 75%);
}
.gallery-wrapper.linear-background-with-frame_On::after {
  content: url(../../images/frame-gallery.png);
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  overflow: hidden;
}
.gallery-wrapper .container-xxl .col-lg-7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-wrapper .image-column {
  z-index: 100;
}
@media screen and (min-width:1200px) {
  .gallery-wrapper .row {
    align-items: center;
  }
}
@media screen and (max-width:1199px) {
  .gallery-wrapper .gallery-intro {
    padding-top: 140px;
  }
}
@media screen and (max-width:979px) {
  .gallery-wrapper .gallery-intro {
    padding-top: 40px;
  }
}
.gallery-wrapper .image-with-no-intro img {
  max-height: 700px;
}
.gallery-wrapper .with-intro .image {
  margin: 10px;
  position: relative;
  width: 220px;
  max-height: 258px;
}
@media screen and (max-width:767px) {
  .gallery-wrapper .with-intro .image {
    width: 120px;
  }
}
.gallery-wrapper .with-intro .image img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .gallery-wrapper .with-intro .image {
    margin: 3px;
  }
}
@media screen and (max-width:1199px) {
  .gallery-wrapper .with-intro .image {
    margin: 5px;
  }
}
@media screen and (min-width:1200px) {
  .gallery-wrapper .with-intro .image:nth-child(1) {
    top: 150px;
  }
  .gallery-wrapper .with-intro .image:nth-child(3) {
    top: 150px;
  }
  .gallery-wrapper .with-intro .image:nth-child(4) {
    top: 150px;
  }
  .gallery-wrapper .with-intro .image:nth-child(6) {
    top: 150px;
  }
}

.accordion-trigger i {
  transition: all ease-in 0.2s;
  transform: rotate(0deg);
}

.open i {
  transform: rotate(180deg);
}

.accordion-wrapper .toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
.accordion-wrapper .toggle .labels {
  padding-right: 10px;
}
.accordion-wrapper .toggle .accordion-btn-wrapper {
  min-width: fit-content;
}
.accordion-wrapper .toggle .accordion-btn-wrapper i {
  margin: 5px 7px 5px 10px;
  font-size: 22px;
}
@media screen and (max-width:639px) {
  .accordion-wrapper .toggle .accordion-btn-wrapper i {
    margin: 5px 7px 5px 10px;
  }
}
@media screen and (max-width:639px) {
  .accordion-wrapper .toggle .accordion-btn-wrapper {
    min-width: unset;
  }
  .accordion-wrapper .toggle .accordion-btn-wrapper .accordion-read-more {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .accordion-wrapper .toggle .accordion-btn-wrapper i {
    margin: 5px 7px 5px 10px;
  }
}
.accordion-wrapper .toggle h3, .accordion-wrapper .toggle h4 {
  padding: 0;
}
.accordion-wrapper .open .accordion-btn-wrapper i, .accordion-wrapper .open .accordion-btn-wrapper h4 {
  transition: all 0.2s;
  color: #F8A832;
}
.accordion-wrapper .content-hidden {
  padding: 40px 20px 50px;
}
.accordion-wrapper span {
  display: flex;
}

.logo-grid-container .content-column {
  padding-bottom: 30px;
}

.logo-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width:980px) {
  .logo-grid-wrapper {
    justify-content: flex-start;
    padding-top: 75px;
  }
}
.logo-grid-wrapper .logo {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: 1px solid rgba(136, 187, 170, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9px;
  width: 30%;
  padding: 10px;
}
@media screen and (max-width:639px) {
  .logo-grid-wrapper .logo {
    width: 44%;
  }
}
@media screen and (max-width:480px) {
  .logo-grid-wrapper .logo {
    width: 100%;
  }
}
.logo-grid-wrapper .logo img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.green-testimonial {
  overflow: hidden;
  position: relative;
}
.green-testimonial::after {
  overflow: hidden;
  content: " ";
  position: absolute;
  content: url(../../images/testimonial-bg.svg);
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width:979px) {
  .green-testimonial::after {
    display: none;
  }
}
.green-testimonial .columns-10 {
  padding: 10px;
}
.green-testimonial h1 {
  color: #ffffff;
}
.green-testimonial .quote {
  position: relative;
}
.green-testimonial .quote::before {
  overflow: hidden;
  content: url(../../images/quote.png);
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 1;
  opacity: 0.5;
}
.green-testimonial p {
  font-family: "DM Sans", sans-serif;
  font-size: fluid(24, 18, 1200, 320, "px");
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: fluid(42, 30, 1200, 320, "px");
  font-style: italic;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .green-testimonial p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .green-testimonial p {
    line-height: 42px;
  }
}
.green-testimonial .slick-list {
  padding-bottom: 50px;
}
.green-testimonial .slick-list, .green-testimonial .slick-list .slick-track {
  overflow: visible !important;
}
.green-testimonial .slick-list .slick-slide {
  opacity: 0;
}
.green-testimonial .slick-list .slick-slide.slick-current {
  opacity: 1;
}
.green-testimonial .no-slider {
  text-align: center;
}
.green-testimonial .no-slider img {
  margin-bottom: 25px;
}
.green-testimonial .no-slider h5 {
  padding-bottom: 8px;
}
.green-testimonial .green-slider .testimonial > .wrapper {
  padding: 80px 0 20px;
  padding-bottom: 0;
  min-height: 450px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.green-testimonial .green-slider .testimonial img {
  margin-bottom: fluid(50, 50, 1200, 320, "px");
}
@media screen and (min-width: 1200px) {
  .green-testimonial .green-slider .testimonial img {
    margin-bottom: 50px;
  }
}
.green-testimonial .green-slider .testimonial .quote-source {
  padding: 20px 0;
  max-width: 400px;
}
@media screen and (max-width:767px) {
  .green-testimonial .green-slider .testimonial .quote-source {
    min-width: auto;
  }
}
.green-testimonial .green-slider .testimonial .quote-source p {
  padding-bottom: 5px;
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.022em;
}
.green-testimonial .green-slider .testimonial .quote-source p.company {
  color: #88BBAA;
  text-transform: uppercase;
}
.green-testimonial .slick-arrow {
  position: absolute;
  top: 100%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  z-index: 100;
  cursor: pointer;
  transition: all ease-in-out 0.25s;
}
.green-testimonial .slick-arrow:hover {
  color: #88BBAA;
  border: 1px solid #88BBAA;
}
.green-testimonial .slick-arrow.prevArrow {
  left: 70px;
}
@media screen and (max-width:639px) {
  .green-testimonial .slick-arrow.prevArrow {
    left: 45px;
  }
}
.green-testimonial .slick-arrow.nextArrow {
  left: 140px;
}
@media screen and (max-width:639px) {
  .green-testimonial .slick-arrow.nextArrow {
    left: 120px;
  }
}
.green-testimonial .slick-dots {
  list-style: none;
  padding-left: 260px;
  position: relative;
  width: 100%;
  display: flex;
  top: 50px;
  padding-bottom: 15px;
}
@media screen and (max-width:979px) {
  .green-testimonial .slick-dots {
    padding-top: 30px;
  }
}
@media screen and (max-width:639px) {
  .green-testimonial .slick-dots {
    padding-left: 190px;
  }
}
.green-testimonial .slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.green-testimonial .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 0;
  border-radius: 50%;
}
.green-testimonial .slick-dots li.slick-active button {
  background: #ffffff;
}

.member-slideout .slideout-container {
  display: flex;
  flex-wrap: wrap;
}

.member {
  padding: 10px;
}

.members-slideout-intro {
  padding-bottom: 30px;
}

.icons-wrapper-icon {
  position: absolute;
  display: flex;
  bottom: 20px;
  right: 20px;
}
.icons-wrapper-icon i {
  color: #ffffff;
  background: #FFA9A6;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.team-member .image-column {
  position: relative;
  height: 400px;
}
.team-member .image-column img {
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.team-member .content-column {
  padding: 20px 20px 20px 3px;
}
.team-member .content-column h6 {
  font-size: 16px;
}
.team-member .team-post .fa-minus {
  display: none;
}
.team-member .team-post.open .fa-plus {
  display: none;
}
.team-member .team-post.open .fa-minus {
  display: flex;
}
.team-member .content-hidden {
  padding: 0 4px;
}
@media screen and (max-width:979px) {
  .team-member {
    flex-basis: 49%;
    max-width: 49%;
  }
}
@media screen and (max-width:639px) {
  .team-member {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.icon-posts-wrapper .icon-post-standard {
  display: flex;
  flex-wrap: wrap;
}
.icon-posts-wrapper .icon-post-standard .icon-post {
  margin: 0 10px 20px;
  background: transparent;
  border-radius: 10px;
  padding: 5px;
  box-shadow: none;
}
.icon-posts-wrapper .hidden-content {
  display: none;
  padding-top: 20px;
}
.icon-posts-wrapper .hidden-content .icon-hidden-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.icon-posts-wrapper .icon-post-heading-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  padding: 20px 30px 20px 0;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.icon-posts-wrapper .icon-post-heading-wrapper i {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  transition: all ease-in 0.2s;
  font-size: 28px;
  color: #043E44;
}
.icon-posts-wrapper .icon-post-heading-wrapper:hover i {
  color: #F8A832;
}
.icon-posts-wrapper .icon-post-heading-wrapper:hover .icon-post-intro-heading {
  color: #F8A832;
}
.icon-posts-wrapper .icon-post-heading-wrapper.opened .icon-post-intro-heading {
  color: #F8A832;
}
.icon-posts-wrapper .icon-post-heading-wrapper.opened i {
  transform: rotate(180deg);
  color: #F8A832;
}
.icon-posts-wrapper .icon-post-intro-heading {
  color: #043E44;
  display: flex;
  padding: 0 10px 0 0;
  transition: all ease-in 0.2s;
}
.icon-posts-wrapper .icon-post-intro-heading img {
  margin-right: 10px !important;
  position: relative;
  top: 2px;
}

.icon-post {
  margin: 0 10px 20px;
  background: rgba(136, 187, 170, 0.2);
  border-radius: 10px;
  padding: 0 20px 20px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.icon-post.col-md-3 {
  width: 23%;
}
@media screen and (max-width:1199px) {
  .icon-post.col-md-3 {
    width: 22%;
  }
}
.icon-post a .heading {
  transition: all ease-in-out 0.2s;
}
.icon-post a .heading:hover {
  color: #F8A832;
}
.icon-post img {
  margin-bottom: 20px;
}
.icon-post .heading {
  padding-bottom: 20px;
  color: #043E44;
}
@media screen and (max-width:979px) {
  .icon-post {
    flex-basis: 47%;
    max-width: 47%;
  }
}
@media screen and (max-width:767px) {
  .icon-post {
    flex-basis: 46%;
    max-width: 46%;
  }
}
@media screen and (max-width:639px) {
  .icon-post {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.large-image-icon-posts .icon-post img {
  max-width: unset;
  width: 100%;
  object-fit: cover;
  height: 220px;
  border-radius: 10px;
}

.post-selector-container .col-md-3 {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width:979px) {
  .post-selector-container .post-wrapper.volunteer {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media screen and (max-width:639px) {
  .post-selector-container .post-wrapper.volunteer {
    flex-basis: 49%;
    max-width: 49%;
  }
}
@media screen and (max-width:480px) {
  .post-selector-container .post-wrapper.volunteer {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.post-selector-container img {
  object-fit: cover;
  border-radius: 30px;
}

.mentor {
  margin-bottom: 30px;
}
.mentor .image-column {
  position: relative;
  height: 370px;
}
.mentor .image-column img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-position: 50% 33%;
  object-fit: cover;
}
.mentor .image-column .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 30px;
  left: 30px;
}
.mentor .image-column .icons-wrapper a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFA9A6;
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  margin-right: 10px;
  transition: all ease-in-out 0.25s;
}
.mentor .image-column .icons-wrapper a:hover {
  background: #ffffff;
  color: #FFA9A6;
}
.mentor .content-column {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.mentor .content-column > *:not(.button) {
  width: 100%;
}
.mentor .content-column .team-name-description {
  padding-top: 20px;
}
.mentor .content-column .team-name-description h4 {
  padding-bottom: 20px;
}
.mentor .content-column .team-name-description p {
  padding: 0;
}
.mentor .content-column .team-label-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #515151;
  padding: 15px 0;
  cursor: pointer;
}
.mentor .content-column .team-label-wrapper i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #043E44;
  color: #ffffff;
  margin-right: 10px;
}
.mentor .content-column .team-content-hidden p {
  padding: 20px 0 10px;
}
.mentor .content-column .button {
  margin-top: 20px;
  width: 50%;
}
.mentor .content-column .content-hidden {
  padding: 20px 0;
  display: none;
}
.mentor .content-column .content-hidden p {
  padding: 0 10px;
}
.mentor__listlabel {
  display: none;
}
.mentor__list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.25em;
  line-height: 2.75em;
  font-size: 0.9em;
}
.mentor__list a {
  margin: 0.3em 0.75em 0.3em 0;
  padding: 0.5em 1em;
  border: 1px solid #91c3b2;
  border-radius: 0.5em;
  color: #164249;
  font-weight: 200;
  text-transform: lowercase;
}
.mentor__list a:hover {
  background: #f1c2ca;
  box-shadow: 1px 1px 5px #91c3b2;
}

.volunteer-post {
  margin-bottom: 30px;
}
.volunteer-post.post-with-social-icons .icons-wrapper-team a {
  height: 40px;
  width: 40px;
  font-size: 20px;
}
.volunteer-post .image-column {
  position: relative;
  z-index: 0;
  position: relative;
  height: 250px;
}
.volunteer-post .image-column:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: -1;
}
.volunteer-post .image-column img {
  display: block;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.volunteer-post .image-column h3 {
  position: absolute;
  top: 15px;
  left: 30px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  display: block;
  opacity: 0;
  z-index: 100;
  text-transform: none;
  transition: all ease-in-out 0.25s;
}
.volunteer-post .image-column:hover {
  cursor: pointer;
  transition: all ease-in-out 0.25s;
  z-index: 0;
  position: relative;
}
.volunteer-post .image-column:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: -1;
}
.volunteer-post .image-column:hover:after {
  z-index: 1;
  border-radius: 30px;
}
.volunteer-post .image-column:hover h3 {
  opacity: 1;
}

.team-post {
  margin-bottom: 30px;
}
.team-post h3 {
  padding-bottom: 0;
  color: #043E44;
}
.team-post .image-column {
  position: relative;
  z-index: 0;
  position: relative;
}
.team-post .image-column:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: -1;
}
.team-post .image-column:hover {
  cursor: pointer;
  transition: all ease-in-out 0.25s;
  z-index: 0;
  position: relative;
}
.team-post .image-column:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transition-duration: 250ms;
  transition-property: background, transform, opacity;
  z-index: -1;
}
.team-post .image-column:hover:after {
  z-index: 1;
}
.team-post i {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  background: #ECA3B7;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}
.team-post .team-social-icons {
  display: flex;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 100;
}
.team-post .team-social-icons a {
  z-index: 100;
}
.team-post .team-social-icons i {
  position: relative;
  right: unset;
  bottom: unset;
  top: unset;
  margin: 0 5px 0 0;
  transform: rotate(0deg);
  transition: all ease-in-out 0.25s;
}
.team-post .team-social-icons i:hover {
  background: #ffffff;
  color: #ECA3B7;
}

.member-slideout .slideout-container {
  display: flex;
  flex-wrap: wrap;
}

.member {
  padding: 10px;
}

.blog-post .content-column .title {
  color: #043E44;
}
.blog-post .content-column .title:hover {
  color: #F8A832;
}
.blog-post .image-column {
  position: relative;
}
.blog-post .image-column .cat-link,
.blog-post .image-column .cat-blog {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #043E44;
  background: #ffffff;
  min-width: 140px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 10px;
  z-index: 1000;
  cursor: pointer;
  transition: all ease-in-out 0.25s;
}
.blog-post .image-column .cat-link p,
.blog-post .image-column .cat-blog p {
  padding: 0;
  color: #043E44;
  transition: all ease-in-out 0.25s;
}
.blog-post .image-column .cat-link:hover,
.blog-post .image-column .cat-blog:hover {
  background: #043E44;
  color: #ffffff;
}
.blog-post .image-column .cat-link:hover p,
.blog-post .image-column .cat-blog:hover p {
  color: #ffffff;
}
.blog-post .image-column {
  margin-bottom: 20px;
}
.blog-post .content-column .the-excerpt {
  display: none;
}
.blog-post .content-column h6 {
  padding-bottom: 10px;
}
.blog-post .content-column h3 {
  padding-bottom: 10px;
}
@media screen and (min-width:980px) {
  .blog-post:nth-child(1) .image-column {
    margin-bottom: 20px;
  }
  .blog-post:nth-child(1) .content-column .the-excerpt {
    display: block;
  }
  .blog-post:nth-child(1) .content-column h6 {
    padding-bottom: 20px;
  }
  .blog-post:nth-child(1) .content-column h3 {
    padding-bottom: 10px;
  }
  .blog-post:nth-child(2) .image-column, .blog-post:nth-child(3) .image-column, .blog-post:nth-child(4) .image-column {
    margin-bottom: 0;
  }
  .blog-post:nth-child(2) .image-column img, .blog-post:nth-child(3) .image-column img, .blog-post:nth-child(4) .image-column img {
    width: 340px;
  }
  .blog-post:nth-child(4) {
    margin-bottom: 100px;
  }
}

.core-contributors-post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.core-contributors-post .image-column {
  z-index: 0;
  position: relative;
  min-height: 400px;
  max-height: 400px;
}
.core-contributors-post .image-column img {
  height: 100%;
}
.core-contributors-post .content-column {
  padding: 70px 30px 50px;
}
.core-contributors-post .content-column h6 {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}
.core-contributors-post .content-column h3 {
  color: #043E44;
  padding-bottom: 10px;
}
.core-contributors-post .content-column p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.022em;
}
@media screen and (max-width:767px) {
  .core-contributors-post .image-column {
    width: 100%;
  }
  .core-contributors-post .content-column {
    padding: 30px 20px;
  }
}

.post-with-social-icons .icons-wrapper-team {
  position: absolute;
  display: flex;
  bottom: 30px;
  left: 25px;
}
.post-with-social-icons .icons-wrapper-team a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFA9A6;
  color: #ffffff;
  font-weight: 400;
  font-size: 30px;
  margin-right: 10px;
  transition: all ease-in-out 0.25s;
  z-index: 100;
}
.post-with-social-icons .icons-wrapper-team a:hover {
  background: #ffffff;
  color: #FFA9A6;
}

@media screen and (min-width:980px) {
  .posts-grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    gap: 10px 10px;
    grid-template-areas: "grid-1 grid-1 grid-1 grid-2 grid-2 grid-2" "grid-1 grid-1 grid-1 grid-3 grid-3 grid-3" "grid-1 grid-1 grid-1 grid-4 grid-4 grid-4" "grid-5 grid-5 grid-6 grid-6 grid-7 grid-7";
  }
  .grid-1 {
    grid-area: grid-1;
  }
  .grid-1 img {
    height: 400px !important;
  }
  .grid-2 {
    grid-area: grid-2;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .grid-2 img {
    height: 240px;
  }
  .grid-2 .content-column {
    width: 45%;
    padding: 10px 0px 10px 30px;
  }
  .grid-2 .content-column h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .grid-2 .image-column {
    width: 45% !important;
    overflow: hidden;
    border-radius: 20px;
  }
  .grid-3 {
    grid-area: grid-3;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .grid-3 img {
    height: 240px;
  }
  .grid-3 .content-column {
    width: 45%;
    padding: 10px 0px 10px 30px;
  }
  .grid-3 .content-column h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .grid-3 .image-column {
    width: 45% !important;
    overflow: hidden;
    border-radius: 20px;
  }
  .grid-4 {
    grid-area: grid-4;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .grid-4 img {
    height: 240px;
  }
  .grid-4 .content-column {
    width: 45%;
    padding: 10px 0px 10px 30px;
  }
  .grid-4 .content-column h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .grid-4 .image-column {
    width: 45% !important;
    overflow: hidden;
    border-radius: 20px;
  }
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12,
  .grid-13,
  .grid-14,
  .grid-15,
  .grid-16 {
    grid-column: span 2;
    padding: 10px;
  }
  .grid-5 .image-column img,
  .grid-6 .image-column img,
  .grid-7 .image-column img,
  .grid-8 .image-column img,
  .grid-9 .image-column img,
  .grid-10 .image-column img,
  .grid-11 .image-column img,
  .grid-12 .image-column img,
  .grid-13 .image-column img,
  .grid-14 .image-column img,
  .grid-15 .image-column img,
  .grid-16 .image-column img {
    height: 300px;
  }
}
.posts-grid-container .blog-post {
  margin-bottom: 30px;
}
@media screen and (min-width:980px) {
  .posts-grid-container .blog-post:nth-child(1), .posts-grid-container .blog-post:nth-child(2), .posts-grid-container .blog-post:nth-child(3), .posts-grid-container .blog-post:nth-child(4) {
    margin-bottom: 0;
  }
}
.posts-grid-container .blog-post .image-column {
  width: 100%;
  position: relative;
}
.posts-grid-container .blog-post .image-column::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  pointer-events: none;
  transition: all ease-in-out 0.2s;
}
.posts-grid-container .blog-post .image-column:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.posts-grid-container img {
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width:979px) {
  .posts-grid-container {
    display: flex;
    flex-wrap: wrap;
  }
  .posts-grid-container .blog-post {
    flex-basis: 47%;
    max-width: 47%;
    margin: 10px;
    margin-bottom: 30px;
  }
  .posts-grid-container .blog-post img {
    height: 350px;
  }
}
@media screen and (max-width:767px) {
  .posts-grid-container .blog-post {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.tribe-events-event-image img {
  width: 100% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

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