.node-type-webform label.icheck-label {
    width: auto;
}

.node-type-webform .webform-component--i-agree label.EditingFormLabel {
    display: none;
}

.node-type-webform .webform-component--i-agree label.icheck-label {
    width: 90%;
}

#edit-submitted-upload-ajax-wrapper p:nth-child(1) {
    margin-bottom: -20px;
}

.form-page #edit-submitted-upload-upload-button {
    display: none;
}

.form-page #edit-submitted-upload-upload {
    height: 60px;
}

.node-type-webform .cvMessage {
    display: none;
}

.form-page input.customfile-input #edit-submitted-upload-upload {
    height: 60px;
}

input[type=email] {
    background: 0 0;
    border: 1px solid #dcddde;
    border-radius: 0;
    height: 50px;
    padding: 2px 15px 0;
    color: #414042;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    margin: 6px 0;
    display: block;
    /*max-width: 550px;*/
    width: 100%;
    line-height: 45px \9;
    font-size: 15px;
    font-size: 1.5rem;
}

.webform-submit {
    width: 100%;
    /*max-width: 380px;*/
    background: #009fdf;
    border: 0;
    height: 50px;
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin-top: 10px;
}

/* contact us webform */
form#webform-client-form-341 div#edit-submitted-new-payment-frequency,
form#webform-client-form-341 label[for=edit-submitted-new-payment-frequency],
form#webform-client-form-341 label[for=edit-submitted-account-number],
form#webform-client-form-341 label[for=edit-submitted-bsb],
form#webform-client-form-341 label[for=edit-submitted-account-name],
form#webform-client-form-341 input#edit-submitted-account-number,
form#webform-client-form-341 input#edit-submitted-bsb,
form#webform-client-form-341 input#edit-submitted-account-name {
    margin-left: 30px;
}

form#webform-client-form-341 h2,
form#webform-client-form-11906 h2 {
    margin: 20px 0;
}

form#webform-client-form-341 .webform-component--upload {
    display: none;
}

form#webform-client-form-341 .webform-component--file-upload br {
    display: none;
}

form#webform-client-form-341 .webform-component--new-payment-frequency label,
form#webform-client-form-341 .webform-component--account-number label {
    margin-top: 0;

}


/* [START] For Adviser - landing page. Change tile background colours */
/*section.about-landing-grid-items .about-landing-grid-item.advisers-landing-claims-forms {
  background: #0bab47 none repeat scroll 0 0;
}

section.about-landing-grid-items .about-landing-grid-item.advisers-landing-our-people {
  background-image: linear-gradient(to bottom, #656565, #3c3c3c);
  background-repeat: no-repeat;
  background-size: cover;
}*/
/* [END] For Adviser - landing page. Change tile background colours */

@media (max-width: 990px) {
    .related-products-container .related-products > div {
        height: 168px;
    }
}

@media (min-width: 990px) {
    .related-products-container .related-products > div {
        height: 224px;
    }
}

@media (min-width: 1200px) {
    .related-products-container .related-products > div {
        height: 186px;
    }
}

/* CSS from contact.css on Kentico site has been moved here */
.cgu_k_right_center_contact {
    top: 50%;
}

.k_right {
    right: 0px;
}

.k_float {
    z-index: 9999999;
    position: fixed !important;
    cursor: pointer;
}

nav.global-nav ul li.active-override a {
    color: #fff;
}

nav.global-nav ul li.active-override {
    background: none;
}

/* Xero workers compensation */
.content-module .connect-to-xero-form input.first-name {
    margin-right: 2%;
}

/* SMEA workers compensation */
.content-module .connect-to-smea-form input.first-name {
    margin-right: 16px;
}

@media (min-width: 1200px) {
    /*Make the change specific to Quote Landing page type*/
    .node-type-quote-landing header.content.clear-header {
        background-size: 100%;
        padding-top: 15%;
    }

    /*Make the change specific to Quote Landing page type*/
    .node-type-quote-landing header.content.has-image-bg .row {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .node-type-product .pi-product.testimonials .testimonial.large .bg-image {
        background-position: 65% center
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .node-type-product .pi-product.testimonials .testimonial .bg-image {
        background-position: 70% center
    }
}

.node-type-product .pi-product.testimonials .testimonial .bg-image,
.node-type-product .pi-product.testimonials .testimonial .bg-image-xs {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .32, 1);
    transition: transform .3s cubic-bezier(0, 0, .32, 1)
}

.uplift-cta-quote-module {
    position: relative;
    margin: 40px 0;
    min-height: 260px;
    background: #f1f2f2
}

@media only screen and (max-width: 767px) {
    .uplift-cta-quote-module {
        min-height: 0
    }
}

.uplift-cta-quote-module .text {
    position: static;
    padding: 25px 70px 90px 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uplift-cta-quote-module .text {
        padding: 25px 50px 90px 30px
    }
}

@media only screen and (max-width: 767px) {
    .uplift-cta-quote-module .text {
        padding: 25px
    }
}

.uplift-cta-quote-module .text .title {
    margin-bottom: 10px
}

.uplift-cta-quote-module .text .button {
    position: absolute;
    bottom: 30px
}

@media only screen and (max-width: 767px) {
    .uplift-cta-quote-module .text .button {
        position: static;
        margin-top: 10px
    }
}

.uplift-cta-quote-module .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.33333333%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uplift-cta-quote-module .image {
        width: 41.66666667%
    }
}

.refresh .cgu-global-header form#cgu-search-form,
.refresh .cgu-global-header form#cgu-search-form > div {
    display: inline;
}

.refresh .cgu-global-header form#cgu-search-form div.search-button, .caravan .ajax-progress {
    display: none;
}

.pi-product.dark-bg a:hover {
    color: white;
}

form div.captcha {
    padding: 15px 0;
}

.element-invisible {
    display: none;
}