.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
}
.grayscale:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, filter;
    -moz-transition-property: opacity, filter;
    -o-transition-property: opacity, filter;
    -ms-transition-property: opacity, filter;
    transition-property: opacity, filter;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--3dx .hamburger-box {
    perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
    -webkit-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    -moz-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);
    -o-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);
    -ms-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);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
    -webkit-transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    -moz-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
    -o-transform: translate3d(0, 10px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.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, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
    perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.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, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
    perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.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, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
    perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
    transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
    transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
    transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
    transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
    transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.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) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
    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);
}
.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: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -10px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    -moz-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    -ms-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    -ms-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
}
.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    -moz-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);
    -o-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);
    -ms-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);
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.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: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 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 linear 0.22s;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 75ms;
}
.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 75ms;
}
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 75ms;
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 75ms;
}
.hamburger--emphatic {
    overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.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: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner:after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic-r {
    overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s ease-in 0.175s;
}
.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 linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.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: -80px;
    top: 80px;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
    transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
}
.hamburger--minus.is-active .hamburger-inner:before {
    top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0;
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner:after {
    top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner:after {
    top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg);
}
.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 ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
    transition: bottom 0.1s ease-in 0.25s, 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 ease-out 0.12s;
}
.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.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 ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
    transition: bottom 0.1s ease-in 0.25s, 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 ease-out 0.12s;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, 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 cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 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 cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.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: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 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 linear 0.22s;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
}
.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease 0.12s, transform 75ms 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 75ms ease, opacity 75ms ease 0.12s;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
    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:after,
.hamburger--vortex.is-active .hamburger-inner:before {
    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);
}
.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:after,
.hamburger--vortex-r .hamburger-inner:before {
    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:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
    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);
}
html {
    font-size: 62.5%;
    line-height: 1.5;
}
body,
html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    font-family: Inter, sans-serif;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
.sr-only {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
}
.gform_wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
div.popup-form {
    padding: 25px;
}
div.popup-form#announcement {
    text-align: center;
    max-width: 500px;
}
div.popup-form#announcement img {
    display: block;
    margin: 0 auto 30px;
}
form.pb-form#gform_3 ul.gform_fields li.gfield#field_3_13 div.ginput_container,
form.pb-form#gform_3 ul.gform_fields li.gfield#field_3_13 div.ginput_container input[type="text"],
form.pb-form#gform_3 ul.gform_fields li.gfield#field_3_14 div.ginput_container,
form.pb-form#gform_3 ul.gform_fields li.gfield#field_3_14 div.ginput_container input[type="text"] {
    margin-top: 0 !important;
}
form.pb-form ul.gform_fields {
    font-size: 100%;
}
form.pb-form ul.gform_fields li.gfield {
    padding-right: 0 !important;
    padding-left: 0;
    margin-top: 15px !important;
}
form.pb-form ul.gform_fields li.gfield.hide-label label.gfield_label {
    display: none;
}
form.pb-form ul.gform_fields li.gfield label.gfield_label {
    color: #000;
    font-size: 1.1em;
}
form.pb-form ul.gform_fields li.gfield span.gfield_required {
    color: red;
}
form.pb-form ul.gform_fields li.gfield ul.gfield_checkbox li label {
    color: #888a8b;
    font-size: 0.7em;
    margin-left: 5px;
    margin-top: 5px;
}
form.pb-form ul.gform_fields li.gfield:first-child {
    margin-top: 0;
}
@media (min-width: 641px) {
    form.pb-form ul.gform_fields li.gfield.gf_left_half {
        padding-right: 25px;
    }
    form.pb-form ul.gform_fields li.gfield.gf_right_half {
        padding-left: 25px;
    }
    form.pb-form ul.gform_fields li.gfield:first-child {
        margin-top: 16px;
    }
}
form.pb-form div.gform_footer {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    position: relative;
}
form.pb-form div.gfield_description.validation_message {
    color: red !important;
    font-size: 1.2em;
    padding-top: 10px !important;
    padding-bottom: 16px !important;
}
form.pb-form input[type="email"],
form.pb-form input[type="text"],
form.pb-form textarea {
    display: block;
    color: #3b3c43;
    border: 0;
    padding: 11px !important;
    background: transparent;
    outline: none;
    background: #f8f9f8;
    font-size: 1.4em !important;
    width: 100% !important;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s all linear;
    transition: all 0.2s linear;
}
@media (min-width: 641px) {
    form.pb-form input[type="email"],
    form.pb-form input[type="text"],
    form.pb-form textarea {
        font-size: 1.6em !important;
    }
}
form.pb-form input[type="checkbox"]:checked + label {
    font-weight: 400 !important;
}
form.pb-form textarea {
    margin-top: 12px;
}
form.pb-form input[type="submit"] {
    display: inline-block;
    font-size: 1.6em !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 11px 25px 10px !important;
    margin: 0 !important;
    width: 100% !important;
    border: 0;
    max-width: 134px;
    background: #94b4ab;
    color: #fff;
    box-sizing: border-box;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s all linear;
    transition: all 0.2s linear;
}
form.pb-form input[type="submit"]:hover {
    background: #85a99f;
    color: #fff;
}
form.pb-form ::-webkit-input-placeholder {
    color: #3b3c43;
}
form.pb-form ::-moz-placeholder {
    color: #3b3c43;
}
form.pb-form :-ms-input-placeholder {
    color: #3b3c43;
}
form.pb-form :-moz-placeholder {
    color: #3b3c43;
}
form.pb-form.asterisk-error ul.gform_fields li.gfield {
    position: relative;
}
form.pb-form.asterisk-error ul.gform_fields li.gfield div.gfield_description.validation_message {
    position: absolute;
    top: 22px;
    right: 12px;
    width: auto;
    padding: 0;
    display: inline-block !important;
}
@media (min-width: 641px) {
    form.pb-form.asterisk-error ul.gform_fields li.gfield div.gfield_description.validation_message {
        top: 28px;
    }
}
form.pb-form.light-theme input[type="email"],
form.pb-form.light-theme input[type="text"],
form.pb-form.light-theme textarea {
    color: #fff;
    border-bottom: 1px solid #fff;
}
form.pb-form.light-theme input[type="submit"] {
    color: #fff;
    border: 1px solid #fff;
}
form.pb-form.light-theme input[type="submit"]:hover {
    background: #94b4ab;
    color: #fff;
    border: 1px solid #94b4ab;
}
form.pb-form.light-theme ::-webkit-input-placeholder {
    color: #fff;
}
form.pb-form.light-theme ::-moz-placeholder {
    color: #fff;
}
form.pb-form.light-theme :-ms-input-placeholder {
    color: #fff;
}
form.pb-form.light-theme :-moz-placeholder {
    color: #fff;
}
form.pb-form.dark-theme input[type="email"],
form.pb-form.dark-theme input[type="text"],
form.pb-form.dark-theme textarea {
    color: #000;
    border-bottom: 1px solid #000;
}
form.pb-form.dark-theme input[type="submit"] {
    color: #000;
    border: 1px solid #000;
}
form.pb-form.dark-theme input[type="submit"]:hover {
    background: #94b4ab;
    color: #fff;
    border: 1px solid #94b4ab;
}
form.pb-form.dark-theme ::-webkit-input-placeholder {
    color: #000;
}
form.pb-form.dark-theme ::-moz-placeholder {
    color: #000;
}
form.pb-form.dark-theme :-ms-input-placeholder {
    color: #000;
}
form.pb-form.dark-theme :-moz-placeholder {
    color: #000;
}
#contact-form-section .gform_footer {
    bottom: 0 !important;
}
@media (min-width: 641px) {
    #contact-form-section .gform_footer {
        right: 20px !important;
    }
}
@media (min-width: 1682px) {
    #contact-form-section .gform_footer {
        right: 0 !important;
    }
}
@media (min-width: 641px) {
    #contact-us-section form.pb-form {
        margin-bottom: 62px;
    }
}
#contact-form-section textarea,
#contact-us-section textarea {
    height: 120px;
}
#contact-form-section form.pb-form,
#contact-us-section form.pb-form {
    margin-top: 25px;
}
#contact-form-section .gform_footer,
#contact-us-section .gform_footer {
    margin-top: 20px;
}
#contact-form-section li.gfield.is-checkbox,
#contact-us-section li.gfield.is-checkbox {
    display: inline-block;
    width: 100%;
    max-width: 375px;
}
#contact-form-section li.gfield.is-checkbox div.gfield_description.validation_message,
#contact-us-section li.gfield.is-checkbox div.gfield_description.validation_message {
    top: 18px;
}
#contact-form-section li.gfield.is-checkbox ul.gfield_checkbox li input[type="checkbox"],
#contact-form-section li.gfield.is-checkbox ul.gfield_checkbox li label,
#contact-us-section li.gfield.is-checkbox ul.gfield_checkbox li input[type="checkbox"],
#contact-us-section li.gfield.is-checkbox ul.gfield_checkbox li label {
    margin-top: 3px;
}
#contact-form-section li.gfield.is-checkbox ul.gfield_checkbox li label a,
#contact-us-section li.gfield.is-checkbox ul.gfield_checkbox li label a {
    color: #94b4ab;
}
#contact-form-section li.gfield.is-checkbox ul.gfield_checkbox li label a:hover,
#contact-us-section li.gfield.is-checkbox ul.gfield_checkbox li label a:hover {
    text-decoration: underline;
}
@media (min-width: 641px) {
    #contact-form-section,
    #contact-us-section {
        padding: 25px 40px;
    }
    #contact-form-section form.pb-form,
    #contact-us-section form.pb-form {
        margin-top: 0;
    }
    #contact-form-section .gf_right_half,
    #contact-us-section .gf_right_half {
        padding-left: 15px !important;
    }
    #contact-form-section .gf_left_third,
    #contact-us-section .gf_left_third {
        width: 35% !important;
    }
    #contact-form-section .gf_middle_third,
    #contact-us-section .gf_middle_third {
        width: 45% !important;
        padding-left: 15px !important;
    }
    #contact-form-section .gf_right_third,
    #contact-us-section .gf_right_third {
        width: 20% !important;
        padding-left: 15px !important;
    }
    #contact-form-section .gform_footer,
    #contact-us-section .gform_footer {
        position: absolute;
        right: 30px;
        bottom: 25px;
        width: auto;
        margin-top: 0;
    }
    #contact-form-section textarea,
    #contact-us-section textarea {
        height: 85px;
        margin-bottom: 7px;
    }
    #contact-form-section p,
    #contact-us-section p {
        font-size: 2em;
    }
}
@media (min-width: 48em) {
    #contact-form-section .gf_middle_third,
    #contact-form-section .gf_right_half,
    #contact-form-section .gf_right_third,
    #contact-us-section .gf_middle_third,
    #contact-us-section .gf_right_half,
    #contact-us-section .gf_right_third {
        padding-left: 20px !important;
    }
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-size: 3rem;
    font-family: Bodoni Moda, sans-serif;
    line-height: 1.4;
}
article h1,
article h2 {
    color: #94b4ab;
}
article h2 {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1.2;
}
article h2.with-separator:after {
    content: "";
    display: block;
    width: 72px;
    height: 10px;
    margin: 40px auto;
    background: #94b4ab;
}
@media (min-width: 48em) {
    article h2 {
        font-size: 5rem;
    }
}
@media (min-width: 64em) {
    article h2 {
        font-size: 6rem;
    }
}
@media (min-width: 1700px) {
    article h2 {
        font-size: 7rem;
    }
}
article h2:first-child,
article h3:first-child {
    margin-top: 0;
}
article h3,
article p.subhead {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.2;
    color: #3d4438;
}
@media (min-width: 48em) {
    article h3,
    article p.subhead {
        font-size: 3.2rem;
    }
}
article p.subhead {
    color: #3d4438;
}
article p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 2.5rem 0;
    color: #3d4438;
}
article p.large-margin {
    margin: 6rem 0;
}
article p b,
article p strong {
    font-weight: 700;
}
article p:first-child {
    margin-top: 0;
}
article p:last-child {
    margin-bottom: 0;
}
@media (min-width: 48em) {
    article p {
        font-size: 2rem;
    }
}
article p.large {
    font-size: 2.6em;
    line-height: 1.2;
    font-weight: 700;
    color: #e5cfa2;
}
@media (min-width: 560px) {
    article p.large {
        font-size: 3.2em;
    }
}
article ul {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-left: 0;
    list-style-position: inside;
    color: #364033;
}
@media (min-width: 48em) {
    article ul {
        font-size: 2rem;
        padding-left: 20px;
        list-style-position: outside;
    }
}
article ul > li {
    position: relative;
    padding-left: 0.7rem;
    margin-top: 10px;
}
article ul > li:first-child {
    margin-top: 0;
}
article ul > li:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
}
article ul > li ul {
    margin-top: 15px;
}
article ol > li > a,
article p > a,
article ul > li > a {
    color: #94b4ab;
}
article ol > li > a:hover,
article p > a:hover,
article ul > li > a:hover {
    text-decoration: underline;
}
article ol {
    font-size: 1.8rem;
    line-height: 1.4;
}
article ol > li {
    margin-top: 10px;
}
article ol > li:first-child {
    margin-top: 0;
}
@media (min-width: 48em) {
    article ol {
        font-size: 2rem;
    }
}
@media screen and (min-width: 768px) {
    div.two-col-list ul {
        display: inline-block;
        margin-right: 60px;
    }
}
.brand-colored-text {
    color: #94b4ab;
}
@media (min-width: 48em) {
    article section#page-entry img.alignleft {
        float: left;
        margin-right: 45px;
    }
}
@media (min-width: 48em) {
    article section#page-entry img.alignright {
        float: right;
        margin-left: 45px;
    }
}
.btn {
    display: inline-block;
    font-size: 1.6rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    padding: 0.8rem 2rem;
    outline: none;
    border-radius: 50px;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s linear all;
    transition: all 0.2s linear;
}
.btn:hover {
    text-decoration: none;
    padding: 0.8rem 3rem;
}
.btn.large {
    font-size: 1.8em;
    border-width: 2px !important;
    padding: 1.5rem 5rem;
    margin: 10px 15px;
}
@media (min-width: 48em) {
    .btn.large {
        font-size: 2.4em;
    }
}
@media (min-width: 1100px) {
    .btn.large {
        font-size: 3em;
    }
}
.btn.solid-brand {
    background: #94b4ab;
    color: #fff;
}
.btn.solid-brand:hover {
    background: #6d998c;
}
.btn.solid-brandthree {
    background: #94b4ab;
    color: #fff;
}
.btn.solid-brandthree:hover {
    background: #6d998c;
}
.btn.get-advice-large {
    background: #94b4ab;
    color: #fff;
    font-size: 1.6em;
    padding: 1.2rem 1.4rem;
}
.btn.get-advice-large i {
    display: none;
}
.btn.get-advice-large:hover {
    background: #6d998c;
}
@media (min-width: 560px) {
    .btn.get-advice-large {
        padding: 1.2rem 2.2rem;
    }
    .btn.get-advice-large i {
        display: inline;
        margin-left: 10px;
    }
}
.btn.solid-white {
    background: #fff;
    color: #000;
}
.btn.solid-white:hover {
    background: #000;
    color: #fff;
}
.btn.transparent-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.btn.transparent-white:hover {
    background: #fff;
    color: #94b4ab;
    border: 1px solid #fff;
}
.btn.transparent-brand {
    background: transparent;
    color: #94b4ab;
    border: 1px solid #94b4ab;
}
.btn.transparent-brand:hover {
    background: #94b4ab;
    color: #fff;
    border: 1px solid #94b4ab;
}
.btn.transparent-purple {
    background: transparent;
    color: #9b5da2;
    border: 1px solid #9b5da2;
}
.btn.transparent-purple:hover {
    background: #9b5da2;
    color: #fff;
    border: 1px solid #9b5da2;
}
.btn.transparent-orange,
.btn.transparent-tertiary {
    background: transparent;
    font-weight: 700;
    color: #94b4ab;
    border: 1px solid #94b4ab;
}
.btn.transparent-orange:hover,
.btn.transparent-tertiary:hover {
    background: #94b4ab;
    color: #fff;
    border: 1px solid #94b4ab;
}
.wrapped-content {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.wrapped-content.full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.wrapped-content.long {
    max-width: 1640px;
}
@media (min-width: 60em) {
    .wrapped-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1800px) {
    .wrapped-content {
        padding-left: 0;
        padding-right: 0;
    }
}

header#main-header.internal div.top-nav-wrap {
    max-width: 355px;
}
@media (min-width: 48em) {
    header#main-header.internal div.top-nav-wrap {
        margin-left: auto;
        margin-right: 0;
    }
}
@media (min-width: 1260px) {
    header#main-header.internal div.top-nav-wrap {
        max-width: 1760px;
        margin-left: auto;
        margin-right: auto;
    }
}
header#main-header.internal div.flex-parent div.nav-area div.flex div.commerce-links a.btn {
    margin: 0 4px;
    padding: 0.6rem 1.5rem;
}
header#main-header.internal div.flex-parent div.nav-area div.flex div.commerce-links a.btn.book {
    display: none;
}
header#main-header.internal div.flex-parent div.nav-area div.flex div.commerce-links a.btn:first-child {
    margin-left: 0;
}
header#main-header.internal div.flex-parent div.nav-area div.flex div.commerce-links a.btn:hover {
    padding: 0.6rem 1.5rem;
    color: #000;
}
@media (min-width: 460px) {
    header#main-header.internal div.flex-parent div.nav-area div.flex div.commerce-links a.btn.book {
        display: inline-block;
    }
}
@media (min-width: 48em) {
    header#main-header.internal div.flex-parent div.nav-area div.flex div.commerce-links a.btn.book {
        display: none;
    }
}
header#main-header.internal div.flex-parent div.nav-area a.phone i {
    font-size: 0.8em;
    margin-top: 6px;
    margin-right: 12px;
}
header#main-header.internal div.flex-parent div.nav-area a.phone span {
    display: none;
}
@media (min-width: 48em) {
    header#main-header.internal div.flex-parent div.nav-area a.phone i {
        font-size: 0.8em;
        margin-right: 12px;
    }
    header#main-header.internal div.flex-parent div.nav-area a.phone span {
        display: inline;
    }
}


/*
header#main-header.is-active {
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}
header#main-header.is-active div.top-nav-wrap {
    display: none;
}
@media (min-width: 48em) {
    header#main-header.is-active div.nav-wrap div.logo {
        margin-top: 100px;
    }
}
header#main-header.is-active div.flex-parent {
    position: relative;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
header#main-header.is-active div.flex-parent div.nav-area {
    background: transparent;
    text-align: right;
    z-index: 7;
    position: fixed;
    top: 5px;
    right: 17px !important;
}
@media (min-width: 1920px) {
    header#main-header.is-active div.flex-parent div.nav-area {
        margin-right: 0 !important;
    }
}
header#main-header.is-active div.flex-parent div.nav-area a.cart,
header#main-header.is-active div.flex-parent div.nav-area a.shop {
    display: none !important;
}
header#main-header.is-active div.flex-parent div.nav-area a.phone {
    position: absolute;
    top: -9999px;
}
header#main-header.is-active div.flex-parent div.nav-area button.hamburger span.hamburger-inner,
header#main-header.is-active div.flex-parent div.nav-area button.hamburger span.hamburger-inner:after,
header#main-header.is-active div.flex-parent div.nav-area button.hamburger span.hamburger-inner:before {
    background: #134a2c;
}
header#main-header.is-active div.flex-parent div.nav-area #header-nav ul#menu-main-navigation {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
header#main-header.is-active div.flex-parent div.nav-area #header-nav ul li a {
    color: #fff;
}

header#main-header.is-active div.solid-bg-wrap {
    background: #fff;
    max-width: 520px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6;
    overflow-y: auto;
}
header#main-header.is-active > div.wrapped-content {
    padding-left: 0;
    padding-right: 0;
}
*/

article section.row {
    padding: 110px 0;
}
article section.row div.wrapped-content {
    height: 100%;
}
article section.row.fullwidth-wrapped {
    text-align: center;
}
article section.row.fullwidth-wrapped h2 {
    margin: 20px auto;
    max-width: 1140px;
}
article section.row.fullwidth-wrapped h2.large-margin {
    margin-bottom: 65px;
}
article section.row.fullwidth-wrapped h2:first-child {
    margin-top: 0;
}
article section.row.fullwidth-wrapped h3,
article section.row.fullwidth-wrapped p.large-subhead {
    max-width: 1090px;
    margin: 20px auto;
}
article section.row.fullwidth-wrapped p {
    max-width: 1089px;
    margin-left: auto;
    margin-right: auto;
}
article section.row.white-text h2,
article section.row.white-text h3,
article section.row.white-text h4,
article section.row.white-text h5,
article section.row.white-text h6,
article section.row.white-text ol,
article section.row.white-text p,
article section.row.white-text ul {
    color: #fff;
}
article section.row.layout-fullwidth {
    background: #f8f6f3;
}
article section.row.layout-fullwidth div.wrapped-content {
    max-width: 1330px;
}
article section.row.layout-fullwidth img.leaves {
    position: absolute;
    top: -180px;
    right: -350px;
}
article section.row.layout-fullwidth div.the-content-text {
    position: relative;
    z-index: 1;
}
@media (min-width: 1420px) {
    article section.row.layout-fullwidth div.wrapped-content {
        padding-right: 230px;
    }
}
article section.row.page-links {
    background: #f8f6f3;
}
article section.row.page-links img.leaves {
    position: absolute;
    top: -180px;
    right: -350px;
}
article section.row.page-links div.wrapped-content {
    max-width: 1370px;
}
article section.row.page-links div.links div.item {
    margin: 15px auto;
    background: #e9eae7;
    position: relative;
    padding: 30px;
    max-width: 432px;
    box-sizing: border-box;
}
article section.row.page-links div.links div.item a.btn {
    white-space: nowrap;
}
article section.row.page-links div.links div.item:hover {
    background: #9b5da2;
}
article section.row.page-links div.links div.item:hover h2 {
    color: #fff;
}
article section.row.page-links div.links div.item:hover a.btn {
    background-color: #fff;
    border-color: #fff;
}
article section.row.page-links div.links div.item.no-hover:hover {
    background: #e9eae7;
}
article section.row.page-links div.links div.item.no-hover h2 {
    color: #94b4ab;
    margin-bottom: 72px;
}
article section.row.page-links div.links div.item.no-hover img.leafbg {
    position: absolute;
    bottom: 0;
    right: 0;
}
article section.row.page-links div.links div.item a.absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
article section.row.page-links div.links div.item h2 {
    color: #94b4ab;
    font-family: Inter, sans-serif;
    font-size: 2.4em;
    font-weight: 700;
    margin: 0;
}
article section.row.page-links div.links div.item div.button-wrap {
    text-align: right;
    margin-top: 30px;
}
article section.row.page-links div.links div.item a.btn {
    color: #9b5da2;
    border-color: #9b5da2;
}
@media (min-width: 560px) {
    article section.row.page-links div.links {
        font-size: 0;
    }
    article section.row.page-links div.links div.item {
        display: inline-block;
        width: 45%;
        margin: 15px 2.5%;
        max-width: 432px;
        vertical-align: top;
        font-size: 1rem;
    }
}
@media (min-width: 48em) {
    article section.row.page-links div.links div.item {
        display: inline-block;
        width: 30%;
        margin: 23px 1.6%;
    }
    article section.row.page-links div.links div.item h2 {
        font-size: 2.4em;
    }
}
@media (min-width: 64em) {
    article section.row.page-links div.links div.item h2 {
        font-size: 3.2em;
    }
}
article section.row.layout-type-a {
    padding: 0;
    margin: 135px 0;
}
article section.row.layout-type-a div.wrapped-content {
    max-width: 1760px;
}
article section.row.layout-type-a div.columns {
    max-width: 674px;
    margin: 60px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
article section.row.layout-type-a div.columns div.text {
    width: 100%;
    background: #94b4ab;
    color: #fff;
    box-sizing: border-box;
    padding: 30px;
}
@media screen and (max-width: 959px) {
    article section.row.layout-type-a div.columns div.text {
        min-height: 0 !important;
    }
}
article section.row.layout-type-a div.columns div.text.dark-green {
    background: #94b4ab;
    color: #fff;
}
article section.row.layout-type-a div.columns div.text.dark-green h2,
article section.row.layout-type-a div.columns div.text.dark-green p a,
article section.row.layout-type-a div.columns div.text.dark-green ul a {
    color: #fff;
}
article section.row.layout-type-a div.columns div.text.light-green {
    background: #dee7e5;
    color: #364033;
}
article section.row.layout-type-a div.columns div.text.light-green h2,
article section.row.layout-type-a div.columns div.text.light-green p a,
article section.row.layout-type-a div.columns div.text.light-green ul a {
    color: #859a8f;
}
article section.row.layout-type-a div.columns div.text.dark-yellow {
    background: #e2d8c5;
    color: #364033;
}
article section.row.layout-type-a div.columns div.text.dark-yellow h2,
article section.row.layout-type-a div.columns div.text.dark-yellow p a,
article section.row.layout-type-a div.columns div.text.dark-yellow ul a {
    color: #859a8f;
}
article section.row.layout-type-a div.columns div.text.light-yellow {
    background: #f5f2ec;
    color: #364033;
}
article section.row.layout-type-a div.columns div.text.light-yellow h2,
article section.row.layout-type-a div.columns div.text.light-yellow p a,
article section.row.layout-type-a div.columns div.text.light-yellow ul a {
    color: #859a8f;
}
article section.row.layout-type-a div.columns div.text h2 {
    color: inherit;
    font-size: 2.4em;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}
article section.row.layout-type-a div.columns div.text h3 {
    color: inherit;
    font-size: 2em;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-top: 35px;
}
article section.row.layout-type-a div.columns div.text h3:first-child {
    margin-top: 0;
}
article section.row.layout-type-a div.columns div.text p {
    color: inherit;
    font-size: 1.8em;
}
article section.row.layout-type-a div.columns div.text ul {
    color: inherit;
}
article section.row.layout-type-a div.columns div.image {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 3;
    min-height: 0 !important;
    height: 100% !important;
}
article section.row.layout-type-a div.columns div.image img {
    width: auto;
}
article section.row.layout-type-a div.columns.is-left-image div.text {
    order: 2;
}
article section.row.layout-type-a div.columns.is-left-image div.image {
    order: 1;
}
@media (min-width: 48em) {
    article section.row.layout-type-a div.columns {
        max-width: none;
        margin: 60px 0;
    }
    article section.row.layout-type-a div.columns div.text {
        padding: 40px 40px 130px;
    }
    article section.row.layout-type-a div.columns div.text p:last-child {
        margin-bottom: 0;
    }
    article section.row.layout-type-a div.columns div.image {
        margin-top: -30px;
    }
    article section.row.layout-type-a div.columns.is-left-image div.text {
        padding: 130px 40px 40px;
    }
    article section.row.layout-type-a div.columns.is-left-image div.image {
        margin-bottom: -60px;
    }
}
@media (min-width: 960px) {
    article section.row.layout-type-a div.columns {
        margin: 0;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    article section.row.layout-type-a div.columns div.text {
        padding: 65px 130px 65px 80px;
        width: 70%;
        min-height: 480px;
        z-index: 2;
    }
    article section.row.layout-type-a div.columns div.text h2 {
        font-size: 2.8em;
    }
    article section.row.layout-type-a div.columns div.text h3 {
        font-size: 2.4em;
    }
    article section.row.layout-type-a div.columns div.image {
        width: 40%;
        margin-top: 70px;
        margin-left: -70px;
    }
    article section.row.layout-type-a div.columns.is-left-image div.text {
        padding: 65px 80px 65px 130px;
    }
    article section.row.layout-type-a div.columns.is-left-image div.image {
        width: 50%;
        margin-right: -70px;
    }
}
@media (min-width: 1260px) {
    article section.row.layout-type-a div.columns div.text {
        padding: 95px 180px 95px 130px;
        min-height: 560px;
    }
    article section.row.layout-type-a div.columns div.text div.wrap {
        max-width: 695px;
    }
    article section.row.layout-type-a div.columns div.text h2 {
        font-size: 3.2em;
    }
    article section.row.layout-type-a div.columns div.text p {
        font-size: 2em;
    }
    article section.row.layout-type-a div.columns div.image {
        margin-top: 100px;
        margin-left: -125px;
    }
    article section.row.layout-type-a div.columns.is-left-image div.text {
        padding: 95px 130px 95px 180px;
    }
    article section.row.layout-type-a div.columns.is-left-image div.image {
        width: 50%;
        margin-right: -125px;
    }
}
article section.row.layout-type-a.multiple div.columns:first-child {
    margin-top: 0;
}
article section.row.layout-type-a.multiple div.columns:nth-child(2n) {
    z-index: 2;
    position: relative;
}
article section.row.layout-type-a.multiple div.columns div.text {
    padding-bottom: 30px;
}
@media (min-width: 48em) {
    article section.row.layout-type-a.multiple div.columns div.text {
        padding-bottom: 130px;
    }
}
@media (min-width: 960px) {
    article section.row.layout-type-a.multiple div.columns {
        margin-top: -60px;
    }
    article section.row.layout-type-a.multiple div.columns div.text {
        padding-bottom: 95px;
    }
}
@media (min-width: 1260px) {
    article section.row.layout-type-a.multiple div.columns div.text {
        padding-bottom: 125px;
    }
}
article section.row.layout-type-a.multiple div.columns:last-child div.text {
    padding-bottom: 30px;
}
@media (min-width: 48em) {
    article section.row.layout-type-a.multiple div.columns:last-child div.text {
        padding-bottom: 130px;
    }
}
@media (min-width: 960px) {
    article section.row.layout-type-a.multiple div.columns:last-child div.text {
        padding-bottom: 65px;
    }
}
@media (min-width: 1260px) {
    article section.row.layout-type-a.multiple div.columns:last-child div.text {
        padding-bottom: 95px;
    }
}
article section.row.layout-type-b {
    padding: 0;
}
article section.row.layout-type-b div.wrapped-content {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
}
article section.row.layout-type-b div.columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
article section.row.layout-type-b div.columns div.text {
    position: relative;
    width: 100%;
    background: #f5f2ec;
    color: #364033;
    box-sizing: border-box;
    padding: 30px;
    order: 2;
}
article section.row.layout-type-b div.columns div.text.dark-green {
    background: #94b4ab;
    color: #fff;
}
article section.row.layout-type-b div.columns div.text.dark-green h2,
article section.row.layout-type-b div.columns div.text.dark-green p a,
article section.row.layout-type-b div.columns div.text.dark-green ul a {
    color: #fff;
}
article section.row.layout-type-b div.columns div.text.light-green {
    background: #dee7e5;
    color: #364033;
}
article section.row.layout-type-b div.columns div.text.light-green h2,
article section.row.layout-type-b div.columns div.text.light-green p a,
article section.row.layout-type-b div.columns div.text.light-green ul a {
    color: #859a8f;
}
article section.row.layout-type-b div.columns div.text.dark-yellow {
    background: #e2d8c5;
    color: #364033;
}
article section.row.layout-type-b div.columns div.text.dark-yellow h2,
article section.row.layout-type-b div.columns div.text.dark-yellow p a,
article section.row.layout-type-b div.columns div.text.dark-yellow ul a {
    color: #859a8f;
}
article section.row.layout-type-b div.columns div.text.light-yellow {
    background: #f5f2ec;
    color: #364033;
}
article section.row.layout-type-b div.columns div.text.light-yellow h2,
article section.row.layout-type-b div.columns div.text.light-yellow p a,
article section.row.layout-type-b div.columns div.text.light-yellow ul a {
    color: #859a8f;
}
article section.row.layout-type-b div.columns div.text h2 {
    color: #859a8f;
    font-size: 2.4em;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}
article section.row.layout-type-b div.columns div.text p {
    color: inherit;
    font-size: 1.8em;
    margin: 20px 0;
}
article section.row.layout-type-b div.columns div.text p:last-child {
    margin-bottom: 0;
}
article section.row.layout-type-b div.columns div.text ul {
    color: inherit;
}
article section.row.layout-type-b div.columns div.image {
    width: 100%;
    position: relative;
    text-align: center;
    order: 1;
}
article section.row.layout-type-b div.columns div.image img {
    display: block;
}
@media screen and (max-width: 767px) {
    article section.row.layout-type-b div.columns div.image {
        background-image: none !important;
    }
}
@media (min-width: 48em) {
    article section.row.layout-type-b div.columns {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    article section.row.layout-type-b div.columns div.text {
        padding: 40px;
        width: 50%;
        order: 1;
    }
    article section.row.layout-type-b div.columns div.text div.wrap {
        max-width: 674px;
    }
    article section.row.layout-type-b div.columns div.text h2 {
        font-size: 2.8em;
    }
    article section.row.layout-type-b div.columns div.text p:last-child {
        margin-bottom: 0;
    }
    article section.row.layout-type-b div.columns div.image {
        width: 50%;
        order: 2;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    article section.row.layout-type-b div.columns div.image img {
        display: none;
    }
    article section.row.layout-type-b div.columns.is-left-image div.text {
        order: 2;
    }
    article section.row.layout-type-b div.columns.is-left-image div.image {
        order: 1;
    }
}
@media (min-width: 960px) {
    article section.row.layout-type-b div.columns div.text {
        min-height: 300px;
    }
}
@media (min-width: 1260px) {
    article section.row.layout-type-b div.columns div.text {
        padding: 95px;
        min-height: 480px;
    }
    article section.row.layout-type-b div.columns div.text h2 {
        font-size: 3.2em;
    }
    article section.row.layout-type-b div.columns div.text p {
        font-size: 2em;
    }
    article section.row.layout-type-b div.columns div.text div.wrap {
        width: 90%;
        position: relative;
        top: 50%;
        left: 50%;
        padding: 40px 0;
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
@media (min-width: 1700px) {
    article section.row.layout-type-b div.columns div.text {
        min-height: 540px;
    }
}
article section.row.layout-type-c {
    padding: 0;
    margin: 135px 0;
}
article section.row.layout-type-c div.wrapped-content {
    max-width: 1760px;
}
article section.row.layout-type-c div.columns {
    max-width: 674px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
article section.row.layout-type-c div.columns div.text {
    width: 100%;
    background: #94b4ab;
    color: #fff;
    box-sizing: border-box;
    padding: 30px;
}
article section.row.layout-type-c div.columns div.text.dark-green {
    background: #94b4ab;
    color: #fff;
}
article section.row.layout-type-c div.columns div.text.dark-green h2,
article section.row.layout-type-c div.columns div.text.dark-green p a,
article section.row.layout-type-c div.columns div.text.dark-green ul a {
    color: #fff;
}
article section.row.layout-type-c div.columns div.text.light-green {
    background: #dee7e5;
    color: #364033;
}
article section.row.layout-type-c div.columns div.text.light-green h2,
article section.row.layout-type-c div.columns div.text.light-green p a,
article section.row.layout-type-c div.columns div.text.light-green ul a {
    color: #859a8f;
}
article section.row.layout-type-c div.columns div.text.dark-yellow {
    background: #e2d8c5;
    color: #364033;
}
article section.row.layout-type-c div.columns div.text.dark-yellow h2,
article section.row.layout-type-c div.columns div.text.dark-yellow p a,
article section.row.layout-type-c div.columns div.text.dark-yellow ul a {
    color: #859a8f;
}
article section.row.layout-type-c div.columns div.text.light-yellow {
    background: #f5f2ec;
    color: #364033;
}
article section.row.layout-type-c div.columns div.text.light-yellow h2,
article section.row.layout-type-c div.columns div.text.light-yellow p a,
article section.row.layout-type-c div.columns div.text.light-yellow ul a {
    color: #859a8f;
}
article section.row.layout-type-c div.columns div.text h2 {
    color: inherit;
    font-size: 2.4em;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}
article section.row.layout-type-c div.columns div.text h3 {
    color: inherit;
    font-size: 2em;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-top: 35px;
}
article section.row.layout-type-c div.columns div.text p {
    color: inherit;
    font-size: 1.8em;
}
article section.row.layout-type-c div.columns div.text ul {
    color: inherit;
}
article section.row.layout-type-c div.columns div.image {
    width: 100%;
    position: relative;
    text-align: center;
}
article section.row.layout-type-c div.columns div.image img {
    display: none;
}
article section.row.layout-type-c div.columns div.image img:first-child {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article section.row.layout-type-c div.columns.is-left-image div.text {
    order: 2;
}
article section.row.layout-type-c div.columns.is-left-image div.image {
    order: 1;
}
@media (min-width: 48em) {
    article section.row.layout-type-c div.columns {
        max-width: none;
        margin: 0;
    }
    article section.row.layout-type-c div.columns div.text {
        padding: 40px 40px 130px;
    }
    article section.row.layout-type-c div.columns div.text p:last-child {
        margin-bottom: 0;
    }
    article section.row.layout-type-c div.columns div.image {
        margin-top: -60px;
    }
    article section.row.layout-type-c div.columns div.image img {
        margin-bottom: 70px;
        margin-left: 0;
        margin-right: 0;
    }
    article section.row.layout-type-c div.columns.is-left-image div.text {
        padding: 130px 40px 40px;
    }
    article section.row.layout-type-c div.columns.is-left-image div.image {
        margin-bottom: -60px;
    }
}
@media (min-width: 960px) {
    article section.row.layout-type-c div.columns {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    article section.row.layout-type-c div.columns div.text {
        padding: 65px 130px 65px 80px;
        width: 70%;
    }
    article section.row.layout-type-c div.columns div.text h2 {
        font-size: 2.8em;
    }
    article section.row.layout-type-c div.columns div.text h3 {
        font-size: 2.4em;
    }
    article section.row.layout-type-c div.columns div.image {
        width: 40%;
        margin-top: 70px;
        margin-left: -70px;
    }
    article section.row.layout-type-c div.columns div.image img {
        display: block;
    }
    article section.row.layout-type-c div.columns.is-left-image div.text {
        padding: 65px 80px 65px 130px;
    }
    article section.row.layout-type-c div.columns.is-left-image div.image {
        width: 50%;
        margin-right: -70px;
    }
}
@media (min-width: 1260px) {
    article section.row.layout-type-c div.columns div.text {
        padding: 95px 180px 95px 130px;
    }
    article section.row.layout-type-c div.columns div.text div.wrap {
        max-width: 695px;
    }
    article section.row.layout-type-c div.columns div.text h2 {
        font-size: 3.2em;
    }
    article section.row.layout-type-c div.columns div.text p {
        font-size: 2em;
    }
    article section.row.layout-type-c div.columns div.image {
        margin-top: 100px;
        margin-left: -125px;
    }
    article section.row.layout-type-c div.columns.is-left-image div.text {
        padding: 95px 130px 95px 180px;
    }
    article section.row.layout-type-c div.columns.is-left-image div.image {
        width: 50%;
        margin-right: -125px;
    }
}
#book-online {
    background-color: #89a79e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    padding: 132px 0;
    border-top: 1px solid #fff;
}
#book-online h2 {
    color: inherit;
    margin-bottom: 60px;
}
#book-online div.buttons a {
    color: inherit;
    border-color: #fff;
    text-align: center;
}
#book-online div.buttons a:hover {
    background-color: #fff;
    color: #94b4ab;
}
#book-online div.columns {
    text-align: center;
}
#book-online div.columns div.right div.buttons a {
    display: block;
    margin: 20px auto;
    max-width: 370px;
}
@media (min-width: 960px) {
    #book-online h2 {
        font-size: 4.8em;
        margin-bottom: 0;
    }
    #book-online div.columns {
        text-align: left;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
    #book-online div.columns div.left {
        width: 60%;
    }
    #book-online div.columns div.right {
        width: 35%;
        text-align: right;
    }
}
@media (min-width: 64em) {
    #book-online h2 {
        font-size: 6em;
    }
    #book-online div.columns div.left {
        width: 55%;
    }
    #book-online div.columns div.right {
        width: 40%;
    }
}
@media (min-width: 1240px) {
    #book-online div.columns div.left {
        width: 45%;
    }
    #book-online div.columns div.right {
        width: 55%;
    }
    #book-online div.columns div.right div.buttons a {
        display: inline-block;
        margin: 0 15px;
    }
    #book-online div.columns div.right div.buttons a:last-child {
        margin-right: 0;
    }
}
aside.optins li.widget {
    list-style-type: none;
    margin-top: 22px;
    max-width: 291px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 60em) {
    aside.optins li.widget {
        margin-left: 0;
        margin-right: 0;
    }
}
aside.optins li.widget:first-child {
    margin-top: 0;
}
aside.optins li.widget h2.widgettitle {
    font-size: 24px;
}
aside.optins li.widget h2.widgettitle:first-child {
    margin-top: 0;
}
aside.optins li.widget.widget_categories {
    background: #e8e8e8;
    padding: 25px;
    box-sizing: border-box;
}
aside.optins li.widget.widget_categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
aside.optins li.widget.widget_categories ul > li {
    border-bottom: 1px solid #cfcfcf;
}
aside.optins li.widget.widget_categories ul > li:last-child {
    border-bottom: 0;
}
aside.optins li.widget.widget_categories ul > li > a {
    display: inline-block;
    padding: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
}
aside.optins li.widget.widget_categories ul > li > a:hover {
    color: #888;
}
#main-footer {
    padding: 50px 0 30px;
    background: #f5f2ec;
    text-align: center;
    color: #fff;
}
#main-footer > div.wrapped-content {
    max-width: 1920px;
}
#main-footer div.columns {
    margin-top: -150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#main-footer div.columns div.column {
    text-align: center;
    margin: 30px 0;
}
#main-footer div.columns div.column strong {
    text-transform: uppercase;
    color: #94b4ab;
    font-size: 2em;
    font-weight: 700;
    display: block;
}
#main-footer div.columns div.column p {
    font-size: 1.35em;
    color: #364033;
}
#main-footer div.columns div.column.left {
    order: 2;
    text-align: center;
    width: 100%;
}
#main-footer div.columns div.column.middle {
    order: 3;
    width: 100%;
}
#main-footer div.columns div.column.middle ul.social-media {
    text-align: center;
    font-size: 2em;
    color: #364033;
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}
#main-footer div.columns div.column.middle ul.social-media li {
    display: inline-block;
    margin-right: 15px;
}
#main-footer div.columns div.column.middle ul.social-media li.facebook i {
    margin-right: 5px;
}
#main-footer div.columns div.column.middle ul.social-media li.facebook a {
    display: inline-block;
    padding: 7px 17px;
    color: #94b4ab;
    font-size: 0.7em;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #94b4ab;
}
#main-footer div.columns div.column.middle ul.social-media li.facebook a:hover {
    background: #7ca398;
    color: #fff;
}
#main-footer div.columns div.column.middle ul.social-media li:last-child {
    margin-right: 0;
}
#main-footer div.columns div.column.middle ul.social-media li a:hover {
    color: #94b4ab;
}
#main-footer div.columns div.column.middle p {
    margin-top: 6px;
}
#main-footer div.columns div.column.middle p a:hover {
    text-decoration: underline;
}
#main-footer div.columns div.column.middle a.mail-link {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
#main-footer div.columns div.column.right {
    order: 1;
    margin-bottom: 60px;
}
#main-footer div.columns div.column.right div.subscribe {
    background-color: #fff;
    padding: 50px 32px;
    text-align: center;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
    max-width: 880px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
#main-footer div.columns div.column.right div.subscribe h2 {
    color: #94b4ab;
    font-size: 3em;
    font-family: Bodoni Moda, sans-serif;
    line-height: 1.3;
    margin: 0;
}
#main-footer div.columns div.column.right div.subscribe h3 {
    color: #e5cfa2;
    font-size: 2em;
    font-family: Inter, sans-serif;
    line-height: 1.3;
    margin: 25px 0;
}
#main-footer div.columns div.column.right div.subscribe div.forms input {
    display: inline-block;
    margin: 10px 5px;
}
#main-footer div.columns div.column.right div.subscribe div.forms input[type="text"] {
    background: #f4f7f6;
    color: #888a8b;
    border: 0;
    font-size: 1.4em;
    border-radius: 7px;
    padding: 11px 10px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}
#main-footer div.columns div.column.right div.subscribe div.forms input[type="submit"] {
    text-transform: uppercase;
}
@media (min-width: 520px) {
    #main-footer div.columns {
        text-align: center;
        margin-top: -145px;
    }
    #main-footer div.columns div.column {
        text-align: center;
    }
    #main-footer div.columns div.column.left {
        width: 100%;
    }
    #main-footer div.columns div.column.middle {
        width: 100%;
        max-width: 400px;
    }
    #main-footer div.columns div.column.middle div.item {
        display: inline-block;
        vertical-align: top;
    }
    #main-footer div.columns div.column.middle div.item ul.social-media {
        text-align: left;
    }
    #main-footer div.columns div.column.right {
        width: 100%;
    }
    #main-footer div.columns div.column p {
        font-size: 1.4em;
    }
}
@media (min-width: 48em) {
    
    #main-footer div.columns div.column.left {
        width: 100%;
        
    }
    #main-footer div.columns div.column.middle {
        width: 100%;
        max-width: 400px;
    }
    #main-footer div.columns div.column.middle a.mail-link {
        white-space: nowrap;
    }
    #main-footer div.columns div.column.right {
        width: 100%;
    }
    #main-footer div.columns div.column.right div.subscribe {
        margin-top: 40px;
    }
    #main-footer div.columns div.column.right div.subscribe h2 {
        font-size: 3.5em;
    }
    #main-footer div.columns div.column.right div.subscribe h3 {
        font-size: 2.4em;
    }
    #main-footer div.columns div.column p {
        font-size: 1.6em;
    }
}
@media (min-width: 64em) {
    #main-footer div.columns {
        margin-top: 0;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: left;
    }
    #main-footer div.columns div.column {
        text-align: left;
        margin: 0;
    }
    #main-footer div.columns div.column.left {
        width: 25%;
        order: 1;
        text-align: left;
        
    }
    #main-footer div.columns div.column.middle {
        width: 35%;
        order: 2;
    }
    #main-footer div.columns div.column.right {
        width: 40%;
        order: 3;
        margin-bottom: 0;
    }
    #main-footer div.columns div.column.right div.subscribe {
        margin-top: -80px;
        margin-left: 0;
        margin-right: 0;
    }
    #main-footer div.columns div.column.right div.subscribe h2 {
        font-size: 4em;
    }
}
@media (min-width: 1300px) {
    #main-footer div.columns div.column.right div.subscribe h2 {
        font-size: 5em;
    }
    #main-footer div.columns div.column.right div.subscribe div.forms {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #main-footer div.columns div.column.right div.subscribe div.forms input {
        display: inline-block;
        margin: 10px 5px;
    }
}
@media (min-width: 1520px) {
    #main-footer div.columns div.column.left {
        width: 15%;
        align-self: center;
    }
    #main-footer div.columns div.column.middle {
        width: 30%;
        margin-top: 60px;
    }
    #main-footer div.columns div.column.middle div.item.followus-col {
        margin-left: -70px;
    }
    #main-footer div.columns div.column.right {
        width: 55%;
    }
    #main-footer div.columns div.column.right div.subscribe h3 {
        margin: 45px 0;
    }
}
#main-footer p.copyright {
    font-size: 1.2em;
    margin: 0;
    color: #364033;
    text-transform: uppercase;
}
@media (min-width: 48em) {
    #main-footer p.copyright {
        margin: 57px 0 0;
    }
}
#main-footer p.copyright span.separator {
    display: inline-block;
    margin: 0 5px;
}
#main-footer p.copyright a {
    text-decoration: none;
}
#main-footer p.copyright a:hover {
    text-decoration: underline;
}
main.page-not-found div.wrapped-content {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
main.page-not-found div.wrapped-content h1:first-child,
main.page-not-found div.wrapped-content h2:first-child {
    margin-top: 0;
}
main.page-not-found div.wrapped-content p:last-child {
    margin-bottom: 0;
}

.banner-internal {
    position: relative;
    padding: 60px 0 0;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 512px;
}
.banner-internal:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
body.woocommerce-page .banner-internal:after {
    background: rgba(0, 0, 0, 0.4);
}
.banner-internal div.wrapped-content {
    position: static;
}
.banner-internal div.wrap {
    margin: 55px 0 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 920px;
    text-align: center;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-internal span.small-sub {
    font-size: 2.4em;
    font-family: Bodoni Moda, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #fff;
    text-align: center;
}
.banner-internal .big-heading,
.banner-internal h1 {
    color: #fff;
    z-index: 1;
    font-size: 4em;
    font-weight: 400;
    font-family: Bodoni Moda, sans-serif;
    line-height: 1.2;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 50px;
    display: block;
}
.banner-internal .big-heading b,
.banner-internal .big-heading strong,
.banner-internal h1 b,
.banner-internal h1 strong {
    color: #94b4ab;
}
.banner-internal .big-heading.smaller,
.banner-internal h1.smaller {
    font-size: 3.4em;
}
@media (min-width: 48em) {
    .banner-internal .big-heading,
    .banner-internal h1 {
        font-size: 4.8em;
        bottom: 95px;
    }
}
@media (min-width: 64em) {
    .banner-internal .big-heading,
    .banner-internal h1 {
        font-size: 6em;
    }
}
main.frontpage {
    overflow-x: hidden;
    background: #fff;
}
/*
main.frontpage.is-active .backdrop {
    content: "";
    display: block;
    background: rgba(19, 74, 44, 0.4);
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    -moz-transition: 0.2s linear opacity;
    -o-transition: 0.2s linear opacity;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: 0.2s linear opacity;
    transition: opacity 0.2s linear;
}*/
main.internal {
    background: #fff;
    overflow: hidden;
}

/*
main.internal.is-active .backdrop {
    content: "";
    display: block;
    background: rgba(19, 74, 44, 0.4);
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    -moz-transition: 0.2s linear opacity;
    -o-transition: 0.2s linear opacity;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: 0.2s linear opacity;
    transition: opacity 0.2s linear;
}
*/
main.internal article section.row.layout-fullwidth div.the-content-text a.btn {
    margin-left: 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    main.internal article {
        overflow: hidden;
    }
}
@media (min-width: 960px) {
    body.page-remedies main article section.page-links {
        padding-bottom: 350px;
    }
}
@media (min-width: 960px) {
    body.page-remedies main article section#row-1 {
        margin-top: -200px;
    }
}
@media (min-width: 48em) {
    body.page-remedies main article section#row-5 .block-2 div.image {
        margin-top: 190px;
    }
}
@media (min-width: 48em) {
    body.page-remedies main article section#row-5 .block-3 div.text {
        padding: 40px 40px 130px;
    }
}
@media (min-width: 960px) {
    body.page-remedies main article section#row-5 .block-3 div.text {
        padding: 65px 130px 65px 80px;
    }
    body.page-remedies main article section#row-5 .block-3 div.image {
        margin-top: 160px;
    }
}
@media (min-width: 1260px) {
    body.page-remedies main article section#row-5 .block-3 div.text {
        padding: 185px 180px 185px 130px;
    }
}
body.page-conditions-we-treat main article section#row-1 {
    padding-bottom: 230px;
}
body.page-conditions-we-treat main article section.page-links {
    background: transparent;
    margin-top: -230px;
}
body.page-cell-wellbeing main article section#page-entry {
    background: #fff;
}
body.page-modalities main article section#page-entry {
    padding-bottom: 190px;
}
body.page-modalities main article section.page-links {
    background: transparent;
    margin-top: -230px;
}
@media (min-width: 48em) {
    body.page-food-intolerances-sensitivities-treatment main article div.banner-internal h1 {
        font-size: 4.4em;
    }
}
@media (min-width: 64em) {
    body.page-food-intolerances-sensitivities-treatment main article div.banner-internal h1 {
        font-size: 4.8em;
    }
}
body.page-contact-us main article section.row div.columns div.text div.new-patient-form-wrap {
    margin-top: 40px;
}
body.page-contact-us main article section.row div.columns div.text div.new-patient-form-wrap a.btn i {
    margin-right: 10px;
}
body.page-contact-us main article section.row div.columns div.image {
    background: #eee;
    padding: 40px;
    height: 100%;
    box-sizing: border-box;
}
body.page-contact-us main article section.row div.columns div.image h2 {
    font-size: 3em;
}
body.page-contact-us main article section.row div.columns div.image form.pb-form select {
    font-size: 1.4rem;
}
body.page-contact-us main article section.row div.columns div.image form.pb-form input[type="submit"] {
    display: inline-block;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding: 0.8rem 2rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    outline: none;
    border-radius: 8px;
    border-radius: 50px;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s linear all;
    transition: all 0.2s linear;
    background: transparent;
    color: #94b4ab;
    border: 1px solid #94b4ab;
}
body.page-contact-us main article section.row div.columns div.image form.pb-form input[type="submit"]:hover {
    background: #94b4ab;
    color: #fff;
    border: 1px solid #94b4ab;
    text-decoration: none;
    padding: 0.8rem 3rem;
}
@media (min-width: 64em) {
    body.page-contact-us main article section.row div.columns div.image h2 {
        font-size: 4em;
    }
}
body.page-practitioners main article section#page-entry {
    padding-bottom: 30px;
}
body.page-practitioners main article section.practitioners-grid {
    background: #f8f6f3;
    padding-bottom: 60px;
}
body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner {
    text-align: center;
    margin: 40px auto;
}
body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner h3 {
    font-family: Inter, sans-serif;
    font-size: 2.2em;
    margin-bottom: 0;
}
body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner p {
    font-size: 1.8em;
    margin: 14px 0 40px;
}
body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner img {
    -moz-transition: 0.2s linear opacity;
    -o-transition: 0.2s linear opacity;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: 0.2s linear opacity;
    transition: opacity 0.2s linear;
}
body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner img:hover {
    opacity: 0.7;
}
body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner a.btn {
    width: 100%;
    max-width: 138px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}
@media (min-width: 620px) {
    body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner {
        font-size: 1rem;
        display: inline-block;
        vertical-align: top;
        width: 45%;
        margin: 0 2.2% 60px;
    }
}
@media (min-width: 48em) {
    body.page-practitioners main article section.practitioners-grid div.practitioners {
        max-width: 1200px;
        margin: 0;
        font-size: 0;
    }
    body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner {
        width: 30.33%;
        margin: 0 1.5% 80px;
        text-align: center;
        box-sizing: border-box;
    }
    body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner h3 {
        font-size: 2.6em;
        text-align: center;
    }
    body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner p {
        font-size: 1.8em;
        text-align: center;
    }
}
@media (min-width: 64em) {
    body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner h3 {
        font-size: 3.2em;
    }
    body.page-practitioners main article section.practitioners-grid div.practitioners div.practitioner p {
        font-size: 2em;
    }
}
body.single-practitioners main article section.practitioner-profile {
    background-color: #f3f6f5;
    margin-top: 100px;
    text-align: center;
}
@media (min-width: 48em) {
    body.single-practitioners main article section.practitioner-profile {
        margin-top: 0;
        text-align: left;
    }
}
body.single-practitioners main article section.practitioner-profile h2 {
    text-align: center;
}
body.single-practitioners main article section.practitioner-profile h2.subhead {
    font-size: 4em;
}
@media (min-width: 48em) {
    body.single-practitioners main article section.practitioner-profile h2.subhead {
        font-size: 4em;
    }
}
@media (min-width: 64em) {
    body.single-practitioners main article section.practitioner-profile h2.subhead {
        font-size: 5em;
    }
}
body.single-practitioners main article section.practitioner-profile h2.practitioners-headline {
    margin-top: 60px;
    margin-bottom: 40px;
}
body.single-practitioners main article section.practitioner-profile div.columns div.image {
    position: relative;
}
body.single-practitioners main article section.practitioner-profile div.columns div.text {
    margin-top: 30px;
    box-sizing: border-box;
}
body.single-practitioners main article section.practitioner-profile div.columns div.text h1 {
    font-family: Inter, sans-serif;
    font-size: 2.2em;
}
body.single-practitioners main article section.practitioner-profile div.columns div.text p {
    font-size: 1.8em;
}
body.single-practitioners main article section.practitioner-profile div.columns div.text p.practitioner-title {
    font-weight: 700;
    font-style: italic;
}
body.single-practitioners main article section.practitioner-profile div.columns div.text a.btn {
    width: 100%;
    max-width: 138px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
}
@media (min-width: 48em) {
    body.single-practitioners main article section.practitioner-profile div.columns {
        max-width: 1095px;
        margin: 0 auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body.single-practitioners main article section.practitioner-profile div.columns div.image {
        width: 40%;
    }
    body.single-practitioners main article section.practitioner-profile div.columns div.text {
        width: 55%;
        margin-top: 0;
    }
    body.single-practitioners main article section.practitioner-profile div.columns div.text h1 {
        font-size: 2.6em;
        margin-top: 0;
    }
    body.single-practitioners main article section.practitioner-profile div.columns div.text p {
        font-size: 1.8em;
    }
}
@media (min-width: 64em) {
    body.single-practitioners main article section.practitioner-profile div.columns div.text h1 {
        font-size: 3.2em;
    }
    body.single-practitioners main article section.practitioner-profile div.columns div.text p {
        font-size: 2em;
    }
}
body.single-practitioners main article section.practitioner-profile div.sub-content {
    margin: 35px auto 0;
    max-width: 1095px;
}
body.practitioners-paul-turner main article section.practitioner-profile div.video-content {
    position: relative;
    z-index: 3;
    margin: 60px 0;
}
body.practitioners-paul-turner main article section.practitioner-profile div.video-content h3 {
    font-family: Inter, sans-serif;
    color: #94b4ab;
}
body.practitioners-paul-turner main article section.practitioner-profile div.video-content div.text {
    background: #fff;
    padding: 40px 40px 70px;
    box-sizing: border-box;
}
body.practitioners-paul-turner main article section.practitioner-profile iframe {
    max-width: 686px;
    width: 90%;
    display: block;
    margin: -15px auto 0;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
@media (min-width: 480px) {
    body.practitioners-paul-turner main article section.practitioner-profile iframe {
        position: relative;
        top: -20px;
        width: 87%;
        margin-left: 40px;
        max-width: 100%;
    }
}
@media (min-width: 48em) {
    body.practitioners-paul-turner main article section.practitioner-profile div.video-content div.text {
        width: 85%;
        padding: 50px;
    }
    body.practitioners-paul-turner main article section.practitioner-profile div.video-content h3 {
        margin-bottom: 60px;
    }
    body.practitioners-paul-turner main article section.practitioner-profile div.video-content p {
        max-width: 600px;
    }
}
@media (min-width: 64em) {
    body.practitioners-paul-turner main article section.practitioner-profile div.video-content div.text {
        width: 67%;
        padding: 80px 85px 80px 65px;
        float: left;
    }
    body.practitioners-paul-turner main article section.practitioner-profile div.video-content div.text div.width-adjust {
        width: 75%;
    }
    body.practitioners-paul-turner main article section.practitioner-profile div.video-content iframe {
        width: 45%;
        float: right;
        position: absolute;
        top: 50%;
        right: 0;
        max-width: 686px;
        -moz-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
    }
}
@media (min-width: 1340px) {
    body.practitioners-paul-turner main article section.practitioner-profile div.video-content div.text div.width-adjust {
        width: 100%;
    }
}

body.woocommerce.archive main article section.product-row header.woocommerce-products-header,
body.woocommerce.archive main article section.product-row nav.woocommerce-breadcrumb {
    display: none;
}

body.woocommerce.archive main article section.product-row div.wrapped-content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1450px;
}
@media (min-width: 1800px) {
    body.woocommerce.archive main article section.product-row div.wrapped-content {
        padding-left: 0;
        padding-right: 0;
    }
}
body.woocommerce.archive main article section.product-row select.orderby {
    font-size: 1.4em;
    position: relative;
    z-index: 1;
}

body.home main article section.product-row > div.wrapped-content {
    padding-right: 0;
    max-width: 1920px !important;
}

body.home main article section.product-row ul.products {
 margin-bottom: 0;   
}

body.woocommerce.archive main article section.product-row ul.products,
body.home main article section.product-row ul.products {
    position: relative;
    z-index: 1;
}
body.woocommerce.archive main article section.product-row ul.products li.product,
body.home main article section.product-row ul.products li.product {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width: 519px) {

    body.home main article section.product-row ul.products li.product:first-child {
        margin-top: 0;
    }
    
    body.home main article section.product-row ul.products li.product:last-child {
        margin-bottom: 0;
    }
}

/*
body.home main article section.product-row ul.products li.post-28435::before {
    content: '';
    display: block;
    width: 163px;
    height: 159px;
    background: url(/wp-content/uploads/2024/08/image-red-ribbon-mostpopular@2x.webp) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    top: -10px;
    left: -10px;
}
*/

body.home main article section.product-row ul.products li.post-28435 .calculate-height-item {
    position: relative;
}

body.home main article section.product-row ul.products li.post-28435 .calculate-height-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 38px;
    background: url(/wp-content/uploads/2024/12/image-red-ribbon-2@2x.webp) no-repeat 0 0;
    background-size: contain;
    background-position: 50% 100%;
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
}

body.home main article section.product-row ul.products li.post-28435 img {
    background-color: #fff;
    opacity: 1 !important;
    transition: .2s linear all !important;
}

body.home main article section.product-row ul.products li.post-28435 img:hover {
    background-color: #ddd;
}

body.woocommerce.archive main article section.product-row ul.products li.product img,
body.home main article section.product-row ul.products li.product img {
    -moz-transition: 0.2s linear opacity;
    -o-transition: 0.2s linear opacity;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: 0.2s linear opacity;
    transition: opacity 0.2s linear;
}
body.woocommerce.archive main article section.product-row ul.products li.product img:hover,
body.home main article section.product-row ul.products li.product img:hover {
    opacity: 0.7;
}
@media screen and (max-width: 519px) {
    body.woocommerce.archive main article section.product-row ul.products li.product,
    body.home main article section.product-row ul.products li.product {
        width: 100%;
        float: none;
    }
}
body.woocommerce.archive main article section.product-row ul.products li.product div.calculate-height-item,
body.home main article section.product-row ul.products li.product div.calculate-height-item {
    margin-bottom: 10px;
}
body.woocommerce.archive main article section.product-row ul.products li.product h2.woocommerce-loop-product__title,
body.home main article section.product-row ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 2.4rem;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #94b4ab;
}
body.home main article section.product-row ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 2.4rem;
}
@media (min-width: 1024px) {
    body.home main article section.product-row ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 2.8rem;
    }
}
body.woocommerce.archive main article section.product-row ul.products li.product span.price,
body.home main article section.product-row ul.products li.product span.price {
    margin-bottom: 0;
}
body.home main article section.product-row ul.products li.product span.price {
    font-size: 2.2rem;   
}
body.woocommerce.archive main article section.product-row ul.products li.product span.amount,
body.home main article section.product-row ul.products li.product span.amount {
    font-weight: 700;
    font-size: 1em;
    color: #000;
}
body.woocommerce.archive main article section.product-row ul.products li.product a.button,
body.home main article section.product-row ul.products li.product a.button {
    display: inline-block;
    font-size: 1.6rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    padding: 1.3rem 2rem;
    outline: none;
    border-radius: 8px;
    border-radius: 50px;
    background: transparent;
    color: #94b4ab;
    border: 1px solid #94b4ab;
    margin-bottom: 10px;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s linear all;
    transition: all 0.2s linear;
}
body.home main article section.product-row ul.products li.product a.button {
    font-size: 2.2rem;   
}
body.woocommerce.archive main article section.product-row ul.products li.product a.button:hover,
body.home main article section.product-row ul.products li.product a.button:hover {
    background: #94b4ab;
    color: #fff;
    border: 1px solid #94b4ab;
}
body.woocommerce main article section.product-archive-grid div.wrapped-content,
body.home main article section.product-archive-grid div.wrapped-content {
    max-width: 1452px;
}
body.woocommerce main article section.product-archive-grid ul.products li.product a.added_to_cart,
body.home main article section.product-archive-grid ul.products li.product a.added_to_cart {
    margin-left: 20px;
    padding-top: 0;
    font-size: 0.8em;
    color: #000;
    position: relative;
    display: inline-block;
}
body.woocommerce main article section.product-archive-grid ul.products li.product a.added_to_cart:after,
body.home main article section.product-archive-grid ul.products li.product a.added_to_cart:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
}
body.woocommerce main article section.product-archive-grid ul.products li.product a.added_to_cart:hover,
body.home main article section.product-archive-grid ul.products li.product a.added_to_cart:hover {
    color: #9b5da2;
}
body.woocommerce main article section.product-archive-grid ul.products li.product a.added_to_cart:hover:after,
body.home main article section.product-archive-grid ul.products li.product a.added_to_cart:hover:after {
    background: #9b5da2;
}
body.single-product main article section.product-row div.woocommerce-message {
    font-size: 1.8em;
}
body.single-product main article section.product-row nav.woocommerce-breadcrumb {
    font-size: 1.4em;
    display: none;
}
body.single-product main article section.product-row div.product div.woocommerce-tabs {
    margin-top: 60px;
}
body.single-product main article section.product-row div.product div.woocommerce-tabs ul.tabs > li:before {
    display: none;
}
body.single-product main article section.product-row div.product div.summary h1.product_title {
    font-size: 4em;
    margin-bottom: 25px;
}
body.single-product main article section.product-row div.product div.summary h3.online-orders-heading {
    margin-top: 10px;
    margin-bottom: 30px;
}
body.single-product main article section.product-row div.product div.summary h3.local-pickup-heading {
    margin-bottom: 0;
    margin-top: 50px;
}
body.single-product main article section.product-row div.product div.summary p.price span.amount {
    color: #000;
    font-weight: 700;
    font-size: 2.1em;
}
body.single-product main article section.product-row div.product div.summary p.out-of-stock {
    font-size: 1.8em;
}
body.single-product main article section.product-row div.product div.summary p.in-stock {
    font-size: 1.8em;
    color: #94b4ab;
}
body.single-product main article section.product-row div.product div.summary div.product_meta {
    font-size: 1.8em;
    margin-top: 35px;
}
body.single-product main article section.product-row div.product div.summary div.product_meta span.sku_wrapper {
    display: inline-block;
    margin-right: 15px;
}
body.single-product main article section.product-row div.product div.summary div.product_meta a {
    color: #94b4ab;
}
body.single-product main article section.product-row div.product div.summary div.product_meta a:hover {
    text-decoration: underline;
}
body.single-product main article section.product-row div.product div.summary form.cart {
    margin-top: 30px;
}
body.single-product main article section.product-row div.product div.summary form.cart div.quantity {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0 !important;
}
body.single-product main article section.product-row div.product div.summary form.cart div.quantity input.qty {
    font-size: 1.6em;
    padding: 3px 0;
}
body.single-product main article section.product-row div.product div.summary form.cart div.woocommerce-variation-price {
    display: none;
}
body.single-product main article section.product-row div.product div.summary form.cart table.variations {
    font-size: 1.6em;
    margin-bottom: 35px;
}
body.single-product main article section.product-row div.product div.summary form.cart table.variations a.reset_variations {
    display: none !important;
}
body.single-product main article section.product-row div.product div.summary form.cart table.variations td.label {
    line-height: 2.4em;
}
body.single-product main article section.product-row div.product div.summary form.cart table.variations select#option {
    padding: 7px 10px;
    width: 100%;
    box-sizing: border-box;
}
body.single-product main article section.product-row div.product div.summary form.cart button.single_add_to_cart_button {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    padding: 0.8rem 2rem;
    outline: none;
    border-radius: 8px;
    border-radius: 50px;
    float: none !important;
    background: transparent;
    color: #9b5da2;
    border: 1px solid #9b5da2;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s linear all;
    transition: all 0.2s linear;
}
body.single-product main article section.product-row div.product div.summary form.cart button.single_add_to_cart_button:hover {
    background: #9b5da2;
    color: #fff;
    border: 1px solid #9b5da2;
}
@media (min-width: 48em) {
    body.single-product main article section.product-row div.product div.summary p.in-stock,
    body.single-product main article section.product-row div.product div.summary p.out-of-stock {
        font-size: 2em;
    }
}
@media (min-width: 64em) {
    body.single-product main article section.product-row div.product div.summary h1.product_title {
        font-size: 5em;
    }
}
body.single-product main article section.product-row div.product #tab-additional_information > h2:first-child,
body.single-product main article section.product-row div.product #tab-description > h2:first-child {
    display: none;
}
body.single-product main article section.product-row div.product #tab-additional_information h3,
body.single-product main article section.product-row div.product #tab-description h3 {
    margin: 50px 0 20px;
    color: #000;
}
body.single-product main article section.product-row div.product #tab-additional_information table.woocommerce-product-attributes {
    font-size: 1.6em;
}
body.single-product main article section.product-row div.product #tab-reviews h2.woocommerce-Reviews-title {
    display: none;
}
body.single-product main article section.product-row div.product #tab-reviews #review_form p.form-submit > input[type="submit"] {
    display: inline-block;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding: 0.8rem 2rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    outline: none;
    border-radius: 8px;
    border-radius: 50px;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s linear all;
    transition: all 0.2s linear;
    background: transparent;
    color: #94b4ab;
    border: 1px solid #94b4ab;
}
body.single-product main article section.product-row div.product #tab-reviews #review_form p.form-submit > input[type="submit"]:hover {
    background: #94b4ab;
    color: #fff;
    border: 1px solid #94b4ab;
    text-decoration: none;
    padding: 0.8rem 3rem;
}
body.single-product main article section.related.products {
    padding-top: 40px;
    border-top: 1px solid #ddd;
    margin-top: 60px;
}
body.single-product main article section.related.products h2 {
    font-size: 4em;
}
body.single-product main article section.related.products ul.products {
    position: relative;
    z-index: 1;
}
body.single-product main article section.related.products ul.products li.product {
    margin-top: 30px;
    margin-bottom: 30px;
}
body.single-product main article section.related.products ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 2rem;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #94b4ab;
}
@media (min-width: 48em) {
    body.single-product main article section.related.products ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 2.4rem;
    }
}
body.single-product main article section.related.products ul.products li.product span.amount {
    font-weight: 700;
    font-size: 1em;
    color: #000;
}
body.single-product main article section.related.products ul.products li.product a.button {
    display: inline-block;
    font-size: 1.6rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    padding: 1.3rem 2rem;
    outline: none;
    border-radius: 8px;
    border-radius: 50px;
    background: transparent;
    color: #94b4ab;
    border: 1px solid #94b4ab;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s linear all;
    transition: all 0.2s linear;
}
body.single-product main article section.related.products ul.products li.product a.button:hover {
    background: #94b4ab;
    color: #fff;
    border: 1px solid #94b4ab;
}
body.woocommerce-cart main article section#page-entry div.woocommerce {
    position: relative;
    z-index: 1;
}
body.woocommerce-cart main article section#page-entry div.woocommerce div.woocommerce-message {
    font-size: 1.6em;
}
body.woocommerce-cart main article section#page-entry div.woocommerce p.return-to-shop a.button {
    display: inline-block;
    font-size: 1.8rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    padding: 1.2rem 2rem;
    outline: none;
    border-radius: 50px;
    background: transparent;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s linear all;
    transition: all 0.2s linear;
    color: #94b4ab;
    border: 1px solid #94b4ab;
}
body.woocommerce-cart main article section#page-entry div.woocommerce p.return-to-shop a.button:hover {
    background: #94b4ab;
    color: #fff;
    border: 1px solid #94b4ab;
}
body.woocommerce-cart main article section#page-entry table.cart {
    font-size: 1.6em;
}
body.woocommerce-cart main article section#page-entry table.cart td.product-thumbnail img {
    width: 100px;
}
body.woocommerce-cart main article section#page-entry table.cart td.actions button[type="submit"] {
    display: inline-block;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding: 0.8rem 2rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    outline: none;
    border-radius: 8px;
    border-radius: 50px;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s linear all;
    transition: all 0.2s linear;
    background: transparent;
    color: #94b4ab;
    border: 1px solid #94b4ab;
}
body.woocommerce-cart main article section#page-entry table.cart td.actions button[type="submit"]:hover {
    background: #94b4ab;
    color: #fff;
    border: 1px solid #94b4ab;
    text-decoration: none;
    padding: 0.8rem 3rem;
}
body.woocommerce-cart main article section#page-entry div.cart_totals {
    width: 100%;
}
@media (min-width: 48em) {
    body.woocommerce-cart main article section#page-entry div.cart_totals {
        width: 65%;
    }
}
body.woocommerce-cart main article section#page-entry div.cart_totals p.cart-totals-text {
    margin-bottom: 0;
    margin-top: 30px;
}
body.woocommerce-cart main article section#page-entry div.cart_totals h2 {
    font-size: 4rem;
    margin: 25px 0 20px;
}
body.woocommerce-cart main article section#page-entry div.cart_totals p.woocommerce-shipping-destination {
    font-size: 1em;
}
body.woocommerce-cart main article section#page-entry div.cart_totals ul#shipping_method li {
    padding-left: 0;
}
body.woocommerce-cart main article section#page-entry div.cart_totals ul#shipping_method li input[type="radio"] {
    margin-top: 6px;
    margin-right: 9px;
}
body.woocommerce-cart main article section#page-entry div.cart_totals table.shop_table {
    font-size: 1.6em;
}
body.woocommerce-cart main article section#page-entry div.cart_totals table.shop_table tr.shipping ul#shipping_method {
    font-size: 1.6rem;
}
body.woocommerce-cart main article section#page-entry div.cart_totals a.checkout-button {
    display: inline-block;
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem 2rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    outline: none;
    border-radius: 8px;
    border-radius: 50px;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s linear all;
    transition: all 0.2s linear;
    background: #94b4ab;
    color: #fff;
}
body.woocommerce-cart main article section#page-entry div.cart_totals a.checkout-button:hover {
    background: #fff;
    color: #94b4ab;
}
body.woocommerce-checkout span.select2-results {
    font-size: 1.2em;
    padding: 10px;
}
body.woocommerce-checkout span.select2 {
    font-size: 0.8em;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div.express-provided-address a.ex-show-address-fields {
    font-size: 1.8em;
    text-decoration: underline;
    font-weight: 700;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div.express-provided-address address {
    font-size: 1.8em;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-bottom-width: 1px;
    border-right-width: 1px;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div.woocommerce-order table.woocommerce-table {
    font-size: 1.8em;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div.woocommerce-order table.woocommerce-table.woocommerce-table--order-details {
    margin-bottom: 60px;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div.woocommerce-order section.woocommerce-customer-details {
    margin-top: 60px;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div.woocommerce-order section.woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 4.4em;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div.woocommerce-order section.woocommerce-customer-details address {
    font-size: 1.8em;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-bottom-width: 1px;
    border-right-width: 1px;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce p.form-row label {
    font-size: 0.8em;
    font-weight: 700;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce p.form-row input[type="email"],
body.woocommerce-checkout main article section#page-entry div.woocommerce p.form-row input[type="text"],
body.woocommerce-checkout main article section#page-entry div.woocommerce p.form-row textarea {
    font-size: 0.8em;
    padding: 10px;
    border: 1px solid #ddd;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce p.form-row textarea {
    height: 120px;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div.woocommerce-shipping-fields h3#ship-to-different-address {
    color: #000;
    font-size: 2em;
    margin-left: 0;
    margin-bottom: 45px;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div.woocommerce-shipping-fields h3#ship-to-different-address input[type="checkbox"] {
    margin-right: 10px;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div#order_review table.shop_table {
    font-size: 1.6em;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div#order_review table.shop_table tr.shipping td ul#shipping_method li {
    padding-left: 0;
    margin-bottom: 0;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div#order_review table.shop_table tr.shipping td input[type="radio"] {
    margin-top: 6px;
    margin-right: 9px;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div#order_review ul#shipping_method,
body.woocommerce-checkout main article section#page-entry div.woocommerce div#order_review ul.wc_payment_methods {
    font-size: 1.6rem;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div#order_review div.form-row.place-order {
    padding: 2em;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div#order_review div.form-row.place-order p {
    font-size: 1.8em;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div#order_review button#place_order {
    display: inline-block;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding: 1.2rem 2rem;
    font-family: Inter, sans-serif;
    font-weight: 600;
    outline: none;
    border-radius: 50px;
    text-transform: uppercase;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: all 0.2s linear;
    -ms-transition: 0.2s linear all;
    transition: all 0.2s linear;
    background: #94b4ab;
    color: #fff;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div#order_review button#place_order:hover {
    background: #fff;
    color: #94b4ab;
    text-decoration: none;
    padding: 1.2rem 3rem;
}
body.woocommerce-checkout main article section#page-entry div.woocommerce div#order_review a.alt.angelleye_cancel {
    margin-top: 20px;
    font-size: 14px;
}
div.kayas-aid-description {
    padding-bottom: 60px;
}
div.kayas-aid-description h3 {
    margin: 50px 0 20px;
    color: #000;
}
div.popup-form form {
    padding: 0;
    width: 100% !important;
    max-width: 540px;
    margin: 20px 0 0;
}
div.popup-form form.asterisk-error ul.gform_fields li.gfield div.gfield_description.validation_message {
    top: 16px;
}
div.popup-form h2 {
    font-size: 3em;
    font-family: Bodoni Moda, sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
}
div.popup-form p {
    font-size: 1.6em;
    margin-top: 0;
}
div.popup-form div.gform_footer {
    margin-top: 25px;
}
div.popup-form input[type="submit"] {
    padding: 10px 15px !important;
    width: auto !important;
    max-width: none;
    margin-top: 20px;
}
div.popup-form ul.gfield_checkbox {
    font-size: 2em;
}
div.popup-form ul.gfield_checkbox label {
    color: #000 !important;
}
main.internal div.breadcrumbs {
    padding: 25px 0;
}
main.internal div.breadcrumbs p {
    text-transform: lowercase;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #333;
}
main.internal div.breadcrumbs p span.extra {
    display: inline-block;
    margin: 0 5px 0 3px;
    color: #000;
}
main.internal div.breadcrumbs p span.separator {
    display: inline-block;
    margin: 0 5px;
}
main.internal div.breadcrumbs p .breadcrumb_last {
    color: #94b4ab;
    font-weight: 700;
    display: inline-block;
}
main.blog div.blog-wrap {
    padding: 70px 0;
}
@media (min-width: 48em) {
    main.blog div.blog-wrap {
        padding: 130px 0;
    }
}
main.blog section.feed,
main.blog section.single-blog {
    margin-bottom: 80px;
}
main.blog section.feed h1.category-heading,
main.blog section.feed h2.category-heading,
main.blog section.feed strong.category-heading,
main.blog section.single-blog h1.category-heading,
main.blog section.single-blog h2.category-heading,
main.blog section.single-blog strong.category-heading {
    font-size: 3em;
    font-weight: 400;
    margin-top: 0;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #000;
    border-bottom: 1px solid #ddd;
}
main.blog section.feed article,
main.blog section.single-blog article {
    margin-top: 100px;
}
main.blog section.feed article:after,
main.blog section.feed article:before,
main.blog section.single-blog article:after,
main.blog section.single-blog article:before {
    content: " ";
    display: table;
}
main.blog section.feed article:after,
main.blog section.single-blog article:after {
    clear: both;
}
main.blog section.feed article:first-child,
main.blog section.single-blog article:first-child {
    margin-top: 0;
}
main.blog section.feed article div.left,
main.blog section.single-blog article div.left {
    margin-bottom: 35px;
}
main.blog section.feed article div.left img,
main.blog section.single-blog article div.left img {
    opacity: 1;
    -moz-transition: 0.2s linear opacity;
    -o-transition: 0.2s linear opacity;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: 0.2s linear opacity;
    transition: opacity 0.2s linear;
}
main.blog section.feed article div.left img:hover,
main.blog section.single-blog article div.left img:hover {
    opacity: 0.7;
}
main.blog section.feed article div.right h2,
main.blog section.single-blog article div.right h2 {
    text-transform: none;
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #94b4ab;
}
main.blog section.feed article div.right h2 a:hover,
main.blog section.single-blog article div.right h2 a:hover {
    text-decoration: underline;
}
main.blog section.feed article div.right p,
main.blog section.single-blog article div.right p {
    font-size: 1.6em;
}
main.blog section.feed article div.right a.read-more,
main.blog section.single-blog article div.right a.read-more {
    margin-top: 12px;
}
@media (min-width: 48em) {
    main.blog section.feed article div.right h2,
    main.blog section.single-blog article div.right h2 {
        font-size: 3.4em;
    }
    main.blog section.feed article div.right p,
    main.blog section.single-blog article div.right p {
        font-size: 1.8em;
    }
}
@media (min-width: 64em) {
    main.blog section.feed article div.left,
    main.blog section.single-blog article div.left {
        width: 36.5%;
        margin-right: 5%;
        float: left;
        margin-bottom: 0;
    }
    main.blog section.feed article div.right,
    main.blog section.single-blog article div.right {
        width: 58.5%;
        float: right;
    }
}
main.blog aside {
    max-width: 337px;
    margin-left: auto;
    margin-right: auto;
}
main.blog aside li.widget {
    list-style-type: none;
    margin-top: 35px;
}
main.blog aside li.widget:first-child {
    margin-top: 0;
}
main.blog aside li.widget h2 {
    font-size: 3.2em;
    font-weight: 700;
    color: #e5cfa2;
    display: block;
    margin-top: 0;
}
main.blog aside li.widget ul {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 0;
}
main.blog aside li.widget ul:last-child {
    margin-bottom: 0;
}
main.blog aside li.widget ul > li {
    position: relative;
    list-style-type: none;
    margin-top: 10px;
}
main.blog aside li.widget ul > li a {
    display: block;
    padding: 10px;
    background: #eee;
    border-radius: 8px;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
main.blog aside li.widget ul > li a:hover {
    background: #94b4ab;
    color: #fff;
}
main.blog aside li.widget ul > li:first-child {
    margin-top: 0;
}
@media (min-width: 48em) {
    main.blog aside li.widget h2 {
        font-size: 3.4em;
    }
}
@media (min-width: 64em) {
    main.blog section.feed,
    main.blog section.single-blog {
        float: left;
        width: 65%;
        margin-right: 5%;
        margin-bottom: 0;
    }
    main.blog aside {
        float: right;
        width: 30%;
    }
}
@media (min-width: 1200px) {
    main.blog section.feed,
    main.blog section.single-blog {
        width: 74%;
        margin-right: 5%;
    }
    main.blog aside {
        width: 21%;
    }
}
div.pagination-wrapper {
    text-align: center;
}
div.pagination-wrapper ul {
    list-style: none;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    margin: 80px 0 0;
}
div.pagination-wrapper ul > li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    padding-left: 0;
}
div.pagination-wrapper ul > li:before {
    display: none;
}
div.pagination-wrapper ul > li > .page-numbers,
div.pagination-wrapper ul > li > a {
    display: inline-block;
    padding: 7px 5px;
    background: transparent;
    border: 1px solid #94b4ab;
    width: 34px;
    height: 35px;
    font-weight: 700;
    color: #94b4ab;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
div.pagination-wrapper ul > li > .page-numbers:hover,
div.pagination-wrapper ul > li > a:hover {
    background: #94b4ab;
    color: #fff;
}
div.pagination-wrapper ul > li.arrow a:before {
    content: "";
    font-family: Font Awesome\5 Free;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
div.pagination-wrapper ul > li.arrow.prev-page {
    margin-right: 25px;
}
div.pagination-wrapper ul > li.arrow.prev-page > a:before {
    content: "\f060";
}
div.pagination-wrapper ul > li.arrow.next-page {
    margin-left: 25px;
}
div.pagination-wrapper ul > li.arrow.next-page > a:before {
    content: "\f061";
}
main.blog.single section.single-blog {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
}
@media (min-width: 64em) {
    main.blog.single section.single-blog {
        padding-bottom: 0;
        border-bottom: 0;
    }
}
main.blog.single section.single-blog article h1 {
    font-size: 3em;
    color: #94b4ab;
    margin-top: 0;
    margin-bottom: 30px;
}
main.blog.single section.single-blog article h2 {
    font-size: 2.8em;
    color: #e5cfa2;
}
main.blog.single section.single-blog article h3 {
    font-size: 2.6em;
}
main.blog.single section.single-blog article ol,
main.blog.single section.single-blog article p,
main.blog.single section.single-blog article ul {
    font-size: 1.6em;
    line-height: 1.8;
}
main.blog.single section.single-blog article ol:last-child,
main.blog.single section.single-blog article p:last-child,
main.blog.single section.single-blog article ul:last-child {
    margin-bottom: 0;
}
@media (min-width: 48em) {
    main.blog.single section.single-blog article h1 {
        font-size: 3.2em;
    }
    main.blog.single section.single-blog article ol,
    main.blog.single section.single-blog article p,
    main.blog.single section.single-blog article ul {
        font-size: 1.8em;
    }
}
@media (min-width: 64em) {
    main.blog.single section.single-blog article h1 {
        font-size: 4em;
    }
}







/*


header#main-header div.nav-wrap div.nav-area div.flex {
        display: none;
    }
    
    header#main-header div.top-nav-wrap {
        text-align: right;
        background: transparent;
        display: block;
    }
    
    header#main-header div.top-nav-wrap a {
        color: #fff;
    }
    
    header#main-header div.top-nav-wrap a.phone {
        color: #fff;
        box-sizing: border-box;
        border-radius: 33px;
        font-size: 1.8em !important;
        font-weight: 600 !important;
        padding: 1rem;
        display: block;
        margin-left: auto;
        text-align: center;
        max-width: 19.5rem;
        background: #82a49a;
        transition: .2s linear all;
    }
    
    @media (max-width: 767px) {
        header#main-header div.top-nav-wrap.wrapped-content {
            max-width: none;
        }
        
        header#main-header div.top-nav-wrap a.phone {
            display: block !important;
            margin-left: auto !important;
            margin-right: auto !important;
            margin-bottom: 2rem !important;
            background: #e5cfa2;
        }
        
        
        
        header#main-header div.top-nav-wrap div.top-nav a.cart span.count {
            line-height: 1.2;
        }
    }
    
    header#main-header div.top-nav-wrap a.phone:hover {
        background: #000;
    }
    
    header#main-header div.top-nav-wrap a.phone i {
        margin-right: 1.1rem;
    }
    
    header#main-header div.top-nav-wrap a.phone svg {
        fill: #fff;
        
    }
    
    header#main-header div.top-nav-wrap div.top-nav {
        font-size: 1.8em;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    
    
    header#main-header div.top-nav a {
        margin: 0 1rem;
        vertical-align: middle;
    }
    
    
    @media (min-width: 768px) {
        
        header#main-header {
            padding-top: 2rem;
        }
        
        header#main-header div.flex-parent div.nav-area {
            padding: 0;
            background: transparent;
        }
        
        header#main-header div.top-nav-wrap.wrapped-content {
            max-width: none;
        }
        
        header#main-header div.top-nav-wrap {
            padding-top: 0;
        }
        
        header#main-header div.top-nav a {
            margin: 0 1.5rem;
        }
        
        header#main-header div.top-nav-wrap a.phone {
            display: block !important;   
            margin-bottom: 3rem;
        }
        
        header#main-header div.top-nav-wrap div.top-nav {
            padding-right: 2rem;
            
        }
        
        header#main-header div.flex-parent {
            align-items: center;
        }
        
        header#main-header div.nav-wrap div.logo {
            margin-top: 2rem;
        }
        
        header#main-header.fixed div.top-nav-wrap {
            padding: 1.5rem 2.5rem;
            background: #82a49a;
        }
    }
    
    @media (min-width: 1800px) {
        
        header#main-header div.top-nav-wrap {
            padding-right: 2rem;    
        }
    }
    
    
    
    header#main-header.fixed div.top-nav-wrap a.phone {
            display: none !important;
        }
        
        
    
    
    header#main-header div.flex-parent div.nav-area a.shop {
        font-size: inherit;
    }
    
    header#main-header div.flex-parent div.nav-area a.cart, 
    header#main-header div.flex-parent div.nav-area a.shop {
        display: inline-block;
        vertical-align: middle;
    }
    
    header#main-header div.flex-parent div.nav-area a.cart {
        font-size: 2.1rem;
    }
    
    
    
    @media (min-width: 440px) {
		nav#header-nav.is-active {
		    margin-top: 95px;   
		}
	}
	
*/
	
	main.site-main ul.products li.post-28435 img,
	body.home main article section.product-row ul.products li.post-28435 img {
	    background: transparent !important;
	}
	
	main.site-main ul.products li.post-28435 img:hover,
	body.home main article section.product-row ul.products li.post-28435 img:hover {
	    opacity: .7 !important;
	}
	
	
	
	
	@media (min-width: 1024px) {
	    
	    
	    body.woocommerce-page header.internal .flex-header > .wrapped-content,
	    body.single-product header.internal .flex-header > .wrapped-content,
    	body.archive header.internal .flex-header > .wrapped-content {
    	    position: relative !important;
    	}
    	
    	body.woocommerce-page header.internal .flex-header > .wrapped-content::before,
    	body.single-product header.internal .flex-header > .wrapped-content::before,
    	body.archive header.internal .flex-header > .wrapped-content::before {
    	   content: '';
            display: block;
            position: absolute;
            left: 13rem;
            top: 13rem;
            width: 40rem;
            height: 40rem;
            opacity: .3;
            background: url(/wp-content/themes/nhc/assets/images/svg-emu-white.svg) no-repeat 0 0;
    	}
    }