@charset "UTF-8";
/* UPPERCASE TRANSFORMS - Need to include these in text styles that are uppercase */
/* The original mixins which had them are: buttondarkL, buttonlightL, buttondarkL-hover, datadates */
/* Symbols */
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  100% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body *::-moz-selection {
  color: #ffffff;
  background-color: #69be28;
}

body *::selection {
  color: #ffffff;
  background-color: #69be28;
}

a {
  text-decoration: none;
  /*color: $color-group-4;*/
  transition: all 0.2s ease-in-out;
}

input, textarea, select, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
input:focus, textarea:focus, select:focus, button:focus {
  outline: 0;
}

input[type=text], input[type=email], section select {
  border: 0;
  border-bottom: 1px solid #a3a3a3;
  background-color: transparent;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  input[type=text], input[type=email], section select {
    font-size: 14px;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, section select::-webkit-input-placeholder {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, section select::-moz-placeholder {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, section select:-ms-input-placeholder {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, section select::-ms-input-placeholder {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
input[type=text]::placeholder, input[type=email]::placeholder, section select::placeholder {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, section select::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, section select::-moz-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, section select:-ms-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, section select::-ms-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  input[type=text]::placeholder, input[type=email]::placeholder, section select::placeholder {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
}

/* Functions */
.column-1 {
  width: calc((100% - 220px) / 12 * 1 + 0px);
}

.column-2 {
  width: calc((100% - 220px) / 12 * 2 + 20px);
}

.column-3 {
  width: calc((100% - 220px) / 12 * 3 + 40px);
}

.column-4 {
  width: calc((100% - 220px) / 12 * 4 + 60px);
}

.column-5 {
  width: calc((100% - 220px) / 12 * 5 + 80px);
}

.column-6 {
  width: calc((100% - 220px) / 12 * 6 + 100px);
}

.column-7 {
  width: calc((100% - 220px) / 12 * 7 + 120px);
}

.column-8 {
  width: calc((100% - 220px) / 12 * 8 + 140px);
}

.column-9 {
  width: calc((100% - 220px) / 12 * 9 + 160px);
}

.column-10 {
  width: calc((100% - 220px) / 12 * 10 + 180px);
}

.column-11 {
  width: calc((100% - 220px) / 12 * 11 + 200px);
}

.column-12 {
  width: calc((100% - 220px) / 12 * 12 + 220px);
}

.skip-to-content {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  opacity: 0;
}
.skip-to-content:focus {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  align-items: center;
  z-index: 20;
  padding: 0 24px;
  border: 0;
  margin: 0;
  font-size: 18px;
  clip: inherit;
  background-color: #fff;
  color: #606264;
  outline: 0;
  border-bottom: 4px solid #69be28;
}

.btn {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 40px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex;
  align-items: center;
  background-color: #427c00;
  color: #ffffff;
  border: 0 !important;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .btn {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: oswald, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 0 20px;
  }
}
.btn:hover {
  color: #ffffff;
  background-color: #00819c;
}

.btn-2 {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 40px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  color: #606264;
}
@media screen and (max-width: 850px) {
  .btn-2 {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.btn-2:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-2:focus {
  color: #000000;
  background-color: #ffffff;
}

.btn-3 {
  height: 40px;
  line-height: 40px;
  padding: 8px 25px;
  border-radius: 90px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
  align-items: center;
  background-color: #427c00;
  transition: all 0.2s ease-in-out;
  color: #ffffff !important;
  border: 0 !important;
}
.btn-3:hover {
  color: #ffffff;
  background-color: #00819c;
}

.btn-4 {
  height: 40px;
  line-height: 40px;
  padding: 8px 25px;
  border-radius: 90px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
  align-items: center;
  background-color: #606264;
  transition: all 0.2s ease-in-out;
  color: #ffffff !important;
  border: 0 !important;
}
.btn-4:hover {
  color: #ffffff;
  background-color: #00819c;
}

.hide {
  display: none !important;
}

.h2small {
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #606264;
  font-family: oswald, sans-serif;
  font-weight: 500;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    max-width: 100%;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 850px) {
  .container {
    width: calc(100% - 50px);
  }
}
.container.full {
  padding: 0 60px;
  max-width: 100%;
}
@media screen and (max-width: 1366px) {
  .container.full {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .container.full {
    padding: 0 30px;
  }
}
@media screen and (max-width: 850px) {
  .container.full {
    padding: 0 25px;
  }
}

.more {
  display: inline-block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #606264;
}
.more::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background-color: #427c00;
  -webkit-mask-image: url(../../../../_resources/svgs/small-arrow.svg);
  mask-image: url(../../../../_resources/svgs/small-arrow.svg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin-left: 10px;
}
.more:hover::after {
  background-color: #00819c;
}
@media screen and (max-width: 500px) {
  .more::after {
    width: 14px;
    height: 9px;
  }
}
.more:hover {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .more {
    font-size: 16px;
  }
}

.more-reverse {
  display: inline-block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.more-reverse::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background-color: #427c00;
  -webkit-mask-image: url(../../../../_resources/svgs/arrow-left.svg);
  mask-image: url(../../../../_resources/svgs/arrow-left.svg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin-right: 10px;
}
.more-reverse:hover::before {
  background-color: #00819c;
}
.more-reverse:hover {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: oswald, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 850px) {
  .more-reverse {
    font-size: 16px;
  }
}

.top-spacer {
  margin-top: 70px;
}
@media screen and (max-width: 850px) {
  .top-spacer {
    margin-top: 50px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

.title-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.title-flex h2, .title-flex h3 {
  margin-bottom: 0px;
}

.label {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #606264;
  padding: 6px 15px;
  border: 1px solid #427c00;
  border-radius: 20px;
}

.title {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none !important;
  color: #606264;
}
@media screen and (max-width: 850px) {
  .title {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    font-size: 16px;
  }
}

.date {
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  margin-bottom: 10px;
}

.listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.listing .listing-item-3 {
  min-height: 270px;
  max-width: calc((100% - 220px) / 12 * 4 + 60px);
  width: calc((100% - 165px) / 12 * 4 + 60px);
  flex-basis: calc((100% - 165px) / 12 * 4 + 60px);
}
@media screen and (max-width: 850px) {
  .listing .listing-item-3 {
    min-height: 230px;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}
.listing .listing-item-3 a.listing-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: 100%;
  justify-content: space-between;
  text-decoration: none;
  color: #606264;
}
.listing .listing-item-3 a.listing-title .label {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #606264;
  padding: 6px 15px;
  border: 1px solid #427c00;
  border-radius: 20px;
  margin-bottom: 25px;
}
.listing .listing-item-3 a.listing-title .header {
  display: flex;
  flex-direction: column;
}
.listing .listing-item-3 a.listing-title .more {
  margin-top: 30px;
}
.listing .listing-item-2 {
  min-height: 270px;
  max-width: calc((100% - 220px) / 12 * 6 + 100px);
  width: calc((100% - 220px) / 12 * 6 + 100px);
  flex-basis: calc((100% - 220px) / 12 * 6 + 100px);
}
@media screen and (max-width: 850px) {
  .listing .listing-item-2 {
    min-height: 230px;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}
.listing .listing-item-2 a.listing-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: 100%;
  justify-content: space-between;
  text-decoration: none;
  color: #606264;
}
.listing .listing-item-2 a.listing-title .label {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #606264;
  padding: 6px 15px;
  border: 1px solid #427c00;
  border-radius: 20px;
  margin-bottom: 25px;
}
.listing .listing-item-2 a.listing-title .header {
  display: flex;
  flex-direction: column;
}
.listing .listing-item-2 a.listing-title .more {
  margin-top: 30px;
}
.listing .listing-item-2 a.listing-title:hover {
  opacity: 1;
}

.card-style-1 {
  position: relative;
  background-color: #ffffff;
  border-top: 4px solid #69be28;
  padding: 25px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  min-height: 270px;
}
@media screen and (max-width: 850px) {
  .card-style-1 {
    padding: 20px;
    min-height: 230px;
  }
}
.card-style-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 150px;
  height: 210px;
  background-image: url(../img/icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
}
.card-style-1:hover {
  border-top: 4px solid #00819c;
  transition: border-color 0.6s ease-in-out;
  opacity: 1 !important;
  cursor: pointer;
}
.card-style-1:hover::before {
  opacity: 1;
}
.card-style-1:hover .more::after {
  background-color: #00819c;
  transition: background-color 0.6s ease-in-out;
  opacity: 1 !important;
}
.card-style-1:focus {
  outline: 0;
  border-top: 4px solid #00819c;
  transition: border-color 0.6s ease-in-out;
  opacity: 1 !important;
  cursor: pointer;
}
.card-style-1:focus::before {
  opacity: 1;
}
.card-style-1:focus .more::after {
  background-color: #00819c;
  transition: background-color 0.6s ease-in-out;
  opacity: 1 !important;
}

.card-style-2 {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  min-height: 300px;
  height: inherit;
  width: 100%;
}
.card-style-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background-image: url(../../../../_resources/svgs/stripes-long.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  transition: background-image 0.6s ease-in-out, opacity 0.6s ease-in-out;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  .card-style-2::before {
    height: 100px;
  }
}
.card-style-2::after {
  will-change: background-image, opacity;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 130px;
  background-image: url(../../../../_resources/svgs/shape-green-v3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  transition: background-image 0.6s ease-in-out, opacity 0.6s ease-in-out;
  z-index: 0;
}
@media screen and (max-width: 850px) {
  .card-style-2::after {
    width: 90px;
    height: 95px;
  }
}
.card-style-2 a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.card-style-2 a span.header {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  max-width: 80%;
}
@media screen and (max-width: 1024px) {
  .card-style-2 a span.header {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.card-style-2 a span.header span.title {
  display: flex;
  align-items: flex-end;
  color: #606264 !important;
}
.card-style-2 a span.header span.date {
  margin-bottom: 3px;
}
@media screen and (max-width: 850px) {
  .card-style-2 a span.header span.date {
    font-size: 11px;
  }
}
.card-style-2 a i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  color: #69be28;
  margin-left: 20px;
  transition: color 0.6s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .card-style-2 a i {
    right: 5px;
  }
}
.card-style-2 a:hover {
  cursor: pointer;
}
.card-style-2:hover i {
  color: #00819c;
  cursor: pointer;
}
.card-style-2:hover::after {
  background-image: url(../../../../_resources/svgs/shape-blue.svg);
}
@media screen and (max-width: 850px) {
  .card-style-2 {
    min-height: 230px;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
  .card-style-2:hover i {
    color: #69be28;
    cursor: default;
  }
  .card-style-2:hover::after {
    background-image: url(../../../../_resources/svgs/shape-green-v3.svg);
    will-change: none;
    transition: none;
  }
}

.card-style-3 {
  padding: 40px;
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  min-height: 300px;
  height: 100%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.card-style-3 span.header {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  display: inline-block;
  color: #ffffff;
  max-width: 480px;
}
@media screen and (max-width: 850px) {
  .card-style-3 {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    min-height: 230px;
    margin-bottom: 20px;
  }
  .card-style-3 span.header {
    font-size: 16px;
    margin-top: 10px;
  }
}

.card-style-4 {
  position: relative;
  background-color: #ffffff;
  max-width: calc((100% - 220px) / 12 * 6 + 100px);
  width: calc((100% - 220px) / 12 * 6 + 100px);
  flex-basis: calc((100% - 220px) / 12 * 6 + 100px);
  height: 100%;
  min-height: 300px;
  padding: 80px 40px 40px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  background-image: url(../img/brand-icon.svg);
  background-repeat: no-repeat;
  background-position: top right 40px;
}
.card-style-4 span.header {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .card-style-4 {
    padding: 60px 20px 20px;
    background-image: url(../img/brand-icon-mobile.svg);
  }
}
@media screen and (max-width: 850px) {
  .card-style-4 {
    background-position: top right;
  }
}
@media screen and (max-width: 850px) {
  .card-style-4 {
    min-height: 220px;
    padding: 40px 20px 20px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    flex-basis: 100%;
  }
  .card-style-4 span.header {
    font-size: 16px;
    margin-top: 10px;
  }
}
.card-style-4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url(../img/green.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .card-style-4::before {
    height: 20px;
  }
}
.card-style-4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url(../img/blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .card-style-4::after {
    height: 20px;
  }
}
.card-style-4 .btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  transition: background-color 0.5s ease-in-out;
}
@media screen and (max-width: 850px) {
  .card-style-4 .btn {
    left: 20px;
    bottom: 20px;
  }
}
.card-style-4:hover::before {
  opacity: 0;
}
.card-style-4:hover::after {
  opacity: 1;
}
.card-style-4:hover .btn {
  background-color: #00819c;
}
.card-style-4:focus::before {
  opacity: 0;
}
.card-style-4:focus::after {
  opacity: 1;
}
.card-style-4:focus .btn {
  background-color: #00819c;
}

body {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
}

h1 {
  margin: 0;
  font-size: 64px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: oswald, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  h1 {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    font-family: oswald, sans-serif;
    font-weight: 500;
  }
}

h2 {
  margin: 0;
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #606264;
  font-family: oswald, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  h2 {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #606264;
    font-family: oswald, sans-serif;
    font-weight: 500;
  }
}

h3 {
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 850px) {
  h3 {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    font-family: oswald, sans-serif;
    font-weight: 500;
  }
}

h4 {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 850px) {
  h4 {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
  }
}

h5 {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 850px) {
  h5 {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
  }
}

p, a, li {
  margin: 0;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
p.lg, a.lg, li.lg {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  p, a, li {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #606264;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
  p.lg, a.lg, li.lg {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    color: #73686c;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
}

img {
  max-width: 100%;
}

header#is-desktop {
  background-color: #ffffff;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 150;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1024px) {
  header#is-desktop {
    display: none;
  }
}
header#is-desktop .main-menu {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: space-between;
}
header#is-desktop .main-menu__logo img {
  width: 160px;
}
@media screen and (max-width: 1366px) {
  header#is-desktop .main-menu__logo img {
    width: 100px;
  }
}
header#is-desktop .main-menu__logo:hover {
  opacity: 0.8 !important;
}
header#is-desktop nav {
  height: 100%;
  position: relative;
  width: 100%;
  margin-right: 45px;
}
@media screen and (max-width: 1366px) {
  header#is-desktop nav {
    margin-right: 20px;
  }
}
header#is-desktop nav > ul {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
header#is-desktop nav > ul > li {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: normal;
  margin: 0px 20px;
  overflow-wrap: normal;
  padding: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li:hover > a {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}
@media (max-width: 1250px) {
  header#is-desktop nav > ul > li {
    min-width: 0;
    padding: 0;
    margin: 0px 11px;
  }
}
header#is-desktop nav > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
header#is-desktop nav > ul > li:last-of-type {
  border-bottom: none;
  margin-right: 30px;
}
header#is-desktop nav > ul > li:last-of-type > ul {
  left: unset;
  right: 0;
}
header#is-desktop nav > ul > li > a:not(.button) {
  align-items: center;
  display: flex;
  margin-right: 0px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li > a:not(.button):hover {
  color: #427c00;
}
header#is-desktop nav > ul > li > a:not(.button):focus {
  color: #427c00;
  outline: none;
}
@media screen and (max-width: 1366px) {
  header#is-desktop nav > ul > li > a:not(.button) {
    text-align: left;
  }
}
header#is-desktop nav > ul > li > ul {
  display: block;
  height: auto;
  left: -6px;
  min-width: 263px;
  opacity: 0;
  padding: 1px 0 0 0;
  position: absolute;
  pointer-events: none;
  top: 100px;
  width: 100%;
  z-index: 150;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li > ul > li {
  background-color: #ffffff;
}
header#is-desktop nav > ul > li ul li {
  display: block;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li ul li:hover > a {
  color: #606264;
}
header#is-desktop nav > ul > li ul li.has-subsub {
  position: relative;
}
header#is-desktop nav > ul > li ul li.has-subsub > a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  color: inherit;
  font-size: 15px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 22px;
  color: #427c00;
}
header#is-desktop nav > ul > li ul li.has-subsub:hover .subsub {
  opacity: 1;
  pointer-events: all;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
header#is-desktop nav > ul > li ul li .subsub {
  background-color: #ffffff;
  display: block;
  left: 100%;
  list-style: none;
  margin: 0px;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 180px;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li ul li .subsub li:hover a {
  color: #427c00;
}
header#is-desktop nav > ul > li ul li a {
  display: inline-block;
  margin: 0;
  padding: 14px 25px;
  text-decoration: none;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
header#is-desktop nav > ul > li ul li a:hover {
  color: #427c00;
}
header#is-desktop.fixed {
  position: fixed;
  z-index: 11;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 15px !important;
  top: 0;
}

.search-open {
  position: absolute;
  right: 60px;
  bottom: 32px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 20px;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
.search-open::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #427c00;
  -webkit-mask-image: url(../../../../_resources/svgs/search.svg);
  mask-image: url(../../../../_resources/svgs/search.svg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.search-open:hover::after {
  background-color: #00819c;
}
@media screen and (max-width: 1024px) {
  .search-open {
    display: none;
  }
}
.search-open:hover {
  color: #00819c;
}
.search-open:hover::after {
  transition: background-color ease-in-out 0s;
}
.search-open.active::after {
  color: #00819c;
  font-size: 21px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f00d";
  position: relative;
  right: 0px;
  background-color: transparent;
  -webkit-mask-image: initial;
  mask-image: initial;
}

#search_form {
  display: none;
  position: absolute;
  right: 190px;
  top: 25px;
}
#search_form:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f002";
  position: absolute;
  left: 30px;
  top: 18px;
  font-size: 21px;
  color: #00819c;
}
#search_form input {
  transition: all 0.2s ease-in-out;
  height: 55px;
  border: 0;
  width: 100%;
  padding: 0 65px;
  line-height: 75px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form input::-webkit-input-placeholder {
  line-height: 55px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form input::-moz-placeholder {
  line-height: 55px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form input:-ms-input-placeholder {
  line-height: 55px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form input::-ms-input-placeholder {
  line-height: 55px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form input::placeholder {
  line-height: 55px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
#search_form.show {
  display: block;
}

/* MOBILE NAV */
header#is-mobile {
  display: none;
  left: 0px;
  pointer-events: none;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  header#is-mobile {
    display: block;
  }
}
header#is-mobile .head {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding: 0px 20px;
  pointer-events: all;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 850px) {
  header#is-mobile .head {
    padding: 0px 13px;
  }
}
header#is-mobile .head .logo a {
  display: inline-block;
  width: 100px;
}
header#is-mobile .head .logo a img {
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .head .menu-icon {
  cursor: pointer;
  height: 14px;
  pointer-events: all;
  position: relative;
  width: 27px;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .head .menu-icon span {
  background-color: #a3a3a3;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .head .menu-icon span:last-of-type {
  margin-bottom: 0px;
}
header#is-mobile .mobile-menu {
  background-color: #ffffff;
  padding-bottom: 218px;
  position: relative;
  height: calc(100vh - 70px);
  height: calc(var(--vh, 1vh) * 100 - 70px);
  transform: translateX(-200%);
  transition: all 0.2s ease-in-out;
}
header#is-mobile .mobile-menu nav {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
  max-height: calc(var(--vh, 1vh) * 100 - 300px);
}
header#is-mobile .mobile-menu nav ul.top {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header#is-mobile .mobile-menu nav ul.top > li > a {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 18px 0px 16px;
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 850px) {
  header#is-mobile .mobile-menu nav ul.top > li > a {
    margin-left: 13px;
    margin-right: 13px;
  }
}
header#is-mobile .mobile-menu nav ul.top > li > a.has-submenu:after {
  content: "\f105";
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  float: right;
  position: relative;
  top: 3px;
  transform-origin: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .mobile-menu nav ul.top > li > a.has-submenu.show {
  font-weight: 500;
}
header#is-mobile .mobile-menu nav ul.top > li > a.has-submenu.show:after {
  transform: rotate(90deg);
  color: #427c00;
}
header#is-mobile .mobile-menu nav ul.sub {
  background-color: #ffffff;
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px 15px;
}
header#is-mobile .mobile-menu nav ul.sub > li > a {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1ems;
  letter-spacing: 0.28px;
  font-weight: normal;
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  justify-content: space-between;
  margin-left: 25px;
  margin-right: 25px;
  padding: 20px 0px 19px 20px;
}
@media screen and (max-width: 850px) {
  header#is-mobile .mobile-menu nav ul.sub > li > a {
    margin-left: 13px;
    margin-right: 13px;
  }
}
header#is-mobile .mobile-menu nav ul.sub > li > a.has-submenu:after {
  content: "\f105";
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  float: right;
  position: relative;
  top: 3px;
  transform-origin: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .mobile-menu nav ul.sub > li > a.has-submenu.show {
  font-weight: 500;
}
header#is-mobile .mobile-menu nav ul.sub > li > a.has-submenu.show:after {
  transform: rotate(90deg);
  color: #427c00;
}
header#is-mobile .mobile-menu nav ul.subsub {
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header#is-mobile .mobile-menu nav ul.subsub > li > a {
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0.28px;
  font-weight: normal;
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  margin-left: 45px;
  margin-right: 25px;
  padding: 20px 0px 19px;
}
@media screen and (max-width: 850px) {
  header#is-mobile .mobile-menu nav ul.subsub > li > a {
    margin-left: 45px;
    margin-right: 13px;
  }
}
header#is-mobile .mobile-menu .mobile-menu-bottom {
  align-items: center;
  background-color: #427c00;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
}
header#is-mobile .mobile-menu .mobile-menu-bottom > div.is-open {
  color: #606264;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social {
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding: 25px 0;
  width: 100%;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social div {
  display: flex;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social div a.social-link {
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  font-size: 13px;
  height: 48px;
  justify-content: center;
  margin: 0 10px 0px 0;
  transition: all 0.275s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 48px;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social div a.social-link:last-of-type {
  margin-right: 0;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social div a.social-link > i {
  color: #ffffff;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__social .btn-2 {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__form {
  height: 60px;
  position: relative;
  width: 100%;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__form:after {
  content: "\f002";
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  right: 26px;
  bottom: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  color: #427c00;
  transition: all 0.2s ease-in-out;
}
header#is-mobile .mobile-menu .mobile-menu-bottom__form form {
  background-color: #ffffff;
  color: #606264;
  border-bottom: 1px solid rgba(96, 98, 100, 0.2);
}
header#is-mobile .mobile-menu .mobile-menu-bottom i {
  color: #606264;
  font-size: 16px;
}
header#is-mobile .mobile-menu .mobile-menu-bottom span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.24px;
  color: #73686c;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
header#is-mobile .mobile-menu .mobile-menu-bottom span strong {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}
header#is-mobile .mobile-menu .mobile-search {
  height: 100%;
  outline: none;
  width: 100%;
}
header#is-mobile .mobile-menu .mobile-search input {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  height: 100%;
  outline: none;
  padding: 0 15px;
  width: 100%;
  -webkit-appearance: none;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-weight: 500;
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::-webkit-input-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::-moz-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input:-ms-input-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::-ms-input-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::-webkit-input-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input:-moz-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input::-moz-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile .mobile-menu .mobile-search input:-ms-input-placeholder {
  color: #606264;
  opacity: 1;
}
header#is-mobile.open {
  pointer-events: all;
}
header#is-mobile.open .head {
  background-color: #ffffff;
}
header#is-mobile.open .head .menu-icon {
  width: 20px;
  height: 20px;
}
header#is-mobile.open .head .menu-icon span {
  transition: all 0.2s ease-in-out;
}
header#is-mobile.open .head .menu-icon span:nth-of-type(1) {
  width: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform-origin: top left;
  transform: rotate(45deg);
}
header#is-mobile.open .head .menu-icon span:nth-of-type(2) {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  opacity: 0;
}
header#is-mobile.open .head .menu-icon span:nth-of-type(3) {
  width: 26px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}
header#is-mobile.open .mobile-menu {
  transform: translateX(0);
}
header#is-mobile.sticky .head {
  background-color: #031e3c;
}

/* FOOTER TOP*/
.bottom-cards {
  background-color: #f6f6f6;
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .bottom-cards {
    padding: 50px 0px;
  }
}
.bottom-cards .flex {
  flex-wrap: wrap;
}

/* FOOTER */
footer {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  background-color: #606264;
}
footer .container {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
}
footer .container > div {
  width: 100%;
}
footer .container nav {
  flex: 1;
  padding: 60px 0px;
}
@media screen and (max-width: 1024px) {
  footer .container nav {
    display: none;
  }
}
footer .container nav ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
footer .container nav > ul > li > a + ul li a {
  display: block;
}
footer .container nav > ul {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
footer .container nav > ul > li {
  padding-right: 10px;
}
footer .container nav > ul > li:not(.full-height-column) > a {
  margin-bottom: 20px;
}
footer .container nav > ul > li > a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 28px;
}
footer .container nav > ul > li > a:hover {
  color: #ffffff;
  opacity: 1;
}
footer .container nav > ul > li > a:focus {
  color: #69be28;
  opacity: 1;
  outline: 0;
}
footer .container nav > ul ul > li a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .container nav > ul ul > li a:hover {
  color: #ffffff;
  opacity: 1;
}
footer .container nav > ul ul > li a:focus {
  color: #69be28;
  opacity: 1;
  outline: 0;
}
footer .container .footer-nav-columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}
footer .container .footer-nav-columns li.full-height-column {
  flex: 1;
  list-style: none;
}
@media screen and (max-width: 1366px) {
  footer .container .footer-nav-columns li.full-height-column {
    flex: unset;
  }
}
footer .container .footer-nav-columns li.full-height-column ul {
  padding: 0;
}
@media screen and (max-width: 1366px) {
  footer .container .footer-nav-columns li.full-height-column ul {
    display: none;
  }
}
footer .container .footer-nav-columns li.top-level {
  list-style: none;
}
@media screen and (max-width: 1366px) {
  footer .container .footer-nav-columns li.top-level {
    flex: unset;
  }
}
footer .container .footer-nav-columns li.top-level ul {
  padding: 0;
}
@media screen and (max-width: 1366px) {
  footer .container .footer-nav-columns li.top-level ul {
    display: none;
  }
}
footer .container .footer-nav-columns * li {
  list-style: none;
  margin-bottom: 10px;
}
footer .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 0px;
}
footer .contact .social-links {
  display: flex;
  gap: 10px;
}
footer .contact .social-links a.social-links__link {
  align-items: center;
  border-radius: 40px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  font-size: 14px;
  height: 50px;
  width: 50px;
  background-color: #69be28;
}
footer .contact .social-links a.social-links__link:hover {
  background-color: #ffffff;
  color: #606264;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
footer .contact .social-links a.social-links__link:focus {
  background-color: #ffffff;
  color: #606264;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  outline: 0;
}
footer .contact .social-links a.social-links__link:first-of-type {
  margin-left: 0px;
}
@media screen and (max-width: 1024px) {
  footer .contact .social-links a.btn-2 {
    display: none;
  }
}
footer .contact .logo {
  margin-right: 50px;
}
footer .contact .logo a {
  opacity: 1;
}
footer .contact .logo a:hover {
  opacity: 0.8 !important;
}
footer .contact .logo img {
  width: 160px;
}
@media screen and (max-width: 1366px) {
  footer .contact .logo img {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  footer .contact .logo {
    display: none;
  }
}
footer .contact .contact-info p {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.69px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .contact .contact-info a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.69px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .contact .contact-info a:hover {
  color: #ffffff;
  opacity: 1;
}
footer .contact .contact-info a:focus {
  color: #69be28;
  opacity: 1;
  outline: 0;
}
@media screen and (max-width: 1024px) {
  footer .contact .contact-info {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  footer .contact {
    justify-content: center;
    border-top: unset;
    border-bottom: unset;
  }
}
footer .copyright {
  padding: 20px 0px 50px 0px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.61px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .copyright a {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.61px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .copyright a:hover {
  color: #ffffff;
  opacity: 1;
}
footer .copyright a:focus {
  color: #69be28;
  opacity: 1;
  outline: 0;
}
footer .copyright span {
  margin-right: 5px;
  margin-left: 5px;
}
footer .copyright a.blender {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.61px;
  color: #f9f8f6;
  opacity: 0.9;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
footer .copyright a.blender:hover {
  opacity: 1;
}
footer .copyright a.blender:focus {
  color: #69be28;
  opacity: 1;
  outline: 0;
}
@media screen and (max-width: 1024px) {
  footer .copyright {
    text-align: center;
  }
}

#width-check {
  z-index: 0;
  position: relative;
}

section#hero {
  position: relative;
  background-image: url(../../../../_resources/banners/banner-image.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  height: 450px;
  padding: 270px 80px 0 80px;
  margin: 0 60px;
}
@media screen and (max-width: 1366px) {
  section#hero {
    margin: 0 auto;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1024px) {
  section#hero {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  section#hero {
    padding: 190px 20px 0 20px;
    height: 290px;
    width: 100%;
  }
}
section#hero .inner h1 {
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.16);
  left: 0px;
  padding: 10px 50px;
  font-size: 64px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: oswald, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  section#hero .inner h1 {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    font-family: oswald, sans-serif;
    font-weight: 500;
    padding: 10px 25px;
  }
}

.cat-about section#hero {
  background-image: url(../../../../_resources/banners/about-banner.jpg);
}

.cat-collective-agreement section#hero {
  background-image: url(../../../../_resources/banners/collective-agreement-banner.jpg);
}

.cat-get-involved section#hero {
  background-image: url(../../../../_resources/banners/get-involved-banner-v4.jpg);
}

.cat-member-resources section#hero {
  background-image: url(../../../../_resources/banners/member-resources-banner.jpg);
}

.cat-news section#hero {
  background-image: url(../../../../_resources/banners/News-banner.jpg);
}

.cat-contact section#hero {
  background-image: url(../../../../_resources/banners/contact.jpg);
}

#breadcrumb-nav {
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 60px;
  font-size: 16px;
}
#breadcrumb-nav a:hover {
  color: #000000;
  cursor: pointer;
}
#breadcrumb-nav a:focus {
  color: #427c00;
  outline: 0;
}
#breadcrumb-nav a.current {
  color: #427c00;
}
@media screen and (max-width: 1366px) {
  #breadcrumb-nav {
    margin: 0 auto;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1024px) {
  #breadcrumb-nav {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  #breadcrumb-nav {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #breadcrumb-nav {
    display: none;
  }
}

section h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  section h2 {
    margin-bottom: 20px;
  }
}

main {
  display: flex;
  padding: 90px 0px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  main {
    padding-top: 30px;
  }
}
main .sidebar {
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
  height: auto;
  border: solid 1px #a3a3a3;
}
@media screen and (max-width: 1024px) {
  main .sidebar {
    display: none;
  }
}
main .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
main .sidebar ul li {
  padding: 10px 30px;
  margin: 0;
  position: relative;
}
main .sidebar ul li a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
main .sidebar ul li a:focus {
  color: #427c00;
  outline: 0;
}
main .sidebar ul li.selected:before {
  content: "";
  width: 5px;
  height: 44px;
  background-color: #69be28;
  position: absolute;
  top: 0;
  left: 0;
}
main .sidebar ul li.selected a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
main .sidebar ul li.selected a:focus {
  color: #427c00;
  outline: 0;
}
main .sidebar ul li.subsub {
  padding: 5px 30px 5px 70px;
}
main .sidebar ul li.subsub:before {
  display: none;
}
main .content {
  flex-basis: 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  min-height: auto;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main .content {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
main .content h2,
main .content h3,
main .content h4,
main .content h5 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  main .content h2,
main .content h3,
main .content h4,
main .content h5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 850px) {
  main .content h2,
main .content h3,
main .content h4,
main .content h5 {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
main .content h3 {
  margin-top: 60px;
}
main .content p {
  margin: 30px 0;
}
@media screen and (max-width: 850px) {
  main .content p {
    margin: 20px 0;
  }
}
main .content > p {
  margin-top: 0px;
}
@media screen and (max-width: 850px) {
  main .content > p {
    margin: 20px 0;
  }
}
main .content a:not(.more, .btn-3, .btn-4, .button, .btn) {
  transition: all 0.25s ease-in-out;
  color: #427c00;
  text-decoration: underline;
}
main .content a:not(.more, .btn-3, .btn-4, .button, .btn):hover {
  color: #000000;
  cursor: pointer;
}
main .content ul {
  margin: 40px 0;
  list-style: none;
  padding-left: 100px;
}
@media screen and (max-width: 850px) {
  main .content ul {
    padding-left: 25px;
    margin: 20px 0;
  }
}
main .content ul li {
  margin: 20px 0;
  position: relative;
}
main .content ul li:before {
  content: "";
  width: 19px;
  height: 2px;
  background-color: #69be28;
  position: absolute;
  left: -30px;
  top: 15px;
}
@media screen and (max-width: 1920px) {
  main .content ul li:before {
    top: 13px;
  }
}
@media screen and (max-width: 850px) {
  main .content ul li:before {
    width: 12px;
    left: -20px;
    top: 9px;
  }
}
main .content table {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 850px) {
  main .content table {
    margin: 20px 0;
  }
}
main .content table tr {
  width: 100%;
}
main .content table tr td,
main .content table tr th {
  padding: 14px 10px;
  border-bottom: 1px solid #a3a3a3;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}
main .content table tr td i,
main .content table tr th i {
  margin-top: 5px;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #606264;
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-weight: 500;
  color: #69be28;
}
main .content table tr td i:hover,
main .content table tr th i:hover {
  color: #686873;
}
main .content table tr th {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #686873;
  font-family: oswald, sans-serif;
  font-weight: 500;
}
main .content div.document-links {
  margin-top: 22px;
}
main .content div.document-links a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  text-decoration: none;
  border-bottom: 1px solid #adacad;
  position: relative;
  color: #606264;
}
main .content div.document-links a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background-color: #427c00;
  -webkit-mask-image: url(../../../../_resources/svgs/small-arrow.svg);
  mask-image: url(../../../../_resources/svgs/small-arrow.svg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin-left: 20px;
  position: absolute;
  right: 0px;
}
main .content div.document-links a:first-of-type {
  border-top: 1px solid #adacad;
}
main .content div.document-links a span.title {
  max-width: 90%;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  main .content div.document-links a span.title {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
  }
}
main .content div.document-links a span.title span.subtitle {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  main .content div.document-links a span.title span.subtitle {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #606264;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 400;
  }
}
main .content div.document-links a:hover {
  opacity: 1;
  cursor: pointer;
}
main .content div.document-links a:hover span {
  color: #000000;
}
main .content div.document-links a:hover::after {
  background-color: #00819c;
}
main .content div.document-links a:focus {
  outline: 0;
}
main .content div.document-links a:focus span {
  color: #427c00;
}
main .content div.document-links a:focus::after {
  background-color: #00819c;
}
@media screen and (max-width: 850px) {
  main .content div.document-links a {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    padding: 10px 0px;
  }
}
main .content .document {
  margin: 30px 0px;
}
main .content .document a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #606264;
  padding: 15px;
  border-bottom: 1px solid #adacad;
}
main .content .document a::after {
  content: "\f15b";
  display: inline-block;
  font-size: 18px;
  color: #69be28;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  margin-left: auto;
}
main .content .document a:hover {
  opacity: 1;
  cursor: pointer;
  color: #000000;
}
main .content .document a:hover::after {
  color: #00819c;
}
main .content .document a:focus {
  color: #427c00;
}
main .content .document a:focus::after {
  color: #00819c;
}
main .content div.document-links-external {
  margin: 30px 0px;
}
main .content div.document-links-external a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #606264;
  padding: 15px;
  border-bottom: 1px solid #adacad;
}
main .content div.document-links-external a::after {
  content: "\f08e";
  display: inline-block;
  width: 11px;
  height: 24px;
  color: #69be28;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  margin-left: auto;
}
main .content div.document-links-external a:hover {
  opacity: 1;
  cursor: pointer;
}
main .content div.document-links-external a:hover span {
  color: #000000;
}
main .content div.document-links-external a:hover::after {
  color: #00819c;
}
main .content div.document-links-external a:focus {
  outline: 0;
  color: #69be28;
}
main .content .tabs {
  position: relative;
}
@media screen and (max-width: 1024px) {
  main .content .tabs {
    border: 0;
    padding: 0;
    margin-top: 0;
  }
}
main .content .tabs .tab_select {
  position: relative;
  display: none !important;
}
main .content .tabs .tab_select:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f0d7";
  color: #427c00;
  position: absolute;
  top: 12px;
  right: 20%;
  pointer-events: none;
}
main .content .tabs .tab_select select {
  background-color: #f6f6f6;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-align: justify;
  color: #686873;
  font-family: oswald, sans-serif;
  font-weight: 500;
  width: 100%;
  text-align: center;
  line-height: 45px;
  border-radius: 0;
  padding: 0 20px;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 850px) {
  main .content .tabs .tab_select {
    display: block !important;
    margin-bottom: 20px;
  }
}
main .content .tabs ul {
  list-style: none;
  margin: 0 0 0 -2px;
  padding-left: 0;
}
@media screen and (max-width: 850px) {
  main .content .tabs ul {
    display: none;
  }
}
main .content .tabs ul li {
  display: inline-block;
  cursor: pointer;
  text-align: left;
  transition: all 0.15s ease-in-out;
  padding: 10px 20px;
  margin: 0 -4px 0 0;
  position: relative;
  top: 2px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
main .content .tabs ul li:before {
  display: none !important;
}
main .content .tabs ul li.active, main .content .tabs ul li:hover {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  color: #000000;
  border-bottom: 2px solid #69be28;
}
main .content .tabs ul li:focus {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  color: #000000;
  border-bottom: 2px solid #69be28;
  outline: 0;
}
main .content .tabs ul li.has-sub:hover .sub-tabs {
  display: block;
}
main .content .tabs ul li.has-sub:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f0d7";
  color: #427c00;
  position: absolute;
  top: 11px;
  right: 4px;
  pointer-events: none;
}
main .content .tabs ul li.has-sub {
  position: relative;
}
main .content .tabs ul li .sub-tabs {
  display: none;
  position: absolute;
  list-style: none;
  top: 45px;
  z-index: 1;
  width: 100%;
  left: 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  width: 180px;
  padding: 15px;
  z-index: 20;
}
main .content .tabs ul li .sub-tabs li {
  display: block;
  color: #606264;
  background-color: #ffffff;
  margin-bottom: 0 !important;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #adacad;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
main .content .tabs ul li .sub-tabs li:last-of-type {
  border-bottom: unset;
}
main .content .tabs ul li .sub-tabs li:hover, main .content .tabs ul li .sub-tabs li.active {
  color: #000000 !important;
}
main .content .tabs ul li .sub-tabs li:focus {
  color: #427c00;
}
main .content .tabs .hold {
  display: none;
  position: relative;
}
main .content .tabs .hold.active {
  display: block;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  margin-top: 35px;
}
main .content .instruction {
  display: none;
}
@media screen and (max-width: 850px) {
  main .content .instruction {
    display: block;
  }
}
main .content div.overflow {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 850px) {
  main .content div.overflow table td {
    padding: 25px 10px;
  }
}
main .content .inner-listing-wrapper {
  border-top: 1px solid #a3a3a3;
}
@media screen and (max-width: 850px) {
  main .content .inner-listing-wrapper {
    margin-top: 15px;
  }
}
main .content .inner-listing-wrapper a.inner-listing-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 30px 0px;
  border-bottom: 1px solid #a3a3a3;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  color: #606264;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  main .content .inner-listing-wrapper a.inner-listing-item {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    display: block;
  }
}
main .content .inner-listing-wrapper a.inner-listing-item span.inner-listing-date {
  margin-right: 30px;
  display: block;
  flex-basis: 120px;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  main .content .inner-listing-wrapper a.inner-listing-item span.inner-listing-date {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
  }
}
main .content .inner-listing-wrapper a.inner-listing-item span.inner-listing-title {
  display: block;
  flex-basis: calc(100% - 160px);
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  main .content .inner-listing-wrapper a.inner-listing-item span.inner-listing-title {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
    margin: 10px 0px;
  }
}
main .content .inner-listing-wrapper a.inner-listing-item:hover span.inner-listing-title {
  color: #000000;
}
main .content .inner-listing-wrapper a.inner-listing-item:hover span.more::after {
  background-color: #00819c;
}
main .content .inner-listing-wrapper a.inner-listing-item:focus {
  color: #427c00;
  outline: 0;
}
main .content .events a.events-item {
  border: 1px solid #adacad;
  padding: 26px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  main .content .events a.events-item {
    padding: 10px;
    align-items: flex-start;
  }
}
main .content .events a.events-item .date-month {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  background-color: #427c00;
  height: 77px;
  width: 72px;
  min-width: 72px;
  border-radius: 6px;
  text-align: center;
  padding: 10px 0;
}
main .content .events a.events-item .date-month > span.date-day {
  font-size: 22px;
  padding-top: 5px;
}
main .content .events a.events-item .title-container {
  width: 100%;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .content .events a.events-item .title-container .date {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
main .content .events a.events-item .title-container .time {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  main .content .events a.events-item .title-container {
    flex-direction: column;
    align-items: flex-start;
  }
  main .content .events a.events-item .title-container .more::after {
    margin-left: 0px;
  }
}
main .content .events a.events-item:hover .title-container {
  opacity: 1;
}
main .content .view-all-events {
  position: absolute;
  right: 0px;
  top: -35px;
}
@media screen and (max-width: 850px) {
  main .content .view-all-events {
    top: -12px;
    left: 0px;
  }
}
main .content .details-grid {
  margin-bottom: 20px;
}
main .content .details-grid .details-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 15px;
  border-bottom: 1px solid #adacad;
}
@media screen and (max-width: 500px) {
  main .content .details-grid .details-row {
    display: block;
    border-bottom: unset;
  }
}
main .content .details-grid .details-row .details-item {
  padding: 10px 0px;
}
@media screen and (max-width: 500px) {
  main .content .details-grid .details-row .details-item {
    display: block;
    border-bottom: 1px solid #adacad;
  }
}
main .content .details-grid .details-row .details-item h5 {
  display: block;
  margin: 0px;
}
main .content .details-grid .details-row .details-item p {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  margin: 0;
}
main .content .details-grid .details-row .details-item a {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
main .content .details-grid .details-row .details-item a:hover {
  color: #000000;
}
main .content .event-notes {
  background-color: #f6f6f6;
  min-height: 150px;
  padding: 20px;
  border-radius: 4px;
  margin: 0px 0px 40px 0px;
}
main .content .event-notes p {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  margin: 0px;
}
main .content div#fsa-structure {
  padding: 80px 0px;
  border-top: 1px solid #adacad;
}
@media screen and (max-width: 850px) {
  main .content div#fsa-structure {
    padding: 40px 0px;
  }
}
main .content div#collective-agreement-rights {
  padding: 80px 0px;
  border-top: 1px solid #adacad;
}
@media screen and (max-width: 850px) {
  main .content div#collective-agreement-rights {
    padding: 40px 0px;
  }
}
main .content div#pts-specific {
  padding: 80px 0px;
  border-top: 1px solid #adacad;
}
@media screen and (max-width: 850px) {
  main .content div#pts-specific {
    padding: 40px 0px;
  }
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) {
  box-shadow: 0 4px 24px -2px rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
  padding: 0;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h1, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h2, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h3, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h4, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h5, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h6, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header {
  align-items: center;
  border-top: 2px solid #69be28;
  color: #606264;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 23px 24px 27px;
  position: relative;
  transition: all 0.275s ease-in-out;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h1:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h2:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h3:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h4:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h5:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h6:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header:after {
  content: "+";
  font-size: 16px;
  padding-left: 24px;
  position: relative;
  color: #427c00;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h1:hover, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h2:hover, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h3:hover, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h4:hover, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h5:hover, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) h6:hover, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header:hover {
  color: #000000;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  cursor: pointer;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header strong {
  font-weight: 500;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header + div:not(.header) {
  display: none;
  padding: 5px 24px 15px;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header + div:not(.header) strong {
  font-weight: 500;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header + div:not(.header) * {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #606264;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header + div:not(.header) a {
  color: #427c00;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header + div:not(.header) a:hover {
  color: #000000;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header + div:not(.header) p.document {
  color: #606264;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header + div:not(.header) p.document a {
  color: #606264;
  padding-left: 0px;
  padding-right: 0px;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header + div:not(.header) p.document a:hover {
  color: #000000;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .header:focus {
  color: #000000;
  border-color: #00819c;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h1, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h2, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h3, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h4, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h5, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h6, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active .header {
  color: #000000;
  border-color: #00819c;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h1:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h2:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h3:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h4:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h5:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active h6:after, main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn).active .header:after {
  content: "–";
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .document {
  margin: 0px;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .document a {
  border-bottom: unset;
  color: #427c00;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .document a:hover {
  color: #000000;
}
main .content .bmcl-accordion-1:not(#bmcl) > div:not(.view-all-btn) .document a:focus {
  color: #427c00;
}
main .content div.view-all-btn {
  border: none;
  background-color: transparent;
  margin-top: 40px;
  padding-bottom: 90px;
}
main .content div.view-all-btn a.button {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
main .content div.view-all-btn a.button:hover {
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  main .content div.view-all-btn {
    padding-bottom: 40px;
  }
}
main .content .pdf {
  text-decoration: none;
}
main .content .pdf::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  background-color: #69be28;
  -webkit-mask-image: url(../../../../_resources/svgs/pdf.svg);
  mask-image: url(../../../../_resources/svgs/pdf.svg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
main .content .pdf:hover::after {
  background-color: #686873;
}
main .content .awards-container {
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 500px) {
  main .content .awards-container {
    display: block;
  }
}
main .content .awards-container .awards-image {
  flex-basis: 150px;
  width: 150px;
  max-width: 150px;
  height: 150px;
  padding-left: 0;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  main .content .awards-container .awards-image {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
main .content .awards-container .awards-content {
  flex-basis: calc(100% - 150px);
  width: calc(100% - 150px);
  max-width: calc(100% - 150px);
  padding-left: 40px;
  text-align: justify;
}
@media screen and (max-width: 500px) {
  main .content .awards-container .awards-content {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}
main .content .awards-container .awards-content p {
  margin-top: 0px;
}
main .content .personnel {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
}
main .content .personnel .personnel-item {
  max-width: calc(33.3333333333% - 10px);
  width: calc(33.3333333333% - 10px);
  flex-basis: calc(33.3333333333% - 10px);
  margin: 0px 15px 20px 0;
  min-height: 300px;
  box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  main .content .personnel .personnel-item {
    max-width: calc(50% - 7.5px);
    width: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 500px) {
  main .content .personnel .personnel-item {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 850px) {
  main .content .personnel .personnel-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
main .content .personnel .personnel-item:nth-of-type(3n) {
  margin-right: 0px;
}
@media screen and (max-width: 850px) {
  main .content .personnel .personnel-item:nth-of-type(3n) {
    margin-right: 15px;
  }
}
main .content .personnel .personnel-item .img {
  position: relative;
  height: 200px;
  min-height: 200px;
  overflow: hidden;
}
main .content .personnel .personnel-item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .content .personnel .personnel-item .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(105, 190, 40, 0.7);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 3;
}
main .content .personnel .personnel-item h2 {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  color: #000000;
}
main .content .personnel .personnel-item h3 {
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  margin: 5px 0;
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
}
main .content .personnel .personnel-item .overview {
  cursor: pointer;
  border: 1px solid #a3a3a3;
  height: 300px;
  position: relative;
}
main .content .personnel .personnel-item .overview h2 {
  ont-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  margin: 13px 20px 0 20px;
}
main .content .personnel .personnel-item .overview h3 {
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  margin: 0px 20px 0 20px;
}
main .content .personnel .personnel-item .overview:after {
  position: absolute;
  content: "\f067";
  left: 20px;
  color: #69be28;
  bottom: 10px;
  font-size: 13px;
  font-weight: 200;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
main .content .personnel .personnel-item .info {
  border: 1px solid #a3a3a3;
  overflow: hidden;
  z-index: 2;
  min-height: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  margin: 20px 0 0 0;
  padding: 20px 30px 29px 30px;
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  main .content .personnel .personnel-item .info {
    padding: 25px;
  }
}
main .content .personnel .personnel-item .info h2 {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
}
main .content .personnel .personnel-item .info h3 {
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  margin: 0px;
}
main .content .personnel .personnel-item .info p {
  margin-bottom: 0;
}
main .content .personnel .personnel-item:hover .img .overlay {
  opacity: 1;
}
@media screen and (max-width: 850px) {
  main .content .personnel .personnel-item:hover .img .overlay {
    opacity: 0;
  }
}
main .content .personnel .personnel-item.active .img .overlay {
  opacity: 1;
}
@media screen and (max-width: 850px) {
  main .content .personnel .personnel-item.active .img .overlay {
    opacity: 0;
  }
}
main .content .personnel .personnel-item.active .overview:after {
  content: "\f068";
}
main .content .personnel .personnel-item.active .info {
  min-height: 0;
  height: auto;
  opacity: 1;
  pointer-events: all;
  width: 100%;
}
main .content .personnel .personnel-item.no-photo {
  min-height: 130px;
}
@media screen and (max-width: 1920px) {
  main .content .personnel .personnel-item.no-photo {
    min-height: 110px;
  }
}
main .content .personnel .personnel-item.no-photo .overview {
  height: 130px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1920px) {
  main .content .personnel .personnel-item.no-photo .overview {
    height: 110px;
  }
}
main .content .personnel .personnel-item.no-photo .overview:hover {
  background-color: #606264;
}
main .content .personnel .personnel-item.no-photo .overview:hover h2,
main .content .personnel .personnel-item.no-photo .overview:hover h3 {
  color: #ffffff;
}
main .content .personnel .personnel-item.no-photo .overview:hover:after {
  color: #ffffff;
}
main .content .personnel .personnel-item.no-photo.active .overview {
  background-color: #606264;
}
main .content .personnel .personnel-item.no-photo.active .overview h2,
main .content .personnel .personnel-item.no-photo.active .overview h3 {
  color: #ffffff;
}
main .content .personnel .personnel-item.no-photo.active .overview:after {
  color: #ffffff;
}

body.cat-members-portal main .content {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

body.cat-search main .content {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

.cat-about section.about-overview {
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .cat-about section.about-overview {
    padding: 20px 0px;
  }
}
.cat-about section.about-overview.flex {
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .cat-about section.about-overview.flex {
    display: block;
  }
}
.cat-about section.about-overview .column-3 {
  max-width: 200px;
}
@media screen and (max-width: 850px) {
  .cat-about section.about-overview .column-3 {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .cat-about section.about-overview .column-8 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
.cat-about section.about-overview .column-8 a {
  color: #427c00;
  text-decoration: underline;
}
.cat-about section.about-overview .column-8 p {
  margin: 30px 0;
}
@media screen and (max-width: 850px) {
  .cat-about section.about-overview .column-8 p {
    margin: 20px 0;
  }
}
.cat-about section.cards-container {
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .cat-about section.cards-container {
    padding: 20px 0px;
  }
}
.cat-about section.cards-container .members {
  background-image: url(../../../../_resources/images/members-bg-v2.jpg);
}
.cat-about section.cards-container .values {
  background-image: url(../../../../_resources/images/vision-bg.jpg);
}
@media screen and (max-width: 850px) {
  .cat-about section.cards-container .flex {
    display: block;
  }
}
.cat-about section.financials-awards-wrapper {
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .cat-about section.financials-awards-wrapper {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .cat-about section.financials-awards-wrapper.flex {
    display: block;
  }
}
.cat-about section.financials-awards-wrapper > div {
  width: calc((100% - 220px) / 12 * 6 + 100px);
  max-width: calc((100% - 220px) / 12 * 6 + 100px);
  flex-basis: calc((100% - 220px) / 12 * 6 + 100px);
}
.cat-about section.financials-awards-wrapper > div .title-flex span.header {
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  color: #427c00;
}
@media screen and (max-width: 850px) {
  .cat-about section.financials-awards-wrapper > div .title-flex span.header {
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    font-family: oswald, sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) {
  .cat-about section.financials-awards-wrapper > div {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
.cat-about section.financials-awards-wrapper .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.cat-about section.financials-awards-wrapper .inner-wrapper a.inner-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 0px;
  border-bottom: 1px solid #a3a3a3;
  color: #606264;
  text-decoration: none;
}
.cat-about section.financials-awards-wrapper .inner-wrapper a.inner-item:last-of-type {
  border-bottom: unset;
}
@media screen and (max-width: 500px) {
  .cat-about section.financials-awards-wrapper .inner-wrapper a.inner-item {
    display: block;
  }
}
.cat-about section.financials-awards-wrapper .inner-wrapper a.inner-item span.title {
  display: block;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .cat-about section.financials-awards-wrapper .inner-wrapper a.inner-item span.title {
    margin: 10px 0px;
  }
}
.cat-about section.financials-awards-wrapper .inner-wrapper a.inner-item:hover span.title {
  color: #000000;
}
.cat-about section.financials-awards-wrapper .inner-wrapper a.inner-item:hover span.more::after {
  background-color: #00819c;
}
.cat-about section.careers {
  background-image: url(../../../../_resources/images/about-careers-bg-v2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 110px 0px;
}
@media screen and (max-width: 850px) {
  .cat-about section.careers {
    padding: 50px 0px;
  }
}
.cat-about section.careers .container {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cat-about section.careers .container h2 {
  color: #ffffff;
  text-align: center;
}

body.str-2022-25-collective-agreement .column-7 {
  max-width: calc((100% - 220px) / 12 * 7 + 120px);
  width: calc((100% - 220px) / 12 * 7 + 120px);
  flex-basis: calc((100% - 220px) / 12 * 7 + 120px);
}
body.str-2022-25-collective-agreement .column-5 {
  max-width: calc((100% - 220px) / 12 * 5 + 80px);
  width: calc((100% - 220px) / 12 * 5 + 80px);
  flex-basis: calc((100% - 220px) / 12 * 5 + 80px);
}
@media screen and (max-width: 850px) {
  body.str-2022-25-collective-agreement .card-style-2 {
    max-width: calc((100% - 220px) / 12 * 6 + 100px);
    width: calc((100% - 220px) / 12 * 6 + 100px);
    flex-basis: calc((100% - 220px) / 12 * 6 + 100px);
  }
}
@media screen and (max-width: 500px) {
  body.str-2022-25-collective-agreement .flex {
    flex-direction: column;
    gap: 20px;
  }
  body.str-2022-25-collective-agreement .card-style-2 {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}

.cat-get-involved section.cards-container {
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .cat-get-involved section.cards-container {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 850px) {
  .cat-get-involved section.cards-container .flex {
    display: block;
  }
}
.cat-get-involved section.cards-container .flex .board {
  background-image: url(../../../../_resources/images/meet-team-bg-1.jpg);
}
.cat-get-involved section.cards-container .flex .tech-rep {
  background-image: url(../../../../_resources/images/meet-team-bg-2.jpg);
}
.cat-get-involved section.committees {
  background-image: url(../../../../_resources/images/committees-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .cat-get-involved section.committees {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 850px) {
  .cat-get-involved section.committees {
    background-image: url(../../../../_resources/images/committees-bg-mobile.jpg);
  }
}
.cat-get-involved section.committees .listing {
  flex-wrap: wrap;
}
.cat-get-involved section.committees .listing div h2 {
  color: #ffffff;
}
.cat-get-involved section.committees .listing div h3 {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  max-width: 250px;
  color: #ffffff;
}
@media screen and (max-width: 850px) {
  .cat-get-involved section.committees .listing div h3 {
    max-width: unset;
    margin-bottom: 50px;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
  }
}
.cat-get-involved section.committees .listing .committee-item {
  max-width: calc((100% - 220px) / 12 * 4 + 60px);
  width: calc((100% - 165px) / 12 * 4 + 60px);
  flex-basis: calc((100% - 165px) / 12 * 4 + 60px);
}
@media screen and (max-width: 850px) {
  .cat-get-involved section.committees .listing .committee-item {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}
.cat-get-involved section.upcoming-events {
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .cat-get-involved section.upcoming-events {
    padding: 50px 0px;
  }
}
.cat-get-involved section.education {
  background-image: url(../../../../_resources/images/getinvolded-education-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .cat-get-involved section.education {
    padding: 50px 0px;
  }
}
.cat-get-involved section.education .container {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cat-get-involved section.education .container h2 {
  color: #ffffff;
  text-align: center;
}

.cat-member-resources section.publications {
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.publications {
    padding: 50px 0px;
  }
}
.cat-member-resources section.members-guide {
  background-image: url(../../../../_resources/images/member-resources-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.members-guide {
    padding: 50px 0px;
  }
}
.cat-member-resources section.members-guide .title-flex h2 {
  color: #ffffff;
}
.cat-member-resources section.members-guide .title-flex .more {
  color: #ffffff;
}
.cat-member-resources section.members-guide .title-flex .more::after {
  background-color: #ffffff;
}
.cat-member-resources section.members-guide .title-flex .more:hover::after {
  background-color: #00819c;
}
.cat-member-resources section.forms {
  padding: 80px 0px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.forms {
    padding: 50px 0px;
  }
}
.cat-member-resources section.forms .flex {
  display: flex;
  align-items: stretch !important;
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.forms .flex {
    display: block;
  }
}
.cat-member-resources section.forms .flex .forms-categories {
  max-width: calc((100% - 220px) / 12 * 7 + 120px);
  width: calc((100% - 220px) / 12 * 7 + 120px);
  flex-basis: calc((100% - 220px) / 12 * 7 + 120px);
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.forms .flex .forms-categories {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}
.cat-member-resources section.forms .flex .forms-categories div.forms-links {
  margin-top: 22px;
}
.cat-member-resources section.forms .flex .forms-categories div.forms-links a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  padding: 20px 0px;
  text-decoration: none;
  border-bottom: 1px solid #606264;
  position: relative;
}
.cat-member-resources section.forms .flex .forms-categories div.forms-links a::after {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin-left: 10px;
  position: absolute;
  right: 0px;
  content: "\f15b";
  display: inline-block;
  font-size: 20px;
  color: #69be28;
  transition: color 0.6s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
.cat-member-resources section.forms .flex .forms-categories div.forms-links a:last-of-type {
  border-bottom: unset;
  padding-bottom: 0px;
}
.cat-member-resources section.forms .flex .forms-categories div.forms-links a span.title {
  max-width: 90%;
  width: 90%;
}
.cat-member-resources section.forms .flex .forms-categories div.forms-links a:hover {
  opacity: 1;
  cursor: pointer;
}
.cat-member-resources section.forms .flex .forms-categories div.forms-links a:hover span {
  color: #000000;
}
.cat-member-resources section.forms .flex .forms-categories div.forms-links a:hover::after {
  color: #00819c;
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.forms .flex .forms-categories div.forms-links a {
    padding: 10px 0px;
    margin-bottom: 20px;
  }
}
.cat-member-resources section.forms .flex .card-style-2 {
  max-width: calc((100% - 220px) / 12 * 4 + 60px);
  width: calc((100% - 220px) / 12 * 4 + 60px);
  flex-basis: calc((100% - 220px) / 12 * 4 + 60px);
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.forms .flex .card-style-2 {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    margin-top: 50px;
  }
}
.cat-member-resources section.faqs {
  padding: 80px 0px;
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.faqs {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.faqs .flex {
    display: block;
  }
}
.cat-member-resources section.faqs .flex .faq-card {
  padding: 40px;
  max-width: calc(50% - 10px);
  width: calc(50% - 15px);
  flex-basis: calc(50% - 10px);
  flex-grow: 1;
  background-image: url(../../../../_resources/images/Home-faq-bg.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .cat-member-resources section.faqs .flex .faq-card {
    padding: 30px 20px;
    min-height: 230px;
  }
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.faqs .flex .faq-card {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.cat-member-resources section.faqs .flex .faq-card span.resource-title {
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.faqs .flex .faq-card span.resource-title {
    font-size: 16px;
  }
}
.cat-member-resources section.faqs .flex .faq-categories {
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  flex-grow: 1;
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.faqs .flex .faq-categories {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}
.cat-member-resources section.faqs .flex .faq-categories div.faq-links {
  margin-top: 22px;
}
.cat-member-resources section.faqs .flex .faq-categories div.faq-links a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  padding: 20px 0px;
  text-decoration: none;
  border-bottom: 1px solid #606264;
  position: relative;
}
.cat-member-resources section.faqs .flex .faq-categories div.faq-links a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 12px;
  background-color: #427c00;
  -webkit-mask-image: url(../../../../_resources/svgs/small-arrow.svg);
  mask-image: url(../../../../_resources/svgs/small-arrow.svg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin-left: 10px;
  position: absolute;
  right: 0px;
}
.cat-member-resources section.faqs .flex .faq-categories div.faq-links a:last-of-type {
  border-bottom: unset;
  padding-bottom: 0px;
}
.cat-member-resources section.faqs .flex .faq-categories div.faq-links a span.title {
  max-width: 60%;
  width: 60%;
}
.cat-member-resources section.faqs .flex .faq-categories div.faq-links a:hover {
  opacity: 1;
  cursor: pointer;
}
.cat-member-resources section.faqs .flex .faq-categories div.faq-links a:hover span {
  color: #000000;
}
.cat-member-resources section.faqs .flex .faq-categories div.faq-links a:hover::after {
  background-color: #00819c;
}
@media screen and (max-width: 850px) {
  .cat-member-resources section.faqs .flex .faq-categories div.faq-links a {
    padding: 10px 0px;
  }
}

.newsletter-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.newsletter-listing .newsletter-item {
  max-width: calc((100% - 220px) / 12 * 3 + 40px);
  width: calc((100% - 220px) / 12 * 3 + 40px);
  flex-basis: calc((100% - 220px) / 12 * 3 + 40px);
}
.newsletter-listing .newsletter-item i {
  position: absolute;
  right: 12px;
  bottom: 20px;
  font-size: 20px;
  color: #69be28;
}
@media screen and (max-width: 1024px) {
  .newsletter-listing .newsletter-item i {
    right: 10px;
  }
}
.newsletter-listing .newsletter-item:nth-child(even)::after {
  background-image: url(../../../../_resources/svgs/shape-green-v3.svg);
}
.newsletter-listing .newsletter-item:nth-child(odd)::after {
  background-image: url(../../../../_resources/svgs/shape-grey.svg);
}
.newsletter-listing .newsletter-item:hover::after {
  background-image: url(../../../../_resources/svgs/shape-blue.svg);
}
.newsletter-listing .newsletter-item:hover i {
  color: #00819c;
  cursor: pointer;
}
.newsletter-listing .newsletter-item:hover {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .newsletter-listing .newsletter-item {
    max-width: calc((100% - 220px) / 12 * 6 + 100px);
    width: calc((100% - 220px) / 12 * 6 + 100px);
    flex-basis: calc((100% - 220px) / 12 * 6 + 100px);
  }
}
@media screen and (max-width: 850px) {
  .newsletter-listing .newsletter-item {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
  .newsletter-listing .newsletter-item:hover i {
    color: #69be28;
    cursor: default;
  }
  .newsletter-listing .newsletter-item:hover:nth-child(even)::after {
    background-image: url(../../../../_resources/svgs/shape-green-v3.svg);
    will-change: none;
    transition: none;
  }
  .newsletter-listing .newsletter-item:hover:nth-child(odd)::after {
    background-image: url(../../../../_resources/svgs/shape-grey.svg);
    will-change: none;
    transition: none;
  }
}

@media screen and (max-width: 850px) {
  body.str-featured-articles .featured-articles h2 {
    display: none;
  }
}
body.str-featured-articles .newsletter-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
}
body.str-featured-articles .newsletter-listing .newsletter-item {
  max-width: calc((100% - 220px) / 12 * 6 + 100px);
  width: calc((100% - 220px) / 12 * 6 + 100px);
  flex-basis: calc((100% - 220px) / 12 * 6 + 100px);
}
@media screen and (max-width: 650px) {
  body.str-featured-articles .newsletter-listing .newsletter-item {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
}
body.str-featured-articles .newsletter-listing .card-style-2 {
  height: 100%;
}
body.str-featured-articles .newsletter-listing .card-style-2::before {
  height: 100px;
}
body.str-featured-articles .newsletter-listing .card-style-2::after {
  width: 80px;
  height: 90px;
}

body.subcat-contact-details main .content h3 {
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
@media screen and (max-width: 850px) {
  body.subcat-contact-details main .content h3 {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: 500;
  }
}
body.subcat-contact-details main .content > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  body.subcat-contact-details main .content > div {
    display: block;
  }
}
body.subcat-contact-details main .content > div p {
  margin-top: 0px;
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media screen and (max-width: 850px) {
  body.subcat-contact-details main .content > div p {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
body.subcat-contact-details main .content > div iframe {
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
@media screen and (max-width: 850px) {
  body.subcat-contact-details main .content > div iframe {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 850px) {
  body.str-events main .content h2.inner-title {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}

.handbooks {
  display: flex;
  gap: 15px;
}
.handbooks .card-style-2 {
  width: calc(33.3333333333% - 15px);
}
.cc-window{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}