.formCDContainer {
    max-width: 930px;
    position: relative;
}

.cim-form {
    font-family: 'SourceSansPro', Tahoma, sans-serif !important;
}

.cim-form input[type="text"] {
    max-width: 97%;
    height: 50px;
    padding: 0.5em 1em;
    font-weight: 400;
    font-size: 1rem;
    border: 1px solid #737370;
    display: block;
    width: 100%;
    border-radius: 8px;
}

.cim-form select {
    height: 50px;
    width: 97%;
    cursor: pointer;
    color: #737370;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.5em;
    font-family: inherit;
    border: 1px solid #737370;
    border-right: 42px solid #737370;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: unset;
    border-radius: 8px;
}

.cim-form textarea {
    width: 97%;
    border-radius: 8px;
}

.cim-form .select-styling {
    position: relative;
}

.cim-form .select-styling:after {
    right: 27.5px;
    top: 19.5px;
    content: '';
    position: absolute;
    width: 15px;
    height: 10px;
    line-height: 0;
    background: url(../images/icons/svg/sharp-chevron-white-down.svg);
    pointer-events: none;
}

#postcode_lookup #opc_dropdown:before, #postcode_lookup #opc_dropdown:after {
    right: 32.5px;
    top: 19.5px;
    content: '';
    position: absolute;
    width: 15px;
    height: 10px;
    line-height: 0;
    background: url(../images/icons/svg/sharp-chevron-white-down.svg);
    pointer-events: none;
}

    .cim-form #cd_ht_text {
        display: none;
    }

    .cim-form .responsiveRow {
        font-size: inherit;
    }

    .cim-form .responsiveCellSize1 {
        width: 49%;
        margin-bottom: 0.5em;
        min-width: inherit;
    }

    .cim-form .responsiveCellSize2 {
        width: 100%;
        margin-bottom: 0.5em;
        min-width: inherit;
    }

    .cim-form span.maxSize1 {
        font-size: 1em;
        color: #070078;
        font-weight: normal;
    }

    .cim-form .responsiveCell .clear {
        display: none;
    }

    .cim-form .buttonDiv {
        border: none;
    }

        .cim-form .buttonDiv input[type="button"] {
            background-color: #737370;
            border-color: #737370;
            color: #fff;
            border: 3px solid #737370;
            height: auto;
        }

    .cim-form .requiredInfo, .cim-form .emptyCell, .buttonDiv span {
        display: none;
    }

    .cim-form .fullWidth {
        width: 100%;
    }
    .cim-form .buttonContainer{
        display: block;
    }

    .cim-form .buttonContainer .cim-button {
        float: right;
        margin-right: 0;
        //margin-top: -3em;
        //background-color: #737370 !important;
        //border-color: #737370 !important;
    }

        .cim-form .buttonContainer .cim-button:hover {
            color: #fff !important;
            background-color: #474C55 !important;
        }

    .cim-form .buttonFile {
        top: -12px;
    }
    .cim-form .profileText {
        font-weight: bold;
        margin: 0.5em 0;
    }
    .cim-form .profileText.errorHighlight{
        color: red;
    }
    .cim-form .maxSize2.minSize2 {
        margin: 1.5em 0;
    }

    .cim-form .Postcode {
        width: 40%;
    }
    #cont_id_f_4ec0b03be661ea11b8180050568966f8 {display: none;}

#more .reveal-modal .cim-form .input.cim-button {
    background-color: #737370;
    border-color: #737370;
    color: #fff;
}

    #more .reveal-modal .cim-form .input.cim-button:hover, .reveal-modal .cim-form input[type="button"]:hover {
        background-color: #fff;
        border-color: #737370;
        color: #737370;
    }

.reveal-modal div.clear {
    display: none;
}

.requiredInfo.show {
    display: inline-block;
    color: red;
    position: absolute;
    background-color: #fff;
    border: thin solid red;
    border-top: none;
    padding: 0.5em;
    z-index: 999;
}

    .requiredInfo.show.selectshow {
        left: 0;
        top: 50px;
    }

.errorSelect {
    border-top: thin solid red;
    border-bottom: thin solid red;
    border-left: thin solid red;
}

/*.responsiveRow:nth-of-type(3) {
    margin-bottom: 3em;
}*/

.selected.responsiveRow:nth-of-type(3) {
    margin-bottom: inherit;
}

.cim-form .emptyCell, .cim-form div:empty, .maxSize1:empty, .notMycim, .responsiveRow.parent3 {
    display: none;
}

textarea.maxSize1 {
    display: initial !important;
}

.cim-form h3 {
    margin: 1em 0;
}

.cim-form table {
    margin-top: 0;
}
/* submit button */
.cim-form .input.cim-button, .cim-form input[type='submit'].btn {
    border: 2px solid #474C55;
    z-index: 2;
    color: inherit;
    padding: 6px 20px 5px 20px;
    background-color: #fff;
    width: unset;
}

/* .squaredTwo - for checkboxes */
.cim-form .checkbox input.squaredTwo {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    position: relative;
    top: 8px;
    margin: 0 0.5em 0 0;
    visibility: visible;
    left: 0;
    /*margin: 11px auto;
    margin-left: 20px;
    float: right;
    top: -38px;*/
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    /* box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); */
}

.cim-form .checkbox .minSize1 > span {
    position: relative;
    top: -9px;
    left: 10px;
}
.cim-form .makeRelative {
    position: relative;
}

.cim-form .ui-datepicker-trigger {
    position: absolute;
    top:6px;
    right: 23px;
    width: 39px;
    float:none;
}

.cim-form .g-recaptcha-response{
    display: none;
}

.cim-form .umbraco-forms-field .squaredTwo input[type="checkbox"] + label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: -4px;
    top: 4px;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    /* box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white; */
}

    .cim-form .umbraco-forms-field .squaredTwo input[type="checkbox"] + label:after {
        content: '';
        width: 14px;
        height: 8px;
        position: absolute;
        top: 4px;
        left: 4px;
        border: 3px solid #fcfff4;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cim-form .umbraco-forms-field .squaredTwo input[type="checkbox"] + label:hover::after {
        opacity: 0.3;
    }

.cim-form .umbraco-forms-field .squaredTwo input[type=checkbox] {
    visibility: hidden;
}

    .cim-form .umbraco-forms-field .squaredTwo input[type=checkbox]:checked + label:after {
        opacity: 1;
    }
/* end .squaredTwo */

/* radio buttons */
.cim-form input[type="radio"] {
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: 10px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
}
    /*.cim-form input[type="radio"]::before { position: absolute; font: 13px/1 'Open Sans', sans-serif; left: 11px; top: 7px; content: '\02143'; transform: rotate(40deg); }*/
    .cim-form input[type="radio"]:hover {
        background-color: #f7f7f7;
    }

    .cim-form input[type="radio"]:checked {
        background-color: #f1f1f1;
    }

.cim-form .radiobuttonrow {
    margin-bottom: 1em;
}

    .cim-form .radiobuttonrow .maxSize1 {
        color: #474c55;
        font-size: 1em;
    }

#postcode_lookup {
    position: absolute;
    top: 213px;
    left: 0;
    width: 100%;
}

    #postcode_lookup #opc_input {
        height: 40px;
        border: 1px solid #737370;
        float: left;
        width: calc(96% - 11em);
        display: inline-block;
        margin-right: 0.5em;
        font-family: inherit;
        padding: 0.5em 1em;
        text-transform: uppercase;
    }

    #postcode_lookup #opc_button {
        background-color: #737370;
        border: 2px solid #737370;
        margin-right: 0;
        z-index: 99;
        float: left;
        width: 10.75em;
        padding: 0.6em;
        color: #fff;
        font-size: 16px;
    }

    #postcode_lookup #opc_dropdown {
        width: calc(96% - 11em);
        background-size: 23px 23px;
        background-color: #F7F5F2;
        padding: 0.5em;
        font-family: inherit;
    }

    #postcode_lookup #opc_error_message {
        width: calc(96% - 11em);
        margin-top: -0.1em;
        background-color: #F7F5F2;
        border: solid thin #333;
        padding: 0.5em;
        clear: left;
    }

    /* Tech Issues with clickD*/
.techIssue { border: thin solid #737370; padding: 2em; width: 96%; margin: auto; text-align: center; background-color: ghostwhite; }
.techIssue p { font-weight: normal; }
.techIssue h2 { font-weight: bold; }
.techIssue { display: none; }
.techIssue.show {display: block;}

/* Recaptcha */
#gcaptcha iframe{
    min-height: unset !important;
}

@media only screen and (max-width:600px) {
    .cim-form .responsiveCellSize1 {
        width: 98%;
    }

    .cim-form .buttonDiv {
        margin-top: 1em;
    }

    .cim-form .buttonContainer .cim-button {
        margin-top: -1em;
        margin-right: -1.6em;
    }

    .cim-form .responsiveRow {
        font-size: inherit;
        max-height: inherit;
    }

    #postcode_lookup {
        top: 354px;
    }

    #postcode_lookup #opc_input {
        width: calc(96% - 5em);
    }

    #postcode_lookup #opc_button {
        padding: 0.5em 0.2em;
        width: 5.5em;
        font-size: 12px;
    }

    .cim-form .Postcode {
        width: 100%;
    }
}
@media only screen and (max-width:780px) {
    .cim-form .select-styling:after {
        right: 24.5px;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
