.class-font-size-2-rem{
    font-size:2rem;
}
/*@media (max-width: 420px) {
    .chk-lockton-news-insights-right .chk-newsinsights-padlr img {
         height: 30% !important; 
        width: 30%;
        min-width: 22vw;
         float: right; 
         margin-left: 20px; 
    }


    .chk-lockton-news-insights-right .chk-newsinsights-padlr:nth-child(3) img {
        margin-left: 6% !important;
    }

    .chk-lockton-news-insights-right .chk-newsinsights-padlr:nth-child(2) img {
        margin-left: 3% !important;
    }
}


@media (max-width: 959px) and (min-width: 421px) {
    .chk-lockton-news-insights-right .chk-newsinsights-padlr img {
        min-height: 80px;
        height: 100px;
        left: 5%;
    }



    .chk-lockton-news-insights-right .chk-newsinsights-padlr:nth-child(3) img {
        margin-left: 6% !important;
    }

    .chk-lockton-news-insights-right .chk-newsinsights-padlr:nth-child(2) img {
        margin-left: 3% !important;
    }
}*/
.w3-wrapper {
    max-width: 100%;
}

/*.w3-auto {
    max-width: 2000px !important;
    overflow-y: scroll;
    overflow-x: auto;
}*/

html {
    scroll-behavior: smooth;
    box-sizing: border-box !important;
}

body {
    font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif !important;
    font-size: 19px !important;
}

/*w3-cell settings similar to w3-col*/
.w3-cell {
    display: inherit
}

    .w3-cell.s1 {
        width: 8.33333%
    }

    .w3-cell.s2 {
        width: 16.66666%
    }

    .w3-cell.s3 {
        width: 24.99999%
    }

    .w3-cell.s4 {
        width: 33.33333%
    }

    .w3-cell.s5 {
        width: 41.66666%
    }

    .w3-cell.s6 {
        width: 49.99999%
    }

    .w3-cell.s7 {
        width: 58.33333%
    }

    .w3-cell.s8 {
        width: 66.66666%
    }

    .w3-cell.s9 {
        width: 74.99999%
    }

    .w3-cell.s10 {
        width: 83.33333%
    }

    .w3-cell.s11 {
        width: 91.66666%
    }

    .w3-cell.s12 {
        width: 99.99999%
    }

@media (min-width:601px) {
    .w3-cell {
        display: table-cell;
    }

        .w3-cell.m1 {
            width: 8.33333%
        }

        .w3-cell.m2 {
            width: 16.66666%
        }

        .w3-cell.m3, .w3-quarter {
            width: 24.99999%
        }

        .w3-cell.m4, .w3-third {
            width: 33.33333%
        }

        .w3-cell.m5 {
            width: 41.66666%
        }

        .w3-cell.m6, .w3-half {
            width: 49.99999%
        }

        .w3-cell.m7 {
            width: 58.33333%
        }

        .w3-cell.m8, .w3-twothird {
            width: 66.66666%
        }

        .w3-cell.m9, .w3-threequarter {
            width: 74.99999%
        }

        .w3-cell.m10 {
            width: 83.33333%
        }

        .w3-cell.m11 {
            width: 91.66666%
        }

        .w3-cell.m12 {
            width: 99.99999%
        }
}
/*Large Width*/
@media (min-width:993px) {
    .w3-cell {
        display: table-cell;
    }

        .w3-cell.l1 {
            width: 8.33333%
        }

        .w3-cell.l2 {
            width: 16.66666%
        }

        .w3-cell.l3 {
            width: 24.99999%
        }

        .w3-cell.l4 {
            width: 33.33333%
        }

        .w3-cell.l5 {
            width: 41.66666%
        }

        .w3-cell.l6 {
            width: 49.99999%
        }

        .w3-cell.l7 {
            width: 58.33333%
        }

        .w3-cell.l8 {
            width: 66.66666%
        }

        .w3-cell.l9 {
            width: 74.99999%
        }

        .w3-cell.l10 {
            width: 83.33333%
        }

        .w3-cell.l11 {
            width: 91.66666%
        }

        .w3-cell.l12 {
            width: 99.99999%
        }
}

/*standards*/
.chk-font2 {
    font-family: inherit;
}

.chk-xxlarge {
    font-size: 45px;
}

.chk-xlarge {
    font-size: 36px;
}

.chk-large {
    font-size: 24px;
}

.medium {
    font-size: 16px;
}

.chk-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.w3-auto {
    max-width: 100%;
}

.chk-padd16 {
    padding: 16px;
}
/*padding 16px all round. Like w3-container + w3-padding-16 */

/* Dark Green */
.w3-dark-green, .w3-hover-dark-green:hover {
    color: #fff !important;
    background-color: #357837 !important
}

.w3-text-dark-green, .w3-hover-text-dark-green:hover {
    color: #357837 !important
}

.w3-border-dark-green, .w3-hover-border-dark-green:hover {
    border-color: #357837 !important
}

.chk-grey {
    background-color: #666666;
}

.chk-grey80 {
    background-color: #848484;
}

.chk-text-grey {
    color: #666666;
}

.chk-text-black {
    color: #000000;
    font-weight: bold;
}

.chk-text-black_bold {
    color: #000000;
    font-weight: bold;
}

.chk-black {
    background-color: #000000;
}

.chk-black80 {
    background-color: #070606;
}

.chk-text-white {
    color: #fff;
}

.chk-offwhite {
    background-color: #f3f3ef;
}

.chk-text-offwhite {
    color: #f3f3ef;
}

.chk-maxwidth {
    max-width: 1240px;
}

.chk-border-grey {
    border-color: #666666 !important;
}

.chk-center {
    text-align: center;
}

.chk-pad-left20 {
    padding-left: 20px;
}

.chk-pad-leftright-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.chk-ul {
    padding: 0;
    margin: 0;
}

.chk-list-hori li {
    display: inline-block;
    padding-left: 16px;
}

    .chk-list-hori li:before {
        content: "\2022";
        color: #357837;
        font-size: 2em;
        padding-right: 16px;
    }

    .chk-list-hori li a {
        text-decoration: none;
    }
/* .chk-list-hori li a:hover {border-bottom: 3px solid #4CAF50;}	*/
/* .chk-list-hori li a:hover {border-bottom: 3px solid #357837;}	*/

/*.h1div {
    padding-top: 70px;
    padding-bottom: 40px;
}*/

.h1style {
    font-family: inherit;
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.h1style_contact {
    padding-top: 20px;
}

.h3style {
    font-family: inherit;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.textcontent {
    padding: 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.textcontentright {
}

.textcontentbottom {
    padding-bottom: 50px;
}

a.linkgreen {
    color: #4CAF50;
}

a.linkblack {
    color: #000000;
}

a.linkwhite {
    color: #ffffff;
}



/*Large Width*/
@media (min-width:993px) {

    .h1style {
        font-size: 65px;
    }

    /*.textcontent {
        padding-left: 70px;
        padding-right: 70px;
    }*/

    .textcontentright {
        padding-left: 5px;
    }

    .h3style {
        font-size: 36px;
    }
}

/* Header and Menu */
.w3-opacity-08 {
    opacity: 0.8
}

/*Small width*/
/*.chk-head {
    height: 40px;
}*/

.chk-content-start {
    margin-top: 40px
}

.chk-logo {
    width: 75px;
    padding-top: 0px;
}

.chk-head-menu {
    padding-top: 0px;
    padding-right: 8px;
}

.chk-head-links {
}

.w3-bar .chk-head-bar-item {
    padding-left: 8px;
    padding-right: 8px;
}

.chk-head-padlock {
    font-size: 1.5em;
}

.chk-head-padlock-txt {
    display: none;
}

.chk-head-lines {
    font-size: 36px;
}

/*Medium width*/
@media (min-width:601px) {
    .chk-head {
        height: 80px;
    }

    .chk-content-start {
        margin-top: 80px
    }

    .chk-logo {
        width: 150px;
        padding-top: 5px;
    }

    /*.chk-head-menu {
        padding-top: 25px;
    }*/

    .chk-head-links {
    }

    .chk-head-padlock {
        font-size: 2em !important;
    }

    .chk-head-padlock-txt {
        display: none;
    }

    /*.chk-head-lines {
        font-size: 2em !important;
    }*/
}

.chk-head-lines {
    font-size: 2em !important;
}

/*Large Width*/
@media (min-width:993px) {
    .chk-head {
        height: 110px;
    }

    .chk-content-start {
        margin-top: 110px
    }

    .chk-logo {
        width: 150px;
        padding-top: 20px;
    }

    /*.chk-head-menu {
        padding-top: 25px;
    }*/

    .chk-head-links {
        padding-top: 33px;
    }

    .chk-head-padlock {
        font-size: 2em !important;
    }

    .chk-head-padlock-txt {
        display: block;
    }

    /*.chk-head-lines {
        display: none !important;
    }*/
}

/*Small Menu*/
/*pop-up menu*/
.chk-smallmenu {
    /*height: 100%;*/
    left: 0;
    top: 40px;
    overflow: hidden;
    padding: 0;
    color: white;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    position: fixed;
    z-index: 2000;
    display: block;
}

.chk-smallmenu-inner {
    color: white;
    font-size: 18px;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    left: 0;
    top: 0;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

#smallmenu ul {
    padding: 0;
    margin: 0 0 1px 0;
    display: block;
    list-style: none;
}

#smallmenu li {
    padding: 0;
    margin: 0 0 1px 0;
    display: block;
    list-style: none;
}

    #smallmenu li a {
        overflow: hidden;
        line-height: 20px;
        display: block;
        padding: 10px 10px 10px 0px;
        margin: 0;
        text-decoration: none;
    }

.chk-smallmenu-span {
    padding-right: 10px;
    cursor: pointer;
}

/*Medium width*/
@media (min-width:601px) {
    .chk-smallmenu {
        top: 80px;
    }
}

/*chk-slide*/
.mySlides {
    display: none
}

.w3-left, .w3-right, .w3-badge {
    cursor: pointer
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

.chk-slide-outer-img {
    background-size: cover;
}

.chk-slide-head {
    font-family: inherit;
    font-size: 45px;
    margin-bottom: 0;
    line-height: 1.1;
}

.chk-slide-link {
    font-weight: 17px;
    font-weight: 700;
    text-decoration: none;
}

    .chk-slide-link:hover {
        padding-bottom: 4px;
        border-bottom: 5px solid green;
    }

.chk-txt-border {
    text-shadow: -1px -1px 0 #505050, 1px -1px 0 #505050, -1px 1px 0 #505050, 1px 1px 0 #505050;
}

.chk-txt-border-white {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.chk-txt-border-black {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/*Small width*/
.chk-slide-head {
    margin-top: 80px;
}

.chk-slide-para {
    display: none;
}

.chk-slide-link-para {
    padding-bottom: 20px;
}

.chk-slide-strap {
    font-size: 18px;
    font-weight: bold;
}

.chk-slide-paddleft {
    padding-left: 30px;
}

.chk-slide-arrow {
    padding-left: 4px;
    padding-right: 4px;
}

/*Medium width*/
@media (min-width:601px) {
    .chk-slide-head {
        margin-top: 150px;
    }

    .chk-slide-strap {
        font-size: 22px;
        font-weight: 700;
    }

    .chk-slide-para {
        font-size: 18px;
        font-weight: 400;
        line-height: 170%;
        letter-spacing: 0;
    }

    .chk-slide-link {
        font-size: 18px;
    }

    .chk-slide-link-para {
        padding-bottom: 50px;
    }

    .chk-slide-para {
        display: none;
    }

    .chk-slide-head {
        font-size: 48px;
    }

    .chk-slide-paddleft {
        padding-left: 100px;
    }

    .chk-slide-arrow {
        padding-left: 8px;
        padding-right: 8px;
    }
}
/*Large Width*/
@media (min-width:993px) {
    .chk-slide-head {
        margin-top: 210px;
    }

    .chk-slide-strap {
        font-size: 22px;
        font-weight: 700;
    }

    .chk-slide-para {
        font-size: 18px;
        font-weight: 400;
        line-height: 170%;
        letter-spacing: 0;
    }

    .chk-slide-link {
        font-size: 18px;
    }

    .chk-slide-link-para {
        padding-bottom: 50px;
    }

    .chk-slide-para {
        display: block;
    }

    .chk-slide-head {
        font-size: 50px;
    }

    .chk-slide-paddleft {
        padding-left: 100px;
    }

    .chk-slide-arrow {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/*chk-infographic*/
.chk-infographic-text {
    font-size: 20px;
    line-height: 180%;
    font-weight: 700;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
}

.chk-infographic-img {
    max-width: 70px;
    height: auto;
    margin: 0px auto 10px;
}

.chk-infographic-p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
}

/*Medium width*/
@media (min-width:601px) {
    .chk-infographic-text {
        font-size: 20px;
    }
}
/*Large Width*/
@media (min-width:993px) {
    .chk-infographic-text {
        font-size: 20px;
        text-align: left;
    }
}

/*chk-newsinsights*/
.chk-newsinsights-para {
    border-bottom: 5px solid white;
    padding-left: 0px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .chk-newsinsights-para:hover {
        border-bottom: 5px solid green;
    }

.chk-newsinsights-link {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.chk-newsinsights-padout {
    padding-left: 20px;
    padding-right: 20px;
}

.chk-newsinsights-padlr {
    padding-left: 16px;
    padding-right: 16px;
}

.chk-newsinsights-txtcent {
    text-align: center;
}
/*Medium width*/
@media (min-width:601px) {
    .chk-newsinsights-para {
        padding-left: 16px;
        padding-right: 16px;
    }

    .chk-newsinsights-padout {
        padding-left: 30px;
        padding-right: 30px;
    }

    .chk-newsinsights-padlr {
        padding-left: 0;
        padding-right: 0;
    }

    .chk-newsinsights-txtcent {
        text-align: left;
    }
}
/*Large Width*/
@media (min-width:993px) {
    .chk-newsinsights-para {
        padding-left: 16px;
        padding-right: 16px;
    }

    .chk-newsinsights-padout {
        padding-left: 90px;
        padding-right: 90px;
    }

    .chk-newsinsights-padlr {
        padding-left: 0;
        padding-right: 0;
    }

    .chk-newsinsights-txtcent {
        text-align: left;
    }
}

/*chk-contact*/
.chk-contact-outer {
    margin-top: 50px;
}

.chk-contact-link {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.chk-contact-para {
    padding-bottom: 5px;
    border-bottom: 5px solid #f3f3ef;
}
    /*offwhite*/
    .chk-contact-para:hover {
        border-bottom: 5px solid green;
    }

.chk-contact-img {
    background-image: url(../../../../../../../images/gettyimages-598522885_0.jpg);
    background-size: cover;
}

.chk-contact-text {
    padding: 30px;
}

.chk-contact-head {
    font-size: 48px !important;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 24px;
    line-height: 62px !important;
}

.chk-contact-text-mid {
    font-size: 21px;
    line-height: 180%;
}

.chk-contact-row {
    display: block;
    width: 100%;
}

.chk-contact-row-height {
    min-height: 350px;
    max-height: 450px;
}

.chk-contact-cell {
    display: block;
}

.chk-contact-cell-left {
    height: 320px;
}

.chk-contact-cell-width {
    width: 100%;
}

/*Medium width*/
@media (min-width:601px) {
    .chk-contact-outer {
        margin-top: 100px;
    }

    .chk-contact-box {
        height: 450px;
        width: 100%;
    }

    .chk-contact-row-height {
        height: 350px;
    }

    .chk-contact-text-mid {
        font-size: 21px;
    }

    .chk-contact-link {
        font-weight: 500;
    }
}
/*Large Width*/
@media (min-width:993px) {
    .chk-contact-outer {
        margin-top: 100px;
    }

    .chk-contact-row {
        display: table;
        width: 100%;
    }

    .chk-contact-row-height {
        height: 450px;
    }

    .chk-contact-cell {
        display: table-cell;
    }

    .chk-contact-cell-width {
        width: 50%;
    }

    .chk-contact-text {
        padding: 60px;
        padding-bottom: 0;
    }

    .chk-contact-text-mid {
        font-size: 21px;
    }

    .chk-contact-link {
        font-weight: 500;
    }

    .chk-contact-box {
        height: 450px;
        width: 50%;
    }

    .chk-contact-head {
        font-size: 48px !important;
        line-height: 62px !important;
        margin: 0;
        padding: 0;
    }
}

/*chk-talk*/
.chk-talk-back {
}

.chk-talk-wrap {
}

.chk-talk-head {
    font-size: 40px;
    text-align: center;
    line-height: 1.2em;
    padding: 0px 30px 0px 30px;
}

.chk-talk-p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
}

.chk-talk-phone {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
}

    .chk-talk-phone a {
        text-decoration: none;
    }

        .chk-talk-phone a:hover {
            text-decoration: underline;
        }

.chk-talk-conn {
    padding-top: 50px;
    padding-bottom: 10px;
}

.chk-talk-social-p {
    padding-bottom: 50px;
}

.chk-talk-social-sp {
    padding: 8px;
    text-align: center;
    display: blockinline;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.chk-talk-social-l {
    margin-right: 10px;
}

.chk-talk-social-r {
    margin-left: 10px;
}

.chk-talk-icon {
    width: 80px;
    height: 80px;
}

.chk-talk-p2 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
}

    .chk-talk-p2 a {
        text-decoration: underline;
    }

        .chk-talk-p2 a:hover {
            text-decoration: none;
        }

.chk-talk-padtop {
    padding-top: 30px;
}

/*Medium width*/
@media (min-width:601px) {
    .chk-talk-head {
        font-size: 46px;
        text-align: left;
    }
}

/*Large Width*/
@media (min-width:993px) {
    .chk-talk-back {
        background-color: #000000;
    }

    .chk-talk-wrap {
        height: 275px;
    }

    .chk-talk-head {
        font-size: 46px;
        text-align: left;
    }

    .chk-talk-p {
        text-align: left;
    }

    .chk-talk-phone {
        text-align: left;
    }

    .chk-talk-p2 {
        padding-left: 0;
    }
}

/*footer*/
.chk-foot-p a {
    color: #ffffff;
    text-decoration: none;
}

    .chk-foot-p a:hover {
        text-decoration: underline;
    }

/*chk-animate*/
.chk-animate-opacity {
    animation: opac 1s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.chk-animate-opacity2 {
    animation: opac 2s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.chk-animate-opacity3 {
    animation: opac 3s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.chk-animate-opacity4 {
    animation: opac 4s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.chk-animate-opacity5 {
    animation: opac 5s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.chk-animate-top {
    position: relative;
    animation: animatetop 1s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/*show-on-scroll*/
.show-on-scroll {
    opacity: 0;
    /*transition: opacity .5s .25s ease-out;*/
    transition: opacity .75s .5s ease-out;
}

.is-visible {
    opacity: 1;
}

/*contact us*/
.contactlabel {
    font-weight: bold;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    width: 100%
}

.contactlabelreq::after {
    content: "*";
    order: 1;
    font-size: 200%;
    color: #00AEEF;
}

.contactselect {
    position: relative;
}

    .contactselect select {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

-- gets rid of arrow
.contactselect select {
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    min-height: 60px;
    font-size: 16px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 25px;
}

.contactselect select {
    padding-top: 15px;
}

--must be separate

.contacttextareawrapper {
    margin: 0;
    padding: 0;
}

.contacttextarea {
    position: relative;
    padding: 20px;
    width: 100%;
    height: 150px;
    font-weight: normal;
    font-size: 16px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 25px;
}

.contact_add {
    font-size: 19px;
    font-weight: 400;
    line-height: 170%;
    padding-bottom: 25px;
}


.forminput {
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    min-height: 60px;
    font-size: 16px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    border-radius: 4px;
    width: 100%;
    margin-bottom: 25px;
}

.formbutton {
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
    border: none;
    background: green;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 12px;
    margin-bottom: 25px;
}

    .formbutton:hover {
        color: #000;
        cursor: pointer;
    }


/*Large Width*/
@media (min-width:993px) {
    .formbutton {
        width: 50%;
    }
}

/*New lockton*/
/*Ioannis Galanis*/


p.menu-logo-text {
    display: inline-flex;
    /*margin-left: 0.5em;*/
    font-size: 36px !important;
    /* font: normal normal normal 14px/1 FontAwesome; */
}

/*chk-head-menu --> remove all instances for padding-top 25*/

.chk-logo-link-cen {
    height: 100%;
    float: none;
}

img.chk-logo-link-cen-img {
    width: 24%;
    margin-left: 38%;
}

.chk-menu-login {
    margin-top: 10%;
}

img.chk-logo-link-cen-img {
    width: 18%;
    margin-left: 41%;
}

/*.footer-wrapper-col ul {
    float: right;
}*/

.footer-wrapper-col-child {
    float: right;
    margin-right: 25%;
}

.footer-wrapper {
    /* height: 40% !important; */
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: inherit !important;
}

.w3-col.l10.m10.s10.footer-wrapper-col.footer-notice-col {
    margin-left: 10%;
}

.footer-wrapper-col ul {
    list-style: none;
}

.footer-wrapper-col a {
    text-decoration: none;
}

.footer-wrapper-col li {
    padding-top: 10px;
    font-size: 19px;
    font-weight: bold;
}

    .footer-wrapper-col li:hover {
        text-decoration: underline !important;
    }


span.chk-talk-social-sp.chk-talk-social-l {
    width: 1em !important;
    height: 1em !important;
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
}

span.chk-talk-social-sp.chk-talk-social-r {
    width: 1em !important;
    height: 1em !important;
    padding: 0 !important;
    margin: 0 !important;
}


.chk-talk-social-l svg {
    width: 1em !important;
    height: 1em !important;
    margin: 5px;
    /* background-color: #ffffff; */
}


svg, svg * {
    pointer-events: none;
}

.chk-talk-social-r svg {
    width: 1em !important;
    height: 1em !important;
    margin: 5px;
    /* background-color: #ffffff; */
}

.footer-wrapper-col a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    background-color: #000000;
    font-weight: normal;
}

.chk-talk-social-l path {
    fill: #ffffff;
}

.chk-talk-social-r path {
    fill: #ffffff;
}

.chk-talk-social-sp-col {
    margin-top: 2em;
}

.chk-lockton-text-white {
    color: #fff !important;
}

.chk-lockton-text-white-hover:hover {
    color: #fff !important;
    cursor: pointer !important;
}

.chk-lockton-text-blue {
    color: #00AEEF !important;
}


.chk-lockton-text-blue-hover:hover {
    color: #00AEEF !important;
    cursor: pointer !important;
}

.chk-lockton-text-font {
    font-family: inherit !important;
    font-weight: bold;
}



/*.twiter-path:hover ~ .linkedin-path {
    background: #777776 !important;
}


.linkedin-path:hover ~ .twiter-path {
    background: #777776 !important;
}*/


.chk-talk-social-link:hover path {
    fill: #777776;
    transition: all ease 0.3s;
}

/*.chk-menu-hamburger {
    margin-top: 1em !important;
}*/
.menu-logo-text {
    font-size: 36px !important;
}

/*.chk-hamburger-wrapper {
    margin-left: 3em !important;
}*/

/*.chk-menu-login {
    margin-right: 3em !important;
}*/
/*removed to match amrketing 02/06/2020*/


.chk-lockton-bck-blue {
    background: #00AEEF !important;
}







.chk-lockton-infographic-plain-line-blue {
    width: 10%;
    background: #00AEEF;
    height: 2px;
    margin-left: 45%;
}

div#smallmenu {
    background: black;
    width: 100vw !important;
    max-width: 100%;
    z-index: 99999999;
    font-family: inherit;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: normal;
}


    div#smallmenu li {
        z-index: 99999999;
        font-family: inherit;
        font-weight: 400;
    }

        div#smallmenu li a {
            z-index: 99999999;
            font-family: inherit;
            font-weight: 400;
        }

        div#smallmenu li:hover {
            text-decoration: underline;
        }

        div#smallmenu li a:hover {
            text-decoration: underline;
        }



.chk-lockton-news-insights-right .chk-newsinsights-padlr {
    /* margin-left: 5%; */
    margin-bottom: 5%;
}

    .chk-lockton-news-insights-right .chk-newsinsights-padlr img {
        width: 30%;
        min-width: 15vw;
        height: 116px;
        /*margin-left: 15vw;*/
    }

.w3-col.l5.m12.s12.chk-lockton-news-insights-right {
    margin-left: 5%;
}

.chk-newsinsights-link {
    color: black;
    font-size: 26px;
    font-family: inherit;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: normal;
}

.chk-lockton-font-p-main {
    font-family: inherit !important;
}


.chk-lockton-typography {
    color: #1c1c1b !important;
    font-size: 19px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: normal !important;
}

.chk-newsinsights-link:hover {
    text-decoration: underline !important;
}


.chk-newsinsights-para:hover {
    border: 0 rgba(0, 0, 0, 0.00) solid;
}

.chk-newsinsights-padlr-sell-all-btn {
    display: inline-block;
    width: 15vw;
    background: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    /* height: 40px; */
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    min-width: 64px;
    box-sizing: border-box;
    transition: none;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    letter-spacing: 0.02857em;
    text-transform: none;
    vertical-align: middle;
    /* vertical-align: 2px; */
    justify-content: unsafe;
    text-decoration: none;
}

/*.chk-newsinsights-link-read-more {
    margin-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    background-color: #000000;
    border: 2px solid black;
    color: white;
    font-size: 19px;
    min-width: 64px;
    box-sizing: border-box;
    transition: none;
    font-family: inherit;
    font-weight: 700;
    border-radius: 0;
    letter-spacing: 0.02857em;
    text-transform: none;
}*/


.chk-newsinsights-link-read-more {
    /* background: indianred; */
    border: 2px solid #ccc;
    border-radius: 5px;
    /* background-color: #00AEEF; */
    /* max-width: 180px; */
    /* width: calc((100% / 12) * 4.2) !important; */
    /* min-width: 180px; */
    cursor: pointer;
    background: #00aeef !important;
    /* font-family: Sarabun-Bold; */
    font-size: inherit;
    /* height: 50px !important; */
    padding-top: 14px;
    padding-bottom: 10px;
    color: white;
    /* width: 35%; */
    text-align: center;
    border-radius: 7px;
    padding-left: 0 !important;
    font-weight: 900 !important;
}

    .chk-newsinsights-link-read-more:hover {
        text-decoration: underline;
    }

        /*.chk-newsinsights-link-read-more:hover i.fa.fa-arrow-right {
            transform: translate3d(10px, 0px, 0px);
        }*/


.chk-newsinsights-padlr-main img {
    min-height: 40vh;
    /* height: 30%; */
}


.chk-wrapper.w3-col.chk-offwhite.chk-contact-outer {
    min-height: 65vh;
    margin-left: 4%;
}

.w3-col.l6.chk-contact-img.chk-contact-row-height {
    min-height: 65vh;
    background-position: center;
    /*margin-left: 9%;*/
}

.chk-contact-row-height {
    min-height: 65vh;
}

.chk-contact-title {
    padding-bottom: 2%;
    width: min-content;
    font-size: 72px;
    line-height: 1px;
    line-height: 1;
    margin-top: 20%;
    background-size: 1px 1em;
    display: inline;
    font-family: inherit;
    font-weight: 300;
    line-height: 52px;
    letter-spacing: normal;
}

.chk-contact-head {
    width: min-content;
    box-shadow: inset -20vw -12px 0px 0px #fff, inset 0 -0.31em #33b1e9;
    -webkit-box-shadow: inset 0vw -0.17em 0px 0px #fff, inset 0 -0.31em #33b1e9;
    color: black;
    font-size: 48px;
    font-family: inherit;
    font-weight: 300;
    line-height: 75px;
    letter-spacing: normal;
    font-size: 60px;
}

.chk-contact-text {
    min-height: 65vh;
}

mid.chk-text-grey {
    color: black;
    font-size: 19px;
    font-family: inherit;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: normal;
    font-family: inherit;
}


a.chk-contact-link.chk-contact-para {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    background-color: #000000;
    border: 2px solid black;
    /* padding: 6px 8px; */
    color: white;
    font-size: 19px;
    min-width: 64px;
    box-sizing: border-box;
    transition: none;
    font-family: inherit;
    font-weight: 700;
    /* line-height: 1; */
    border-radius: 0;
    letter-spacing: 0.02857em;
    text-transform: none;
}

    a.chk-contact-link.chk-contact-para:hover {
        color: black;
        background: white;
    }

.chk-newsinsights-padout {
    padding-bottom: 15vh;
}

.chk-smallmenu-inner.chk-lockton-text-white li a {
    padding: 0 8px;
    font-family: inherit;
    margin-bottom: 1.3em;
    font-size: 26px;
}

.chk-smallmenu-inner ul li {
    padding-top: 5vh;
}

#smallmenu ul {
    margin-top: 5%;
}

div#smallmenu li a {
    display: block;
    margin-top: 1%;
}

.cookie-notice-banner {
    background: black;
    position: fixed;
    z-index: 2000;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    border-top: 1px solid #494949;
    -webkit-transition: 1.5s linear all;
    transition: 1.5s linear all;
    margin: 0;
    font-size: 0.875rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    min-height: 12vh;
}

.cookie-notice-banner-active {
    bottom: 0;
    -webkit-transition: 1s linear all;
    transition: 1s linear all;
}

.cookie-notice-banner-message {
    /* max-width: 80%; */
    /* width: 60%; */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* width: 100%; */
    /* max-width: 1440px; */
    padding: 0 40px;
    margin: 0 auto;
    /* position: relative; */
    font-size: 1.5em;
    margin-top: 2%;
}



.cookie-notice-banner-accept {
    display: inline-block;
    width: 15vw;
    background: #ffffff;
    padding-top: 1em;
    padding-bottom: 1em;
    /* padding-bottom: 10px; */
    /* height: 40px; */
    color: #000000;
    text-align: center;
    font-size: 19px;
    min-width: 64px;
    box-sizing: border-box;
    transition: none;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    letter-spacing: 0.02857em;
    text-transform: none;
    vertical-align: middle;
    /* vertical-align: 2px; */
    justify-content: unsafe;
    /* font-family: inherit; */
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    letter-spacing: 0.02857em;
    text-transform: none;
    margin-right: 2%;
}


.cookie-notice-banner-accept {
    display: inline-block;
    width: 15vw;
    background: #ffffff;
    padding-top: 1em;
    padding-bottom: 1em;
    /* padding-bottom: 10px; */
    /* height: 40px; */
    color: #000000;
    text-align: center;
    font-size: 19px;
    min-width: 64px;
    box-sizing: border-box;
    transition: none;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    letter-spacing: 0.02857em;
    text-transform: none;
    vertical-align: middle;
    /* vertical-align: 2px; */
    justify-content: unsafe;
    /* font-family: inherit; */
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    letter-spacing: 0.02857em;
    text-transform: none;
    margin-right: 2%;
    border: 2px solid black;
}

.cookie-notice-banner-see-notice {
    display: inline-block;
    width: 15vw;
    background: #000000;
    padding-top: 1em;
    padding-bottom: 1em;
    /* padding-bottom: 10px; */
    /* height: 40px; */
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    min-width: 64px;
    box-sizing: border-box;
    transition: none;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    letter-spacing: 0.02857em;
    text-transform: none;
    vertical-align: middle;
    /* vertical-align: 2px; */
    justify-content: unsafe;
    /* font-family: inherit; */
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    letter-spacing: 0.02857em;
    text-transform: none;
    margin-right: 2%;
    border: 2px solid white;
}

.cookie-notice-banner-close i {
    margin-top: 1.2em;
    margin-left: 1.2em;
}

.cookie-notice-banner-close {
    font-family: inherit;
    font-size: 2em;
    font-weight: 100;
    /* margin-top: 2vh; */
}

.cookie-notice-banner p {
    cursor: pointer;
}

.cookie-notice-banner div {
    cursor: pointer;
}

.cookie-notice-banner-message {
    cursor: default !important;
}

.cookie-notice-banner-see-notice:hover {
    border-color: black;
    color: black;
    background: white;
}

.cookie-notice-banner-accept:hover {
    border-color: white;
    color: white;
    background: black;
}

.slider-image-show {
    /*animation: slideMoveShow 1s linear 0s;*/
    display: block;
    /*transform: translate3d(0, 0, 0);*/
    /*-webkit-transition: 1s linear all;
    transition: 1s linear all;*/
}

.slider-image-hide {
    /*animation: slideMoveHide 1s linear 0s;*/
    display: none;
    /*transform: translate3d(100%, 0, 0);*/
    /*-webkit-transition: 1s linear all;*/
    /*transition: 1s linear all;*/
}

.hide-element{
    display:none !important;
}

.chk-contact-row-height {
    margin-bottom: 5%;
}

/*@keyframes slideMoveShow
{
    0% { margin-left:-100%;
         display:block;
    }

    100% {
        margin-left:0;
    }
}

@keyframes slideMoveHide {
    0% {
        margin-right: -100%;
       
    }

    50% {
        display: none;
    }

    100% {
        margin-right: 0;
    }
}*/

.chk-lockton-menu-show {
    height: 100% !important;
    transition: 0.5s ease;
    /*animation: slideMoveShow 0.5s normal forwards ease-in-out ;*/
}

.chk-lockton-menu-hide {
    height: 0% !important;
    transition: 0.5s ease;
    /*animation: slideMoveHide 0.5s normal forwards ease-in-out;*/
}

.chk-lockton-slider-image-msg-wrapper.w3-col {
    position: relative;
    bottom: 70px;
}

@keyframes menuSlidingShow {
    from {
        height: 0% !important;
        display: block;
    }

    to {
        height: 100% !important;
        display: block;
    }
}

@keyframes menuSlidingHide {
    from {
        height: 100% !important;
        display: block;
    }

    to {
        height: 0% !important;
        display: none;
    }
}


.chk-lockton-logo-upper-animate {
    margin-top: 12px;
    transition: 0.15s ease;
}


.chk-lockton-logo-lower-animate {
    visibility: hidden;
    transition: 0.05s ease;
}

.chk-locton-header-animate-reduce {
    height: 95px !important;
    transition: 0.15s ease;
}

.chk-lockton-logo-upper-wrapper-animate {
    margin-bottom: 0;
    margin-top: 12px !important;
    transition: 0.1s ease;
}

header {
    opacity: 1 !important;
}

.cookie-notice-banner.cookie-notice-banner-active {
    border-top: 1.5px solid #494949;
    z-index: 999999999999;
}

.chk-contact-outer {
    background-color: #fff !important;
}





.w3-auto {
    font-family: inherit;
}
/* removed on 12/02/2020
    .chk-lockton-page-header {
    background-color: black;
}
.Lockton-h1 {
    font-family: inherit;
    font-weight: 300;
    letter-spacing: normal;
}
*/
.chk-lockton-page-header {
    background-color: white;
}

.Lockton-h1 {
    font-family: inherit;
    font-weight: 300;
    letter-spacing: normal;
    color: black;
    width: fit-content;
    padding-right: 5;
    box-shadow: inset -20vw -12px 0px 0px #fff, inset 0 -0.31em #33b1e9;
    -webkit-box-shadow: inset 0vw -0.17em 0px 0px #fff, inset 0 -0.31em #33b1e9;
    color: black;
    font-size: 60px;
    font-family: inherit;
    font-weight: 300;
    line-height: 75px;
    letter-spacing: normal;
    /* margin-left: 30%; */
}

.Lockton-h2 {
    font-family: inherit;
    font-weight: 300;
    letter-spacing: normal;
    color: black;
    padding-right: 5;
    color: black;
    font-size: 48px;
    font-family: inherit;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: normal;
    margin-left: -15px;
    /* margin-left: 30%; */
}

.Lockton-h1-black {
    font-family: inherit;
    font-weight: 300;
    letter-spacing: normal;
    color: black;
    width: fit-content;
    padding-right: 5;
    box-shadow: inset -20vw -12px 0px 0px #1c1c1b, inset 0 -0.31em #33b1e9;
    -webkit-box-shadow: inset 0vw -0.17em 0px 0px #1c1c1b, inset 0 -0.31em #33b1e9;
    color: black;
    font-size: 48px;
    font-family: inherit;
    font-weight: 300;
    line-height: 90px;
    letter-spacing: normal;
    font-size: 72px;
}

.Lockton-h3 {
    font-family: inherit;
    font-weight: 300;
    letter-spacing: normal;
    color: black;
}


.Lockton-p {
    font-family: inherit;
}

.Lockton-body {
    font-family: "inherit";
}

.Lockton-a {
    color: #00AEEF;
}

.formbutton {
    width: 100%;
}

.chk-Lockton-Btn {
    background-color: #00AEEF;
    font-family: inherit;
}

#contactUsForm label {
    font-family: inherit;
    color: black;
}

#contactUsForm input {
    font-family: inherit;
    color: black;
}

.person-col {
    background-color: black !important;
}

.footer-logo-wrapper-col {
    margin-top: 30% !important;
}

    .footer-logo-wrapper-col img {
        margin-left: 5vw;
        max-width: 200px;
    }

.chk-newsinsights-para {
    padding-left: 0;
    padding-right: 0;
}

.w3-row.chk-lockton-text-white {
    margin-bottom: 5%;
}

.chk-infographic-text {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 36px;
}

header .w3-row.chk-lockton-text-white {
    margin-bottom: 0 !important;
}

.w3-col.l4.m6.s6.chk-lockton-slider-img-count p {
    display: table-cell;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    pointer-events: none;
    margin-bottom: 10px !important;
}

.w3-col.l4.m4.s4.chk-lockton-slider-col-left.chk-lockton-bck-blue svg {
    width: 2em;
    height: 3em;
    fill: white;
}

html {
    width: 100vw !important;
}

body {
    width: 100vw !important;
}

header {
    width: 100vw !important;
    height: 120px;
}

.header-menu-wrapper-outer {
    margin-left: 4.22%;
}

.chk-lockton-text-white-hover.menu-logo-text {
    font-size: 19px !important;
}

.chk-head-bar-item {
    margin-top: 5%;
}

.chk-menu-login {
    margin-top: 30px;
}

#menuSymbolLink {
    margin-right: 8px;
    height: 46px;
    font-size: 19px;
    box-sizing: border-box;
    transition: none;
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    letter-spacing: 0.02857em;
    text-transform: none;
}

.chk-lockton-slider-img-count {
    height: 60%;
    margin-top: 15px;
}

.chk-head.w3-text-white.w3-bar.chk-locton-menu-logo.chk-head-links.chk-animate-opacity {
    width: 80%;
    margin-left: calc( (100% - 200px) / 2);
}

img.chk-logo-link-cen-img {
    width: 100%;
    max-width: 200px;
    margin-left: 0;
}

.chk-lockton-slider-img-selector svg {
    fill: white;
    height: 2.5em;
    width: 2.5em;
}

.w3-col.l4.m4.s4.chk-lockton-slider-col-left.chk-lockton-bck-blue {
    height: 642px !important;
}

/*.chk-lockton-slider-img-details-link-inner:hover {
    text-decoration: none !important;
}*/
.chk-lockton-slider-img-details-link-outer {
    color: white !important;
    background: black !important;
    text-decoration: none !important;
}

    .chk-lockton-slider-img-details-link-outer:hover {
        color: black !important;
        background-color: white !important;
        border: 2px solid black !important;
        text-decoration: none !important;
    }
/*lockton slider-mobiles*/
@media all and (max-width:980px) and (min-width:600px) {
    .chk-head.w3-text-white.w3-bar.chk-locton-menu-logo.chk-head-links.chk-animate-opacity {
        margin-top: 30px;
    }
}


.w3-row.chk-lockton-slider-img-wrapper.slider-image-show {
    height: 100%;
}

.chk-contact-head {
    width: unset !important;
}



/*lockton slider-mobiles*/
@media (max-width:1280px) {

    .chk-lockton-slider-col-left {
        width: 275px !important;
    }

    .chk-lockton-slider-img-details {
        width: 350px !important;
    }

    .w3-col.l9.m9.s9.chk-lockton-slider-col-right {
        width: calc(100% - 275px ) !important;
    }

    .chk-lockton-slider-img-details-head {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .chk-lockton-slider-image-msg {
        margin-left: 0 !important;
    }

    .w3-row.chk-lockton-slider-img-selector {
        left: 60px !important;
    }
}

@media (min-width: 1281px) {

    .w3-col.l9.m9.s9.chk-lockton-slider-col-right {
        width: calc(100% - 420px ) !important;
    }

    .chk-lockton-slider-col-left {
        width: 420px !important;
    }

    .chk-lockton-slider-img-details {
        width: 490px !important;
    }
}
/*@media (min-width:1280px) {

    .chk-lockton-slider-col-left {
        width: 275px !important;
    }
    
}*/
.chk-lockton-slider-img-details-link {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.chk-contact-title div {
    max-width: fit-content;
}

@media (max-width:800px) {
    .w3-col.l4.m4.s4.chk-lockton-slider-col-left.chk-lockton-bck-blue {
        height: 431px !important;
    }

    .w3-col.l4.m4.s4.chk-lockton-slider-col-left.chk-lockton-bck-blue {
        width: 100% !important;
        padding-bottom: 40px !important;
    }

    .chk-lockton-slider {
        height: 1020px !important;
    }

    .chk-lockton-slider-col-right {
        width: 100vw !important;
        height: 460px !important;
    }

    .w3-row.chk-lockton-slider-img-wrapper.slider-image-show {
        height: 100% !important;
        height: 460px !important;
        width: 100vw !important;
    }

    img.chk-lockton-slider-image {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 460px !important;
        position: relative !important;
    }

    .w3-row.chk-slider-wrapper {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .w3-row.chk-slider-wrapper {
        width: 100% !important;
    }

    .w3-row.chk-slider-wrapper {
        height: 900px !important;
        margin-left: 0 !important;
    }

    .w3-row.chk-lockton-slider-img-details {
        width: 95% !important;
        height: 354px !important;
        transform: rotate(0deg) !important;
        position: relative !important;
        bottom: 120px;
        bottom: px !important;
        left: 2.5% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

    .chk-lockton-slider-img-details-head {
        font-size: 30px !important;
        width: 70% !important;
        line-height: 52px !important;
        margin-top: 10% !important;
    }

    .chk-lockton-slider-img-details-strip {
        border-right: unset !important;
    }

    .w3-row.chk-slider-wrapper {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .w3-row.chk-lockton-slider-img-selector {
        height: 70px !important;
        width: 50% !important;
        left: 130px !important;
        position: relative !important;
        left: 40% !important;
        bottom: 100px !important;
        top: unset !important;
    }

    .chk-lockton-slider-img-count {
        height: 60% !important;
        margin-top: 5px !important;
        /* margin-left: 1%; */
        width: 20% !important;
    }

    .w3-col.l4.m3.s3.chk-lockton-slider-img-prev {
        width: 20% !important;
    }

    .chk-lockton-slider-image-msg-wrapper.w3-col {
        display: none;
    }
}

@media (max-width: 680px) {
    .chk-contact-head {
        font-size: 36px !important;
        line-height: 48px !important;
    }

    .chk-contact-title div:nth-child(1) {
        padding-right: 5% !important;
    }
}

@media (max-width: 960px) {
    a.chk-newsinsights-padlr-sell-all-btn {
        margin-left: 30%;
        width: 30% !important;
    }
   

    .chk-contact-head {
        font-size: 48px !important;
        line-height: 62px !important;
    }

    .chk-contact-title div:nth-child(1) {
        padding-right: 5% !important;
    }

    .footer-logo-wrapper-col img {
        margin-left: 35% !important;
    }
}


@media (max-width:600px) {
    a.chk-newsinsights-padlr-sell-all-btn {
        margin-left: 5%;
        width: 90% !important;
    }

    .chk-head.w3-text-white.w3-bar.chk-locton-menu-logo.chk-head-links.chk-animate-opacity {
        width: 100%;
        margin-left: 0%;
    }

    .menu-logo-text {
        display: none !important;
    }

    .chk-logo-link-cen-img {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .chk-lockton-logo-upper {
        width: 100% !important;
    }

    .chk-lockton-logo-lower {
        width: 100% !important;
    }



    .chk-menu-login {
        margin-top: 0 !important;
    }

    .chk-head-padlock {
        font-size: 36px !important;
    }

    .header-menu-wrapper-outer {
        padding-top: 20px !important;
    }

    .chk-lockton-logo-upper-animate {
        margin-top: 10% !important;
        margin-bottom: 0 !important;
        transform: scale(1.0) !important;
    }

    .chk-lockton-slider-img-count {
        width: 30% !important;
    }

    .chk-wrapper.w3-col.w3-black.footer-wrapper {
        /*height: 1060px !important;*/
    }

    footer .w3-hide-small {
        display: block !important;
    }

    .footer-wrapper-col-child {
        float: right !important;
        margin-right: 75% !important;
    }

    .w3-col.l3.m3.s12.footer-logo-wrapper-col {
        margin-left: 30% !important;
    }
}


.footer-menu-col a {
    font-weight: bold;
}

/*lockton style form*/

.chk-lockton-form label {
    font-family: inherit !important;
    color: black !important;
}

.chk-lockton-form-title {
    background-color: #00AEEF !important;
    color: white !important;
    font-family: inherit !important;
}

.chk-lockton-form h3 {
    font-family: inherit !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    color: black !important;
}

.chk-lockton-form .chk-text-box {
    font-family: inherit !important;
}

.chk-lockton-form input {
    font-family: inherit !important;
}

.chk-lockton-form .builder-row-title {
    /*background-color: #00AEEF !important;
    color: white !important;
    font-family: inherit !important;*/
    line-height: 75px;
    margin-left: 5%;
    font-size: 60px;
    max-width: fit-content;
    box-shadow: inset -20vw -12px 0px 0px #fff, inset 0 -0.31em #33b1e9;
    -webkit-box-shadow: inset 0vw -0.17em 0px 0px #fff, inset 0 -0.31em #33b1e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: inherit;
    background: #ffffff !important;
}

/*.builder-row-title {
    line-height: 90px;
    margin-left: 5%;
    font-size: 72px;
    max-width: fit-content;
    box-shadow: inset -20vw -12px 0px 0px #fff, inset 0 -0.31em #33b1e9;
    -webkit-box-shadow: inset 0vw -0.17em 0px 0px #fff, inset 0 -0.31em #33b1e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family:inherit;
    background: #ffffff !important;
}*/

.chk-lockton-form button {
    background-color: #00AEEF !important;
    font-family: inherit !important;
    color: white !important;
    margin-left: 0 !important;
}


@media (max-width:990px) {

    .chk-lockton-form textcontent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

 

@media (max-width:990px) {

    .chk-lockton-form .formbutton-wrapper {
        margin-left: 37% !important;
    }
}

@media (max-width:600px) {
    .chk-lockton-form .formbutton-wrapper {
        margin-left: 16% !important;
    }
}


/*builder*/

img.builder-page-image-top {
    width: 100%;
}


/*.builder-row-title {
    max-width: fit-content;
    box-shadow: inset -20vw -12px 0px 0px #fff, inset 0 -0.31em #33b1e9;
    -webkit-box-shadow: inset 0vw -0.17em 0px 0px #fff, inset 0 -0.31em #33b1e9;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family:inherit;
    background: #ffffff !important;
    margin-left: 40%;
}*/


/*.builder-row-title {
    line-height: 90px;
    margin-left: 5%;
    font-size: 72px;
    max-width: fit-content;
    box-shadow: inset -20vw -12px 0px 0px #fff, inset 0 -0.31em #33b1e9;
    -webkit-box-shadow: inset 0vw -0.17em 0px 0px #fff, inset 0 -0.31em #33b1e9;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family:inherit;
    background: #ffffff !important;
}*/


.builder-row-title {
    line-height: 75px;
    margin-left: 5%;
    font-size: 60px;
    max-width: fit-content;
    box-shadow: inset -20vw -12px 0px 0px #fff, inset 0 -0.31em #33b1e9;
    -webkit-box-shadow: inset 0vw -0.17em 0px 0px #fff, inset 0 -0.31em #33b1e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: inherit;
    background: #ffffff !important;
}


.chk-lockton-link {
    font-weight: bold;
    text-decoration: none;
    color: #00AEEF;
    cursor: pointer !important;
}

    .chk-lockton-link:hover {
        text-decoration: underline;
    }

.chk-builder-row-html {
    font-family: inherit;
    font-weight: normal;
    /* font-size: 20px; */
}

.l8 .chk-builder-row-html {
    font-size: 24px;
}

.m8 .chk-builder-row-html {
    font-size: 24px;
}

.l7 .chk-builder-row-html {
    font-size: 24px;
}

.m7 .chk-builder-row-html {
    font-size: 24px;
}

.l6 .chk-builder-row-html {
    font-size: 24px;
}

.m6 .chk-builder-row-html {
    font-size: 24px;
}

.l4 .chk-builder-row-html {
    font-size: 24px;
}

.m4 .chk-builder-row-html {
    font-size: 24px;
}

.l3 .chk-builder-row-html {
    font-size: 20px;
}

.m3 .chk-builder-row-html {
    font-size: 20px;
}

.l2 .chk-builder-row-html {
    font-size: 20px;
}

.m2 .chk-builder-row-html {
    font-size: 20px;
}

.l8 .chk-builder-row-text {
    font-size: 24px;
}

.m8 .chk-builder-row-text {
    font-size: 24px;
}

.l7 .chk-builder-row-text {
    font-size: 24px;
}

.m7 .chk-builder-row-text {
    font-size: 24px;
}

.l6 .chk-builder-row-text {
    font-size: 24px;
}

.m6 .chk-builder-row-text {
    font-size: 24px;
}

.l4 .chk-builder-row-text {
    font-size: 24px;
}

.m4 .chk-builder-row-text {
    font-size: 24px;
}

.l3 .chk-builder-row-text {
    font-size: 20px;
}

.m3 .chk-builder-row-text {
    font-size: 20px;
}

.l2 .chk-builder-row-text {
    font-size: 20px;
}

.m2 .chk-builder-row-text {
    font-size: 20px;
}

.chk-builder-cell-calligraphy {
    background: #00AEEF;
    color: white;
    height: fit-content;
}

.chk-builder-row-html {
    max-width: 80%;
    margin-left: 10%;
    font-family: inherit;
}

.chk-builder-cell-calligraphy .chk-builder-row-html {
    font-family: inherit;
    max-width: 80%;
    height: max-content;
    /* text-align: left; */
    /* background: #00AEEF; */
    font-size: 40px;
    /* line-height: 100px; */
    display: flex;
    margin-left: 10% !important;
}

.chk-builder-cell-calligraphy {
    background: #00AEEF;
    color: white;
    height: 100%;
}

.chk-builder-row-text {
    width: 80%;
    margin-left: 10%;
}



button.chk-builder-row-btn {
    background-color: #00AEEF;
    font-family: inherit;
    border-radius: 5px;
    color: #fff;
    margin: 2%;
    /* font-size: 16px; */
}

@media (max-width:600px) {
    .chk-builder-row-img {
        width: calc(100% - 10px) !important;
        /* margin-left: 5px; */
        min-height: 30vh !important;
        padding-bottom: 50px;
        /*object-fit:cover;*/
    }

    .message-info-row .w3-cell {
        display: table-cell !important;
    }


    .w3-cell[data-type="html"] {
        width: calc(92vw - 5px);
    }

    [data-type="counter"] {
        width: calc(100% - 10px);
    }

    button.chk-builder-row-btn {
        width: 80vw;
    }

    div#colone {
        overflow-x: auto;
    }
}


.chk-builder-row-html p {
    color: black;
}


button.chk-builder-row-btn:hover {
    background: black;
    border: 1px solid white;
}

/*fix for cream background*/
.chk-offwhite {
    background-color: white !important;
}

.chk-offwhite {
    background-color: white !important;
}
form input:not([type="button"]) {
    border: solid 1px black !important;
}

form .contactselect {
    /*border: 1px black solid;*/
}

form textarea {
    border: black 1px solid !important;
}

#contactUsForm h3 {
    text-decoration: underline !important;
    /* border-bottom: solid 2px; */
}

.sSeparator {
    background-color: #00AEEF;
    height: 2px;
    width: 20%;
    margin-left: 5%;
    margin-top: 5%;
}

.chk-lockton-spacer50 {
    height: 50px !important;
}

/*form cols styles*/

.form-col-80 {
    margin-left: 16.5%;
}

.required-text-wrapper {
    margin-left: 25%;
}

@media (max-width:600px) {
    .form-col-80 {
        margin-left: unset !important;
    }

    .required-text-wrapper {
        margin-left: 15% !important;
    }
}


a.chk-newsinsights-padlr-sell-all-btn:hover {
    color: black;
    background: white;
    border: solid black 2px;
}

.chk-lockton-text-blk {
    color: #1c1c1b !important;
    font-size: 19px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: normal !important;
}




.lockton-form-table-header-row div {
    border: 1px solid #060606 !important;
    background: #00AEEF !important;
    color: white;
}

.lockton-form-table-body-row div:first-child {
    border-right: 1px solid black;
}

.lockton-form-table-body-row {
    border: 1px black solid;
}

    .lockton-form-table-body-row div {
        border-right: 1px solid #00AEEF !important;
    }

select.forminput.lockton-form-select {
    border: 1px solid black;
}

/*.lockton-form-table-header-row div:last-child {
    width: 70% !important;
}*/

 
 

label.contactlabel:not(.contactlabelreq):after {
    content: "*";
    order: 1;
    font-size: 200%;
    color: transparent;
}

.builder-row-title.builder-row-title-order-2 {
    padding-left: 2%;
    /* padding: 0; */
    /* margin-right: 10px; */
    margin-left: 0 !important;
    /* width: max-content; */
}

@media (max-width:1510px) {
    .builder-row-title.builder-row-title-order-2 {
        padding-left: 0% !important;
        /* padding: 0; */
        /* margin-right: 10px; */
        margin-left: 5% !important;
        /* width: max-content; */
    }
}

form.chk-lockton-form w3-cell {
    font-family: inherit !important;
    color: black !important;
}

.builder-row-small-title {
    margin-left: 5%;
    font-size: 32px;
    font-weight: bold;
}

.lockton-form-table-body-row div:first-child {
    border-right: 1px solid black;
    color: white !important;
    background: black;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white !important;
}

label.lockton-form-table-body-row-label {
    font-family: inherit !important;
    color: white !important;
}

.lockton-form-table-table-row-inner .forminput {
    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.form-builder-box-hide {
    display: table-cell;
    display: none;
    height: 0% !important;
    opacity: 0 !important;
}

.form-builder-box-show {
    display: table-cell;
    height: 100% !important;
    opacity: 100 !important;
    transition: all ease 0.6s;
}

div#parentCompanyDiv .textcontentMemb {
    margin-left: 17%;
}

div#associateCompanyDiv .textcontentMemb {
    margin-left: 17%;
}

 
span.membership-provider-span {
    display: block;
    text-align: left;
    padding-top: 18%;
    position: relative;
    left: 30%;
}

span.membership-category-span {
    display: block;
    text-align: left;
    padding-right: 5%;
    position: relative;
    width: 100%;
    left: 30%;
    top: -20%;
    margin-top: -26%;
    background: transparent !important;
}

.lockton-form-table-header-row-inner .w3-cell:first-child {
    background: transparent !important;
}


.lockton-form-table-header-row-inner .w3-cell:first-child {
    background: black !important;
    border-left: solid 0em transparent !important;
    border-right: solid 0em #ffffff00 !important;
    border-bottom: 1em solid #ff000000 !important;
    border-top: 3em solid #00AEEF !important;
}


.membership-mobile-category-label {
    margin-right: 4%;
    height: 60px;
    margin-top: 1%;
    display: none;
}



@media (max-width:600px) {
    .membership-mobile-category-label {
        display: block !important;
    }

    .lockton-form-table-header-row-inner-top {
        display: none !important;
    }
}

.membership-mobile-category-label.w3-col.s3 {
    background: #00AEEF !important;
    margin-left: 5%;
}

p.margin_min_12_box {
    margin-top: -12px;
}

.padding_top_50 {
    padding-top: 50px;
}


 

    .chk-lockton-search-companies-checkbox input {
        height: 24px;
        width: 24px;
        display: table-cell;
    }


 
 

@media (max-width:980px) {
    .cookie-banner-right-col {
        margin-left: 25%;
    }

    .cookie-notice-banner-accept {
        width: 160px;
    }

    .cookie-notice-banner-see-notice {
        width: 160px;
    }
}

@media (max-width:600px) {
    .cookie-banner-right-col {
        margin-left: 8%;
    }

    .cookie-notice-banner-close {
        bottom: 33% !important;
        /* float: right; */
        position: fixed !important;
        left: 84% !important;
    }

    .cookie-notice-banner-accept {
        width: 80%;
    }

    .cookie-notice-banner-see-notice {
        width: 80%;
    }
}

@media (max-width:320px) {
    .cookie-notice-banner-close {
        bottom: 38%;
        /* float: right; */
        position: fixed;
        left: 77%;
    }
}


.addItemContainer-disabled {
    display: none;
}

.addItemContainer-enabled {
    display: table-cell;
}

.addItemContainer.addItemContainer-enabled {
    margin-bottom: 25px;
    border: 1.5px solid black;
    border-radius: 4px;
    max-width: calc((100% / 12) * 11);
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.chk-lockton-company-container-header-cell {
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
    color: black;
}

    .chk-lockton-company-container-header-cell i {
        font-size: 19px;
        padding: 3px;
    }

    .chk-lockton-company-container-header-cell .fa-trash-alt {
        color: #00AEEF;
        background: white;
        width: 50%;
    }

.delay-width-100 {
    background: #e8e860 !important;
    color: black !important;
    width: 100% !important;
    cursor:pointer;
    transition: all ease 0.4s;
}

.chk-lockton-company-container-header-cell .fa-edit {
    color: #00AEEF;
}

.chk-lockton-company-container-header-cell i:hover {
    border: 1px solid black;
}


.chk-lockton-company-container-cell {
 
    font-size: 16px;
    font-weight: bold;
    color: black;
}


.chk-lockton-company-container-header-cell[data-type="name"]:after {
    content: "*";
    order: 1;
    color: #00AEEF;
}

.chk-lockton-company-container-header-cell[data-type="address"]:after {
    content: "*";
    order: 1;
    color: #00AEEF;
}

.chk-lockton-company-container-cell {
    width: 99%;
}

.chk-lockton-company-container-cell {
    cursor: pointer;
}

.chk-lockton-company-container-cell-editing {
    background: #00AEEF47 !important;
}

div#applicationForContainer chk-text-black {
    font-weight: bold !important;
}

div#applicationForContainer i {
    color: #00AEEF;
    cursor: pointer;
}

.formcheckbox.chk-lockton-form-radio-btn {
    margin-left: 6%;
    width: 20px;
    height: 20px;
    /* padding-top: 20px; */
    /* margin-top: 7px; */
}

.chk-lockton-tooltip {
    font-size: 14px;
    font-weight: normal;
}
.tool-tip-info-body li {
    padding-bottom: 10px;
}
.chk-lockton-tooltip {
    background: #ffffff;
    border-radius:5px;
    color: black;
    border: 1px;
    border: #00AEEF 4px solid !important;
    /* padding: 20px; */
    position: absolute;
    padding-left: 14px;
    margin-left: 20px;
    max-width: 60vw;
    left: 10%;
}
.chk-lockton-tooltip {
    z-index: 99;
    padding-right: 15px;
}
.chk-lockton-tooltip-hide {
    display: none !important;
}

.chk-lockton-tooltip:before {
    content: '';
    position: absolute;
    left: -22px;
    z-index: 999999;
    height: 20px;
    width: 20px;
    top: -4px;
    transform: rotate(90deg);
    border-style: solid;
    border-width: 9px;
    border-color: #00AEEF transparent transparent #00AEEF;
}

.tool-tip-info-body div:first-child {
    text-align: center;
    font-size: 19px;
    /* text-decoration: underline !important; */
}

.tool-tip-info-body {
    max-width: calc((100% / 12) * 12);
}
.chk-lockton-tooltip {
    font-size: 14px;
    font-weight: normal;
}
/*Progress bar*/


.progress-bar {
    z-index: 1;
    height: 30vh;
    width: 54px;
    /* background: #121212; */
    position: fixed;
    top: 180px;
    right: 1%;
}

.progress-bar-inner {
    height: 220px;
    width: 5px;
    left: 22px;
    background: #121212;
    position: absolute;
    /* display: table-column; */
}

.progress-bar-inner-fill {
    height: 0px;
    width: 10px;
    left: 22px;
    background: blue;
    z-index: 9999;
    position: absolute;
    /* display: table-column; */
}

.point {
    position: relative;
    margin-left: 13px;
    margin-bottom: 14px;
    width: 25px;
    background: black;
    height: 25px;
    border-radius: 50%;
    top: 0;
    border: 2px #00AEEF solid;
}



span.stage {
    color: white;
    margin-left: 6px;
    margin-top: 5px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    z-index: 9999999;
}

.point.current-point {
    width: 40px;
    background: #00AEEF;
    height: 40px;
    margin-left: 6px;
    border: 2px solid black;
}

.point:before {
    position: absolute;
    content: attr("data-name");
    font-weight: bold;
    right: 30px;
    font-size: 20px;
    z-index: 9999999;
}

.current-point .stage {
    font-size: 26px;
    margin-left: 10px;
}

.point.current-point:before {
    position: absolute;
    content: attr("data-name");
    font-weight: bold;
    right: 49px;
    font-size: 32px;
    z-index: 9999999;
}

@media (max-width:960px) and (min-width:601px) {
    .Lockton-h1 {
        font-size: 48px !important;
        line-height: 1.08 !important;
    }

    .Lockton-h2 {
        font-size: 48px !important;
        line-height: 1.08 !important;
    }

    h1 {
        font-size: 48px !important;
        line-height: 1.08 !important;
    }
    h2 {
        font-size: 48px !important;
        line-height: 1.08 !important;
    }

    .builder-row-title {
        font-size: 48px !important;
        line-height: 1.08 !important;
    }


    .chk-lockton-form .Lockton-h1 {
        font-size: 48px !important;
        line-height: 1.08 !important;
    }

    .chk-lockton-form .builder-row-title {
        font-size: 48px !important;
        line-height: 1.08 !important;
    }
}

.progress-bar .point:first-of-type:not(.current-point) ~ .progress-bar-inner {
    top: 10px !important;
}

@media (max-width:600px ) {
     
    .Lockton-h1 {
        font-size: 36px !important;
        line-height: 45px !important;
    }

    .Lockton-h2 {
        font-size: 36px !important;
        line-height: 45px !important;
    }
    h1 {
        font-size: 36px !important;
        line-height: 45px !important;
    }

    h2 {
        font-size: 36px !important;
        line-height: 45px !important;
    }
    .builder-row-title {
        font-size: 36px !important;
        line-height: 45px !important;
    }

    .chk-lockton-form .Lockton-h1 {
        font-size: 36px !important;
        line-height: 45px !important;
    }

    .chk-lockton-form .builder-row-title {
        font-size: 36px !important;
        line-height: 45px !important;
    }
}






.chk-lockton-form .hidden {
    display: none !important;
}

.chk-lockton-form .errorDisplay {
    display: flex;
    font-size: 12px;
    font-weight: 900;
    font-style: italic;
    color: #000000;
}

/*.chk-lockton-form .errorDisplay::before {
        content: '\2022';
        color: #121212;
    }*/

.hide-form-builder-row {
    display: none;
}



.chk-form-top-msg {
    font-size: 19px;
    color: black;
    font-weight: bold;
}

.chk-lockton-form button[data-purpose="SearchCompanies"] {
    margin-top: 45px;
}

.chk-wrapper.terms-condiitons-file-row.w3-col {
    color: black !important;
}

.terms-conditions-area .formcheckbox {
    height: 25px;
    width: 25px;
   
    /* padding-top: 4px; */
}

.terms-conditions-area .chk-form-top-msg {
    font-size: 19px !important;
}


 
.membershipHolderDetailsBox-hide {
    display: none;
    height: 0;
}

.membershipHolderDetailsBox-show {
    display: unset !important;
    height: unset !important;
    transition: all ease 0.5s;
}


#step5 #infotext {
    font-size: 19px;
}

#step5 .formcheckbox[name="SecurityAgreed"] {
    width: 30px;
    height: 30px;
}

#step6 .applicationDeclarationText {
    font-size: 19px;
    color: black;
    font-weight: inherit;
}

    #step6 .applicationDeclarationText .formcheckbox {
        width: 30px;
        height: 30px;
    }

.membershipApplicationCompletionMessage.textcontent.chk-offwhite {
    min-height: 70vh;
    position: relative;
    top: 35vh;
    font-size: 30px;
    max-width: 90%;
}



@media (max-width:1280px) {
    .chk-lockton-slider-img-details-head {
        font-size: 32px !important;
        line-height: 36px !important;
    }
}


@media (min-width:1280px) {
    .chk-lockton-slider-img-details-head {
        font-size: 48px !important;
        line-height: 52px !important;
    }
}

@media (min-width:1280px) {
    .chk-lockton-slider-img-details-head {
        font-size: 48px !important;
        line-height: 52px !important;
    }
}


@media (min-width:600px) {
    .chk-lockton-slider-img-details-head {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
}



.chk-lockton-news-container-bottom {
    position: relative !important;
}

.button-effects-loading {
    position: relative;
}

.overlayEffectActive {
    position: fixed;
    height: 100%;
    background: black;
    opacity: 0.8;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all cubic-bezier(0.83, 0.45, 1, 1) 0.3s;
}

.button-effects-loading-success {
    background-color: #00e83c !important;
}

.chk-lockton-hero-img {
    padding-top: 90px;
    background: black;
}


/**]global media when screen width is at least 2001px*/
@media (min-width:2001px) {
    .header-menu-wrapper-outer {
        margin-left: 0 !important;
    }

    .chk-head-menu {
        padding-right: 0px;
    }

    .chk-head-bar-item {
        padding: unset !important;
    }

    .header-menu-wrapper-outer {
        width: 100% !important;
    }

    .textcontent {
        padding: 0 !important;
    }

    .chk-menu-login {
        padding: 0 !important;
    }

    .builder-page-image-top {
        width: 100% !important;
        padding-left: unset !important;
        padding-right: unset !important;
    }

    .w3-row.chk-slider-wrapper {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.chk-builder-row-html {
    max-width: 95%;
    margin-right: unset !important;
    margin-left: unset !important;
    font-family: inherit;
    padding-left: 5%;
}

.chk-builder-row-html {
    font-size: 19px !important;
}

.chk-builder-row-text {
    font-size: 19px !important;
}

.chk-builder-row-img {
    font-size: 19px !important;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 100%;
}

.header-menu-wrapper-outer {
    margin-left: 0 !important;
}

@media (min-width:1281px) and (max-width:2000px) {
    a.chk-lockton-text-white-hover.chk-head-bar-item.w3-button.w3-hover-none.w3-center {
        margin-left: 10px;
    }
}

@media (max-width:600px) {
    div#smallmenu {
        margin-top: 40px !important;
        padding-left: 20px !important;
    }
}


@media () {
}

@media (min-width:601px) and (max-width:2000px) {
    div#smallmenu {
        margin-top: 40px !important;
        padding-left: 20px !important;
    }
}

.chk-head-padlock-txt-animate {
    visibility: hidden !important;
}

/* footer updates */
.footer-wrapper-col ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.footer-wrapper-col ul {
    padding-inline-start: 40px;
}
/* make this the same as the padding on the content */

.chk-talk-social-l svg {
    margin: 5px;
    margin-left: 0 !important;
}

@media (min-width:601px) {
    .chk-talk-social-l svg {
        margin-left: 5px;
    }
}

@media (min-width:993px) {
    .chk-talk-social-l svg {
        margin-left: 5px;
    }
}

.footer-wrapper-col-childv2 {
    float: left;
    margin-right: 0;
    padding-left: 40px;
}

@media (min-width:601px) {
    .footer-wrapper-col-childv2 {
        float: right !important;
        padding-right: 40px;
    }
}

@media (min-width:993px) {
    .footer-wrapper-col-childv2 {
        float: right !important;
        padding-right: 40px;
    }
}

.lockton-logo-ft {
    width: 100%;
    text-align: center;
}

@media (min-width:601px) {
    .lockton-logo-ft {
        padding-right: 40px;
    }
}

@media (min-width:993px) {
    .lockton-logo-ft {
        padding-right: 40px;
    }
}

.lockton-logo-ft img {
    width: 100%;
    max-width: 200px;
}

@media (min-width:601px) {
    .lockton-logo-ft img {
        width: 200px;
        float: right;
    }
}

@media (min-width:993px) {
    .lockton-logo-ft img {
        width: 200px;
        float: right;
    }
}

.lockton-ft-smalltext {
    padding: 40px;
}

@media (min-width:993px) {
    .lockton-ft-smalltext {
        padding: 40px;
    }
}


.chk-menu-maximized-padding {
    padding-right: 12px !important;
    padding-left: 12px !important;
}


.chk-menu-maximized-padding-header {
    padding-right: 12px !important;
    margin-left: 12px !important;
}

@media (max-width:600px) {
    .w3-row.chk-lockton-slider-img-selector {
        left: 35% !important;
    }

    .chk-lockton-slider-img-count {
        margin-top: 15px !important;
        margin-left: 5px;
    }

    .chk-lockton-slider-img-details-head {
        width: 60% !important;
    }

    .chk-lockton-slider-img-prev {
        width: 24% !important;
    }
}


.chk-icon-board {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width:601px) {
    .chk-icon-board {
        height: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (min-width:993px) {
    .chk-icon-board {
        height: 200px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.chk-icon-board-cell {
    display: block;
}

@media (min-width:601px) {
    .chk-icon-board-cell {
        display: table-cell;
    }
}

.chk-icon-board-icon {
    font-size: 48px;
}

.chk-icon-board-back-1 {
    background-color: black;
    color: white;
}

.chk-icon-board-back-2 {
    background-color: white;
    color: black;
}

.chk-icon-board-back-l {
    background-color: black;
    color: white;
}

.chk-icon-board-back-r {
    background-color: white;
    color: black;
}

.chk-icon-center {
    text-align: center;
}

@media (min-width:601px) {
    .chk-icon-board-wrap-width {
        max-width: 1000px;
    }

    .chk-icon-board-wrap-left {
        margin-left: auto;
    }

    .chk-icon-board-wrap-right {
        margin-right: auto;
    }

    .chk-icon-board-wrap-top {
        border-top: 1px solid white;
    }

    .chk-icon-board-wrap-bottom {
        border-bottom: 1px solid white;
    }

    .chk-icon-board-back-l {
        background-color: white;
        color: black;
    }

    .chk-icon-board-back-r {
        background-color: black;
        color: white;
    }
}

@media (min-width:2001px) {
    .chk-icon-board-wrap-left {
        border-left: 1px solid white;
    }

    .chk-icon-board-wrap-right {
        border-right: 1px solid white;
    }
}



.chk-contact-img-height {
    height: 350px;
}

@media (min-width:601px) {
}

@media (min-width:993px) {
    .chk-contact-img-height {
        height: 700px;
    }
}


.chk-contact-text-mid {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width:601px) {
    .chk-contact-text-mid {
        padding-left: 0;
    }
}

.chk-contact-head-inline {
    display: inline;
    padding-left: 0;
}

.chk-ourproducts-img {
    background-image: url(gettyimages-861136498-170667a.jpg); /* note: change to full file location */
    background-size: cover;
}

.chk-contact-img-height {
    height: 350px;
}

@media (min-width:601px) {
}

@media (min-width:993px) {
    .chk-contact-img-height {
        height: 700px;
    }
}


.chk-contact-text-mid {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width:601px) {
    .chk-contact-text-mid {
        padding-left: 0;
    }
}

.chk-contact-head-inline {
    display: inline;
    padding-left: 0;
}

.chk-contact-img {
    background-image: url(gettyimages-598522885_0.jpg);
    background-size: cover;
}


.chk-newsinsights-div-imglarge {
    overflow: hidden;
}

@media (min-width: 993px) {
    .chk-newsinsights-div-imglarge {
        height: 660px;
    }
}

.chk-newsinsights-div-imglarge img {
    height: 300px;
}

@media (min-width:601px) {
    .chk-newsinsights-div-imglarge img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 993px) {
    .chk-newsinsights-div-imglarge img {
        height: 660px;
    }
}

.chk-newsinsights-smallimg {
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (min-width: 993px) {
    .chk-newsinsights-smallimg {
        width: 330px;
        height: 200px;
    }
}

/* updates */
.chk-newsinsights-para {
    margin: 0;
}

@media (min-width: 993px) {
    .chk-newsinsights-para {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width:601px) {
}

@media (min-width: 993px) {
    .chk-newsinsights-padlr-sell-all-div {
        float: right;
    }

    .chk-newsinsights-padlr-sell-all-btn {
        width: 330px;
    }
}

/*form button (search companies)*/


@media (min-width:601px) {
    form#membershipSearchCompanies .formbutton {
        margin-top: 60px;
    }
    .step2ErrorContainerChild ul.errorMessageBoxList li {
        margin-left: 20%;
    }
    div#associateCompaniesErrorWrapper span {
        margin-left: 25%;
    }
    /*div#associateCompaniesErrorWrapperGeneral span {
        margin-left: 20%;
    }*/

}



.errored-checkbox:after {
    content: ' ';
    background-color: #e8e860;
    visibility: visible;
    position: relative;
    width: 100%;
    height: 100%;
    /* z-index: 111111111; */
    display: inline-block;
    /* list-style: none; */
}

#applicationForContainer .errored-checkbox:after {
    display: block !important;
}

 
.experienceRow .AddPartnersName .errorMessage ul {
    display: inline-flex;
}

.membershipPart input[type="checkbox"] {
    cursor: pointer !important;
}

.membershipApplicationCompletionMessage {
    background: black;
    margin-left: calc(100%/12);
    padding-top: 5%;
    margin-bottom: 60px;
    color: white;
     
    border-radius: 19px;
    position: initial;
}

    .membershipApplicationCompletionMessage p {
        margin-left: 10%;
        max-width: 80%;
    }

.completed-stage:after {
    content: '\2714';
    color: #e8e860;
    font-size: 12px;
    text-align: center;
    /* display: contents; */
    font-weight: 900;
    position: absolute;
    margin-left: 2px;
    bottom: 15px;
    background: #a4a0a0;
    border-radius: 50% 50%;
    width: 20px;
    height: 20px;
    background: black;
    border: 2px solid #b3aeae;
}



@-webkit-keyframes chk-wb-effect {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes chk-wb-effect-hv {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.chk-wb-effect-hv {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .chk-wb-effect-hv-active {
        -webkit-animation-name: chk-wb-effect-hv;
        animation-name: chk-wb-effect-hv;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }


.progress-bar .point, .progress-bar .stage {
    cursor: pointer !important;
}

.PartialErrorPage {
    background: black;
    margin-left: calc(100%/12);
    /* padding-top: 5%; */
    /* padding-bottom: 5%; */
    color: white;
    margin-bottom: 5%;
    border-radius: 19px;
    height: 20%;
    position: relative;
    top: 80px;
}

    .PartialErrorPage p {
        margin-left: 25%;
        max-width: 80%;
    }

p.errorCode {
    display: initial;
    margin-left: calc(((((100% / 12) * 10 ) - 150px ) / 2));
}

p.errorMessage {
     
    font-weight: 900;
    margin-left: calc((100%/2) - 10px);
    margin-top: 90px;
    font-size: 35px;
}
p.errorCode {
    font-size: 150px;
}

.PartialErrorPage {
    background: transparent;
    color: black;
}
/**
    INTRO STYLES
*/

.intro-focused-element {
    filter: drop-shadow(2px 4px 6px white);
}


/*
    <div id="intro-elem" class="button-effects-loading"><div class="intro-elem-step-number">1</div><div class="intro-elem-step-text">This progress bar</div><div class="intro-elem-step-controls"><div class="intro-elem-step-prev"><i class="fas fa-arrow-left"></i></div><div class="intro-elem-step-next"><i class="fas fa-arrow-right"></i></div></div></div>


*/


div#intro-elem {
    background: #8f8f8f;
    filter: drop-shadow(2px 4px 6px white);
    width: 200px;
    height: 50px;
    top: 213px;
    left: 68%;
    z-index: 1;
}

.intro-elem-step-number {
    width: 40px;
    height: 40px;
    border-radius: 50% 50%;
    background-color: black;
    color: white;
    font-size: 25px;
    text-align: center;
    position: relative;
    bottom: 22px;
    left: -25px;
    filter: drop-shadow(2px 4px 6px grey);
}


.intro-elem-step-text {
    position: relative;
    bottom: 38px;
    left: 25px;
    filter: drop-shadow(2px 4px 6px grey);
    font-size: 20px;
    color: white;
}

.intro-elem-step-next {
    display: table-cell;
    color: #07f0ff;
    z-index: 100000000000;
    font-size: 30px;
    width: 60px;
    padding: 10px 5px 10px 5px;
}

.intro-elem-step-prev {
    display: table-cell;
    color: #07f0ff;
    z-index: 100000000000;
    font-size: 30px;
    width: 60px;
    padding: 10px 5px 10px 5px;
}

.intro-elem-step-controls {
    display: table;
    width: 120px;
    height: 30px;
    /* z-index: 1000000; */
    position: relative;
    bottom: 20px;
    /* background: aliceblue; */
    color: black;
}


.w3-col.w3-cell-row input[name="IsNonUKRegistered"] {
    /* font-size: 23px; */
    height: 30px;
    width: 30px;
}

span.errorMessage.generic-error {
    padding-bottom: 15px;
    width: calc((100% / 12) * 12) !important;
    /* padding-left: 25px !important; */
    display: inline-flex;
    font-size: 19px !important;
    color: red;
}

     

    span.errorMessage.generic-error i {
        padding-top: 3px;
        padding-right: 10px;
    }

.membership-holder-chk-hidden
{
    display:none !important;
}

.membership-companies-search-chk-hidden {
    display: none !important;
}

.w3-col.l10.submit-success-message {
    margin-left: 10%;
}

.w3-col.l8.m8.s8.submit-success-message {
    margin-left: calc(100% / 12 * 2);
}


.chk-form-show-control-effect {
    display: block !important;
    transition: all ease 0.4s;
}

input.organisation-membership-number {
    height: 60px;
    /* margin-left: calc(100%/12); */
}


 

 

    .organisation-membership-number-wrapper label {
        padding-bottom: 0 !important;
    }


@media (max-width: 960px) {
    #AddPartnerBtn {
        left: 3% !important;
    }
}



.chk-lck-msg-page {
    padding-top:70px;
    position: relative;
    /* background: black; */
}

.w3-col.l10.m10.s10.chk-lck-msg-page-buttons-inner {
    margin-left: calc((100% / 12 ) * 5);
}

.w3-col.l4.m4.s10.chk-lck-msg-page-buttons-inner-btn-wrapper {
    padding-left: 10;
    /* padding-right: 10%; */
    margin-right: 15%;
    /* padding-left: 10%; */
}

.chk-lck-msg-page-buttons-inner-btn-wrapper button {
    width: 78%;
    height: 50px;
    background: black;
    border: 1px solid white;
    color: white;
    font: inherit;
    border-radius: 5px;
    cursor: pointer;
}

    .chk-lck-msg-page-buttons-inner-btn-wrapper button:hover {
        background: white !important;
        border: 1px solid black !important;
        color: black !important;
    }


.w3-auto.chk-lck-msg-page-buttons.w3-cell-row {
    padding-bottom: 100px;
    position: inherit;
}


.chk-lck-ta-questionnaire-section .chk-form-msg-title-timer-startedon {
    top: 25px;
}

 


.errorsListMessage {
    color: black;
    display: inline-block;
    text-decoration: underline;
    font-weight: bold;
}

ul.errorMessageBoxList.errorMessageBoxGenericList {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    max-width: 80%;
    left: 20%;
}

/*marketing 01/06/2020*/


html {
    scroll-behavior: smooth !important;
    box-sizing: border-box !important /*!important*/;
}

body {
    font-family: "Sarabun Regular",Helvetica,Arial,sans-serif  !important/*!important*/;
    font-size: 14px !important /*!important*/;
}

    body p {
        font-family: "Sarabun Light", Helvetica, Arial, sans-serif !important /*!important*/;
    }

@-ms-viewport {
    width: device-width;
}
/* https:\//timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ */

/*Header Related*/

/*Header Related*/



/*Ioannis 22/04/2020*/
.wrapper button:hover {
    background: black !important;
    border: 1px solid white !important;
}

input.chk-warranty-estimate-banner-contact-form-input.chk-warranty-estimate-banner-contact-form-button {
}

.wrapper input[type="button"]:hover {
    background: black !important;
    border: 1px solid white !important;
}

.chk-btn-generic:hover {
    background: black !important;
    border: 1px solid white !important;
}

.chk-lockton-text-blue {
    text-decoration:none;
    font-weight: 700;
}

a.chk-lockton-text-blue {
    cursor: pointer;
}

 

.min-height-500 {
    min-height: 500px !important;
    transition: opacity 1s ease-out;
}

a.chk-lockton-text-blue:hover {
    text-decoration: underline !important;
}

img.chk-hero-img {
    height: 400px;
    background-size: cover;
    /* height: auto; */
    object-fit: cover;
    /* min-width: fit-content; */
    /* min-width: 100% !important; */
    /*object-fit: cover;*/
    width: 100% !important;
}


.w3-auto.content-internal-pad {
    padding-left: 85px;
    padding-right: 22px;
    /* background: black; */
    /* z-index: 111111111; */
}


.chk-quote {
    font-size: 35px !important;
    font-weight: bold;
    margin-top: 12px;
    font-family: Sarabun-Regular !important;
}

.chk-50-spacer {
    position: relative;
    height: 50px !important;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
}
.chk-space-20
{
    min-height:20px;
}

.chk-200-spacer {
    position: relative;
    height: 200px !important;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
}


.chk-header-h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 44px;
    font-family: EBGaramond-Regular;
    line-height: 1.2em;
    letter-spacing: -1px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit !important;
    font-family: EBGaramond-Regular !important;
}
h1 {
    font-size: 44px !important;
}
h2 {
    font-size: 44px !important;
}
/*Main Ioannis 06/05/2020*/


/*28/08/2020*/

.erroredInput {
    background: #e8e860  !important;
}

@media(max-width:810px) {
    .verticalLine .w3-bar-item a {
        display: none;
    }
}

@media(max-width:600px) {
    img.logo {
        height: 70px;
        width: 90%;
        max-width: 200px;
    }

    .content-pad {
        padding-left: 20px;
        padding-right: 40px;
    }

    .verticalLine .w3-bar-item {
        margin-bottom: 10px;
    }

    .chk-slider-info-box-btn.chk-btn-generic {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        /* padding-right: 20px; */
    }


    .chk-slider-wrapper img {
        /* max-height: 300px; */
        height: 300px;
        /* object-fit: cover; */
        /* background-size: cover; */
        max-width: 100%;
        /* background-position: bottom; */
    }

    .chk-slider-info-box {
        display: contents !important;
        /* padding-bottom: 45px; */
    }

    .chk-slider-wrapper {
        max-height: unset !important;
    }

    .chk-environmental-sustainability-banner-img {
        height: 300px !important;
        width: 100%;
        background-size: cover;
    }

    .chk-environmental-sustainability-banner-img-wrapper {
        max-height: 300px;
    }

    .chk-environmental-sustainability-banner-text-wrapper {
        padding-left: 25px !important;
        padding-right: 22px !important;
    }

    .chk-environmental-sustainability-banner {
        height: calc(850px) !important;
        padding-bottom: 50px !important;
        max-height: unset !important;
    }

    button[type="button"] {
        width: 100% !important;
    }
    .content-internal-pad {
        padding-left: 25px !important;
    }


   

    .chk-lck-form-no-parent {
        margin-top: 20px !important;
    }

   

    .chk-lck-form-no-parent input[type="radio"] {
        width: 40px !important;
        height: 40px !important;
    }

    .chk-lck-form-no-parent input[type="checkbox"] {
        width: 40px !important;
        height: 40px !important;
    }

    button.chk-lck-button-font {
    }

   

    i.fa.fa-times {
    }

    .cookie-notice-banner-close i {
        display: none !important;
    }
}
.chk-img-box-internal img {
    background-image: linear-gradient(0, #EDEDED, #EDEDED);
    /* height: 300px; */
    /* min-height: 500px; */
    max-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.consumer-codes-list-right {
    padding-top: 20px;
}

 

.ch-row-consumer-codes-make-a-claim > .w3-row:not(:last-child) {
    /*padding-bottom: 50px !important;*/
}


.PartialErrorPage {
    margin-bottom: unset;
    margin-top: unset;
    height: unset !important;
}

.PartialErrorPageMessage {
    padding-top: 40px;
}

p.errorMessage {
    margin-top: 0px;
    margin-left: calc((100%/2) - 10px);
}


.PartialErrorPageMessage {
    padding-left: calc((100% / 12) *);
}

.errorLinks {
    display: flex;
    margin-left: calc((((100% / 12)  ) * 6) - 10px );
}

span.linksSeparator {
    background: black;
    width: 2px;
    height: 15px;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 1;
    /* flex-flow: column; */
    /* content: '|'; */
}

.errorLinks a {
    /* display: flex; */
    /* margin-bottom: -52px; */
    /* flex-flow: column; */
}

.returnToMainPage {
    padding-right: 10px;
    margin-top: 5px;
}

.SiteMapLink {
    padding-left: 10px;
    margin-top: 5px;
}
.text-align-left{
    text-align:left !important;
}
.overflow-hidden{
    overflow:hidden !important;
}
.overflow-unset {
    overflow: unset !important;
}
form#nonMemberPIFormID {
    padding-bottom: 50px;
}
.nonMemberPIStartedDate-hide
{
    display: none  ;
}
.nonMemberPIStartedDate-show {
    display: unset !important;
}
#otherDetailsArea::placeholder {
    font-weight: 600;
    font-style: italic;
    padding-left: 25px;
    opacity: 0.9;
}
.chk-lck-msg-page {
    padding-top: 30px;
    padding-left: 0px !important;
}

.membershipApplicationCompletionMessage {
    background: transparent;
    color: black;
    font: inherit;
    margin-left: 0;
    padding-left: 85px !important;
    padding-top: 0;
    padding-bottom: 0;
    /* margin-right: 7px; */
    /* padding-right: 8px; */
    /* padding-left: 25px; */
}

    .membershipApplicationCompletionMessage p {
        margin-left: 0;
        /* margin-right: 8px !important; */
    }

.chk-lck-msg-page-buttons-inner {
    margin-left: 0 !important;
}

.chk-lck-msg-page-buttons {
    padding-left: 85px;
}

.chk-lck-msg-page-buttons-inner-btn-wrapper {
    margin-right: 0 !important;
}

    .chk-lck-msg-page-buttons-inner-btn-wrapper button {
        background: #00AEEF !important;
        color: white;
    }

        .chk-lck-msg-page-buttons-inner-btn-wrapper button:hover {
            background: black !important;
            color: white !important;
        }

.chk-lck-msg-page-buttons-inner-btn-wrapper {
    padding-bottom: 15px;
}
.chk-15-spacer {
    height: 15px;
}
.chk-18-spacer {
    height: 18px;
}
.chk-20-spacer {
    height: 20px;
}
.chk-28-spacer
{
    height:28px;
}
.chk-30-spacer {
    height: 30px;
}
.chk-35-spacer {
    height: 35px;
}
.chk-38-spacer {
    height: 38px;
}
.chk-40-spacer {
    height: 30px;
}

.chk-190-spacer {
    min-height: 190px;
}
.chk-180-spacer {
    min-height: 180px;
}
.chk-170-spacer {
    min-height: 170px;
}
.chk-160-spacer {
    min-height: 160px;
}
.chk-150-spacer {
    min-height: 150px;
}
.chk-120-spacer {
    min-height: 120px;
}
.chk-110-spacer {
    min-height: 110px;
}
.chk-140-spacer {
    min-height: 140px;
}
.chk-130-spacer {
    min-height: 130px;
}
.chk-90-spacer {
    min-height: 90px;
}
.chk-80-spacer {
    min-height: 80px;
}
.chk-70-spacer {
    min-height: 70px;
}
.body-hidden-overflow {
    overflow: hidden !important;
}
.errored-loading-btn {
    background:#ff0000 !important
}
#mainWarrantyEstimateForm .submit-message {
    margin-top: 10px !important;
}
@media (max-width:600px) {
    .errorLinks {
        display: flex;
        margin-left: calc((((100% / 12) ) * 5.5) - 20px );
    }
    p.errorCode {
        font-size: 100px;
        margin-left: calc(((((100% / 12) * 10 ) - 100px ) / 2));
    }

    p.errorMessage {
        font-size: 20px;
        margin-left: calc((100%/2) );
    }

    .PartialErrorPageMessage {
        padding-top: 70px;
    }
}






/*New style*/

.news-banner-top-row {
    max-height: 200px !important;
}

    .news-banner-top-row img {
        max-height: 350px !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .news-banner-top-row > div {
        /* max-height: 200px !important; */
    }

.news-banner-bottom-row > div {
    /* margin-top: 9px; */
    padding-top: 25px !important;
}

.news-banner-small-image-wrapper {
    /* padding-left: calc(((100% / 12) * 3 ) / 6); */
    /*padding-bottom: 80px;*/
}

.news-banner-small-image {
    object-fit: cover;
    max-width: 100%;
    ob: 240px;
}

.chk-newsinsights-para .chk-lck-button-font {
}

.news-top-row-button {
    height: 50px;
    /* font-size: inherit !important; */
    cursor: pointer;
    background: #00AEEF !important;
    font-family: Sarabun-Bold;
    font-size: 20px !important;
    padding-top: 7px;
    height: 50px !important;
    color: white;
    border-radius: 7px;
    text-align: center;
}

@media (max-width: 600px) {
    .news-banner-top-row-text {
        padding-right: 25px !important;
    }

    .news-banner-title-wrapper {
        /* padding-left: 25px; */
        /* padding-bottom: 25px; */
    }

    .news-banner-top-row-text {
        order: -1 !important;
    }

    .news-banner-top-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .w3-col.l6.m6.s12.news-banner-top-row-text {
    }

    .news-banner-top-row-img {
        /* display: flex; */
        order: 0 !important;
        /* padding-bottom: 87px; */
    }

    .wrapper.w3-col.chk-environmental-sustainability-banner {
        margin-bottom: -25px;
        /* padding-bottom: 77px; */
    }

    .news-banner-title-wrapper {
        padding-top: 25px;
    }
}

.news-banner-top-row .chk-news-banner-text-btn-wrapper {
    /* padding-left: 25px; */
}

.news-banner-top-row-text {
}

.news-banner-top-row-text {
    padding-left: 25px;
}

a.sliderImgBtn-2.chk-newsinsights-link:hover {
    cursor: pointer !important;
}

.news-top-row-button:hover {
    max-height: 50px !important;
}

.news-banner-small-image-wrapper .chk-newsinsights-link:hover {
    cursor: pointer !important;
}

.chk-news-banner-text-btn-wrapper {
    padding-top: 30px;
}
.chk-newsinsights-link:hover i {
    padding-left: 15px !important;
    transition: linear 0.1s;
}

.chk-newsinsights-link:hover {
    text-decoration: underline;
}

.chk-newsinsights-link i {
    padding-left: 5px !important;
     
}

a.chk-newsinsights-link.chk-lockton-typography.chk-lockton-font-p-main {
}

img.news-banner-small-image:hover {
    cursor: pointer !important;
}
@media (min-width: 2000px){

    .news-banner-small-image-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (min-width: 601px) {
    .news-banner-title-wrapper {
        padding-top: 45px;
    }
    /*.chk-news-banner-outer-wrapper {
         
        padding-right: 18px;
    }*/
    .chk-news-banner-outer-wrapper {
        width: 100%;
        margin: 0;
        padding-right: 18px;
    }
    .news-banner-top-row-img {
        padding-left: 25px;
    }
}

.displayNone {
    display: none;
}
.news-banner-small-image:hover {
    box-shadow: 0px 0px 10px #00AEEF;
}
.chk-lockton-text-blue:hover {
    text-decoration: underline !important;
    color: #00aeef !important;
}
.chk-main-title-link:hover {
    color: #00aeef !important;
    text-decoration: underline !important;
    cursor:pointer !important;
}

.chk-img-clickable:hover {
    box-shadow: 0px 0px 10px #00AEEF;
    cursor: pointer !important;
}
.text-decoration-underline {
    text-decoration: underline;
}

.searchExtension-searchText em {
    background: yellow;
}

.remove-visibility
{
    visibility: hidden !important;
}
.chk-link-internal-symbol {
    padding-right: 15px;
    font-size: 20px;
    color: #00AEEF !important;
    /* padding-top: 8px; */
}
.chk-display-flex {
    display: flex;
}

.chk-padding-top-10 {
    padding-top: 10px;
}
 
@media (min-width:2001px)
{
   
    /*review*/
    .chk-form-msg-title-timer-startedon-wrapper .chk-form-msg-title-timer-startedon {
        right: calc((100% - 2000px) * 0.5 + 85px) !important;
        left: unset !important;
    }
    .chk-lck-ta-questionnaire-review-section-container {
        max-width: 1440px;
    }
    /*membership*/
    .public-modal-chk {
        min-height: fit-content !important;
    }
    /*main*/
    form {
        
        max-width: 1440px !important;
    }
    body > .content-internal-pad {
         
        padding-left: calc((100% - 2000px) / 2) !important;
    }

        body > .chk-wrapper > *:not(.w3-auto) {
            padding-left: 80px !important;
        }
    .chk-burger-1, .chk-burger-2, .chk-burger-3 {
        margin-right: calc((100% - 2000px) / 2 + 25px) !important;
    }
    .chk-lck-hidden-menu-desktop {
        right: calc((100% - 2000px) / 2 - 0px ) !important;
        width: calc(((((100% - 170px ) / 12) * 2) ) ) !important;
    }
    .call-me-back-form {
        right: calc((100% - 2000px) / 2 ) !important;
    }
    .call-me-back-form {
        width: calc(((((100% - 75px ) / 12) * 2) + -30px ) );
        right: calc((100% - 2000px) / 2 ) !important;
    }
    body > .chk-slider-we-provide {
        padding-left: 0 !important;
    }
    .chk-environmental-sustainability-banner > div {
        max-width: 1000px !important;
    }
    .chk-environmental-sustainability-banner {
         
        padding-left: calc((100% - 2000px) / 2) !important;
    }

         /*products*/
    .chk-product-row-img-wrapper img {
        
        max-height: 500px;
    }
    /*warranty*/
    body > .chk-lck-general-contact-form-side {
        padding-left: calc((100% / 12)) !important;
    }
    /*Membership app*/
    body > .membershipPart {
        padding-left: calc((100% - 2000px) / 2) !important;
    }
    /*news and articles - article*/
    .chk-lockton-news-container-bottom {
        max-width: 2000px !important;
        margin-left: calc((100% - 2000px) / 2) !important;
    }

    .chk-lockton-news-top-img-info-title {
        max-width: 2000px !important;
    }

    .chk-lockton-news-top-img-info {
        max-width: 2000px !important;
        left: calc((100% - 2000px) / 2) !important;
        padding-left: 85px !important;
    }

    .chk-news-article-hero-image-wrapper {
        /* padding-right: 32px; */
        /* max-width: 2000px; */
    }

    .chk-news-article-hero-image-shadow {
        max-width: 2000px !important;
    }
    .customer-questionnaire-urn-form {
        padding-left: calc(100% / 12) !important;
    }
    /*Login page*/
    .chk-login-page-form-wrapper {
        left: calc((2000px - 1000px) / 2) !important;
    }
    }

.font-weight-h3 {
    font-size: 19px !important;
    font-weight: 900 !important;
}


.success-message-rep {
    font-size: 19px;
    font-weight: 300;
}

.success-form-padding-15 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}

p#byeModal {
    font-family: "Sarabun Regular",Helvetica,Arial,sans-serif !important /*!important*/;
    font-size: 22px !important /*!important*/;
}