@charset "UTF-8";
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2018 Schwartzco Inc.
        License: 1808-VHLYCU     
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;600;700&display=swap");
.olive--bg {
  background: #3F4E00;
}

.olive--text {
  color: #3F4E00;
}

.tangerine--bg {
  background: #CE5E1A;
}

.tangerine--text {
  color: #CE5E1A;
}

.terracotta--bg {
  background: #803A14;
}

.terracotta--text {
  color: #803A14;
}

.silver--bg {
  background: #E9E6E1;
}

.silver--text {
  color: #E9E6E1;
}

.white--bg {
  background: #FFF;
}

.white--text, .steps--container .steps .step--item .step-item--text h3 {
  color: #FFF;
}

.black--text {
  color: #000;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 26px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 52px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 52px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 52px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 52px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 52px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 52px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5.2px, -6.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5.2px, 6.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5.2px, -6.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5.2px, 6.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -52px;
  top: -52px;
  transform: translate3d(52px, 52px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -52px;
  top: -52px;
  transform: translate3d(-52px, 52px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -52px;
  top: 52px;
  transform: translate3d(52px, -52px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -52px;
  top: 52px;
  transform: translate3d(-52px, -52px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.7142857143px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.7142857143px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 7px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: none;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: none;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  bottom: 30px;
}

.slick-prev {
  left: 25px;
  z-index: 1;
}

.slick-next {
  right: 25px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #000;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1000px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: #000;
  outline: none;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: none;
  background: #000;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

content at start .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-arrow {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

em {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

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

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  font-style: italic;
}

.embed-youtube {
  display: inline-block;
  position: relative;
  padding-bottom: 60%;
  padding-bottom: 56.25%;
  width: 100%;
}
.embed-youtube iframe {
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}

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

:focus:not(:focus-visible) {
  outline: none;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* autoprefixer: off */
html.show-grid {
  background: #FFF !important;
}
html.show-grid body {
  background: transparent !important;
}
html.show-grid body .gel-grid-overlay * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html.show-grid body .gel-grid-overlay {
  z-index: -1;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
html.show-grid body .gel-grid-overlay__grid {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 6px;
}
html.show-grid body .gel-grid-overlay__column {
  display: inline-block;
  height: 100%;
  width: 8.33333%;
  padding: 0 6px;
}
html.show-grid body .gel-grid-overlay__column-fill {
  background: rgba(255, 0, 0, 0.1);
  height: 100%;
}
html.show-grid body .gel-grid-overlay__margin {
  display: inline-block;
  height: 100%;
  width: 12px;
  position: absolute;
  top: 0;
  background: rgba(0, 255, 0, 0.1);
}
@media screen and (min-width: 400px) {
  html.show-grid body .gel-grid-overlay__grid {
    padding: 0 12px;
  }
  html.show-grid body .gel-grid-overlay__margin {
    width: 24px;
  }
}
@media screen and (min-width: 400px) and (min-width: 600px) {
  html.show-grid body .gel-grid-overlay__grid {
    padding: 0 12px;
  }
  html.show-grid body .gel-grid-overlay__column {
    padding: 0 12px;
  }
}
@media screen and (min-width: 400px) and (min-width: 1280px) {
  html.show-grid body .gel-grid-overlay__grid {
    max-width: 1440px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}

@keyframes grow-left {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 0;
}

.lazyloaded:not(.slick-slide) {
  opacity: 0;
  animation: fade-in ease 0.8s forwards;
  animation-delay: 1.5s;
}

img {
  opacity: 0;
  animation: fade-in ease 0.4s forwards;
  animation-delay: 0.8s;
}

.home-hero--content {
  opacity: 0;
  animation: fade-in ease 0.6s forwards;
  animation-delay: 1.2s;
}

body {
  font-family: "Josefin Sans", sans-serif;
  color: #000;
}
body span {
  font-family: "Josefin Sans", sans-serif;
}

.olive {
  color: #3F4E00;
}

.tangerine {
  color: #CE5E1A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  margin: 12px 0;
  color: #000;
  display: inline-block;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
  display: inline-block;
}

a {
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
}

.underline {
  text-decoration: underline !important;
}

p,
ul,
ol {
  margin-bottom: 32px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.page-header--container {
  background: #ededed;
}

.page-header {
  font-size: 3rem;
  padding: 24px 0;
  margin: 0;
  text-align: center;
}

.article--body ul,
.article--body ol,
.entry-content ul,
.entry-content ol {
  margin-left: 2rem;
}
.article--body ul li,
.article--body ol li,
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 1rem;
}
.article--body ol,
.entry-content ol {
  list-style-type: decimal;
}
.article--body ul,
.entry-content ul {
  list-style-type: disc;
}

.section-header {
  text-align: center;
  width: 100%;
  margin: 0 auto 60px auto;
}
@media (min-width: 67.5em) {
  .section-header {
    max-width: 660px;
  }
}
.section-header .header, .section-header .hero .hero--inner .hero--text h1, .hero .hero--inner .hero--text .section-header h1,
.section-header .hero .hero--inner .hero--text h2,
.hero .hero--inner .hero--text .section-header h2,
.section-header .hero .hero--inner .hero--text h3,
.hero .hero--inner .hero--text .section-header h3,
.section-header .hero .hero--inner .hero--text h4,
.hero .hero--inner .hero--text .section-header h4,
.section-header .hero .hero--inner .hero--text h5,
.hero .hero--inner .hero--text .section-header h5,
.section-header .hero .hero--inner .hero--text h6,
.hero .hero--inner .hero--text .section-header h6 {
  margin-bottom: 0;
}
.section-header p {
  font-weight: inherit;
  margin-top: 32px;
}

.small-text, .card .card--details .card--details__inner .card--text .card--subheader {
  font-size: 12px;
}

.medium-text, .feature.feature--wide .feature--text .feature--text__inner p, .article .article--body h3, .container .container--inner .sidebar-article .article--sidebar h2 {
  font-size: 24px;
  line-height: 32px;
}

.large-text, .page-template-text-page .text-page--content h2,
.page-template-text-page .text-page--content h3,
.page-template-text-page .text-page--content h4,
.page-template-text-page .text-page--content h5,
.page-template-text-page .text-page--content h6, .cta-block .page-template-text-page .text-page--content h2 p, .page-template-text-page .text-page--content .cta-block h2 p,
.cta-block .page-template-text-page .text-page--content h3 p,
.page-template-text-page .text-page--content .cta-block h3 p,
.cta-block .page-template-text-page .text-page--content h4 p,
.page-template-text-page .text-page--content .cta-block h4 p,
.cta-block .page-template-text-page .text-page--content h5 p,
.page-template-text-page .text-page--content .cta-block h5 p,
.cta-block .page-template-text-page .text-page--content h6 p,
.page-template-text-page .text-page--content .cta-block h6 p, .page-template-text-page .text-page--content p:first-of-type, .cta-block .page-template-text-page .text-page--content p:first-of-type p, .page-template-text-page .text-page--content .cta-block p:first-of-type p, .cta-block .large-text p, .cta-block .article .article--body h1 p, .article .article--body .cta-block h1 p,
.cta-block .article .article--body h2 p,
.article .article--body .cta-block h2 p, .article .article--body h1,
.article .article--body h2 {
  font-size: 30px;
  line-height: 36px;
}

.header, .hero .hero--inner .hero--text h1,
.hero .hero--inner .hero--text h2,
.hero .hero--inner .hero--text h3,
.hero .hero--inner .hero--text h4,
.hero .hero--inner .hero--text h5,
.hero .hero--inner .hero--text h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 67.5em) {
  .header, .hero .hero--inner .hero--text h1,
.hero .hero--inner .hero--text h2,
.hero .hero--inner .hero--text h3,
.hero .hero--inner .hero--text h4,
.hero .hero--inner .hero--text h5,
.hero .hero--inner .hero--text h6 {
    font-size: 40px;
    line-height: 48px;
  }
}

.subheader--center {
  width: 100%;
  margin-bottom: 1rem;
}

.subheader, .hero .hero--inner .hero--text p, .single-ways_to_help_cpt .article .article--body p:first-of-type, .section-header p {
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}

.subheader--medium, .article .article--body h4,
.article .article--body h5,
.article .article--body h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.subheader--small, .steps--container .steps .step--item .step-item--text h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.subheader--smallest {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.medium {
  font-weight: 600;
}

.bold, .page-template-text-page .text-page--content h2,
.page-template-text-page .text-page--content h3,
.page-template-text-page .text-page--content h4,
.page-template-text-page .text-page--content h5,
.page-template-text-page .text-page--content h6, .wpcf7 form .half-width h2,
.wpcf7 form .full-width h2, .container .container--inner .sidebar-article .article--sidebar h1,
.container .container--inner .sidebar-article .article--sidebar h2,
.container .container--inner .sidebar-article .article--sidebar h3,
.container .container--inner .sidebar-article .article--sidebar h4,
.container .container--inner .sidebar-article .article--sidebar h5,
.container .container--inner .sidebar-article .article--sidebar h6 {
  font-weight: 700;
}

strong,
b {
  font-weight: 600;
}

.bold, .page-template-text-page .text-page--content h2,
.page-template-text-page .text-page--content h3,
.page-template-text-page .text-page--content h4,
.page-template-text-page .text-page--content h5,
.page-template-text-page .text-page--content h6, .wpcf7 form .half-width h2,
.wpcf7 form .full-width h2, .container .container--inner .sidebar-article .article--sidebar h1,
.container .container--inner .sidebar-article .article--sidebar h2,
.container .container--inner .sidebar-article .article--sidebar h3,
.container .container--inner .sidebar-article .article--sidebar h4,
.container .container--inner .sidebar-article .article--sidebar h5,
.container .container--inner .sidebar-article .article--sidebar h6 {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 1.25rem;
}

h2,
.h2 {
  font-size: 1.125rem;
}

h3,
.h3 {
  font-size: 1rem;
}

p,
.body {
  font-size: 1.125rem;
  line-height: 26px;
}

.body-small {
  font-size: 0.75rem;
}

.body-mini {
  font-size: 0.5rem;
  text-transform: uppercase;
}

html {
  line-height: 1.2;
}

blockquote p {
  text-indent: -0.5em;
}

.gel-layout-item {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  position: relative;
}
@media (min-width: 46.25em) {
  .gel-layout-item {
    padding-left: 24px;
  }
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  background: #FFF;
  overflow-x: hidden;
}

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 67.5em) {
  body {
    margin: 0 auto;
    padding: 0;
  }
}

section {
  padding-bottom: 60px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 90em) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 67.5em) {
  .container .container--inner {
    list-style: none;
    direction: ltr;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin-right: 0;
    margin-left: -12px;
    padding-right: 0;
    padding-left: 0;
    justify-content: space-between;
  }
}
@media (min-width: 67.5em) and (min-width: 46.25em) {
  .container .container--inner {
    margin-left: -24px;
  }
}
.container .container--inner.padding-none {
  padding: 0;
}
.container .container--inner .half-width--container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 67.5em) {
  .container .container--inner .half-width--container {
    flex-direction: row;
    justify-content: center;
  }
}
.container .container--inner .half-width--container .half-width {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 46.25em) {
  .container .container--inner .half-width--container .half-width {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  .container .container--inner .half-width--container .half-width {
    width: 50%;
    text-align: left;
  }
}
.container .container--inner .sidebar-article {
  justify-content: space-between;
}
.container .container--inner .sidebar-article .half-width.article--sidebar.article--sidebar_wide {
  height: auto;
}
.container .container--inner .sidebar-article .circle {
  display: none;
}
@media (min-width: 67.5em) {
  .container .container--inner .sidebar-article .half-width {
    width: 58.3333333333%;
  }
}
.container .container--inner .sidebar-article .article--sidebar {
  background: #CE5E1A;
  color: #FFF;
  padding: 87px 60px;
  z-index: 1;
}
.container .container--inner .sidebar-article .article--sidebar h1,
.container .container--inner .sidebar-article .article--sidebar h2,
.container .container--inner .sidebar-article .article--sidebar h3,
.container .container--inner .sidebar-article .article--sidebar h4,
.container .container--inner .sidebar-article .article--sidebar h5,
.container .container--inner .sidebar-article .article--sidebar h6 {
  color: #FFF;
  margin: 24px 0;
}
.container .container--inner .sidebar-article .article--sidebar h2:first-of-type {
  margin-top: 0;
}
.container .container--inner .sidebar-article .article--sidebar p {
  margin-bottom: 0;
}
@media (min-width: 67.5em) {
  .container .container--inner .sidebar-article .article--sidebar {
    width: 33.3333333333%;
  }
}
.container .container--inner.center {
  text-align: center;
  justify-content: center;
}
.container .container--inner.center .button, .container .container--inner.center .hero .hero--inner .hero--links a, .hero .hero--inner .hero--links .container .container--inner.center a {
  margin: 0 auto;
}

.overlap--lower {
  padding-bottom: 54px;
}

.overlap {
  padding-top: 54px;
}
.overlap.overlap--flip {
  flex-direction: row-reverse;
  margin-bottom: 52px;
}
.overlap.overlap--flip .overlap--inner {
  width: 100%;
  text-align: right;
}
.overlap .overlap--inner {
  position: relative;
}
.overlap .overlap--inner .overlap--shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.overlap .overlap--item__right {
  position: absolute;
  left: 50%;
  z-index: -1;
}
.overlap .overlap--item__left {
  position: absolute;
  left: 0;
  z-index: -1;
}

.circle {
  height: 250px;
  width: 250px;
  left: -25%;
  border-radius: 100%;
  object-fit: cover;
  position: absolute;
}
@media (min-width: 46.25em) {
  .circle {
    height: 100vw;
    width: 100vw;
  }
}
@media (min-width: 67.5em) {
  .circle {
    height: 630px;
    width: 630px;
    max-width: 50vw;
    max-height: 50vw;
  }
}
.circle.circle--flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 10%;
}
.circle.circle--flex .header, .circle.circle--flex .hero .hero--inner .hero--text h1, .hero .hero--inner .hero--text .circle.circle--flex h1,
.circle.circle--flex .hero .hero--inner .hero--text h2,
.hero .hero--inner .hero--text .circle.circle--flex h2,
.circle.circle--flex .hero .hero--inner .hero--text h3,
.hero .hero--inner .hero--text .circle.circle--flex h3,
.circle.circle--flex .hero .hero--inner .hero--text h4,
.hero .hero--inner .hero--text .circle.circle--flex h4,
.circle.circle--flex .hero .hero--inner .hero--text h5,
.hero .hero--inner .hero--text .circle.circle--flex h5,
.circle.circle--flex .hero .hero--inner .hero--text h6,
.hero .hero--inner .hero--text .circle.circle--flex h6 {
  color: #FFF;
}
.circle.circle--right {
  left: auto;
  right: -25%;
}
.circle.circle--right__large {
  left: auto;
  right: 50%;
  right: 50%;
  transform: translate(50%, 0);
}
@media (min-width: 46.25em) {
  .circle.circle--right__large {
    right: -10%;
    transform: none;
  }
}
.circle.circle--tangerine {
  background: #CE5E1A;
}
.circle.circle--silver {
  z-index: 9;
  background: rgba(233, 230, 225, 0.8);
}
@media (min-width: 67.5em) {
  .circle.circle--small {
    height: 382px;
    width: 382px;
  }
}

section,
section.container {
  padding-top: 12px;
  padding-bottom: 12px;
}

.flex {
  display: flex;
}

@media (min-width: 67.5em) {
  .narrow {
    margin-left: 8.3333% !important;
    margin-right: 8.3333% !important;
    display: flex;
    margin: 0 auto;
  }
}

@media (min-width: 67.5em) {
  .narrow--extra {
    margin-left: 16.666% !important;
    margin-right: 16.666% !important;
  }
}

@media (min-width: 67.5em) {
  .narrow--tiny {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }
}

.main {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .main {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  .main {
    width: 58.3333333333%;
  }
}

.sidebar {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .sidebar {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  .sidebar {
    width: 33.3333333333%;
  }
}

.sixteen-by-nine {
  aspect-ratio: 16/9;
}

.acf-wrapper {
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 67.5em) {
  .acf-wrapper .text_and_image .jay-grid--item:first-of-type {
    grid-column: auto/span 7;
  }
  .acf-wrapper .text_and_image .jay-grid--item:last-of-type {
    grid-column: auto/span 5;
  }
}

@media (min-width: 67.5em) {
  .column-two {
    height: 100%;
    float: left;
  }
}
.column-two .column-two--text {
  padding: 0 2rem;
}
.column-two .column-two--text ol,
.column-two .column-two--text ul {
  list-style: disc;
  margin-left: 1rem;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jay-grid {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.jay-grid.full-width .jay-grid--item {
  grid-column: auto/span 12;
}
.jay-grid.two-columns .jay-grid--item {
  grid-column: auto/span 12;
}
.jay-grid.three-columns .jay-grid--item {
  grid-column: auto/span 12;
}
.jay-grid.four-columns .jay-grid--item {
  grid-column: auto/span 12;
}
.jay-grid.six-columns .jay-grid--item {
  grid-column: auto/span 4;
}
@media (min-width: 67.5em) {
  .jay-grid {
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }
  .jay-grid.two-columns .jay-grid--item {
    grid-column: auto/span 6;
  }
  .jay-grid.three-columns .jay-grid--item {
    grid-column: auto/span 4;
  }
  .jay-grid.four-columns .jay-grid--item {
    grid-column: auto/span 3;
  }
  .jay-grid.six-columns .jay-grid--item {
    grid-column: auto/span 2;
  }
}
.jay-grid .jay-grid--item {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 67.5em) {
  .jay-grid .jay-grid--item {
    margin-bottom: 0;
  }
}

.jay-grid.five-columns {
  grid-template-columns: repeat(10, 1fr);
}
.jay-grid.five-columns .jay-grid--item {
  grid-column: auto/span 12;
}
@media (min-width: 67.5em) {
  .jay-grid.five-columns .jay-grid--item {
    grid-column: auto/span 2;
  }
}

.center {
  text-align: center;
  justify-content: center;
}

hr.small-hr {
  width: 100px;
  margin: 0 auto 1rem;
}

.entry-content .content-wrapper {
  max-width: 1000px;
  margin-top: 24px;
}

.home .entry-content .section-block:first-of-type .section {
  padding: 24px 0;
}

@media (min-width: 67.5em) {
  html .main-content .narrow-wrapper {
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
  }
}
html .main-content article {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  padding-left: 0;
}
@media (min-width: 46.25em) {
  html .main-content article {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  html .main-content article {
    padding-left: 0;
  }
}
.button, .hero .hero--inner .hero--links a,
input[type=submit],
a.button,
.intro-section a {
  display: inline-block;
  width: auto;
  padding: 16px 16px 14px 16px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  transition: 0.3s;
  cursor: pointer;
}
.button a, .hero .hero--inner .hero--links a a,
input[type=submit] a,
a.button a,
.intro-section a a {
  color: #FFF;
  text-decoration: none;
  line-height: 20px;
}
.button:hover, .hero .hero--inner .hero--links a:hover,
input[type=submit]:hover,
a.button:hover,
.intro-section a:hover {
  background: #ADABAF;
}
.button.white--bg, .hero .hero--inner .hero--links a.white--bg,
input[type=submit].white--bg,
a.button.white--bg,
.intro-section a.white--bg {
  color: #000;
}
.button.tangerine--text, .hero .hero--inner .hero--links a.tangerine--text,
input[type=submit].tangerine--text,
a.button.tangerine--text,
.intro-section a.tangerine--text {
  color: #CE5E1A;
}

a.button--small {
  font-size: 12px;
  line-height: 12px;
  padding: 13px 13px 11px 13px;
}

.button--large {
  font-size: 16px;
  line-height: 16px;
  padding: 24px 24px 20px 24px;
}

.button.button-white, .hero .hero--inner .hero--links a.button-white {
  background: #FFF;
  color: #000;
}
.button.button-white a, .hero .hero--inner .hero--links a.button-white a {
  color: #000;
  text-decoration: none;
}
.button.button-white:hover, .hero .hero--inner .hero--links a.button-white:hover {
  background: #ADABAF;
  color: #FFF;
}
.button.button-white:hover a, .hero .hero--inner .hero--links a.button-white:hover a {
  color: #FFF;
}

.button-tangerine, .page-template-text-page input.wpcf7-submit {
  background: #CE5E1A;
  color: #FFF;
}
.button-tangerine a, .page-template-text-page input.wpcf7-submit a {
  text-decoration: none;
}
.button-tangerine:hover, .page-template-text-page input.wpcf7-submit:hover {
  background: #ADABAF;
  color: #FFF;
}
.button-tangerine:hover a, .page-template-text-page input.wpcf7-submit:hover a {
  color: #FFF;
}

.button--icon {
  display: inline-flex;
}
.button--icon i {
  margin-right: 16px;
}

.socials {
  margin-bottom: 0;
}
.socials li {
  display: inline;
  margin-right: 24px;
}
.socials li:last-of-type {
  margin-right: 0;
}
.socials li a {
  text-decoration: none;
  font-size: 20px;
}
.socials li a:hover {
  text-decoration: none;
}

.icon--social {
  text-decoration: none;
  font-size: 16px;
  margin-right: 24px;
}
.icon--social:last-of-type {
  margin-right: 0;
}
.icon--social:hover {
  text-decoration: none;
}

.accordion-block .accordion p,
.accordion-block .panel p {
  color: initial;
  font-size: 18px;
}
.accordion-block.half-width {
  margin: 0 auto;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  position: relative;
  margin: 0.5rem 0 0 0;
  color: #444;
  cursor: pointer;
  padding: 5px 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.accordion .accordion--title__wrapper {
  border-bottom: 1px solid #ADABAF;
  padding-bottom: 1rem;
  padding-right: 15px;
}
.accordion .accordion--title__wrapper .accordion--title {
  display: initial;
  margin: 1rem 0;
  font-size: 25px;
}
.accordion:first-of-type .accordion--title__wrapper {
  padding-top: 1rem;
  border-top: 1px solid #ADABAF;
}

.accordion:after {
  content: "➕";
  /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  color: #777;
  margin-left: 5px;
  position: absolute;
  top: 30px;
  right: 1rem;
}

.accordion:first-of-type:after {
  top: 50px;
}

.accordion:hover .accordion--title.subheader, .accordion:hover .hero .hero--inner .hero--text p.accordion--title, .hero .hero--inner .hero--text .accordion:hover p.accordion--title, .accordion:hover .single-ways_to_help_cpt .article .article--body p.accordion--title:first-of-type, .single-ways_to_help_cpt .article .article--body .accordion:hover p.accordion--title:first-of-type, .accordion:hover .section-header p.accordion--title, .section-header .accordion:hover p.accordion--title {
  color: #CE5E1A;
}

.accordion.active:after {
  content: "➖";
  /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px 0 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-in-out;
}
.panel .accordion--content {
  margin: 1rem 0;
}

.accordion.active .panel {
  max-height: 2000px;
}

.tags a {
  display: inline-block;
  margin-right: 1.25rem;
  padding: 0.375rem;
  text-decoration: none;
  color: white;
  position: relative;
  height: 1.75rem;
  box-sizing: border-box;
}
form input, form textarea {
  margin-top: 0.25em;
  padding: 0.5em;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
}

form#searchform input#searchsubmit {
  margin-top: 0 !important;
}

/* class applies to select element itself, not a wrapper element */
.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
  	for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
  display: none;
}

/* Hover style */
.select-css:hover {
  border-color: #888;
}

/* Focus style */
.select-css:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */
.select-css option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir=rtl] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa;
}

.card--arrow-container {
  margin-top: -50px;
  margin-bottom: 50px;
}
@media (min-width: 67.5em) {
  .card--arrow-container {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}

.card--header-navy {
  background: #04213c;
}

.card--header-grey {
  background: #6e706c;
}

.card--header {
  text-align: center;
  padding: 12px;
}
.card--header .card--header-text {
  color: #FFF;
  margin: 0;
}

.cards--bg {
  padding: 80px 0 100px;
}

.card--container {
  height: 100%;
  flex-wrap: wrap !important;
  margin-bottom: 40px;
  padding-bottom: 0;
}
@media (min-width: 67.5em) {
  .card--container {
    padding-top: 12px;
  }
}

.card {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  display: flex;
  flex-direction: column;
}
@media (min-width: 46.25em) {
  .card {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  .card {
    width: 33.3333333333%;
  }
}
@media (min-width: 67.5em) {
  .card.card--half {
    width: 50%;
  }
}
@media (min-width: 67.5em) {
  .card.card--full {
    width: 100%;
  }
}
@media (min-width: 67.5em) {
  .card {
    margin-bottom: 24px;
  }
}
.card .card--circle {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 67.5em) {
  .card .card--circle {
    margin-bottom: 0;
  }
}
.card .card--circle img {
  margin-bottom: 48px;
}
.card .card--circle p {
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.card.card--post .featured {
  position: relative;
}
.card.card--post .featured:before {
  content: "featured";
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  display: inline-block;
  z-index: 999;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  padding: 10px 20px 7px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}
.card.card--post img {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 300px;
  width: 100%;
}
.card .card--details__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card .card--details {
  position: relative;
  padding: 32px;
  color: #FFF;
  margin: -100px 30px 0 30px;
  flex-grow: 1;
}
.card .card--details .card--details__inner:before {
  mix-blend-mode: multiply;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #803A14;
  bottom: 0;
  z-index: 0;
}
.card .card--details .card--details__inner.tangerine:before {
  background: #CE5E1A;
}
.card .card--details .card--details__inner.olive:before {
  background: #3F4E00;
}
.card .card--details .card--details__inner .card--text {
  position: relative;
  display: flex;
  flex-direction: column;
}
.card .card--details .card--details__inner .card--text .card--subheader {
  margin-bottom: 8px;
  color: #FFF;
}
.card .card--details .card--details__inner .card--text .card--title {
  margin-top: 0;
  margin-bottom: 24px;
  color: #FFF;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 24px;
}
.card .card--details .card--details__inner .card--text .card--copy p {
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  margin-bottom: 24px;
}
.card .card--details .card--details__inner .card--text .card--link {
  color: #FFF;
  text-decoration: none;
  display: flex;
  width: 100%;
  flex-direction: row;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.card li {
  list-style-type: none;
}

.card--container__no-margin {
  margin-bottom: 0;
}
@media (min-width: 67.5em) {
  .card--container__no-margin .card {
    margin-bottom: 0;
  }
}

.home .card .card--copy {
  display: none;
}

.blog-listing {
  margin-bottom: 2.5rem;
}

.homepage-content--blog__wrapper {
  padding: 24px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.blog .blog-content--item {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #ededed;
}
.blog .blog-content--item .date {
  font-size: 1.2rem;
}
.blog .blog-content--item .blog-content--item_title {
  font-weight: bold;
  text-decoration: none;
}
.blog .blog-content--item .blog-content--item_title:hover {
  text-decoration: underline;
}
.blog .blog-content--item .blog-content--item_title .entry-title {
  margin-top: 1rem;
}
.blog .blog-content--item .blog-item--link-text {
  margin-bottom: 0;
}
.blog .pagination {
  text-align: center;
  font-size: 2rem;
  color: #000;
}
.blog .pagination a {
  color: #000;
  text-decoration: none;
  margin: 0 20px;
}
.blog .pagination span.current {
  text-decoration: underline;
}

.single .entry-content,
.blog .entry-content {
  margin: 0 auto;
}
.single .entry-content img,
.blog .entry-content img {
  height: auto;
  pointer-events: none;
}
@media (min-width: 46.25em) {
  .single .entry-content .article--body,
.blog .entry-content .article--body {
    max-width: 65%;
    float: left;
  }
  .single .entry-content aside.sidebar,
.blog .entry-content aside.sidebar {
    float: right;
    width: 30%;
    padding-left: 5rem;
    border-left: 1px solid #e6e6e6;
    padding: 2rem;
    margin-left: 5%;
  }
}
.single .entry-content .article--body .byline.author,
.blog .entry-content .article--body .byline.author {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1rem;
  padding-top: 5px;
  margin-bottom: 1.5rem;
  font-size: 1.22rem;
}
.single .entry-content .widget,
.blog .entry-content .widget {
  margin-bottom: 3rem;
}
.single .entry-content .widget h6,
.blog .entry-content .widget h6 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 600;
}
.single .entry-content .widget ul,
.blog .entry-content .widget ul {
  margin-bottom: 0;
}
.single .entry-content .widget ul li,
.blog .entry-content .widget ul li {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e6e6e6;
}
.single .entry-content .widget_search input,
.single .entry-content .widget_search .input-group-button,
.blog .entry-content .widget_search input,
.blog .entry-content .widget_search .input-group-button {
  display: inline-block;
}
.single .entry-content .widget_search input.input-group-field,
.blog .entry-content .widget_search input.input-group-field {
  padding: 14px 20px;
}

.single .post-navigation {
  width: 100%;
  margin: 10rem 0 4rem;
  padding-top: 2rem;
  text-transform: uppercase;
  border-top: 1px solid #ededed;
}
.single .post-navigation .screen-reader-text {
  display: none;
}
@media (min-width: 46.25em) {
  .single .post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
  }
}
.single .post-navigation .nav-links .nav-previous,
.single .post-navigation .nav-links .nav-next {
  font-size: 20px;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .single .post-navigation .nav-links .nav-previous,
.single .post-navigation .nav-links .nav-next {
    width: 45%;
    margin-bottom: 0;
  }
}
.single .post-navigation .nav-links .nav-previous a,
.single .post-navigation .nav-links .nav-next a {
  color: initial;
}
@media (min-width: 46.25em) {
  .single .post-navigation .nav-links .nav-next {
    text-align: right;
  }
}
.single #respond {
  padding-top: 4rem;
}
.single #respond textarea#comment {
  width: 100%;
  height: 100px;
}
.single #respond input#submit {
  font-family: inherit;
  font-size: 21px;
}
.single #respond #allowed_tags {
  display: none;
}

.blog-listing__title a {
  text-decoration: none;
}

.comments-area {
  padding: 1.25rem;
  background: #fafafa;
}
.comments-area label {
  display: block;
  margin-bottom: 0.625rem;
}
.comments-area input[type=email],
.comments-area input[type=text],
.comments-area textarea {
  width: 100%;
  display: block;
  margin-bottom: 2.5rem;
  padding: 0.625rem;
  border: 1px solid whitesmoke;
}
.comments-area input[type=submit] {
  border: none;
}
.comments-area .comments {
  padding: 0;
  margin-bottom: 2.5rem;
}
.comments-area .comments li {
  background: white;
  list-style-type: none;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.top-bar--mobile {
  display: block;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #E9E6E1;
  padding: 18px 0 14px 0;
  text-align: center;
}
@media (min-width: 67.5em) {
  .top-bar--mobile {
    height: 0;
    padding: 0;
    position: relative;
  }
}
.top-bar--mobile p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (min-width: 67.5em) {
  .top-bar--mobile {
    display: none;
  }
}

body.menu-is-open .off-canvas-menu {
  transform: none;
}
body.menu-is-open .hamburger--label__closed {
  display: none;
}
body.menu-is-open .hamburger--label__open {
  display: block;
}

header.header {
  position: fixed;
  background: #FFF;
  width: 100%;
  top: 0;
  z-index: 9;
}

.site-header {
  transition: 0.3s;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 67.5em) {
  .site-header {
    padding: 24px 0 0;
  }
}
@media (min-width: 46.25em) {
  .site-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 90em) {
  .site-header {
    max-width: 1440px;
  }
}
.site-header .site-header--inner .site-header--upper__block {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  width: 33.3333333333%;
}
@media (min-width: 46.25em) {
  .site-header .site-header--inner .site-header--upper__block {
    padding-left: 24px;
  }
}
.site-header .site-header--inner .site-header--upper__block .logo {
  display: block;
  margin-bottom: 24px;
}
.site-header .site-header--inner .site-header--upper__block .logo img {
  transition: 0.3s;
  height: 100px;
}
.site-header .site-header--inner .site-header--upper__block .strapline {
  letter-spacing: 0.2em;
  font-size: 12px;
  margin-bottom: 0;
  transition: 0.3s;
}
.site-header .site-header--inner .site-header--upper__block.left .left--upper {
  display: none;
}
@media (min-width: 67.5em) {
  .site-header .site-header--inner .site-header--upper__block.left .left--upper {
    display: flex;
  }
}
.site-header .site-header--inner .site-header--upper__block.left .left--upper .site-header--socials {
  padding-top: 10px;
}
.site-header .site-header--inner .site-header--upper__block.left .left--upper .socials li a {
  color: #803A14;
}
.site-header .site-header--inner .site-header--upper__block.left img {
  transition: 0.3s;
  margin-top: 28px;
  height: 62px;
}
.site-header .site-header--inner .site-header--upper__block.right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1350px) {
  .site-header .site-header--inner .site-header--upper__block.right {
    justify-content: space-between;
  }
}
.site-header .site-header--inner .site-header--upper__block.right .olive--bg {
  display: none;
}
@media only screen and (min-width: 1350px) {
  .site-header .site-header--inner .site-header--upper__block.right .olive--bg {
    display: inline-block;
  }
}
.site-header .site-header--inner .site-header--upper__block-center {
  text-align: center;
}
.site-header .site-header--inner .site-header--lower {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin: 40px auto 0;
}
@media (min-width: 46.25em) {
  .site-header .site-header--inner .site-header--lower {
    padding-left: 24px;
  }
}
.site-header .site-desktop-title img {
  max-height: 90px;
}
.site-header .site-header--mobile-header--title img {
  height: 35px;
}
@media (min-width: 67.5em) {
  .site-header .site-header--mobile-header--title img {
    max-width: 80%;
  }
}
.site-header .site-header--mobile-header--center {
  text-align: center;
}
.site-header .site-header--mobile-header--center img {
  max-height: 50px;
}
.site-header .hamburger-inner,
.site-header .hamburger-inner::before,
.site-header .hamburger-inner::after,
.site-header .hamburger.is-active .hamburger-inner,
.site-header .hamburger.is-active .hamburger-inner::before,
.site-header .hamburger.is-active .hamburger-inner::after {
  background-color: #3F4E00;
  width: 20px;
}
.site-header .hamburger-inner {
  width: 10px;
}
.site-header--mobile-header {
  padding: 10px 0;
  z-index: 10;
  position: relative;
  height: auto;
  display: flex;
  width: 100%;
}
@media (min-width: 67.5em) {
  .site-header--mobile-header {
    display: none;
  }
}
.site-header--mobile-header--left {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  width: 33.3333333333%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 46.25em) {
  .site-header--mobile-header--left {
    padding-left: 24px;
  }
}
.site-header--mobile-header--left h4 {
  font-size: 1.7rem;
}
.site-header--mobile-header--center {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  width: 33.3333333333%;
  padding-left: 0;
}
@media (min-width: 46.25em) {
  .site-header--mobile-header--center {
    padding-left: 24px;
  }
}
.site-header--mobile-header--right {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  width: 33.3333333333%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 46.25em) {
  .site-header--mobile-header--right {
    padding-left: 24px;
  }
}
.site-header--mobile-header svg {
  display: block;
  margin: 0;
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .site-header--mobile-header svg {
    margin: 0 24px;
    max-width: 45px;
  }
}
.site-header--mobile-header .hamburger--label__closed {
  display: block;
}
.site-header--mobile-header .hamburger--label__open {
  display: none;
}
.site-header--desktop-header {
  display: none;
}
@media (min-width: 67.5em) {
  .site-header--desktop-header {
    list-style: none;
    direction: ltr;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    margin-right: 0;
    margin-left: -12px;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (min-width: 67.5em) and (min-width: 46.25em) {
  .site-header--desktop-header {
    margin-left: -24px;
  }
}
.site-header--desktop-header--left {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
@media (min-width: 46.25em) {
  .site-header--desktop-header--left {
    padding-left: 24px;
  }
}
.site-header--desktop-header--right {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 46.25em) {
  .site-header--desktop-header--right {
    padding-left: 24px;
  }
}
.site-header--desktop-header--right ul {
  margin-bottom: 0;
}
.site-header--desktop-header--right ul li {
  margin: 0 0 0 12px;
  display: inline;
}
.site-header--desktop-header--search {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #E9E6E1;
  padding: 0;
  padding-left: 0 !important;
  width: auto;
  text-align: right;
}
@media (min-width: 46.25em) {
  .site-header--desktop-header--search {
    padding-left: 24px;
  }
}
.site-header--desktop-header--search .site-header--icons {
  display: flex;
}
.site-header--desktop-header--search .site-header--icons .site-header--icons_image {
  padding-right: 20px;
}
.site-header--desktop-header--search .input-group {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.site-header--desktop-header--search .input-group input#s {
  border-radius: 18px;
  border: none;
  padding: 5px 10px 5px 0;
}
.site-header--desktop-header--search .input-group-button {
  transform: translate(0, 0%);
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.site-header--desktop-header--search .input-group-button input[type=submit] {
  padding: 0.5rem 1rem;
  margin-left: 10px;
  opacity: 0;
  z-index: 99999;
}
.site-header--desktop-header--search .input-group-button:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f002";
  color: #803A14;
  display: block;
  position: absolute;
  pointer-events: none;
  top: 5px;
  right: 10px;
  font-size: 1rem;
  height: 20px;
  width: 20px;
}
.site-header--desktop-header svg {
  display: block;
  margin: 0 24px;
  max-width: 30px;
}
@media only screen and (min-width: 768px) {
  .site-header--desktop-header svg {
    margin: 0 24px;
    max-width: 45px;
  }
}
.site-header .search--container {
  margin-left: 40px;
}

.scrolledDown header {
  -webkit-box-shadow: 0px 2px 9px -6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 9px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 9px -6px rgba(0, 0, 0, 0.35);
}
.scrolledDown .site-header {
  padding-bottom: 0;
  padding-top: 12px;
}
.scrolledDown .site-header .site-header--inner .site-header--upper__block .logo {
  margin-bottom: 6px;
}
.scrolledDown .site-header .site-header--inner .site-header--upper__block .logo img {
  height: 60px;
}
.scrolledDown .site-header .site-header--inner .site-header--upper__block.left img {
  height: 45px;
  margin-top: 0;
}
.scrolledDown .site-header .site-header--inner .strapline {
  font-size: 10px;
}
.scrolledDown .site-header .site-header--inner .site-header--lower {
  padding-bottom: 0;
  margin-bottom: 0;
}

.logged-in .site-header {
  top: 32px;
}

nav a {
  position: relative;
  color: #3F4E00;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  padding: 0 24px;
}
nav a:hover {
  text-decoration: none;
}

.off-canvas-menu--menu-wrapper li.menu-item-has-children,
nav.site-header--desktop-header li.menu-item-has-children {
  position: relative;
}
.off-canvas-menu--menu-wrapper li.menu-item-has-children:after,
nav.site-header--desktop-header li.menu-item-has-children:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  display: block;
  position: absolute;
  right: 0;
  top: 34%;
  transform: translate(0, -50%);
  font-size: 13px;
  color: #3F4E00;
}

.off-canvas-menu--menu-wrapper li.menu-item-has-children:after {
  color: #FFF;
  top: 25px;
}

nav.site-header--desktop-header ul {
  list-style: none;
}
nav.site-header--desktop-header ul li.menu-item-has-children {
  position: relative;
}
nav.site-header--desktop-header ul li.menu-item-has-children ul.vertical {
  visibility: hidden;
  opacity: 0;
  width: 250px;
  margin-top: 10px;
  border-top: 5px solid #3F4E00;
  text-align: left;
  position: absolute;
  transition: all 0.2s ease;
  left: 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
nav.site-header--desktop-header ul li.menu-item-has-children ul.vertical li {
  margin: 0;
  padding: 0.5rem 1rem;
  line-height: 1.1;
  border-bottom: 1px solid #ededed;
}
nav.site-header--desktop-header ul li.menu-item-has-children ul.vertical a {
  font-size: 15px;
  transition: 0.5s;
  padding-left: 0;
  font-size: 13px;
}
nav.site-header--desktop-header ul li.menu-item-has-children ul.vertical a:hover {
  font-weight: bold;
  text-decoration: none;
}
nav.site-header--desktop-header ul li.menu-item-has-children ul.vertical a:hover:after {
  content: none;
}
nav.site-header--desktop-header ul li.menu-item-has-children:hover ul.vertical {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  background: #FFF;
  display: flex;
  flex-direction: column;
}
nav.site-header--desktop-header ul > li {
  padding-bottom: 10px;
  display: inline-block;
}

nav.off-canvas-menu ul.vertical.nested.menu {
  height: 0;
  opacity: 0;
  margin: 0;
  font-size: 17px;
  padding-left: 2rem;
}
nav.off-canvas-menu .menu-item-has-children.is-active ul.vertical.nested.menu {
  height: auto;
  opacity: 1;
}

.off-canvas-menu {
  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #3F4E00;
  z-index: 99;
  transform: translateX(110%);
  will-change: transform;
  transition: transform 230ms ease-in-out;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 67.5em) {
  .off-canvas-menu {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .off-canvas-menu {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 90em) {
  .off-canvas-menu {
    max-width: 1440px;
  }
}
.off-canvas-menu--inner-wrap {
  list-style: none;
  direction: ltr;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  margin-left: -12px;
  padding-right: 0;
  padding-left: 0;
  padding-top: 3rem;
  height: 100%;
}
@media (min-width: 46.25em) {
  .off-canvas-menu--inner-wrap {
    margin-left: -24px;
  }
}
.off-canvas-menu--menu-wrapper {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px;
}
@media (min-width: 46.25em) {
  .off-canvas-menu--menu-wrapper {
    padding-left: 24px;
  }
}
.off-canvas-menu--menu-wrapper .site-header--mobile-header--right {
  width: 100%;
}
.off-canvas-menu--menu-wrapper .menu {
  padding-top: 0;
  margin-bottom: auto;
}
.off-canvas-menu--menu-wrapper .off-canvas-menu--bottom .site-header--desktop-header--search {
  width: 100%;
  border: none;
  border-bottom: 1px solid #E9E6E1;
}
.off-canvas-menu--menu-wrapper .off-canvas-menu--bottom .site-header--desktop-header--search .input-group {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.off-canvas-menu--menu-wrapper .off-canvas-menu--bottom .site-header--desktop-header--search .input-group input#s {
  background: none;
  color: #FFF;
}
.off-canvas-menu--menu-wrapper .off-canvas-menu--bottom .site-header--desktop-header--search .input-group input#s::placeholder {
  color: #FFF;
}
.off-canvas-menu--menu-wrapper .off-canvas-menu--bottom .site-header--desktop-header--search .input-group .input-group-button:after {
  color: #FFF !important;
}
.off-canvas-menu--menu-wrapper .off-canvas-menu--bottom .socials {
  margin-top: 12px;
}
.off-canvas-menu--menu-wrapper .off-canvas-menu--bottom .socials .icon--social {
  margin-right: 12px;
}
.off-canvas-menu .off-canvas-menu--inner-wrap li {
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
.off-canvas-menu .off-canvas-menu--inner-wrap li a {
  text-decoration: none;
  padding: 0;
  color: #FFF;
}

.section.full-width {
  padding-right: 0;
  padding-left: 0;
}
.section.full-width .inner-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 46.25em) {
  .section.full-width .inner-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 90em) {
  .section.full-width .inner-wrapper {
    max-width: 1440px;
  }
}

.block h1, .block h2, .block h3, .block h4, .block h5, .block h6 {
  margin-top: 0;
}

.block__blue {
  background: #236EA5;
}

footer.section {
  background: #E9E6E1;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 65px;
  margin-bottom: 0;
}
footer.section .footer {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 46.25em) {
  footer.section .footer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 90em) {
  footer.section .footer {
    max-width: 1440px;
  }
}
footer.section .footer .footer--inner {
  list-style: none;
  direction: ltr;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  margin-left: -12px;
  padding-right: 0;
  padding-left: 0;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 46.25em) {
  footer.section .footer .footer--inner {
    margin-left: -24px;
  }
}
@media (min-width: 67.5em) {
  footer.section .footer .footer--inner {
    display: flex;
    flex-direction: row;
  }
}
footer.section .footer--column {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  text-align: center;
  width: 100%;
}
@media (min-width: 46.25em) {
  footer.section .footer--column {
    padding-left: 24px;
  }
}
@media (min-width: 46.25em) {
  footer.section .footer--column {
    display: flex;
  }
}
footer.section .footer--column #menu-footer-menu {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  footer.section .footer--column #menu-footer-menu {
    flex-direction: row;
  }
}
footer.section .footer--column #menu-footer-menu li {
  padding: 0 1rem;
}
footer.section .footer--column #menu-footer-menu li:last-of-type {
  padding: 0 0 0 1rem;
}
footer.section .footer--column .footer-text {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 46.25em) {
  footer.section .footer--column .footer-text {
    margin-left: 1rem;
    margin-top: 0;
  }
}
footer.section .footer--column img.footer-logo {
  max-height: 100px;
  margin: 0 auto 2rem auto;
  display: block;
}
@media (min-width: 46.25em) {
  footer.section .footer--column img.footer-logo {
    margin: 0 0 2rem 0;
  }
}
footer.section .footer--column .footer-social i {
  color: #6e706c;
  font-size: 1rem;
  margin-right: 0.3rem;
  padding: 5px;
  border-radius: 15px;
}
footer.section .footer--column .footer-social i.fa-facebook-f {
  padding: 5px 8px;
}
footer.section .footer--column a {
  color: #3F4E00;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
footer.section .footer--column li {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
}
footer.section .footer--column li:last-of-type {
  margin-bottom: 0;
}
footer.section .footer--column li.menu-item-has-children > a {
  margin-bottom: 20px;
  display: block;
}
footer.section .footer--column li .dropdown a {
  font-weight: 300;
}
footer.section .footer--column.footer--left {
  flex-wrap: wrap;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 67.5em) {
  footer.section .footer--column.footer--left {
    flex-wrap: nowrap;
  }
}
footer.section .footer--column.footer--left ul.desktop-menu {
  width: 50%;
}
@media (min-width: 67.5em) {
  footer.section .footer--column.footer--left {
    width: 58.3333333333%;
  }
  footer.section .footer--column.footer--left ul.desktop-menu {
    width: 100%;
  }
}
footer.section .footer--column.footer--right {
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 67.5em) {
  footer.section .footer--column.footer--right {
    margin-top: 0;
    width: 41.6666666667%;
  }
}
footer.section .footer--column.footer--right .footer--right__upper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
footer.section .footer--column.footer--right .footer--right__upper .socials {
  margin-bottom: 20px;
}
footer.section .footer--column.footer--right .footer--right__upper .socials i {
  color: #803A14;
}
footer.section .footer--column.footer--right .footer--right__upper .logo img {
  height: 91px;
  margin-bottom: 20px;
}
@media (min-width: 67.5em) {
  footer.section .footer--right {
    text-align: right;
  }
}
@media (min-width: 67.5em) {
  footer.section .footer--left {
    text-align: left;
  }
}

.section.two_column_content {
  padding-top: 0;
}
@media (min-width: 67.5em) {
  .section.two_column_content .container {
    column-gap: 4%;
    column-count: 2;
    break-inside: avoid;
  }
}

.home .section.two_column_content {
  padding-top: 24px;
}

.home-slider.container {
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 67.5em) {
  .home-slider.container {
    padding: 0 4%;
  }
}
.home-slider.container .slick-track {
  background: #000;
}
.home-slider.container .slick-dots {
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1rem;
}
.home-slider.container .home-slider--slide {
  height: 70vh;
  max-height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
@media (min-width: 67.5em) {
  .home-slider.container .home-slider--slide {
    height: 80vh;
  }
}
.home-slider.container .home-slider--slide .home-slider-fade {
  height: 30%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.9;
  background: transparent;
  background: linear-gradient(to bottom, transparent 0%, rgb(0, 1, 1) 100%);
}
.home-slider.container .home-slider--slide .home-slider--slide-content {
  position: absolute;
  left: 0;
  bottom: 3rem;
  padding: 0 2rem;
  color: #FFF;
}
@media (min-width: 67.5em) {
  .home-slider.container .home-slider--slide .home-slider--slide-content {
    bottom: 2rem;
    right: 2rem;
    text-align: left;
  }
}
@media (min-width: 67.5em) {
  .home-slider.container .home-slider--slide .home-slider--slide-content .home-slider--slide-content-inner {
    max-width: 50%;
  }
}
.home-slider.container .home-slider--slide .home-slider--slide-content .home-slider--slide-content-inner .home-slider--slide-header {
  color: #FFF;
  margin-bottom: 0.5rem;
}

.services .services--intro {
  padding-bottom: 2rem;
}
@media (min-width: 46.25em) {
  .services .services--list {
    columns: 2;
  }
}
.services .services--list li {
  list-style-position: inside;
  background: url("../../src/images/check-mark.svg") 0px 8px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-left: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media (min-width: 46.25em) {
  .services .services--list li {
    margin-left: 80px;
  }
}

.featured-image {
  background-color: #ededed;
  height: 30vh;
  width: 100%;
  margin-bottom: 2rem;
  max-height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 67.5em) {
  .featured-image {
    height: 70vh;
    max-height: 530px;
  }
}
.featured-image .featured-image--text {
  padding-top: 24px;
}
.featured-image .featured-image--text h1 {
  margin-top: 0;
}
.featured-image .featured-image--text h2 {
  margin-top: 0;
}
.featured-image img {
  width: 100%;
  object-fit: cover;
  height: 30vh;
  max-height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 67.5em) {
  .featured-image img {
    height: 70vh;
    max-height: 530px;
  }
}

.featured-image--book {
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  line-height: 26px;
}
.wpcf7 form .half-width {
  padding-left: 0 !important;
}
@media (min-width: 46.25em) {
  .wpcf7 form .half-width {
    width: 48% !important;
  }
}
.wpcf7 form .full-width {
  width: 100% !important;
}
.wpcf7 form .half-width,
.wpcf7 form .full-width {
  margin-bottom: 24px;
}
.wpcf7 form .half-width h2,
.wpcf7 form .full-width h2 {
  font-size: inherit;
  color: initial;
  margin: 0;
}
.wpcf7 form label {
  color: initial;
}
.wpcf7 form p {
  width: 100%;
}
@media (min-width: 46.25em) {
  .wpcf7 form p {
    width: 48%;
  }
}
.wpcf7 form p:nth-last-child(3) {
  width: 100%;
}
.wpcf7 form p label {
  transition: 0.2s;
}
.wpcf7 form p label:focus {
  color: #803A14;
}
.wpcf7 form p label:hover {
  color: #803A14;
}
.wpcf7 form p label:active {
  color: #803A14;
}
.wpcf7 form p label:visited {
  color: #803A14;
}
.wpcf7 form p textarea {
  width: 100%;
  border-radius: 0;
  border-width: 2px;
}
.wpcf7 form p textarea:hover {
  border-color: #803A14;
}
.wpcf7 form p textarea:active {
  border-color: #803A14;
}
.wpcf7 form p textarea:focus {
  border-color: #803A14;
}
.wpcf7 form input,
.wpcf7 form textarea {
  width: 100%;
}
.wpcf7 form textarea {
  border-radius: 0;
  padding: 17px 15px;
}
.wpcf7 form input {
  border: none;
  border-bottom: 2px solid #808080;
  padding-left: 0;
}
.wpcf7 form input:focus {
  border-bottom: 2px solid #803A14;
}
.wpcf7 form input:hover {
  border-bottom: 2px solid #803A14;
}
.wpcf7 form select {
  padding: 16px;
  width: 100%;
  background: #E9E6E1;
  border: none;
  margin-top: -16px;
  color: #3F4E00;
  font-size: 18px;
  line-height: 26px;
  font-family: "Josefin Sans", sans-serif;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7 form span:focus {
  color: #803A14;
}
.wpcf7 form span:hover {
  color: #803A14;
}
.wpcf7 form span:active {
  color: #803A14;
}
.wpcf7 form span:visited {
  color: #803A14;
}
.wpcf7 form span.wpcf7-form-control-wrap.menu-788::before {
  content: "\f107";
  font: var(--fa-font-solid);
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.wpcf7 form input.wpcf7-submit {
  background: #3F4E00;
  color: #FFF;
  margin-bottom: 32px;
}
.wpcf7 form .wpcf7-not-valid-tip {
  color: #CE5E1A;
  padding-top: 12px;
}

.logo-block {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  display: flex;
  flex-direction: column;
  margin-top: 52px;
  width: 100%;
}
@media (min-width: 46.25em) {
  .logo-block {
    padding-left: 24px;
  }
}
.logo-block .logo-block--container {
  margin-top: 64px;
  margin-bottom: 64px;
}
.logo-block .logo-block--container img {
  max-width: 100px;
}

.archive.post-type-archive-ways_to_help_cpt .hero {
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media (min-width: 67.5em) {
  .archive.post-type-archive-ways_to_help_cpt .hero {
    padding-bottom: 70px;
  }
}
.archive.post-type-archive-ways_to_help_cpt .hero .hero--inner .hero--text h1,
.archive.post-type-archive-ways_to_help_cpt .hero .hero--inner .hero--text h2,
.archive.post-type-archive-ways_to_help_cpt .hero .hero--inner .hero--text h3,
.archive.post-type-archive-ways_to_help_cpt .hero .hero--inner .hero--text h4,
.archive.post-type-archive-ways_to_help_cpt .hero .hero--inner .hero--text h5,
.archive.post-type-archive-ways_to_help_cpt .hero .hero--inner .hero--text h6,
.archive.post-type-archive-ways_to_help_cpt .hero .hero--inner .hero--text p {
  color: #803A14;
}

.article {
  margin-bottom: 130px;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media (min-width: 67.5em) {
  .article {
    flex-direction: row;
  }
}
.article .article--body {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .article .article--body {
    padding-left: 24px;
  }
}
.article .article--body h1,
.article .article--body h2,
.article .article--body h3,
.article .article--body h4,
.article .article--body h5,
.article .article--body h6 {
  display: block;
  margin-top: 0;
}
.article .article--body h1,
.article .article--body h2 {
  margin-bottom: 32px;
}
.article .article--body h3 {
  margin-bottom: 16px;
}
.article .article--body h4,
.article .article--body h5,
.article .article--body h6 {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 16px;
}
.article .article--sidebar {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  margin-bottom: 60px;
}
@media (min-width: 46.25em) {
  .article .article--sidebar {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  .article .article--sidebar {
    width: 41.6666666667%;
    margin-bottom: 0;
  }
}
.article p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 32px;
}

.single-ways_to_help_cpt .article .article--body {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .single-ways_to_help_cpt .article .article--body {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  .single-ways_to_help_cpt .article .article--body {
    width: 50%;
  }
}
.single-ways_to_help_cpt .article .article--body p:first-of-type {
  margin-bottom: 40px;
}

.cd-timeline__container .cd-timeline__block {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 46.25em) {
  .cd-timeline__container .cd-timeline__block {
    flex-direction: row;
  }
}
.cd-timeline__container .cd-timeline__block .cd-timeline__img {
  margin-left: 0;
  animation: none;
  position: absolute;
  left: -10px;
  top: -45px;
}
@media (min-width: 46.25em) {
  .cd-timeline__container .cd-timeline__block .cd-timeline__img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cd-timeline__container .cd-timeline__block .side-image--container {
  position: relative;
  width: auto;
  max-width: 80%;
  margin-top: 40px;
}
@media (min-width: 46.25em) {
  .cd-timeline__container .cd-timeline__block .side-image--container {
    width: 45%;
    max-width: auto;
    margin-top: 0;
  }
}
.cd-timeline__container .cd-timeline__block .side-image--container .side-image {
  max-height: 400px;
}

.text-area--container.dark-background {
  background: #ededed;
}
.text-area--container .text-area {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 0;
}
.text-area--container .text-area .text-area--image {
  border-radius: 100%;
  margin-bottom: 24px;
}
.text-area--container .text-area .text-area--copy h1:first-of-type,
.text-area--container .text-area .text-area--copy h2:first-of-type,
.text-area--container .text-area .text-area--copy h3:first-of-type,
.text-area--container .text-area .text-area--copy h4:first-of-type,
.text-area--container .text-area .text-area--copy h5:first-of-type,
.text-area--container .text-area .text-area--copy h6:first-of-type {
  margin-top: 0;
}
.text-area--container .text-area .button, .text-area--container .text-area .hero .hero--inner .hero--links a, .hero .hero--inner .hero--links .text-area--container .text-area a {
  margin-top: 12px;
  padding: 0.5em 2rem;
  display: inline-flex;
  align-items: center;
}
.text-area--container .text-area .button i, .text-area--container .text-area .hero .hero--inner .hero--links a i, .hero .hero--inner .hero--links .text-area--container .text-area a i {
  font-size: 2rem;
  margin-right: 1rem;
}

.text-banner {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 46.25em) {
  .text-banner {
    padding-left: 24px;
  }
}

@media (min-width: 46.25em) {
  .three-columns {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.three-columns .three-columns--icon-container {
  text-align: center;
}
.three-columns h1, .three-columns h2, .three-columns h3, .three-columns h4, .three-columns h5, .three-columns h6 {
  text-align: center;
  margin-bottom: 24px;
}
.three-columns.add-outline .jay-grid--item {
  border: 1px solid #ededed;
}
.three-columns.add-background .jay-grid--item {
  background: #ededed;
}

.banner {
  padding: 74px 0 60px;
  text-align: center;
  color: #FFF;
}
.banner .banner--inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 46.25em) {
  .banner .banner--inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 90em) {
  .banner .banner--inner {
    max-width: 1440px;
  }
}
.banner .banner--inner .subheader, .banner .banner--inner .hero .hero--inner .hero--text p, .hero .hero--inner .hero--text .banner .banner--inner p, .banner .banner--inner .section-header p, .section-header .banner .banner--inner p, .banner .banner--inner .single-ways_to_help_cpt .article .article--body p:first-of-type, .single-ways_to_help_cpt .article .article--body .banner .banner--inner p:first-of-type {
  margin-bottom: 20px;
}
.banner .banner--inner .large-text, .banner .banner--inner .page-template-text-page .text-page--content h2, .page-template-text-page .text-page--content .banner .banner--inner h2,
.banner .banner--inner .page-template-text-page .text-page--content h3,
.page-template-text-page .text-page--content .banner .banner--inner h3,
.banner .banner--inner .page-template-text-page .text-page--content h4,
.page-template-text-page .text-page--content .banner .banner--inner h4,
.banner .banner--inner .page-template-text-page .text-page--content h5,
.page-template-text-page .text-page--content .banner .banner--inner h5,
.banner .banner--inner .page-template-text-page .text-page--content h6,
.page-template-text-page .text-page--content .banner .banner--inner h6, .banner .banner--inner .cta-block .page-template-text-page .text-page--content h2 p, .cta-block .page-template-text-page .text-page--content h2 .banner .banner--inner p, .banner .banner--inner .page-template-text-page .text-page--content .cta-block h2 p, .page-template-text-page .text-page--content .cta-block h2 .banner .banner--inner p,
.banner .banner--inner .cta-block .page-template-text-page .text-page--content h3 p,
.cta-block .page-template-text-page .text-page--content h3 .banner .banner--inner p,
.banner .banner--inner .page-template-text-page .text-page--content .cta-block h3 p,
.page-template-text-page .text-page--content .cta-block h3 .banner .banner--inner p,
.banner .banner--inner .cta-block .page-template-text-page .text-page--content h4 p,
.cta-block .page-template-text-page .text-page--content h4 .banner .banner--inner p,
.banner .banner--inner .page-template-text-page .text-page--content .cta-block h4 p,
.page-template-text-page .text-page--content .cta-block h4 .banner .banner--inner p,
.banner .banner--inner .cta-block .page-template-text-page .text-page--content h5 p,
.cta-block .page-template-text-page .text-page--content h5 .banner .banner--inner p,
.banner .banner--inner .page-template-text-page .text-page--content .cta-block h5 p,
.page-template-text-page .text-page--content .cta-block h5 .banner .banner--inner p,
.banner .banner--inner .cta-block .page-template-text-page .text-page--content h6 p,
.cta-block .page-template-text-page .text-page--content h6 .banner .banner--inner p,
.banner .banner--inner .page-template-text-page .text-page--content .cta-block h6 p,
.page-template-text-page .text-page--content .cta-block h6 .banner .banner--inner p, .banner .banner--inner .page-template-text-page .text-page--content p:first-of-type, .page-template-text-page .text-page--content .banner .banner--inner p:first-of-type, .banner .banner--inner .cta-block .page-template-text-page .text-page--content p:first-of-type p, .cta-block .page-template-text-page .text-page--content p:first-of-type .banner .banner--inner p, .banner .banner--inner .page-template-text-page .text-page--content .cta-block p:first-of-type p, .page-template-text-page .text-page--content .cta-block p:first-of-type .banner .banner--inner p, .banner .banner--inner .cta-block .large-text p, .page-template-text-page .text-page--content .banner .banner--inner .cta-block h2 p,
.page-template-text-page .text-page--content .banner .banner--inner .cta-block h3 p,
.page-template-text-page .text-page--content .banner .banner--inner .cta-block h4 p,
.page-template-text-page .text-page--content .banner .banner--inner .cta-block h5 p,
.page-template-text-page .text-page--content .banner .banner--inner .cta-block h6 p, .page-template-text-page .text-page--content .banner .banner--inner .cta-block p:first-of-type p, .cta-block .large-text .banner .banner--inner p, .banner .banner--inner .cta-block .article .article--body h1 p, .cta-block .article .article--body h1 .banner .banner--inner p, .banner .banner--inner .article .article--body .cta-block h1 p, .article .article--body .cta-block h1 .banner .banner--inner p,
.banner .banner--inner .cta-block .article .article--body h2 p,
.cta-block .article .article--body h2 .banner .banner--inner p,
.banner .banner--inner .article .article--body .cta-block h2 p,
.article .article--body .cta-block h2 .banner .banner--inner p, .banner .banner--inner .article .article--body h1, .article .article--body .banner .banner--inner h1,
.banner .banner--inner .article .article--body h2,
.article .article--body .banner .banner--inner h2 {
  margin-bottom: 40px;
}
.banner .banner--inner ul li a {
  color: #FFF;
}

.text-banner {
  padding-top: 59px;
  padding-bottom: 67px;
}
.text-banner p {
  font-size: 18px;
  line-height: 26px;
}
.text-banner p:last-of-type {
  margin-bottom: 0;
}

.hero {
  text-align: center;
  padding: 57px 0 66px 0;
  text-align: center;
  position: relative;
}
@media (min-width: 67.5em) {
  .hero {
    padding: 57px 0 120px 0;
  }
}
.hero .hero--image {
  z-index: 1;
  bottom: 0;
  display: none;
}
@media (min-width: 46.25em) {
  .hero .hero--image {
    display: block;
    max-width: 30%;
    max-height: 100%;
  }
}
@media (min-width: 67.5em) {
  .hero .hero--image {
    max-width: 40%;
    max-height: 100%;
  }
}
@media (min-width: 93.75em) {
  .hero .hero--image {
    max-height: none;
    max-height: 600px;
  }
}
.hero .hero--image.hero--image__left {
  position: absolute;
  left: 0;
}
@media (min-width: 46.25em) {
  .hero .hero--image.hero--image__left {
    transform: translate(0, -45%);
  }
}
@media (min-width: 67.5em) {
  .hero .hero--image.hero--image__left {
    transform: translate(0, 45%);
    bottom: -50%;
  }
}
.hero .hero--image.hero--image__right {
  position: absolute;
  right: 0;
}
.hero .hero--inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 46.25em) {
  .hero .hero--inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 90em) {
  .hero .hero--inner {
    max-width: 1440px;
  }
}
.hero .hero--inner .hero--text {
  list-style: none;
  direction: ltr;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  margin-left: -12px;
  padding-right: 0;
  padding-left: 0;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: inline-block;
  padding-top: 40px;
}
@media (min-width: 46.25em) {
  .hero .hero--inner .hero--text {
    margin-left: -24px;
  }
}
@media (min-width: 67.5em) {
  .hero .hero--inner .hero--text {
    max-width: 750px;
    padding-top: 0;
  }
}
.hero .hero--inner .hero--text h1,
.hero .hero--inner .hero--text h2,
.hero .hero--inner .hero--text h3,
.hero .hero--inner .hero--text h4,
.hero .hero--inner .hero--text h5,
.hero .hero--inner .hero--text h6 {
  margin-top: 0;
  margin-bottom: 32px;
}
@media (min-width: 67.5em) {
  .hero .hero--inner .hero--text h1,
.hero .hero--inner .hero--text h2,
.hero .hero--inner .hero--text h3,
.hero .hero--inner .hero--text h4,
.hero .hero--inner .hero--text h5,
.hero .hero--inner .hero--text h6 {
    margin-bottom: 30px;
  }
}
.hero .hero--inner .hero--text p {
  margin-bottom: 0;
}
.hero .hero--inner .hero--text__small p {
  font-size: 18px;
  line-height: 26px;
}
.hero .hero--inner .hero--links {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 67.5em) {
  .hero .hero--inner .hero--links {
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
  }
}
.hero .hero--inner .hero--links a {
  background: #CE5E1A;
  margin-right: 5px;
}
@media (min-width: 67.5em) {
  .hero .hero--inner .hero--links a {
    margin-right: 24px;
    min-width: 120px;
  }
}
.hero .hero--inner .hero--links a:last-of-type {
  margin-right: 0;
}
.hero--left {
  text-align: left;
}
.hero--left .hero--inner {
  text-align: left;
}
.hero--left .hero--inner .hero--text {
  text-align: left;
}

.hero--single {
  position: relative;
  margin-bottom: 60px;
  background: #ededed;
  overflow: hidden;
}
@media (min-width: 67.5em) {
  .hero--single {
    margin-bottom: 50px;
  }
}
.hero--single img {
  width: 100%;
  object-fit: cover;
  max-height: 140px;
  min-height: 140px;
}
@media (min-width: 67.5em) {
  .hero--single img {
    max-height: 340px;
    min-height: 340px;
  }
}
.hero--single .hero--single__mask {
  position: absolute;
  top: -25%;
  height: 150%;
  width: 50%;
}
.hero--single .hero--single__mask svg {
  width: 100%;
  height: 100%;
}
.hero--single .hero--overlay__container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.hero--single .hero--overlay__container .hero--overlay {
  padding-left: 8.3333%;
  padding-right: 8.3333%;
}
.hero--single .hero--overlay__container .hero--overlay .subheader--smallest,
.hero--single .hero--overlay__container .hero--overlay .header,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h1,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h1,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h2,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h2,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h3,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h3,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h4,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h4,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h5,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h5,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h6,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h6,
.hero--single .hero--overlay__container .hero--overlay p {
  color: #FFF;
}
.hero--single .hero--overlay__container .hero--overlay .subheader--smallest {
  margin-bottom: 10px;
}
.hero--single .hero--overlay__container .hero--overlay .header, .hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h1, .hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h1,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h2,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h2,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h3,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h3,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h4,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h4,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h5,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h5,
.hero--single .hero--overlay__container .hero--overlay .hero .hero--inner .hero--text h6,
.hero .hero--inner .hero--text .hero--single .hero--overlay__container .hero--overlay h6 {
  margin-bottom: 10px;
}

.cta--section {
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 67.5em) {
  .cta--section {
    flex-direction: row;
  }
}
@media (min-width: 46.25em) {
  .cta--section {
    padding-left: 24px;
  }
}
.cta--section .cta {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 80vh;
  margin-bottom: 60px;
}
@media (min-width: 67.5em) {
  .cta--section .cta {
    width: 48%;
    height: auto;
  }
}
.cta--section .cta .cta--inner {
  height: 100%;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
  text-align: center;
}
.cta--section .cta .cta--inner .cta--text__container {
  position: relative;
  height: 100%;
  width: 100%;
}
.cta--section .cta .cta--inner .cta--text__container .cta--text {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 93.75em) {
  .cta--section .cta .cta--inner .cta--text__container .cta--text {
    padding: 70px;
    justify-content: flex-end;
  }
}
.cta--section .cta .cta--inner .cta--text__container .cta--text p {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (min-width: 67.5em) {
  .cta--section .cta .cta--inner .cta--text__container .cta--text p {
    font-size: 24px;
  }
}
.cta--section .cta .cta--transparent {
  height: 100%;
  border: 3px solid #E9E6E1;
}
.cta--section .cta .cta--transparent .cta--inner {
  justify-content: flex-end;
}
@media (min-width: 67.5em) {
  .cta--section .cta .cta--transparent .cta--inner .cta--image {
    position: absolute;
    top: -61%;
    max-height: 21vw;
  }
}
.cta--section .cta .cta--transparent .cta--inner .cta--text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.cta--section .cta .cta--transparent .cta--inner .cta--text .header, .cta--section .cta .cta--transparent .cta--inner .cta--text .hero .hero--inner .hero--text h1, .hero .hero--inner .hero--text .cta--section .cta .cta--transparent .cta--inner .cta--text h1,
.cta--section .cta .cta--transparent .cta--inner .cta--text .hero .hero--inner .hero--text h2,
.hero .hero--inner .hero--text .cta--section .cta .cta--transparent .cta--inner .cta--text h2,
.cta--section .cta .cta--transparent .cta--inner .cta--text .hero .hero--inner .hero--text h3,
.hero .hero--inner .hero--text .cta--section .cta .cta--transparent .cta--inner .cta--text h3,
.cta--section .cta .cta--transparent .cta--inner .cta--text .hero .hero--inner .hero--text h4,
.hero .hero--inner .hero--text .cta--section .cta .cta--transparent .cta--inner .cta--text h4,
.cta--section .cta .cta--transparent .cta--inner .cta--text .hero .hero--inner .hero--text h5,
.hero .hero--inner .hero--text .cta--section .cta .cta--transparent .cta--inner .cta--text h5,
.cta--section .cta .cta--transparent .cta--inner .cta--text .hero .hero--inner .hero--text h6,
.hero .hero--inner .hero--text .cta--section .cta .cta--transparent .cta--inner .cta--text h6 {
  margin-bottom: 0;
}
.cta--section .cta .cta--background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cta--section .cta .cta--background:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 79.3939393939%;
}
.cta--section .cta .cta--background .cta--inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cta--section .cta .cta--background .cta--inner .cta--text__container:before {
  content: "";
  display: block;
  background: #803A14;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cta--section .cta .cta--background .cta--inner .cta--text__container .button, .cta--section .cta .cta--background .cta--inner .cta--text__container .hero .hero--inner .hero--links a, .hero .hero--inner .hero--links .cta--section .cta .cta--background .cta--inner .cta--text__container a {
  color: #803A14;
}
.cta--section .cta .button, .cta--section .cta .hero .hero--inner .hero--links a, .hero .hero--inner .hero--links .cta--section .cta a {
  margin-top: 32px;
}
@media (min-width: 67.5em) {
  .cta--section .cta .button, .cta--section .cta .hero .hero--inner .hero--links a, .hero .hero--inner .hero--links .cta--section .cta a {
    margin-top: 54px;
  }
}

.steps--container {
  padding-bottom: 0;
  padding-top: 40px;
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .steps--container {
    padding-left: 24px;
  }
}
.steps--container section {
  padding-bottom: 0;
}
.steps--container .container--inner {
  flex-direction: column !important;
}
.steps--container .steps {
  margin: 0 auto;
}
@media (min-width: 67.5em) {
  .steps--container .steps {
    width: 600px;
  }
}
.steps--container .steps .step--item__arrow-desktop {
  display: none;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item__arrow-desktop {
    display: block;
  }
}
.steps--container .steps .step--item__arrow-mobile {
  margin: 24px auto;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item__arrow-mobile {
    display: none;
  }
}
.steps--container .steps .step--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item:first-of-type {
    align-items: flex-start;
  }
}
.steps--container .steps .step--item:first-of-type .step--item__icon {
  margin-bottom: 32px;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item:first-of-type .step--item__icon {
    margin-bottom: 0;
  }
}
.steps--container .steps .step--item .step-item--image {
  right: 0;
  left: 100%;
  transform: translate(-49%, -18%);
  z-index: 0;
  display: none;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item .step-item--image {
    display: block;
  }
}
.steps--container .steps .step--item .step--item__icon {
  z-index: 1;
}
.steps--container .steps .step--item .step-item--text {
  z-index: 1;
}
.steps--container .steps .step--item .step-item--text .subheader--small, .steps--container .steps .step--item .step-item--text h3 {
  margin-bottom: 6px;
  margin-top: 0;
}
.steps--container .steps .step--item .step-item--text h3 {
  margin-bottom: 6px;
  margin-top: 0;
}
.steps--container .steps .step--item .step-item--text p {
  font-size: 18px;
  line-height: 26px;
}
.steps--container .steps .step--item .step-item--text p:last-of-type {
  margin-bottom: 0;
}
.steps--container .steps .step--item:first-of-type {
  flex-direction: column;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item:first-of-type {
    flex-direction: row-reverse;
    margin-left: -19px;
  }
}
.steps--container .steps .step--item:first-of-type .step-item--text {
  text-align: center;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item:first-of-type .step-item--text {
    text-align: right;
  }
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item:first-of-type .step--item__icon {
    margin-left: 19px;
  }
}
.steps--container .steps .step--item.step--item__two {
  margin-top: 2%;
  position: relative;
  align-items: flex-start;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item.step--item__two {
    margin-left: 6%;
  }
}
@media (min-width: 93.75em) {
  .steps--container .steps .step--item.step--item__two {
    margin-left: 3%;
  }
}
.steps--container .steps .step--item.step--item__two svg.arrow {
  display: none;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item.step--item__two svg.arrow {
    display: block;
    position: absolute;
    left: 29%;
    top: 10%;
  }
}
.steps--container .steps .step--item.step--item__two .step--item__two-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps--container .steps .step--item.step--item__two .step--item__icon {
  margin-bottom: 32px;
}
.steps--container .steps .step--item .step--item__three {
  justify-content: center;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item .step--item__three {
    margin: 0 0 0 auto;
    margin-top: -8%;
    margin-right: -11.5%;
  }
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item__icon,
.steps--container .steps .step-item--text {
    max-width: 210px;
  }
}
.steps--container .steps .step--item__icon {
  width: 110px;
  height: 110px;
  background: #E9E6E1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps--container .steps .step--item__arrow {
  text-align: center;
}
@media (min-width: 67.5em) {
  .steps--container .steps .step--item__arrow {
    margin-right: 80px;
  }
}
.steps--container .steps--banner .steps--banner__background {
  height: 405px;
  padding: 12px;
  padding-top: 80px;
  margin-top: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 67.5em) {
  .steps--container .steps--banner .steps--banner__background {
    height: 710px;
  }
}
.steps--container .steps--banner .steps--banner__text {
  max-width: 568px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.steps--container .steps--banner .steps--banner__text .subheader, .steps--container .steps--banner .steps--banner__text .section-header p, .section-header .steps--container .steps--banner .steps--banner__text p, .steps--container .steps--banner .steps--banner__text .single-ways_to_help_cpt .article .article--body p:first-of-type, .single-ways_to_help_cpt .article .article--body .steps--container .steps--banner .steps--banner__text p:first-of-type, .steps--container .steps--banner .steps--banner__text .hero .hero--inner .hero--text p, .hero .hero--inner .hero--text .steps--container .steps--banner .steps--banner__text p {
  font-weight: 600;
  margin-bottom: 0;
}
.steps--container .steps--banner .steps--banner__text .button, .steps--container .steps--banner .steps--banner__text .hero .hero--inner .hero--links a, .hero .hero--inner .hero--links .steps--container .steps--banner .steps--banner__text a {
  margin-top: 48px;
}

.join--banner__background {
  height: 900px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: -115px;
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 46.25em) {
  .join--banner__background {
    padding-left: 24px;
  }
}
.join--banner__background .join--banner__background-text {
  max-width: 880px;
  background: rgba(255, 255, 255, 0.6);
  border: 3px solid #E9E6E1;
  padding: 20px;
  padding-top: 100px;
  padding-bottom: 97px;
  width: 100%;
  text-align: center;
}
.join--banner__background .join--banner__background-text .subheader, .join--banner__background .join--banner__background-text .section-header p, .section-header .join--banner__background .join--banner__background-text p, .join--banner__background .join--banner__background-text .single-ways_to_help_cpt .article .article--body p:first-of-type, .single-ways_to_help_cpt .article .article--body .join--banner__background .join--banner__background-text p:first-of-type, .join--banner__background .join--banner__background-text .hero .hero--inner .hero--text p, .hero .hero--inner .hero--text .join--banner__background .join--banner__background-text p {
  max-width: 620px;
  font-weight: 600;
  margin: 0;
}

.support--block .circle {
  margin-top: 40px;
}
@media (min-width: 67.5em) {
  .support--block .circle {
    margin-top: 0;
    top: -70px;
  }
}
.support--block .join-banner--image {
  border-radius: 100%;
  margin-bottom: 144px;
  max-width: 80vw;
  margin-top: 25%;
}
@media (min-width: 67.5em) {
  .support--block .join-banner--image {
    max-width: 100%;
    margin-top: 0;
  }
}

.banner--background__wrapper {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .banner--background__wrapper {
    padding-left: 24px;
  }
}
.banner--background__wrapper .banner--background {
  position: relative;
  padding-bottom: 70px;
  padding-top: 126px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.banner--background__wrapper .banner--background:before {
  mix-blend-mode: multiply;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #803A14;
  bottom: 0;
  z-index: 0;
}
.banner--background__wrapper .banner--background .banner--background__inner .banner--background__text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.banner--background__wrapper .banner--background .banner--background__inner .banner--background__text p {
  position: relative;
  margin-bottom: 0;
}

.join-banner {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  align-items: end;
  padding-top: 0;
}
@media (min-width: 46.25em) {
  .join-banner {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  .join-banner {
    padding-top: 100px;
    margin-bottom: 75px;
    display: flex;
    align-items: center;
  }
}
.join-banner .join-banner--text {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 67.5em) {
  .join-banner .join-banner--text {
    width: 550px;
  }
}
.join-banner .join-banner--text .header, .join-banner .join-banner--text .hero .hero--inner .hero--text h1, .hero .hero--inner .hero--text .join-banner .join-banner--text h1,
.join-banner .join-banner--text .hero .hero--inner .hero--text h2,
.hero .hero--inner .hero--text .join-banner .join-banner--text h2,
.join-banner .join-banner--text .hero .hero--inner .hero--text h3,
.hero .hero--inner .hero--text .join-banner .join-banner--text h3,
.join-banner .join-banner--text .hero .hero--inner .hero--text h4,
.hero .hero--inner .hero--text .join-banner .join-banner--text h4,
.join-banner .join-banner--text .hero .hero--inner .hero--text h5,
.hero .hero--inner .hero--text .join-banner .join-banner--text h5,
.join-banner .join-banner--text .hero .hero--inner .hero--text h6,
.hero .hero--inner .hero--text .join-banner .join-banner--text h6 {
  margin-bottom: 0;
}
.join-banner .join-banner--text .button, .join-banner .join-banner--text .hero .hero--inner .hero--links a, .hero .hero--inner .hero--links .join-banner .join-banner--text a {
  margin-top: 48px;
}
.join-banner .join-banner--image {
  left: 0;
  z-index: -1;
}
@media (min-width: 67.5em) {
  .join-banner .join-banner--image {
    position: absolute;
    top: -60%;
    left: -2%;
  }
}

.feature {
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 67.5em) {
  .feature {
    margin-bottom: 48px;
  }
}
.feature:last-of-type {
  margin-bottom: 48px;
}
.feature:nth-of-type(even) {
  flex-direction: row-reverse;
}
.feature .feature--img,
.feature .feature--text {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .feature .feature--img,
.feature .feature--text {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  .feature .feature--img,
.feature .feature--text {
    width: 50%;
  }
}
.feature .feature--text .feature--text__inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (min-width: 67.5em) {
  .feature .feature--text .feature--text__inner {
    max-width: 320px;
    margin-top: 0;
  }
}
@media (min-width: 67.5em) {
  .feature .feature--text .feature--text__inner.full-width {
    max-width: 100%;
  }
}
.feature .feature--text .feature--text__inner h1,
.feature .feature--text .feature--text__inner h2,
.feature .feature--text .feature--text__inner h3,
.feature .feature--text .feature--text__inner h4,
.feature .feature--text .feature--text__inner h5,
.feature .feature--text .feature--text__inner h6 {
  font-size: 30px;
}
.feature .feature--text .feature--text__inner p {
  font-size: 18px;
  line-height: 26px;
}
.feature:last-of-type .feature--text .feature--text__inner {
  max-width: 100%;
}
.feature.feature--wide {
  display: flex;
  flex-direction: row;
}
@media (min-width: 67.5em) {
  .feature.feature--wide {
    margin-bottom: 160px;
  }
}
.feature.feature--wide .feature--text .feature--text__inner {
  max-width: 100%;
}
.feature.feature--wide .feature--text .feature--text__inner p {
  margin-top: 30px;
}
@media (min-width: 67.5em) {
  .feature.feature--wide .feature--text .feature--text__inner p {
    margin-top: 0;
    font-size: 25px;
    line-height: 33px;
  }
}
@media (min-width: 93.75em) {
  .feature.feature--wide .feature--text .feature--text__inner p {
    font-size: 30px;
    line-height: 36px;
  }
}

.cta-block {
  padding-top: 124px;
  padding-bottom: 124px;
}
@media (min-width: 67.5em) {
  .cta-block {
    padding-bottom: 82px;
  }
}
.cta-block .large-text, .cta-block .page-template-text-page .text-page--content h2, .page-template-text-page .text-page--content .cta-block h2,
.cta-block .page-template-text-page .text-page--content h3,
.page-template-text-page .text-page--content .cta-block h3,
.cta-block .page-template-text-page .text-page--content h4,
.page-template-text-page .text-page--content .cta-block h4,
.cta-block .page-template-text-page .text-page--content h5,
.page-template-text-page .text-page--content .cta-block h5,
.cta-block .page-template-text-page .text-page--content h6,
.page-template-text-page .text-page--content .cta-block h6, .cta-block .page-template-text-page .text-page--content h2 p, .page-template-text-page .text-page--content .cta-block h2 p,
.cta-block .page-template-text-page .text-page--content h3 p,
.page-template-text-page .text-page--content .cta-block h3 p,
.cta-block .page-template-text-page .text-page--content h4 p,
.page-template-text-page .text-page--content .cta-block h4 p,
.cta-block .page-template-text-page .text-page--content h5 p,
.page-template-text-page .text-page--content .cta-block h5 p,
.cta-block .page-template-text-page .text-page--content h6 p,
.page-template-text-page .text-page--content .cta-block h6 p, .cta-block .page-template-text-page .text-page--content p:first-of-type, .page-template-text-page .text-page--content .cta-block p:first-of-type, .cta-block .page-template-text-page .text-page--content p:first-of-type p, .page-template-text-page .text-page--content .cta-block p:first-of-type p, .cta-block .large-text p, .cta-block .article .article--body h1 p, .article .article--body .cta-block h1 p,
.cta-block .article .article--body h2 p,
.article .article--body .cta-block h2 p, .cta-block .article .article--body h1, .article .article--body .cta-block h1,
.cta-block .article .article--body h2,
.article .article--body .cta-block h2 {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 46.25em) {
  .cta-block .large-text, .cta-block .page-template-text-page .text-page--content h2, .page-template-text-page .text-page--content .cta-block h2,
.cta-block .page-template-text-page .text-page--content h3,
.page-template-text-page .text-page--content .cta-block h3,
.cta-block .page-template-text-page .text-page--content h4,
.page-template-text-page .text-page--content .cta-block h4,
.cta-block .page-template-text-page .text-page--content h5,
.page-template-text-page .text-page--content .cta-block h5,
.cta-block .page-template-text-page .text-page--content h6,
.page-template-text-page .text-page--content .cta-block h6, .cta-block .page-template-text-page .text-page--content h2 p, .page-template-text-page .text-page--content .cta-block h2 p,
.cta-block .page-template-text-page .text-page--content h3 p,
.page-template-text-page .text-page--content .cta-block h3 p,
.cta-block .page-template-text-page .text-page--content h4 p,
.page-template-text-page .text-page--content .cta-block h4 p,
.cta-block .page-template-text-page .text-page--content h5 p,
.page-template-text-page .text-page--content .cta-block h5 p,
.cta-block .page-template-text-page .text-page--content h6 p,
.page-template-text-page .text-page--content .cta-block h6 p, .cta-block .page-template-text-page .text-page--content p:first-of-type, .page-template-text-page .text-page--content .cta-block p:first-of-type, .cta-block .page-template-text-page .text-page--content p:first-of-type p, .page-template-text-page .text-page--content .cta-block p:first-of-type p, .cta-block .large-text p, .cta-block .article .article--body h1 p, .article .article--body .cta-block h1 p,
.cta-block .article .article--body h2 p,
.article .article--body .cta-block h2 p, .cta-block .article .article--body h1, .article .article--body .cta-block h1,
.cta-block .article .article--body h2,
.article .article--body .cta-block h2 {
    padding-left: 24px;
  }
}
.cta-block a {
  color: #ffffff;
}
.cta-block .steps--container {
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 67.5em) {
  .cta-block .steps--container {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.cta-block .steps--container .steps {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 67.5em) {
  .cta-block .steps--container .steps {
    align-items: flex-start;
    flex-direction: row;
  }
}
.cta-block .steps--container .steps .step--item__icon {
  background: #FFF;
}
.cta-block .steps--container .steps .step--item__icon svg path {
  fill: #CE5E1A;
}
.cta-block .steps--container .steps .step--item:first-of-type {
  flex-direction: column;
}
.cta-block .steps--container .steps .step--item:first-of-type .step-item--text {
  text-align: center;
}
.cta-block .steps--container .steps .step--item:first-of-type .step--item__icon {
  margin-left: 0;
}
.cta-block .steps--container .steps .step--item {
  text-align: center;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 67.5em) {
  .cta-block .steps--container .steps .step--item {
    margin-bottom: 0;
  }
}
.cta-block .steps--container .steps .step--item.step--item__two {
  margin-top: 0;
}
.cta-block .steps--container .steps .step--item .step--item__icon {
  margin-bottom: 32px;
}
.cta-block .steps--container .container--inner {
  flex-direction: row !important;
}
.cta-block .steps--container__cta {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 46.25em) {
  .cta-block .steps--container__cta {
    padding-left: 24px;
  }
}

.entry-content .sidebar {
  margin-bottom: 64px;
}
@media (min-width: 67.5em) {
  .entry-content .sidebar {
    margin-top: 55px;
    margin-bottom: 0;
  }
}
.entry-content .sidebar ul {
  list-style-type: none;
  margin-left: 0;
}
.entry-content .sidebar ul li {
  margin-bottom: 0;
}

.slick-slider {
  z-index: 1;
}
.slick-slider .slick-dots {
  bottom: -60px;
  margin-left: 0;
}
.slick-slider .slick-dots li button:before {
  opacity: 0.3;
}
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: -35px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: none;
}
.slick-slider .slick-arrow.slick-disabled {
  display: none !important;
  pointer-events: none;
}
.slick-slider .slick-arrow.slide-arrow--next {
  right: 0;
}
.slick-slider .slick-arrow.slide-arrow--prev {
  right: 30px;
}
.slick-slider .slick-arrow img {
  width: 24px;
  height: 24px;
}
.slick-slider.card-slider--olive .slick-dots li button:before {
  color: #3F4E00;
}
.slick-slider.card-slider--olive .slick-dots li.slick-active button:before {
  color: #3F4E00;
}
.slick-slider.card-slider--terracotta .slick-dots li button:before {
  color: #803A14;
}
.slick-slider.card-slider--terracotta .slick-dots li.slick-active button:before {
  color: #803A14;
}

.mfp-container {
  background: rgba(63, 78, 0, 0.8);
  cursor: pointer;
  position: fixed;
}
.mfp-container .mfp-content {
  cursor: pointer;
  height: auto;
  max-height: 640px;
  overflow-y: scroll;
  overflow-x: visible;
}
.mfp-container .zoom-anim-dialog {
  width: 90%;
  max-width: 1114px;
  background: #FFF;
  padding: 1rem 1rem;
  margin: 0 auto;
  cursor: auto;
}
@media (min-width: 67.5em) {
  .mfp-container .zoom-anim-dialog {
    padding: 4rem 5rem;
  }
}
.mfp-container .zoom-anim-dialog h1,
.mfp-container .zoom-anim-dialog h2,
.mfp-container .zoom-anim-dialog h3,
.mfp-container .zoom-anim-dialog h4,
.mfp-container .zoom-anim-dialog h5,
.mfp-container .zoom-anim-dialog h6 {
  color: #3F4E00;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.mfp-container .zoom-anim-dialog .mfp-close {
  right: -40px;
  top: -15px;
  color: #FFF !important;
}

/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -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;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -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;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.gallery {
  margin-bottom: 4rem;
  column-count: 3;
  --webkit-column-count: 3;
  --moz-column-count: 3;
  gap: 1rem;
}

.gallery--item {
  margin-bottom: 1rem;
}

.gallery--item img {
  height: auto;
  width: 100%;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
  .gallery {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}
@media screen and (max-width: 500px) {
  .gallery {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
}
@media screen and (max-width: 400px) {
  .gallery {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
}
.cd-main-header h1 {
  color: inherit;
}

.cd-timeline {
  overflow: hidden;
}
.cd-timeline h2 {
  font-weight: 700;
}

.cd-timeline__container {
  position: relative;
  margin-bottom: 6rem;
}
.cd-timeline__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #ddd;
}
@media (min-width: 67.5em) {
  .cd-timeline__container::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.cd-timeline__block {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
}
.cd-timeline__block:last-child {
  margin-bottom: 0;
}
@media (min-width: 67.5em) {
  .cd-timeline__block:nth-child(even) {
    flex-direction: row-reverse;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__block--background {
    flex-direction: row-reverse;
  }
}
.cd-timeline__block .cd-timeline__block--background {
  display: flex;
  width: 100%;
  height: 75vh;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 2rem;
}
.cd-timeline__block .cd-timeline__block--background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #ddd;
  left: 50%;
  transform: translateX(-50%);
}
.cd-timeline__block .cd-timeline__block--background .cd-timeline__content {
  background-color: rgba(63, 78, 0, 0.8);
  color: #FFF;
}
.cd-timeline__block.round-side-image .side-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  width: 30vw;
}
.cd-timeline__block .side-image--container {
  position: absolute;
  right: 0;
  height: 100%;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cd-timeline__block:nth-child(even) .side-image--container {
  left: 0;
}

.cd-timeline__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3F4E00;
  box-shadow: 5px 5px 22px -14px rgba(0, 0, 0, 0.75);
}
.cd-timeline__img img {
  width: 24px;
  height: 24px;
}
@media (min-width: 67.5em) {
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    order: 1;
    margin-left: calc(5% - 30px);
    will-change: transform;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__img {
    margin-right: calc(5% - 30px);
  }
}

.cd-timeline__content {
  flex-grow: 1;
  position: relative;
  margin-left: var(--space-md);
  background: rgba(237, 237, 237, 0.8);
  border-radius: 5px;
  padding: 2rem;
  box-shadow: 5px 5px 22px -14px rgba(0, 0, 0, 0.75);
}
.cd-timeline__content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
}
.cd-timeline__content h2 {
  margin-top: 0;
}
.cd-timeline__content p:last-of-type {
  margin-bottom: 0;
}
.cd-timeline__content .button, .cd-timeline__content .hero .hero--inner .hero--links a, .hero .hero--inner .hero--links .cd-timeline__content a {
  margin-top: 2rem;
}
@media (min-width: 67.5em) {
  .cd-timeline__content {
    width: 45%;
    flex-grow: 0;
    will-change: transform;
    margin: 0;
  }
  .cd-timeline__content::before {
    top: 24px;
  }
  .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
    right: auto;
    left: 100%;
  }
}

.cd-timeline__date {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
  letter-spacing: 1px;
}
@media (min-width: 67.5em) {
  .cd-timeline__date {
    left: 120%;
    top: 20px;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 120%;
    text-align: right;
  }
}

@media (min-width: 67.5em) {
  .cd-timeline__img--hidden,
.cd-timeline__content--hidden {
    visibility: hidden;
  }
  .cd-timeline__img--bounce-in {
    animation: cd-bounce-1 0.6s;
  }
  .cd-timeline__content--bounce-in {
    animation: cd-bounce-2 0.6s;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
    animation-name: cd-bounce-2-inverse;
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
.home .page-header {
  display: none;
}

.homepage-content {
  padding-bottom: 8rem;
}
.homepage-content.homepage-content--blog .jay-grid .jay-grid--item {
  margin: 1rem 0;
}
@media (min-width: 67.5em) {
  .homepage-content.homepage-content--blog .jay-grid .jay-grid--item {
    margin: 0;
  }
}
.homepage-content.homepage-content--blog .jay-grid .jay-grid--item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.homepage-content.homepage-content--blog .jay-grid .jay-grid--item a:hover {
  text-decoration: underline;
}
.homepage-content.homepage-content--blog .jay-grid .jay-grid--item a .jay-grid--item-text, .homepage-content.homepage-content--blog .jay-grid .jay-grid--item a .jay-grid--item-text p {
  margin-top: 0;
}
.homepage-content.homepage-content--blog .jay-grid .jay-grid--item a .jay-grid--item-text p {
  margin-bottom: 0;
}
.homepage-content .twitter-feed {
  padding: 2rem;
}

.landing-page-wrapper {
  border: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.raygun-blaster-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60.625rem;
  max-height: 51.75rem;
  height: 100vh;
  width: 100vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.raygun-blaster-animation svg {
  max-width: 700px;
  width: 90vh;
  padding: 10px 20px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .raygun-blaster-animation svg {
    padding: 0;
  }
}
.raygun-blaster-animation svg #bg {
  display: none;
}

.page-template-text-page h1.header, .page-template-text-page .hero .hero--inner .hero--text h1, .hero .hero--inner .hero--text .page-template-text-page h1 {
  margin-bottom: 32px;
}
.page-template-text-page .container .container--inner .half-width--container {
  flex-direction: column;
}
@media (min-width: 67.5em) {
  .page-template-text-page .container .container--inner .half-width--container {
    flex-direction: row;
  }
}
.page-template-text-page .container .container--inner .half-width--container .half-width {
  text-align: left;
}
.page-template-text-page .half-width.article--sidebar.article--sidebar_wide {
  height: 50vh;
}
@media (min-width: 67.5em) {
  .page-template-text-page .half-width.article--sidebar.article--sidebar_wide {
    height: auto;
  }
}
.page-template-text-page .text-page--content {
  margin-bottom: 84px;
}
@media (min-width: 67.5em) {
  .page-template-text-page .text-page--content {
    margin-bottom: 52px;
  }
}
.page-template-text-page .text-page--content p {
  color: #000;
}
.page-template-text-page .text-page--content h2,
.page-template-text-page .text-page--content h3,
.page-template-text-page .text-page--content h4,
.page-template-text-page .text-page--content h5,
.page-template-text-page .text-page--content h6 {
  color: inherit;
}
.page-template-text-page .text-page--images {
  display: flex;
  bottom: 0;
  overflow: hidden;
}
@media (min-width: 67.5em) {
  .page-template-text-page .text-page--images {
    position: absolute;
  }
}
@media (min-width: 67.5em) {
  .page-template-text-page .text-page--images .text-page--images__one {
    max-width: 55%;
  }
}
.page-template-text-page .text-page--images .text-page--images__one img {
  object-fit: cover;
  height: 100%;
}
.page-template-text-page .text-page--images .text-page--images__two {
  max-width: 40%;
}
@media (min-width: 67.5em) {
  .page-template-text-page .text-page--images .text-page--images__two {
    max-width: auto;
  }
}
.page-template-text-page .sidebar-article .text-page--content {
  margin-bottom: 0;
}
.page-template-text-page .circle--multiply {
  mix-blend-mode: multiply;
  content: "";
  z-index: 1;
  width: 200px;
  height: 200px;
  right: 40%;
  transform: translate(50%, 0);
}
@media (min-width: 67.5em) {
  .page-template-text-page .circle--multiply {
    width: 416px;
    height: 416px;
    right: -18%;
  }
}
.page-template-text-page figure {
  margin-top: 50px;
}
.page-template-text-page figure .circle {
  position: relative;
  left: 0;
}
.page-template-text-page figure figcaption {
  text-align: center;
  margin-top: 84px;
}
@media (min-width: 67.5em) {
  .page-template-text-page figure figcaption {
    margin-top: 52px;
  }
}

.team-section {
  padding-top: 48px;
  width: 100%;
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 46.25em) {
  .team-section {
    padding-left: 24px;
  }
}
.team-section.mascots {
  padding: 90px 0 125px;
}
.team-section.center {
  text-align: center;
}
.team-section .flex {
  flex-direction: column-reverse;
}
@media (min-width: 67.5em) {
  .team-section .flex {
    flex-direction: row;
  }
}
.team-section .subheader--medium, .team-section .article .article--body h4, .article .article--body .team-section h4,
.team-section .article .article--body h5,
.article .article--body .team-section h5,
.team-section .article .article--body h6,
.article .article--body .team-section h6 {
  margin-top: 0;
  margin-bottom: 32px;
}
@media (min-width: 67.5em) {
  .team-section .team-intro {
    width: 75%;
  }
}
.team-section hr {
  margin-bottom: 0;
}

.team-intro--image {
  display: flex;
  flex-direction: row;
}
@media (min-width: 67.5em) {
  .team-intro--image {
    flex-direction: column;
    width: 25%;
  }
}
.team-intro--image img {
  width: 50%;
  object-fit: cover;
}
@media (min-width: 67.5em) {
  .team-intro--image img {
    width: 100%;
  }
}

@media (min-width: 67.5em) {
  .team-intro--text {
    margin-left: 68px;
    width: 58.3333333333%;
  }
}
.team-intro--text p:first-of-type {
  font-size: 24px;
}

@media (min-width: 67.5em) {
  .team-intro--text__wide {
    width: 66.6666666667%;
  }
}

@media (min-width: 67.5em) {
  .team-image--two {
    margin-top: 16px;
  }
}

.team-intro .team-intro--inner {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 67.5em) {
  .team-intro .team-intro--inner {
    flex-direction: row;
  }
}

.team-member--name {
  margin-bottom: 0;
}

.team-members {
  display: flex;
  list-style: none;
  direction: ltr;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  margin-left: -12px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 46.25em) {
  .team-members {
    margin-left: -24px;
  }
}
.team-members .team-members--item {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
@media (min-width: 46.25em) {
  .team-members .team-members--item {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  .team-members .team-members--item {
    width: 25%;
  }
}
.team-members .team-members--item.team-members--item__logo {
  justify-content: center;
}
.team-members .team-members--item a.partner-link {
  text-decoration: none;
  color: initial;
}
.team-members .team-members--item a.partner-link:hover {
  opacity: 0.8;
}
.team-members .team-members--item img {
  margin-bottom: 16px;
  transition: 0.3s;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 210px;
}
.team-members .team-members--item .logo {
  max-width: 200px;
  max-height: 75px;
  margin: 0 auto 0 0;
  margin-bottom: 32px;
  aspect-ratio: auto;
}
.team-members .team-members--item .team-members--item__meta {
  font-size: 16px;
  line-height: 16px;
}
.team-members .team-members--item .team-members--item__decription {
  font-size: 18px;
  line-height: 26px;
}
.team-members .mascot {
  width: 100%;
  display: inline-block;
  padding-left: 12px;
  text-align: left;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 46.25em) {
  .team-members .mascot {
    padding-left: 24px;
  }
}
@media (min-width: 67.5em) {
  .team-members .mascot {
    width: 33.3333333333%;
  }
}
.team-members .mascot img {
  border-radius: 100%;
}
.team-members .mascot .team-member--name {
  margin-bottom: 15px;
}

.banner.banner--team {
  background: #3F4E00;
  color: #FFF;
  position: relative;
}
.banner.banner--team .since-icon {
  display: none;
}
@media (min-width: 67.5em) {
  .banner.banner--team .since-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -61%);
  }
}
.banner.banner--team .container--inner {
  position: relative;
}
.banner.banner--team .container--inner p a {
  text-decoration: underline;
  color: #FFF;
}
@media (min-width: 67.5em) {
  .banner.banner--team .container--inner.narrow {
    width: 54.1666666667%;
  }
}
.banner.banner--team .container--inner.narrow .subheader--medium, .banner.banner--team .container--inner.narrow .article .article--body h4, .article .article--body .banner.banner--team .container--inner.narrow h4,
.banner.banner--team .container--inner.narrow .article .article--body h5,
.article .article--body .banner.banner--team .container--inner.narrow h5,
.banner.banner--team .container--inner.narrow .article .article--body h6,
.article .article--body .banner.banner--team .container--inner.narrow h6 {
  color: #FFF;
}

.lazyload-example {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
  max-width: 100%;
}