img {
    max-width: 100%;
    height: auto;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 1em 1em; }
.alignleft { float: left; margin: 0 1em 1em 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text {
    margin-top: .25em;
    font-size: .75rem;
}


.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 51px !important;
    padding: 0 .75rem;
}
.select2-container--bootstrap4 .select2-selection--single {
    height: 51px !important;
}


.small {
    font-size: 90%;
}


@media (min-width: 576px) {
    .row-wide {
        margin-left: -30px;
        margin-right: -30px;
    }
    .row-wide > div {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

.bg-secondary {
    background: #E3E5E6 !important;
}

.section-not-available .container {
    max-width: 500px;
    margin: 0 auto;
    padding: 60px 15px 80px 15px;
    text-align: center;
}
.section-not-available h5 {
    color: #6B6B6B; /* WCAG 2 AA compliant replacement for #777 */
    margin-bottom: 2rem;
    line-height: 1.5;
}



.modal-header {
    border-bottom: 0;
    padding-top: 2rem;
    border-radius: 0;
}
.modal-content {
    border-radius: 0;
    border: 0;
}
.modal-body {
    padding-top: 0;
}
.modal-footer {
    border-top: 0;
    padding-bottom: 2rem;
    border-radius: 0;
}
.modal-footer>* {
    margin: 0;
}
@media (min-width: 768px) {
    .modal-header,
    .modal-body,
    .modal-footer {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .modal-body {
        padding: 0 2rem;
    }
}

.modal-header .close {
    outline: 0 !important;
}
.modal-header .close .close-modal-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
}
.modal.modal-loading .modal-dialog .modal-content {
    min-height: 300px;
}
.modal.modal-loading .modal-content:after {
    content: attr(data-modal-loading-text) " ";
    padding-top: 125px;
    display: block;
    height: 100%;
    width: 100%;
    background: url('../img/loader.gif') center 50px no-repeat rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 998;
    left: 0;
    top: 0;
    text-align: center;
}


.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px solid #dee2e6;
    background: #fff;
}
.site-header .container {
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    align-items: center;
    position: relative;
}
.site-header a {
    text-decoration: none;
}



.menu-container {

    position: fixed;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;

    opacity: 0;
    visibility: hidden;
}
.menu-is-active .menu-container {
    opacity: 1;
    visibility: visible;
}
.mobile-menu-bg {
    position: fixed;
    z-index: 1;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 0;
    transition: .4s ease all;
}
.menu-is-active .mobile-menu-bg {
    height: calc(100vh - 60px);
}
.menu {
    /*position: relative;*/
    height: calc(100vh - 60px);
    overflow-x: auto;
    padding: 40px 0 60px 0;
}

.menu > ul {
    display: flex;
    list-style: none;
    padding: 0;
    z-index: 2;
    flex-direction: column;
    margin: 0 0 0 0;
}
.menu > ul > li {
    padding: 0;
}
.menu > ul > li,
.menu > .account-dropdown {

    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu > ul > li {
    transform: translateX(-40px);
}
.menu > .account-dropdown {
    transform: translateX(-40px);
}

.site-header .contact-btn {

}
.site-header .contact-btn-tablet {
    display: none;
}

.site-header .btn {
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .menu > .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

.menu-is-active .menu > ul > li,
.menu-is-active .menu > .account-dropdown {
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    -webkit-opacity: 1.0;
    opacity: 1.0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transition-delay: 0s;
    transform: translateY(0);
}

.menu-is-active .menu > ul > li:nth-child(2) {
    transition-delay: 0.05s;
}
.menu-is-active .menu > ul > li:nth-child(3) {
    transition-delay: 0.1s;
}
.menu-is-active .menu > ul > li:nth-child(4) {
    transition-delay: 0.15s;
}
.menu-is-active .menu > ul > li:nth-child(5) {
    transition-delay: 0.2s;
}
.menu-is-active .menu > ul > li:nth-child(6) {
    transition-delay: 0.25s;
}
.menu-is-active .menu > ul + ul > li:nth-child(1) {
    transition-delay: 0.3s;
}
.menu-is-active .menu > .account-dropdown {
    transition-delay: 0.2s;
}


.menu > ul > li > a {
    font-size: 1rem;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 16px 15px 16px 15px;
    z-index: 10;
    text-decoration: none;
    text-transform: uppercase;
}

.menu > ul > li.menu-item-has-children > a > .caret {
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.343 185.343' fill='%23000' class=''%3E%3Cpath d='M51.707 185.343a10.692 10.692 0 0 1-7.593-3.149 10.724 10.724 0 0 1 0-15.175l74.352-74.347L44.114 18.32c-4.194-4.194-4.194-10.987 0-15.175 4.194-4.194 10.987-4.194 15.18 0l81.934 81.934c4.194 4.194 4.194 10.987 0 15.175l-81.934 81.939a10.678 10.678 0 0 1-7.587 3.15z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 22px;
    transition: transform .2s ease;
}
.menu > ul > li.menu-item-has-children > a.active > .caret {
    transform: rotate(90deg);
}

.menu > ul > li > a > .mobile-toggle {
    position: absolute;
    opacity: 0;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}




@media (min-width: 768px) {
    .menu > ul > li > a {
        padding-left: 40px;
    }
    .menu > ul > li.menu-item-has-children > a > .caret {
        right: 40px;
    }
}


@media (min-width: 992px) {
    .menu {
        padding: 40px 0 60px 0;
    }
    .site-header .contact-btn-tablet {
        display: inline-flex;
    }



}



@media (min-width: 1200px) {

    .menu > .account-dropdown {
        transform: none;
    }

    .mobile-menu-bg {
        display: none;
    }

    .menu-container,
    .menu-is-active .menu-container {
        display: block;
        position: static;
        width: auto;
        height: auto;
        height: 100%;
        background: transparent;
        opacity: 1;
        visibility: visible;

        margin-left: 50px;
        top: 0;

        flex: 1;
    }
    .menu {
        display: flex;
        align-items: center;
        overflow: visible;
        padding: 0;
        height: auto;
        height: 100%;
    }
    .menu > ul {
        flex-direction: row;
        margin: 0 20px 0 0;
        height: 100%;
    }
    .menu > ul > li {
        padding: 0;
        border-bottom: 0;
    }

    .menu > ul > li,
    .menu > .account-dropdown {

        transform: none;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
        filter: alpha(opacity=1);

        /*
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;*/

        transition-delay: 0s;
    }


    .menu > ul > li > a,
    .menu > ul > li > a.active {
        text-transform: uppercase;
        font-size: 0.875rem;
        position: relative;
        padding: 20px 20px 20px 20px;
        z-index: 10;
        text-decoration: none;
        display: flex;
        align-items: center;
        transition: color .3s ease;
        font-weight: 700;

        flex-direction: column;
        justify-content: center;
        text-align: center;

        height: 100%;
    }
    .menu > ul > li.menu-item-has-children > a {
        pointer-events: none;
        /*padding-right: 38px;*/
    }

    .menu > ul > li > a:after {
        content: '';
        height: 3px;
        background: transparent;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;

        transition: .2s ease background;
    }
    .menu > ul > li:hover > a:after {
        background: #EFDF00;
    }

    .menu > ul > li > a > .caret,
    .menu > ul > li.menu-item-has-children > a > .caret {
        display: none;
    }

    /*
    .menu > ul > li.menu-item-has-children > a > .caret {
        display: block;
        position: absolute;
        right: 20px;
        width: 10px;
        top: 50%;
        margin-top: -6px;
    }
    .menu > ul > li.menu-item-has-children:hover > a > .caret {
        transform: rotate(90deg);
    }
    */

    .menu > ul > li > a > .mobile-toggle {
        display: none;
    }

    .menu > ul > li > a:before {
        content: attr(data-track-btn-text);
        font-weight: 700;
        height: 0;
        visibility: hidden;
    }
}

.menu > ul > li > .sub-menu {
    list-style: none;
    display: none;
    background: #fff;
    padding: 15px 15px 25px 15px;
}
@media (min-width: 768px) {
    .menu > ul > li > .sub-menu {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.menu > ul > li > .sub-menu.is-active {
    display: block;
}
.menu > ul > li > .sub-menu > li {

}
.menu > ul > li > .sub-menu > li > a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    font-weight: 700;
}
.menu > ul > li > .sub-menu > li.menu-item-has-children > a {
    pointer-events: none;
}

.menu > ul > li > .sub-menu a:hover {
    text-decoration: underline;
}
.menu > ul > li > .sub-menu > li p {
    color: #fff;
    display: none;
}
.menu > ul > li > .sub-menu > li > .sub-menu {
    list-style:none;
    padding: 0 0 20px 0;

    /*display: none;*/

}
.menu > ul > li > .sub-menu > li > .sub-menu > li {
    margin-top: 6px;
}
.menu > ul > li > .sub-menu > li > .sub-menu > li > a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: .9375rem;
    line-height: 1.5;
}

.menu > ul > li > .sub-menu > li > .sub-menu > li > a:hover {
    text-decoration: underline;
}
.submenu-bg {
    content: '';
    width: 100vw;
    position: absolute;
    top: 0;
    top: 110px;
    left: 0;
    z-index: -1;
    background: #fff;
    height: 0;
    transition: height .3s ease;
    display: none;

    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 5%);
}
.show-submenu .submenu-bg {
    height: 360px;

}




@media (min-width: 1200px) {


    .submenu-bg {
        display: block;
    }
    .menu > ul > li > .sub-menu {
        left: 15px;
        right: 15px;
        position: absolute;
        padding: 40px 0 75px 0;
        display: flex;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        transition: opacity .3s ease;

        background: transparent;

        margin-left: -32px;
        margin-right: -32px;
    }
    .menu > ul > li.hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: all;

    }
    .menu > ul > li > .sub-menu > li {
        width: 100%;
        max-width: 293px;
        max-width: 400px;
        position: relative;
    }
    .menu > ul > li > .sub-menu > li:not(:first-child):after {
        position: absolute;
        z-index: 2;
        content: '';
        display: block;
        width: 1px;
        background: #f2f2f2;
        margin-top: -15px;
        margin-bottom: -20px;

        top: 0;
        bottom: 100%;
        transition: bottom .3s ease;
    }
    .menu > ul > li.hover  > .sub-menu > li:not(:first-child):after {
        bottom: 0;
    }

    .menu > ul > li > .sub-menu > li:first-child {
        border-left-color: transparent;
    }
    .menu > ul > li > .sub-menu > li + li {
        /*margin-left: 40px;*/
    }
    .menu > ul > li > .sub-menu > li > a {
        font-weight: 700;
        color: #000;

        font-size: 1.125rem;
        font-size: 1rem;

        padding: 0;
        margin-bottom: 10px;
        position: relative;

        padding-left: 32px;
        padding-right: 32px;
    }



    .menu > ul > li > .sub-menu > li p {
        display: block;
        margin-top: .25rem;
    }
    .menu > ul > li > .sub-menu > li > .sub-menu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding-bottom: 0;
    }
    .menu > ul > li > .sub-menu > li > .sub-menu > li {
        width: 100%;
        flex: 1;
        padding-left: 32px;
        padding-right: 32px;
    }

    .menu > ul > li > .sub-menu > li > .sub-menu > li > a {
        color: #3e3f40;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .menu > ul > li > .sub-menu > li > .sub-menu > li > a > span {
        padding-bottom: .25rem;
    }
    .menu > ul > li > .sub-menu > li > .sub-menu > li > a:before {

    }
    .menu > ul > li > .sub-menu > li > .sub-menu > li > a:hover:before {

    }

    .menu > ul > li > .sub-menu > li > .sub-menu > li > a {
        text-decoration: none !important;
    }

    .underline {
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: inline-block;
        text-decoration: none !important;
    }
    .menu > ul > li > .sub-menu > li > .sub-menu > li > a > span {
        display: inline;
    }

    .menu > ul > li > .sub-menu > li > .sub-menu > li > a:hover {
        font-weight: 700;
    }

    .underline:after {
        content: '';
        color: inherit;
        position: absolute;

        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);

        -webkit-transition: all .6s 0s cubic-bezier(.19,1,.22,1);
        transition: all .6s 0s cubic-bezier(.19,1,.22,1);
        background-color: #000;

        height: 2px;
        left: 0;

        top: auto;
        width: 0;

        bottom: 2px;
        opacity: 1;
    }

    .underline:hover:after {
        width: 100%;
        color: #000;
    }

}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent!important}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent!important}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent!important}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent!important}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}

#toggle-menu-btn {
    transform: scale(.75) translateX(-8px);
    margin-left: auto;
    position: relative;
    z-index: 99;
    outline: 0 !important;
}
.hamburger {
    padding: 16px 15px 8px 15px;
    margin-right: -15px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before{
    border-radius: 0;
    background: #000 !important;
}
@media (min-width: 992px) {
    #toggle-menu-btn {
        margin-left: 30px;
    }
}
@media (min-width: 1200px) {
    #toggle-menu-btn {
        display: none;
    }
}


/** old **/





body {
    padding-top: 60px;
}
body.menu-is-active {
    overflow-y: hidden;
}

.site-header .pl-icon-account {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.site-header .account-dropdown {
    margin-top: 25px;
    margin-left: 15px;
}
.site-header .account-dropdown > a {
    color: #757575; /* WCAG 2 AA compliant replacement for #999 */
    display: inline-flex;
    align-items: center;
    font-size: .875rem;
    text-transform: uppercase;
    border-color: transparent !important;
    padding: 11px 0 11px 0;
    height: 100%;
    line-height: 1.5;
    font-weight: 700;
}
.site-header .account-dropdown > a:hover,
.site-header .account-dropdown > a:focus,
.site-header .account-dropdown > a:active {
    color: #757575; /* WCAG 2 AA compliant replacement for #999 */
    background: transparent;
    box-shadow: none !important;
}
.site-header .account-dropdown > .a:after {
    margin-top: 2px;
}
.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.site-header .account-dropdown .dropdown-menu {
    border-radius: 0;

}
.site-header .account-dropdown .dropdown-item {
    color: #000;
    padding: 10px 15px;
    font-weight: 600;
}
.site-header .account-dropdown .dropdown-item:hover,
.site-header .account-dropdown .dropdown-item:active,
.site-header .account-dropdown .dropdown-item:focus {
    background: #f2f2f2;
}

@media (min-width: 768px) {
    .site-header .account-dropdown {
        margin-left: 40px;
    }
}



@media (min-width: 1200px) {
    body {
        padding-top: 0;
    }
    .admin-bar .site-header {
        top: 0;
    }

    .site-header .account-dropdown {
        margin-top: 0;
    }


    .site-header {
        position: relative;
    }
    .site-header .account-dropdown {
        margin-left: auto;
        margin-right: 20px;
    }

}



.section {
    position: relative;
    margin: 3rem 0;
}



main .section:first-child {
    margin-top: 1.5rem;
}
.section-padding {
    padding: 3rem 0;
}

@media (min-width: 767px) {
    .section {
        margin: 4rem 0;
    }
    main .section:first-child {
        margin-top: 2.5rem;
    }
    .section-padding {
        padding: 4rem 0;
    }
}
@media (min-width: 1200px) {
    .section {
        margin: 5rem 0;
    }
    main .section:first-child {
        margin-top: 5rem;
    }
    .section-padding {
        padding: 5rem 0;
    }
}

.section-footer-support {
    background: #eae9e8;
    margin-bottom: 0;
}
.section-footer-cta {
    background: #eae9e8;
    margin: 0;
}

.footer-cta-block {
    display: block;
    padding: 25px;
    border-bottom: solid 2px #666;
    background: #686D71;
    color: #fff;
    text-align: center;
}
.footer-cta-block:hover {
    color: #fff;
    text-decoration: none;
}
.footer-cta-block h5,
.footer-cta-block h6 {
    color: #fff;
}

.footer-main {
    color: #fff;
    position: relative;
    font-size: .9375rem;
}
.footer-col {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.footer-col-black {
    background: #000;
}
.footer-col-gray {
    background: #3E3F40;
}
.footer-main a:not(.btn) {
    color: #fff;
}
.footer-main h6 {
    color: #fff;
    margin-bottom: .75rem;
    font-size: .9375rem;
}
.footer-main ul {
    list-style: none;
    padding: 0;

}

.footer-menu > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.footer-main ul > li {
    margin-bottom: .375rem;
    flex: 0 0 100%;
}
.footer-menu > ul > li > ul {
    margin: 10px 0 25px 0;
}

@media (min-width: 768px) {
    .footer-menu > ul > li {
        padding-right: 40px;
    }
    .footer-main ul > li {
        flex: 0 0 33.3334%;
    }
    .footer-menu > ul > li > ul {
        margin: 10px 0 0 0 ;
    }
}



.footer-main ul > li.menu-item-has-children > a {
    pointer-events: none;
    color: #fff;
    margin-bottom: 0.75rem;
    font-size: .9375rem;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 700;
}




.footer-main ul > li > a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}
.footer-main ul > li > a:hover {
    text-decoration: underline;
}
.footer-bottom {
    padding: 1.75rem 0 1.75rem 0;
}
.footer-bottom ul {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}
@media (min-width: 576px) {
    .footer-bottom ul {
        justify-content: flex-start;
    }
}
.footer-bottom ul > li  {
    margin-right: .5rem;
}
.footer-bottom ul > li:last-child {
    margin-right: 0;
}
.footer-bottom ul > li,
.footer-bottom ul > li > a {
    color: #3e3f40;
    text-decoration: none;
    font-size: .75rem;
}


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

@media (min-width: 768px) {
    .footer-col {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .footer-col-gray {
        order: 2;
    }
    .footer-bottom ul > li  {
        margin-right: 1.5rem;
    }
    .footer-bottom ul > li,
    .footer-bottom ul > li > a {
        font-size: .875rem;
    }
}
@media (min-width: 1200px) {
    .footer-col {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}




.section.faq .nav-faq .nav-link {
    padding: .75rem 1.5rem;
    border-radius: 0;
    text-decoration: none;
}
.section.faq .accordion h6 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}
.section.faq .accordion h6:before {
    flex-shrink: 0;
    content: "";
    display: inline-block;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .3s ease;
    transform: rotate(0);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath id='a' fill='%23000000' d='M12.5 13.563L6.762 8 5 9.712 12.5 17 20 9.712 18.237 8z'/%3E%3C/defs%3E%3Cuse fill-rule='evenodd' xlink:href='%23a'/%3E%3C/svg%3E");
    width: 20px;
    margin-right: 4px;
}
.section.faq  .accordion h6.collapsed:before {
    transform: rotate(-90deg);
}
.section.faq  .accordion .card {
    border-radius: 0;
}
.section.faq  .accordion>.card>.card-header {
    background: transparent;
    border-bottom: 0;
}
.section.faq .card-body {
    padding-top: 0;
    padding-bottom: .5rem;
    padding-left: 1.5rem
}

.section.contact .contact-row > div {
    display: flex;
}



.sub-nav {
    background: #3E3F40;
}
.sub-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}

.sub-nav li {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    overflow: hidden;
}
.sub-nav li + li {
    border-left-color: #fff;
}
.sub-nav li.active,
.sub-nav li.active + li {
    border-left-color: transparent;
}
.sub-nav ul > li.finished {
    background: #fff;
}
.sub-nav ul > li > a {
    display: block;
    text-align: center;
    padding: 15px 15px 17px 15px;
    min-width: 56px;
    text-decoration: none;
    position: relative;
    color: #fff;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub-nav ul > li:not(.finished)  > a {
    pointer-events: none;

}

.sub-nav ul > li.active > a {
    text-align: left;
}
.sub-nav ul > li:not(.active) > a .step-nr {
    margin-right: 0;
}

.sub-nav ul > li.finished > a .step-nr {
    display: none;
}

.sub-nav ul > li.finished > a {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14258 4.14258L6.49972 9.14258L14.8569 1.14258' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}

/*
.sub-nav ul > li.active a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ED0000;
}
 */
.sub-nav ul > li > a .step-nr {
    margin-right: .25rem;
}
.sub-nav ul > li:not(.active) > a .step-title {
    display: none;
}
.sub-nav ul > li.active > a .step-nr:after {
    content: '.';
}



.section-car-info {

}
.section-car-info .car-image {
    text-align: center;
    position: relative;
}
.section-car-info .car-image .fuel-type-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    display: block;
    width: 100px;
    height: 100px;
}


.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}
.gallery > li {
    width: 100%;
    padding: 0 12px 24px 12px;
}


.gallery > li > .gallery-image {
    width: 100%;
    padding-top: 56.15%;
    height: 0;
    display: block;
    background: #ccc;
    position: relative;
}
.gallery > li > .gallery-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: object-fit\: cover;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) {
    .gallery > li:nth-child(1),
    .gallery > li:nth-child(4) {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .gallery > li:nth-child(2),
    .gallery > li:nth-child(3) {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .gallery > li:nth-child(2) {
        margin-top: auto;
    }
}


.current-color {
    margin-bottom: 1rem;
}
.color-picker {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.color-picker .color {
    position: relative;
    padding: 4px;
    margin: 4px;
}
.color-picker .color > span {

    display: block;
    width: 44px;
    height: 44px;
    position: relative;

    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
}
.color-picker .color .two-tone {
    border-width: 22px;
    border-style: solid;
    display: block;
}
.color-picker .color .three {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: transparent;
}
.color-picker .color .three:after {
    content: '';
    background: currentColor;
    display: block;
    position: absolute;
    width: 25%;
    transform: skewX(-45deg) translateX(-50%);
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
}

.color-picker .color input {
    display: none;
}
.color-picker .color input:checked + span:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 1px solid #000;
}
.color-picker .color.extra-color {
    display: none;
}
.color-picker .color.extra-color.active {
    display: block;
}

.toggle-extra-colors-btn {
    margin: 1rem 0 0 0;
}


.color-disclaimer {
    color: #737373; /* WCAG 2 AA compliant replacement for #9f9f9f */
    text-align: center;
    margin-bottom: -1rem;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .color-picker .color > span {
        width: 72px;
        height: 72px;
    }
    .color-picker .color .two-tone {
        border-width: 36px;
    }
}
@media (min-width: 1200px) {
    .color-picker .color > span {
        width: 78px;
        height: 78px;
    }
    .color-picker .color .two-tone {
        border-width: 39px;
    }
}


.form-check + .form-check {
    margin-top: .5rem;
}
.section-num-kilometers .lease-term-group {
    display: none;
}
.section-num-kilometers .lease-term-group.active {
    display: block;
}


.overview-group h6 {
    margin-bottom: 0;
    text-transform: none;
}
.overview-group {
    padding: .5rem 0 .75rem 0;
}
.overview-group.total  {
    color: #000;
    padding-bottom: 0;
}
.overview-group.total a {
    text-decoration: none;
}
.overview-group.total a:hover {
    text-decoration: underline;
}

.overview-group  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.overview-group  ul > li {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: .5rem;
}
.overview-group  ul > li .price {
    margin-left: auto;
    flex-shrink: 0;
    padding-left: .5rem;
}
.overview-group.total ul> li {
    background: #F2F2F2;
    padding: 1rem;
    font-weight: bold;
}
.overview-group.total ul > li.bijtelling {
    font-weight: 400;
    margin-top: -10px;
    padding-top: 0;
}
.page-template-confirm .overview-group.total ul> li {
    background: #fff;
}



.section-followup-overview .overview h1 {
    display: none;
}


.section.section-followup-overview .overview .btn-link {
    display: inline-block;
    width: auto;
    max-width: 200px;
    text-align: left;
}
.section.section-followup-overview .overview .btn-link:before {
    content: 'Opslaan en later verder?';
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 2px;
    margin-top: .5rem;
}

@media (min-width: 767px) {
    .overview {
        border: 1px solid #000;
        padding: 48px 24px 24px 24px;
    }
    .section-followup-overview .overview {
        border: 0;
        padding: 0;
    }
}


.section-colors {
    margin-top: 0;
}
.section-contract-options {
    margin-bottom: 0;
}
.section-overview {
    margin: 0;
}

.sticky-sidebar-container {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    .sticky-sidebar-container {
        margin-bottom: 4rem;
    }
}
@media (min-width: 1200px) {
    .sticky-sidebar-container {
        margin-bottom: 5rem;
    }
}

.sidebar-inner {
    margin-top: 3rem;
}
@media (min-width: 992px) {
    .sidebar-inner {
        padding-left: 50px;
        margin-top: 0;
    }
}


.section-confirm {
    margin-top: 0;
    margin-bottom: 0;
}

.mobile-overview-summary-wrap {
    height: 56px;
}

.mobile-overview-summary {
    display: block;
    background: #eee;
    color: #000;
    padding: 16px 0;
    z-index: 10;


}
.mobile-overview-summary.sticky {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
}
@media (min-width: 992px) {
    .mobile-overview-summary-wrap {
        display: none;
    }
}


#timer {
    display: flex;
    margin: 1.5rem -5px 1.5rem -5px;
}
#timer > div {
    font-size: 1.5rem;
    color: #000;
    flex: 1 1 25%;
    width: 25%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
#timer > div > .value {
    display: block;
    background: #000;
    color: #fff;
    line-height: 2;
    padding-bottom: 2px;
}
#timer > div > .label {
    display: block;
    text-transform: lowercase;
    font-size: .875rem;
    line-height: 1;
    margin-top: .5rem;
}







.gf_tooltip_body {
    margin-left: 4px;
}

body .gform_wrapper .gfield_required {
    display: none;
}

body .gform_wrapper.gravity-theme .gfield_label {
    font-size: .875rem;
    font-size: 1rem;
    margin-bottom: .5rem;

}

body .gform_wrapper.gravity-theme .gfield_checkbox label,
body .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: .875rem;
    font-size: 1rem;
}
body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
    font-size: .875rem;
    font-size: 1rem;
    font-weight: normal;
}


body .gform_wrapper.gravity-theme select {
    border-radius: 0;
}

body .gform_wrapper.gravity-theme .gchoice {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    font-weight: 500;
}
body .gform_wrapper.gravity-theme .gfield-choice-input {
    position: absolute;
    margin-top: .35rem !important;
    margin-left: -1.25rem !important;
}

body .gform_wrapper .gfield_validation_message,
body .gform_wrapper .validation_message {
    padding: 0 !important;
    border: 0;
    background: transparent;

    margin-top: .125rem;
    font-size: .875rem !important;
}

body .gform_wrapper .gform_validation_errors {
    display: none;
}

.charleft.ginput_counter.warningTextareaInfo {
    display: none;
}

.gform_wrapper.gravity-theme .instruction {
    display: none;
}

body .gform_wrapper.gravity-theme .field_description_above .description,
body .gform_wrapper.gravity-theme .field_description_above .gfield_description,
body .gform_wrapper.gravity-theme .field_description_above .gsection_description,
body .gform_wrapper.gravity-theme .field_description_above .instruction {
    padding-bottom: .75rem;
}

body .gform_wrapper.gravity-theme .gfield_label.gfield_label_before_complex > .gfield_description:first-child {
    margin-top: .5rem;
}

.gform_wrapper {
    --gf-font-weight-secondary: 700 !important;
    --gf-form-gap-y: 28px !important;
}
.gform_wrapper .form-check-label {
    margin-left: 8px;
}


.spinner {
    display: block;
    margin: 0 auto;
    background: url(../img/spinner.svg) no-repeat center center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.show-more-dealers-link {
    display: block;
    text-align: right;
    padding-bottom: .5rem;
}




.pac-item {
    font-size: 14px !important;
    color: #000 !important;
}
.pac-item-query {
    font-size: 14px !important;
    color: #000 !important;
}


#cookie-law-info-bar {
    padding: 30px !important;
    width: 700px !important;
    max-width: 100% !important;
    font-size: .875rem !important;
}
#wt-cli-cookie-banner-title {
    font-size: 1.5rem !important;
}
#wt-cli-settings-btn {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-decoration: underline !important;
    color: #333 !important;
}
#wt-cli-accept-btn {
    margin: 1rem 0 0 1rem !important;
}

#wt-cli-policy-link {
    padding: 0 !important;
    font-size: .875rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-decoration: underline !important;
    color: #333 !important;
}



.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: 10px;
}


.block-icon {
    width: 74px;
    min-height: 80px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}


.quote {
    border: 1px solid #D9D9D6;
    display: flex;
}
.quote .quote-picture {
    background: #000;
    padding: 16px;
    flex-shrink: 0;
}
.quote .quote-picture img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}
.quote .quote-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.quote .quote-author {
    font-weight: bold;
    font-size: .875rem;
    color: #6F6F6E; /* WCAG 2 AA compliant replacement for #8C8C8B */
    margin-bottom: .25rem;
}
.quote .quote-text {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .quote .quote-body {
        padding: 16px;
    }
    .quote .quote-picture {
        padding: 24px;
    }
    .quote .quote-picture img {
        width: 80px;
        height: 80px;
    }
}
@media (min-width: 1200px) {
    .quote .quote-body {
        padding: 24px;
    }
    .quote .quote-picture {
        padding: 40px;
    }
    .quote .quote-picture img {
        width: 120px;
        height: 120px;
    }
    .quote .quote-text {
        font-size: 1.375rem;
    }
}


.block-quote {
    padding: 16px;
    background: #F2F2F2;
}
@media (min-width: 768px) {
    .block-quote {
        padding: 24px;
    }
}
@media (min-width: 1200px) {
    .block-quote {
        padding: 40px;
    }
}

.block-quote .quote-author {
    font-size: .875rem;
    margin-bottom: .375rem;
}
.block-quote p {
    margin-bottom: 0;
}
.block-quote .quote-picture {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}
@media (min-width: 1200px) {
    .block-quote .quote-picture {
        width: 80px;
        height: 80px;
    }
}


.color-gray {
    color: #656666;
}

.section-faq {
    margin: 0;
}

.section-banner {

    padding: 1.5rem 0;
    color: #fff;
    min-height: 375px;
    margin: 0;
    position: relative;
}
.section-banner .container {
    position: relative;
    z-index: 3;
}

.section-banner .banner-text h2 {
    color: #fff;
    max-width: 740px;
}
.section-banner .banner-text .btn {
    margin-top: 1.25rem;
}

.banner-picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.banner-picture img {
    font-family: object-fit\: cover;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner-picture:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.72;
    height: 160px;
}


@media (min-width: 768px) {
    .section-banner {
        min-height: 480px;
        padding: 2.5rem 0;
    }
    .section-banner .banner-text {
        width: 600px;
    }
}
@media (min-width: 1200px) {
    .section-banner {
        min-height: 640px;
        padding: 5rem 0;
    }
    .section-banner .banner-text {
        width: 740px;
    }
    .banner-picture:after {
        height: 240px;
    }
}







.configurator .custom-control-label,
.acceptance-form .custom-radio .custom-control-label,
.custom-radio.bordered .custom-control-label {
    border: 1px solid #D9D9D6;
    padding: 16px 16px 16px 56px;
    margin-top: 24px;
    display: block;

    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    transition: border .2s ease;
}

.configurator .custom-control .custom-control-label::after,
.acceptance-form .custom-radio.custom-control .custom-control-label::after,
.custom-radio.bordered.custom-control .custom-control-label::after{
    top: 28px;
    left: 28px;
    margin-top: 0;
}
.configurator .custom-control .custom-control-label::before,
.acceptance-form .custom-radio.custom-control .custom-control-label::before,
.custom-radio.bordered.custom-control .custom-control-label::before{
    top: 16px;
    left: 16px;
    margin-top: 0;
}

.configurator .custom-control-input:checked~.custom-control-label,
.acceptance-form .custom-radio .custom-control-input:checked~.custom-control-label,
.custom-radio.bordered .custom-control-input:checked~.custom-control-label{
    border-color: #000;
}

.configurator .custom-control-label .price {
    font-weight: bold;
}
.configurator .custom-control-label .label {
    display: flex;
    align-items: center;
}
.configurator .custom-control-label .label .lease-term-action-label {
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #F2F2F2;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4;
    white-space: nowrap;
}
.configurator .custom-control-label .items {
    display: block;
    padding-left: 12px;
    margin-top: 1rem;
}
.configurator .custom-control-label .items > .item {
    display: flex;
    align-items: center;
}
.configurator .custom-control-label .items > .item:before{
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #000;
    flex-shrink: 0;
    margin-right: 12px;
}
.configurator .custom-control-label .image {
    display: block;
    width: 100%;
    margin-top: 1rem;

    /*
    height: 0;
    padding-top: 60%;
    overflow: hidden;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    */
}

.configurator .config-section-title {

}
.configurator .config-section-title .nr:after {
    content: ".";
}


.radio-group-label {
    margin-bottom: -10px;
}

.faq-nav {
    border: 1px solid #000;
    padding: 24px 24px 24px 24px;
}
.faq-nav .nav-pills .nav-link {
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
}
.faq-nav .nav-pills .nav-link:hover {
    text-decoration: underline;
}
.faq-nav .nav-pills .nav-link.active,
.faq-nav .nav-pills .show>.nav-link {
    background-color: #F6F6F6;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.SvgIcon {
    display: block;
    width: 20px;
    fill: #fff;
}
.SvgIcon path {
    fill: #000;
}
body .blueimp-gallery-display>.next,
body .blueimp-gallery-display>.prev {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
    height: 60px;
    background: #fff;
    cursor: pointer;
    opacity: .75;
    border-radius: 0;
    border: 0;
    margin: 0;

    padding: 0;
    display: flex;
    align-items: center;

    width: 32px;
    justify-content: center;
}
body .blueimp-gallery-display>.prev {
    left: 0;
}
body .blueimp-gallery-display>.next {
    right: 0;
}
body .blueimp-gallery-display.blueimp-gallery-left >.prev {
    display: none;
}
body .blueimp-gallery-display.blueimp-gallery-right >.next {
    display: none;
}


body .blueimp-gallery-svgasimg>.close {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
}

body .blueimp-gallery > .indicator > li {
    border-radius: 0 !important;
    width: 48px !important;
    height: 32px !important;
    background-size: cover;
}
body .blueimp-gallery > .indicator > li:after {
    width: 120px !important;
    height: 80px !important;
    border-radius: 0 !important;
}



.noUi-target {
    border-radius: 8px;
    border: 0;
    background: #F2F2F2;
}
.noUi-horizontal {
    height: 8px;
}
.noUi-connects {
    border-radius: 8px;
}
.noUi-connect {
    background: #000;
}
.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #000;
    top: 50%;
    margin-top: -10px;
    box-shadow: 0 2px 8px -5px rgba(0, 0, 0, 0.08), 0 4px 2px -5px rgba(0, 0, 0, 0.05);
}
.noUi-handle:before,
.noUi-handle:after {
    width: 10px;
    height: 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    top: 8px;
    left: auto;
    right: auto;
}
.noUi-handle:before {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.42871L2 4.21443L5 1.00014' stroke='black' stroke-width='2' /%3E%3C/svg%3E");
    left: 4px;
}
.noUi-handle:after {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4.21429L1 7.42857' stroke='black' stroke-width='2' /%3E%3C/svg%3E%0A");
    right: 4px;
}
.noUi-tooltip {
    font-size: 12px;
    font-weight: bold;
    border: 0;
    padding: 0;
}
.noUi-horizontal .noUi-tooltip {
    bottom: 115%;
}

.question {
    margin-bottom: 2.5rem;
}
.question .question__label {
    font-weight: bold;
}
.question .question__answer {
    padding-top: 2.5rem;
}

.filters {
    border: 1px solid #000;
    padding: 10px 16px 10px 16px;
    max-width: 330px;
    margin-top: 1.5rem;
}



#search-filters.loading:before {
    content: '';
    position: absolute;
    z-index: 99;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #fff;
    opacity: .5;
}

.filters .filters__header {
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}
.filters .filters__header .icon-filter {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
    cursor: pointer;
}
.filters .filters__header.collapsed .icon-filter {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='18' viewBox='0 0 15 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.23077V1H14V2.23077L9.66667 9.61539V14.8462L7.06667 17H5.62222V9.61539L1 2.23077Z' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.filters .num-activated-text {
    color: #6F6F6E; /* WCAG 2.1 AA compliant replacement for #8C8C8B */
}

.filters .filter-title {
    font-weight: bold;
    display: flex;
    align-items: center;
}
.filters .filter-title [data-toggle="modal"] {
    cursor: pointer;
}
.section-followup-overview {

}

.badge-black {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    background: #000;
    color: #fff;
}


.upload-wrap {
    border: 2px dashed #999;
    position: relative;
    padding: 20px 20px 25px 20px;
    margin: 1rem 0 2rem 0;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;

    background: #f5f5f5;
}
.upload-wrap.inactive .btn,
.upload-wrap.inactive .drag-text,
.upload-wrap.inactive input[type="file"] {
    display: none;
}

.upload-wrap .btn {
    margin-bottom: 16px;
    margin-top: 16px;
}

.upload-wrap input[type="file"] {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    left: 0;
    top: 0;
}
/*.upload-wrap:hover,*/
.upload-wrap.dropping {
    background-color: #eee;
}
.upload-wrap .drag-text {
    font-weight: 100;
    text-transform: lowercase;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;

    /*
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


    z-index: 1;

     */
    font-size: 1rem;
}
.upload-wrap .selected-files:not(:empty) + .drag-text {
    display: none;
}


.upload-wrap .selected-files {
    position: relative;
    z-index: 15;
    width: 100%;
}

.upload-wrap .file {
    border: 1px solid #ccc;
    background: #fff;
    padding: 8px 28px 8px 16px;
    margin-bottom: 8px;
    position: relative;
}

.upload-wrap .file .delete {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");

    cursor: pointer;
}

.upload-wrap .file .name {
    font-weight: bold;
}
.upload-wrap .file .size {
    font-size: .875rem;
}


.text-muted a {
    color: inherit
}

.nav.wizard-ul {
    flex-direction: column;
}
.nav.wizard-ul > li.inactive {
    display: none;
}

.nav-pills .nav-link {
    border-radius: 0;
    text-decoration: none
}

.acceptance-nav {
    border: 1px solid #000;
    padding: 32px 24px 16px 24px;
}
.acceptance-nav .acceptance-nav__header {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
}
.acceptance-nav .acceptance-nav__header .header-icon {
    margin-left: auto;
    cursor: pointer;
}
.acceptance-nav .acceptance-nav__body {
    padding: 8px 0 24px 0;
}


.acceptance-nav ul > li > a {
    position: relative;
    padding-right: 30px;
}
.acceptance-nav ul > li > a.unfinished:after,
.acceptance-nav ul > li > a.finished:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

}
/*
.acceptance-nav ul > li > a.unfinished:after {
    opacity: .25;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
}*/
.acceptance-nav ul > li > a.finished:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E");
}

.acceptance-nav ul > li > a:not(.active):hover {
    background: #f5f5f5;
}
.acceptance-nav__title {
    font-weight: bold;
    margin-bottom: .5rem;
    margin-top: 1rem;
}

.hidden {
    display: none;
}

.field.inactive {
    display: none;
}

.acceptance-form .previous.disabled {
    display: none;
}

.alert-border {
    border: 1px solid #ccc;
}

/*
.form__group {
    background: #f5f5f5;
    border-radius: 4px 4px 0 0;
}
.form__field {
    padding-left: 16px;
    padding-right: 16px;

    box-shadow: inset 0 -1px 0 rgba(0,0,0,.42)
}
.form__label, .form__field:focus ~ .form__label, select.form__field:valid ~ .form__label {
    padding-left: 16px;
    padding-right: 16px;
}

.form__label, .form__field:focus ~ .form__label, select.form__field:valid ~ .form__label {
    text-transform: none;
    font-size: 13px;
}*/

.acceptance-form .custom-control-label {
    margin-top: 16px;
}

.table tbody td {
    vertical-align: middle;
}

.account-request {

    padding: 0 0 24px 0;
    margin: 24px 0;
    border-bottom: 1px solid #ddd;
}


.alert-dismissible .close {
    padding: .6rem 1.25rem.75rem 1.25rem
}

.datepicker table {
    width: 100%;
}
.datepicker.dropdown-menu {
    min-width: 280px;
}
.datepicker td,
.datepicker th {
    width: 32px;
    height: 32px;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background: #000;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background: #000;
}

#saveAcceptanceBtn {
    font-size: 15px;
}



.home-nav {
    display: none;
}
.home-nav-list {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.home-nav-list > li > a {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: .9375rem;
}
.home-nav-list > li > a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) {
    .home-nav {
        display: block;
    }
}

.section-filters {
    position: relative;
}
.section-filters.sticky {
    position: sticky;
    top: 60px;
    z-index: 10;
}

@media (min-width: 992px) {
    .section-filters.sticky {
        top: 0;
    }
}

#search-filters {
    margin-top: 1.5rem;
    height: 64px;
    padding: 8px 0;
    overflow: hidden;
    background: #fff;

    margin-left: -15px;
    margin-right: -15px;
}

#filters-form {
    position: relative;
    display: block;

    background: #fff;

    white-space: nowrap;
    overflow: auto;
    height: 84px;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px;
    padding-right: 15px;
}
.filters-wrap {
    display: inline-block;
}
#filters-form .form-label {
    font-weight: 700;
    padding-right: 15px;
    line-height: 48px;
    position: relative;
    display: inline-flex;
    align-items: center;

}
#filters-form .form-label .reset-filters-link {
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;

    content: '';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%2300000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
    border: 1px solid #000;

}
#filters-form .form-label .reset-filters-link:hover {
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
}


@media (min-width: 768px) {
    #search-filters {
        height: auto;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    #filters-form {
        /*border: 1px solid #000;*/
        display: inline-flex;
        align-items: center;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        overflow: visible;
    }
    #filters-form .form-label {
        padding: 0 16px 0 0;
    }
    .filters-wrap {
        display: flex;
        align-items: center;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        border: 1px solid #000;
    }
}




.filter {
    display: inline-block;
    position: relative;
    margin-right: 4px;

    /*
    margin-right: 7px;
    margin-bottom: 8px;*/
}
.filter__title {
    position: relative;
    z-index: 2;
    pointer-events: none;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #000;

}
@media (min-width: 768px) {
    .filter {
        margin-right: 0;
    }
    .filter__title {
        border: 0;
        border-left: 1px solid rgba(0,0,0,0.05);
    }
}


.filter.open .filter__title {
    background: #000;
    color: #fff;
}

.filter__title .badge {
    margin-left: 5px;
    transition: none;
}
.filter.open .filter__title .badge {
    margin-left: 5px;
    background: #fff;
    color:#000;
}

.filter__title:after {
    flex-shrink: 0;
    content: "";
    display: inline-block;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath id='a' fill='%23000000' d='M12.5 13.563L6.762 8 5 9.712 12.5 17 20 9.712 18.237 8z'/%3E%3C/defs%3E%3Cuse fill-rule='evenodd' xlink:href='%23a'/%3E%3C/svg%3E");
    width: 20px;
    margin-left: 5px;
    order: 999;
}
.filter.open .filter__title:after {
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath id='a' fill='%23FFFFFF' d='M12.5 13.563L6.762 8 5 9.712 12.5 17 20 9.712 18.237 8z'/%3E%3C/defs%3E%3Cuse fill-rule='evenodd' xlink:href='%23a'/%3E%3C/svg%3E");

}

.filter__choices {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.filter__choices textarea {
    cursor: pointer;
}

.filter .select2-container--bootstrap4 .select2-selection {
    border-color: #000;
}
.filter .select2-container--bootstrap4 .select2-selection--multiple {
    min-height: 48px !important;
    border-radius: 0;
}
.filter .select2-container--bootstrap4 .select2-selection--single {
    height: 48px !important;
}
.filter .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
}
.filter .select2-container--bootstrap4.select2-container--focus .select2-selection {
    box-shadow: none;
    border-color: #000;
}

.filter .select2-selection__rendered {
    display: none !important;
}


.filter .select2.select2-container {
    width: 100% !important;
}

.select2-dropdown.select2-filter-dropdown {
    border-color: #000;
    border-radius: 0 !important;
    margin-top: 0;
}
.select2-dropdown.select2-filter-dropdown.select2-dropdown--below {
    border-top: 1px solid;
}
.select2-filter-dropdown .select2-results__option--selected {
    font-weight: 600;
    background: transparent;
}


.select2-container--bootstrap4 .select2-dropdown.select2-filter-dropdown .select2-results__option[aria-selected="true"],
.select2-filter-dropdown .select2-results__option[aria-selected="true"],
.select2-filter-dropdown .select2-results__option--highlighted.select2-results__option[aria-selected="true"],
.select2-filter-dropdown .select2-results__option--highlighted{
    background: transparent;
    color: #000;
}




.select2-filter-dropdown .select2-results__option:hover {
    background: #f2f2f2 !important;
}

.select2-filter-dropdown .select2-results__option--selected:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14258 4.14258L6.49972 9.14258L14.8569 1.14258' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
}
.select2-filter-dropdown .select2-results__option {
    position: relative;
    white-space: nowrap;

    padding: 10px 60px 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.select2-filter-title {
    display: none;
}

@media (max-width: 768px) {
    .select2-filter-dropdown.select2-dropdown {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        background: white !important;
        width: 100% !important;
        height: 100%;
        z-index: 3000 !important;
    }
    .select2-filter-dropdown .select2-results {
        height: 90% !important;
        height: 100% !important;
    }
    .select2-filter-dropdown .select2-results__options {
        max-height: 100% !important;
        height: 100% !important;
        overflow-y: auto !important;
    }

    .select2-filter-dropdown .select2-filter-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 16px;
        border-bottom: 1px solid #000;
        background: #000;
        color: #fff;
    }
    .select2-filter-dropdown .select2-filter-title:after {
        content: '';
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E")
    }
}

.section-featured-info {
    margin-bottom: 3rem;
}

.featured-info  {
    padding: 16px 16px 8px 16px;
    border: 1px solid #000;
}
@media (min-width: 992px) {
    .featured-info {
        padding: 24px 24px 16px 24px;
    }
}
