/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*
RESET CSS
*/
@import url("https://use.typekit.net/uek2qhh.css");
footer,
body {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

p,
a {
  color: #000;
  font-size: 1.6rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ml-auto {
  margin-left: auto !important;
}

main {
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

main,
footer {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

main p,
footer p {
  color: #000;
  font-size: 2rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

main img,
footer img {
  max-width: 100%;
  height: auto;
  display: block;
}

main a,
footer a {
  font-size: 2rem;
  color: #00754e !important;
  text-decoration: underline;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
}

main a:hover,
footer a:hover {
  color: #00754e;
  text-decoration: underline;
}

main a h1,
main a h2,
main a h3,
main a h4,
main a h5,
main a h6,
footer a h1,
footer a h2,
footer a h3,
footer a h4,
footer a h5,
footer a h6 {
  color: #00754e;
}

main a h1:hover,
main a h2:hover,
main a h3:hover,
main a h4:hover,
main a h5:hover,
main a h6:hover,
footer a h1:hover,
footer a h2:hover,
footer a h3:hover,
footer a h4:hover,
footer a h5:hover,
footer a h6:hover {
  color: #00754e;
  text-decoration: underline;
}

a:link,
a:visited {
  text-decoration: none;
}

.body-section {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  padding: 60px 0;
}

.body-section--inner {
  padding: 20px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.body-section--inner.thin-section {
  max-width: 750px;
}

@media (max-width: 56.25em) {
  .body-section {
    padding: 20px 0 !important;
  }
}

.button-section {
  text-align: center;
  margin: 30px 0;
}

#header-search-bar {
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 56.25em) {
  #header-search-bar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 56.25em) {
  .member-button {
    text-align: center;
  }
}

#fixed-nav .flex-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

input[type="search"] {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 500;
  padding: 13px 20px;
}

.search_entry {
  width: 100%;
  padding-left: 10px;
  height: 54px;
  -webkit-appearance: none;
  border: 2px solid #707070;
  border-radius: 5px;
}

#header-search-bar input[type="submit"],
#search-bar input[type="submit"] {
  background: url(../img/search-icon.png) 0 0 no-repeat;
  border: 0 none;
  /* height: 1.5em; */
  line-height: 1.5em;
  margin: 0;
  padding: 3px 0;
  text-indent: 100px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  float: right;
  cursor: pointer;
  height: 22px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 24px;
}

.logged-in #fixed-nav {
  margin-top: 32px !important;
}

#fixed-nav {
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 80px;
  -webkit-transition: 0.2s background-color ease;
  -o-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
}

@media (max-width: 56.25em) {
  #fixed-nav {
    border-bottom: none;
    height: 75px;
  }
}

#fixed-nav .flex-container {
  -webkit-box-pack: initial !important;
  -ms-flex-pack: initial !important;
  justify-content: initial !important;
  height: 100%;
}

@media (max-width: 1300px) {
  #fixed-nav .flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

#fixed-nav .flex-container .twocol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100% !important;
  padding: 16px;
}

#fixed-nav .flex-container .twocol svg {
  display: block;
  width: 100%;
  max-width: 171px;
}

#fixed-nav .flex-container .twocol a {
  display: block;
}

@media (max-width: 1300px) {
  #fixed-nav .flex-container .twocol {
    position: relative;
    height: auto;
    padding: 2rem !important;
    width: 100%;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  }
}

header img {
  display: block;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  max-width: 26.5rem;
  width: 100%;
  display: block;
}

@media (max-width: 1300px) {
  header img {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 37.5em) {
  header img {
    max-width: 100%;
  }
}

#backdrop {
  display: none;
  position: fixed;
  top: 105px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

@media (max-width: 1300px) {
  #backdrop.open {
    display: block;
    opacity: 1;
  }
}

#navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1300px) {
  #navigation {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 75px;
    height: 100vh;
    -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.23);
  }
  #navigation a {
    margin-left: 40px !important;
  }
  #navigation a.button {
    margin: 0;
    margin-left: 0 !important;
    padding: 14px 2px;
  }
  #navigation a.button:not(:last-child) {
    margin-bottom: 20px;
  }
  #navigation .top-nav {
    display: none;
  }
  #navigation .top-nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding: 0 30px 40px;
  }
  #navigation .top-nav-mobile li {
    padding: 0 30px;
  }
  #navigation .top-nav-mobile a {
    width: 100%;
    text-align: center;
  }
}

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}

@media (max-width: 1300px) {
  #nav {
    display: block;
    height: 100%;
    margin-left: 0;
    background: #fff;
    margin-right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#nav > li {
  position: relative;
  padding: 0 17px;
  color: #000;
}

@media (max-width: 1300px) {
  #nav > li {
    height: initial !important;
    border-bottom: 2px solid #ececec;
  }
  #nav > li:first-of-type {
    border-top: 2px solid #ececec;
  }
  #nav > li a {
    color: #000;
    text-decoration: none !important;
  }
}

#nav > li.menu-item-has-children {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding-right: 30px;
}

#nav > li.menu-item-has-children > a {
  position: relative;
  color: #000 !important;
}

#nav > li.menu-item-has-children > a:hover {
  color: #00754e;
  text-decoration: underline;
}

#nav > li.menu-item-has-children.open {
  background: #f5f8f7;
}

#nav > li.menu-item-has-children.open > a {
  color: #00754e !important;
}

@media (max-width: 1300px) {
  #nav > li {
    padding: 0 !important;
  }
}

#nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#nav li:not(.menu-item-has-children) a:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  background-color: #000;
  height: 2px;
  top: 100%;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

@media (max-width: 1300px) {
  #nav li {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#nav a {
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0px;
  color: #000;
  position: relative;
}

@media (max-width: 1300px) {
  #nav a {
    padding: 1.3rem;
    font-size: 1.8rem;
    width: 100%;
    height: 100%;
    margin-left: 0 !important;
    font-size: 1.8rem;
  }
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nav-wrapper {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

#nav-wrapper.open {
  background: #fff;
}

#mobile-nav {
  display: none;
  cursor: pointer;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1300px) {
  #mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
  }
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
  width: 1.8rem;
  height: 2px;
  background-color: #00754e;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navigation__icon::before,
.navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.navigation__icon::before {
  top: -0.5rem;
}

.navigation__icon::after {
  top: 0.5rem;
}

.open .navigation__icon {
  background-color: transparent !important;
}

.open .navigation__icon:before {
  top: 0;
  background-color: #000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .navigation__icon:after {
  top: 0;
  background-color: #000;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1300px) {
  .header-social {
    visibility: hidden;
    display: none;
  }
}

header .facebook_button {
  display: block;
}

header .facebook_button:hover path {
  fill: #536669;
}

.top-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.top-navigation > div {
  padding: 5px;
}

@media (max-width: 1300px) {
  .top-navigation {
    display: none !important;
  }
}

.menu-item-has-children:hover a::after {
  opacity: 1;
}

.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1300px) {
  #nav .sub-menu a {
    font-size: 1.8rem;
    margin-left: 20px !important;
  }
}

@media (max-width: 1300px) {
  li.opened {
    background: #f5f8f7;
  }
  .opened > .sub-menu {
    border-top: 2px solid #707070;
    display: block;
    max-height: 0;
    overflow: hidden;
  }
}

.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  border-radius: 2px;
  min-width: 350px;
  -webkit-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
	clip-path: inset(0px -17px -17px -17px);
  padding: 0px 20px;
}

.sub-menu li{
	padding: 6px 0; 
}

@media (max-width: 1300px) {
  .sub-menu {
    visibility: visible;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: initial;
    z-index: 1;
    opacity: 1;
    top: 0;
    display: none;
    border: none;
    overflow: hidden;
    background: #f5f8f7 !important;
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .sub-menu a {
    margin-left: 25px;
    display: block;
  }
}

.top-navigation-mobile {
  display: none !important;
}

@media (max-width:1300px) {
  .top-navigation-mobile {
    display: block !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px !important;
  }
}

#nav > li {
  position: relative;
  height: 100%;
}

#nav li:hover > a {
  text-decoration: underline;
}

#nav li:hover > a,
#nav .current-menu-item > a,
#nav .current-menu-parent > a,
#nav .current_page_item > a {
  color: #00754e;
}

@media (max-width: 56.25em) {
  #nav li:hover > a,
  #nav .current-menu-item > a,
  #nav .current-menu-parent > a,
  #nav .current_page_item > a {
    color: #00754e !important;
  }
  #nav li:hover a.button,
  #nav .current-menu-item a.button,
  #nav .current-menu-parent a.button,
  #nav .current_page_item a.button {
    color: #fff !important;
  }
}

.home .logo {
  width: 200px;
}

.scrolled .logo {
  width: 200px;
}

.logo {
  width: 200px;
  padding: 15px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

@media (max-width: 1300px) {
  .logo {
    padding: 0;
  }
}

.mobile-phone-link {
  display: none !important;
}

@media (max-width: 1300px) {
  .mobile-phone-link {
    display: block !important;
    width: 28px;
    height: 31px;
    background-size: cover;
    position: absolute;
    right: 9.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    font-size: 28px;
  }
  .mobile-phone-link a {
    display: block !important;
    width: 100% !important;
    height: 100%;
    padding: 0 !important;
  }
}

.header-buttons {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-buttons a.button {
  margin-bottom: 0;
  margin-right: 20px;
  color: #000 !important;
  background: #ffd106 !important;
  border: 2px solid #ffd106 !important;
}

.header-buttons a.button:hover {
  color: #000 !important;
  background: transparent !important;
}

.header-buttons.mobile {
  display: none;
}

@media (max-width: 1300px) {
  .header-buttons.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px 30px;
  }
  .header-buttons.mobile a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-right: 0px;
    width: 100%;
    color: #000 !important;
    background: #ffd106 !important;
    border: 2px solid #ffd106 !important;
    text-align: center !important;
  }
  .header-buttons.mobile a.button:hover {
    color: #000 !important;
    background: transparent !important;
  }
}

@media (max-width: 1300px) {
  .header-buttons {
    display: none;
  }
}

#big-video {
  position: relative;
  background: #fff;
  border: 20px solid #fff;
}

@media (max-width: 56.25em) {
  #big-video {
    border: 10px solid #fff;
  }
}

.video {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

#big-video .video-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 75%;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media (max-width: 56.25em) {
  .flex-container.mobile-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 56.25em) {
  .flex-container.mobile-wrap .third:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 56.25em) {
  .flex-container.mobile-wrap .half:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 37.5em) {
  .flex-container.phone-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.two-thirds {
  width: calc(66.6666667% - 5rem);
}

@media (max-width: 56.25em) {
  .two-thirds {
    width: 100%;
  }
}

.third {
  width: calc(33.3333% - 5rem);
}

@media (max-width: 56.25em) {
  .third {
    width: 100%;
    padding: 1rem 0 !important;
  }
}

.half {
  width: calc(50% - 5rem);
}

@media (max-width: 56.25em) {
  .half {
    width: 100%;
  }
}

.quarter {
  width: calc(25% - 5rem);
}

@media (max-width: 56.25em) {
  .quarter {
    width: 100%;
    padding: 1rem 0 !important;
  }
}

@media (max-width: 37.5em) {
  .quarter {
    width: 100%;
  }
}

.middle {
  padding: 0 1rem;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid.two {
  -ms-grid-columns: 1fr 100px 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
  -webkit-column-gap: 100px;
  column-gap: 100px;
  row-gap: 80px;
}

@media (max-width: 56.25em) {
  .grid.two {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px;
  }
}

.grid.three {
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

@media (max-width: 56.25em) {
  .grid.three {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media (max-width: 37.5em) {
  .grid.three {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px;
  }
}

.grid.four {
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

@media (max-width: 56.25em) {
  .grid.four {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media (max-width: 37.5em) {
  .grid.four {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px;
  }
}

.grid.five {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}

@media (max-width: 56.25em) {
  .grid.five {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}

@media (max-width: 37.5em) {
  .grid.five {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}

.grid.six {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}

@media (max-width: 56.25em) {
  .grid.six {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}

@media (max-width: 37.5em) {
  .grid.six {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
}

.center img {
  display: block;
  margin: 0 auto;
}

footer {
  border-top: 2px solid #00754e;
}

footer .footer-content .half {
  min-height: 664px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 80px;
  width: 50% !important;
}

footer .footer-content .half:first-child {
  background: #f5f8f7;
}

footer .footer-content .half:last-child {
  background: #a5efe4;
}

footer .footer-content .half h2 {
  margin-bottom: 50px;
}

footer .footer-content .half img {
  display: block;
  width: 100px;
  height: 100px;
}

footer .footer-content .half p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

footer .footer-content .half p .button {
  margin-left: 15px;
  margin-bottom: 0;
}

@media (max-width: 56.25em) {
  footer .footer-content .half {
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 40px;
    min-height: initial;
  }
  footer .footer-content .half h2 {
    margin-bottom: 23px;
  }
  footer .footer-content .half img {
    width: 0px;
    height: 0px;
  }
  footer .footer-content .half p {
    margin-bottom: 10px;
  }
  footer .footer-content .half p .button {
    margin-left: 0;
  }
}

footer .footer-inner {
  width: 100%;
}

@media (max-width: 56.25em) {
  footer .footer-inner {
    width: 100%;
  }
}

footer h4 {
  font-size: 1.6rem;
}

footer .top-footer {
  line-height: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 100px;
}

footer .top-footer .footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

footer .top-footer .footer-title h4 {
  margin-bottom: 15px;
}

footer .top-footer .social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 56.25em) {
  footer .top-footer .social-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .top-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .top-footer .social-links a {
  width: 100%;
}

@media (max-width: 56.25em) {
  footer .top-footer .social-links {
    margin-left: 0;
  }
}

footer .top-footer .social-links .social-link {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 10px;
}

footer .top-footer .social-links svg {
  width: 100%;
  height: auto;
}

footer .top-footer .social-links svg path {
  fill: #00754e;
}

@media (max-width: 56.25em) {
  footer .top-footer {
    height: auto;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  footer .top-footer .half:last-child {
    margin-bottom: 15px;
  }
}

footer .top-footer .footer-title h3 {
  padding-bottom: 28px;
}

@media (max-width: 56.25em) {
  footer .top-footer .footer-title h3 {
    padding-bottom: 10px;
  }
}

footer .bottom-footer {
  background: #00754e;
  padding: 40px 100px;
}

footer .bottom-footer p,
footer .bottom-footer a {
  font-size: 1.4rem !important;
}

@media (max-width: 56.25em) {
  footer .bottom-footer {
    padding: 30px 40px;
  }
}

footer .flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 56.25em) {
  footer .flex-end {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.page-title {
  text-align: center;
  padding: 30px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00754e;
}

@media (max-width: 56.25em) {
  .page-title {
    padding: 30px 0px;
  }
}

.content-section--inner {
  padding: 100px;
  max-width: 1166px;
  margin: 0 auto;
}

@media (max-width: 56.25em) {
  .content-section--inner {
    padding: 30px;
  }
}

.text-margin > *:not(:last-child) {
  margin-bottom: 9px;
}

.full-image-container img {
  display: block;
  width: 100%;
  max-width: initial;
}

.title-wrapper {
  padding: 0 100px;
}

@media (max-width: 56.25em) {
  .title-wrapper {
    padding: 0 30px;
  }
}

.post-title {
  text-align: center;
  border-bottom: 2px solid #c7c7c7;
  padding: 80px 20px;
}

@media (max-width: 56.25em) {
  .post-title {
    padding: 40px 40px;
  }
}

.page-title,
.content-section,
.block--inner {
  background-size: cover !important;
}

.block--inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block--inner .block-content-inner {
  max-width: 600px;
  padding: 100px;
}

@media (max-width: 56.25em) {
  .block--inner .block-content-inner {
    padding: 30px;
  }
}

.content-inner .button:last-child {
  margin-bottom: 0 !important;
}

.opened-header h4 {
  padding-bottom: 0;
}

.thumbnail-container {
  position: relative;
  display: block;
}

.thumbnail-container .hover-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  opacity: 0;
}

.post-content:hover .hover-thumbnail {
  opacity: 1;
}

.thumb-img img {
  max-width: initial;
  width: 100%;
}

#page_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page_controls .full {
  width: 100%;
}

#page_controls .control-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #00255b;
  text-align: center;
  margin-bottom: 0 !important;
}

#page_controls .control-button h5 {
  padding-bottom: 0;
  color: #fff;
}

#page_controls .control-button a {
  width: 100%;
  display: block;
  padding: 33px;
  text-decoration: none !important;
}

@media (max-width: 56.25em) {
  #page_controls .control-button {
    margin-bottom: 2px !important;
  }
}

#page_controls #prev.half {
  border-right: 1px solid #fff;
}

@media (max-width: 56.25em) {
  #page_controls #prev.half {
    border-right: none;
  }
}

#page_controls #next.half {
  border-left: 1px solid #fff;
}

@media (max-width: 56.25em) {
  #page_controls #next.half {
    border-left: none;
  }
}

#page_controls .control-icon {
  width: 30px;
  height: 30px;
  border-top: 2px solid #1682c6;
  border-right: 2px solid #1682c6;
}

#page_controls .prev-icon {
  -webkit-transform: rotate(-135deg) translateY(50%);
  -ms-transform: rotate(-135deg) translateY(50%);
  transform: rotate(-135deg) translateY(50%);
  position: absolute;
  left: 5%;
  top: 50%;
}

#page_controls .next-icon {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 5%;
  top: 50%;
}

@media (max-width: 56.25em) {
  header .flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.halves-section:not(:last-child) {
  border-bottom: 2px solid #a1a9b2;
}

@media (max-width: 56.25em) {
  .halves-section:last-child {
    padding-bottom: 0;
  }
}

.halves-section .half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.section-title {
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 56.25em) {
  .section-title {
    text-align: center;
  }
}

.section-title .view-all {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-title .view-all svg {
  margin-left: 15px;
}

@media (max-width: 56.25em) {
  .section-title .view-all {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: initial;
    margin-top: 5px;
  }
}

.section-title.left-align {
  text-align: left;
}

.content-tiles .content-tile {
  padding: 20px;
}

.content-tiles .content-tile--inner {
  position: relative;
  min-height: 200px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
}

.content-tiles .content-tile--inner img {
  display: block;
}

@media (max-width: 56.25em) {
  .content-tiles .content-tile--inner {
    margin-bottom: 0 !important;
  }
}

.image-tiles .image-tile {
  padding: 20px;
}

.image-tiles .image-tile--inner {
  position: relative;
  min-height: 200px;
  background: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-tiles .image-tile--inner img {
  display: block;
}

@media (max-width: 56.25em) {
  .image-tiles .image-tile--inner {
    margin-bottom: 0 !important;
  }
}

.image-tiles .image-tile--inner:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  border: 2px solid #00a3ca;
}

.image-list .image-list-item {
  padding: 20px;
}

.image-list .image-list-item--content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.image-list .image-list-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000)
  );
  background: -o-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  opacity: 0.5;
}

.image-list .image-list-item--inner {
  position: relative;
  background: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.image-list .image-list-item--inner .button-icon {
  width: 100%;
}

.image-list .image-list-item--inner img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 56.25em) {
  .image-list .image-list-item--inner {
    margin-bottom: 0 !important;
  }
}

.image-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
}

.image-link svg {
  margin-left: 10px;
}

.image-link.active {
  color: #00adee;
}

.image-link.active svg path {
  stroke: #00adee;
}

.image-link-image {
  opacity: 0;
  -webkit-transition: 0.4s opacity ease;
  -o-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
}

.image-link-image.active {
  opacity: 1;
}

.image-links-wrapper {
  background: #161616;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 429px;
}

@media (max-width: 56.25em) {
  .image-links-wrapper {
    background: #fff;
    padding: 0;
  }
}

.image-links-wrapper a {
  font-size: 22px;
}

.image-links-wrapper .section-image-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.3333%;
}

.image-links-wrapper .section-image-links .mobile-image,
.image-links-wrapper .section-image-links .mobile-title {
  display: none;
}

@media (max-width: 56.25em) {
  .image-links-wrapper .section-image-links {
    width: 100%;
  }
  .image-links-wrapper .section-image-links .desktop-content {
    display: none !important;
  }
  .image-links-wrapper .section-image-links .mobile-image,
  .image-links-wrapper .section-image-links .mobile-title {
    display: block;
    width: 100%;
  }
  .image-links-wrapper .section-image-links .image-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-links-wrapper .section-image-links .image-link img {
    display: block;
    width: 100%;
    height: auto;
  }
  .image-links-wrapper .section-image-links .image-link .mobile-title {
    background: #000;
    color: #fff !important;
    padding: 10px;
  }
}

.image-links-wrapper .section-image-links-images {
  width: 66.66666%;
  position: relative;
}

@media (max-width: 56.25em) {
  .image-links-wrapper .section-image-links-images {
    display: none !important;
  }
}

.image-links-wrapper .section-image-links-images .image-link-image {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-links-wrapper .section-image-links-images img {
  -o-object-fit: contain;
  object-fit: contain;
}

.post {
  padding: 15px;
}

.alm-reveal,
.posts-list {
  padding-bottom: 45px;
}

.alm-reveal .post-link,
.posts-list .post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}

.alm-reveal .post-link p,
.posts-list .post-link p {
  color: #000 !important;
  margin-top: 22px;
}

.alm-reveal .post-link h5,
.alm-reveal .post-link p,
.posts-list .post-link h5,
.posts-list .post-link p {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.alm-reveal .post-link:hover h5,
.alm-reveal .post-link:hover p,
.posts-list .post-link:hover h5,
.posts-list .post-link:hover p {
  color: #00754e !important;
}

@media (max-width: 56.25em) {
  .alm-reveal .post-link,
  .posts-list .post-link {
    max-width: 280px;
    margin: 0 auto;
  }
  .alm-reveal .post-link:last-of-type,
  .posts-list .post-link:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.section-title {
  text-align: center;
}

.section-title h2 {
  letter-spacing: 1.2px;
}

.testimonials-title {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 60px;
}

.testimonials {
  position: relative;
}

.testimonial--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 80px;
  font-weight: 700;
}

.slick-arrow {
  display: block;
  background-size: cover !important;
  background-position: center !important;
  cursor: pointer;
  position: absolute;
  top: -45px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.slick-next {
  left: 40px;
}

.slick-prev {
  left: 0;
}

.button-container {
  text-align: center;
  padding: 30px 0;
}

.client-content {
  padding-right: 50px;
}

.client-logos {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logo:not(:last-child) {
  margin-bottom: 20px;
}

.client-page .client-logo {
  padding: 30px 0;
}

@media (max-width: 56.25em) {
  .client-page .client-logo {
    padding: 10px 0;
  }
}

@media (max-width: 56.25em) {
  .event-text {
    padding-bottom: 10px;
  }
}

.event-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.event-details--inner {
  max-width: 800px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.event-details--inner .event-date {
  text-align: center;
}

@media (max-width: 56.25em) {
  .event-list {
    padding-top: 0 !important;
  }
}

.event-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #c6c6c6;
  padding: 60px 0;
}

@media (max-width: 56.25em) {
  .event-item {
    padding-bottom: 40px;
  }
}

.event-item .blue-text {
  font-weight: 700;
  color: #0086e3;
}

.date-month {
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 56.25em) {
  .date-day {
    margin-bottom: 10px;
  }
}

.event-item .event-start-date {
  width: 20%;
  min-width: 240px;
  text-align: center;
}

@media (max-width: 56.25em) {
  .event-item .event-start-date {
    width: 100%;
  }
}

.event-item .event-start-date h6 {
  font-weight: 500;
}

.event-item .event-start-date .date-day h1 {
  font-size: 10rem;
  color: #3056a3;
  letter-spacing: 6px;
}

.event-item .event-main-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 56.25em) {
  .event-item .event-main-content {
    width: 100%;
    margin-bottom: 30px;
  }
}

.event-item .event-buttons {
  min-width: 300px;
}

.event-item .event-buttons .button:not(:last-child) {
  margin-right: 10px;
}

.past-events .blue {
  padding: 0 !important;
}

.register-button {
  margin-top: 30px;
}

@media (max-width: 56.25em) {
  .register-button {
    text-align: center;
  }
}

.opened .plusmin {
  border-color: #000;
}

.opened .plusmin::after {
  -webkit-transform: translateX(-50%) translateY(-1.5px) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-1.5px) rotate(180deg);
  transform: translateX(-50%) translateY(-1.5px) rotate(180deg);
}

dt:hover .plusmin::after,
dt:hover .plusmin::before {
  background: #000;
}

.opened .plusmin::after,
.opened .plusmin::before {
  background: #000;
}

.plusmin {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: block;
}

.plusmin:before {
  content: "";
  width: 80%;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 1px;
}

.plusmin:after {
  content: "";
  width: 80%;
  height: 3px;
  background: #000;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
  -ms-transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
  transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
  position: absolute;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 1px;
}

dt {
  cursor: pointer;
  position: relative;
}

dt h3 {
  color: #000;
}

dt:hover h3 {
  color: #000;
}

dd {
  display: none;
  padding-top: 15px;
}

.hidden-text {
  padding: 20px;
  border: 2px solid #a5efe4;
  background: #fff;
  border-radius: 10px;
}

.hidden-text:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 56.25em) {
  .content-section {
    padding: 20px !important;
  }
}

.content-section .body-section--inner {
  width: 100%;
  padding: 20px !important;
}

.content-section .body-section--inner:first-child {
  padding-top: 40px !important;
}

@media (max-width: 56.25em) {
  .content-section .body-section--inner:first-child {
    padding-top: 20px !important;
  }
}

.content-section .body-section--inner:last-child {
  padding-bottom: 40px !important;
}

@media (max-width: 56.25em) {
  .content-section .body-section--inner:last-child {
    padding-bottom: 20px !important;
  }
}

.content-section .body-section--inner a:link {
  color: #00754e;
  text-decoration: none;
}

.content-section .body-section--inner a:link:hover {
  text-decoration: underline;
}

.image-section {
  background-size: cover !important;
  background-position: center !important;
  padding: 90px;
  position: relative;
}

.image-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2e3033;
  opacity: 0.7;
}

.collapsible-section {
  padding: 45px 0;
}

.next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: relative;
  background: #00754e;
}

.next-prev .prev-post {
  position: relative;
  margin-left: 15px;
  margin-right: auto;
}

.next-prev .next-post {
  position: relative;
  margin-right: 15px;
  margin-left: auto;
}

.next-prev .all-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 56.25em) {
  .next-prev {
    padding: 20px 10px;
  }
}

.icon {
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
}

.icon.prev-icon {
  top: 41%;
  left: -15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.icon.next-icon {
  top: 41%;
  right: -15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.video-container {
  position: relative;
}

.video-container .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  opacity: 0.5;
}

@media (max-width: 56.25em) {
  .video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video-container .overlay {
    opacity: 0;
  }
}

.stats-section {
  background: #efeefa;
  text-align: center;
}

.stats-section .stat-col {
  margin-top: 15px;
  padding: 15px;
}

.stats-section .stat-col--inner {
  padding: 30px;
  border-radius: 15px;
}

.stats-section .stat-col:first-child .stat-col--inner {
  background: #00a3ca;
}

.stats-section .stat-col:nth-child(2) .stat-col--inner {
  background: #005982;
}

.stats-section .stat-col:nth-child(3) .stat-col--inner {
  background: #c7410f;
}

.stats-section .stat-icon {
  height: 100px;
}

.stats-section .stat-value h1 {
  font-size: 5rem;
}

.logo-slider-section {
  background-color: #f8f8f8;
}

.centered-button {
  text-align: center;
}

.logo-slider {
  margin-bottom: 30px;
}

.logo-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.logo-image img {
  display: block;
}

.logo-image .logo-image-base {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.logo-image .logo-image-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.2 all ease;
  -o-transition: 0.2 all ease;
  transition: 0.2 all ease;
}

.logo-image:hover .logo-image-base {
  opacity: 0;
}

.logo-image:hover .logo-image-hover {
  opacity: 1;
}

.logo-grid-tile {
  border: 1px solid #bbbbbb;
  width: 20%;
  margin-left: -1px;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 10px;
}

@media (max-width: 75em) {
  .logo-grid-tile {
    width: 25%;
  }
}

@media (max-width: 56.25em) {
  .logo-grid-tile {
    width: 33.3333%;
  }
}

@media (max-width: 37.5em) {
  .logo-grid-tile {
    width: 50%;
  }
}

.category-banner {
  background-color: #000;
}

.category-banner .category-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.category-banner .category-image .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: -o-linear-gradient(bottom, #000, transparent);
  background: linear-gradient(to top, #000, transparent);
}

.category-banner .category-banner-content {
  padding: 20px 80px 80px 80px;
}

.category-banner .category-banner-content h1 {
  margin-bottom: 40px;
}

@media (max-width: 56.25em) {
  .category-banner .category-banner-content {
    padding: 20px;
  }
}

.alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project {
  padding: 20px;
  position: relative;
}

.project img {
  width: 100%;
  height: auto;
  display: block;
}

.project--inner {
  position: relative;
}

.project .project-title {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #000;
  padding: 20px;
  z-index: 1;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

@media (max-width: 56.25em) {
  .project .project-title {
    height: initial;
    padding: 10px;
  }
}

.project .project-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.project:hover .project-overlay {
  opacity: 0.5;
}

.project:hover .project-title {
  background-color: transparent;
}

.category-selector {
  margin-left: 20px;
}

@media (max-width: 56.25em) {
  .category-selector {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-selector .category-link {
    margin-bottom: 10px;
  }
  .category-selector .category-link:after {
    display: none !important;
  }
}

.category-selector .category-link {
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  color: #161616;
  text-decoration: none !important;
  -webkit-transition: 0.2s color ease;
  -o-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

.category-selector .category-link.active,
.category-selector .category-link:hover {
  color: #00adee;
}

.category-selector .category-link:not(:last-child):after {
  content: "·";
  color: #161616 !important;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-tag {
  width: 55px;
  height: 55px !important;
  position: relative;
}

.post-tag .previous-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 56.25em) {
  .post-tag .previous-arrow {
    width: 35px;
    height: 35px !important;
  }
  .post-tag .previous-arrow svg {
    width: 35px;
    height: 35px !important;
  }
}

.post-tag .next-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 56.25em) {
  .post-tag .next-arrow {
    width: 35px;
    height: 35px !important;
  }
  .post-tag .next-arrow svg {
    width: 35px;
    height: 35px !important;
  }
}

@media (max-width: 56.25em) {
  .post-tag {
    width: 35px;
    height: 35px !important;
  }
}

.next-post {
  margin-left: auto;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.alm-btn-wrap {
  display: none;
}

.view-all-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cta-section .cta {
  padding: 80px;
  background: #efeefa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  border: 2px solid transparent;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

@media (max-width: 56.25em) {
  .cta-section .cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
  }
  .cta-section .cta > div:not(:last-child) {
    margin-bottom: 15px;
  }
}

.cta-section .cta-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-section .cta-right h6 {
  margin-right: 10px;
}

.cta-section .cta:hover {
  background: #fff;
  border: 2px solid #00a3ca;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}

.quotes-section {
  background: #f8f8f8;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
}

.quotes-section .quotes--inner {
  position: relative;
}

.quotes-section .view-all {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
}

.quotes-section .view-all svg {
  margin-left: 15px;
}

.big-quoute {
  width: 25%;
}

.big-quoute svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 56.25em) {
  .big-quoute {
    width: 100%;
  }
  .big-quoute svg {
    margin-top: 15px;
  }
}

.quotes-slider {
  width: 75%;
  margin-top: 50px;
}

@media (max-width: 56.25em) {
  .quotes-slider {
    width: 100%;
  }
}

.post-title {
  margin-top: 10px;
}

.gradient,
.banner-svg-parent {
  -webkit-animation: gradientBackground 5s alternate ease-in-out;
  animation: gradientBackground 5s alternate ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#0080c5),
    to(#000)
  );
  background: -o-linear-gradient(right, #0080c5, #000);
  background: linear-gradient(to left, #0080c5, #000);
  background-size: 150% !important;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 2;
  min-height: 200px;
}

@keyframes gradientBackground {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@-webkit-keyframes gradientBackground {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member h4,
.team-member p {
  color: #000;
}

.team-member img {
  border-radius: 15px;
}

.team-member:hover h4,
.team-member:hover p {
  color: #00a3ca;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media (max-width: 56.25em) {
  .links {
    margin-left: 0;
  }
}

.links svg {
  width: 25px !important;
  height: 25px;
  margin-right: 10px;
}

.links svg path {
  fill: #00754e;
}

.webinar--inner {
  background: #f8f8f8;
  border-radius: 15px;
  padding: 30px;
}

.webinar--inner .button {
  z-index: 1;
}

.webinar-title {
  padding: 60px;
}

.webinar-title .title--inner {
  text-align: center;
}

.image-list-item {
  padding: 20px;
}

.image-list-item--content {
  padding: 30px;
}

.image-list-item--inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.image-list-item--inner img {
  display: block;
  width: 100%;
  height: auto;
}

.button-half {
  padding: 0 20px;
}

@media (max-width: 56.25em) {
  .button-half {
    padding: 0 !important;
  }
}

a.button.big-button {
  width: 100%;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 700;
  min-height: 124px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #011340 !important;
  border: 2px solid #efeefa;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

a.button.big-button:after {
  background: #efeefa !important;
}

a.button.big-button:before {
  background: #fff !important;
}

a.button.big-button:hover {
  color: #0080c5 !important;
  border-color: #0080c5 !important;
}

.image-half--inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.image-half--image {
  aspect-ratio: 1.8;
}

.image-half--image img {
  aspect-ratio: 1.8;
  width: 100%;
  display: block;
}

.image-half--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff !important;
  font-size: 2.8rem;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.image-half--content:hover {
  background: #0080c5;
}

.image-half--inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.full-half {
  padding: 100px;
  background-position: center !important;
  background-size: cover !important;
}

@media (max-width: 56.25em) {
  .full-half {
    margin-bottom: 0 !important;
    padding: 30px;
  }
  .full-half.image {
    min-height: 300px;
  }
}

main ul {
  padding-left: 20px;
}

main ul li {
  padding-bottom: 10px;
}

.narrow {
  max-width: 766px;
  margin: 0 auto;
}

.brands {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.brand {
  width: calc(25% - 40px);
  position: relative;
  text-decoration: none !important;
}

.brand .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  z-index: -1;
}

.brand .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}

.brand .logo img {
  max-width: 100%;
  display: block;
}

.brand .image img {
  display: block;
  position: relative;
  z-index: -2;
}

.brand:hover .overlay {
  opacity: 1;
}

.brand .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  padding: 20px;
}

.brand .overlay .title,
.brand .overlay .description,
.brand .overlay .button {
  position: relative;
  z-index: 1;
  text-align: center;
}

.brand .overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

@media (max-width: 56.25em) {
  .brand {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand .gradient {
    display: none;
  }
  .brand .overlay {
    display: none !important;
  }
  .brand .image {
    display: none;
  }
  .brand .logo {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: 210px;
  }
}

.full-screen-image {
  height: 300px;
  background-position: center !important;
  background-size: auto 300px !important;
}

.posts-page-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.posts-page-link a {
  margin-left: auto;
}

@media (max-width: 56.25em) {
  .posts-page-link {
    display: none;
  }
}

.posts-page-link.mobile {
  display: none;
}

@media (max-width: 56.25em) {
  .posts-page-link.mobile {
    display: block;
  }
}

.posts-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.alm-reveal,
.posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  row-gap: 80px;
}

@media (max-width: 56.25em) {
  .alm-reveal,
  .posts-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
}

@media (max-width: 37.5em) {
  .alm-reveal,
  .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.body .social-link svg path {
  fill: #00754e;
}

.team-section {
  margin-bottom: 40px;
}

.post-link {
  position: relative;
}

.post-link:hover .team-content {
  opacity: 1;
}

.post-link:hover p {
  color: #00754e !important;
}

.team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
}

.team-content h4 {
  margin-bottom: 5px;
}

.team-content h4,
.team-content h6 {
  position: relative;
  z-index: 1;
}

.team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00754e;
  opacity: 0.5;
}

.post-type-archive-team-member .alm-reveal {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

@media (max-width: 56.25em) {
  .post-type-archive-team-member .alm-reveal {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}

@media (max-width: 37.5em) {
  .post-type-archive-team-member .alm-reveal {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}

.view-more {
  color: #00754e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-more svg {
  margin-left: 18px;
}

.stat {
  background: #a5efe4;
  padding: 18px;
  text-align: center;
  border-radius: 10px;
}

@media (max-width: 56.25em) {
  .stat {
    margin-bottom: 15px;
  }
}

.stat-description p {
  color: #00382d;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1px;
  height: 1px;
  padding: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #00754e;
  border-radius: 30px;
  opacity: 0.2;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.slick-dots .slick-active button,
.slick-dots li button:hover {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  list-style: none;
}

.slider {
  padding-top: 30px;
}

.slider img {
  width: 100%;
  height: auto;
  display: block;
  max-width: initial;
  margin-bottom: 16px;
}

.slider .image-caption {
  width: 100%;
  text-align: center;
}

.items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-content {
  margin-top: 30px;
}

@media (max-width: 56.25em) {
  .slider-content {
    margin-top: 0;
  }
}

.card-image {
  width: 80%;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: initial;
	    border-radius: 10px;
}

@media (max-width: 56.25em) {
  .card-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
  }
}

.card-slide {
  position: relative;
}

@media (max-width: 56.25em) {
  .card-slide {
    padding: 10px;
  }
}

.slide-card {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 420px;
  height: 390px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background: #fff;
  padding: 100px 20px 20px;
}

@media (max-width: 56.25em) {
  .slide-card {
    position: relative;
    top: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    height: auto;
  }
}

.slide-card .slick-dots {
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.image-card {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
	overflow: hidden;
}

.image-card-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.image-card-content {
  padding: 30px 35px;
}

.image-card-content h5 {
  color: #000 !important;
}

.icon-card {
  background: #a5efe4;
  position: relative;
  border-radius: 10px;
  padding: 15px;
  min-height: 385px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: default;
}

.icon-card-image {
  height: 138px;
  width: auto;
  text-align: center;
  position: absolute;
  bottom: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 15px;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.icon-card-image img {
  display: block;
  height: 120px;
  width: auto;
	max-width: initial;
}

.icon-card-title {
  width: 100%;
  height: auto;
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 25px;
  text-align: center;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.icon-card-content {
  text-align: center;
  width: 100%;
  opacity: 0;
  padding-top: 151px;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  line-height: 27px;
}

.icon-card:hover {
  background: #ffd106;
}

.icon-card:hover .icon-card-image {
  opacity: 0;
}

.icon-card:hover .icon-card-title {
  top: 32px;
}

.icon-card:hover .icon-card-content {
  opacity: 1;
}

.icon-cards {
  -moz-column-gap: 10px !important;
  -webkit-column-gap: 10px !important;
  column-gap: 10px !important;
  row-gap: 10px !important;
}

.gallery-image img {
  display: block;
  width: 100%;
  height: auto;
}

.logo-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-section {
  background: #f5f8f7;
}

.testimonial-slide {
  position: relative;
  padding: 50px 80px;
}

.testimonial-slide:before {
  background: url(../img/quote.png) 0 0 no-repeat;
  content: "";
  display: block;
  width: 185px;
  height: 140px;
  background-size: 185px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 56.25em) {
  .testimonial-slide:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.testimonial-slide .testimonial {
  position: relative;
  z-index: 1;
}

@media (max-width: 56.25em) {
  .testimonial-slide {
    padding: 30px 20px;
  }
}

.testimonial-slider {
  max-width: 926px;
  margin: 0 auto;
}

.services-section {
  padding: 0;
  margin: 0;
  position: relative;
  height: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.services-section .service--container {
  width: 25%;
  height: 610px;
  display: block;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  -webkit-transition: width 0.7s ease;
  -o-transition: width 0.7s ease;
  transition: width 0.7s ease;
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  color: #fff;
}

.services-section .service--container .service-content {
  position: absolute;
  bottom: 40px;
  padding: 0 10px;
}

@media (max-width: 56.25em) {
  .services-section .service--container .service-content {
    padding: 0;
  }
}

@media (max-width: 56.25em) {
  .services-section .service--container .service-content {
    display: none !important;
  }
}

.services-section .service--container .service-desc {
  display: none;
  opacity: 0;
  -webkit-transition: 0.7s opacity ease;
  -o-transition: 0.7s opacity ease;
  transition: 0.7s opacity ease;
  padding-top: 10px;
}

.services-section .service--container .service-desc.active {
  opacity: 1;
}

@media (max-width: 56.25em) {
  .services-section .service--container {
    padding: 10px 40px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: initial;
    background: none !important;
  }
  .services-section .service--container .service-desc {
    display: block;
    opacity: 1;
  }
}

@media (max-width: 56.25em) {
  .services-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: initial;
  }
}

@media (min-width: 56.25em) {
  .services-section:hover .service--container {
    width: 0;
  }
  .services-section .service-link {
    background-color: rgba(18, 18, 18, 0.7);
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.8)),
      to(transparent)
    );
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    position: absolute;
    padding: 5rem 2.5rem 9.375rem;
    height: 100%;
    width: 25%;
    left: 0;
    z-index: 2;
    border: 1px solid #fff;
  }
  .services-section .service--container {
    -webkit-transition: width 0.7s ease;
    -o-transition: width 0.7s ease;
    transition: width 0.7s ease;
  }
  .services-section .service--container:nth-child(2) .service-link {
    left: 25%;
  }
  .services-section .service--container:nth-child(3) .service-link {
    left: 50%;
  }
  .services-section .service--container:nth-child(4) .service-link {
    left: 75%;
  }
  .services-section .service--container:hover {
    width: 100%;
  }
}

.service--mobile-thumb {
  display: none;
}

@media (max-width: 56.25em) {
  .service--mobile-thumb {
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .service--mobile-thumb img {
    width: 100%;
    height: auto;
  }
  .service--mobile-thumb .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
  }
  .service--mobile-thumb .service-title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.image-section .content {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 40%;
  border-radius: 10px;
}

@media (max-width: 56.25em) {
  .image-section .content {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 56.25em) {
  .image-section {
    background: none !important;
    padding: 0;
  }
}

.image-section .mobile-image {
  display: none;
}

@media (max-width: 56.25em) {
  .image-section .mobile-image {
    display: block;
  }
  .image-section .mobile-image img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 56.25em) {
  .pinned-section {
    padding: 40px 0 0;
  }
}

.pinned-half-content {
  padding: 100px;
}

@media (max-width: 56.25em) {
  .pinned-half-content {
    padding: 0 40px;
  }
}

.pinned-image-container {
  height: 100%;
}

.pinned-image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner-bg .pinned-image img{
	  height: 135%;
}

.pinned-image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}

@media (max-width: 56.25em) {
  .pinned-image {
    position: relative;
    width: 100% !important;
  }
}

.relative {
  position: relative;
}

.video-cover {
  -webkit-clip-path: polygon(0 81%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 81%, 100% 0, 100% 100%, 0% 100%);
  background: #a5efe4;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -2px;
}

.banner-bg {
  background: #a5efe4;
  padding: 100px;
  position: relative;
	z-index: 1;
}

@media (max-width: 56.25em) {
  .banner-bg {
    padding: 0px;
  }
  .banner-bg .banner-text {
    padding: 10px 40px;
  }
}

.video {
  position: relative;
}

.banner-bg .pinned-image {
  width: 50%;
}

.full-section {
  padding-top: 60px;
}

@media (max-width: 56.25em) {
  .full-section {
    padding: 40px 0;
  }
}

@media (max-width: 56.25em) {
  .body-section--inner.card-slider-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/*ANIMATIONS*/
.text-in {
  opacity: 0;
}

.come-in .text-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(9rem);
  -ms-transform: translateY(9rem);
  transform: translateY(9rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.come-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(15rem);
  -ms-transform: translateY(15rem);
  transform: translateY(15rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(2) .text-in {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.come-in:nth-child(3) .text-in {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.already-visible {
  -webkit-transform: translateY(15rem);
  -ms-transform: translateY(15rem);
  transform: translateY(15rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
}

.come-in .animate-width {
  -webkit-animation: anim-width 0.5s ease forwards;
  animation: anim-width 0.5s ease forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@keyframes anim-width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes anim-width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes text-down {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes text-down {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes come-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes come-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

h1 a,
h1 {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
  color: #00754e;
}

@media (max-width: 56.25em) {
  h1 a,
  h1 {
    font-size: 4rem;
  }
}

h2 a,
h2 {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: #00754e;
}

@media (max-width: 56.25em) {
  h2 a,
  h2 {
    font-size: 3rem;
  }
}

h3 a,
h3 {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #00754e;
}

@media (max-width: 56.25em) {
  h3 a,
  h3 {
    font-size: 2.2rem;
  }
}

h4 a,
h4 {
  font-family: "Public Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 3rem;
  color: #000;
}

@media (max-width: 56.25em) {
  h4 a,
  h4 {
    font-size: 2.2rem;
  }
}

h5 a,
h5 {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #000;
}

@media (max-width: 56.25em) {
  h5 a,
  h5 {
    font-size: 2rem;
  }
}

h6 a,
h6 {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #000;
}

@media (max-width: 56.25em) {
	dt h5{
		    padding-right: 20px;
	}
	.stat-half{
		margin-bottom: 15px;
	}
  h6 a,
  h6 {
    font-size: 1.4rem;
  }
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white li,
.text-white a {
  color: #fff !important;
}

blockquote {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  color: #00754e;
  border-left: 2px solid #00754e;
  padding-left: 15px;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
  color: #00754e !important;
}

.dd-btn,
.button,
#fsSubmitButton2858406,
.form-submit input[type="submit"],
#slider-section .button,
footer .button,
a.button {
  border-radius: 0px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0px 13px;
  color: #fff !important;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  border-radius: 50px;
  line-height: 1;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #00754e;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00754e !important;
}

.dd-btn:hover,
.button:hover,
#fsSubmitButton2858406:hover,
.form-submit input[type="submit"]:hover,
#slider-section .button:hover,
footer .button:hover,
a.button:hover {
  color: #00754e !important;
  background: #fff !important;
}

.dd-btn.alt,
.button.alt,
#fsSubmitButton2858406.alt,
.form-submit input[type="submit"].alt,
#slider-section .button.alt,
footer .button.alt,
a.button.alt {
  color: #000 !important;
  background: #fff !important;
  width: 100%;
  max-width: 327px;
  border-radius: 10px;
  height: 50px;
  padding-right: 20px;
  border: 2px solid #a5efe4 !important;
}

.dd-btn.alt:hover,
.button.alt:hover,
#fsSubmitButton2858406.alt:hover,
.form-submit input[type="submit"].alt:hover,
#slider-section .button.alt:hover,
footer .button.alt:hover,
a.button.alt:hover {
  color: #000 !important;
  background: #a5efe4 !important;
}

.dd-btn.alt:hover:after,
.button.alt:hover:after,
#fsSubmitButton2858406.alt:hover:after,
.form-submit input[type="submit"].alt:hover:after,
#slider-section .button.alt:hover:after,
footer .button.alt:hover:after,
a.button.alt:hover:after {
  background: url(../img/arrow.png) no-repeat !important;
  background-position: center !important;
  background-size: 18px 12px !important;
}

.dd-btn.alt:after,
.button.alt:after,
#fsSubmitButton2858406.alt:after,
.form-submit input[type="submit"].alt:after,
#slider-section .button.alt:after,
footer .button.alt:after,
a.button.alt:after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(../img/arrow.png) no-repeat !important;
  background-position: center !important;
  background-size: 18px 12px !important;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aligncenter{
	margin: 0 auto;
}

.fade-section{
	height: 100%;
}

.stat{
	height: 100%;
}