﻿.genericForm2 div#MainContentArea {
    margin-left: 10px;
}

.genericForm2 div.form2 ul li input.radio {
    width: 20px;
}

.genericForm2 div.form2 ul li span.checkbox {
    float: left;
    margin-left: 0px;
}

    .genericForm2 div.form2 ul li span.checkbox input {
        width: 20px;
        float: none;
    }

    .genericForm2 div.form2 ul li span.checkbox label {
        font-weight: normal;
        float: none;
        margin-left: 10px;
        width: 150px;
        color: #676767;
        text-align: left;
    }

.genericForm2 div.form2 ul li input {
    width: 250px;
}

.genericForm2 div.form2 ul li select {
    width: 250px;
}

.genericForm2 div.form2 ul li textarea {
    width: 250px;
    font-size: 1.1em;
    font-family: Arial, Helvetica, Sans-Serif;
}

.genericForm2 div.form2 ul li {
    width: 408px;
}

.genericForm2 div.form2 fieldset {
    margin-bottom: 1em;
}

.genericForm2 div.form2 ul ul {
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

    .genericForm2 div.form2 ul ul li {
        list-style: circle outside;
    }

.sfdcPageText {
    margin: 0;
    padding: 0.6em 0;
    background: url(/Resources/img/css/dotted_bg_reverse.gif) left bottom repeat-x;
    float: left;
    width: 408px;
    margin-bottom: 0.1em;
    margin-top: 0.9em;
}

.sfdcDivider {
    border-top: 2px solid #EEAA22;
    margin-bottom: -0.9em;
    display: none;
}

div.form2 {
    background-image: none;
}

    div.form2 ul {
        list-style: none;
        float: left;
        padding: 0;
        margin-left: 0
    }

        div.form2 ul li {
            margin: 0;
            padding: 0.6em 0;
            background: url(/Resources/img/css/dotted_bg_reverse.gif) left bottom repeat-x;
            float: left;
            font-size: 1em;
            width: 358px;
        }

    div.form2 p.intro {
        margin: 0.5em 0;
    }

    div.form2 fieldset p.intro {
        color: #676767;
        font-size: 1.1em;
    }

    div.form2 div.contentZone fieldset p.intro {
        padding-top: 1em;
        margin-bottom: 0;
    }

    div.form2 ul {
        list-style: none;
        float: left;
        padding: 0;
        margin-bottom: -1.2em;
    }

        div.form2 ul li {
            margin: 0;
            padding: 0.6em 0;
            background: url(/Resources/img/css/dotted_bg_reverse.gif) left bottom repeat-x;
            float: left;
            font-size: 1em;
            width: 358px;
        }

            div.form2 ul li p {
                font-size: 1.1em;
            }

            div.form2 ul li.last {
                background-image: none;
            }

            div.form2 ul li label, div.form ul li p.label {
                font-weight: bold;
                float: left;
                margin: 0;
                width: 150px;
                color: #676767;
                text-align: left;
            }

            div.form2 ul li input {
                width: 200px;
            }

                div.form2 ul li input.shortField {
                    width: 93px;
                }

            div.form2 ul li textarea {
                width: 200px;
                font-size: 1.1em;
                font-family: Arial, Helvetica, Sans-Serif;
            }

#Page div.form2 ul li.checkbox input {
    width: auto;
    float: left;
    margin: 0;
    vertical-align: -25%;
}

div.form2 ul li.checkbox label {
    width: auto;
    margin-left: 10px;
    float: left;
    display: inline;
    max-width: 355px;
}

div.form2 ul li.checkbox div.extra {
    margin-top: 0.5em;
}

    div.form2 ul li.checkbox div.extra label {
        margin-left: 0;
        margin-right: 10px;
    }

    div.form2 ul li.checkbox div.extra input {
        width: 50px;
    }

div.form2 ul .dateSelect {
    width: 95px;
}

div.form2 ul li select {
    font-size: 1.1em;
    width: 225px;
}

div.form2 ul li img {
    float: right;
    margin: 0 5px 0 0;
}

div.form2 ul li select.auto {
    width: auto;
    min-width: 50px;
}

div.form2 ul li p.info {
    float: left;
    width: 33%;
    clear: left;
    margin-bottom: 0;
    color: #676767;
}

div.form2 ul li p.help {
    color: #666;
}

div.form2 ul ul {
    float: right;
    width: 208px;
    display: inline;
    margin: 0;
    padding: 0;
}

    div.form2 ul ul li {
        padding-top: 0;
        background-image: none;
        float: left;
        width: 100%;
    }

        div.form2 ul ul li input {
            width: auto;
        }

        div.form2 ul ul li label {
            float: none;
            font-weight: normal;
        }

div.form2 ul li span.error {
    float: left;
    clear: both;
    width: 100%;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 0.2em 0;
    color: #cc0000;
}

.error2,
p.error2 {
    float: left;
    clear: both;
    width: 100%;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-top: 0;
    color: #cc0000;
}

.error2 {
    margin-top: 0px
}

.error2Empty {
    height: 1px;
}

div.form2 ul li input.error,
div.form2 ul li select.error {
    border: #c00 solid 1px;
    background: #FAE5E5;
}

.form-item label label {
    float: left;
    width: 200px;
    margin: 0 20px 0 0;
    font-size: 1.3em;
    color: #333;
    padding: 6px 0 0 0;
    font-weight: normal;
    text-align: right;
    display: block;
}

.form-item label input[type="text"],
.form-item label select,
.form-item label textarea {
    float: left;
    width: 340px;
}

.form-item span.label-wrapper label {
    float: left;
    width: 200px;
    margin: 0 20px 0 0;
    font-size: 1.3em;
    color: #333;
    padding: 6px 0 0 0;
    font-weight: normal;
    text-align: right;
    display: block;
}

.form-item span.label-wrapper input[type="text"],
.form-item span.label-wrapper select,
.form-item span.label-wrapper textarea {
    float: left;
    width: 300px;
}

.lt-ie8 .form-item.signup-email label input[type="text"] {
    width: 167px;
}

.form-item span.checkbox {
    display: block;
    float: left;
    width: 300px;
    padding: 6px 0 0 0;
}

    .form-item span.checkbox input[type="radio"] {
        float: left;
        width: auto;
        margin: 5px 10px 5px 0;
        clear: left;
        background: transparent;
        border: 0;
        padding: 0;
    }

    .form-item span.checkbox label {
        float: left;
        width: auto;
        text-align: left;
        padding: 0;
        display: block;
        padding: 0 0 5px 0;
    }

    .form-item span.checkbox br {
        display: none;
    }

.lt-ie8 .form-item span.checkbox br {
    display: block;
}

.newForm .form-item:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; 
}

.newForm .form-item {
    display: block;
}

.newForm .form-block fieldset {
    padding: 20px;
}

input[type="submit"] {
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background: #d73000 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2MzMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3MzAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: #d73000 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e63300), color-stop(100%, #d73000));
    background: #d73000 -webkit-linear-gradient(#e63300, #d73000);
    background: #d73000 -moz-linear-gradient(#e63300, #d73000);
    background: #d73000 -o-linear-gradient(#e63300, #d73000);
    background: #d73000 linear-gradient(#e63300, #d73000);
    text-shadow: 0 0 1px #8c1900;
    position: relative;
    overflow: hidden;
    border-color: #c73e2d;
}

    input[type="submit"]:hover {
        background: #be2a00;
    }

input[type="button"] {
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background: #d73000 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2MzMwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3MzAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: #d73000 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e63300), color-stop(100%, #d73000));
    background: #d73000 -webkit-linear-gradient(#e63300, #d73000);
    background: #d73000 -moz-linear-gradient(#e63300, #d73000);
    background: #d73000 -o-linear-gradient(#e63300, #d73000);
    background: #d73000 linear-gradient(#e63300, #d73000);
    text-shadow: 0 0 1px #8c1900;
    position: relative;
    overflow: hidden;
    border-color: #c73e2d;
}

    input[type="button"]:hover {
        background: #be2a00;
    }

.tabbed-fields .form-item .checkbox-replaced {
    padding-left: 0;
}
label.checkbox-replaced,
label.checkbox-replaced label,
label.checkbox-replaced.checked,
label.checkbox-replaced.checked label {
    background: transparent;
}

    label.checkbox-replaced .checkbox input {
        position: static;
        left: 0;
        top: 0;
        float: left;
        width: auto;
        clear: both;
        margin: 2px 10px 0 0;
        background: transparent;
        border: 0;
        padding: 0;
    }

    label.checkbox-replaced .checkbox label {
        float: left;
        width: auto;
        margin: -2px 0 0 0;
    }

    label.checkbox-replaced .checkbox br {
        display: none;
    }

.lt-ie8 label.checkbox-replaced .checkbox {
    display: block;
}

.form-block label .selectBox-inline {
    height: 150px;
    margin: 5px 0 0 0;
}

.selectBox-options {
    box-shadow: none;
}

.lt-ie8 select {
    font-size: 1.4em;
}

.form-item label label.label-error {
    color: #ff0000;
}

.form-item span.label-wrapper label.label-error {
    color: #ff0000;
}

@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;
        }
}

@media only screen and (max-width: 900px) {

    #MainContentArea #content .xForm-bg {
        border-top: 2px solid #ebebeb;
    }
    .sf-form-without-image {
       
        margin: 0 20px;
    }
    .bform .page-intro {
        padding: 0;
        margin-bottom: 14px;
    }

        .bform .page-intro .page-title {
            color: #1A1A1A;
            font-size: 48px;
            font-weight: 300;
            line-height: 60px;
            margin: 0;
        }


    .bform.l-grid .newForm .body-copy,
    .bform.l-grid .form-block {
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        color: #4D4D4D;
        margin: 0 0 27px;
    }

        .bform.l-grid .body-copy p,
        .bform.l-grid .form-block p {
            margin: 0 0 20px;
            color: #4D4D4D;
            font-size: 18px;
            line-height: 24px;
        }

    .bform.l-grid .form-block {
        margin: 0 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;
        width: 100%;
    }

    .bform.l-grid .form-block label label {
        width: 100%;
        margin: 0 0 5px;
        padding: 0;
        width: 100%;
        color: #4D4D4D;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        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;
    }

    .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: 100%;
    }

        .bform.l-grid .form-item select#salutation {
        }

    .bform span.checkbox {
        padding: 0;
        width: 100%;
    }

    .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;
        margin-bottom: 0;
    }

    .bform.l-grid .form-item .checkbox-test label.checkbox-group span.checkbox label.checkbox-replaced label {
        margin-left: 20px;
    }

    .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;
    }


    .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: 23px;
        font-weight: 400;
        padding: 8px 30px;
        border: 0;
        border-radius: 50px;
        text-shadow: none;
        text-decoration: none;
        white-space: normal;
        background: #D72D18;
    }

        .bform input[type="submit"]:hover {
            background: #be2a00;
        }
    .bsi-xform {
        display: table;
        width: 100%;
        padding: 0 20px;
    }

        .bsi-xform input[type="submit"] {
            font-size: 18px;
            line-height: 23px;
            font-weight: 400;
            padding: 8.5px 38px;
            margin: 0;
        }

        .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: 36px;
            font-weight: 300;
            line-height: 46px;
        }

        .bsi-xform .tabbed-fields .form-item-group {
            padding: 0;
        }

        .bsi-xform .tabbed-fields .label, .tabbed-fields .group-label {
            color: #4D4D4D;
            font-size: 18px;
            font-weight: 500;
            line-height: 27px;
            text-align: left;
            margin-bottom: 10px;
            display: block;
        }

        .bsi-xform .form-item {
            display: table;
        }

            .bsi-xform .form-item input[type="text"],
            .bsi-xform .form-item select,
            .bsi-xform .form-item textarea,
            .bsi-xform .form-item a.selectBox {
                background: #ffffff;
            }

            .bsi-xform .form-item span {
                color: #4D4D4D;
                font-size: 18px;
                font-weight: normal;
                line-height: 24px;
                border: 0;
            }

        .bsi-xform .form-block legend {
            top: 0 !important;
        }

            .bsi-xform .form-block legend h1 {
                margin: 0;
                margin-bottom: 20px;
            }

        .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;
        }


        .bsi-xform .xform-submit {
            margin-top: 40px !important;
        }

    .bform.l-grid .form-item .checkbox-test label.checkbox-group span.checkbox label.checkbox-replaced.checked {
        background: url(/ui/css/img/checkboxes/checkbox-checked.svg) no-repeat;
        border-radius: 3px;
    }

    .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 5px 30px;
        margin: 0 0 10px 0;
    }

    .bform.l-grid .form-item .checkbox-test label.checkbox-group span.bsform-checkbox-label {
        color: #4D4D4D;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        text-align: left;
        margin-bottom: 10px;
        display: block;
    }

    label.bsform-rsection label.bsform-radio input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 30px;
        height: 30px;
        float: left;
        display: block;
        max-width: 30px;
    }

    .bsi-xform .form-block label span.checkbox label.bsform-radio input + label {
        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;
    }

    .bsi-xform .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;
    }

    .bsi-xform .form-block label span.checkbox label.bsform-radio .radio.horizontal {
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }

    .bsi-xform .form-block label span.checkbox label.bsform-radio {
        float: none;
    }

        .bsi-xform .form-block label span.checkbox label.bsform-radio input:hover + label {
            background: url(/ui/css/img/checkboxes/radio-dark.svg) no-repeat;
        }

        .bsi-xform .form-block label span.checkbox label.bsform-radio input[type="radio"]:checked + label {
            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 .form-block label span.checkbox label.bsform-radio .radio {
        margin: 20px 0 40px 0;
    }

    .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 .form-item select {
        color: #4D4D4D !important;
        font-weight: 400;
        font-size: 18px;
        line-height: 46px;
        background-image: url(/ui/css/img/icons/arrow-down.svg) !important;
        background-size: 12px auto !important;
        background-position: right 15px center !important;
        background-repeat: no-repeat !important;
        border-radius: 3px;
        border: 2px solid #e6e6e6;
        margin-top: 3px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0;
    }

        .bsi-xform .form-item select:focus {
            border: 2px solid #0071ad;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

    .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(3) {
        margin-top: 40px !important;
    }

    .bsi-xform .form-item:nth-last-child(8) {
        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;
    }

    .iclbwi-image {
        background-image: url(/ui/css/img/Iconlist_Gradient_left.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        float: inherit;
        width: 284px;
        height: 284px;
        padding-top: 33px;
        padding-left: 20px;
    }

    .eventEnquiry-image-container {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        background-color: #19a3ac;
        padding-left: 5px;
    }

    .bsi-grid-wrapper .bform.l-grid .form-block {
        margin: 0 !important;
    }

    .eventEnquiry-image-container img {
        border-radius: 100px;
        width: 200px;
        height: 200px;
    }

    .bsi-grid-wrapper.bsi-xform-wrapper {
        position: relative;
    }

    .sf-form {
        background: url(/ui/css/img/gray-half-gradient-background-mirror.svg) no-repeat left 0;
        background-size: 67%;
        padding: 0 20px;
    }

    .bsform-image-section {
        padding: 33px 0 0;
        margin-left: -5px;
    }

    .bsform-image-container {
        width: 200px;
        height: 200px;
        border-radius: 150px;
        background-color: #19a3ac;
        padding-left: 5px;
    }

        .bsform-image-container img {
            border-radius: 150px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    div#MainContentArea div#content .bsform {
        float: left;
        padding: 40px 0;
    }

    .bsform .page-intro .page-title {
        color: #1A1A1A;
        font-size: 48px;
        font-weight: 300;
        line-height: 60px;
        margin: 0;
    }

    .bsform h1.page-title.seo-title {
        width: auto !important;
        padding: 0 !important;
    }

    .bsform .body-copy {
        font-size: 18px;
        line-height: 28px;
        color: #4D4D4D;
        font-weight: normal;
        margin-top: 14px;
    }

        .bsform .body-copy p {
            margin: 0;
        }

        .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 .form-block {
        margin: 27px 0 0;
        border-bottom: 2px solid #B3E3E6;
        padding-bottom: 40px;
    }

    .bsform .newForm .form-block fieldset {
        margin: 0;
        padding: 0;
        background: none;
    }

    .bsform .newForm .form-item {
        padding: 0;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        color: #4D4D4D;
        width: 100%;
    }

    .bsform .form-item.bsform-pre-gdpr {
        margin: 40px 0;
    }

        .bsform .form-item.bsform-pre-gdpr label {
            display: block !important;
        }

    .bsform .newForm .bsform-last-item {
        margin-bottom: 0;
    }

    .bsform .form-item label label,
    .bsform .bsform-last-item label {
        color: #4D4D4D;
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        width: 100%;
        text-align: left;
        margin: 0 0 5px !important;
        padding: 0;
        float: none;
    }

    .bsform .form-item span.checkbox label {
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
        color: #4D4D4D;
        margin: 0;
        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;
        padding: 0 0 0 40px;
        margin: 0 0 10px 0 !important;
        float: none;
    }

    .bsform .form-item .checkbox-group {
        margin-bottom: 0 !important;
    }

    .bsform .form-item span.bsform-checkbox-label {
        display: block;
        margin-bottom: 5px;
    }

    .bsform .form-item .checkbox-group span.bsform-checkbox-label {
        float: none;
        margin-bottom: 5px !important;
        display: block;
    }

    .bsform .bsform-consent-wrapper {
        margin-top: 15px;
    }

        .bsform .bsform-consent-wrapper label {
            margin: 0 !important;
        }

    .bsform .bsform-consent {
        font-weight: 400;
        padding-top: 2px;
        display: block;
    }

    .bsform .form-item label input[type="text"],
    .bsform .form-item label select,
    .bsform .form-item label textarea,
    .bsform .form-block label a.selectBox {
        width: 100%;
        border: 2px solid #E6E6E6;
        border-radius: 3px;
        height: 49px;
        padding: 0 15px;
    }

        .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-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.selectBox-menuShowing {
        border: 2px solid #0071AD !important;
    }

    .bsform .form-item label select {
        padding: 0 35px 0 15px;
    }

        .bsform .form-item label select option {
            width: 335px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .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;
        border-radius: 3px;
        box-shadow: none;
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        color: #4D4D4D;
        position: inherit;
    }

    .bsform input[type="radio"],
    .bsform input[type="checkbox"] {
        margin: 0;
        padding: 0;
    }

    .bsform .gdpr-fields > span {
        margin-bottom: 10px;
        display: block;
        height: auto;
    }

        .bsform .gdpr-fields > span:last-child {
            margin: 0;
        }

            .bsform .gdpr-fields > span:last-child label.checkbox-replaced {
                margin: 0 !important;
            }

    .bsform .form-item label textarea {
        height: 129px !important;
        padding: 15px;
    }

    .bsform span.selectBox-arrow {
        display: none;
    }

    .bsform span.selectBox-label {
        width: 100% !important;
        font-weight: 400;
        color: #4D4D4D;
        font-size: 18px;
        line-height: 46px;
    }

    .bsform select {
        background: url(/ui/css/img/icons/arrow-down.svg) no-repeat;
        background-position: 96%;
        font-size: 18px;
        line-height: 27px;
        color: #4D4D4D;
        font-weight: normal;
    }

    .form-block .form-item select[multiple] {
        height: 150px !important;
        background: none;
        padding-top: 13px;
    }

        .form-block .form-item select[multiple] option {
            width: 300px;
        }

    .bsform .form-item label span span.gdpr-fields {
        position: initial;
    }

    .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;
        }

    .bsform input[type="submit"] {
        font-size: 18px;
        line-height: 23px;
        font-weight: 400;
        padding: 8px 30px;
        border: none;
        border-radius: 50px;
        text-shadow: none;
        text-decoration: none;
        white-space: normal;
        background: #D72D18;
        color: #ffffff;
        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 ul {
        padding: 0 0 0 20px;
    }

        .bsform ul li {
            cursor: inherit;
            color: #4D4D4D;
        }

    .bsform .error2,
    .bsform p.error2 {
        font-size: 16px;
        line-height: 24px;
        text-transform: inherit;
        font-weight: 500;
    }

    .bsform .form-item label span.checkbox {
        width: auto;
        padding: 0;
        max-width: 100%;
        float: none;
    }

    .bsform .form-item span.checkbox input[type="checkbox"] {
        left: auto;
        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;
    }

    .bsform .form-item span.checkbox label.checked,
    .bsform .bsform-consent-wrapper label.checked {
        background: url(/ui/css/img/checkboxes/checkbox-checked.svg) no-repeat;
    }

    .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;
        padding: 0 0 0 40px !important;
        min-height: 30px;
    }

    .bsform .bsform-consent-wrapper input[type="checkbox"] {
        position: absolute;
        left: auto;
        opacity: 0;
    }

    .bsform .form-item label label.bsform-rsection {
        width: 100%;
        margin: 0 !important;
    }

    .bsform .radio-title {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 5px;
    }

    .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;
        display: table;
        width: 100%;
    }

        .bsform .form-item span.checkbox label.bsform-radio:last-child {
            margin: 0 !important;
        }

        .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;
        }

        .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;
        }

    .newForm input#SendEnquiry {
        font-size: 18px;
        line-height: 23px;
        font-weight: 400;
        padding: 8px 30px;
        border: 0;
        border-radius: 50px;
        text-shadow: none;
        text-decoration: none;
        white-space: normal;
        background: #D72D18;
        color: #fff;
    }

}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    #MainContentArea {
        overflow: visible !important;
    }

    .xForm-bg {
        margin-top: -80px !important;
    }

    form .wrapper #MainContentArea .xForm-bg {
        background-image: none !important;
    }

    .article-img {
        z-index: 10 !important;
    }

    .eventEnquiry-image-container img {
        margin-top: 160px;
    }

    div#MainContentArea div#content .bform {
        margin-top: -15px;
    }
    
    #MainContentArea #content .xForm-bg {
        border-top: 0px !important;
    }

    /*.xForm-bg {
        margin-top: -108px !important;
    }*/

    .xForm-bg h1.page-title.seo-title {
        margin-top: 108px !important; /*38940*/
    }

    .xForm-bg:first-child:after {
        background: none;
    }
   
}

@media only screen and (min-width: 1440px) {
    .sf-form {
        background-size: 40.5% !important;
    }
}

.sf-form-without-image.product-directory, .sf-form-without-image {
    background: none;
}
