﻿@font-face { font-family: 'Poppins-Light'; src: url('assets/fonts/Poppins-Light.ttf'); }
@font-face { font-family: 'Poppins'; src: url('assets/fonts/Poppins-Regular.ttf'); }
@font-face { font-family: 'Poppins-SemiBold'; src: url('assets/fonts/Poppins-SemiBold.ttf'); }
@font-face { font-family: 'Poppins-Thin'; src: url('assets/fonts/Poppins-Thin.ttf'); }
@font-face { font-family: 'Poppins-Bold'; src: url('assets/fonts/Poppins-Bold.ttf'); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; overflow-x: hidden; }

.privacy-policy p { margin-bottom: 15px; }
.privacy-policy strong{ margin-right: 5px; }
.privacy-policy ul { list-style: inside; }
.privacy-policy a { color: #666666; }
.privacy-policy a:hover { color: #54BF66; }
h4 { font-size: 24px; line-height: 150%; font-family: Poppins-Bold; font-weight: 700; margin: 30px 0; }
body { font-family: Poppins-Light; font-size: 16px; font-weight: 400; color: #666666; }

.container { margin: 0 auto; }

.container .header { display: block; text-align: center; margin-bottom: 30px; }
.container .header img { max-width: 250px; width: 100%; margin-top: 30px; }
.container .mid { background-color: #F7F5F2; padding: 30px 0 60px; }
.container .mid .wrapper { display: flex; margin: 0 15%; flex-direction: column; column-gap: 30px; }
.container .mid .wrapper .w-100 { width: 100%; }
.container .mid .wrapper .w-100 p:first-child { margin-top: 0px; }
.container .mid .wrapper .w-100 p { font-size: 20px; text-align: center; margin: 25px auto; max-width: 75%; width: 100%; line-height: 30px; }
.container .mid .wrapper .sub-brand-wrapper { display: flex; width: 100%; flex-direction: row; column-gap: 0px; align-items: center; margin: 30px 0; }
.container .mid .wrapper .sub-brand-wrapper.mobile { display: none; } 
.container .mid .wrapper .sub-brand-wrapper p { font-family: Poppins-SemiBold; text-align: left; font-size: 20px; font-weight: 600; }
.container .mid .wrapper .site-wrapper { display: flex; flex-direction: row; column-gap: 10px; width: 100%; overflow: hidden; }
.container .mid .wrapper .site-wrapper div { overflow: unset; }
.container .mid .wrapper .site-wrapper img { max-width: 48%; width: 100%; }
.container .mid .wrapper .site-wrapper a { display: flex; width: 100%; background-color: #fff; align-items: center; padding: 0; border-radius: 8px; height: 100%; justify-content: center; }
.container .mid .wrapper .site-wrapper div, .container .mid .wrapper .sub-brand-wrapper.mobile .careers-wrapper { border: 1px solid #fff; border-radius: 8px; }
    .container .mid .wrapper .site-wrapper div:hover, .container .mid .wrapper .sub-brand-wrapper.mobile .careers-wrapper:hover { border: 1px solid #6666662e; }
.container .mid .wrapper .site-wrapper .left-col{ display: flex; align-items: center; justify-content: center; width: 100%; margin: 0; }
.container .mid .wrapper .left-col .mfs {background-image: url(assets/images/MFS_Logo_Full_Colour_RGB.png); background-size: 65%; background-repeat: no-repeat; background-position: 50%; padding:0; }
.container .mid .wrapper .site-wrapper .right-col{ display: flex; align-items: center; justify-content: center; width: 100%; margin: 0; }
.container .mid .wrapper .right-col .lsh {background-image: url(assets/images/LSH_Logo_Full_Colour_RGB.png); background-size: 38%; background-repeat: no-repeat; background-position: 50%; padding: 0; }
/*.container .mid .wrapper .site-wrapper .right-col img { max-width: 35%; width: 100%; max-height: 90px; }*/
.container .mid .careers-wrapper { overflow: initial; display: flex; justify-content: center; align-items: center; }
.container .mid .career-wrapper { display: flex; flex-direction: row; align-items: center; align-content: space-evenly; width: 100%; justify-content: center; column-gap: 15px; border-radius: 8px; padding: 0; background-color: #fff; color: #666666; text-decoration: none; min-height: 140px; height: 100%; min-width: 300px; }
.container .mid .career-wrapper img { max-width: 50%; }
.container .mid .wrapper .left-col{ margin:15px 0; width: 100%; }
.container .mid .wrapper .right-col{ margin:15px 0; width: 100%; }

.container .bottom { overflow: initial; }
.container .bottom .wrapper { display: flex; margin: 0 15%; flex-direction: column; padding: 45px; background-color: #fff; margin-top: -40px; margin-bottom: 45px; box-shadow: 0px 3px 8px #00000054; border-radius: 5px; }
.container .bottom .content-wrapper { display: flex; column-gap: 15px; padding: 25px 45px 10px; width: 100%;  }
.container .bottom .wrapper .content-wrapper .left-col{ display: flex; flex-direction: column; justify-content: start ; max-width: 35%; width: 100%; }
.container .bottom .wrapper .content-wrapper .right-col{ display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 65%; width:100%; padding-right: 6%; }
.container .bottom .wrapper .iframe-container { width: 100%; height: 100%; }

.container footer { background-color: #F7F5F2; min-height: 70px; vertical-align: bottom; display: flex; align-items: center; justify-content: space-between; padding: 0 7%; }
.container footer span { color: #646363; font-size: 12px; text-align: center; margin-bottom: 5px; }
.container footer span a, .d-flex a { color: #646363; text-decoration: none; transition: all 0.7s }
.container footer span a:first-child { margin-right: 15px; }
.container footer span a:hover { text-decoration: underline; }
.d-flex a:hover { color: rgb(84, 191, 102); }

.container .mid .wrapper .w-100 p.title { font-family: Poppins; font-size: 48px; font-weight: 600; color: #54BF66; line-height: 48px; overflow: hidden; margin: 20px auto 40px; }
p.sub-title { font-family: Poppins-SemiBold; font-size: 36px; font-weight: 400; text-align: center; }
span { font-size: 15px; display: block; line-height: 24px; color: #646363; }
span.bar { font-family: Poppins-Thin; font-size: 42px; color: #54BF66; font-weight: 100; line-height: unset; }
strong { font-family: Poppins-Bold; }
iframe { width: 100%; height: 1500px; }
ul { list-style: none; margin: 15px; }
/*ul.icon-address li::before { display:inline-block; content: url('assets/images/location-dot-solid.svg'); position: absolute; margin-left: -32px; width: 20px; }
ul.icon-email li::before { display:inline-block; content: url('assets/images/envelope-solid.svg'); position: absolute; margin-left: -37px; margin-top: 2px; width: 20px; }
ul.icon-phone li::before { display:inline-block; content: url('assets/images/phone-solid.svg'); position: absolute; margin-left: -37px; margin-top: 4px; width: 20px; }
ul.icon-social li::before { display:inline-block; content: url('assets/images/social.svg'); position: absolute; margin-left: -37px; width: 22px; }*/
ul.icon-address li, ul.icon-email li, ul.icon-phone li, ul.icon-social li { font-family: Poppins; font-weight: 600; font-size: 18px; color: #646363; margin-bottom: 7px; line-height: 27px; }

ul.social-links { display: flex; column-gap: 12px; margin: 0; }
ul.social-links li a { background-color: #54BF66; display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 50%; }
ul.social-links li a:hover { filter: brightness(.9) contrast(1.2); }
ul.social-links li::before { display: none; }
ul.social-links li.icon-fb svg { width: 14px; }
ul.social-links li.icon-linkedin svg { width: 17px; }
svg { fill: #FFFFFF; width: 25px; }
.icon { width: 20px; }
.d-flex { display: flex; }
.d-flex img { margin-right: 30px; }
.align-items-center { align-items: center; }
.mt-10 { margin-top: 10px; }

@media screen and (min-width: 1920px) {
    .container .mid .wrapper .left-col .mfs { background-size: 50%; }
    .container .mid .wrapper .right-col .lsh { background-size: 28%; }
    .container .mid .wrapper .site-wrapper img { max-width: 50%; }
}

@media screen and (max-width: 1280px) {
/*    .container .mid .wrapper .sub-brand-wrapper { flex-direction: column; align-items: center; }
    .container .mid .wrapper .site-wrapper { display: flex; flex-direction: column; align-items: center; width: 100%; }
    .container .mid .wrapper .site-wrapper .left-col, .container .mid .wrapper .site-wrapper .right-col { width: 100%; max-width: 100%; margin: 10px 0; }*/
    .container .mid .wrapper .left-col .mfs { background-size: 75%; }
    .container .mid .wrapper .right-col .lsh { background-size: 60%; }
    .container .mid .career-wrapper { min-width: 250px; }
}

@media screen and (max-width: 1024px){
    .container .bottom .content-wrapper { column-gap: 60px; padding: 30px; }
    .container .bottom .wrapper .content-wrapper .right-col { padding-right: 6%; }
    .container .bottom .wrapper { padding: 30px; margin: -40px 12% 45px; }
    .container .mid .wrapper .sub-brand-wrapper.desktop { display: none; }
    .container .mid .wrapper .sub-brand-wrapper.mobile { display: flex; flex-direction: column; }
    .container .mid .wrapper .sub-brand-wrapper.mobile .site-wrapper { margin-top: 30px; min-height: 135px; }
    .container .mid .wrapper .sub-brand-wrapper.mobile .career-wrapper { margin-top: 10px; }
    .container .mid .wrapper .sub-brand-wrapper.mobile .careers-wrapper { width: 100%; }
    .container .mid .wrapper .left-col .mfs { background-size: 50%; }
    .container .mid .wrapper .right-col .lsh { background-size: 23%; }
    .container .mid .career-wrapper img { max-width: 30%; }

    iframe { height: 1675px; }
}

@media screen and (min-width: 1024px) {
    .container .mid .wrapper .w-100 { width: 800px; margin: 0 auto; }
}

@media screen and (max-width: 768px) {
    .container .mid .wrapper { flex-direction: column; margin: 0 15px; }
    .container .mid .wrapper .left-col, .container .mid .wrapper .right-col { max-width: 100%; }
    .container .mid .wrapper .site-wrapper { margin-bottom: 10px; margin-top: 30px; }
    .container .mid .wrapper .w-100 p { width: 100%; }
    .container .mid .wrapper .sub-brand-wrapper.mobile .career-wrapper { margin-top: 0px; }

    .container .mid .wrapper .sub-brand-wrapper.mobile .site-wrapper .left-col, .container .mid .wrapper .sub-brand-wrapper.mobile .site-wrapper .right-col { width: 50%; }
    /*.container .mid .wrapper .site-wrapper .right-col img { max-width: 18%; }*/


    .container .bottom .content-wrapper { flex-direction: column; column-gap: 0; padding: 0; }
    .container .bottom .wrapper .content-wrapper .left-col { max-width: 100%; padding: 5%; }
    .container .bottom .wrapper .content-wrapper .right-col { max-width: 100%; margin-top: 15px; }

    iframe { height: 1580px; }
}

@media screen and (max-width: 426px){
    body, .container .mid .wrapper .w-100 p { font-size: 18px; max-width: 100%; }

    .header img { max-width: 45%; }
    .container .mid .wrapper .w-100 p.title { font-size: 32px; font-family: Poppins-SemiBold; font-weight: 500; line-height: 42px; margin: auto; }
    p.sub-title { font-size: 24px; margin-top: 30px; }

    .container .site-wrapper img { max-width: 65%; }
    .container .mid .wrapper { margin: 0 8%; }

    .container .mid .wrapper .sub-brand-wrapper p { text-align: center; }
    .container .mid .wrapper .sub-brand-wrapper.mobile .site-wrapper { flex-direction: row; column-gap: 10px; margin-bottom: 10px; }
    .container .mid .wrapper .sub-brand-wrapper.mobile .site-wrapper .right-col img { max-width: 37%; }
    .container .bottom .wrapper { margin: 0 8%; padding: 12px; margin-top: -40px; margin-bottom: 40px; }
    .container .bottom .wrapper .content-wrapper .left-col { padding: 0px 0; }
    .container .bottom .wrapper .content-wrapper .right-col { padding-right: 0%; }

    .container .mid .wrapper .left-col .mfs { background-size: 65%; }
    .container .mid .wrapper .right-col .lsh { background-size: 45%; }
    .container .mid .career-wrapper img { max-width: 45%; }
    
    iframe { height: 1700px; }

    .container footer { padding: 5px; justify-content: center; flex-direction: column; }
    .container footer span { padding: 0px; text-align: left; margin-bottom: 0; }
    .container footer span a:first-child { margin-right: 10px; } 
}

@media screen and (max-width: 320px) {
    body {
        font-size: 14px;
    }

    .header img {
        max-width: 45%;
    }

    p.title {
        font-size: 30px;
    }

    p.sub-title {
        font-size: 18px;
    }

    .container .site-wrapper img {
        max-width: 65%;
    }

    .container .mid .wrapper {
        margin: 0 5%;
    }

        .container .mid .wrapper .site-wrapper {
            column-gap: 15px;
            margin-bottom: 0;
        }

    .container .bottom .wrapper {
        margin: 0 5%;
        padding: 20px;
        margin-top: -40px;
        margin-bottom: 40px;
    }

        .container .bottom .wrapper .content-wrapper .left-col {
            padding: 8%;
        }

        .container .bottom .wrapper .content-wrapper .right-col {
            padding-right: 0%;
        }

    iframe {
        height: 1900px;
    }
}