input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    color: #666;
    border: 1px solid #3c3c3c !important;
    border-radius: 4px !important;
    padding: 3px
}

.gfield input[type=color],
.gfield input[type=date],
.gfield input[type=datetime-local],
.gfield input[type=datetime],
.gfield input[type=email],
.gfield input[type=month],
.gfield input[type=number],
.gfield input[type=password],
.gfield input[type=search],
.gfield input[type=tel],
.gfield input[type=text],
.gfield input[type=time],
.gfield input[type=url],
.gfield input[type=week],
.gfield select {
    color: #3c3c3c !important;
    font-size: 18px !important;
    font-weight: 400;
    border: 1px solid #3c3c3c !important;
    width: 100% !important;
    border-radius: 4px !important;
    line-height: 1;
    height: 50px !important;
    padding: 5px 15px !important
}

.ginput_container {
    margin: 0 0 15px
}

.gform_heading {
    margin-bottom: 20px
}

.gform_heading .gform_title {
    font-size: 34px;
    margin-bottom: 10px
}

.gform_heading .gform_description {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4
}

.ginput_complex span {
    display: block;
    margin-bottom: 15px
}

@media screen and (min-width:640px) {

    .ginput_complex .ginput_left,
    .ginput_complex .ginput_right {
        display: inline-block
    }
}

@media screen and (min-width:640px) {

    .ginput_left,
    .ginput_right {
        display: inline-block;
        width: 50%;
        padding-right: 0.5rem
    }
}

@media screen and (min-width:640px) {
    .ginput_right {
        padding-left: 0.5rem;
        padding-right: 0
    }
}

.button,
.gform_wrapper .button,
.gform_wrapper .button:hover,
.gform_wrapper button,
.gform_wrapper button:hover {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#25aae1), to(#1d85b1));
    background-image: -webkit-linear-gradient(bottom, #25aae1 0%, #1d85b1 100%);
    background-image: -o-linear-gradient(bottom, #25aae1 0%, #1d85b1 100%);
    background-image: linear-gradient(to top, #25aae1 0%, #1d85b1 100%);
    border-radius: 30px !important;
    padding: 15px 40px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

.button:focus,
.button:hover,
.gform_wrapper .button:focus,
.gform_wrapper .button:hover,
.gform_wrapper .button:hover:focus,
.gform_wrapper .button:hover:hover,
.gform_wrapper button:focus,
.gform_wrapper button:hover,
.gform_wrapper button:hover:focus,
.gform_wrapper button:hover:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1d85b1), to(#25aae1));
    background-image: -webkit-linear-gradient(bottom, #1d85b1 0%, #25aae1 100%);
    background-image: -o-linear-gradient(bottom, #1d85b1 0%, #25aae1 100%);
    background-image: linear-gradient(to top, #1d85b1 0%, #25aae1 100%)
}

.row {
    max-width: 1500px
}

@media only screen and (max-width:640px) {
    .small-12 {
        width: 100%
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-content h3 {
    color: #0f0f0f;
    font-size: 34px !important;
    text-align: left !important;
    text-transform: none !important;
    margin-bottom: 1rem
}

@media only screen and (max-width:640px) {
    .section-content h3 {
        font-size: 28px !important;
        text-align: center !important
    }
}

.section-content p {
    color: #707070;
    line-height: 1.4
}

.section-content .button {
    min-width: 280px;
    margin: 15px 0 0 !important
}

@media only screen and (max-width:640px) {
    .section-content .button {
        width: 100%;
        min-width: auto;
        margin: 15px 0 !important
    }
}

.w-full {
    width: 100%
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (min-width:992px) {
    .md\:hidden {
        display: none
    }
}

#dsShowcaseHeader {
    color: #4a5568;
    font-size: 18px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 10
}

@media screen and (max-width:1080px) {
    #dsShowcaseHeader {
        font-size: 16px
    }
}

@media screen and (min-width:992px) {
    #dsShowcaseHeader {
        padding: 1rem
    }
}

#dsShowcaseHeader ul {
    font-size: inherit;
    list-style-type: none
}

#dsShowcaseHeader .call-info {
    display: none
}

@media screen and (min-width:992px) {
    #dsShowcaseHeader .call-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

#dsShowcaseHeader .call-info span {
    display: inline-block;
    margin-right: 0.5rem
}

#dsShowcaseHeader .call-info a {
    color: #25aae1 !important;
    font-weight: 700
}

#dsShowcaseHeader .call-info a:hover {
    color: #1e2a71 !important
}

#dsShowcaseHeader .header-logo-wrap {
    color: #fff;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:991px) {
    #dsShowcaseHeader .header-logo-wrap img {
        max-height: 60px
    }
}

#dsShowcaseHeader .top-menu-wrap {
    display: none
}

@media screen and (min-width:992px) {
    #dsShowcaseHeader .top-menu-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

#dsShowcaseHeader .dsShowcaseMenu {
    list-style: none;
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: -2.5rem;
    margin-top: 1.5rem;
    margin-left: 0;
    background-color: #1e2a71
}

@media screen and (min-width:992px) {
    #dsShowcaseHeader .dsShowcaseMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

#dsShowcaseHeader .dsShowcaseMenu-wrap {
    display: none;
    position: relative;
    width: 100%
}

@media screen and (min-width:992px) {
    #dsShowcaseHeader .dsShowcaseMenu-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

#dsShowcaseHeader .dsShowcaseMenu>li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#dsShowcaseHeader .dsShowcaseMenu>li:not(.menu-item-mega) {
    position: relative
}

#dsShowcaseHeader .dsShowcaseMenu>li:not(.menu-item-mega)>.sub-menu {
    min-width: 100%
}

#dsShowcaseHeader .dsShowcaseMenu>li.special {
    text-align: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem
}

#dsShowcaseHeader .dsShowcaseMenu>li.special>a {
    background-color: #ff9309;
    border-radius: 9999px;
    margin-top: 0.25rem;
    display: inline-block;
    max-width: 100%;
    padding: 0.25rem 2rem 0.25rem 2rem
}

@media screen and (min-width:1225px) {
    #dsShowcaseHeader .dsShowcaseMenu>li.special>a {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

#dsShowcaseHeader .dsShowcaseMenu>li.special>a:hover {
    color: #0088c2 !important;
    background-color: #ff9309
}

#dsShowcaseHeader .dsShowcaseMenu>li.open>a {
    color: #25aae1 !important;
    background-color: #fff
}

#dsShowcaseHeader .dsShowcaseMenu>li.open>.dsShowcaseSubMenu,
#dsShowcaseHeader .dsShowcaseMenu>li.open>.sub-menu {
    opacity: 1;
    visibility: visible
}

#dsShowcaseHeader .dsShowcaseMenu>li:not(:last-of-type)>a:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 35px;
    background-color: #fff;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease
}

#dsShowcaseHeader .dsShowcaseMenu>li:not(:last-of-type)>a:hover:after {
    opacity: 0
}

#dsShowcaseHeader .dsShowcaseMenu>li:not(:last-of-type).open a:after {
    opacity: 0
}

#dsShowcaseHeader .dsShowcaseMenu>li:last-child>.dsShowcaseSubMenu,
#dsShowcaseHeader .dsShowcaseMenu>li:last-child>.sub-menu {
    right: 0
}

#dsShowcaseHeader .dsShowcaseMenu>li>a {
    font-family: 'prelosemibold', arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.5rem;
    display: block;
    text-align: center;
    position: relative;
    color: #fff !important
}

@media screen and (max-width:1200px) {
    #dsShowcaseHeader .dsShowcaseMenu>li>a {
        font-size: 1.2rem
    }
}

#dsShowcaseHeader .dsShowcaseMenu>li>a:hover {
    color: #25aae1 !important;
    background-color: #fff
}

@media screen and (max-width:991px) {
    #dsShowcaseHeader {
        max-width: none;
        padding: 0
    }

    #dsShowcaseHeader .dsMobileMenuInner {
        position: relative
    }

    #dsShowcaseHeader li ul {
        opacity: 0;
        -webkit-transition: 1s all ease;
        -o-transition: 1s all ease;
        transition: 1s all ease;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: -100vh;
        z-index: 1;
        min-height: 100vh;
    }

    #dsShowcaseHeader .open>ul {
        opacity: 1;
        top: 0
    }

    #dsShowcaseHeader nav ul {
        list-style-type: none;
        margin: 0
    }

    #dsShowcaseHeader .hide-sub-item {
        color: #fff;
        padding: 0.75rem 1.5rem;
        background-color: #283891;
        display: block;
        text-align: center;
        cursor: pointer
    }

    #dsShowcaseHeader .hide-sub-item .hide-sub {
        color: #fff;
        font-size: 1.875rem;
        position: absolute;
        left: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        cursor: pointer;
        margin-top: -5px
    }

    #dsShowcaseHeader .show-sub {
        color: #fff;
        font-size: 1.875rem;
        position: absolute;
        right: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        cursor: pointer;
        margin-top: -52px
    }
}

@media screen and (min-width:992px) {
    .dsShowcaseSubMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.dsShowcaseMenu .sub-menu,
.dsShowcaseSubMenu {
    margin: 0;
    list-style-type: none
}

@media screen and (min-width:992px) {

    .dsShowcaseMenu .sub-menu,
    .dsShowcaseSubMenu {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        padding: 2rem 1rem;
        background-color: #fff;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease
    }
}

.dsShowcaseMenu .sub-menu li,
.dsShowcaseSubMenu li {
    margin-bottom: 0.5rem
}

.dsShowcaseMenu .sub-menu li span,
.dsShowcaseSubMenu li span {
    color: #000
}

.dsShowcaseMenu .sub-menu li span.hide-sub-item,
.dsShowcaseSubMenu li span.hide-sub-item {
    margin-bottom: 0.5rem
}

@media screen and (min-width:992px) {

    .dsShowcaseMenu .sub-menu li span.hide-sub-item,
    .dsShowcaseSubMenu li span.hide-sub-item {
        display: none
    }
}

.dsShowcaseMenu .sub-menu li span.show-sub-item,
.dsShowcaseSubMenu li span.show-sub-item {
    font-family: 'prelobold', arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block
}

.dsShowcaseMenu .sub-menu li span.show-sub-item a,
.dsShowcaseSubMenu li span.show-sub-item a {
    color: #000 !important
}

.dsShowcaseMenu .sub-menu li span.show-sub-item a:hover,
.dsShowcaseSubMenu li span.show-sub-item a:hover {
    color: #25aae1 !important
}

.dsShowcaseMenu .sub-menu li a,
.dsShowcaseSubMenu li a {
    color: #25aae1 !important;
    font-size: 1.125rem;
    font-weight: 600
}

.dsShowcaseMenu .sub-menu li a:hover,
.dsShowcaseSubMenu li a:hover {
    color: #1e2a71 !important
}

.dsShowcaseMenu .sub-menu li .list-none,
.dsShowcaseSubMenu li .list-none {
    margin: 0;
    list-style-type: none
}

.dsShowcaseMenu .sub-menu li.bolder a,
.dsShowcaseSubMenu li.bolder a {
    font-family: 'prelobold', arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #000 !important
}

.dsShowcaseMenu .sub-menu li.bolder a:hover,
.dsShowcaseSubMenu li.bolder a:hover {
    color: #25aae1 !important
}

.dsShowcaseMenu .sub-menu li.disable>a,
.dsShowcaseMenu .sub-menu li.disable>span>a,
.dsShowcaseSubMenu li.disable>a,
.dsShowcaseSubMenu li.disable>span>a {
    cursor: default
}

.dsShowcaseMenu .sub-menu li.disable>a:hover,
.dsShowcaseMenu .sub-menu li.disable>span>a:hover,
.dsShowcaseSubMenu li.disable>a:hover,
.dsShowcaseSubMenu li.disable>span>a:hover {
    color: inherit !important
}

@media screen and (min-width:992px) {

    .dsShowcaseMenu .sub-menu>li,
    .dsShowcaseSubMenu>li {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.dsShowcaseTopMenu {
    list-style-type: none;
    margin: 0
}

@media screen and (min-width:992px) {
    .dsShowcaseTopMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.dsShowcaseTopMenu>li {
    position: relative;
    margin: 0 1rem
}

.dsShowcaseTopMenu>li>a {
    color: #25aae1 !important;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid transparent;
    display: inline-block
}

.dsShowcaseTopMenu>li>a:hover {
    border-color: #25aae1
}

.dsShowcaseTopMenu>li.open>a {
    border-color: #25aae1
}

.dsShowcaseTopMenu>li.open .sub-menu {
    opacity: 1;
    visibility: visible
}
.dsShowcaseTopMenu>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.dsShowcaseTopMenu>li.open .sub-menu a {
    color: #707070 !important
}

.dsShowcaseTopMenu>li.open .sub-menu a:hover {
    color: #25aae1 !important
}

.dsShowcaseTopMenu>li:last-of-type {
    padding-right: 0
}

.dsShowcaseTopMenu .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    list-style-type: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 1rem 1.5rem;
    margin: 0;
    z-index: 1
}

.dsShowcaseTopMenu .sub-menu li {
    margin-bottom: 0.4rem
}

.dsShowcaseTopMenu .sub-menu li:last-child {
    margin-bottom: 0
}

.dsShowcaseTopMenu .sub-menu li a {
    white-space: nowrap
}

.dsShowcaseTopMenu .sub-menu li .hide-sub-item {
    margin-bottom: 0.5rem
}

@media screen and (max-width:991px) {
    .dsMobileMenuInner {
        -webkit-box-shadow: 10px 6px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: 10px 6px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
    }

    #primary-menu>li,
    #top-menu>li {
        font-family: 'prelosemibold', arial, sans-serif;
        font-size: 1.4rem;
        border-bottom: 1px solid #0e4962
    }

    #primary-menu>li.special,
    #top-menu>li.special {
        border-bottom: 1px solid transparent
    }

    #primary-menu>li.special a,
    #top-menu>li.special a {
        background-color: #ff9309
    }

    #primary-menu>li>a,
    #top-menu>li>a {
        color: #fff !important;
        padding: 0.75rem 1.5rem;
        background-color: #283891;
        display: block
    }

    #primary-menu>li>ul li,
    #top-menu>li>ul li {
        border-bottom: 1px solid #d9d9d9
    }

    #primary-menu>li>ul li .show-sub-item,
    #primary-menu>li>ul li a,
    #top-menu>li>ul li .show-sub-item,
    #top-menu>li>ul li a {
        color: #000;
        padding: 0.75rem 1.5rem;
        background-color: #fff;
        display: block;
        font-size: 1.125rem;
        cursor: pointer
    }

    #primary-menu>li>ul li .show-sub-item>a,
    #primary-menu>li>ul li a>a,
    #top-menu>li>ul li .show-sub-item>a,
    #top-menu>li>ul li a>a {
        padding: 0
    }

    #primary-menu>li>ul li .show-sub-item .show-sub,
    #primary-menu>li>ul li a .show-sub,
    #top-menu>li>ul li .show-sub-item .show-sub,
    #top-menu>li>ul li a .show-sub {
        color: #000;
        margin-top: -11px
    }

    #top-menu>li {
        border-bottom: 1px solid #e8e8e8
    }

    #top-menu>li a {
        font-size: 1rem;
        color: #0088c2 !important;
        background-color: #fff
    }

    #top-menu>li .show-sub {
        color: #0088c2;
        margin-top: -48px
    }

    .mobile-call-info {
        background-color: #283891;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        padding: 0.75rem
    }

    .mobile-call-info a {
        color: #fff !important
    }

    .mobile-call-info span {
        display: block;
        text-align: center
    }
}

.header-custom .cart-search-combo {
    margin: 0 0.5rem;
    padding-bottom: 5px
}

@media screen and (max-width:991px) {
    .header-custom .cart-search-combo {
        padding: 0;
        margin: 0
    }
}

.header-custom .cart-search-combo a {
    color: #25aae1 !important
}

.header-custom .cart-search-combo a:focus,
.header-custom .cart-search-combo a:hover {
    color: #1e2a71 !important
}

@media screen and (max-width:991px) {
    .header-custom .cart-search-combo a {
        color: #283891 !important
    }
}

.header-custom .cart-search-combo .the-search-icon {
    font-size: 20px;
    margin: 0 0.5rem;
    display: inline-block;
    position: relative
}

@media screen and (max-width:991px) {
    .header-custom .cart-search-combo .the-search-icon {
        font-size: 26px
    }

    .header-custom .cart-search-combo .the-search-icon:before {
        display: none
    }
}

.header-custom .cart-search-combo .the-search-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ccc;
    width: 1px;
    height: 18px
}

.header-custom .cart-search-combo .cart {
    font-size: 22px;
    margin: 0 0.5rem;
    display: inline-block;
    position: relative
}

@media screen and (max-width:991px) {
    .header-custom .cart-search-combo .cart {
        font-size: 30px
    }

    .header-custom .cart-search-combo .cart:before {
        display: none
    }
}

.header-custom .cart-search-combo .cart:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.5rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ccc;
    width: 1px;
    height: 18px
}

.header-custom .cart-search-combo .cart .the-cart-quantity {
    font-size: 8px;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 0;
    right: -5px;
    padding: 0.65em 0.35em;
    border-radius: 50%;
    line-height: 0
}

@media screen and (max-width:991px) {
    .header-custom .cart-search-combo .cart .the-cart-quantity {
        top: 5px;
        right: -4px
    }
}

@media screen and (max-width:991px) {
    .header-custom .header-custom-util_left {
        display: none
    }
}

@media screen and (max-width:991px) {
    .header-custom .header-custom-util_right {
        margin: 0 5px 0 auto
    }
}

.header-custom div.form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none
}

.header-custom div.form-wrapper div.esc-form {
    width: auto;
    height: auto;
    position: absolute;
    top: 3em;
    right: 3em
}

.header-custom div.form-wrapper .close-search {
    background-color: white;
    color: #184291 !important;
    border: 1px solid white;
    font-size: 28px;
    position: relative;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

.header-custom div.form-wrapper .close-search:focus,
.header-custom div.form-wrapper .close-search:hover {
    color: #25aae1 !important
}

.header-custom div.form-wrapper div.goSearch {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 20px;
    margin: 0;
    width: 100%;
    max-width: 700px;
    background: transparent;
    height: 65px;
    border-radius: 0;
    z-index: 1
}

.header-custom div.form-wrapper .popup-search-bar {
    width: 100%;
    margin: auto auto;
    background: #fff !important;
    border: 1px solid white;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    padding: 16px;
    border-radius: 5px;
    height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header-custom div.form-wrapper div.goSearch input[type=Submit] {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    height: 64px;
    background-color: #184291;
    color: white;
    padding: 10px 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

.header-custom div.form-wrapper div.goSearch input[type=Submit]:focus,
.header-custom div.form-wrapper div.goSearch input[type=Submit]:hover {
    background-color: #25aae1
}

.video-header .overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%)
}

.video-header .row {
    height: 100%
}

.video-header .the-content {
    color: #fff;
    max-width: 660px;
    padding: 20px 0 60px
}

@media only screen and (max-width:640px) {
    .video-header .the-content {
        padding: 20px 0 10px
    }
}

.video-header .the-content h3 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    text-align: left
}

@media only screen and (max-width:640px) {
    .video-header .the-content h3 {
        font-size: 32px
    }
}

.video-header .the-content .button {
    min-width: 220px;
    margin: 15px 0 0 !important
}

@media only screen and (max-width:640px) {
    .video-header .the-content .button {
        min-width: auto;
        width: 100%;
        margin: 10px 0 !important
    }
}

.video-header .the-content .button:first-of-type {
    margin-right: 25px !important
}

@media only screen and (max-width:640px) {
    .video-header .the-content .button:first-of-type {
        margin-right: 0 !important
    }
}

.about-us {
    margin: 100px 0
}

@media only screen and (max-width:640px) {
    .about-us {
        margin: 60px 0 50px
    }
}

.about-us img {
    padding: 0 !important
}

.about-us__content {
    max-width: 580px;
    margin-left: 20px
}

@media only screen and (max-width:640px) {
    .about-us__content {
        max-width: 100%;
        margin-left: 0
    }
}

.hot-tubs-brands {
    margin: 100px 0
}

@media only screen and (max-width:640px) {
    .hot-tubs-brands {
        margin: 60px 0 50px
    }
}

.hot-tubs-brands__title {
    font-size: 44px;
    font-weight: 500;
    text-align: center
}

@media only screen and (max-width:640px) {
    .hot-tubs-brands__title {
        font-size: 30px
    }
}

.hot-tubs-brands__item {
    text-align: center
}

.hot-tubs-brands__item h4 {
    font-size: 24px;
    color: #0f0f0f;
    margin-top: 0.5rem;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

.hot-tubs-brands__item:focus h4,
.hot-tubs-brands__item:hover h4 {
    opacity: 0
}

.hot-tubs-brands__item:focus .hot-tubs-brands__image:after,
.hot-tubs-brands__item:focus .hot-tubs-brands__logo,
.hot-tubs-brands__item:hover .hot-tubs-brands__image:after,
.hot-tubs-brands__item:hover .hot-tubs-brands__logo {
    opacity: 1
}

.hot-tubs-brands__image {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

@media only screen and (max-width:480px) {
    .hot-tubs-brands__image {
        height: 200px
    }
}

.hot-tubs-brands__image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0
}

.hot-tubs-brands__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0
}

.perfect_quiz {
    height: auto
}

.perfect_quiz .inner {
    background: transparent
}

@media only screen and (max-width:640px) {
    .perfect_quiz .inner {
        min-height: auto
    }
}

.perfect_quiz .copy {
    padding: 60px 15px
}

@media only screen and (max-width:640px) {
    .perfect_quiz .copy {
        padding: 30px 15px
    }
}

.perfect_quiz .copy * {
    color: #333
}

.perfect_quiz .gform_wrapper {
    background-color: rgba(247, 248, 250, 0.94);
    max-width: 550px;
    margin: 0 auto;
    padding: 50px 15px
}

.perfect_quiz .gform_wrapper form {
    margin: 0
}

.perfect_quiz .gform_wrapper input[type=text] {
    width: 100% !important;
    color: #333 !important
}

.perfect_quiz .gform_wrapper .gform_body {
    max-width: 380px;
    margin: 0 auto
}

.perfect_quiz .gform_wrapper .gform_body label {
    color: #707070;
    font-size: 20px
}

.perfect_quiz .gform_wrapper .ginput_container {
    margin: 0
}

.perfect_quiz .gform_wrapper .gfield_radio {
    display: inline-block;
    max-width: 100% !important;
    margin: 15px 0 !important
}

.perfect_quiz .gform_wrapper .gfield_radio li {
    padding: 0
}

.perfect_quiz .gform_wrapper .gfield_checkbox {
    display: inline-block;
    margin: 15px 0
}

.perfect_quiz .gform_wrapper .gfield_checkbox li {
    border: none;
    margin-top: 0;
    width: auto
}

.perfect_quiz .gform_wrapper .gf_page_steps,
.perfect_quiz .gform_wrapper .gform_heading {
    display: none
}

.perfect_quiz .gform_wrapper .gform_page_footer {
    margin: 10px 0 5px 0;
    padding: 0
}

.perfect_quiz .gform_wrapper .gform_page_footer .button {
    min-width: 300px;
    margin: 5px !important
}

@media only screen and (max-width:640px) {
    .perfect_quiz .gform_wrapper .gform_page_footer .button {
        min-width: auto;
        width: 100%
    }
}

.perfect_quiz ul.gform_fields.top_label li h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    padding: 0;
    margin-bottom: 15px
}

@media only screen and (max-width:640px) {
    .perfect_quiz ul.gform_fields.top_label li h3 {
        font-size: 26px
    }
}

.perfect_quiz .gfield_checkbox input,
.perfect_quiz .gfield_radio input {
    display: none
}

.perfect_quiz .gfield_checkbox label,
.perfect_quiz .gfield_radio label {
    width: auto;
    display: inline-block !important;
    position: relative;
    margin: 0 0 10px 0 !important;
    cursor: pointer;
    padding-left: 40px
}

.perfect_quiz .gfield_checkbox label:before,
.perfect_quiz .gfield_radio label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 50%
}

.perfect_quiz .gfield_checkbox label:hover:before,
.perfect_quiz .gfield_radio label:hover:before {
    background-color: #ccc
}

.perfect_quiz .gfield_checkbox input:checked~label:before,
.perfect_quiz .gfield_radio input:checked~label:before {
    background-color: #0088c2;
    border-color: #0088c2
}

.perfect_quiz .gfield_checkbox label:after,
.perfect_quiz .gfield_radio label:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white
}

.perfect_quiz .gfield_checkbox input:checked~label:after,
.perfect_quiz .gfield_radio input:checked~label:after {
    display: block
}

.perfect_quiz .gfield_checkbox label:before {
    border-radius: 0
}

.perfect_quiz .gfield_checkbox label:after {
    left: 9px;
    top: 7px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: transparent
}

.shop-swim {
    padding: 110px 0
}

@media only screen and (max-width:1024px) {
    .shop-swim {
        padding: 80px 0
    }
}

@media only screen and (max-width:1024px) {
    .shop-swim {
        padding: 40px 0
    }
}

.shop-swim img {
    padding: 0 !important
}

.shop-swim p:empty {
    display: none
}

.shop-swim>.row {
    background-color: #f7f8fa;
    padding: 40px 0
}

@media only screen and (max-width:640px) {
    .shop-swim>.row {
        padding: 30px 0
    }
}

.shop-swim__content {
    margin-left: 60px;
    max-width: 555px
}

@media only screen and (max-width:1024px) {
    .shop-swim__content {
        margin: 0;
        max-width: none
    }
}

.shop-swim__image {
    margin: 10px -16px 0 0
}

.shop-finnleo-saunas {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0
}

@media only screen and (max-width:1024px) {
    .shop-finnleo-saunas {
        padding: 80px 0
    }
}

@media only screen and (max-width:640px) {
    .shop-finnleo-saunas {
        padding: 50px 0
    }
}

.shop-finnleo-saunas p:empty {
    display: none
}

.shop-finnleo-saunas__content {
    max-width: 640px;
    margin-left: auto;
    background-color: rgba(247, 248, 250, 0.94);
    padding: 60px 70px
}

@media only screen and (max-width:640px) {
    .shop-finnleo-saunas__content {
        max-width: none;
        padding: 40px 20px
    }
}

.consultation {
    background-color: #f5f5f8;
    padding: 80px 0
}

@media screen and (max-width:640px) {
    .consultation {
        padding: 50px 0
    }
}

.consultation img {
    padding: 0 !important
}

.consultation p:empty {
    display: none
}

.consultation .gform_heading {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px
}

.consultation .gform_heading .gform_title {
    text-transform: none;
    text-align: left
}

.consultation .gform_wrapper {
    max-width: 480px;
    margin: 10px auto
}

@media screen and (max-width:640px) {
    .consultation .gform_wrapper {
        max-width: 100%
    }
}

.consultation .address_line_1 label {
    display: none
}

.consultation .gfield input,
.consultation .gfield select {
    background-color: #fff;
    margin: 0
}

.consultation .gform_heading {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px
}

@media screen and (max-width:1024px) {
    .consultation .gform_heading {
        text-align: center
    }
}

.consultation .gform_heading .gform_title {
    text-transform: none;
    text-align: left
}

@media screen and (max-width:1024px) {
    .consultation .gform_heading .gform_title {
        text-align: center
    }
}

@media screen and (max-width:640px) {
    .consultation .gform_heading .gform_title {
        font-size: 28px
    }
}

@media screen and (max-width:640px) {
    .consultation .gform_heading .gform_description {
        font-size: 18px
    }
}

.consultation .gform_footer .button {
    width: 100%;
    margin: 10px 0 !important
}

.accessories-spa {
    padding: 100px 0 80px
}

@media screen and (max-width:1024px) {
    .accessories-spa {
        padding: 60px 0
    }
}

@media screen and (max-width:640px) {
    .accessories-spa {
        padding: 40px 0 20px
    }
}

.accessories-spa img {
    padding: 0 !important
}

.accessories-spa br,
.accessories-spa p:empty {
    display: none
}

.accessories-spa>.row {
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 100px
}

@media screen and (max-width:1024px) {
    .accessories-spa>.row {
        padding-top: 40px
    }
}

.accessories-spa__content {
    max-width: 555px
}

@media screen and (max-width:1024px) {
    .accessories-spa__content {
        margin: 0 auto 40px auto;
        text-align: center
    }

    .accessories-spa__content h3 {
        text-align: center !important
    }
}

@media screen and (max-width:640px) {
    .accessories-spa__content {
        max-width: 100%;
        margin-bottom: 15px
    }
}

.accessories-spa__content .button {
    min-width: auto
}

.accessories-spa__content .button:first-of-type {
    margin-right: 15px !important
}

@media screen and (max-width:640px) {
    .accessories-spa__content .button:first-of-type {
        margin-right: 0 !important
    }
}

.icons {
    background-color: #1e2a71;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

@media only screen and (max-width:640px) {
    .icons {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.icons p:empty {
    display: none
}

.icons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.icons__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.5rem 1rem;
    width: 100%;
    max-width: 320px;
    border-right: 1px solid #1b276a;
    border-left: 1px solid #1b276a;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.icons__content:hover {
    background-color: #25aae1
}

@media only screen and (max-width:640px) {
    .icons__content {
        border-right: none;
        border-left: none;
        border-top: 1px solid #1b276a;
        border-bottom: 1px solid #1b276a;
        max-width: none;
        padding: 1rem 0
    }
}

.icons__content .image {
    height: 80px;
    width: 80px;
    margin-bottom: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width:640px) {
    .icons__content .image {
        display: none
    }
}

.icons__content .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.footer-custom {
    background-color: transparent;
    padding: 0;
    color: #fff
}

@media only screen and (max-width:1024px) {
    .footer-custom__map {
        margin-top: 3rem
    }
}

.footer-custom__map iframe {
    width: 100%
}

.footer-custom__top {
    background-color: #184291;
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media only screen and (max-width:1024px) {
    .footer-custom__top {
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.footer-custom__top h3 {
    margin-bottom: 0.6rem;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700
}

.footer-custom__top p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 2rem
}

.footer-custom__top p:last-child {
    margin-bottom: 0
}

.footer-custom__top a {
    color: #25aae1 !important;
    font-weight: 600;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

.footer-custom__top a:hover {
    color: #fff !important
}

.footer-custom__bottom {
    background-color: #0988c2;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem
}

.footer-custom__bottom .footer-custom__bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1024px) {
    .footer-custom__bottom .footer-custom__bottom-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-custom__bottom .footer-custom__bottom-wrapper p {
    margin-bottom: 0
}

@media only screen and (max-width:1024px) {
    .footer-custom__bottom .footer-custom__bottom-wrapper p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center
    }
}

.footer-custom__bottom .social-button {
    margin: unset
}

@media only screen and (max-width:1024px) {
    .footer-custom__bottom .social-button {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #0072bf;
        width: 100%
    }
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #184291
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #25aae1
}