/**
 * Theme Name: Farmington
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for farmington
 * Template: oneltd-base
 */

/* line 1, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, ../../src/sass/helpers/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, ../../src/sass/helpers/_reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
.accordions .accordion-item h3,
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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 99, ../../src/sass/helpers/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 112, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
}

/* line 115, ../../src/sass/helpers/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 119, ../../src/sass/helpers/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 123, ../../src/sass/helpers/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 130, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 135, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 138, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 142, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  color: #4c4c4c;
  font-size: 20px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

/* line 10, ../../src/sass/helpers/_typography.scss */
.h1, h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.accordions .accordion-item h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  color: #015845;
  line-height: 1.1;
  text-transform: uppercase;
}

/* line 22, ../../src/sass/helpers/_typography.scss */
.h1, h1 {
  font-size: 44px;
}

/* line 26, ../../src/sass/helpers/_typography.scss */
.h2, h2 {
  font-size: 38px;
}

/* line 30, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  font-size: 30px;
}

/* line 34, ../../src/sass/helpers/_typography.scss */
.h4, h4, .accordions .accordion-item h3 {
  font-size: 26px;
}

/* line 38, ../../src/sass/helpers/_typography.scss */
.h5, h5 {
  font-size: 24px;
}

/* line 42, ../../src/sass/helpers/_typography.scss */
.fixed, pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.2;
}

/* line 48, ../../src/sass/helpers/_typography.scss */
.italic, i,
em {
  font-style: italic;
}

/* line 52, ../../src/sass/helpers/_typography.scss */
.bold, b,
strong {
  font-weight: 700;
}

/* line 56, ../../src/sass/helpers/_typography.scss */
.block-margins, p,
ul,
ol,
pre {
  margin: 1em 0;
}

/* line 60, ../../src/sass/helpers/_typography.scss */
p {
  margin: 1.25em 0;
}

/* line 65, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 71, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 87, ../../src/sass/helpers/_typography.scss */
h1,
.h1,
h1 {
  margin: 1em 0 0.5em;
}

/* line 93, ../../src/sass/helpers/_typography.scss */
h2,
.h2,
h2 {
  margin: 1em 0 0.5em;
}

/* line 99, ../../src/sass/helpers/_typography.scss */
h3,
.h3,
h3 {
  margin: 1em 0 0.5em;
}

/* line 105, ../../src/sass/helpers/_typography.scss */
h4, .accordions .accordion-item h3,
.h4,
h4,
.accordions .accordion-item h3 {
  margin: 1.5em 0 0.5em;
}

/* line 111, ../../src/sass/helpers/_typography.scss */
h5,
.h5,
h5 {
  margin: 1em 0 0.5em;
}

/* line 117, ../../src/sass/helpers/_typography.scss */
h6,
.h6,
h6 {
  margin: 1em 0 0.5em;
}

/* line 130, ../../src/sass/helpers/_typography.scss */
ul {
  list-style: square;
}

/* line 145, ../../src/sass/helpers/_typography.scss */
ul li::marker,
ol li::marker {
  color: #015845;
}

/* line 158, ../../src/sass/helpers/_typography.scss */
ul li ul,
ol li ol {
  margin: 0 0 0 20px;
}

/* line 163, ../../src/sass/helpers/_typography.scss */
ol li ol {
  list-style: lower-latin;
}

/* line 169, ../../src/sass/helpers/_typography.scss */
p a:not(.by-one a) {
  background: -webkit-gradient(linear, left top, left bottom, from(#015845), to(#015845)) 100%;
  background: -webkit-linear-gradient(top, #015845 0%, #015845) 100%;
  background: -moz- oldlinear-gradient(top, #015845 0%, #015845) 100%;
  background: -o-linear-gradient(top, #015845 0%, #015845) 100%;
  background: linear-gradient(to bottom, #015845 0%, #015845) 100%;
  background-position: 0 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 0px 4px;
     -moz-background-size: 0px 4px;
          background-size: 0px 4px;
  text-decoration: none;
  -webkit-transition: background-size .2s;
     -moz-transition: background-size .2s;
       -o-transition: background-size .2s;
          transition: background-size .2s;
  color: inherit;
  border-bottom: 1px solid #015845;
  color: #015845;
}
/* line 180, ../../src/sass/helpers/_typography.scss */
p a:not(.by-one a):hover {
  -webkit-background-size: 4px 28px;
     -moz-background-size: 4px 28px;
          background-size: 4px 28px;
  color: #FFF;
  border-bottom: 0px solid #015845;
}

/* line 192, ../../src/sass/helpers/_typography.scss */
.meta-tag {
  color: #015845;
  font-size: 18px;
  margin: 0 0 0.5em 0;
}

/* line 2, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}

/* line 7, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1248px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
     -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
       -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
          transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 9, ../../src/sass/helpers/_base.scss */
.container.thin {
  max-width: 920px;
}

/* line 17, ../../src/sass/helpers/_base.scss */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* line 26, ../../src/sass/helpers/_base.scss */
.is-hidden {
  display: none !important;
}

/* line 35, ../../src/sass/helpers/_base.scss */
.error404 .header-area .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 39, ../../src/sass/helpers/_base.scss */
.error404 .header-area .container .text-area {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 39, ../../src/sass/helpers/_base.scss */
  .error404 .header-area .container .text-area {
    grid-template-columns: repeat(12, minmax(50px, 1fr));
  }
}
/* line 47, ../../src/sass/helpers/_base.scss */
.error404 .header-area .container .text-area p {
  margin-top: 0;
  grid-column: 1;
}
@media only screen and (min-width: 768px) {
  /* line 47, ../../src/sass/helpers/_base.scss */
  .error404 .header-area .container .text-area p {
    grid-column: 5 / 10;
  }
}
/* line 57, ../../src/sass/helpers/_base.scss */
.error404 .header-area .container .text-area h1 {
  grid-column: 1;
  margin: 0 0 20px 0;
  font-size: 108px;
}
@media only screen and (min-width: 768px) {
  /* line 57, ../../src/sass/helpers/_base.scss */
  .error404 .header-area .container .text-area h1 {
    grid-column: 1 / 5;
    margin: 0;
  }
}

/* line 78, ../../src/sass/helpers/_base.scss */
.search-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
/* line 84, ../../src/sass/helpers/_base.scss */
.search-results .result-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  text-decoration: none;
}
/* line 90, ../../src/sass/helpers/_base.scss */
.search-results .result-single:hover h3 {
  text-decoration: none;
}
/* line 95, ../../src/sass/helpers/_base.scss */
.search-results .result-single img {
  height: 160px;
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 101, ../../src/sass/helpers/_base.scss */
.search-results .result-single h3 {
  margin-top: 0;
  text-decoration: underline;
}
/* line 106, ../../src/sass/helpers/_base.scss */
.search-results .result-single p {
  color: #4c4c4c;
  margin-top: 0;
}

/* line 1, ../../src/sass/helpers/_header.scss */
header {
  padding: 30px 0;
}
@media only screen and (min-width: 1170px) {
  /* line 1, ../../src/sass/helpers/_header.scss */
  header {
    padding: 40px 0;
  }
}
/* line 8, ../../src/sass/helpers/_header.scss */
header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 1170px) {
  /* line 8, ../../src/sass/helpers/_header.scss */
  header .container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
/* line 20, ../../src/sass/helpers/_header.scss */
header .container .logo-main {
  width: 160px;
  display: block;
}
@media only screen and (min-width: 1170px) {
  /* line 20, ../../src/sass/helpers/_header.scss */
  header .container .logo-main {
    width: 210px;
  }
}
/* line 29, ../../src/sass/helpers/_header.scss */
header .container .logo-main svg {
  width: 100%;
  height: 100%;
}
/* line 38, ../../src/sass/helpers/_header.scss */
header .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
/* line 49, ../../src/sass/helpers/_header.scss */
header .container ul li {
  padding: 0;
  margin-left: 8px;
}
/* line 53, ../../src/sass/helpers/_header.scss */
header .container ul li.active-class a {
  border-bottom: 2px #015845 solid;
}
/* line 58, ../../src/sass/helpers/_header.scss */
header .container ul li a {
  cursor: pointer;
  padding: 10px 6px;
  display: inline-block;
  height: 44px;
  text-decoration: none;
  color: #4c4c4c;
  font-size: 20px;
}
/* line 67, ../../src/sass/helpers/_header.scss */
header .container ul li a:hover {
  border-bottom: 2px #015845 solid;
}
/* line 71, ../../src/sass/helpers/_header.scss */
header .container ul li a:visited, header .container ul li a:focus, header .container ul li a:hover {
  color: #4c4c4c;
}
/* line 77, ../../src/sass/helpers/_header.scss */
header .container ul li a:not(:only-child):after {
  padding-left: 4px;
  content: url(images/nav-drop.svg);
}
/* line 86, ../../src/sass/helpers/_header.scss */
header .container .main-menu {
  display: none;
}
@media only screen and (min-width: 1170px) {
  /* line 86, ../../src/sass/helpers/_header.scss */
  header .container .main-menu {
    display: block;
  }
}
/* line 93, ../../src/sass/helpers/_header.scss */
header .container .main-menu.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  position: absolute;
  top: 76px;
  left: 0;
  width: 80vw;
  height: 80vh;
  z-index: 20;
}
/* line 104, ../../src/sass/helpers/_header.scss */
header .container .main-menu.active ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 108, ../../src/sass/helpers/_header.scss */
header .container .main-menu.active ul .sub-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  top: 0;
  padding: 0 0 0 10px;
  background: none;
}
/* line 123, ../../src/sass/helpers/_header.scss */
header .container .hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 2px solid #FFF;
  background: #015845;
  display: flex;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 40;
}
/* line 51, ../../src/sass/helpers/_mixins.scss */
header .container .hamburger .hamburger-icon {
  position: relative;
  display: block;
  height: 22px;
  width: 22px;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
     -moz-transition: opacity .3s ease-in-out;
       -o-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
}
/* line 59, ../../src/sass/helpers/_mixins.scss */
header .container .hamburger .hamburger-icon .hamburger-lines, header .container .hamburger .hamburger-icon:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #FFF;
}
/* line 65, ../../src/sass/helpers/_mixins.scss */
header .container .hamburger .hamburger-lines {
  left: 0;
  text-indent: -4000px;
  font-size: 0;
  top: -webkit-calc(36% + 2px);
  top: -moz-calc(36% + 2px);
  top: calc(36% + 2px);
  -webkit-transition: right .3s ease-in-out;
     -moz-transition: right .3s ease-in-out;
       -o-transition: right .3s ease-in-out;
          transition: right .3s ease-in-out;
  width: 100%;
}
/* line 73, ../../src/sass/helpers/_mixins.scss */
header .container .hamburger .hamburger-lines:before, header .container .hamburger .hamburger-lines:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #FFF;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  width: 100%;
  z-index: 10;
}
/* line 82, ../../src/sass/helpers/_mixins.scss */
header .container .hamburger .hamburger-lines:before {
  top: -6px;
}
/* line 88, ../../src/sass/helpers/_mixins.scss */
header .container .hamburger .hamburger-lines:after {
  top: 6px;
}
/* line 91, ../../src/sass/helpers/_mixins.scss */
.active header .container .hamburger .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 97, ../../src/sass/helpers/_mixins.scss */
header .container .hamburger.active .hamburger-lines, header .container .hamburger.active .hamburger-icon:after {
  background: transparent;
}
/* line 102, ../../src/sass/helpers/_mixins.scss */
header .container .hamburger.active .hamburger-lines:before, header .container .hamburger.active .hamburger-lines:after {
  top: 0;
}
/* line 107, ../../src/sass/helpers/_mixins.scss */
header .container .hamburger.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 111, ../../src/sass/helpers/_mixins.scss */
header .container .hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
  /* line 123, ../../src/sass/helpers/_header.scss */
  header .container .hamburger {
    display: none;
  }
}
/* line 139, ../../src/sass/helpers/_header.scss */
header .container .sub-menu {
  position: absolute;
  display: none;
  background: #F4F4F4;
  z-index: 30;
  list-style-type: none;
  margin: 0;
  top: 44px;
}
/* line 149, ../../src/sass/helpers/_header.scss */
header .container .sub-menu .active-class a {
  border-bottom: none;
}
/* line 153, ../../src/sass/helpers/_header.scss */
header .container .sub-menu li {
  margin: 4px 8px 0 8px;
}
/* line 158, ../../src/sass/helpers/_header.scss */
header .container .sub-menu a:hover {
  border-bottom: 2px #015845 solid;
}
/* line 167, ../../src/sass/helpers/_header.scss */
header .nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, ../../src/sass/helpers/_search.scss */
.search-block {
  background-color: #F4F4F4;
  top: 83px;
  right: 0;
  z-index: 999;
  max-width: 100%;
  width: 100%;
  display: none;
  position: absolute;
  padding: 20px;
}
@media only screen and (min-width: 1170px) {
  /* line 1, ../../src/sass/helpers/_search.scss */
  .search-block {
    top: 100px;
  }
}
/* line 18, ../../src/sass/helpers/_search.scss */
.search-block p,
.search-block .wp-block-button__link {
  margin: 0;
}
/* line 23, ../../src/sass/helpers/_search.scss */
.search-block p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1170px) {
  /* line 23, ../../src/sass/helpers/_search.scss */
  .search-block p {
    margin-bottom: 0;
  }
}
/* line 34, ../../src/sass/helpers/_search.scss */
.search-block .search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1170px) {
  /* line 34, ../../src/sass/helpers/_search.scss */
  .search-block .search-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 45, ../../src/sass/helpers/_search.scss */
.search-block .search-wrapper input:not(.wp-block-button__link) {
  background: white;
  color: #4c4c4c;
  font-size: 18px;
  padding: 10px;
  display: block;
  border: 2px solid #FFF;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  font-family: brandon-grotesque, sans-serif;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1170px) {
  /* line 45, ../../src/sass/helpers/_search.scss */
  .search-block .search-wrapper input:not(.wp-block-button__link) {
    margin-left: 30px;
    margin-bottom: 0;
  }
}
/* line 66, ../../src/sass/helpers/_search.scss */
.search-block .search-wrapper input:not(.wp-block-button__link):focus {
  outline: none;
}
/* line 70, ../../src/sass/helpers/_search.scss */
.search-block .search-wrapper input:not(.wp-block-button__link) ::-webkit-input-placeholder, .search-block .search-wrapper input:not(.wp-block-button__link)::-webkit-input-placeholder, .search-block .search-wrapper input:not(.wp-block-button__link):placeholder {
  font-style: italic;
}
.search-block .search-wrapper input:not(.wp-block-button__link) ::-moz-placeholder, .search-block .search-wrapper input:not(.wp-block-button__link)::-moz-placeholder, .search-block .search-wrapper input:not(.wp-block-button__link):placeholder {
  font-style: italic;
}
.search-block .search-wrapper input:not(.wp-block-button__link) :-ms-input-placeholder, .search-block .search-wrapper input:not(.wp-block-button__link):-ms-input-placeholder, .search-block .search-wrapper input:not(.wp-block-button__link):placeholder {
  font-style: italic;
}
.search-block .search-wrapper input:not(.wp-block-button__link) ::placeholder, .search-block .search-wrapper input:not(.wp-block-button__link)::placeholder, .search-block .search-wrapper input:not(.wp-block-button__link):placeholder {
  font-style: italic;
}

/* line 77, ../../src/sass/helpers/_search.scss */
.search-icon {
  width: 22px;
  height: 36px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
  margin-right: 60px;
}
@media only screen and (min-width: 1170px) {
  /* line 77, ../../src/sass/helpers/_search.scss */
  .search-icon {
    margin-left: 30px;
    margin-right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
  }
}

/* line 1, ../../src/sass/helpers/_footer.scss */
footer {
  background: #015845;
  margin-top: 40px;
  color: #FFF;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/helpers/_footer.scss */
  footer {
    margin-top: 80px;
  }
}
/* line 7, ../../src/sass/helpers/_footer.scss */
footer a {
  text-decoration: none;
}
/* line 10, ../../src/sass/helpers/_footer.scss */
footer a:hover {
  text-decoration: underline;
}
/* line 17, ../../src/sass/helpers/_footer.scss */
footer .upper-wrap .container,
footer .lower-wrap .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 17, ../../src/sass/helpers/_footer.scss */
  footer .upper-wrap .container,
  footer .lower-wrap .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/* line 30, ../../src/sass/helpers/_footer.scss */
footer img {
  height: 250px;
}
/* line 34, ../../src/sass/helpers/_footer.scss */
footer .upper-wrap {
  padding: 40px 0;
}
/* line 37, ../../src/sass/helpers/_footer.scss */
footer .upper-wrap ul {
  margin-bottom: 0;
}
/* line 40, ../../src/sass/helpers/_footer.scss */
footer .upper-wrap ul li::marker {
  color: #FFF;
}
/* line 46, ../../src/sass/helpers/_footer.scss */
footer .upper-wrap a {
  color: white;
}
/* line 50, ../../src/sass/helpers/_footer.scss */
footer .upper-wrap p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 50, ../../src/sass/helpers/_footer.scss */
  footer .upper-wrap p {
    text-align: left;
  }
}
/* line 58, ../../src/sass/helpers/_footer.scss */
footer .lower-wrap {
  background-color: #FFF;
  padding: 10px 0;
}
/* line 61, ../../src/sass/helpers/_footer.scss */
footer .lower-wrap p {
  color: #4c4c4c;
  margin: 0;
  font-size: 18px;
}
/* line 68, ../../src/sass/helpers/_footer.scss */
footer .by-one svg {
  height: 16px;
  margin-bottom: -2px;
  width: auto;
}
/* line 76, ../../src/sass/helpers/_footer.scss */
footer .by-one:hover svg path {
  fill: #015845;
}
/* line 83, ../../src/sass/helpers/_footer.scss */
footer a {
  text-decoration: none;
}
/* line 86, ../../src/sass/helpers/_footer.scss */
footer a:hover {
  text-decoration: none;
}

/* line 1, ../../src/sass/helpers/wpfacets.scss */
.facetwp-facet-people {
  /* Style the hover and 'checked' states */
}
/* line 6, ../../src/sass/helpers/wpfacets.scss */
.facetwp-facet-people .facetwp-radio {
  background: none;
  display: block;
  line-height: 1em;
  padding: 10px 12px;
  margin: 0 8px 8px 0;
  border: 0px solid white;
  background-color: white;
  border-bottom: 2px solid #FFF;
}
@media only screen and (min-width: 560px) {
  /* line 6, ../../src/sass/helpers/wpfacets.scss */
  .facetwp-facet-people .facetwp-radio {
    display: inline-block;
  }
}
/* line 25, ../../src/sass/helpers/wpfacets.scss */
.facetwp-facet-people .facetwp-radio:hover,
.facetwp-facet-people .facetwp-radio.checked {
  background-image: none;
  border-bottom: 2px solid #015845;
}

/* line 33, ../../src/sass/helpers/wpfacets.scss */
.facetwp-radio .facetwp-counter {
  display: none;
}

/* Hide counts in all Radio facets */
/* line 38, ../../src/sass/helpers/wpfacets.scss */
[data-type="radio"] .facetwp-counter {
  display: none;
}

/* Hide counts in a specific Radio facet */
/* line 43, ../../src/sass/helpers/wpfacets.scss */
.facetwp-facet-people .facetwp-counter {
  display: none;
}

/* line 52, ../../src/sass/helpers/wpfacets.scss */
.facetwp-type-fselect .fs-label-wrap {
  background-color: #fff;
  border: solid #015845 1px;
}
/* line 56, ../../src/sass/helpers/wpfacets.scss */
.facetwp-type-fselect .fs-label-wrap .fs-label {
  padding: 8px 20px 8px 8px;
}

/* line 65, ../../src/sass/helpers/wpfacets.scss */
.facetwp-facet-topics .fs-wrap {
  width: 280px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 1;
}

/* line 75, ../../src/sass/helpers/wpfacets.scss */
.facetwp-pager {
  margin-top: 40px;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1024px) {
  /* line 75, ../../src/sass/helpers/wpfacets.scss */
  .facetwp-pager {
    margin-top: 80px;
  }
}
/* line 81, ../../src/sass/helpers/wpfacets.scss */
.facetwp-pager .facetwp-page {
  border: 1px solid #015845;
  padding: 6px 12px;
  text-decoration: none;
  color: #015845;
}
/* line 87, ../../src/sass/helpers/wpfacets.scss */
.facetwp-pager .facetwp-page.active {
  background: #015845;
  color: #FFF;
}

/* line 97, ../../src/sass/helpers/wpfacets.scss */
.fs-dropdown .fs-options .fs-option {
  padding: 10px;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-moz-keyframes modal-video-inner {
  from {
    -moz-transform: translate(0, 100px);
         transform: translate(0, 100px);
  }
  to {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}
@-o-keyframes modal-video-inner {
  from {
    -o-transform: translate(0, 100px);
       transform: translate(0, 100px);
  }
  to {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
         -o-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* line 26, ../../src/sass/vendor/modal-video.scss */
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
     -moz-animation-name: modal-video;
       -o-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 46, ../../src/sass/vendor/modal-video.scss */
.modal-video-close {
  opacity: 0;
}
/* line 49, ../../src/sass/vendor/modal-video.scss */
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

/* line 58, ../../src/sass/vendor/modal-video.scss */
.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 69, ../../src/sass/vendor/modal-video.scss */
.modal-video-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  /* line 69, ../../src/sass/vendor/modal-video.scss */
  .modal-video-inner {
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* line 82, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
     -moz-animation-name: modal-video-inner;
       -o-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 102, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 111, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  /* line 111, ../../src/sass/vendor/modal-video.scss */
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
/* line 128, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 132, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 136, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-top: -6px;
}

/* line 4, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote {
  border-left: 10px solid #015845;
  padding-left: 30px;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 4, ../../src/sass/gutenberg/gutenberg-extras.scss */
  blockquote {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 4, ../../src/sass/gutenberg/gutenberg-extras.scss */
  blockquote {
    margin-top: 80px;
  }
}
/* line 12, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote p {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  display: block;
  font-size: 20px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  /* line 12, ../../src/sass/gutenberg/gutenberg-extras.scss */
  blockquote p {
    font-size: 28px;
  }
}
/* line 24, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote cite {
  color: #015845;
  font-style: normal;
  display: block;
}

/* line 34, ../../src/sass/gutenberg/gutenberg-extras.scss */
.alignwide {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 34, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .alignwide {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 34, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .alignwide {
    margin-bottom: 80px;
  }
}

/* line 42, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image figcaption {
  margin-top: 0em;
  font-weight: 700;
  font-size: 18px;
  background: #F4F4F4;
  padding: 4px 10px;
}

/* line 53, ../../src/sass/gutenberg/gutenberg-extras.scss */
.alignleft {
  float: none;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 560px) {
  /* line 53, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
}

/* line 67, ../../src/sass/gutenberg/gutenberg-extras.scss */
.alignright {
  float: none;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 560px) {
  /* line 67, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
}

/* line 1, ../../src/sass/gutenberg/tables.scss */
table, .wp-block-table {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/gutenberg/tables.scss */
  table, .wp-block-table {
    margin-bottom: 80px;
  }
}
/* line 5, ../../src/sass/gutenberg/tables.scss */
table thead, .wp-block-table thead {
  background: #015845;
  color: white;
  border-bottom: 0 solid;
}
/* line 11, ../../src/sass/gutenberg/tables.scss */
table th, table td, .wp-block-table th, .wp-block-table td {
  border: 1px solid #015845;
  padding: 10px 12px;
}
/* line 16, ../../src/sass/gutenberg/tables.scss */
table th, .wp-block-table th {
  border-right: 1px solid white;
}
/* line 20, ../../src/sass/gutenberg/tables.scss */
table th:last-of-type, .wp-block-table th:last-of-type {
  border-right: 1px solid #015845;
}

/* line 3, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link {
  margin-bottom: 40px;
  background: #015845;
  color: #FFF;
  font-weight: inherit;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 14px 16px;
  text-align: center;
  min-height: 42px;
  height: auto;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  border-width: 1px;
  border-style: solid;
  border-color: #015845;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../../src/sass/gutenberg/buttons.scss */
  .wp-block-button__link {
    margin-bottom: 80px;
  }
}
/* line 295, ../../src/sass/helpers/_mixins.scss */
.wp-block-button__link:visited, .wp-block-button__link:active, .wp-block-button__link:focus {
  background: #015845;
  color: #FFF;
}
/* line 304, ../../src/sass/helpers/_mixins.scss */
.wp-block-button__link:hover {
  background: #FFF;
  color: #015845;
  border-color: #015845;
}
/* line 7, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link svg {
  margin-left: 10px;
}
/* line 10, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link svg path, .wp-block-button__link svg rect {
  fill: #FFF;
  stroke: #FFF;
}
/* line 18, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link:hover svg path, .wp-block-button__link:hover svg rect {
  fill: #015845;
  stroke: #015845;
}

/* line 30, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  margin-bottom: 40px;
  background: #FFF;
  color: #015845;
  font-weight: inherit;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 14px 16px;
  text-align: center;
  min-height: 42px;
  height: auto;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  border-width: 1px;
  border-style: solid;
  border-color: #015845;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  /* line 30, ../../src/sass/gutenberg/buttons.scss */
  .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    margin-bottom: 80px;
  }
}
/* line 295, ../../src/sass/helpers/_mixins.scss */
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):visited, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus {
  background: #FFF;
  color: #015845;
}
/* line 304, ../../src/sass/helpers/_mixins.scss */
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  background: #015845;
  color: #FFF;
  border-color: #015845;
}
/* line 34, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) svg {
  margin-left: 10px;
}
/* line 36, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) svg path, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) svg rect {
  fill: #015845;
  stroke: #015845;
}
/* line 44, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover svg path, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover svg rect {
  fill: #FFF;
  stroke: #FFF;
}

/* line 1, ../../src/sass/content-parts/header-area.scss */
.header-area {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/content-parts/header-area.scss */
  .header-area {
    margin-bottom: 80px;
  }
}
/* line 5, ../../src/sass/content-parts/header-area.scss */
.header-area .container {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 11, ../../src/sass/content-parts/header-area.scss */
.header-area .container .text-area {
  width: 100%;
  max-width: 920px;
}
/* line 15, ../../src/sass/content-parts/header-area.scss */
.header-area .container .text-area h1 {
  margin-top: 0;
}
/* line 19, ../../src/sass/content-parts/header-area.scss */
.header-area .container .text-area p {
  border-left: 1px solid #015845;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 26px;
}
/* line 28, ../../src/sass/content-parts/header-area.scss */
.header-area.header_text {
  padding-top: 20px;
}
/* line 30, ../../src/sass/content-parts/header-area.scss */
.header-area.header_text .text-area {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  grid-column-gap: 16px;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 30, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_text .text-area {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 30, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_text .text-area {
    grid-template-columns: repeat(6, minmax(150px, 1fr));
  }
}
/* line 45, ../../src/sass/content-parts/header-area.scss */
.header-area.header_text .text-area h1 {
  grid-column: 1;
}
@media only screen and (min-width: 768px) {
  /* line 45, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_text .text-area h1 {
    grid-column: 1 / 3;
  }
}
/* line 56, ../../src/sass/content-parts/header-area.scss */
.header-area.header_text .text-area p {
  margin-top: 1em;
  grid-column: 1;
}
@media only screen and (min-width: 768px) {
  /* line 56, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_text .text-area p {
    margin-top: 0;
    grid-column: 3 / 6;
  }
}
/* line 72, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image {
  min-height: 460px;
}
@media only screen and (min-width: 768px) {
  /* line 72, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_image {
    min-height: 540px;
  }
}
/* line 79, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image .image {
  height: 320px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 79, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_image .image {
    height: 420px;
  }
}
/* line 89, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image .container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 440px;
}
@media only screen and (min-width: 768px) {
  /* line 89, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_image .container {
    min-height: 540px;
  }
}
/* line 96, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image .container .text-area {
  background: #FFF;
  padding: 30px 30px 0 30px;
  min-height: 196px;
}
@media only screen and (min-width: 768px) {
  /* line 96, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_image .container .text-area {
    padding: 40px 10% 0 10%;
  }
}
/* line 106, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image .container .text-area h1 {
  text-align: center;
}
/* line 108, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image .container .text-area h1.aos-animate {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
/* line 114, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image .container .text-area p.aos-animate {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
/* line 122, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image_large {
  min-height: 660px;
}
@media only screen and (min-width: 768px) {
  /* line 122, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_image_large {
    min-height: 740px;
  }
}
/* line 129, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image_large .image {
  height: 520px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 129, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_image_large .image {
    height: 620px;
  }
}
/* line 139, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image_large .container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 640px;
}
@media only screen and (min-width: 768px) {
  /* line 139, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_image_large .container {
    min-height: 740px;
  }
}
/* line 146, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image_large .container .text-area {
  background: #FFF;
  padding: 30px 30px 0 30px;
  min-height: 196px;
}
@media only screen and (min-width: 768px) {
  /* line 146, ../../src/sass/content-parts/header-area.scss */
  .header-area.header_image_large .container .text-area {
    padding: 40px 10% 0 10%;
  }
}
/* line 156, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image_large .container .text-area h1 {
  text-align: center;
}
/* line 158, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image_large .container .text-area h1.aos-animate {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
/* line 164, ../../src/sass/content-parts/header-area.scss */
.header-area.header_image_large .container .text-area p.aos-animate {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
/* line 172, ../../src/sass/content-parts/header-area.scss */
.header-area.header_video {
  height: 75vh;
  position: relative;
}
/* line 178, ../../src/sass/content-parts/header-area.scss */
.header-area.header_video .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1, ../../src/sass/blocks/tiles.scss */
.tiles {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/tiles.scss */
  .tiles {
    margin-bottom: 80px;
  }
}
/* line 4, ../../src/sass/blocks/tiles.scss */
.tiles.yes_bg {
  background: #F4F4F4;
  padding: 10px 0 50px;
}
/* line 9, ../../src/sass/blocks/tiles.scss */
.tiles .button-wrap {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
/* line 15, ../../src/sass/blocks/tiles.scss */
.tiles .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px 20px 0 20px;
  border-left: #015845 solid 1px;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 24, ../../src/sass/blocks/tiles.scss */
.tiles .text-wrap h3 {
  margin-top: 0;
}
/* line 29, ../../src/sass/blocks/tiles.scss */
.tiles .image {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 340px;
  width: 100%;
}
/* line 35, ../../src/sass/blocks/tiles.scss */
.tiles .wp-block-button__link {
  margin-bottom: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
/* line 40, ../../src/sass/blocks/tiles.scss */
.tiles .grid {
  display: grid;
  row-gap: 32px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
/* line 45, ../../src/sass/blocks/tiles.scss */
.tiles .grid .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 50, ../../src/sass/blocks/tiles.scss */
.tiles .grid.two {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
/* line 55, ../../src/sass/blocks/tiles.scss */
.tiles .grid.two .content:nth-child(2n - 0).aos-animate {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
/* line 59, ../../src/sass/blocks/tiles.scss */
.tiles .grid.two .content:nth-child(2n - 1).aos-animate {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  /* line 50, ../../src/sass/blocks/tiles.scss */
  .tiles .grid.two {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 69, ../../src/sass/blocks/tiles.scss */
.tiles .grid.three {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
/* line 73, ../../src/sass/blocks/tiles.scss */
.tiles .grid.three .content:nth-child(3n - 0).aos-animate {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
/* line 77, ../../src/sass/blocks/tiles.scss */
.tiles .grid.three .content:nth-child(3n - 1).aos-animate {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
/* line 81, ../../src/sass/blocks/tiles.scss */
.tiles .grid.three .content:nth-child(3n - 2).aos-animate {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  /* line 69, ../../src/sass/blocks/tiles.scss */
  .tiles .grid.three {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 69, ../../src/sass/blocks/tiles.scss */
  .tiles .grid.three {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 95, ../../src/sass/blocks/tiles.scss */
.tiles .grid.four {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
/* line 99, ../../src/sass/blocks/tiles.scss */
.tiles .grid.four .content:nth-child(4n - 0).aos-animate {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
/* line 103, ../../src/sass/blocks/tiles.scss */
.tiles .grid.four .content:nth-child(4n - 1).aos-animate {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
/* line 107, ../../src/sass/blocks/tiles.scss */
.tiles .grid.four .content:nth-child(4n - 2).aos-animate {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
/* line 111, ../../src/sass/blocks/tiles.scss */
.tiles .grid.four .content:nth-child(4n - 3).aos-animate {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  /* line 95, ../../src/sass/blocks/tiles.scss */
  .tiles .grid.four {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 95, ../../src/sass/blocks/tiles.scss */
  .tiles .grid.four {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}

/* line 1, ../../src/sass/blocks/accordion.scss */
.accordions {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/accordion.scss */
  .accordions {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/blocks/accordion.scss */
  .accordions {
    margin-top: 80px;
  }
}
/* line 6, ../../src/sass/blocks/accordion.scss */
.accordions h2 {
  margin-bottom: 1em;
}
/* line 9, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item {
  margin-bottom: 10px;
}
/* line 12, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .title-block {
  padding: 18px 20px 16px;
  background: #F4F4F4;
  border-style: none;
  border-left: solid 1px #015845;
  display: block;
  margin: 0;
  text-align: left;
  width: 100%;
  outline: none;
}
/* line 29, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .accordion-link {
  color: #FFF;
  text-decoration: none;
}
/* line 34, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item h3 {
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-right: 30px;
  text-transform: none;
}
/* line 42, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item h3:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  content: "";
  background: url(./images/accordion-open.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
  -webkit-transform: translateY(-50%) rotate(315deg);
     -moz-transform: translateY(-50%) rotate(315deg);
      -ms-transform: translateY(-50%) rotate(315deg);
       -o-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
/* line 60, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item.open h3:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
     -moz-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
       -o-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background: url(./images/accordion-open.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
/* line 71, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block {
  display: none;
  padding: 12px 20px 16px;
  background: #F4F4F4;
  border-left: solid 1px #015845;
}
/* line 78, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block p:first-of-type {
  margin-top: 0;
}
/* line 82, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block p:last-of-type {
  margin-bottom: 0;
}
/* line 89, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block.open {
  display: block;
}

/* line 3, ../../src/sass/blocks/half.scss */
.half .container {
  margin-bottom: 40px;
  min-height: 400px;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 3, ../../src/sass/blocks/half.scss */
  .half .container {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 3, ../../src/sass/blocks/half.scss */
  .half .container {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 23, ../../src/sass/blocks/half.scss */
.half .container .text-wrap {
  background: #F4F4F4;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 32, ../../src/sass/blocks/half.scss */
.half .container .text-wrap h3 {
  margin-top: 0;
}
/* line 37, ../../src/sass/blocks/half.scss */
.half .container .text-wrap.left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  /* line 37, ../../src/sass/blocks/half.scss */
  .half .container .text-wrap.left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* line 51, ../../src/sass/blocks/half.scss */
.half .container .image {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 260px;
}
@media only screen and (min-width: 768px) {
  /* line 51, ../../src/sass/blocks/half.scss */
  .half .container .image {
    height: auto;
  }
}
/* line 61, ../../src/sass/blocks/half.scss */
.half .container .image.left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
/* line 68, ../../src/sass/blocks/half.scss */
.half .container .wp-block-button__link {
  margin-bottom: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/* line 1, ../../src/sass/blocks/cta-banner.scss */
.cta-banner {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner {
    margin-bottom: 80px;
  }
}
/* line 4, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 560px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 9, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .container.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 13, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .container.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* line 17, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .container.middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 20, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .container.middle .text-area {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 20, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .container.middle .text-area {
    width: 80%;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 20, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .container.middle .text-area {
    width: 60%;
  }
}
/* line 38, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .text-area {
  padding: 2em;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
@media only screen and (min-width: 640px) {
  /* line 38, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .text-area {
    width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 38, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .text-area {
    width: 60%;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 38, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .text-area {
    width: 40%;
  }
}
/* line 61, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .image {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  width: 100%;
}
/* line 67, ../../src/sass/blocks/cta-banner.scss */
.cta-banner h2 {
  margin-top: 0;
}
/* line 71, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .wp-block-button__link {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/slider-thumbs.scss */
  .slider-wrap {
    margin-bottom: 80px;
  }
}
/* line 4, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap .slick-next {
  background-color: white;
  right: 0;
  position: absolute;
  height: 32px;
  width: 16px;
  z-index: 100;
}
/* line 12, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap .slick-next:before {
  content: url(images/nav-drop.svg);
  display: block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}
/* line 20, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap .slick-prev {
  background-color: white;
  left: 0;
  position: absolute;
  height: 32px;
  width: 16px;
  z-index: 100;
}
/* line 28, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap .slick-prev:before {
  content: url(images/nav-drop.svg);
  display: block;
  opacity: 1;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 36, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap .slick-prev.slick-disabled::before,
.slider-wrap .slick-next.slick-disabled::before {
  opacity: 1;
}
/* line 41, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap .slider-content {
  margin-bottom: 20px;
}
/* line 44, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap .slider-content .slick-slide {
  height: 300px;
}
@media only screen and (min-width: 768px) {
  /* line 44, ../../src/sass/blocks/slider-thumbs.scss */
  .slider-wrap .slider-content .slick-slide {
    height: 520px;
  }
}
/* line 55, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap .slider-thumb .slick-slide {
  height: 84px;
  border: solid white 2px;
}
/* line 61, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap .slider-thumb .slick-current {
  border: solid #015845 2px;
}
/* line 71, ../../src/sass/blocks/slider-thumbs.scss */
.slider-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

/* line 1, ../../src/sass/blocks/bulletin-feed.scss */
.bulletin-feed {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/bulletin-feed.scss */
  .bulletin-feed {
    margin-bottom: 80px;
  }
}
/* line 4, ../../src/sass/blocks/bulletin-feed.scss */
.bulletin-feed .upper-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  /* line 4, ../../src/sass/blocks/bulletin-feed.scss */
  .bulletin-feed .upper-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 16, ../../src/sass/blocks/bulletin-feed.scss */
.bulletin-feed .upper-area h2 {
  margin: 0;
}
/* line 21, ../../src/sass/blocks/bulletin-feed.scss */
.bulletin-feed .upper-area .wp-block-button.is-style-outline a.wp-block-button__link {
  margin: 1em 0 0;
}
@media only screen and (min-width: 768px) {
  /* line 21, ../../src/sass/blocks/bulletin-feed.scss */
  .bulletin-feed .upper-area .wp-block-button.is-style-outline a.wp-block-button__link {
    margin: 0;
  }
}

/* line 1, ../../src/sass/posts/listing.scss */
.grid {
  display: grid;
  row-gap: 32px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  grid-template-columns: repeat(1, minmax(260px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/posts/listing.scss */
  .grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/posts/listing.scss */
  .grid {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
  }
}
/* line 15, ../../src/sass/posts/listing.scss */
.grid a:not(.wp-block-button__link) {
  color: #4c4c4c;
  text-decoration: none;
}
/* line 20, ../../src/sass/posts/listing.scss */
.grid .tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 25, ../../src/sass/posts/listing.scss */
.grid .tile:nth-child(3n - 0).aos-animate {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
/* line 30, ../../src/sass/posts/listing.scss */
.grid .tile:nth-child(3n - 1).aos-animate {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
/* line 35, ../../src/sass/posts/listing.scss */
.grid .tile:nth-child(3n - 2).aos-animate {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
/* line 40, ../../src/sass/posts/listing.scss */
.grid .tile .image-block {
  min-height: 340px;
  max-height: 340px;
  width: auto;
}
/* line 45, ../../src/sass/posts/listing.scss */
.grid .tile .image-block img {
  -webkit-transition: all 300ms ease-out;
     -moz-transition: all 300ms ease-out;
       -o-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
/* line 53, ../../src/sass/posts/listing.scss */
.grid .tile .text-block {
  padding: 30px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-transition: all 300ms ease-out;
     -moz-transition: all 300ms ease-out;
       -o-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}
/* line 62, ../../src/sass/posts/listing.scss */
.grid .tile .text-block:hover {
  background: #015845;
}
/* line 67, ../../src/sass/posts/listing.scss */
.grid .tile .text-block:hover h3, .grid .tile .text-block:hover p {
  color: #FFF;
}
/* line 70, ../../src/sass/posts/listing.scss */
.grid .tile .text-block:hover .more-tag {
  border-left: solid 1px #FFF;
  color: #FFF;
}
/* line 75, ../../src/sass/posts/listing.scss */
.grid .tile .text-block:hover .more-tag svg rect, .grid .tile .text-block:hover .more-tag svg path {
  fill: white;
  stroke: white;
}
/* line 84, ../../src/sass/posts/listing.scss */
.grid .tile .text-block h3 {
  margin-top: 0;
}
/* line 87, ../../src/sass/posts/listing.scss */
.grid .tile .text-block .more-tag {
  border-left: solid 1px #015845;
  margin-top: 16px;
  padding: 6px 0 4px 28px;
  height: 44px;
}
/* line 100, ../../src/sass/posts/listing.scss */
.grid.people .text-block {
  background: #FFF;
}
/* line 103, ../../src/sass/posts/listing.scss */
.grid.people:hover {
  background: unset;
}
/* line 106, ../../src/sass/posts/listing.scss */
.grid.people:hover h3, .grid.people:hover p {
  color: unset;
}
/* line 111, ../../src/sass/posts/listing.scss */
.grid.people .tile {
  background: #FFF;
}
/* line 114, ../../src/sass/posts/listing.scss */
.grid.people .tile .text-block {
  padding: 16px 20px 0 20px;
  border-left: #015845 solid 1px;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 120, ../../src/sass/posts/listing.scss */
.grid.people .tile .text-block .wp-block-button__link {
  margin-bottom: 0;
  -webkit-align-self: self-end;
      -ms-flex-item-align: self-end;
          align-self: self-end;
}

/* line 3, ../../src/sass/posts/single-people.scss */
.people-single .container {
  border-left: 1px #015845 solid;
}
/* line 6, ../../src/sass/posts/single-people.scss */
.people-single .container h1 {
  margin-top: 0;
}
/* line 11, ../../src/sass/posts/single-people.scss */
.people-single .container .upper-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  /* line 11, ../../src/sass/posts/single-people.scss */
  .people-single .container .upper-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
/* line 23, ../../src/sass/posts/single-people.scss */
.people-single .container .upper-area .text-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
/* line 26, ../../src/sass/posts/single-people.scss */
.people-single .container .upper-area p {
  margin-bottom: 0;
  color: #015845;
}
/* line 30, ../../src/sass/posts/single-people.scss */
.people-single .container .upper-area .image-block {
  height: 260px;
  width: 260px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 260px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  margin-right: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 30, ../../src/sass/posts/single-people.scss */
  .people-single .container .upper-area .image-block {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
/* line 46, ../../src/sass/posts/single-people.scss */
.people-single .container .upper-area .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */