.select2dropdown.select-with-label+.select2:has(.select2-selection__rendered[title])+.input-label{transform:translateY(-100%)}.select-field-gp:has(> .LV_valid_field) .select2-container--default .select2-selection--single{border:1px solid #333}@media only screen and (max-width:767px){.select2-container--default .select2-selection--single{padding:12px 15px 5px;height:42.6px}.select2dropdown.select-with-label+.select2:has(.select2-selection__rendered[title]) .select2-selection.select2-selection--single{padding:12px 15px 5px;height:42.6px}.select2dropdown.select-with-label+.select2:has(.select2-selection__rendered[title])+.input-label{transform:translateY(-90%)}}
html[lang=ja] .small-txt a, .jp .small-txt a {
    font-size: inherit;
    line-height: inherit;
}

.elq-jp-bridge-form .privacy-checkbox .LV_invalid {
    margin-left: 40px;
    margin-top: -7px
}

.elq-jp-bridge-form .checkbox-label {
    margin-bottom: 0
}

.elq-jp-bridge-form .custom-checkbox:has(input[name="disableCompanyWebsite"]) {
    margin-top: 10px;
}

.elq-jp-bridge-form .checkbox-label p:last-child {
    margin-bottom: 0;
}

.form-check input.form-check-input {
    height: auto;
    position: absolute;
    opacity: 0;
    width: 25px;
    height: 28px;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    margin: 0
}

.form-check label.checkbox-label {
    padding-left: 45px
}

.small-txt {
    font-size: 14px;
    font-family: metropolis, sans-serif;
    line-height: 20px
}

.form-check label.checkbox-label span.check-circle {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    background: #fff;
    padding-left: 30px;
    border: 1px solid #818181;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px
}

.form-check label.checkbox-label span.check-circle:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px
}

.form-check label.checkbox-label span.check-square {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden
}

.form-check label.checkbox-label span.check-square:before {
    border: 1px solid #bababa;
    border-radius: 0;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../../../../content/dam/global/icons/icon-tick.png);
    top: 0;
    left: 0;
    background-size: 21px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.form-check label.checkbox-label a {
    color: rgba(19,43,102,1);
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit
}

.form-check input[type=radio]:checked+.checkbox-label span.check-circle:before {
    background-color: #006cb5
}

.form-check input[type=checkbox]:checked+.checkbox-label span.check-square:before {
    border-color: #006cb5;
    background-color: #006cb5
}

.elq-jp-bridge-form input[type=checkbox]+label {
    position: relative;
    margin: 0;
    top: 0;
    color: #222;
    padding: 0 0 0 40px;
    font-size: 18px
}
.elq-jp-bridge-form input#consentCheckbox[type=checkbox]+label {
    top: -7px;
}

.elq-jp-bridge-form input[type=checkbox] {
    position: relative;
    cursor: pointer;
    width: auto;
    padding: 0;
    border: none!important;
    outline: 0!important;
    opacity: 1;
    z-index: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.elq-jp-bridge-form input[type=checkbox]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    transition: transform .28s;
    border: 1px solid #707070;
    background: #fff
}

.elq-jp-bridge-form input[type=checkbox]:checked:before {
    background-color: #006cb5;
    border: #006cb5
}

.elq-jp-bridge-form input[type=checkbox]:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform .25s;
    will-change: transform;
    position: absolute;
    top: 7px;
    left: 6px
}

.elq-jp-bridge-form input[type=checkbox]:checked:after {
    transform: rotate(-45deg) scale(1)
}

.elq-jp-bridge-form .custom-checkbox .custom-control-label::before, .elq-jp-bridge-form .custom-checkbox .custom-control-label::after {
    content: none;
}

.elq-jp-bridge-form .custom-control {
    padding-left: 0;
    display: flex;
    flex-direction: row;
}

.eloqua-jp-bridge-form .field-wrapper {
    position: relative;
    margin-bottom: 40px;
}

.eloqua-jp-bridge-form .field-wrapper:first-child {
    margin-bottom: 0;
}

.eloqua-jp-bridge-form .required {
    color: red;
}

.eloqua-jp-bridge-form #formElement14, .eloqua-jp-bridge-form #formElement15, .eloqua-jp-bridge-form #formElement16, .eloqua-jp-bridge-form #formElement17 {
    margin-bottom: 0;
}

.elq-jp-bridge-form .row:has(.hidden-p) {
    margin-bottom: 0!important;
}

.elq-jp-bridge-form .form-button-container {
    margin-top: 10px;
}

.elq-jp-bridge-form .row:has(.hidden-p) * {
    margin-bottom: 0 !important;
}

@media only screen and (max-width :767px) {
    .form-check label.checkbox-label {
        padding-left: 15px
    }

    .form-check label.checkbox-label span.check-square {
        top: 2px;
        width: 20px;
        height: 20px
    }

    .form-check label.checkbox-label span.check-square:before {
        width: 20px;
        height: 20px;
        background-size: 16px auto;
        border-radius: 0
    }

    .elq-jp-bridge-form .privacy-checkbox .LV_invalid {
        margin-left: 0;
    }
}

.elq-jp-bridge-form .row {
    margin-bottom: 15px
}

.select-field-gp {
    display: flex;
    position: relative
}

.select-field-gp .nice-select.select-with-label+.input-label {
    left: 20px
}

.elq-jp-bridge-form .row:last-child {
    margin-bottom: 0
}

@media only screen and (max-width :1024px) {
    .elq-jp-bridge-form .row {
        margin-bottom: 0
    }

    .elq-jp-bridge-form .col-lg-12 {
        margin-bottom: 15px
    }

    .elq-jp-bridge-form .row:last-child .col-lg-12 {
        margin-bottom: 0
    }
}

.input-field-gp.input-filled input.form-control:hover,
.input-field-gp.input-filled input.form-control[type=email]:hover,
.input-field-gp.input-filled input.form-control[type=password]:hover,
.input-field-gp.input-filled input.form-control[type=text]:hover,
.input-field-gp.input-filled textarea:hover {
    border-color: rgba(65,115,160,1)
}

.input-field-gp {
    display: block;
    position: relative
}

.input-field-gp input.form-control[type=email],
.input-field-gp input.form-control[type=password],
.input-field-gp input.form-control[type=text],
.input-field-gp textarea {
    padding: 19px 20px 5px;
    font-size: 18px;
    color: #333;
    height: auto;
    font-family: metropolis, sans-serif;
    border: 1px solid #bababa;
    border-radius: 0;
    transition: all .3s ease;
    width: 100%
}

.input-field-gp input.form-control[type=email]:hover,
.input-field-gp input.form-control[type=password]:hover,
.input-field-gp input.form-control[type=text]:hover,
.input-field-gp textarea:hover {
    border-color: rgba(65,115,160,1)
}

.input-field-gp input.form-control[type=email]+label.input-label,
.input-field-gp input.form-control[type=password]+label.input-label,
.input-field-gp input.form-control[type=text]+label.input-label,
.input-field-gp textarea+label.input-label {
    position: absolute;
    font-size: 18px;
    color: #bababa;
    font-family: metropolis, sans-serif;
    font-weight: 300;
    top: 50%;
    margin-bottom: 0;
    line-height: 26px;
    margin-top: -13px;
    transition: all .3s ease;
    left: 20px;
    pointer-events: none
}

.input-field-gp input.form-control[type=email]:focus,
.input-field-gp input.form-control[type=password]:focus,
.input-field-gp input.form-control[type=text]:focus,
.input-field-gp textarea:focus {
    outline: 0;
    border: 1px solid #333;
    box-shadow: none
}

.input-field-gp input.form-control[type=email]:focus+label.input-label,
.input-field-gp input.form-control[type=password]:focus+label.input-label,
.input-field-gp input.form-control[type=text]:focus+label.input-label,
.input-field-gp textarea:focus+label.input-label {
    color: #333;
    font-size: 12px;
    transform: translateY(-15px)
}

.input-field-gp.input-filled input.form-control[type=email],
.input-field-gp.input-filled input.form-control[type=password],
.input-field-gp.input-filled input.form-control[type=text],
.input-field-gp.input-filled textarea {
    border: 1px solid #333
}

.input-field-gp.input-filled input.form-control[type=email]+label.input-label,
.input-field-gp.input-filled input.form-control[type=password]+label.input-label,
.input-field-gp.input-filled input.form-control[type=text]+label.input-label,
.input-field-gp.input-filled textarea+label.input-label {
    color: #333;
    font-size: 12px;
    transform: translateY(-15px)
}

.input-field-gp.input-filled textarea+label.input-label span span {
    display: none
}

.input-field-gp textarea {
    height: 200px
}

.input-field-gp textarea:hover {
    border-color: rgba(65,115,160,1)
}

.input-field-gp textarea+label.input-label {
    margin-top: 0;
    top: 15px
}

.input-field-gp textarea:focus+label.input-label span span {
    display: none
}

@media only screen and (max-width :767px) {

    .input-field-gp input.form-control[type=email],
    .input-field-gp input.form-control[type=password],
    .input-field-gp input.form-control[type=text],
    .input-field-gp textarea {
        font-size: 16px;
        padding: 12px 15px 5px
    }

    .input-field-gp input.form-control[type=email]+label.input-label,
    .input-field-gp input.form-control[type=password]+label.input-label,
    .input-field-gp input.form-control[type=text]+label.input-label,
    .input-field-gp textarea+label.input-label {
        font-size: 16px;
        left: 15px;
        line-height: 16px;
        padding-top: 5px
    }

    .input-field-gp input.form-control[type=email]:focus+label.input-label,
    .input-field-gp input.form-control[type=password]:focus+label.input-label,
    .input-field-gp input.form-control[type=text]:focus+label.input-label,
    .input-field-gp textarea:focus+label.input-label {
        font-size: 11px;
        transform: translateY(-11px)
    }

    .input-field-gp textarea+label.input-label {
        top: 10px
    }

    .input-field-gp textarea:focus+label.input-label {
        transform: translateY(-13px)
    }

    .input-field-gp.input-filled input.form-control[type=email]+label.input-label,
    .input-field-gp.input-filled input.form-control[type=password]+label.input-label,
    .input-field-gp.input-filled input.form-control[type=text]+label.input-label {
        font-size: 11px;
        transform: translateY(-11px)
    }

    .input-field-gp.input-filled textarea+label.input-label {
        font-size: 11px;
        transform: translateY(-13px)
    }
}

.form-check input.form-check-input {
    height: auto;
    position: absolute;
    opacity: 0;
    width: 25px;
    height: 28px;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    margin: 0
}

.form-check label.checkbox-label span.check-circle {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    background: #fff;
    padding-left: 30px;
    border: 1px solid #818181;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px
}

.form-check label.checkbox-label span.check-circle:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px
}

.form-check label.checkbox-label span.check-square {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden
}

.form-check label.checkbox-label span.check-square:before {
    border: 1px solid #bababa;
    border-radius: 0;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../../../../content/dam/global/icons/icon-tick.png);
    top: 0;
    left: 0;
    background-size: 21px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.form-check label.checkbox-label a {
    color: rgba(19,43,102,1);
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit
}

.form-check input[type=radio]:checked+.checkbox-label span.check-circle:before {
    background-color: #006cb5
}

.form-check input[type=checkbox]:checked+.checkbox-label span.check-square:before {
    border-color: #006cb5;
    background-color: #006cb5
}

@media only screen and (max-width :767px) {
    .form-check label.checkbox-label {
        padding-left: 15px
    }

    .form-check label.checkbox-label span.check-square {
        top: 2px;
        width: 20px;
        height: 20px
    }

    .form-check label.checkbox-label span.check-square:before {
        width: 20px;
        height: 20px;
        background-size: 16px auto;
        border-radius: 0
    }
}

@media only screen and (max-width:767px) {
    .v-check input.form-control[type=text] {
        height: 65px;
        padding-top: 35px
    }

    .v-check input.form-control[type=text]+label.input-label {
        font-size: 16px;
        line-height: 15px;
        padding-top: 0
    }
}

.LV_validation_message {
    margin: 0 0 0 5px
}

.LV_valid {
    display: none
}

.LV_invalid {
    color: #c00
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: rgba(65,115,160,1)
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: none;
    z-index: 9
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.intl-tel-input.separate-dial-code.allow-dropdown {
    width: 100%
}

.intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag {
    background-color: #fff;
    padding: 12px 45px 12px 10px;
    border: 1px solid #bababa;
    border-radius: 0;
    width: 120px;
    display: inline-block
}

.nice-select.select-with-label:hover {
    border-color: rgba(65,115,160,1) !important
}

.intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag:hover {
    border-color: rgba(65,115,160,1)
}

.intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag .selected-dial-code {
    font-family: metropolis, sans-serif;
    font-size: 18px
}

.intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag .iti-arrow {
    width: 13px;
    height: 8px;
    background-image: url(../../../../content/dam/global/icons/icon-arrow-down.png);
    background-size: cover;
    border: 0;
    margin-top: -4px;
    right: 10px
}

.intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag:focus {
    outline: 0
}

.intl-tel-input.separate-dial-code.allow-dropdown .flag-container .country-list li {
    text-indent: 0;
    font-size: 18px;
    font-family: metropolis, sans-serif
}

.intl-tel-input.separate-dial-code.allow-dropdown .flag-container .country-list li span.country-name {
    font-size: 18px;
    font-family: metropolis, sans-serif
}

.intl-tel-input.separate-dial-code.allow-dropdown .flag-container:hover .selected-flag {
    background-color: #fff;
    width: 120px
}

.intl-tel-input.separate-dial-code.allow-dropdown input[type=tel].intl-phone {
    margin-left: 140px;
    padding: 19px 20px 5px;
    padding-left: 20px !important;
    font-size: 18px;
    color: #333;
    height: auto;
    font-family: metropolis, sans-serif;
    border: 1px solid #bababa;
    border-radius: 0;
    width: calc(100% - 140px);
    transition: all .3s ease
}

.intl-tel-input.separate-dial-code.allow-dropdown input[type=tel].intl-phone:hover {
    border-color: rgba(65,115,160,1)
}

.intl-tel-input.separate-dial-code.allow-dropdown input[type=tel].intl-phone:focus {
    outline: 0;
    border: 1px solid #333;
    box-shadow: none
}

.intl-tel-input.separate-dial-code.allow-dropdown+label.input-label {
    position: absolute;
    left: 160px;
    top: 15px;
    font-size: 18px;
    color: #bababa;
    font-family: metropolis, sans-serif;
    transition: all .3s ease;
    margin-bottom: 0
}

.intl-tel-input.separate-dial-code.allow-dropdown.input-filled input[type=tel].intl-phone,
.intl-tel-input.separate-dial-code.allow-dropdown.input-focus input[type=tel].intl-phone {
    outline: 0;
    border: 1px solid #333;
    box-shadow: none
}

.intl-tel-input.separate-dial-code.allow-dropdown.input-filled+label.input-label,
.intl-tel-input.separate-dial-code.allow-dropdown.input-focus+label.input-label {
    color: #333;
    font-size: 12px;
    transform: translateY(-12px)
}

@media only screen and (max-width :767px) {
    .intl-tel-input.separate-dial-code.allow-dropdown .flag-container .selected-flag .selected-dial-code {
        font-size: 16px;
        line-height: 18px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown input[type=tel].intl-phone {
        font-size: 16px;
        padding: 12px 15px 5px;
        padding-left: 15px !important
    }

    .intl-tel-input.separate-dial-code.allow-dropdown+label.input-label {
        font-size: 14px;
        left: 155px;
        top: 60%;
        margin-top: -12px;
        line-height: 14px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.input-filled+label.input-label,
    .intl-tel-input.separate-dial-code.allow-dropdown.input-focus+label.input-label {
        transform: translateY(-10px)
    }
}

@media only screen and (max-device-width:320px) and (orientation:portrait) {
    .intl-tel-input.separate-dial-code.allow-dropdown+label.input-label {
        left: 147px
    }
}

@media only screen and (max-width :767px) {
    .intl-tel-input.iti-container .country-list .country {
        line-height: 22px;
        text-indent: 0
    }

    .intl-tel-input.iti-container .country-list .country .country-name,
    .intl-tel-input.iti-container .country-list .country .dial-code {
        font-size: 16px
    }

    .intl-tel-input.iti-container .country-list .divider {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.salutation-cont .current {
    margin-top: 9px
}

.selection-office .nice-select.select-with-label {
    padding-top: 18px;
    margin-bottom: 50px
}

.nice-select {
    border: 1px solid #bababa;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    height: 53px;
    line-height: 18px
}

.nice-select .option {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 25px
}

.nice-select span.current {
    font-size: 18px;
    color: #333;
    height: auto;
    font-family: metropolis, sans-serif;
    line-height: 1;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

.nice-select:active,
.nice-select:focus {
    box-shadow: none;
    border-color: #333 !important
}

.nice-select ul.list {
    width: 100%;
    border: 1px solid #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    box-shadow: none;
    left: -1px;
    width: calc(100% + 2px);
    top: 48px;
    border-top: 0
}

.nice-select ul.list li {
    font-family: metropolis, sans-serif;
    font-size: 18px;
    color: #333;
    text-indent: 0;
    background-color: #fff;
    transition: all .3s ease;
    font-weight: 300
}

.nice-select ul.list li:hover:not(.disabled) {
    background-color: #0060a6;
    color: #fff;
    font-weight: 300
}

.nice-select ul.list li.disabled[data-display] {
    background-color: #EBEBEB;
    color: #333;
    font-weight: bold;
}

.nice-select.select-subheader ul.list li:not([data-display]) {
    padding-left: 25px;
}

.nice-select ul.list li.selected.focus {
    background-color: #fff;
    color: #333
}

.nice-select ul.list li.selected.focus:hover {
    background-color: #0060a6;
    color: #fff;
    font-weight: 700
}

.nice-select ul.list:hover .option:not(:hover):not(.disabled) {
    background-color: #fff !important
}

.nice-select:after {
    width: 13px;
    height: 8px;
    border: 0;
    background-image: url(../../../../../../content/dam/global/icons/icon-arrow-down.png);
    background-size: cover;
    right: 10px;
    transition: all .3s ease;
    transform: rotate(0);
    top: 50%;
    margin-top: -4px
}

.nice-select.open {
    border-color: #333 !important
}

.nice-select.open:after {
    transform: rotate(0);
    background-image: url(../../../../../../content/dam/global/icons/icon-arrow-top.png)
}

.nice-select.select-with-label {
    padding: 25px 20px 5px
}

.nice-select.select-with-label ul.list {
    max-height: 300px;
    overflow-y: auto;
    z-index: 99999
}

.nice-select.select-with-label ul.list li:first-child {
    display: none
}

.office-selection.select-with-label ul.list li:first-child {
    display: block
}

.nice-select.select-with-label ul.list li {
    white-space: normal;
    float: left;
    width: 100%;
    height: auto;
    word-wrap: break-word
}

.nice-select.select-with-label+.input-label {
    font-family: metropolis, sans-serif;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 35px;
    margin-top: -14px;
    pointer-events: none;
    transition: all .3s ease
}

.nice-select.select-with-label.input-filled {
    border-color: #333
}

.nice-select.select-with-label.input-filled+.input-label {
    font-size: 12px;
    transform: translateY(-9px)
}

@media only screen and (max-width :767px) {
    .nice-select {
        padding: 12px 15px 5px;
        height: 43px
    }

    .nice-select span.current {
        font-size: 16px;
        line-height: 25px;
        padding-right: 10px
    }

    .nice-select ul.list {
        top: 33px
    }

    .nice-select ul.list li {
        min-height: 34px;
        line-height: 22px;
        font-size: 16px;
        padding-bottom: 5px
    }

    .nice-select.select-with-label {
        padding: 14px 14px 5px
    }

    .nice-select.select-with-label+.input-label {
        font-size: 16px;
        left: 30px;
        line-height: 26px
    }

    .nice-select.select-with-label.input-filled+.input-label {
        font-size: 11px;
        transform: translateY(-9px);
        -webkit-transform: translateY(-9px);
        -moz-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        -o-transform: translateY(-9px)
    }
}

@media only screen and (max-width :767px) {
    .office-selection .current {
        margin-top: -5px
    }

    .selection-office .nice-select.select-with-label {
        padding-top: 14px
    }

    .select-wide-height .nice-select.select-with-label {
        height: 65px
    }

    .select-wide-height .nice-select.select-with-label+.input-label {
        line-height: 16px
    }

    .select-wide-height .nice-select span.current {
        padding-top: 14px
    }

    .select-wide-height .input-label {
        padding-right: 43
    }

    .input-wide-height input.form-control[type=text] {
        height: 65px
    }

    .input-wide-height input.form-control[type=text]+label.input-label {
        font-size: 16px;
        line-height: 16px;
        padding-top: 0
    }

    .input-wide-height .input-label {
        padding-right: 10px
    }

    .salutation-cont .current {
        margin-top: -3px
    }
}

@media only screen and (max-device-width:320px) and (orientation:portrait) {
    .select-wide-height .nice-select.select-with-label {
        height: 65px
    }

    .select-wide-height .input-label {
        padding-right: 43px
    }

    .select-wide-height .list {
        margin-top: 15px
    }

    .select-wide-xl .nice-select.select-with-label+.input-label {
        top: 39%;
        line-height: 16px
    }

    .select-wide-xl .nice-select span.current {
        padding-top: 18px
    }
}


/* custom fixes */

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    outline: none;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
