/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, footer, header, nav, section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
figcaption, figure, main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
audio, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details, menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
hr {
    border: 2px solid #eee;
    width: 150px;
}
hr.blue {
    border: 2px solid #0facd7;
    margin-top: 2%;
    width: 450px;
    max-width: 90%}
.banner hr.blue {
    margin-bottom: 4%}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
body {
    margin: 0;
    font-family: Roboto, sans-serif;
    color: #555;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
h2.center {
    text-align: center;
}
h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 1em;
}
@media only screen and (min-width:1000px) {
    h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.8em;
}
}p {
    font-size: 1em;
    line-height: 1.5em;
}
.navigation-wrap {
    color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.navigation-wrap.show-hide-menu {
    background-color: #0facd7;
}
ul.navigation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out;
}
.show-hide-menu ul.navigation-list {
    margin-bottom: 1em;
    height: 15em;
    background-color: #0facd7;
}
ul.navigation-list li {
    display: block;
}
ul.navigation-list a {
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    font-size: 1.2em;
}
ul.navigation-list a:hover {
    background-color: #0facd7;
    color: #fff;
}
button.menu {
    float: right;
    margin: 1em;
    border: none;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    overflow: visible;
    cursor: pointer;
    background-color: #0facd7;
    letter-spacing: 1px;
    border: 0;
    color: #fff;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}
button.menu::-moz-focus-inner, button:active.menu, button:focus.menu {
    outline: 0;
    border: 0;
}
.hamburger-box {
    width: 52px;
    height: 24px;
    margin-bottom: 1em;
    display: block;
    position: relative;
    -webkit-perspective: 80px;
    perspective: 80px;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    background-color: 0s .1s cubic-bezier(.645, .045, .355, 1);
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 52px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
    -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.show-hide-menu .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
}
.show-hide-menu .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.show-hide-menu .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
@media screen and (min-width:750px) {
    .navigation-wrap button.menu {
    display: none;
}
ul.navigation-list {
    display: inline-block;
    margin-bottom: 0;
    height: auto;
    text-align: right;
    width: 100%}
ul.navigation-list li {
    display: inline-block;
}
ul.navigation-list li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 1.4em 1em;
    line-height: 1.5em;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    height: 70px;
    font-size: 1.2em;
}
}body.no-js {
    padding: 0;
}
body.no-js .navigation-wrap {
    position: static;
}
body.no-js .navigation-wrap button.menu {
    display: none;
}
body.no-js ul.navigation-list {
    display: block;
    height: auto;
    margin-bottom: 0;
}
body.no-js ul.navigation-list li {
    display: inline-block;
}
.banner-image:after {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
}
.banner.animate .banner-image:after {
    -webkit-animation: animateAfter .7s forwards;
    animation: animateAfter .7s forwards;
}
@-webkit-keyframes animateAfter {
    0% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}@keyframes animateAfter {
    0% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}.banner-logo {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.banner.animate .banner-logo {
    -webkit-animation: animateLogo .7s forwards;
    animation: animateLogo .7s forwards;
}
@-webkit-keyframes animateLogo {
    0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@keyframes animateLogo {
    0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@media only screen and (min-width:1000px) {
    @-webkit-keyframes animateLogo {
    0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
}@keyframes animateLogo {
    0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
}}.banner-content {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.banner.animate .banner-content {
    -webkit-animation: animateBannerContent .6s forwards;
    animation: animateBannerContent .6s forwards;
}
@-webkit-keyframes animateBannerContent {
    0% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
20% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}@keyframes animateBannerContent {
    0% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
20% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}







.footer {
    background-color: #2b3743;
    color: #dedede;
    padding: 1em;
    margin-top: 5%;
    text-align: center;
}





.footer p {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: .9em;
}


.footer p:first-of-type {
    font-size: 1.1em;
    margin-bottom: 1em;
}


.footer p.copyright {
    font-size: .9em;
    margin-bottom: 1em;
}


.footer ul {
    padding-left: 0;
    list-style: none;
    text-transform: uppercase;
}


.footer ul li {
    padding: 0 0 1em;
    display: inline-block;
}

    .footer .colophon ul li {
        margin-left: 1em;
    }


.footer ul li a {
    color: #fff;
    text-decoration: none;
}


.footer ul li a:hover {
    text-decoration: underline;
}


.footer .footer-callout {
    max-width: 1200px;
    background-color: #0facd7;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
}


.footer .sub-footer {
    max-width: 1200px;
    background-color: #202a36;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}



.footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    .footer .footer-row .col {
        padding: 2% 2%;
    }

        .footer .footer-row .col-1 {
            width: 33%;
        }

        .footer .footer-row .col-2 {
            width: 33%;
        }

        .footer .footer-row .col-3 {
            width: 33%;
        }

        .footer .footer-row .col-4 {
            width: 50%;
        }

        .footer .footer-row .col-5 {
            width: 50%;
        }

    .footer h3 {
        margin-top: 0;
        margin-bottom: 0.5em;
        font-size: 1.4em;
        color: #0facd7;
        text-transform: uppercase;
        font-weight: bold;
    }

        .footer ul {
            margin-bottom: 2.4em;
        }

            .footer ul.vertical-list li {
                display: block;
            }


        .footer hr {
            border: 2px solid #0facd7;
            width: 30px;
            margin-left: 0;
            margin-bottom: 1.5em;
        }



@media only screen and (max-width: 1000px) {
    .footer .footer-row .col-1 {
        width: 100%;
    }

    .footer .footer-row .col-2 {
        width: 50%;
    }

    .footer .footer-row .col-3 {
        width: 50%;
    }

    .footer .footer-row .col-4 {
        width: 50%;
    }

    .footer .footer-row .col-5 {
        width: 50%;
    }
}




@media only screen and (max-width: 700px) {
    .footer .footer-row .col-1 {
        width: 100%;
    }

    .footer .footer-row .col-2 {
        width: 100%;
    }

    .footer .footer-row .col-3 {
        width: 100%;
    }

    .footer .footer-row .col-4 {
        width: 100%;
    }

    .footer .footer-row .col-5 {
        width: 100%;
    }
}




a.footer-logo {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    font-size: 1.4em;
    text-decoration: none;
}

    a.footer-logo img {
        max-width: 25%;
        margin-right: 5%;
    }

    a.footer-logo span {
        max-width: 70%;
        color:#ffffff;
    }





a.certifications-wrap {
    margin-left: 0;
    margin-right: 1em;
    display: flex;
    align-items: center;
    font-size: 0.9em;
    text-decoration: none;
    background-color: #3c4650;
    padding: 0.4em;
    border-radius: 5px;
}

    a.certifications-wrap img {
        max-width: 50px;
    }

    a.certifications-wrap span {
        color:#ffffff;
        margin-left: 5px;
        margin-right:5px;
    }






    .footer ul.contact-list li {
        display: flex;
        text-transform: none;
    }

        .footer ul.contact-list li img {
            width: 20px;
            height: 20px;
            margin-right: 1em;
        }






    .footer-content {
        float: left;
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }






.colophon {
    clear: both;
    width: 100%;
    padding-top: 2em;
}

.colophon p.copyright {
    width: 100%;
    padding-right: 1em;
    padding-left: 1em;
}

.colophon ul {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.colophon ul li a {
    font-size: .9em;
}



@media only screen and (min-width:850px) {
    .colophon ul {
        width: 50%;
        text-align: left;
        float: left;
    }

    .colophon p.copyright {
        width: 50%;
        text-align: right;
        float: left;
    }
}











ul.memberships {
    padding-left:  0;
    list-style: none;
    text-align: center;
}

ul.memberships li {
    margin-bottom: 2em;
}


ul.memberships li a.membership-logo {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
}


ul.memberships li a.membership-logo img {
    max-width: 100%}


ul.memberships li div.membership-text {
    padding-top: 0;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
@media only screen and (min-width:1000px) {
    ul.memberships {
    list-style: none;
    text-align: left;
}
ul.memberships li a.membership-logo {
    float: left;
    width: 25%}
ul.memberships li a.membership-logo img {
    max-width: 100%}
ul.memberships li div.membership-text {
    float: left;
    width: 75%;
    padding-top: 2em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}


}.banner {
    min-height: 830px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    position: relative;
}
.banner-image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../media/banners/banner_bg_home_upto_500px.png);
}
.home .banner-image {
    background-image: url(../media/banners/banner_bg_home_upto_500px.png);
}
.products .banner-image {
    background-image: url(../media/banners/banner_bg_products_upto_500px.png);
}
.contact .banner-image {
    background-image: url(../media/banners/banner_bg_products_upto_500px.png);
}
.careers .banner-image {
    background-image: url(../media/banners/banner_bg_products_upto_500px.png);
}
.banner-image:after {
    content: "";
    position: relative;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../media/banners/banner_image_after_bg_home_upto_810px.png);
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 730px;
    display: block;
}
.home .banner-image:after {
    background-image: url(../media/banners/banner_image_after_bg_home_upto_810px.png);
}
.products .banner-image:after {
    background-image: url(../media/banners/banner_image_after_bg_products_upto_810px.png);
}
.contact .banner-image:after {
    background-image: url(../media/banners/banner_image_after_bg_contact_upto_810px.png);
}
.careers .banner-image:after {
    background-image: url(../media/banners/banner_image_after_bg_careers_upto_810px.png);
}
.banner-content {
    text-align: center;
    color: #555;
    width: 100%;
    margin-bottom: 4em;
}
.banner-content h1 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-weight: 400;
    text-transform: capitalize;
}
.banner-content p {
    font-size: 1em;
    line-height: 1.6em;
}
.banner-content p:first-of-type {
    font-size: 1.2em;
    line-height: 1.6em;
}
.banner-logo {
    display: block;
    position: absolute;
    top: 500px;
    left: 1em;
    width: 150px;
}
.banner-logo img {
    max-width: 100%}
@media only screen and (min-width:810px) {
    .banner {
    padding: 10% 5% 1% 5%}
.banner-image {
    background-position: top right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../media/banners/banner_bg_home_over_500px.png);
}
.home .banner-image {
    background-image: url(../media/banners/banner_bg_home_over_500px.png);
}
.products .banner-image {
    background-image: url(../media/banners/banner_bg_products_over_500px.png);
}
.contact .banner-image {
    background-image: url(../media/banners/banner_bg_products_over_500px.png);
}
.careers .banner-image {
    background-image: url(../media/banners/banner_bg_products_over_500px.png);
}
.banner-image:after {
    margin-left: 60%;
    background-image: url(../media/banners/banner_image_after_bg_home_over_810px.png);
    background-position: left bottom;
}
.home .banner-image:after {
    background-image: url(../media/banners/banner_image_after_bg_home_over_810px.png);
}
.products .banner-image:after {
    background-image: url(../media/banners/banner_image_after_bg_products_over_810px.png);
}
.contact .banner-image:after {
    background-image: url(../media/banners/banner_image_after_bg_contact_over_810px.png);
}
.careers .banner-image:after {
    background-image: url(../media/banners/banner_image_after_bg_careers_over_810px.png);
}
.banner-logo {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 150px;
    margin-top: 10em;
    margin-bottom: 2em;
}
.banner-content {
    position: relative;
    width: 62%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
}@media only screen and (min-width:1000px) {
    .banner {
    padding: 10% 5% 1% 5%}
.banner-image {
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(../media/banners/banner_bg_home_over_1000px.png);
}
.home .banner-image {
    background-image: url(../media/banners/banner_bg_home_over_1000px.png);
}
.products .banner-image {
    background-image: url(../media/banners/banner_bg_products_over_1000px.png);
}
.contact .banner-image {
    background-image: url(../media/banners/banner_bg_products_over_1000px.png);
}
.careers .banner-image {
    background-image: url(../media/banners/banner_bg_products_over_1000px.png);
}
.banner-content {
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
}
.banner-content h1 {
    font-size: 2.4em;
    margin-bottom: 1em;
    font-weight: 400;
    text-transform: capitalize;
}
.banner-content p {
    font-size: 1.1em;
    line-height: 1.6em;
}
.banner-content p:first-of-type {
    font-size: 1.4em;
    line-height: 1.7em;
}
}button.toggle-menu {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 5;
}
a.button {
    background-color: #0facd7;
    color: #fff;
    text-decoration: none;
    padding: 1em 2em;
    border-radius: .5em;
    margin-top: 1em;
    margin-bottom: 1em;
    display: inline-block;
    -webkit-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
}
a:hover.button {
    background-color: #eee;
    color: #333;
}
.section {
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
    color: #555;
    width: 100%}
.section-header-image img {
    max-width: 100%}
.products .section-header {
    margin-bottom: 3em;
}
.section-header-content {
    padding: 5%;
    text-align: center;
}
.section p {
    line-height: 1.6em;
}
@media only screen and (min-width:1000px) {
    .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}
.section-header-image {
    width: 50%;
    min-height: auto;
}
.section-header-content {
    width: 50%;
    text-align: left;
}
.section:nth-child(2n) .section-header-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.section:nth-child(2n) .section-header-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.section p {
    font-size: 1.1em;
    line-height: 1.6em;
}
}.faq_container {
    margin-top: 2em;
    margin-bottom: 2em;
}
.faq_question {
    margin: 0;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
    background-color: #eee;
    padding: 1em;
    width: 100%;
    margin-bottom: .5em;
    background-image: url(../media/plus.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: .5em;
}
.open .faq_question {
    background-image: url(../media/minus.svg);
}
.faq_answer_container {
    height: 0;
    overflow: hidden;
    padding: 0;
}
.faq_answer_container p {
    margin: 0 1em 1em;
}
.faq_answer_container ol {
    margin: 0 2.5em 1em;
    padding: 1em;
}
.expand {
    position: relative;
    width: 30px;
    height: 30px;
}
.expand:after, .expand:before {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}
.expand:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
}
.expand:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
}
.expand:hover {
    cursor: pointer;
}
.expand:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.expand:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.columns {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%}
.single-column {
    width: calc(100% - 2em;
    );
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 4em;
    padding-left: 4em;
    margin-bottom: 5%;
    margin-top: 5%}
.single-column h2 {
    font-size: 1.8em;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.single-column h3 {
    font-size: 1.4em;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.columns .column-50 {
    text-align: left;
}
.column-50 img {
    max-width: 100%}
@media only screen and (min-width:1000px) {
    .columns .column-50 {
    width: 50%;
    float: left;
    text-align: left;
}
.columns .column-50.left {
    padding-right: 4em;
    padding-left: 4em;
}
.columns .column-50.right {
    padding-right: 4em;
    padding-left: 4em;
}
}ul.square {
    padding-left: 20px;
    list-style-image: url(../media/square-bullet.svg);
    margin-top: 2em;
    margin-right: 2em;
}
ul.square li {
    padding-left: 25px;
    margin-bottom: 1em;
}
ol {
    padding-left: 20px;
    margin-top: 2em;
    margin-right: 2em;
}
ol li {
    padding-left: 25px;
    margin-bottom: 1em;
}
ul.cards {
    margin-top: 4em;
    padding: 0;
    text-align: center;
}
ul.cards li {
    display: inline-block;
    width: 100%;
    margin-left: 1%;
    margin-bottom: 2em;
    margin-right: 1%;
    text-align: center;
}
ul.cards li a {
    color: 333;
    text-decoration: none;
    min-height: 3em;
    display: block;
    margin-bottom: 1em;
}
.flip-container {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip-container.hover .flipper, .flip-container:hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.back, .flip-container, .front {
    width: 100%;
    height: 300px;
}
.flipper {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    background-image: url(../media/shapes-crop.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    vertical-align: top;
    vertical-align: top;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 100px;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 1em;
}
.back, .front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    z-index: 2;
    padding: 1em;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.front img {
    margin-top: 1em;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    max-width: 90%}
.front .title {
    font-size: 1.5em;
    color: #333;
}
.back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 1em;
}
.back p {
    margin-top: 2em;
    font-size: 1.2em;
    color: #333;
}
@media only screen and (min-width:700px) {
    ul.cards li {
    display: inline-block;
    width: 40%}
}@media only screen and (min-width:1000px) {
    ul.cards li {
    display: inline-block;
    width: 20%}
ul.cards h3.title {
    font-size: 1.2em;
}
}.contact-wrap {
    width: 90%;
    text-align: center;
    margin: 5% auto;
}
.contact-wrap p {
    font-size: 1.1em;
    line-height: 1.6em;
}
.contact-wrap form {
    display: block;
    text-align: left;
    margin: 100px auto 0;
}
.form-row {
    width: 100%}
.form-group {
    width: 100%}
.form-row.three-column-row .form-group {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
}
.contact-wrap label {
    display: block;
    width: 100%;
    margin-bottom: .4em;
    text-align: center;
    text-transform: uppercase;
}
.contact-wrap input {
    width: 100%;
    display: block;
    border-radius: 1em;
    border: solid 1px #eee;
    padding: 10px;
    color: #333;
    font-size: 1em;
    background-color: #eee;
    line-height: 1.5em;
}
.contact-wrap input.error, .contact-wrap textarea.error {
    border: dotted 1px red;
}
.contact-wrap input:focus {
    border: solid 1px #999;
    background-color: #999;
    color: #fff;
}
.contact-wrap textarea {
    width: 100%;
    display: block;
    border-radius: 1em;
    border: solid 1px #eee;
    padding: 10px;
    color: #333;
    font-size: 1em;
    background-color: #eee;
    line-height: 1.5em;
    min-height: 220px;
}
.contact-wrap textarea:focus {
    border: solid 1px #999;
    background-color: #999;
    color: #fff;
}
input[type=submit] {
    width: auto;
    float: right;
    margin-right: 0;
    margin-top: 1em;
    cursor: pointer;
}
input:hover[type=submit] {
    background-color: #fff;
    color: #000;
}
@media only screen and (min-width:1000px) {
    .form-row.three-column-row .form-group {
    float: left;
    width: 33.33335%;
    margin-bottom: 0;
    padding-left: 2%;
    padding-right: 2%}
.form-row .form-group {
    padding-left: 2%;
    padding-right: 2%}
.form-row {
    margin-bottom: 3em;
}
input[type=submit] {
    width: auto;
    float: right;
    margin-right: 2%;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 1.5em;
    padding-right: 1.5em;
    -webkit-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
}
input[type=submit]:hover {
    background-color: #0facd7;
    border: solid 1px #0facd7;
    color: #fff;
}
}


/* Logo Carousel */

.marquee {
  display: flex;
  block-size: var(--marquee-item-height);
  margin-block: var(--marquee-item-height);
  position: relative;
  overflow-x: hidden;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee--8 {
  --marquee-item-width: 300px;
  --marquee-item-height: 300px;
  --marquee-duration: 36s;
  --marquee-items: 18;
}


.marquee__item {
  --marquee-item-offset: max(
    calc(var(--marquee-item-width) * var(--marquee-items)),
    calc(100% + var(--marquee-item-width))
  );
  --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  transform: translateX(-50%);
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}



.marquee--8 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}

.marquee--8 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}

.marquee--8 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}

.marquee--8 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}

.marquee--8 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}

.marquee--8 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}

.marquee--8 .marquee__item:nth-of-type(7) {
  --marquee-item-index: 7;
}

.marquee--8 .marquee__item:nth-of-type(8) {
  --marquee-item-index: 8;
}

.marquee--8 .marquee__item:nth-of-type(9) {
  --marquee-item-index: 9;
}

.marquee--8 .marquee__item:nth-of-type(10) {
  --marquee-item-index: 10;
}

.marquee--8 .marquee__item:nth-of-type(11) {
  --marquee-item-index: 11;
}

.marquee--8 .marquee__item:nth-of-type(12) {
  --marquee-item-index: 12;
}

.marquee--8 .marquee__item:nth-of-type(13) {
  --marquee-item-index: 13;
}

.marquee--8 .marquee__item:nth-of-type(14) {
  --marquee-item-index: 14;
}

.marquee--8 .marquee__item:nth-of-type(15) {
  --marquee-item-index: 15;
}

.marquee--8 .marquee__item:nth-of-type(16) {
  --marquee-item-index: 16;
}
.marquee--8 .marquee__item:nth-of-type(17) {
  --marquee-item-index: 17;
}

.marquee--8 .marquee__item:nth-of-type(18) {
  --marquee-item-index: 18;
}








@keyframes go {
  to {  
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}