﻿@charset "UTF-8";
@media only screen and (min-width: 901px) {
 div#MainContentArea div#content .bform {
        border-top: 2px solid #ebebeb;
        float: left;
        padding: 80px 0 100px;
        padding-bottom: 0;
    }

    .bform .page-intro .page-title {
        color: #1A1A1A;
        font-size: 58px;
        font-weight: 300;
        line-height: 70px;
        margin: 0;
    }

    .bform.l-grid .newForm {
        margin-top: 20px;
    }

        .bform.l-grid .newForm .body-copy {
            margin-bottom: 40px;
        }

    .bform.l-grid .body-copy p,
    .bform.l-grid .form-block p {
        color: #4D4D4D;
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
    }

    .bform.l-grid .form-block {
        margin: 60px 0 20px;
    }

    .bform.l-grid fieldset.tabbed-fields {
        padding: 0;
        margin: 0;
        background-color: #ffffff;
    }

    .bform.l-grid .form-item {
        padding: 0;
        margin: 0 0 20px;
    }

    .bform.l-grid .form-block label label {
        margin: 0;
        padding: 0;
        width: 260px;
        color: #4D4D4D;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }
    .bform.l-grid .form-block label input,
    .bform.l-grid .form-block label a.selectBox,
    .bform.l-grid .form-block label textarea,
    .bform.l-grid .form-block span.label-wrapper input,
    .bform.l-grid .form-block span.label-wrapper a.selectBox,
    .bform.l-grid .form-block span.label-wrapper textarea {
        border: 2px solid #e6e6e6;
        box-shadow: none;
        -webkit-box-shadow: none;
        margin-left: 40px;
        float: left;
    }

    .bform.l-grid .form-item input[type="text"],
    .bform.l-grid .form-item select,
    .bform.l-grid .form-item textarea,
    .bform.l-grid .form-item a.selectBox {
        height: 50px;
        width: 460px;
    }

    .bform.l-grid .form-item span.selectBox-arrow {
        display: none;
    }

    .bform.l-grid .form-block label a.selectBox span.selectBox-label {
        width: 100% !important;
    }

    .bform span.checkbox {
        padding: 0;
        margin-left: 40px;
        width: 410px;
    }

    .bsi-grid-wrapper.bsi-xform-wrapper .bform.l-grid .form-item textarea {
        min-height: 164px;
    }

    .bform label span.checkbox input[type="checkbox"],
    .bform label span.checkbox input[type="radio"],
    .bform-last-item input[type="checkbox"] {
        margin: 0 10px 0 0px;
        padding: 0;
        height: 27px;
        width: auto;
        float: left;
        max-width: 5%;
    }

    .bform.l-grid .form-block label span.checkbox label {
        float: none;
        width: auto;
        max-width: 95%;
        font-weight: normal;
        padding-left: 40px;
        margin-bottom: 10px;
    }

    .bform label span span.gdpr-fields {
        position: inherit;
    }

    .bform.l-grid a.selectBox .selectBox-label {
        color: #4D4D4D;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        padding-top: 9px !important;
    }

    .bsi-grid-wrapper.bsi-xform-wrapper .xform.bsi-xform {
        width: 760px;
    }

    .bform span.selectBox-label::after {
        content: '>';
        float: right;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-weight: 500;
        font-size: 24px;
        color: #4D4D4D;
    }

    .bform.l-grid .bform-last-item {
        margin-bottom: 0;
        color: #4D4D4D;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
    }

    .bform-last-item label a {
        text-decoration: underline;
    }

    .bform-consent {
        font-weight: normal;
    }

    .bform input[type="submit"] {
        font-size: 18px;
        line-height: 35px;
        font-weight: 400;
        padding: 8px 30px;
        border: 0;
        border-radius: 50px;
        text-shadow: none;
        text-decoration: none;
        white-space: normal;
        background: #D72D18;
        float: right;
        color: #fff;
    }

        .bform input[type="submit"]::after {
            content: "x";
        }

        .bform input[type="submit"]:hover {
            background: #be2a00;
        }

    input[type=radio] {
        display: none;
    }

        input[type=radio] + label {
            background: url('/ui/css/img/radio-button-empty-light.svg') 0 0 no-repeat;
            height: 30px;
            width: 30px;
            display: inline-block;
            padding: 0;
        }

        input[type=radio]:checked + label {
            background: url('/ui/css/img/radio-button-checked.svg') 0 0 no-repeat;
            height: 30px;
            width: 30px;
            display: inline-block;
            padding: 0;
        }

    input[type=checkbox],
    .bform-last-item input[type="checkbox"] {
        display: none;
    }

        input[type=checkbox] + label,
        .bform-last-item input[type="checkbox"] + label {
            background: url('/ui/css/img/checkboxes/checkbox-empty-light.svg') 0 0 no-repeat;
            height: 30px;
            width: 30px;
            display: inline-block;
            padding: 0;
        }

        input[type=checkbox]:checked + label,
        .bform-last-item input[type="checkbox"]:checked + label {
            background: url('/ui/css/img/checkboxes/ticked-checkbox-dark.svg') 0 0 no-repeat;
            height: 30px;
            width: 30px;
            display: inline-block;
            padding: 0;
        }


    .bsi-xform-wrapper .bform {
        border-top: 0 !important;
    }

    .bsi-xform .form-item:first-child {
        display: none;
    }

    .bsi-xform .form-item-group.name-form-item-group.clearfix .form-item:first-child {
        display: table;
    }

    .bsi-xform h1 span {
        color: #1A1A1A;
        font-size: 48px;
        font-weight: 300;
        line-height: 58px;
    }

    .bsi-xform .tabbed-fields .form-item-group {
        padding: 0;
    }

    .bsi-xform .tabbed-fields .label, .tabbed-fields .group-label {
        float: left;
        margin-left: 0;
        width: 39.5%;
        color: #4D4D4D;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        text-align: left;
    }

    .bsi-xform .form-item {
        display: table;
        width: 100%;
    }

        .bsi-xform .form-item input[type="text"],
        .bsi-xform .form-item select,
        .bsi-xform .form-item textarea,
        .bsi-xform .form-item a.selectBox {
            margin-left: 40px;
            background: #ffffff;
        }

        .bsi-xform .form-item span {
            color: #4D4D4D;
            font-size: 18px;
            font-weight: normal;
            line-height: 24px;
        }

    .bsi-xform .form-block legend {
        top: 0 !important;
    }

        .bsi-xform .form-block legend h1 {
            margin: 0;
            margin-bottom: 60px;
        }

    .bsi-xform .form-item input[type="text"],
    .bsi-xform .form-item select,
    .bsi-xform .form-item textarea,
    .bsi-xform .form-item a.selectBox {
        width: 55% !important;
    }

    .bsi-xform .form-item a.selectBox {
        border: 2px solid #e6e6e6 !important;
    }

    .bsi-xform .form-block input[type="text"],
    .bsi-xform .form-block select,
    .bsi-xform .form-block textarea {
        padding: 15px;
    }

        .bsi-xform .form-block input[type="text"]:hover,
        .bsi-xform .form-block textarea:hover {
            border: 2px solid #cfcfcf;
        }

        .bsi-xform .form-block input[type="text"]:focus,
        .bsi-xform .form-block textarea:focus {
            border: 2px solid #0071ad;
        }

    .bsi-xform .form-block a.selectBox .selectBox-label {
        padding: 0px 15px;
        width: 100% !important;
        padding-left: 12px;
    }

    .bsi-xform .form-item span.xformvalidator {
        margin-left: 340px;
        display: block !important;
    }

    .bsi-xform .xform-submit {
        margin-top: 40px;
    }

    .bsi-xform span.selectBox-label::after {
        float: right;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        font-weight: 500;
        font-size: 24px;
        color: #4D4D4D;
        content: "";
        background: url(/ui/css/img/icons/arrow-down.svg) no-repeat;
        background-position: right center;
        background-size: contain;
        content: "";
        width: 12px;
        height: 8px;
        margin-top: 9px;
    }

    .bsi-xform .selectBox-dropdown {
        filter: none;
    }

    .bsi-xform .form-item span a font {
        color: #0071AD !important;
        font-weight: 500;
        background: none;
        text-decoration: underline;
    }

    .bsi-xform .form-item:nth-last-child(8) {
        margin-top: 40px !important;
    }

    .bsi-xform .form-item:nth-last-child(3) {
        margin-top: 40px !important;
    }

        .bsi-xform .form-item:nth-last-child(3) span {
            font-weight: 500;
        }

    .bsi-xform input[type="submit"]:hover {
        background: #9e2b1f;
    }

    .bsi-xform fieldset.orientationVertical {
        padding: 0;
        background: transparent;
        margin: 0;
    }

    .bsi-xform fieldset legend {
        width: 39.5%;
        float: left;
        padding: 0;
    }

    .bsi-xform .form-item fieldset.orientationVertical legend span {
        width: 100%;
    }

    .bsi-xform fieldset div input[type=checkbox], .bsi-xform fieldset div input[type="checkbox"] {
        display: inline !important;
        margin-left: 40px;
    }

    input[type=checkbox] {
        display: none;
    }

        input[type=checkbox] + label {
            padding: 0 0 0 0px;
            background: url("https://image.flaticon.com/icons/png/512/24/24396.png") no-repeat;
            height: 125px;
            width: 125px;
            background-size: 50%;
        }

        input[type=checkbox]:checked + label {
            background: url("https://cdn4.iconfinder.com/data/icons/social-productivity-line-art-4/128/checkbox-square-checked-512.png") no-repeat;
            height: 125px;
            width: 125px;
            display: inline-block;
            background-size: 50%;
        }

    .xForm-bg .article-img {
        max-width: 88% !important;
    }

    .article-img {
        position: absolute;
        top: 0;
        height: auto;
        width: 100% !important;
        max-width: 1160px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
    }

    .iclbwi-image {
        height: 100%;
        width: 100%;
        float: right;
    }

    .eventEnquiry-image-container {
        width: 321px;
        height: 321px;
        border-radius: 161px;
        margin-left: auto;
        margin-right: 0;
        background-color: #19a3ac;
        padding-left: 10px;
    }

    .bsi-grid-wrapper .bform.l-grid .form-block {
        margin: 0 !important;
    }

    .eventEnquiry-image-container img {
        width: 321px;
        height: 321px;
        border-radius: 161px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
    }

    .bsi-grid-wrapper.bsi-xform-wrapper {
        max-width: 1400px !important;
    }

        .bsi-grid-wrapper.bsi-xform-wrapper .bsi-grid {
            position: relative;
            display: table;
            width: 100%;
        }

    .xForm-bg:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 445px;
        top: 0px;
        right: 0px;
        background-image: url(/ui/css/img/Iconlist_Gradient.svg);
        background-repeat: no-repeat;
        background-size: 178%;
        max-width: 445px;
    }

    .xForm-bg {
        position: relative;
        width: 100%;
        /*background-image: url(/ui/css/img/Iconlist_Gradient.svg);*/
        /*/*background-repeat: no-repeat;
        background-size: 43% auto;
        background-position: right -46px top;*/ */
    }

    #MainContentArea .submenu + #content .xForm-bg {
        border-top: 0px !important;
        /*margin-top: -50px;*/
    }

    #MainContentArea #content .xForm-bg {
        border-top: 2px solid #ebebeb !important;
    }

    .bform.l-grid .form-item .checkbox-test label.checkbox-group span.checkbox label.checkbox-replaced.checked,
    .bform.l-grid .form-item .checkbox-test label.checkbox-group span.checkbox label.checkbox-replaced.checked:hover {
        background: url(/ui/css/img/checkboxes/checkbox-checked.svg) no-repeat;
        border-radius: 3px;
    }

    .checkbox-test label.checkbox-group span.bsform-checkbox-label {
        display: block;
        float: left;
        width: 39.5%;
        color: #4D4D4D;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
    }

    .bform.l-grid .form-item .checkbox-test label.checkbox-group span.checkbox label.checkbox-replaced {
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
        color: #4D4D4D;
        margin: 0;
        display: block;
        max-width: 100%;
        width: 100%;
        background-size: 30px 30px !important;
        background: url(/ui/css/img/checkboxes/checkbox-light.svg) no-repeat;
        padding: 0 0 0 30px;
        margin: 0 0 10px 0;
    }

    .bform.l-grid .form-item .checkbox-test label.checkbox-group span.checkbox.horizontal label.checkbox-replaced {
        float: left;
        display: block;
        width: auto;
    }

    .bform.l-grid .form-item .checkbox-test label.checkbox-group span.checkbox label.checkbox-replaced:hover {
        background: url(/ui/css/img/checkboxes/checkbox-dark.svg) no-repeat;
        border-radius: 3px;
        cursor: pointer;
    }

    label.bsform-rsection label.bsform-radio input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 30px;
        height: 30px;
        float: left;
        display: block;
    }

    .bsform .form-item span.checkbox label.bsform-radio input[type="radio"] + span {
        background: url(/ui/css/img/checkboxes/radio-light.svg) no-repeat;
        background-size: 30px 30px !important;
        padding-left: 40px;
        display: block;
        height: 30px;
        line-height: 30px;
    }

    .bform.l-grid .form-block label span.checkbox label.bsform-radio .radio {
        margin-bottom: 10px;
    }

    label.checkbox-group.horizontal span.checkbox label.checkbox-replaced {
        float: left !important;
        display: block;
        width: 50% !important;
    }

    .bform.l-grid .form-block label span.checkbox label.bsform-radio .radio.horizontal {
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }

    .bsform .form-item span.checkbox label.bsform-radio input[type="radio"]:hover + span {
        background: url(/ui/css/img/checkboxes/radio-dark.svg) no-repeat;
    }

    .bsform .form-item span.checkbox label.bsform-radio input[type="radio"]:checked + span {
        background: url(/ui/css/img/checkboxes/radio-checked.svg) no-repeat;
    }

    label.bsform-rsection span.radio-title {
        float: left;
        margin-left: 0;
        width: 39.5%;
        color: #4D4D4D;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        text-align: left;
    }

    .bform.l-grid label.bsform-rsection label.bsform-radio {
        padding-left: 0 !important;
    }

    label.bsform-rsection span.checkbox {
        width: 55%;
    }

    .sf-form {
        background-size: 37% !important;
        background: url(/ui/css/img/grey-multi-gradient.png) no-repeat right 0;
        width: 100% !important;
        max-width: 100% !important;
        border-top: 2px solid #E6E6E6;
    }

        .sf-form h1.page-title.seo-title {
            margin-top: 0 !important;
        }

    .bsform-image-section {
        width: 40%;
        float: right;
        padding-top: 108px;
        margin: 0 -25px 0 0 !important;
    }

    .bsform-image-container {
        width: 321px;
        height: 321px;
        border-radius: 161px;
        background-color: #19a3ac;
        padding-left: 10px;
        float: right;
    }

        .bsform-image-container img {
            border-radius: 161px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    div#MainContentArea div#content .bsform {
        float: left;
        padding: 80px 0 100px;
        margin-left: 0 !important;
        clear: none;
    }

    .bsform .page-intro .page-title {
        color: #1A1A1A;
        font-size: 58px;
        font-weight: 300;
        line-height: 70px;
        margin: 0;
    }

    .bsform .body-copy {
        color: #4D4D4D;
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        margin-top: 20px;
    }

        .bsform .body-copy p {
            margin: 0;
        }

    .bsform .form-block {
        margin: 60px 0 0;
        border-bottom: 2px solid #B3E3E6;
    }

    .bsform .newForm .form-block fieldset {
        margin: 0;
        padding: 0;
        background: none;
    }

    .bsform .newForm .form-item {
        padding: 0;
        height: auto;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        color: #4D4D4D;
    }

    .bsform .form-item.bsform-pre-gdpr {
        margin: 40px 0;
        padding: 0 !important;
    }

    .bsform .newForm .bsform-last-item {
        margin-bottom: 5px;
    }

    .bsform .form-item label label,
    .bsform .bsform-last-item label {
        color: #4D4D4D;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        padding: 0;
        text-align: left;
        margin: 0 40px 0 0;
        width: calc(100% - 500px);
        cursor: initial;
    }

    .bsform .bsform-last-item label {
        width: 100%;
    }

    .bsform .form-item span.checkbox label {
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
        color: #4D4D4D;
        margin: 0;
        display: block;
        max-width: 100%;
        width: 100%;
        background-size: 30px 30px !important;
        background: url(/ui/css/img/checkboxes/checkbox-light.svg) no-repeat;
        padding: 0 0 0 40px;
        margin: 0 0 10px 0;
    }

    .bsform .form-item span.checkbox span.gdpr-fields span:last-child,
    .bsform .form-item span.checkbox span.gdpr-fields span:last-child label {
        margin: 0;
    }

    .bsform .bsform-consent-wrapper {
        margin-top: 10px;
    }

    .bsform-consent {
        font-weight: 400;
        display: table-cell;
        vertical-align: middle;
    }

    .bsform .form-item label input[type="text"],
    .bsform .form-item label select,
    .bsform .form-item label textarea,
    .bsform .form-block label a.selectBox {
        padding: 0;
        margin: 0;
        width: 460px;
        box-shadow: none;
        border: 2px solid #E6E6E6;
        border-radius: 3px;
        height: 50px;
        padding: 0 15px;
        padding-right: 0\9 !important;
    }

        .bsform .form-item label input[type="text"]:hover,
        .bsform .form-item label select:hover,
        .bsform .form-item label textarea:hover,
        .bsform .form-block label a.selectBox:hover {
            border: 2px solid #CFCFCF;
        }

        .bsform .form-block label a.selectBox.selectBox-inline.selectBox-menuShowing:hover {
            text-decoration: none !important;
        }

        .bsform .form-block label a.selectBox.selectBox-inline.selectBox-menuShowing li a {
            cursor: pointer;
        }

        .bsform .form-item label input[type="text"]:focus,
        .bsform .form-item label select:focus,
        .bsform .form-item label textarea:focus,
        .bsform .form-block label a.selectBox:focus {
            border: 2px solid #0071AD;
        }

    .bsform .selectBox-dropdown {
        filter: none;
    }

        .bsform .selectBox-dropdown.selectBox-menuShowing {
            border: 2px solid #0071AD !important;
        }

            .bsform .selectBox-dropdown.selectBox-menuShowing.selectBox-active, a.selectBox.selectBox-dropdown:focus {
                border: 2px solid #0071AD;
            }

        .bsform .selectBox-dropdown.selectBox-menuShowing {
            border: 2px solid #0071AD !important;
        }

    .bsform .form-item label textarea {
        height: 133px !important;
        padding: 15px;
    }

    .bsform .form-item label select {
        background: url(/ui/css/img/icons/arrow-down.svg) no-repeat;
        background-position: top 20px right 5px\9;
    }

    .bsform span.selectBox-arrow {
        display: none;
    }

    .bsform span.selectBox-label {
        width: 95% !important;
        font-weight: 400;
        color: #4D4D4D;
        font-size: 18px;
        line-height: 46px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .bsform span.selectBox-label::after, .bsform .form-item label select::after {
            content: "";
            background: url(/ui/css/img/icons/arrow-down.svg) no-repeat;
            width: 13px;
            height: 8px;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
        }

    .bsform .form-item label span span.gdpr-fields {
        position: relative;
    }

    .bsform .form-item span.gdpr-fields span label.checkbox-replaced {
        float: none !important;
    }

    .bsform .form-item p {
        margin: 0 0 20px;
    }

    .bsform a,
    .bsform .body-copy p a,
    .bsform .body-copy li a,
    .bsform .enhanced a {
        color: #0071AD;
    }

        .bsform a:hover,
        .bsform a:active,
        .bsform a:focus,
        .bsform .body-copy p a:hover,
        .bsform .body-copy p a:active,
        .bsform .body-copy p a:focus,
        .bsform .body-copy li a:hover,
        .bsform .body-copy li a:active,
        .bsform .body-copy li a:focus,
        .bsform .enhanced a:hover,
        .bsform .enhanced a:active,
        .bsform .enhanced a:focus {
            color: #0E4E70 !important;
            text-decoration: underline !important;
            background: none;
        }

        .bsform a:visited,
        .bsform .body-copy p a:visited,
        .bsform .body-copy li a:visited,
        .bsform .enhanced a:visited {
            color: #0071AD;
            background-color: #ffffff;
            text-decoration: none !important;
        }

    .bsform .body-copy ul {
        padding: 0;
        list-style: none;
        margin: 13px 0;
    }

        .bsform .body-copy ul li {
            color: #4D4D4D;
            cursor: initial;
            background: url(/ui/css/img/icons/bullet.png) no-repeat;
            background-position: left top 12px;
            background-size: 4px;
            padding-left: 24px;
            margin-left: 12px;
            padding-bottom: 10px;
        }

            .bsform .body-copy ul li:last-child {
                padding-bottom: 0;
            }

    .bsform .error2,
    .bsform p.error2 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        text-transform: none;
    }

    .bsform .form-block label input,
    .bsform .form-block label a.selectBox,
    .bsform .form-block label textarea,
    .bsform .form-block span.label-wrapper input,
    .bsform .form-block span.label-wrapper a.selectBox,
    .bsform .form-block span.label-wrapper textarea,
    .bsform .form-item span.checkbox input[type="radio"] {
        margin: 0;
        box-shadow: none;
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        color: #4D4D4D;
        position: inherit;
        border-radius: 3px;
    }

    .bsform .form-block label a.selectBox {
        padding-right: 35px;
        position: relative;
    }

    .bsform input[type="radio"],
    .bsform input[type="checkbox"] {
        margin: 0;
        padding: 0;
    }

    .bsform .gdpr-fields > span {
        margin-bottom: 10px;
        display: block;
        height: auto;
    }

    .bsform .form-item .checkbox-group {
        width: 100%;
        margin-right: 0;
    }

    .bsform .form-item span.bsform-checkbox-label {
        width: calc(100% - 500px);
        margin-right: 40px;
        float: left;
    }

    .bsform .tabbed-fields .form-item label.checkbox-replaced {
        padding-left: 40px;
        width: 100%;
        margin: 0 0 10px;
    }

        .bsform .tabbed-fields .form-item label.checkbox-replaced:last-child {
            margin: 0;
        }

        .bsform .tabbed-fields .form-item label.checkbox-replaced span.bsform-checkbox-label {
            display: block;
            float: left;
            margin-right: 40px;
            width: calc(100% - 500px);
        }

        .bsform .tabbed-fields .form-item label.checkbox-replaced span.checkbox {
            float: left;
        }

    .bsform .form-item label span.checkbox {
        width: auto;
        padding: 0;
        max-width: 60%;
    }

    .bsform .form-item span.checkbox input[type="checkbox"] {
        left: -1000px;
        position: absolute;
        opacity: 0;
    }

    .bsform .form-item span.checkbox label:hover,
    .bsform .bsform-consent-wrapper label:hover {
        background: url(/ui/css/img/checkboxes/checkbox-dark.svg) no-repeat;
        border-radius: 3px;
        cursor: pointer;
    }

    .bsform .form-item span.checkbox label.checked,
    .bsform .bsform-consent-wrapper label.checked {
        background: url(/ui/css/img/checkboxes/checkbox-checked.svg) no-repeat;
        border-radius: 3px;
    }

    .bsform .bsform-consent-wrapper label {
        margin-right: 10px;
        clear: both;
        display: block;
        max-width: 100%;
        width: 100%;
        background-size: 30px 30px !important;
        background: url(/ui/css/img/checkboxes/checkbox-light.svg) no-repeat;
        border-radius: 3px;
        padding: 0 0 0 40px !important;
        min-height: 30px;
        display: table !important;
    }

    .bsform .bsform-consent-wrapper input[type="checkbox"] {
        position: absolute;
        left: auto;
        opacity: 0;
    }

    .bsform .form-item label label.bsform-rsection {
        width: 100%;
        margin-right: 0;
    }

    .bsform .radio-title {
        display: block;
        float: left;
        margin-right: 40px;
        width: calc(100% - 500px);
    }

    .bsform .form-item span.checkbox input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 30px;
        height: 30px;
        float: left;
        display: block;
    }

    .bsform .form-item span.checkbox label.bsform-radio span {
        float: left;
    }

    .bsform .form-item span.checkbox label.bsform-radio {
        padding: 0;
        background: none;
        margin-bottom: 10px;
    }

        .bsform .form-item span.checkbox label.bsform-radio:last-child {
            margin: 0;
        }

    .bsi-xform .form-item span.checkbox label.bsform-radio input[type="radio"] + label {
        background: url(/ui/css/img/checkboxes/radio-light.svg) no-repeat;
        background-size: 30px 30px !important;
        padding-left: 40px;
    }

    .bsi-xform .form-item span.checkbox label.bsform-radio input[type="radio"]:hover + label {
        background: url(/ui/css/img/checkboxes/radio-dark.svg) no-repeat;
    }

    .bsi-xform .form-item span.checkbox label.bsform-radio input[type="radio"]:checked + label {
        background: url(/ui/css/img/checkboxes/radio-checked.svg) no-repeat;
    }

    .bsform .bsform-submit {
        float: right;
    }

    .bsform input[type="submit"] {
        font-size: 18px;
        line-height: 35px;
        font-weight: 400;
        padding: 8px 39px;
        border: 0;
        border-radius: 50px;
        text-shadow: none;
        text-decoration: none;
        white-space: normal;
        background: #D72D18;
        color: #FFFFFF;
        float: right;
        margin-top: 40px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .bsform input[type="submit"]:hover {
            background: #9E2B1F;
        }

    .bsform-image-container.compat-object-fit {
        background-size: cover;
        background-position: center;
        background-color: #19a3ac;
        box-shadow: #19a3ac -10px 0px 0px;
        margin-right: -10px;
    }

        .bsform-image-container.compat-object-fit img {
            opacity: 0;
        }
}