﻿.search-container {
    display: flex;
    width: 900px;
    height: 97px;
    padding: 16px 44px 16px 45px;
    opacity: 0.9;
    border-radius: 8px;
    background-color: rgba(91, 90, 165, 0.8);
}

section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    /* Banner With Search Secondary */

    section.banner-with-search-secondary-custom {
        /* position: relative; */
    }

        section.banner-with-search-secondary-custom .container {
            /* height: 100%; */
        }

        section.banner-with-search-secondary-custom .search {
            /*position: sticky;*/
            top: 0;
            z-index: 2;
        }

        section.banner-with-search-secondary-custom .form {
            position: relative;
            z-index: 100;
        }

            section.banner-with-search-secondary-custom .form:before {
                content: '';
                opacity: .7;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                border-radius: inherit;
            }

            section.banner-with-search-secondary-custom .form .form-item {
                display: inline-block;
                vertical-align: top;
                width: calc(25% - .18rem);
                margin-top: 0;
            }

                section.banner-with-search-secondary-custom .form .form-item label {
                    font-size: .16rem;
                }

            section.banner-with-search-secondary-custom .form .button-container {
                display: inline-block;
                vertical-align: top;
                width: calc(25% - .18rem);
                margin-top: .27rem;
            }

                section.banner-with-search-secondary-custom .form .button-container .button {
                    padding: 0 .1rem;
                }

            section.banner-with-search-secondary-custom .form form {
                position: relative;
                padding: .2rem .48rem .24rem .48rem;
                z-index: 2;
            }

                section.banner-with-search-secondary-custom .form form > * + * {
                    margin-left: .24rem;
                }

        section.banner-with-search-secondary-custom .banner {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 1;
        }

            section.banner-with-search-secondary-custom .banner .owl-carousel,
            section.banner-with-search-secondary-custom .banner .owl-stage-outer,
            section.banner-with-search-secondary-custom .banner .owl-stage,
            section.banner-with-search-secondary-custom .banner .owl-item {
                height: 100%;
            }

            section.banner-with-search-secondary-custom .banner .item {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }

                section.banner-with-search-secondary-custom .banner .item .content {
                    position: absolute;
                    width: 50%;
                    left: 50%;
                    bottom: 2.4rem;
                    font-weight: 300;
                    font-size: .56rem;
                    line-height: 1.34em;
                    color: white;
                    transform: translateY(50%);
                    -webkit-transform: translateY(50%);
                    -ms-transform: translateY(50%);
                    -moz-transform: translateY(50%);
                    -o-transform: translateY(50%);
                }

            section.banner-with-search-secondary-custom .banner .owl-nav {
                position: absolute;
                width: 100%;
                height: 0;
                left: 0;
                top: 50%;
            }

                section.banner-with-search-secondary-custom .banner .owl-nav .owl-prev {
                    position: absolute;
                    width: .46rem;
                    height: .46rem;
                    left: .56rem;
                    margin-top: -.23rem;
                    border-radius: .23rem;
                    background-color: rgba(255, 255, 255, .4);
                    background-image: url(icons/arrow-left.svg);
                    background-size: .1rem;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                section.banner-with-search-secondary-custom .banner .owl-nav .owl-next {
                    position: absolute;
                    width: .46rem;
                    height: .46rem;
                    right: .56rem;
                    margin-top: -.23rem;
                    border-radius: .23rem;
                    background-color: rgba(255, 255, 255, .4);
                    background-image: url(icons/arrow-right.svg);
                    background-size: .1rem;
                    background-position: center;
                    background-repeat: no-repeat;
                }
