body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

form[id^="smartcapture-block-"] .smartcapture-controls .sc-formfield-label, form[id^="smartcapture-block-"] .smartcapture-controls .sc-formfield-label label, form[id^="smartcapture-block-"] .smartcapture-controls .sc-formfield-input label {
    margin-bottom: 2px !important;
    line-height: 1.2;
    font-weight: normal;
}

form[id^="smartcapture-block-"] .smartcapture-controls {
    padding-bottom: 20px !important;
}

form[id^="smartcapture-block-"] input[type="text"], form[id^="smartcapture-block-"] input[type="number"], form[id^="smartcapture-block-"] input[type="email"] {
    border: solid 1px #d8d8d8;
    border-radius: 3px;
    height: 33px !important;
    padding: 0px 10px;
    font-size: 14px;
    color: #333333;
}

.select2-container--default .select2-selection--single {
    border-color: #d8d8d8;
    border-radius: 3px;
    height: 33px;
    font-size: 14px;
    color: #333333;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}

.footer {
    display: block;
    background: #f4f4f4;
    padding: 30px 0px;
    margin-top: 80px;
}

.layout > .section {
    margin: 0px !important;
}

form[id^="smartcapture-block-"] .sc-button {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    width: 290px;
}

form[id^="smartcapture-block-"] .smartcapture-wrapper-form {
    width: 50%;
    margin: 40px auto 0px;
}

form[id^="smartcapture-block-"] > p {
    line-height: 1.4;
}

/*.fuelux .popover {
    border: none;
    margin-bottom: 0px !important;
    font-size: 12px !important;
    margin-right: 0px !important;
}

.popover.fade.in {
    opacity: 1;
}*/
.fuelux .popover .arrow {
    display: none;
}

.sc-formfield-input-wrapper {
    padding-left: 20px;
    margin-top: 10px;
}

.logo-l img, .logo-l svg {
    max-width: 240px;
    margin: 30px auto 26px 0px;
    width: 100%;
    display: block;
}

.logo-r img, .logo-r svg {
    max-width: 310px;
    margin: 41px 0px 30px auto;
    width: 100%;
    display: block;
}

.banner {
    display: block;
    max-height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
}

form[id^="smartcapture-block-"] .smartcapture-submit-button-wrapper {
    padding-bottom: 0px !important;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkbox input, .radio input {
    display: none;
}

.checkbox i.icon {
    background-image: url('https://image.e.janssen.com/lib/fe9813737664037c77/m/1/c521583b-294d-44c3-8365-e76f6ab0de35.png');
    background-position: left center;
    background-size: auto 100%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
}

.radio i.icon {
    background-image: url('https://image.e.janssen.com/lib/fe9813737664037c77/m/1/856a6c7c-93b1-4968-97e1-739ba209f780.png');
    background-position: left center;
    background-size: auto 100%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
}

.checkbox input[type=checkbox]:checked + i.icon, .radio input[type=radio]:checked + i.icon {
    background-position: right center;
}

.checkbox label span, .radio label span {
    padding-left: 35px;
    margin-top: 2px;
    display: block;
    font-weight: normal;
}

.checkbox label, .radio label {
    padding-left: 0px !important;
}

.modal button.close {
    position: absolute;
    z-index: 100;
    right: 10px;
    opacity: 1;
    top: 10px;
    font-size: 30px;
    text-shadow: none;
}

.modal .modal-body {
    color: #000;
    text-align: center;
    padding: 60px 15px;
}

.modal .modal-content {
    border-radius: 0px;
}

@media (max-width: 991px) {
    form[id^="smartcapture-block-"] .smartcapture-wrapper-form {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .logo-r img, .logo-r svg {
        margin-top: 30px;
        max-width: 240px;
    }
}

@media (max-width: 480px) {
    form[id^="smartcapture-block-"] .smartcapture-wrapper-form {
        width: 100%;
    }
}