/*-----------------------------------------------------------------------------------*/
/*	Reset
/*-----------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Variables
/*-----------------------------------------------------------------------------------*/
.trade-font {
  font-family: "trade-gothic-next", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.trade-font-bold {
  font-family: "trade-gothic-next", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.work-font {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.work-font-bold {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.work-font-em {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.work-font-bold-em {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
}

/*-----------------------------------------------------------------------------------*/
/*	Mixins
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .desktop-view {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .desktop-view {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .mobile-view {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-view {
    display: block;
  }
}

.pad__flat-top {
  padding-top: 0;
}
.pad__small-top {
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  .pad__small-top {
    padding-top: 20px;
  }
}
.pad__medium-top {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .pad__medium-top {
    padding-top: 60px;
  }
}
.pad__large-top {
  padding-top: 160px;
}
@media only screen and (max-width: 768px) {
  .pad__large-top {
    padding-top: 140px;
  }
}
.pad__flat-bot {
  padding-bottom: 0;
}
.pad__small-bot {
  padding-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .pad__small-bot {
    padding-bottom: 20px;
  }
}
.pad__medium-bot {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .pad__medium-bot {
    padding-bottom: 60px;
  }
}
.pad__large-bot {
  padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .pad__large-bot {
    padding-bottom: 140px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	Base css
/*-----------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 16px;
  color: #212121;
  font-family: "Work Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  scroll-behavior: smooth;
}

.main-body {
  margin-top: 101px;
}

.container-body {
  width: 80% !important;
  max-width: 78rem !important;
  margin-left: auto;
  margin-right: auto;
}

.career-video {
  padding-top: 5rem;
  text-align: center;
}

.career-video figcaption {
  font-size: large;
  font-weight: bolder;
}

@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .container-body {
    width: 90% !important;
  }

  .career-video figcaption {
    font-size: unset;
  }
}

.widescreen-body {
  width: 90% !important;
  max-width: 1800px !important;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .widescreen-body {
    width: 90% !important;
  }
}

.fullscreen-body {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  line-height: 1.2;
}

.fonthuge {
  font-size: 4rem;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .fonthuge {
    font-size: 3.75rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .fonthuge {
    font-size: 2.125rem !important;
  }
}

.fontlarge {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .fontlarge {
    font-size: 2.75rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .fontlarge {
    font-size: 1.875rem !important;
  }
}

.fontbig {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .fontbig {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .fontbig {
    font-size: 1.25rem !important;
  }
}

.fontmedium {
  font-size: 1.5rem !important;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .fontmedium {
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .fontmedium {
    font-size: 1.125em !important;
  }
}

.fontsmall {
  font-size: 1rem !important;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .fontsmall {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .fontsmall {
    font-size: 0.75rem !important;
  }
}

.fonttiny {
  font-size: 0.875rem !important;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .fonttiny {
    font-size: 0.875rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .fonttiny {
    font-size: 0.625rem !important;
  }
}

p {
  line-height: 1.5;
}

/*-----------------------------------------------------------------------------------*/
/*	Accessibility
/*-----------------------------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: blue;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  border: solid 2px blue;
  outline: none;
  /* Above WP toolbar. */
}
.screen-reader-text:focus-visible {
  outline: 0 !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a:focus-visible,
button:focus-visible,
input[type=submit]:focus-visible,
input[type=checkbox]:focus-visible,
.modal-content:focus-visible {
  outline: blue solid 4px !important;
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.headerMain {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateZ(0);
  transition: transform height 0.2s ease-in-out;
}
.headerMain.animate {
  transition: top 0.6s ease-in-out;
}
@media print {
  .headerMain {
    display: none;
  }
}

.header__container {
  box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 0.5);
  width: 100%;
  z-index: 99998;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  transform: 0.8s;
  font-size: 16px;
  background: #1d6351;
}
.header__flex {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 101px;
  padding: 0 8% 0;
  background: #1d6351;
  z-index: 1000;
}
@media only screen and (min-width: 1300px) {
  .header__logo .logo-desktop {
    display: block;
    max-width: 264px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 0px) {
  .header__logo .logo-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  .header__logo .logo-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 0px) {
  .header__logo .logo-mobile {
    display: block;
    max-width: 55px;
  }
}
.header__nav {
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .header__nav {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .header__nav {
    display: none;
  }
}
.header__search {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 28px 0 16px;
  height: 100%;
}
.header__button {
  margin: 0 4px 0 4px;
}
.header__hamburger {
  background-color: #fff;
  border-radius: 50%;
  padding: 28px;
}
.header__hamburger .hamburger-icon {
  position: absolute;
  top: 5em;
  margin-top: -118px;
  margin-left: -10px;
  width: 20px;
  height: 80px;
  cursor: pointer;
}
.header__hamburger .hamburger-icon .line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #1d6351;
  border-radius: 3px;
  margin-top: 6px;
  top: 74px;
  transition: transform 0.2s, opacity 0.2s;
}
.header__hamburger .hamburger-icon .line:nth-child(1) {
  transform-origin: top left;
}
.header__hamburger .hamburger-icon .line:nth-child(2) {
  transform-origin: center;
}
.header__hamburger .hamburger-icon .line:nth-child(3) {
  transform-origin: bottom left;
}
.header__hamburger .hamburger-icon .line:nth-child(2).hidden {
  opacity: 0;
}
.header__hamburger .hamburger-icon .line:nth-child(1).rotate-top {
  transform: rotate(-45deg);
  margin-top: 20px;
  margin-left: 3px;
}
.header__hamburger .hamburger-icon .line:nth-child(2).rotate-middle {
  transform: rotate(45deg);
  margin-top: -9px;
  margin-left: 1px;
}
.header__hamburger .hamburger-icon .line:nth-child(3).rotate-bottom {
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .header__hamburger {
    display: block;
  }
}
.header__mobile-links {
  background-color: #f5f1ee;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.8s ease;
  transform: translateY(-101%);
  z-index: 999;
  position: fixed;
  left: 0;
  width: 100%;
  height: 90vh;
  overflow-x: hidden;
}
.header__mobile-links.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .header__mobile-links {
    display: block;
  }
}
.header__mobile-links .show-submenu {
  padding: 0 5%;
}
.header__mobile-nav {
  width: 85%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  font-size: 17px;
  color: #1d6351;
}
.header__mobile-nav ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 6px 10px;
  z-index: 998;
  background-color: #f5f1ee;
  transition: 0.5s;
}
.header__mobile-nav .arrow-icon-wrapper {
  order: 2;
  padding-left: 25%;
  padding-right: 2%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.header__mobile-nav .arrow-icon {
  font-size: 0.75em;
  transition: transform 0.3s ease;
}
.header__mobile-nav .rotate-arrow .arrow-icon {
  transform: rotate(90deg);
}
.header__mobile-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-8%);
  transition: opacity 0.3s 0s, transform 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 997;
  padding-left: 16px;
  overflow: hidden;
}
.header__mobile-nav .sub-menu.visible {
  opacity: 1;
  visibility: visible;
  display: block !important;
  transform: translateY(0);
}
.header__button-nav {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.header__mobile-search {
  width: 85%;
  max-width: 90%;
  margin: 20px auto;
}
.header__mobile-search .search-form {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  border: 1px solid #cecece;
  border-radius: 25px;
  padding: 8px;
  min-width: 175px;
  max-width: 500px;
  margin: 0 auto;
  color: #1d6351;
}
.header__mobile-search .search-form input {
  flex-grow: 2;
  border: none;
}
.header__mobile-search .search-form input:focus {
  outline: none;
}
.header__mobile-search .search-form i {
  padding-right: 12px;
  padding-left: 4px;
}
.header__mobile-blog-search {
  background-color: #f5f1ee;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.8s ease;
  transform: translateY(-101%);
  z-index: 999;
  position: fixed;
  left: 0;
  width: 100%;
  height: 90vh;
  overflow-x: hidden;
}
.header__mobile-blog-search.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .header__mobile-blog-search {
    display: block;
  }
}
.header__primary {
  height: 100%;
  position: relative;
}
.header__primary ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.header__primary li {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
}
.header__primary li a {
  font-size: 16px;
}
.header__primary li .arrow-icon {
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.header__primary li .rotate-arrow {
  transform: rotate(180deg);
}
.header__primary ul {
  position: relative;
}
.header__primary ul li {
  position: relative;
}
.header__primary ul li .sub-menu {
  display: none;
}
.header__sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f5f1ee;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
  transform: translateY(-101%);
  transition: opacity 0s ease, transform 0.8s ease;
  display: flex;
  flex-direction: row;
}
.header__sub-nav li {
  list-style: none;
  padding-top: 8px;
  color: #1d6351;
}
.header__sub-nav li .sub-level-three a:after {
  margin-left: 5px;
  font-family: "Font Awesome 6";
  font: var(--fa-font-solid);
  content: "\f105";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__sub-nav.visible {
  z-index: 999;
  transform: translateY(0);
}
.header__search-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f5f1ee;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
  transform: translateY(-101%);
  transition: opacity 0s ease, transform 0.8s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.header__search-bar .search-form {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  border: 1px solid #cecece;
  border-radius: 25px;
  padding: 8px;
  min-width: 550px;
  max-width: 800px;
  margin: 0 auto;
  color: #1d6351;
}
.header__search-bar .search-form input {
  flex-grow: 2;
  border: none;
}
.header__search-bar .search-form input:focus {
  outline: none;
}
.header__search-bar .search-form i {
  padding-right: 20px;
  padding-left: 12px;
}
.header__search-bar.visible {
  z-index: 999;
  transform: translateY(0);
}

.scroll--lock-main {
  overflow: hidden;
  height: 100%;
}

.scroll--lock-height {
  height: 100vh;
}

.top__bar {
  background-color: #2a3133;
  color: #fff;
}
.top__bar a {
  text-decoration: underline;
  opacity: 1;
}
.top__bar a:hover {
  opacity: 0.75;
}
.sub-menu-depth-one {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 3% 5%;
  overflow: hidden;
}
.sub-menu-depth-one .sub-nav-title {
  font-size: 48px;
  font-family: "trade-gothic-next", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.sub-menu-depth-one .sub-nav-line {
  width: 40px;
  border-bottom: solid 5px #1d6351;
  margin: 12px 0;
}
.sub-menu-depth-one li a {
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.sub-menu-depth-one a:after {
  font-family: "Font Awesome 6";
  font: var(--fa-font-solid);
  content: "\f105";
  position: absolute;
  opacity: 0;
  padding-left: 5px;
  transform: translateY(20%) translateX(-20%);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.sub-menu-depth-one a:hover::after {
  opacity: 1;
  transform: translateY(20%) translateX(0);
}

.sub-menu-depth-two {
  display: flex;
  flex-direction: row;
  width: 75%;
  gap: 3%;
  padding: 2% 2% 2% 0;
}
.sub-menu-depth-two li a img {
  max-width: 100%;
  height: auto;
  max-height: 250px;
}
.sub-menu-depth-two .sub-menu li a {
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.sub-menu-depth-two .sub-menu a:after {
  font-family: "Font Awesome 6";
  font: var(--fa-font-solid);
  content: "\f105";
  position: absolute;
  opacity: 0;
  transform: translateY(20%) translateX(-20%);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.sub-menu-depth-two .sub-menu a:hover::after {
  opacity: 1;
  transform: translateY(20%) translateX(0);
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
.footer__container {
  background-color: #1d6351;
  display: flex;
  width: 100%;
  padding: 5rem 10%;
}
@media only screen and (max-width: 768px) {
  .footer__container {
    flex-direction: column;
  }
}
.footer__column-one {
  flex-basis: 60%;
  padding-right: 20px;
}
.footer__column-two {
  flex-basis: 40%;
  color: #fff;
  font-size: 16px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .footer__column-two {
    font-size: 14px;
  }
}
.footer__column-half-1 {
  width: 60%;
}
.footer__column-half-2 {
  width: 40%;
}
.footer__nav-one ul li, .footer__nav-two ul li {
  padding-top: 16px;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.footer__nav-one ul li a:after, .footer__nav-two ul li a:after {
  font-family: "Font Awesome 6";
  font: var(--fa-font-solid);
  content: "\f105";
  position: absolute;
  opacity: 0;
  padding-left: 5px;
  transform: translateY(20%) translateX(-20%);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.footer__nav-one ul li a:hover::after, .footer__nav-two ul li a:hover::after {
  opacity: 1;
  transform: translateY(20%) translateX(0);
}
.footer__logo {
  max-width: 400px;
}
.footer__text {
  color: #fff;
  max-width: 400px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .footer__social-media-desktop {
    display: none;
  }
}
.footer__social-media-mobile {
  padding-top: 36px;
}
@media only screen and (min-width: 769px) {
  .footer__social-media-mobile {
    display: none;
  }
}
.footer__copyright {
  background-color: #164b3d;
}
.footer__copyright-text {
  color: #fff;
  padding: 16px 10%;
  font-size: 14px;
}

.scroll--lock-footer {
  display: none;
}

.social-icons {
  display: flex;
}

.social-icon {
  max-width: 20px;
  margin-right: 16px;
  transition: transform 0.3s ease-in-out;
}
.social-icon:hover {
  transform: scale(1.25);
}

@media print {
  .footer {
    display: none;
  }
}
/*-----------------------------------------------------------------------------------*/
/* News
/*-----------------------------------------------------------------------------------*/
.news__article {
  margin-top: 20px;
}
.news__article a:after {
  content: "\f344";
  font-family: dashicons;
  margin-left: 4px;
  vertical-align: -3px;
}
.news__article a:hover {
  text-decoration: underline;
}
.news__container {
  padding-top: 44px;
}
@media only screen and (max-width: 768px) {
  .news__container {
    padding-top: 4px;
  }
}
.news__search {
  padding: 36px 0;
}
.news__search .category-buttons ul {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-around;
}
@media only screen and (min-width: 1300px) {
  .news__search .category-buttons ul {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .news__search .category-buttons ul {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .news__search .category-buttons ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .news__search .category-buttons ul li {
    margin-top: 12px;
  }
}
.news__search .category-buttons .category-button {
  background: #fff;
  color: #1d6351;
  box-shadow: inset 0 0 0 2px #1d6351;
  opacity: 1;
  padding: 12px 40px;
  border-radius: 100px;
}
.news__search .category-buttons .category-button:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 768px) {
  .news__search .category-buttons .category-button {
    font-size: 14px;
    padding: 16px 24px;
  }
}
.news__search .category-buttons .category-button.active {
  background: #1d6351;
  color: #fff;
  opacity: 1;
}
.news__search .category-buttons .category-button.active:hover {
  color: #fff;
  opacity: 0.75;
}
.news__search .category-buttons button {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.news__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  position: relative;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .news__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .news__content {
    grid-template-columns: 1fr;
  }
}

.post__thumbnail:hover {
  opacity: 0.8;
}
.post__card {
  padding: 24px 0;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .post__card {
    height: auto;
  }
}
.post__meta {
  display: flex;
}
.post__meta p {
  font-size: 16px;
  color: #b5b5b5;
}
.post__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post__title a {
  font-size: 24px;
  font-family: "Work Sans", sans-serif;
}
.post__title a:hover {
  text-decoration: underline;
}
.post__link a {
  color: #1d6351;
}
.post__link a::after {
  content: "\f344";
  font-family: dashicons;
  margin-left: 4px;
  vertical-align: -3px;
}
.post__link a:hover {
  text-decoration: underline;
}

.news-pagination-container {
  display: flex;
  justify-content: center;
  padding: 52px 0;
  align-items: center;
}
.news-pagination-container button {
  padding: 10px;
}

.news-pagination-button.active {
  color: #1d6351;
  text-decoration: underline;
}

.news-pagination-button:hover {
  color: #1c6351;
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/* Blog Search and Sorting
/*-----------------------------------------------------------------------------------*/
.blog__container {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .blog__container {
    padding-top: 0;
  }
}
.blog__search {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .blog__search {
    width: 0%;
  }
}
@media only screen and (min-width: 769px) {
  .blog__search-container .mobile-filter-button {
    display: none;
  }
}
.blog__search-container .search-bar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  border: 1px solid #cecece;
  border-radius: 25px;
  padding: 8px;
  margin: 0 auto;
  color: #1d6351;
}
.blog__search-container .search-bar input {
  flex-grow: 2;
  border: none;
  width: 99%;
}
.blog__search-container .search-bar input:focus {
  outline: none;
}
.blog__search-container .search-bar i {
  padding-right: 20px;
  padding-left: 12px;
}
@media only screen and (max-width: 768px) {
  .blog__search-container {
    display: none;
  }
}
.blog__search-container .filter-group {
  padding-top: 32px;
}
.blog__search-container .filter-options {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.blog__search-container .filter-title {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #b5b5b5;
}
.blog__search-container .checkbox-container {
  display: flex;
  flex-direction: column;
}
.blog__search-container .custom-checkbox {
  display: none;
}
.blog__search-container .checkbox-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  padding-bottom: 8px;
}
.blog__search-container .checkbox-label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 38%;
  transform: translateY(-50%);
}
.blog__search-container .custom-checkbox:checked + .checkbox-label:before {
  background-color: #1d6351;
  padding: 1px;
}
.blog__search-container .custom-checkbox:checked + .checkbox-label:after {
  content: "\f147";
  font-family: "dashicons";
  font-size: 16px;
  color: white;
  position: absolute;
  left: 1.25%;
}
.blog__content {
  width: 75%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-left: 3%;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .blog__content {
    width: 100%;
    margin-top: 140px;
    padding-left: 0%;
  }
}
.blog__post {
  width: 45%;
  max-height: 450px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .blog__post {
    width: 100%;
  }
}
.blog__post-thumbnail .post-thumbnail {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
}
.blog__post-thumbnail .post-thumbnail:hover {
  opacity: 0.8;
}
.blog__post-title {
  padding: 8px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog__post-title a:hover {
  text-decoration: underline;
}
.blog__post-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.loading-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #fff;
  padding: 16px 28px;
  border-radius: 50px;
  border: #1d6351 2px solid;
}
@media only screen and (max-width: 768px) {
  .loading-message {
    text-align: center;
  }
}

.blog-pagination-container {
  display: flex;
  justify-content: center;
  padding: 52px 0;
  align-items: center;
}
.blog-pagination-container button {
  padding: 10px;
}

.blog-pagination-button.active {
  color: #1d6351;
  text-decoration: underline;
}

.blog-pagination-button:hover {
  color: #1c6351;
  text-decoration: underline;
}

.reset-button,
.close-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.mobile-filter-button {
  height: 100px;
  width: 90vw;
}
@media only screen and (min-width: 769px) {
  .mobile-filter-button {
    display: none;
  }
  .mobile-filter-button .button-icon {
    display: none;
  }
}

.button-icon {
  margin: 0 auto !important;
}
.button-icon i {
  margin-top: 3px;
  padding-right: 6px;
}

.header__mobile-blog-search {
  padding-left: 6%;
  padding-right: 6%;
}
.header__mobile-blog-search .mobile-filter-close-1 {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
.header__mobile-blog-search .mobile-filter-close-1 .close {
  color: #1d6351;
}
.header__mobile-blog-search .mobile-filter-close-2 {
  margin-bottom: 100px;
}
.header__mobile-blog-search .mobile-filter-close-2 .close-button {
  height: 100px;
  width: 90vw;
}
.header__mobile-blog-search .search-bar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  border: 1px solid #cecece;
  border-radius: 25px;
  padding: 8px;
  margin: 0 auto;
  color: #1d6351;
}
.header__mobile-blog-search .search-bar input {
  flex-grow: 2;
  border: none;
}
.header__mobile-blog-search .search-bar input:focus {
  outline: none;
}
.header__mobile-blog-search .search-bar i {
  padding-right: 20px;
  padding-left: 12px;
}
.header__mobile-blog-search .button__size-regular {
  padding: 8px 25%;
}
.header__mobile-blog-search .filter-title {
  padding-top: 8px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #b5b5b5;
}
.header__mobile-blog-search .checkbox-label {
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  padding-bottom: 8px;
}
.header__mobile-blog-search .custom-checkbox {
  display: none;
}
.header__mobile-blog-search .checkbox-label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 38%;
  transform: translateY(-50%);
}
.header__mobile-blog-search .custom-checkbox:checked + .checkbox-label:before {
  background-color: #1d6351;
  padding: 1px;
}
.header__mobile-blog-search .custom-checkbox:checked + .checkbox-label:after {
  content: "\f147";
  font-family: "dashicons";
  font-size: 16px;
  color: white;
  position: absolute;
  left: 3%;
}

@media only screen and (min-width: 769px) {
  .filter-options-mobile {
    display: none;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Nav Bar Search
/*-----------------------------------------------------------------------------------*/
.search__header {
  padding-top: 44px;
  padding-bottom: 24px;
}

.no-results {
  padding: 140px 0;
}

.search-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 40px;
  padding: 36px 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .search-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .search-results {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0px;
  }
}

.result-title {
  padding-top: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.result-title a:hover {
  text-decoration: underline;
}

.result-date {
  font-size: 16px;
  color: #b5b5b5;
}

.result-image {
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  height: 270px;
  width: 100%;
}
.result-image:hover {
  opacity: 0.8;
}

.search-pagination {
  display: flex;
  justify-content: center;
  padding: 52px 0;
  align-items: center;
}
.search-pagination a {
  padding: 10px;
}
.search-pagination a:hover {
  text-decoration: underline;
}
.search-pagination a.active {
  color: #1d6351;
  text-decoration: underline;
}
.search-pagination button {
  padding: 10px;
}
.search-pagination button:hover {
  color: #1d6351;
  text-decoration: underline;
}

.search-pagination-button:hover {
  color: #1c6351;
  text-decoration: underline;
}

#search-error-mobile {
  justify-content: center;
}

/* ------------------------------------------------------------------------- *
Single Post
/* ------------------------------------------------------------------------- */
.post-tags {
  background-color: #f5f1ee;
  padding: 2px 0;
}
.post-tags ul {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  border-top: 1px solid #d6d6d6;
}
.post-tags ul li {
  background-color: #2a3133;
  color: #fff;
  padding: 2px 16px;
  border-radius: 100px;
  margin: 4px;
}
.post-tags ul li:hover {
  background-color: #1d6351;
}

/*-----------------------------------------------------------------------------------*/
/* Archive Page
/*-----------------------------------------------------------------------------------*/
.entry-title {
  padding-top: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.entry-title a:hover {
  text-decoration: underline;
}

.posted-on {
  font-size: 16px;
  color: #b5b5b5;
}

.entry-content {
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  height: 270px;
  width: 100%;
}
.entry-content:hover {
  opacity: 0.8;
}

/*-----------------------------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------------------------*/
.button {
  display: inline-flex;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.button__style-1 {
  background: #1d6351;
  color: #fff;
  opacity: 1;
  transition: transform 0.2s ease-in-out;
}
.button__style-1:hover {
  transform: scale(1.08);
}
.button__style-2 {
  background: #2a3133;
  color: #fff;
  opacity: 1;
  transition: transform 0.2s ease-in-out;
}
.button__style-2:hover {
  transform: scale(1.08);
}
.button__style-3 {
  background: #fff;
  color: #1d6351;
  opacity: 1;
  transition: transform 0.2s ease-in-out;
}
.button__style-3:hover {
  transform: scale(1.08);
}
.button__style-4 {
  background: transparent;
  color: #1d6351;
  opacity: 1;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.button__style-4:after {
  font-family: "Font Awesome 6";
  font: var(--fa-font-solid);
  content: "\f105";
  position: absolute;
  opacity: 0;
  padding-left: 5px;
  transform: translateY(20%) translateX(-20%);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.button__style-4:hover::after {
  opacity: 1;
  transform: translateY(20%) translateX(0);
}
.button__size-regular {
  padding: 12px 40px;
  border-radius: 100px;
}
@media only screen and (max-width: 768px) {
  .button__size-regular {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.button__size-large {
  padding: 28px 48px;
  border-radius: 100px;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .button__size-large {
    font-size: 20px;
    padding: 20px 36px;
  }
}
@media only screen and (max-width: 768px) {
  .button__size-mobile-filter {
    font-size: 14px;
    border-radius: 100px;
    padding: 16px 100px;
  }
}
.button__spacing-small {
  margin: 12px 0px;
}
.button__spacing-medium {
  margin: 28px 0px;
}
.button__spacing-large {
  margin: 44px 0px;
}

.button-icon {
  display: flex;
}

/*-----------------------------------------------------------------------------------*/
/* Vendor Form
/*-----------------------------------------------------------------------------------*/
.vendor__form {
  padding: 80px 0;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (min-width: 1600px) {
  .vendor__form {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .vendor__form {
    width: 100%;
  }
}
.vendor__form .form-group {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 28px;
  position: relative;
}
.vendor__form .form-group label {
  flex: 0 0 100%;
  padding-bottom: 4px;
}
.vendor__form .form-group input[type=text],
.vendor__form .form-group textarea,
.vendor__form .form-group select,
.vendor__form .form-group input[type=email],
.vendor__form .form-group input[type=tel] {
  flex: 1;
  padding: 8px;
  border: 1px solid #cecece;
  border-radius: 25px;
}
.vendor__form .error {
  color: red;
  display: none;
}
.vendor__form .error.display-error {
  display: block;
}
.vendor__form .form-group input[type=file] {
  margin-top: 8px;
  flex: 0 0 auto; /* Ensure file input does not take full width */
}
.vendor__form .form-group textarea {
  resize: none;
  height: 150px;
}
.vendor__form .list-section {
  width: 100%;
}
.vendor__form .list-section {
  width: 100%;
}
.vendor__form .list-section .list {
  list-style-type: none;
}
.vendor__form .list-section .list-title {
  padding: 8px 0;
}
.vendor__form .list-section li .file-name {
  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
  border-radius: 25px;
  border: 1px solid #cecece;
  margin: 8px;
  background-color: #f5f1ee;
}
.vendor__form .custom-file-input {
  display: inline-block;
  background: #1d6351;
  color: #fff;
  border: none;
  padding: 12px 40px !important;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  flex: none !important;
  transition: transform 0.2s ease-in-out;
}
.vendor__form .custom-file-input:hover {
  transform: scale(1.08);
}
.vendor__form .form-group input[type=file] {
  opacity: 0 !important;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.vendor__form .custom-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
}
.vendor__form .custom-radio:checked + .radio-label:before {
  background-color: #1d6351;
  padding: 1px;
}
.vendor__form .custom-radio:checked + .radio-label:after {
  content: "\f147";
  font-family: "dashicons";
  font-size: 16px;
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 6.25%;
}
.vendor__form .radio-label {
  position: relative;
  padding-left: 30px;
}
.vendor__form .radio-label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.vendor__form .custom-submit-button {
  display: inline-block;
  background: #1d6351;
  color: #fff;
  border: none;
  padding: 12px 40px !important;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  flex: none !important;
  transition: transform 0.2s ease-in-out;
  margin: 0 auto;
}
.vendor__form .custom-submit-button:hover {
  transform: scale(1.08);
}
.vendor__recaptcha {
  margin: 0 auto;
}

.form-privacy {
  text-align: center;
}
.form-privacy a {
  text-decoration: underline;
}
.form-privacy a:hover {
  color: #1d6351;
}

/* ------------------------------------------------------------------------- *
Hero Block
/* ------------------------------------------------------------------------- */
.hero {
  overflow: hidden;
}
.hero__small {
  height: 400px;
}
@media only screen and (min-width: 1024px) {
  .hero__small {
    height: 500px;
  }
}
.hero__medium {
  height: 600px;
}
@media only screen and (min-width: 1024px) {
  .hero__medium {
    height: 700px;
  }
}
.hero__large {
  height: 650px;
}
@media only screen and (min-width: 1024px) {
  .hero__large {
    height: 800px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__small-mobile {
    height: 550px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero__small-mobile .hero__two-images {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero__medium-mobile {
    min-height: 750px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero__medium-mobile .hero__two-images {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero__large-mobile {
    min-height: 900px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero__large-mobile .hero__two-images {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero .sm-m-top {
    top: -25% !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero .md-m-top {
    top: -15% !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero .lg-m-top {
    top: -5% !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero .hg-m-top {
    top: 0% !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero .sm-m-top-one {
    top: 105% !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero .md-m-top-one {
    top: 115% !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero .lg-m-top-one {
    top: 125% !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .hero .hg-m-top-one {
    top: 135% !important;
  }
}
.hero .one_image {
  height: 92%;
}
@media only screen and (max-width: 768px) {
  .hero .one_image {
    height: 50%;
  }
  .hero .one_image .hero__content {
    height: 100%;
    top: 105%;
  }
}
.hero__main {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .hero__main {
    align-items: flex-end;
  }
}
.hero__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .hero__content {
    bottom: 0;
    position: relative;
  }
}
.hero__heading {
  padding-bottom: 20px;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .hero__heading {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.hero__line {
  width: 40px;
  border-bottom: solid 5px #1d6351;
  margin-bottom: 12px;
}
.hero__head {
  padding-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .hero__head {
    padding-bottom: 8px;
  }
}
.hero__text {
  font-size: 18px;
  font-weight: 400;
  max-width: 450px;
}
@media only screen and (min-width: 1600px) {
  .hero__text {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hero__text {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .hero__text {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }
}
.hero__text p {
  line-height: 1.6;
}
.hero__pattern {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .hero__pattern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(to right, #fff 0, #1d6351 2px, transparent 2px, transparent 6px);
  }
}
.hero__two-images {
  position: relative;
  overflow: hidden;
  height: 92%;
}
@media only screen and (max-width: 768px) {
  .hero__two-images {
    height: 100%;
  }
  .hero__two-images .hero__content {
    top: 5%;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .hero__background {
    width: 100%;
    height: 50%;
  }
}
.hero .left_image {
  left: 0;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .hero .left_image {
    bottom: 0;
    top: auto;
    width: 100%;
  }
}
.hero .right_image {
  right: 0;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .hero .right_image {
    top: 0;
    width: 100%;
  }
}
.hero .top_image {
  width: 700px;
  height: 500px;
  z-index: 2;
  right: 6%;
  top: 20%;
}
@media only screen and (max-width: 1300px) and (min-width: 0px) {
  .hero .top_image {
    width: 90%;
    height: 500px;
    z-index: 2;
    left: auto;
    top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .hero .top_image {
    width: 88%;
    height: 350px;
  }
}
.hero .back_image {
  width: 100%;
  height: 60%;
  z-index: 0;
}
.hero__popout {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 1300px) and (min-width: 0px) {
  .hero__popout {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1300px) {
  .hero__popout .hero__content {
    margin-top: -15% !important;
  }
}
@media only screen and (min-width: 769px) {
  .hero__popout .hero__content {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .hero__popout .hero__content {
    top: 5%;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 0px) {
  .hero__popout .hero__heading, .hero__popout .hero__text {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 0px) {
  .hero__popout .hero__text {
    max-width: 100% !important;
  }
}

/* ------------------------------------------------------------------------- *
Small CTA Block
/* ------------------------------------------------------------------------- */
.smallcta {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .smallcta {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 80% !important;
    max-width: 78rem !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .smallcta {
    width: 90% !important;
    max-width: 1800px !important;
  }
}
@media only screen and (max-width: 768px) {
  .smallcta {
    width: 100%;
  }
}
.smallcta__main {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .smallcta__main {
    width: 100%;
    flex-direction: column;
  }
}
.smallcta__heading {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .smallcta__heading {
    width: 100%;
    padding-bottom: 20px;
  }
}
.smallcta__small {
  padding-top: 40px;
  padding-bottom: 40px;
}
.smallcta__medium {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .smallcta__medium {
    padding-top: 44px;
    padding-bottom: 44px;
    min-height: 375px;
  }
}
.smallcta__large {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .smallcta__large {
    padding-top: 24px;
    padding-bottom: 70px;
    min-height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .smallcta__small-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 300px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .smallcta__medium-mobile {
    padding-top: 44px;
    padding-bottom: 44px;
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .smallcta__large-mobile {
    padding-top: 24px;
    padding-bottom: 70px;
    height: 750px;
  }
}
.smallcta__text {
  width: 90%;
  padding-top: 12px;
  margin: 0 auto;
}
.smallcta__line {
  width: 40px;
  margin: 0 auto;
  margin-bottom: 12px;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .smallcta__button {
    margin: 0 auto;
  }
}
.smallcta__button-images {
  display: flex;
  padding-top: 16px;
}
.smallcta__button-images .button-image {
  min-width: 75px;
  max-width: 150px;
}
@media only screen and (max-width: 768px) {
  .smallcta__button-images {
    flex-direction: column;
  }
}

/* ------------------------------------------------------------------------- *
CTA Block
/* ------------------------------------------------------------------------- */
.cta__main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta__content {
  text-align: center;
}
.cta__heading, .cta__headline {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .cta__heading, .cta__headline {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .cta__heading, .cta__headline {
    padding-bottom: 2px;
  }
}
.cta__flat {
  padding-top: 2px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .cta__flat {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.cta__small {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .cta__small {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.cta__medium {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .cta__medium {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.cta__large {
  padding-top: 220px;
  padding-bottom: 220px;
}
@media only screen and (max-width: 768px) {
  .cta__large {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.cta__text {
  padding-top: 20px;
  padding-bottom: 28px;
  margin: 0 auto;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .cta__text {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.cta__line {
  width: 40px;
  border-bottom: solid 5px #1d6351;
  margin: 12px auto;
}
.cta__img-link {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .cta__img-link {
    justify-content: flex-start;
    padding-top: 12px;
  }
}
.cta__img-link img {
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .cta__img-link img {
    max-width: 150px;
  }
}

/* ------------------------------------------------------------------------- *
Vine CTA Block
/* ------------------------------------------------------------------------- */
.vine__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.vine__flat-top {
  padding-top: 0;
}
.vine__small-top {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .vine__small-top {
    padding-top: 12px;
  }
}
.vine__medium-top {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .vine__medium-top {
    padding-top: 36px;
  }
}
.vine__large-top {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .vine__large-top {
    padding-top: 60px;
  }
}
.vine__flat-bot {
  padding-bottom: 0;
}
.vine__small-bot {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .vine__small-bot {
    padding-bottom: 12px;
  }
}
.vine__medium-bot {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .vine__medium-bot {
    padding-bottom: 36px;
  }
}
.vine__large-bot {
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .vine__large-bot {
    padding-bottom: 60px;
  }
}
.vine__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 56px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .vine__content {
    flex-direction: column !important;
    align-items: flex-start;
    margin: 4px 0;
  }
  .vine__content::before {
    display: none;
  }
}
.vine__image {
  width: 560px;
  height: 420px;
  background-color: #fff;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  .vine__image {
    width: 700px;
    height: 500px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .vine__image {
    width: 465px;
    height: 310px;
  }
}
@media only screen and (max-width: 768px) {
  .vine__image {
    width: 100%;
    height: 300px;
  }
}
.vine__heading h3 {
  font-size: 32px !important;
  padding-bottom: 12px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .vine__heading h3 {
    font-size: 20px !important;
  }
}
.vine__heading h4 {
  font-size: 26px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .vine__heading h4 {
    font-size: 18px !important;
  }
}
.vine__text {
  width: 30%;
  overflow: visible;
  position: relative;
  z-index: 1;
  text-align: center;
}
.vine__text.vine-text-left {
  margin-left: 30px;
}
.vine__text.vine-text-right {
  margin-right: 30px;
}
@media only screen and (max-width: 1300px) and (min-width: 1024px) {
  .vine__text.vine-text-right {
    padding-left: 2.5%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .vine__text {
    width: 40%;
  }
  .vine__text.vine-text-left {
    margin-left: 20px;
  }
  .vine__text.vine-text-right {
    margin-right: 20px;
    padding-left: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .vine__text {
    padding-top: 36px;
    padding-bottom: 36px;
    width: 100%;
  }
  .vine__text.vine-text-left {
    margin-left: 0;
  }
  .vine__text.vine-text-right {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .vine__paragraph {
    width: 90%;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------------------- *
Swiper Hero Block
/* ------------------------------------------------------------------------- */
.swiperhero {
  overflow: hidden;
}
.swiperhero__main {
  position: relative;
  height: 1025px;
}
@media only screen and (max-width: 900px) and (min-width: 769px) {
  .swiperhero__main {
    height: 900px;
  }
}
@media only screen and (max-width: 768px) {
  .swiperhero__main {
    height: 850px;
  }
}
.swiperhero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .swiperhero__content {
    padding-top: 44px;
  }
}
.swiperhero__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiperhero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiperhero__top-bkg {
  height: 50%;
  z-index: 1;
}
.swiperhero__bot-bkg {
  height: 100%;
  z-index: 0;
}
.swiperhero__headline {
  text-align: center;
  padding-bottom: 36px;
}
.swiperhero__text {
  font-size: 18px;
  font-weight: 400;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .swiperhero__text {
    width: 100%;
  }
}
.swiperhero__subtext {
  width: 68%;
  font-size: 12px;
  text-align: left;
  padding-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 900px) {
  .swiperhero__subtext {
    display: none;
  }
}
.swiperhero__swiper {
  display: block;
  padding-top: 8px;
}
@media only screen and (min-width: 900px) {
  .swiperhero__swiper {
    display: none;
  }
}
.swiperhero .swiper-main {
  height: 500px;
}
@media only screen and (max-width: 350px) and (min-width: 0px) {
  .swiperhero .swiper-main {
    height: 350px;
  }
}
.swiperhero .swiper-slide {
  background-color: #fff;
  height: 400px !important;
  background-size: cover;
  background-position: center;
  margin-top: 44px;
  transition: margin-top 1s ease;
}
.swiperhero .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #2a3133;
  width: 0.75rem;
  height: 0.75rem;
}
.swiperhero .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1d6351;
}
.swiperhero .swiper__image-grid {
  display: none;
  padding-top: 36px;
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 900px) {
  .swiperhero .swiper__image-grid {
    display: block;
  }
}
.swiperhero .swiper__image-container {
  display: flex;
  height: 600px;
  justify-content: space-between;
}
.swiperhero .swiper__image-container .swiper__column-1 {
  width: 66%;
  height: auto;
}
.swiperhero .swiper__image-container .swiper__column-1 .image-background {
  background-size: cover;
  background-position: center;
  height: 100%;
}
.swiperhero .swiper__image-container .swiper__column-2 {
  width: 31%;
  height: auto;
}
.swiperhero .swiper__image-container .swiper__column-2 .image-background {
  background-size: cover;
  background-position: center;
  height: 47%;
}
.swiperhero .swiper__image-container .swiper__column-2 .image-background:nth-child(2) {
  margin-top: 36px;
}

/* ------------------------------------------------------------------------- *
Side By Side Block
/* ------------------------------------------------------------------------- */
.sbs__flat-top {
  padding-top: 0;
}
.sbs__small-top {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .sbs__small-top {
    padding-top: 12px;
  }
}
.sbs__medium-top {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .sbs__medium-top {
    padding-top: 40px;
  }
}
.sbs__large-top {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .sbs__large-top {
    padding-top: 80px;
  }
}
.sbs__flat-bot {
  padding-bottom: 0;
}
.sbs__small-bot {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .sbs__small-bot {
    padding-bottom: 12px;
  }
}
.sbs__medium-bot {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .sbs__medium-bot {
    padding-bottom: 40px;
  }
}
.sbs__large-bot {
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .sbs__large-bot {
    padding-bottom: 80px;
  }
}
.sbs__layout-2, .sbs__layout-3 {
  height: 500px;
}
.sbs__layout-1 {
  height: 550px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .sbs__layout-1 {
    height: 525px;
  }
}
@media only screen and (max-width: 768px) {
  .sbs__layout-1 {
    height: auto;
  }
}
.sbs .small-size {
  height: 300px !important;
}
.sbs .large-size {
  height: 750px !important;
}
@media only screen and (max-width: 768px) {
  .sbs__layout-2 {
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .sbs__layout-3 {
    height: 550px;
  }
}
.sbs__layout-404 {
  height: 700px;
}
@media only screen and (max-width: 768px) {
  .sbs__layout-404 {
    height: 550px;
  }
}
.sbs__layout-post {
  height: 700px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sbs__layout-post {
    height: 650px;
  }
}
.sbs__pattern {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .sbs__pattern::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(to right, #fff 0, #1d6351 2px, transparent 2px, transparent 6px);
  }
}
@media only screen and (max-width: 768px) {
  .sbs__pattern {
    display: none;
  }
}
.sbs__container-1, .sbs__container-2, .sbs__container-3, .sbs__container-404 {
  height: 100%;
  display: flex;
}
.sbs__container-post {
  height: 90%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .sbs__container-post {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sbs__container-1, .sbs__container-post {
    flex-direction: column !important;
  }
}
.sbs__image-1 {
  height: 100%;
  width: 50%;
}
.sbs__image-1 .parallax {
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: repeat;
  background-size: cover;
  transform: translateY(0);
  transition: background-position-y 0.5s cubic-bezier(0, 0.75, 0.75, 0.66);
  overflow: hidden;
}
.sbs__image-1 .regular-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .sbs__image-1 {
    width: 100%;
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .sbs__image-1 {
    width: 100%;
    height: 400px;
  }
}
.sbs__background-1 {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .sbs__background-1 {
    width: 100%;
    height: 85%;
  }
}
.sbs__content-1 {
  max-width: 350px;
  text-align: center;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .sbs__content-1 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .sbs__content-1 {
    padding-top: 44px;
    width: 80%;
    margin: auto;
  }
}
.sbs__heading-1, .sbs__heading-3 {
  padding-bottom: 16px;
}
.sbs__container-2 {
  position: relative;
  z-index: 1;
}
.sbs__content-2 {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sbs__content-2 {
    flex-direction: column;
  }
}
.sbs__floating-image {
  position: absolute;
  z-index: 2;
  background-size: cover;
  background-position: center;
  width: 45%;
  height: 85%;
  margin: 50px 0px 0px 10%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .sbs__floating-image {
    flex-direction: column;
    margin: 50px 0px 0px 5%;
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .sbs__floating-image {
    width: 90%;
    height: 40%;
    margin: 50px 0px 0px 5%;
  }
}
.sbs__left-side, .sbs__right-side {
  height: 100%;
  width: 50%;
  background-size: cover;
  height: 100%;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .sbs__left-side, .sbs__right-side {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sbs__left-side {
    width: 100%;
    height: 40%;
  }
}
.sbs__right-side {
  display: flex;
  justify-content: center;
}
.sbs__background-2 {
  width: 70%;
  padding-top: 160px;
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .sbs__background-2 {
    width: 90%;
    padding-top: 140px;
    padding-left: 0;
    margin: 0 auto;
  }
}
.sbs__heading-2 {
  padding-bottom: 28px;
}
.sbs__container-3 {
  width: 94%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sbs__container-3 {
    flex-direction: column-reverse !important;
    width: 90%;
  }
}
.sbs__background-3 {
  width: 35%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sbs__background-3 {
    width: 100%;
    height: 50%;
  }
}
.sbs__content-3 {
  width: 70%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .sbs__content-3 {
    width: 80%;
    margin: 0 auto;
  }
}
.sbs__image-3 {
  height: 100%;
  width: 65%;
  background-size: cover;
  background-repeat: repeat;
}
@media only screen and (max-width: 768px) {
  .sbs__image-3 {
    width: 100%;
    height: 50%;
  }
}
.sbs__background-404, .sbs__background-post {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sbs__background-404, .sbs__background-post {
    width: 100%;
    height: 50%;
  }
}
.sbs__image-404, .sbs__image-post {
  height: 100%;
  width: 44%;
  background-size: cover;
  background-repeat: repeat;
}
@media only screen and (max-width: 768px) {
  .sbs__image-404, .sbs__image-post {
    width: 100%;
    height: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .sbs__container-404, .sbs__container-post {
    width: 100%;
    flex-direction: column !important;
  }
}
.sbs__content-404, .sbs__content-post {
  width: 70%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .sbs__content-404, .sbs__content-post {
    width: 80%;
    margin: 0 auto;
  }
}
.sbs__line {
  width: 40px;
  border-bottom: solid 5px #1d6351;
}
.sbs__heading-404, .sbs__heading-post {
  padding: 20px 0;
}

/* ------------------------------------------------------------------------- *
Accordion Block
/* ------------------------------------------------------------------------- */
.accordion {
  background-color: #fff;
}
.accordion__flat-top {
  padding-top: 0;
}
.accordion__small-top {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .accordion__small-top {
    padding-top: 12px;
  }
}
.accordion__medium-top {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .accordion__medium-top {
    padding-top: 48px;
  }
}
.accordion__large-top {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .accordion__large-top {
    padding-top: 70px;
  }
}
.accordion__flat-bot {
  padding-bottom: 0;
}
.accordion__small-bot {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .accordion__small-bot {
    padding-bottom: 12px;
  }
}
.accordion__medium-bot {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .accordion__medium-bot {
    padding-bottom: 48px;
  }
}
.accordion__large-bot {
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .accordion__large-bot {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .accordion__headline {
    padding-bottom: 28px;
  }
}
.accordion__headline, .accordion__content {
  width: 100%;
  padding-bottom: 16px;
}
.accordion__headline {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #cecece;
}
.accordion__headline h4 {
  font-size: 24px;
}
.accordion__item {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 20px 0;
  font-size: 16px;
  color: #2a3133;
  width: 100%;
  cursor: pointer;
  border-bottom: 2px solid #cecece;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .accordion__header {
    font-size: 1.25rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .accordion__header {
    font-size: 1rem !important;
    align-items: center;
  }
}
.accordion__icon {
  margin-left: 16px;
  font-size: 40px;
  font-weight: 300;
  color: #1d6351;
  line-height: 0.6;
}
.accordion__panel {
  max-height: 0;
  padding: 0;
  transition: height 0.8s ease, padding 0.8s ease, border 0.8s ease;
  overflow: hidden;
  font-size: 14px;
  border-bottom: 0px solid #cecece;
}
.accordion__panel ul {
  list-style-type: none;
}
.accordion__panel li {
  padding-bottom: 8px;
}
.accordion__panel ul li::before {
  content: "";
  background-color: #1d6351;
  border-radius: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.accordion__panel p,
.accordion__panel p span {
  cursor: default;
  pointer-events: none;
}

.active .accordion__panel {
  max-height: 1000px;
  padding: 20px 12px;
  border-bottom: 2px solid #cecece;
}

/* ------------------------------------------------------------------------- *
Columns Squares Block
/* ------------------------------------------------------------------------- */
.squares__layout-content {
  display: flex;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .squares__layout-content {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .squares__layout-content {
    flex-direction: column;
  }
}
.squares__col-2 .layout-column {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .squares__col-2 .layout-column {
    width: 100%;
    padding: 12px 0;
  }
}
.squares__col-3 .layout-column {
  width: 33.33%;
}
@media only screen and (max-width: 768px) {
  .squares__col-3 .layout-column {
    width: 100%;
    padding: 12px 0;
  }
}
.squares__col-4 .layout-column {
  width: 25%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .squares__col-4 .layout-column {
    width: 48%;
    padding: 12px 0;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .squares__col-4 .layout-column {
    width: 100%;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .squares__col-4 {
    flex-wrap: wrap;
  }
}
.squares .layout-1-content,
.squares .layout-2-content {
  display: flex;
  flex-direction: column;
}
.squares .layout-1-content .icon,
.squares .layout-2-content .icon {
  max-width: 300px;
}
.squares .layout-1-content .icon-sm,
.squares .layout-2-content .icon-sm {
  max-width: 75px !important;
}
.squares .layout-1-content .icon-md,
.squares .layout-2-content .icon-md {
  max-width: 150px !important;
}
.squares .layout-1-content .icon-lg,
.squares .layout-2-content .icon-lg {
  max-width: 425px !important;
}
.squares .layout-1-content .headline,
.squares .layout-2-content .headline {
  padding: 8px 0;
}
.squares .layout-1-content .text,
.squares .layout-2-content .text {
  font-family: "Work Sans", sans-serif;
}
.squares .layout-1-content .text strong,
.squares .layout-2-content .text strong {
  font-weight: 700;
}
.squares .layout-1-content .text a,
.squares .layout-2-content .text a {
  text-decoration: underline;
}
.squares .layout-1-content .text a:hover,
.squares .layout-2-content .text a:hover {
  color: #1d6351;
}
.squares .layout-1-content .text {
  width: 80%;
}
.squares .border-line .layout-column {
  border-right: 2px solid #f4f4f4;
}
@media only screen and (max-width: 768px) {
  .squares .border-line .layout-column {
    border-right: none;
  }
}
.squares .border-line .layout-column:last-child {
  border-right: none;
}
.squares .square-content-left {
  align-items: flex-start;
  text-align: left;
}
.squares .square-content-center {
  align-items: center;
  text-align: center;
}
.squares .layout-2-content .image,
.squares .layout-3-content .image,
.squares .layout-4-content .image {
  height: 300px;
  width: 100%;
  background-size: cover;
}
.squares .layout-2-content .img-flat,
.squares .layout-3-content .img-flat,
.squares .layout-4-content .img-flat {
  height: 0px !important;
}
@media only screen and (max-width: 768px) {
  .squares .layout-2-content .img-flat,
  .squares .layout-3-content .img-flat,
  .squares .layout-4-content .img-flat {
    height: 0px !important;
  }
}
.squares .layout-2-content .img-sm,
.squares .layout-3-content .img-sm,
.squares .layout-4-content .img-sm {
  height: 200px !important;
}
@media only screen and (max-width: 768px) {
  .squares .layout-2-content .img-sm,
  .squares .layout-3-content .img-sm,
  .squares .layout-4-content .img-sm {
    height: 300px !important;
  }
}
.squares .layout-2-content .img-md,
.squares .layout-3-content .img-md,
.squares .layout-4-content .img-md {
  height: 450px !important;
}
@media only screen and (max-width: 768px) {
  .squares .layout-2-content .img-md,
  .squares .layout-3-content .img-md,
  .squares .layout-4-content .img-md {
    height: 350px !important;
  }
}
.squares .layout-2-content .img-lg,
.squares .layout-3-content .img-lg,
.squares .layout-4-content .img-lg {
  height: 600px !important;
}
@media only screen and (max-width: 768px) {
  .squares .layout-2-content .img-lg,
  .squares .layout-3-content .img-lg,
  .squares .layout-4-content .img-lg {
    height: 400px !important;
  }
}
.squares .layout-2-content .img-fl,
.squares .layout-3-content .img-fl,
.squares .layout-4-content .img-fl {
  height: 800px !important;
}
@media only screen and (max-width: 768px) {
  .squares .layout-2-content .img-fl,
  .squares .layout-3-content .img-fl,
  .squares .layout-4-content .img-fl {
    height: 600px !important;
  }
}
.squares .layout-2-content .headline,
.squares .layout-3-content .headline,
.squares .layout-4-content .headline {
  padding: 12px 0;
}
.squares .layout-5-style {
  gap: 4%;
}
.squares .gap {
  gap: 4%;
}
.squares .no-gap {
  gap: 0%;
}
.squares .slim-gap {
  gap: 0.25%;
}
.squares .caption {
  font-size: 12px;
  text-align: left;
  padding-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.squares .layout-5-style .headline {
  padding-bottom: 12px;
}
.squares .layout-5-style .layout-column {
  padding: 24px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .squares .layout-5-style .layout-column {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .squares .layout-5-style .layout-column:last-child {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------------------- *
Blog Posts
/* ------------------------------------------------------------------------- */
.query__container .button {
  width: 100%;
  justify-content: center;
}
.query__title {
  padding: 20px 0;
  text-align: center;
}
.query__all-posts {
  display: flex;
  gap: 4%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .query__all-posts {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .query__all-posts {
    flex-direction: column;
  }
}
.query__all-posts .post {
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .query__all-posts .post {
    width: 48%;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 768px) {
  .query__all-posts .post {
    width: 100%;
    padding: 12px 0;
  }
}
.query__all-posts .thumbnail {
  height: 200px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .query__all-posts .thumbnail {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .query__all-posts .thumbnail {
    max-width: 300px;
    margin: 0 auto;
  }
}
.query__all-posts .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 8px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .query__all-posts .title {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .query__all-posts .title {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media print {
  .query {
    display: none;
  }
}
/* ------------------------------------------------------------------------- *
Text/Icon Block
/* ------------------------------------------------------------------------- */
.texticon__main,
.texticon .blurb {
  display: flex;
}
.texticon__content {
  width: 55%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .texticon__content {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .texticon__content {
    width: 100%;
    text-align: center;
  }
}
.texticon__blurbs {
  width: 40%;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .texticon__blurbs {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .texticon__blurbs {
    flex-direction: column;
    width: 100%;
    padding-top: 28px;
  }
}
.texticon__icon {
  min-width: 200px;
}
.texticon__icon img {
  max-width: 100px;
  margin: 8px auto;
}
@media only screen and (max-width: 768px) {
  .texticon__icon img {
    width: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .texticon__icon {
    min-width: 100px;
  }
}
.texticon__main {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .texticon__main {
    flex-direction: column;
  }
}
.texticon .blurb {
  padding-bottom: 28px;
}
.texticon__line {
  width: 40px;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .texticon__line {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ------------------------------------------------------------------------- *
Newsletter Block
/* ------------------------------------------------------------------------- */
.newsletter__container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.newsletter__line {
  width: 40px;
  border-bottom: solid 5px #1d6351;
  margin: 24px auto;
}
.newsletter__form {
  display: flex;
  flex-direction: column;
  margin-top: 36px;
}
.newsletter__form input {
  flex-grow: 2;
  border: none;
  padding: 12px;
  border: 1px solid #cecece;
  border-radius: 100px;
  background-color: #fff;
  min-width: 600px;
  max-width: 1000px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .newsletter__form input {
    flex-grow: 1;
    min-width: 250px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 350px) and (min-width: 0px) {
  .newsletter__form input {
    flex-grow: 1;
    min-width: 150px;
    max-width: 200px;
  }
}
.newsletter__form input:focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  .newsletter__form {
    min-width: 400px;
    max-width: 800px;
  }
}
@media only screen and (max-width: 350px) {
  .newsletter__form {
    min-width: 200px;
    max-width: 800px;
  }
}
.newsletter__form .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .newsletter__form .form-group {
    margin: 0 auto;
    width: 90%;
    align-items: center;
  }
}
@media only screen and (max-width: 350px) and (min-width: 0px) {
  .newsletter__form .form-group {
    margin: 0 auto;
    width: 100%;
    align-items: center;
  }
}
.newsletter__form .form-group label {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.newsletter__form-content .accordion-content {
  overflow: hidden;
  transition: height 1s ease;
  height: 0;
}
.newsletter__form-content .accordion-content.active {
  height: auto;
}
.newsletter__activate-form-button {
  background-color: #1d6351;
  color: #fff;
  padding: 12px 40px;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.newsletter__activate-form-button:after {
  font-family: "Font Awesome 6";
  font: var(--fa-font-solid);
  content: "\f105";
  position: absolute;
  opacity: 0;
  padding-left: 5px;
  transform: translateY(20%) translateX(-20%);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.newsletter__activate-form-button:hover::after {
  opacity: 1;
  transform: translateY(20%) translateX(0);
}
.newsletter .custom-submit-button {
  display: inline-block;
  background: #1d6351;
  color: #fff;
  border: none;
  padding: 12px 40px !important;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  flex: none !important;
  transition: transform 0.2s ease-in-out;
  margin: 0 auto;
}
.newsletter .custom-submit-button:hover {
  transform: scale(1.08);
}
.newsletter .form-privacy {
  padding: 24px 0;
}
.newsletter__recaptcha {
  padding-top: 24px;
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .newsletter__recaptcha {
    margin: 0 auto;
    width: 80%;
  }
}

/* ------------------------------------------------------------------------- *
Swiper Block
/* ------------------------------------------------------------------------- */
.swipe {
  overflow: hidden;
}
.swipe__main {
  position: relative;
  min-height: 800px;
}
@media only screen and (max-width: 900px) and (min-width: 769px) {
  .swipe__main {
    min-height: 800px;
  }
}
@media only screen and (max-width: 768px) {
  .swipe__main {
    min-height: 550px;
  }
}
.swipe__content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.swipe__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swipe__top-bkg {
  height: 25%;
  z-index: 1;
}
.swipe__bot-bkg {
  height: 100%;
  z-index: 0;
}
.swipe .swiper-slide {
  background-color: #fff;
  height: 650px !important;
  background-size: cover;
  background-position: center;
  margin-top: 44px;
  transition: margin-top 1s ease;
}
@media only screen and (max-width: 768px) {
  .swipe .swiper-slide {
    height: 400px !important;
  }
}
.swipe .swipe-block-pagination {
  display: flex;
}
.swipe .swipe-block-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #2a3133;
  width: 0.75rem;
  height: 0.75rem;
}
.swipe .swipe-block-pagination .swiper-pagination-bullet-active {
  background-color: #1d6351;
}
.swipe .button-wrapper {
  display: flex;
  padding-top: 28px;
}
.swipe .swipe-block-arrows {
  display: flex;
  width: 150px;
  justify-content: space-around;
}
.swipe .swiper-button {
  padding: 20px;
  border: 1px solid #2a3133;
  border-radius: 50%;
  line-height: 0.5;
}
.swipe .swiper-button:hover {
  border: 1px solid #f5f1ee;
  background-color: #1d6351;
  color: #fff;
}

/* ------------------------------------------------------------------------- *
Feedback Block
/* ------------------------------------------------------------------------- */
.feedback__content {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .feedback__content {
    flex-direction: column;
  }
}
.feedback__checkmark {
  width: 45px;
  height: 45px;
  padding: 13px 15px;
  border-radius: 50%;
  background-color: #1d6351;
  color: #fff;
  line-height: 0.5;
  z-index: 2;
  font-size: 20px;
  transform: translateY(10%) translateX(150%);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .feedback__checkmark {
    transform: translateY(-20%) translateX(150%);
  }
}
@media only screen and (max-width: 768px) {
  .feedback__checkmark {
    transform: translateY(60%) translateX(50%);
  }
}
.feedback__blurb {
  position: relative;
  width: 33.33%;
  z-index: 1;
  margin-top: 28px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .feedback__blurb {
    margin-top: 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .feedback__blurb {
    margin-top: 2px;
    width: 100%;
  }
}
.feedback__blurb-content {
  margin: 0 auto;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .feedback__blurb-content {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .feedback__blurb-content {
    padding-top: 20px;
  }
}
.feedback__text {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .feedback__text {
    padding: 20px 0;
  }
}
.feedback__member-details {
  border-top: 1px solid #d6d6d6;
}
.feedback__member {
  display: flex;
  padding: 20px 0;
}
.feedback__avatar img {
  border-radius: 50%;
  max-width: 50px;
  margin-right: 16px;
}

/* ------------------------------------------------------------------------- *
Benefits Block
/* ------------------------------------------------------------------------- */
.benefits__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .benefits__container {
    flex-direction: column;
  }
}
.benefits__heading {
  width: 30%;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .benefits__heading {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.benefits__line {
  width: 40px;
  border-bottom: solid #1d6351 5px;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .benefits__line {
    margin-left: auto;
    margin-right: auto;
  }
}
.benefits__lists-blurbs {
  width: 65%;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .benefits__lists-blurbs {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .benefits__lists-blurbs {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
}
.benefits__lists, .benefits__blurb-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .benefits__lists, .benefits__blurb-content {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.benefits__left-list, .benefits__right-list {
  width: 47.5%;
}
@media only screen and (max-width: 768px) {
  .benefits__left-list, .benefits__right-list {
    width: 100%;
  }
}
.benefits__list ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.benefits .benefits__list-item {
  padding: 24px 0;
  border-bottom: 1px solid #d6d6d6;
  display: block;
}
.benefits .benefits__list-item:last-child {
  border-bottom: none;
}
.benefits .benefits__list-item i {
  margin-right: 10px;
  color: #1d6351;
}
@media only screen and (max-width: 768px) {
  .benefits__right-list li:first-child {
    border-top: 1px solid #d6d6d6;
  }
}
.benefits__blurb-content .blurb-column {
  text-align: center;
  width: 47.5%;
}
@media only screen and (max-width: 768px) {
  .benefits__blurb-content .blurb-column {
    width: 100%;
  }
}
.benefits__blurb-content .image {
  background-size: cover;
  height: 300px !important;
}
@media only screen and (max-width: 768px) {
  .benefits__blurb-content .image {
    height: 350px !important;
  }
}
.benefits__blurb-content .headline {
  padding: 12px 0;
}
.benefits__blurb-content .text {
  padding-bottom: 20px;
}
.benefits__feedback-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .benefits__feedback-content {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.benefits__blurb {
  position: relative;
  width: 90%;
  z-index: 1;
  margin-top: 28px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .benefits__blurb {
    margin-top: 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .benefits__blurb {
    margin-top: 2px;
    width: 100%;
  }
}

/* ------------------------------------------------------------------------- *
Job Block
/* ------------------------------------------------------------------------- */
.jobs__heading {
  text-align: center;
}
.jobs__headline {
  padding-bottom: 24px;
}
.jobs__blurbs {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .jobs__blurbs {
    flex-direction: column;
  }
}
.jobs__blurb {
  position: relative;
  width: 33.33%;
  z-index: 1;
  margin-top: 28px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .jobs__blurb {
    margin-top: 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .jobs__blurb {
    margin-top: 2px;
    width: 100%;
  }
}
.jobs .content {
  width: 80%;
  margin: 0 auto;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .jobs .content {
    padding-top: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .jobs .content {
    padding-top: 36px;
  }
}
.jobs .text {
  max-width: 80%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .jobs .text {
    padding: 20px 0;
  }
}

/* ------------------------------------------------------------------------- *
Recipe Block
/* ------------------------------------------------------------------------- */
.recipe__content {
  display: flex;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .recipe__content {
    flex-direction: column;
  }
}
.recipe__ingredients {
  width: 45%;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .recipe__ingredients {
    width: 100%;
  }
}
.recipe__directions {
  width: 55%;
}
@media only screen and (max-width: 1024px) and (min-width: 0px) {
  .recipe__directions {
    width: 100%;
  }
}
.recipe__ingredient-list, .recipe__additional-list {
  padding-bottom: 16px;
}
.recipe__ingredient-list ul li, .recipe__additional-list ul li {
  display: flex;
}
.recipe__ingredient-list ul li .amount, .recipe__additional-list ul li .amount {
  min-width: 36px;
}
.recipe__directions-list {
  padding-bottom: 16px;
}
.recipe__directions-list ol li {
  display: flex;
  padding-bottom: 16px;
}
.recipe__directions-list ol li .direction-number {
  min-width: 36px;
}
.recipe__headline {
  padding-bottom: 16px;
}

/* ------------------------------------------------------------------------- *
Youtube Block
/* ------------------------------------------------------------------------- */
.youtube__video-frame {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
}
.youtube .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube .video-container iframe {
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------------- *
Magazine Block
/* ------------------------------------------------------------------------- */
.magazine__content {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .magazine__content {
    flex-direction: column;
  }
}
.magazine__issue-img {
  width: 50%;
  height: auto;
}
.magazine__issue-img img {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .magazine__issue-img {
    width: 100%;
  }
}
.magazine__text-download {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .magazine__text-download {
    width: 100%;
    text-align: center;
  }
}
.magazine__heading, .magazine__headline {
  padding: 20px 0;
}
.magazine__dropdown {
  display: flex;
  margin: 12px 0px;
}
@media only screen and (max-width: 768px) {
  .magazine__dropdown {
    justify-content: center;
  }
}
.magazine .issueDropdown {
  padding: 12px 40px;
  border-radius: 100px;
  border: 1px solid #b5b5b5;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 768px) {
  .magazine .issueDropdown {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.magazine .downloadButtonContainer button {
  margin-left: 16px;
  background: #1d6351;
  color: #fff;
  opacity: 1;
  transition: transform 0.2s ease-in-out;
  padding: 12px 40px;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.magazine .downloadButtonContainer button:after {
  font-family: "Font Awesome 6";
  font: var(--fa-font-solid);
  content: "\f105";
  position: absolute;
  opacity: 0;
  padding-left: 5px;
  transform: translateY(20%) translateX(-20%);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.magazine .downloadButtonContainer button:hover::after {
  opacity: 1;
  transform: translateY(20%) translateX(0);
}
@media only screen and (max-width: 768px) {
  .magazine .downloadButtonContainer button {
    font-size: 14px;
    padding: 12px 24px;
  }
}

/*-----------------------------------------------------------------------------------*/
/* Overrides
/*-----------------------------------------------------------------------------------*/
.has-x-large-font-size {
  font-size: 48px !important;
}
@media only screen and (max-width: 768px) {
  .has-x-large-font-size {
    font-size: 30px !important;
  }
}

.has-large-font-size {
  font-size: 36px !important;
}
@media only screen and (max-width: 768px) {
  .has-large-font-size {
    font-size: 24px !important;
  }
}

.has-medium-font-size {
  font-size: 32px !important;
}
@media only screen and (max-width: 768px) {
  .has-medium-font-size {
    font-size: 22px !important;
  }
}

.list-style ul li {
  list-style-type: circle;
}

.recipe-column {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .recipe-column {
    width: 100%;
  }
}

.grey-border-left {
  border-left: 1px solid #b5b5b5;
}
@media only screen and (max-width: 768px) {
  .grey-border-left {
    border-left: 0px;
  }
}

.link-style {
  text-decoration: underline;
}
.link-style:hover {
  color: #1d6351;
}

@media only screen and (max-width: 768px) {
  .serving-details {
    flex-direction: column !important;
  }
}/*# sourceMappingURL=app.css.map */

.video-padding {
  padding: 10px;
}
