h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
}

* {
    zoom: 1 !important;
}

html {
    overflow: auto;
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    position: relative;
    height: 100%;

    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

@media screen and (min-width: 769px) {
    .field-body {
        flex-grow: 2;
    }
}

.validation-marker {
    width: 20px;
    height: 30px;
}

.valid .validation-marker {
    /*background: 0px 10px url('/cassette.axd/file/Content/AA/tick-gold-1057282a7d47b0efcd0c33a8ee1fbc754d147c83.png') no-repeat;*/
}

.invalid .validation-marker {
    /*background: 0px 10px url('/cassette.axd/file/Content/AA/exclamation-gray-6396a3ac90ff713393e6f6860be92f5ba6a1c7ee.png') no-repeat;*/
}

.input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
    border-color: #aaa;
    /*box-shadow: 1px 1px 2px #ffdd88 inset;*/
}

.error-summary, 
.invalid .validation-message {
    color: #c6122e;
    font-size: 14px;
}

.invalid {
    background: #ffeeee;
}

.error-summary {
    text-align: center;
    padding: 15px 25px;
    margin-bottom: 15px;
    position: relative;
}

.error-summary .validation-marker {
    position: absolute !important;
    right: 0;
    top: 3px;
    margin: 0 5px;
}

.error-summary .validation-marker:first-child {
    left: 10px;
}

.no-border,
.no-border:hover,
.no-border:active{
    border-color: #fff;
    box-shadow: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
}

::placeholder { /* Most modern browsers support this now. */
    color: #aaa;
}

option:first-child
{
    color: #aaa;
}

span.required {
    display: inline-block;
    margin-left: 3px;
    font-size: 1rem;
    color: #c6122e;
}

.numeric{ width: 130px; }

/* Initially hide these */
.field-validation-error{ visibility: hidden;}

.control small{ color: #aaaaaa; margin-left: 5px;}

/* Bulma overrides */
.field:not(:last-child) {
    margin-bottom: 0.25rem;
}

.form-item label {
    text-align: right;
    font-weight: 400;
    font-size: 0.9rem;
    padding-top: 6px;
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }       
.ui-autocomplete-loading { background: white url('https://d38luxnvnz4c5b.cloudfront.net/Content/spinner.gif') right 8px center no-repeat; }
.autocomplete-loading .fa-map-marker{ display: none;}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */


/* Menu
----------------------------------*/
.ui-menu {
    list-style:none;
    padding: 5px;
    margin: 0;
    display:block;
    background: #fff;
    border: 1px solid #ccc;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    /*width: 200px;*/
}

.ui-helper-hidden-accessible { position: absolute; left:-999em; }

.ui-menu .ui-menu-item {
    text-decoration:none;
    display:block;
    zoom:1;
}

.ui-menu .ui-menu-item > div {
    padding: .2em .4em;
}


.ui-menu .ui-menu-item .ui-state-active
{
    /*background:#ffd400;*/
    outline:none;
}

.column {
    padding-top: .65rem;
    padding-bottom: .65rem;
}

.headings {
    padding-bottom: 5px;
}

.headings label {
    display: block;
    width: 130px;
    margin-right: 0;
    font-size: 0.8rem;
}


.assets-liabilities > .columns > .column {
    padding-top: .3rem;
    padding-bottom: .3rem;
}


.assets-liabilities .form-item label {
    padding-top: 0;
}

.assets-liabilities .columns .column .columns .column {
    padding-top: 0;
    padding-bottom: 0;
}

.assets-liabilities .columns .column .columns {
    margin-right: 3px;
}

.assets-liabilities .columns .column .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - .8rem);
}

.assets-liabilities .line-validation-marker {
    margin-top: -10px;
}


.textarea[rows] {
    height: 5rem;
}

.terms label {
    text-align: left;
    text-indent: -25px;
    padding-left: 20px;
}

.terms input[type=checkbox] {
    width: 17px;
    height: 16px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
    margin-right: 5px;
}

.loan .numeric {
    width: 100%;
}

span.text {
    display: inline-block;
    padding: 8px 15px 0;
}


input[type="checkbox"]:focus,select:focus{
    outline:0;
}


.button .fa {
    margin: 0 7px;
    font-size: 13px;
}

.button, .button i {
    font-weight: bold;
}

/*.button, .button:active, .button.is-active,.button[disabled] {
    background-color: #ffd400;;
}

.button:hover, .button.is-hovered {
    background-color: #ffdb00;
    border-bottom: 3px solid #f1b400;
}*/

.button {
    height: 2.55em;
    border: none;
    /*border-bottom: 3px solid #f1b400;*/
    /*padding-bottom: calc(.375em - 1px);*/
    padding-left: calc(.925em - 1px);
    padding-right: calc(.925em - 1px);
    padding-top: calc(.475em - 1px);
    padding-bottom: calc(.475em - 1px);
}

.is-hidden-offscreen {
    position: fixed;
    top: 110%;
}

header {
    /*border-top: 4px solid #87bdc1;*/
    border-bottom: 1px solid #ccc;
    height: 100px;
}

header h1 {
    margin-top: 10px;
    letter-spacing: -1px;
    font-weight: 800;
    font-size: 25px;
}

header .title.is-4 {
    font-size: 1.7em;
}

header .section {
    /*padding-top: 0.8rem;
    padding-bottom: 0.5rem;*/
}

footer {
    /*background: #87bdc1;*/
}

footer h1.title strong {
    font-weight: 900;
    font-size: 1.3rem;
}

footer .section {
    padding-top: 0.6rem;
    padding-bottom: 1.4rem;
}

footer {
    height: 70px;
}

.main {
    /*height: calc(100vh - 170px);*/
    padding-top: 1.3rem;
    flex: 1;
}


.section { padding-top: 0.8rem; }
 
.section p{ margin-bottom: 20px;}

section.progress-bar {
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
    margin-top: 3rem;
}

.column {
    padding-top: .50rem;
    padding-bottom: .50rem;
}


/* Progress Bar */
.progressbar a .progressbar-desc-text {
    color: #000;
}

.progressbar {
    height: 88px;
    font-weight: bold;
    font-size: 0.8em;
}
.progressbar.step2 .progressbar-step {
    /*background: #ffd400 !important;*/
}
/*.progressbar.step2 .progressbar-step.first .progressbar-desc {
    color: #3083b9 !important;
}*/
.progressbar.step2 .progressbar-step.last .progressbar-number-container {
    /*border-color: #ffd400 !important;*/
}
.progressbar.step2 .progressbar-step.last .progressbar-desc {
    color: black !important;
}
.progressbar-step {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 52px;
    height: 10px;
    background: #eeeeee;
}
.progressbar-step.first,
.progressbar-step.first .progressbar-step-firsthalf {
    border-radius: 4px 0 0 4px;
}
.progressbar-step.last {
    border-radius: 0 4px 4px 0;
}
.progressbar-step.last .progressbar-number-container {
    border-color: #eeeeee;
}
.progressbar-step.last .progressbar-desc {
    color: #999;
}
.progressbar-step-firsthalf {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    /*background: #ffd400;*/
}
.progressbar-number-container {
    /*border: 16px solid #ffd400;*/
    border-radius: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -11px;
}
.progressbar-number {
    position: absolute;
    top: -16px;
    bottom: -16px;
    left: -16px;
    right: -16px;
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.progressbar-desc {
    font-size: 18px;
    position: absolute;
    top: -38px;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 910px) {
    .progressbar-desc-text {
        display: inline-block;
        line-height: 15px;
    }
}
@media (max-width: 910px) {
    .progressbar-desc {
        width: auto;
        font-size: 15px;
        line-height: 30px;
        top: -45px;
    }
}



#thanks-text {
    margin-top: 20px;
}

#thanks-text-second{
    margin-top: 10px;
}

.login label {
    padding-top: 7px;
}

@media only screen and (max-width: 769px) {
    
    .form-item label {
        text-align: left;
        font-weight: 400;
        font-size: 0.9rem;
        padding-top: 6px;
    }

    .column {
        padding-top: .10rem;
        padding-bottom: .10rem;
    }

    .assets-liabilities .form-item {
        margin-top: 10px;
        
    }

    .assets-liabilities .form-item .sub-label {
        font-weight: 400;
        font-size: 0.8rem;
        float: left;
        width: 25%;
        padding-top: 8px;
        text-align: right;
    }

    .assets-liabilities .form-item .control {
        float: right;
        width: 70%;

    }

    .assets-liabilities .form-item .control input {
        width: 100%;

    }

    .assets-liabilities .form-item .row {
        margin-bottom: 5px;
    }

    .complete .button,
    .accept-terms .button {
        font-size: 0.9rem;
    }
}

.processing-text {
    margin-top: 20px;
}

@media only screen and (max-width: 1407px) {
    
    .text {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.error footer,
.processing footer {
    position: absolute;
    bottom: 2px;
    width: 100%;
}

/* Header image */
.header-image 
{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: absolute;
    top: 2.4rem;
    left: calc(50% - (90px / 2));
    border-radius: 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: transform 0.4s, width 0.4s, height 0.4s;
    -moz-transition: transform 0.4s, width 0.4s, height 0.4s;
    -ms-transition: transform 0.4s, width 0.4s, height 0.4s;
    transition: transform 0.4s, width 0.4s, height 0.4s;
    z-index: 1;
}

.header-image .photo {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: transform 0.1s linear;
    -moz-transition: transform 0.1s linear;
    -ms-transition: transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
}

.header-image .inner h4 {
    text-align: center;
    font-weight: 600;
    font-size: 0.8rem;
}


@media only screen and (min-width: 769px) and (max-width: 1023px) 
{
    .header-image 
    {
        width: 80px;
        height: 80px;
        top: 2.4rem;
        left: calc(50% - (80px / 2));
    }
}

@media only screen and (max-width: 769px) 
{
    .header-image 
    {
        width: 60px;
        height: 60px;
        top: 1.6rem;
        left: calc(50% - (60px / 2));
    }

    .header-image .inner h4 {
        font-weight: 600;
        font-size: 0.7rem;
    }

    footer {
        padding: 2rem 0;
        height: 160px;
    }
}

@media only screen and (max-width: 400px) 
{
    header {
        /*margin-bottom: 3.5rem;*/
        padding-bottom: 0.5rem;
    }

    .header-image 
    {
        top: 4rem;
        width: 55px;
        height: 55px;
        left: calc(50% - (55px / 2));
    }

}

p#thanks-text{ margin-top: 3rem;}


/* Business Form */

.business-form .form-item label.label {
    width: 35rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.2rem;
    /*margin-bottom: 3px;
    margin-top: 5px;*/
}

.business-form .numeric {
    width: 20rem;
}

.business-form .field {
    width: 35rem;
    margin-left: auto;
    margin-right: auto;
}

.business-form .validation-message {
    width: 35rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.business-form .compact .form-item {
    margin-bottom: 0;
}

.business-form .is-checkradio[type=radio]:checked.has-background-color+label::before {
    left: 2px;
}

.business-form .is-checkradio[type=radio]:checked.has-background-color+label::after {
    content: '\f00c';
    color: #fff;
    font-family: FontAwesome;
    font-size: 32px;
    margin-top: 1px;
}

.business-form .radio-list .control label {
    margin-right: 1.5rem;
}

.business-form .radio-list .field .control {
    margin-top: 10px;
}



.business-form .steps .steps-content {
    margin-top: 5rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 769px) {
    .business-form .steps .steps-content { margin-top: 4rem; }
}


.business-form .steps .step-item .step-marker {
    height: 2.2rem;
    width: 2.2rem;
}

.business-form .steps .navigation {
    margin-top: 3rem;
    width: 100%;
}


.business-form .error-summary {
    font-size: 16px;
    font-weight: 600;
}

.privacy-policy ul {

}

.privacy-policy li {
    margin-left: 35px;

    list-style-type: disc;
}


/* Feefo */
#feefo-wrap {
    margin-top: 4rem;
}

#feefologohere {
    text-align: center;
}

/*section.progress-bar {
    padding-top: 0;
    margin-top: 1rem;
}*/

@media only screen and (max-width: 769px) {
 
    #feefo-wrap {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 400px) {
    
    #feefo-wrap {
        margin-top: 3.5rem;
    }
}

/* mlm */
.mlm-wrap {
    margin-top: 60px;
}


/* mlm */
.proviso-wrap {
    margin-top: 60px;
}

.already-applied .text {
    padding-top: 15px;
}

.already-applied .text a {
    color: #000;
}

.tile .terms {
    margin-top: 0.3rem;
}