@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: NeutrafaceText;
    /*src: url("/wp-content/themes/hello-elementor/fonts/NeutrafaceText-Bold.woff2") format("woff2");*/
}
html {
    box-sizing: border-box;
    font: medium/1.2 Trirong, serif;
    color: #302d2a;
    background-color: #fff;
}
.doublespace {
    font-size: 0.9375rem;
    line-height: 2;
}
.sans {
    font-weight: 700;
    font-family: NeutrafaceText, sans-serif;
    font-feature-settings: "lnum";
}
.screen-reader-text,
.gflabel-srtext label {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
.splitblock > h2 {
    margin-top: 75px;
    font-size: 1.875rem;
    text-align: center;
}
.splitblock-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    padding: 0;
}
.splitblock-block {
    flex-grow: 1;
    min-width: 50%;
    max-width: 750px;
    margin: 50px auto;
    padding: 0 25px;
    border-bottom: 1px solid #d6d1ca;
}
.splitblock-side {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.sidebar-block {
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}
.sidebar-block:not(.sidebar-block-dnt) + .sidebar-block {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #d6d1ca;
}
.sidebar-block h2 {
    margin-top: 0;
    font-size: 0.875rem;
    text-align: center;
}
.sidebar-block .btn {
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
.sidebar-block-social h2 {
    margin-bottom: 1rem;
    font-size: 0.75rem;
}
.sidebar-block-products .btn {
    width: 100%;
    margin: 10px auto 0;
}
.sidebar-block-products .btn:focus {
    outline-color: #302d2a;
}
.sidebar-block-fad {
    font-size: 0.875rem;
    line-height: 1.333;
}
.sidebar-block-fad a {
    display: block;
    padding: 20px;
    color: #302d2a;
    background-color: #f3f1ef;
}
.sidebar-block-fad a:hover {
    color: #326295;
}
.sidebar-block-fad a::before {
    display: block;
    width: 15px;
    height: 22px;
    margin: 0 auto 10px;
    background-image: url("images/mapmarker.svg");
    content: "";
}
.sidebar-block-gi > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 140px;
    padding: 0 20px;
    font-size: 0.875rem;
    color: #fff;
    background-image: url("images/gi-sidebar.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar-block-gi h2 {
    margin-bottom: 20px;
}
.sidebar-block-dnt {
    margin-bottom: 25px;
    padding: 25px 15px;
    text-align: center;
    background-color: #47d7ac;
}
.sidebar-block-dnt h2 {
    font-size: 1.125rem;
}
.sidebar-block-dnt p {
    font-size: 0.875rem;
    line-height: 1.714;
    text-align: center;
    text-transform: none;
}
.sidebar-block-dnt input {
    padding: 0 10px;
    font-size: 0.75rem;
    background-color: #f3f1ef;
}
.sidebar-block-dnt button {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #326295;
}
.sidebar-block-dnt button:focus {
    outline-color: #302d2a;
}
.sidebar-block-dnt button:hover {
    border-color: #302d2a;
}
.islider-wrapper {
    position: relative;
    overflow-x: hidden;
}
.islider {
    display: flex;
    position: relative;
    align-items: flex-start;
    overflow-x: scroll;
    font-size: 0.75rem;
    line-height: 1.714;
    background-color: #d6d1ca;
}
.islider-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 300%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 25px, transparent 10px);
    content: "";
}
.islider-slide {
    flex-shrink: 0;
    width: 100vw;
}
.islider img {
    display: block;
}
.islider .circle,
.callout-floater {
    display: none;
}
.islider .circle:focus {
    outline-color: #fff;
}
.islider-callouts {
    padding: 25px;
}
.islider-callout p {
    margin: 0;
}
.islider-callout p:first-child {
    font-size: 0.875rem;
    line-height: 1.667;
    text-transform: uppercase;
}
.islider-callout + .islider-callout {
    margin-top: 1.5em;
}
.islider-progress {
    display: flex;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 2;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    border-top: 1px solid #fff;
    transform: translate(-50%, 0);
}
.islider-progress button {
    position: relative;
    top: -5px;
    width: 11vw;
    height: 12px;
    margin: 0 3vw;
    background-image: url("/wp-content/uploads/assets/images/whitecircle.svg");
    background-position: top center;
    background-repeat: no-repeat;
}
.islider-progress button:focus {
    outline-color: #fff;
}
@media screen and (min-width: 768px) {
    .btn {
        width: auto;
        height: 45px;
    }
    .doublespace {
        font-size: 1.25rem;
    }
    input,
    select {
        height: 45px;
    }
    .header-block h1 {
        font-size: 3.5rem;
    }
    .fmavideo-btn {
        width: 280px;
        font-size: 1.125rem;
    }
    .fmavideo-btn .fmavideo-btn-play {
        width: 52px;
        height: 52px;
        background-size: 104px 52px;
    }
    .block-bad {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;
        padding: 25px;
    }
    .block-bad-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .block-bad-wrapper > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .block-bad h2 {
        margin-bottom: 0;
    }
    .block-fad {
        height: 570px;
    }
    .block-fad h2 {
        margin-bottom: 60px;
        font-size: 4.75rem;
    }
    .block-fad form {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .block-fad form > * {
        margin-right: 10px;
        margin-left: 10px;
    }
    .block-fad p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.875rem;
    }
    .block-fad input {
        width: 125px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .block-dnt h2 {
        font-size: 1.875rem;
    }
    .block-dnt p {
        margin: 10px 0;
    }
    .block-dnt input {
        width: 270px;
        margin-right: 20px;
    }
    .block-gi h2 {
        font-size: 1.875rem;
    }
    .gidnt-wrapper {
        display: flex;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        padding: 75px 0;
    }
    .gidnt-wrapper > * {
        width: 50%;
    }
    .block-footercta {
        font-size: 1.125rem;
        line-height: 1.333;
    }
    .block-footercta h2 {
        font-size: 1.875rem;
    }
    .block-quotes {
        margin: 100px 0;
    }
    .block-quotes-wrapper {
        position: relative;
    }
    .block-quotes h2 {
        margin-bottom: 60px;
        font-size: 1.875rem;
    }
    .quote-list {
        font-size: 2.25rem;
    }
    .quote-list footer {
        font-size: 0.875rem;
    }
    .block-eop {
        height: 550px;
        background-image: url("images/eop-bg-d.jpg");
    }
    .block-eop-wrapper {
        padding: 150px 25px;
    }
    .block-eop h2 {
        margin-bottom: 60px;
        font-size: 4.75rem;
    }
    .block-eop a + a {
        margin-top: 0;
        margin-left: 15px;
    }
    .blog-list li {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .blog-list img {
        align-self: center;
        width: 370px;
        margin-right: 30px;
    }
    .blog-list-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 300px;
    }
    .blog-list-date {
        margin-top: 0;
        letter-spacing: 0.1em;
    }
    .blog-list-title {
        font-size: 1.125rem;
    }
    .blog-list-excerpt {
        font-size: 0.875rem;
    }
    .blog-list-wrapper .btn {
        width: 140px;
    }
    .featuredblog .blog-list-date {
        font-size: 1.125rem;
    }
    .featuredblog .blog-list-title {
        font-size: 1.875rem;
    }
    input:not([type="file"]):not([type="submit"]),
    select,
    .selectlabel,
    .has-selectlabel label,
    textarea,
    .gform_wrapper input[type="submit"] {
        font-size: 0.75rem !important;
    }
    .block-form-header h2 {
        font-size: 1.875rem;
    }
    .block-form .thankyou {
        font-size: 1.25rem;
    }
    .pagination li:first-child,
    .pagination li:last-child {
        width: auto;
    }
    .intro-block {
        padding: 0 15px;
    }
    .intro-block-head {
        font-size: 1.875rem;
    }
    .home-about-section,
    .home-section-uses {
        font-size: 1.125rem;
    }
    .home-about-section h2,
    .home-section-uses h2 {
        font-size: 1.875rem;
    }
    .home-about-section h2 {
        margin-bottom: 1em;
    }
    .home-about-section p {
        line-height: 2;
    }
    .home-section-uses-wrapper {
        padding: 100px 15px;
    }
    .home-section-uses ul {
        line-height: 2;
    }
    .islider {
        font-size: 0.875rem;
    }
    .islider-callout p:first-child {
        font-size: 1.125rem;
    }
    .islider-slide.inactive::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        content: "";
    }
    .block-results h2,
    .block-products h2 {
        font-size: 4.75rem;
    }
    .products-graybox,
    .products-greenbox {
        padding: 100px 15px;
    }
    .products-graybox h2,
    .products-greenbox h2 {
        margin-bottom: 1em;
        font-size: 1.875rem;
    }
    .products-graybox {
        text-align: center;
    }
    .products-greenbox {
        padding: 100px;
    }
    .products-lineimg {
        max-width: 570px;
        margin: 100px auto 0;
    }
    .product-list .title {
        font-size: 1.875rem;
    }
    .page-template-product .product-list .title {
        font-size: 1.125rem;
    }
    .product-list .subtitle {
        font-size: 1.125rem;
    }
    
}
@media screen and (min-width: 800px) {
   
    .splitblock-wrapper {
        flex-wrap: nowrap;
        padding-top: 60px;
    }
    .splitblock-block {
        margin-top: 0;
        margin-right: 15px;
        padding-right: 54px;
        padding-bottom: 0;
        border-right: 1px solid #d6d1ca;
        border-bottom: 0;
    }
    .blogdate {
        margin-top: 0;
    }
    .blogtitle {
        margin-bottom: 1em;
    }
    .blogcontent {
        margin-bottom: 100px;
    }
    .splitblock-side {
        width: 230px;
    }
    .sidebar-block h2 {
        text-align: left;
    }
    .sidebar-block-fad h2 {
        text-align: center;
    }
    .sidebar-block-gi > div {
        height: 325px;
    }
    .sidebar-block-gi h2 {
        text-align: center;
    }
    .sidebar-block-dnt h2,
    .sidebar-block-dnt p {
        text-align: center;
    }
}
@media screen and (min-width: 1000px) {
    .bump {
        margin-top: -100px;
    }
    .islider {
        overflow-x: hidden;
        scroll-snap-type: none;
    }
    .islider-slide {
        position: relative;
    }
    .islider .circle {
        display: block;
        position: absolute;
        z-index: 2;
        width: 2rem;
        height: 2rem;
        border: 2px solid #fff;
        border-radius: 100%;
        box-shadow: 2px 3px 10px 0 rgb(0 0 0 / 46%);
        transform: translate(-2rem, 0rem);
    }
    .islider-callouts {
        display: none;
    }
    .callout-floater {
        display: none;
        position: absolute;
        max-width: 435px;
        padding: 15px;
        box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.46);
        background-color: #d6d1ca;
    }
    .callout-floater.hover {
        display: block;
    }
    .callout-floater.click {
        display: block;
    }
    .islider-wrapper::after {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 90px, transparent 90px);
    }
    .islider-progress {
        top: 40px;
    }
    .islider-progress button::after {
        display: block;
        padding-top: 0.5rem;
        font-weight: 700;
        font-size: 0.75rem;
        line-height: 3.333;
        font-family: NeutrafaceText, sans-serif;
        font-feature-settings: "lnum";
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #fff;
        content: "Inspiration " attr(data-i);
    }
    .islider-progress button.active {
        background-color: #fff;
    }
}
@media screen and (min-width: 1050px) {
    .slideoutmenu .menupanel .current-menu-ancestor > a,
    .slideoutmenu .menupanel .current-menu-item > a {
        border-bottom: 0;
        color: #47d7ac;
    }
}
@media screen and (min-width: 1400px) {
    .block-results-slider {
        overflow-x: hidden;
    }
    .block-results-slider img {
        height: 710px;
    }
    .block-results-slider img:last-child {
        display: block;
    }
    .block-results-controls {
        display: block;
    }
}
@media screen and (min-width: 1600px) {
    .islider-slide {
        width: auto;
    }
}