
/* ------------------------------------------------------------------- */
/* COLOURS */
/* ------------------------------------------------------------------- */
:root {
    /*  color */
    --white: white;
    --p-main: #0c212d;
    --td-green: #0affc2;
    --td-pink: #ff00ab;
    --main-bg: #0d202c;
    --darkblue: #0c212d;
    --persian-rose: #ff00a7;
    --purple: #c11beb;
    --phlox: #ed06ed;
    --f8f8f8: #f8f8f8;
    --black: black;
    --light-navy: #122c39;
    --dark-navy: #03131b;
    --e8eaf0: #e8eaf0;
    --eef0f0: #eef0f0;
    --fdfdfd: #fdfdfd;
    --error-red: #f84441;
    /*  width */
    --max-width-container-header: 1600px;
    --max-width-container-hero: 1500px;
    --max-width-container: 1400px;
    --max-width-container-1300: 1300px;
    --max-width-container-content: 1200px;
    --max-width-container-short: 965px;
    /*  radius */
    --radius-box: 18px;
    --radius-box-12: 12px;
    --radius-box-24: 24px;
    --radius-textbox: 18px;
    --radius-button: 38px;
    --radius-circle: 50%;
    /* padding  */
    --padding-left: 50px;
    --padding-right: 50px;
    --padding-left-resp: 30px;
    --padding-right-resp: 30px;
    /* padding - screen 991 */
    --padding-top-991: 60px;
    --padding-bottom-991: 60px;
    /* padding - screen 768 */
    --padding-left-tablet: 25px;
    --padding-right-tablet: 25px;
    /* padding - screen 568 */
    --padding-left-mobile: 15px;
    --padding-right-mobile: 15px;
    /*  shadow  */
    --box-shadow: 0px 5px 30px 5px rgba(243,243,244,1);
    /*  transition */
    --button-transition: all .5s ease-in-out;
    /*  pink button hover */
    --pink-button-hover: saturate(200%);
}


/* Global Reset */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

b, strong {
    /*font-weight: bold;*/
    font-weight: 600;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: Outfit, Arial;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

i {
    font-style: italic;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

*:focus {
    outline: none
}


/* ------------------------------------------------------------------- */
/* FONTS */
/* ------------------------------------------------------------------- */

@font-face {
    font-family: 'Esklarheitkurrent Lt Trial';
    src: local('Esklarheitkurrent Lt Trial'), url('../fonts/ESKlarheitKurrent-Lt-Trial.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Esklarheitkurrent Bk Trial';
    src: local('Esklarheitkurrent Bk Trial'), url('../fonts/ESKlarheitKurrent-Bk-Trial.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Esklarheitkurrent Rg Trial';
    src: local('Esklarheitkurrent Rg Trial'), url('../fonts/ESKlarheitKurrent-Rg-Trial.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Esklarheitkurrent Xlt Trial';
    src: local('Esklarheitkurrent Xlt Trial'), url('../fonts/ESKlarheitKurrent-Xlt-Trial.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


/* ------------------------------------------------------------------- */
/* LAYOUT */
/* ------------------------------------------------------------------- */

html {
    height: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
    min-width: initial;
    min-height: initial;
    max-width: 100vw;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    height: 100%;
    font-family: 'Esklarheitkurrent Lt Trial', sans-serif;
    font-weight: 300;
    color: var(--p-main);
    min-width: 320px;
    margin-left: 0 !important;
}

a {
    color: var(--p-main);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

    a:hover {
        color: var(--td-green);
        text-decoration: underline;
    }

p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    margin-bottom: 20px;
}

    p a {
        color: var(--p-main);
    }

        p a:hover {
            color: var(--p-main);
        }

hr {
}

h1, h2, h3, h4 {
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-family: 'Esklarheitkurrent Rg Trial', sans-serif;
    font-weight: 400;
}

h1 {
    margin-top: 10px;
    letter-spacing: -2px;
    font-size: 74px;
    font-size: 7.4rem;
    line-height: 91px;
    line-height: 9.1rem;
}
h2 {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 70px;
    line-height: 7.0rem;
}

h3 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 44px;
    line-height: 4.4rem;
}


h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
}

h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2.0rem;
}

h6 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
}


#site-wrapper {
    position: relative;
    overflow: hidden;
    min-width: initial;
    min-height: initial;
    max-width: 100vw;
    margin: 0 auto;
}

#body-wrapper {
    position: relative;
    overflow: hidden;
    min-width: initial;
    max-width: 100vw;
    min-height: initial;
    height: initial;
    margin: 0 auto;
}

span.bkgd-image {
    display: none;
    margin: 0;
    padding: 0;
}

#page-COMINGSOON #body-wrapper {
    overflow: visible;
}


/*  new header layout */

#container-a-inner {
    display:none;
}


#container-a {
    /*position: fixed;
    width: 100%;
    z-index: 1000;
    color: #fff;
    line-height: inherit;
    background: transparent;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-size: 1.4rem;
    z-index: 999;
    font-weight: 700;
    letter-spacing: normal;
    white-space: normal;
    background-color: var(--white);
    position: absolute;*/
    display:none;
}


#container-b {
    /* position: relative;
    margin: 0 auto;
    background: transparent;*/
    display: none;
}

    #container-b:before {
        /*content: "";
        display: block;
        height: 104px;*/
        display: none;
    }

#container-wrapper-cdefgh {
    overflow: hidden;
    clear: both;
}

#container-c {
    position: relative;
}


#container-v, #container-w {
    /*position: relative;
    overflow: hidden;*/
    display: none;
}

#container-w {
    /*background-color: var(--footer-grey);*/
    display: none;
}


/*-----------*/
/* Micro Nav */


body.initialise #container-a {
    /*position: fixed;
    top: -105px;
    opacity: 0;
    visiblity: hidden;
    -webkit-box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);*/
    display: none;
}

body.micro #container-a {
    /*top: 0;
    opacity: 1;
    visiblity: visible;*/
    display: none;
}


/* Footer */
#container-wrapper-xy {
    /*font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0px;
    font-weight: 500;
    color: var(--p-main);*/
    display: none;
}

 /*   #container-wrapper-xy a {
        letter-spacing: 0px;
    }

        #container-wrapper-xy a:hover {
            opacity: 0.8;
        }

        #container-wrapper-xy a:hover {
        }*/

#container-x {
    /*max-width: var(--max-width-container);
    margin: 0 auto;
    padding: 40px var(--padding-right) 85px var(--padding-left);
    overflow: hidden;
    position: relative;
    min-height: 200px;*/
    display: none;
}

#container-x-inner {
    /* display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 7.5%;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 199px 165px;
    grid-template-columns: 1fr 199px 165px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;*/
    display: none;
}

#container-y {
    /*padding: 24px var(--padding-right);
    overflow: hidden;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;*/
    display: none;
}

#container-y-inner {
    /*max-width: var(--max-width-container);
    margin: 0 auto;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    column-gap: 50px;*/
    display: none;
}

#container-z {
    /*padding: 13.5px var(--padding-right);
    overflow: hidden;
    position: relative;
    background-color: var(--p-main);
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.4px;*/
    display: none;
}

#container-z-inner {
    /*max-width: var(--max-width-container);
    margin: 0 auto;*/
    display: none;
}


/*#copyright-wrapper,
#company-number-wrapper,
#vat-reg-wrapper {
    display: inline-flex;
    align-items: flex-end;
}

#company-address-wrapper {
    margin-left: auto;
}

#company-number-summary p {
    color: #959595;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.0rem;
    max-width: 1050px;
}

div#copyright-summary {
    white-space: nowrap;
    font-weight: 400;
}*/


/* footer */
/*ul#footer-nav {
    display: flex;
    justify-content: flex-start;
    align-content: stretch;
    align-content: stretch;
    column-gap: 25px;
}

    ul#footer-nav li {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
    }
        ul#footer-nav li:first-child {
            padding-left: 0;
        }
        ul#footer-nav li a {
            color: var(--white);
        }

            ul#footer-nav li a:hover {
                opacity: 0.7;
            }*/

/*accreditation logo  */
/*#accreditationlogo-wrapper {
    display: block;
    position: relative;
    margin-top: 6px;
}

    #accreditationlogo-wrapper ul {
        display: grid;
        grid-column-gap: 5px;
        grid-row-gap: 20px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
        justify-items: center;
        align-items: stretch;
        justify-content: center;
        align-content: center;
    }

        #accreditationlogo-wrapper ul li {
            display: block;
            margin: 0 auto;
        }
            #accreditationlogo-wrapper ul li.quickbooks,
            #accreditationlogo-wrapper ul li.sage {
                grid-column: span 2;
            }

            #accreditationlogo-wrapper ul li .xero {
                display: block;
                width: 98px;
                height: 98px;
                background-image: url(../grfx/footer/xero.svg);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 98px;
                text-indent: -99999px;
            }

            #accreditationlogo-wrapper ul li .xero-gold {
                display: block;
                width: 98px;
                height: 98px;
                background-image: url(../grfx/footer/xero-gold-partner.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 98px;
                text-indent: -99999px;
            }

            #accreditationlogo-wrapper ul li .sage {
                display: block;
                width: 70px;
                height: 40px;
                background-image: url(../grfx/services/logo-sage.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: auto 40px;
                text-indent: -99999px;
            }

            #accreditationlogo-wrapper ul li .quickbooks {
                display: block;
                width: 136px;
                height: 26px;
                background-image: url(../grfx/services/logo-quickbooks.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: auto 26px;
                text-indent: -99999px;
            }*/

/* FOLLOW US */
/*#social-media-footer-wrapper {
    position: relative;
    text-align: center;
    width: 150px;
    margin-left: auto;
}*/


/*  social media footer */
/*h3.social-media-footer-heading {
    display: block;
    margin-bottom: 0px !important;
    font-size: 17px !important;
    font-size: 1.7rem !important;
    line-height: 25px !important;
    line-height: 2.5rem !important;
    font-weight: 600 !important;
    letter-spacing: 0px;
}

#social-media-footer-wrapper .social-media-footer-summary {
    display: block;
    position: absolute;
    margin-top: 70px;
    right: 0;
}

    #social-media-footer-wrapper .social-media-footer-summary a.footer-blog {
        background-color: var(--bright-pink);
        border: 1px solid var(--bright-pink);
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px;
        color: var(--button-text);
        padding: 0px 23px;
        height: 48px;
        line-height: 48px;
        width: 96px;
        text-align: center;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        display: block;
        font-weight: 300;
        font-size: 17px;
        font-size: 1.7rem;
        letter-spacing: 0.4px;
        text-transform: initial;
    }

        #social-media-footer-wrapper .social-media-footer-summary a.footer-blog:hover {
            background-color: var(--button-text);
            color: var(--button-text) !important;
            opacity: 1.0 !important;
        }

#social-media-footer-wrapper ul.social-media-footer {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 2px;
}

    #social-media-footer-wrapper ul.social-media-footer li {
        display: inline-block;
        vertical-align: middle;
    }

#social-media-footer-wrapper a {
    width: 32px;
    height: 50px;
    display: block;
    -webkit-transition: none;
    transition: none;
}

    #social-media-footer-wrapper a:hover {
    }


#social-media-footer-wrapper ul li.facebook a {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../grfx/svg/facebook.svg");
    background-size: auto 40%;
    text-indent: 99999px;
    width: 16px;
}

#social-media-footer-wrapper ul li.linkedin a {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../grfx/svg/icon-linkedin.svg");
    background-size: auto 40%;
    text-indent: 99999px;
}

#social-media-footer-wrapper ul li.twitter a {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../grfx/svg/icon-twitterX.svg");
    background-size: auto 38%;
    text-indent: 99999px;
}

#social-media-footer-wrapper ul li.instagram a {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../grfx/svg/icon-instagram.svg");
    background-size: auto 45%;
    text-indent: 99999px;
}

#social-media-footer-wrapper ul li.facebook a:hover {
    background-image: url("../grfx/svg/facebook-hover.svg");
}
#social-media-footer-wrapper ul li.linkedin a:hover {
    background-image: url("../grfx/svg/icon-linkedin.svg");
}

#social-media-footer-wrapper ul li.twitter a:hover {
    background-image: url("../grfx/svg/icon-twitterX.svg");
}

#social-media-footer-wrapper ul li.instagram a:hover {
    background-image: url("../grfx/svg/icon-instagram.svg");
}*/


/* FOLLOW US & join our community */
/*#social-media-window-wrapper {
    display: flex;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 80px 25px;
    width: calc(100% - 50px);
    overflow: hidden;
    background-color: var(--p-main);
    align-content: space-between;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    #social-media-window-wrapper .social-media-window-heading {
        color: var(--white);
    }

    #social-media-window-wrapper ul.social-media-window {
        display: block;
    }

    #social-media-window-wrapper .social-media-window li {
        display: inline-block;
        vertical-align: middle;
        line-height: 35px;
        font-size: 20px;
        margin: 0 6px;
    }

    #social-media-window-wrapper a {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        margin-left: 0;
        display: inline-block;
    }

    #social-media-window-wrapper li.facebook a {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../grfx/svg/facebook-white.svg");
        background-size: auto 36%;
        text-indent: 99999px;
    }

    #social-media-window-wrapper li.youtube a {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../grfx/svg/youtube-white.svg");
        background-size: auto 39%;
        text-indent: 99999px;
    }

    #social-media-window-wrapper li.linkedin a {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../grfx/svg/linkedin-white.svg");
        background-size: auto 36%;
        text-indent: 99999px;
    }

    #social-media-window-wrapper li.twitter a {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../grfx/svg/twitter-white.svg");
        background-size: auto 34%;
        text-indent: 99999px;
    }

    #social-media-window-wrapper li.instagram a {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../grfx/svg/instagram-white.svg");
        background-size: auto 40%;
        text-indent: 99999px;
    }

    #social-media-window-wrapper li.facebook a:hover {
        background-image: url("../grfx/svg/facebook-hover.svg");
    }

    #social-media-window-wrapper li.youtube a:hover {
        background-image: url("../grfx/svg/youtube-hover.svg");
    }

    #social-media-window-wrapper li.linkedin a:hover {
        background-image: url("../grfx/svg/linkedin-hover.svg");
    }

    #social-media-window-wrapper li.twitter a:hover {
        background-image: url("../grfx/svg/twitter-hover.svg");
    }

    #social-media-window-wrapper li.instagram a:hover {
        background-image: url("../grfx/svg/instagram.svg");
    }*/

/* gdpr newsletter window  */
/*#gdpr-newsletter-wrapper {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 80px 25px;
    width: calc(100% - 50px);
    overflow: hidden;
    background-color: var(--red);
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: center;
    justify-content: center;
}

    #gdpr-newsletter-wrapper .heading {
        color: var(--white);
    }

    #gdpr-newsletter-wrapper .summary {
        max-width: 550px;
    }

.standard-summary,
form .summary {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    font-weight: 400;
    letter-spacing: 0.4px;
}

    .standard-summary p {
        margin-bottom: 40px;
    }

#gdpr-newsletter-wrapper form ul.group.level-1 {
    max-width: 400px;
    margin: 20px auto 0;
    width: 100%;
}

#gdpr-newsletter-wrapper form li input {
    width: 100%;
}

#gdpr-newsletter-wrapper form .button input {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}*/

/* Blog */
/*#social-network-footer-blog-wrapper {
    display: block !important;
}

    #social-network-footer-blog-wrapper a {
        float: right;
        width: auto;
        font-weight: 500;
        height: 48px;
        line-height: 48px;
        margin-top: 35px;
        font-size: 14px;
        font-size: 1.4rem;
        background-color: #1f1f1f;
        color: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0 20px;
        border: 2px solid #1f1f1f;
    }

        #social-network-footer-blog-wrapper a:hover {
            color: #1f1f1f;
            background-color: #fff;
        }*/


/* LOGO */
/*#website-logo-wrapper {
    display: inline-block;
    max-width: 100%;
    -ms-grid-column-align: center;
    justify-self: center;
    align-self: center;
    z-index: 100;
    grid-row: span 3;
    margin-left: var(--padding-left);
}

#website-logo,
h1#website-logo {
    margin-bottom: 0;
}

#website-logo-wrapper a {
    display: block;
    text-indent: -9999px;
    width: 211px;
    height: 70px;
    margin: 0;
    background: url('../grfx/svg/attwoods-logo.svg') no-repeat left center;
    background-image: url('../grfx/svg/attwoods-logo.svg'), none;
    background-size: contain;
    position: relative;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}*/


/* Hide IE Cross */

input::-ms-clear {
    display: none;
}


/*.line-1 {
    border-top: 1px solid var(--p-main);
    margin-bottom: 50px;
}

.line-2 {
    border-top: 2px solid var(--p-main);
    margin-bottom: 50px;
}

.line-3 {
    border-top: 3px solid var(--p-main);
    margin-bottom: 50px;
}

.line-red {
    border-color: var(--red);
}

.line-darkred {
    border: var(--p-main);
}

.line-white {
    border: var(--white);
}*/


.section-white {
    position: static;
    overflow: hidden;
    max-width: none;
    padding: 0;
    background-color: var(--white);
}

.section-dark {
    position: static;
    overflow: hidden;
    max-width: none;
    padding: 0;
    background-color: var(--p-main);
}


.max-width-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: var(--max-width-container-content);
    margin: 100px auto;
    padding: 0 var(--padding-right);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

    .max-width-container.headerwidth {
        max-width: var(--max-width-container-header);
    }

    .max-width-container.width1200 {
        max-width: var(--max-width-container);
    }

    .max-width-container.width1300 {
        max-width: var(--max-width-container-1300);
    }

    .max-width-container.width1400 {
        max-width: 1400px;
    }

    .max-width-container.herowidth {
        max-width: var(--max-width-container-hero);
    }

    .max-width-container.nopad {
        margin: 0 auto;
        padding: 0;
    }
    .max-width-container.no-toppad {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .max-width-container.nobottompad {
        margin-bottom: 0;
    }

    .max-width-container.reduced-margin {
        margin: 50px auto;
    }

    .max-width-container.reduced-margin-nobottom {
        margin: 100px auto 0;
    }



/*  general layout styling */


.white {
    color: var(--white);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.left-section {
    margin-left: 0;
    margin-right: auto;
}

.center-section {
    margin-left: auto;
    margin-right: auto;
}

.right-section {
    margin-left: auto;
    margin-right: 0;
}

.fullwidth {
    max-width: 100% !important;
}

.maxwidth-1200 {
    max-width: 1200px !important;
}

.maxwidth-1100 {
    max-width: 1100px !important;
}

.maxwidth-1000 {
    max-width: 1000px !important;
}

.maxwidth-965 {
    max-width: 965px !important;
}

.maxwidth-900 {
    max-width: 900px !important;
}

.maxwidth-850 {
    max-width: 850px !important;
}

.maxwidth-800 {
    max-width: 800px !important;
}

.maxwidth-780 {
    max-width: 780px !important;
}

.maxwidth-760 {
    max-width: 760px !important;
}

.maxwidth-750 {
    max-width: 750px !important;
}

.maxwidth-700 {
    max-width: 700px !important;
}

.maxwidth-650 {
    max-width: 650px !important;
}

.maxwidth-600 {
    max-width: 600px !important;
}

.maxwidth-580 {
    max-width: 580px !important;
}

.maxwidth-550 {
    max-width: 550px !important;
}

.maxwidth-520 {
    max-width: 520px !important;
}

.maxwidth-510 {
    max-width: 510px !important;
}

.maxwidth-500 {
    max-width: 500px !important;
}

.maxwidth-480 {
    max-width: 480px !important;
}

.maxwidth-450 {
    max-width: 450px !important;
}

.maxwidth-420 {
    max-width: 420px !important;
}

.maxwidth-400 {
    max-width: 400px !important;
}

.maxwidth-370 {
    max-width: 370px !important;
}

.maxwidth-350 {
    max-width: 350px !important;
}

.maxwidth-330 {
    max-width: 330px !important;
}

.maxwidth-320 {
    max-width: 320px !important;
}

.maxwidth-310 {
    max-width: 310px !important;
}

.maxwidth-300 {
    max-width: 300px !important;
}

.maxwidth-250 {
    max-width: 250px !important;
}

.maxwidth-200 {
    max-width: 200px !important;
}

.maxwidth-150 {
    max-width: 150px !important;
}

.maxwidth-100 {
    max-width: 100px !important;
}

/*  hide the  responsive image */
.responsive-only {
    display: none;
}

a.print-link,
.view-all-envelope a,
.get-in-touch-envelope a,
a.footer-blog,
.view-all-envelope a,
a.read-more {
    background-color: var(--td-green);
    border: 1px solid var(--td-green);
    -webkit-border-radius: var(--radius-button);
    -moz-border-radius: var(--radius-button);
    border-radius: var(--radius-button);
    color: var(--button-text);
    padding: 0px 34px;
    height: 48px;
    line-height: 48px;
    width: auto;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-weight: 300;
    font-size: 17px;
    font-size: 1.7rem;
    text-transform: initial;
    letter-spacing: 0.2px;
}

a.print-link {
    min-width: 50px;
}

    a.print-link.pull-right {
        margin-left: calc(100% - 120px);
        margin-bottom: 20px;
    }

.view-all-envelope a {
    min-width: 98px;
}


    a.print-link:hover,
    .view-all-envelope a:hover,
    .get-in-touch-envelope a:hover,
    a.footer-blog:hover,
    .view-all-envelope a:hover,
    a.read-more:hover {
        background-color: var(--p-main) !important;
        border: 1px solid var(--p-main) !important;
    }


/*  view all */

.view-all-envelope {
    margin: 75px auto 0;
    max-width: var(--max-width-container-content);
    text-align: center;
    display: flex;
    justify-content: center;
}

    .view-all-envelope.nopad {
        margin-top: 0;
    }

    .view-all-envelope.toppad-8 {
        margin-top: 8px;
    }
    .view-all-envelope.toppad-50 {
        margin-top: 50px;
    }

    .view-all-envelope.leftmargin-0 {
        margin-left: 0;
    }


/* grid */
.grid-2col,
.grid-3col,
.grid-4col,
.grid-5col,
.grid-6col {
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    row-gap: 10px;
    column-gap: 10px;
}

.grid-2col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.grid-3col {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-4col {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5col {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-6col {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}


/* summary */
.general-summary p,
.general-summary {
    font-weight: 400 !important;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
    line-height: 4.0rem;
}

    .general-summary p {
        margin-bottom: 25px;
    }

.tiny-heading {
    color: #bab8b6;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
}

div.hero {
    position: relative;
    min-height: 440px;
    padding-top: 100px;
}


ul.general-list {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    justify-content: center;
}

    ul.general-list li {
        padding: 20px 75px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 25px;
        line-height: 2.5rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2.2px;
    }

        ul.general-list li:not(:first-child) {
            border-left: 1px solid #e0e1e0;
        }



.col-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 0;
    grid-column-gap: 0;
}

    .col-2.col-12-10 {
        -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr;
        align-items: start;
    }
    .col-2.col-10-12 {
        -ms-grid-columns: 1fr 1.2fr ;
        grid-template-columns: 1fr 1.2fr;
        align-items: start;
    }

    .col-2 .col-left,
    .col-2 .col-right {
        display: flex;
        flex-direction: column;
        padding: 70px var(--padding-left);
    }

        .col-2 .col-left.tbpad-45,
        .col-2 .col-right.tbpad-45 {
            padding-top: 45px;
            padding-bottom: 45px;
        }

        .col-2 .col-left.nopad,
        .col-2 .col-right.nopad {
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
        }

    .col-2 .center {
        align-items: center;
    }

    .col-2 .v-center {
        justify-content: center;
        margin-top: auto;
        margin-bottom: auto;
    }

    .col-2 .left-auto {
        margin-left: auto;
    }


    /*  grid-col padding */

    .col-2.toppad-20 {
        padding-top: 20px;
    }

    .col-2.toppad-25 {
        padding-top: 25px;
    }

    .col-2.toppad-50 {
        padding-top: 50px;
    }

    .col-2.toppad-80 {
        padding-top: 80px;
    }

    .col-2.botpad-20 {
        padding-bottom: 20px;
    }

    .col-2.botpad-25 {
        padding-bottom: 25px;
    }

    .col-2.botpad-50 {
        padding-bottom: 50px;
    }

    .col-2.botpad-80 {
        padding-bottom: 80px;
    }

    /*  grid col gaps */
    .col-2.colgap-5 {
        grid-column-gap: 5px;
    }

    .col-2.colgap-10 {
        grid-column-gap: 10px;
    }

    .col-2.colgap-50 {
        grid-column-gap: 50px;
    }

    .col-2.colgap-60 {
        grid-column-gap: 60px;
    }

    .col-2.colgap-80 {
        grid-column-gap: 80px;
    }

    .col-2.colgap-100 {
        grid-column-gap: 100px;
    }

.image-bg {
    -webkit-border-radius: var(--radius-box-24);
    -moz-border-radius: var(--radius-box-24);
    border-radius: var(--radius-box-24);
    background-size: cover !important;
    width: 100%;
    height: 100%;
    min-height: 370px;
}

/*   latest news */
/*  global blog listig   */
/*#global-blog-list-wrapper {
    padding: 80px 0 100px 50px;
    display: block;
    max-width: 1250px;
    margin: 0 auto;
    min-height: 320px;
    position: relative;
}

#global-blog-list-column-no-1 {
    position: static;
}

#global-blog-list-wrapper .slick-prev {
    top: 100px;
    right: calc(600px - 44vw + 40px);
    left: auto;
    transition: none;
}

#global-blog-list-wrapper .slick-next {
    top: 100px;
    right: calc(600px - 44vw);
    left: auto;
    transition: none;
}

#global-blog-list-wrapper .global-blog-list-heading {
    width: 100%;
    max-width: 350px;
    margin-top: 25px;
    margin-left: -3px;
}

#global-blog-list-wrapper .global-blog-list-summary {
    width: 100%;
    max-width: 350px;
    position: absolute;
    float: left;
    margin-top: 25px;
}

    #global-blog-list-wrapper .global-blog-list-summary p {
        width: 100%;
        max-width: 290px;
        margin-top: 20px;
        display: block;
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 25px;
        line-height: 2.5rem;
        color: var(--p-main);
        font-weight: 400;
        margin-bottom: 0;
    }

    #global-blog-list-wrapper .global-blog-list-summary .read-more {
        margin-top: 50px;
    }

#global-blog-list-column-1 {
    margin: 0 0 0 auto;
    margin-left: 363px;
    width: calc(100% - 263px);
}

    #global-blog-list-column-1 ul.global-blog-list {
        display: flex;
        column-gap: 10px;
        justify-content: center;
        align-items: stretch;
        align-content: space-between;
        max-width: calc(100% - 0px);
        display: block;
        padding: 0 0px;
    }

ul.blog-list li,
ul.global-blog-list li {
    height: initial;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 400px;
}

    ul.blog-list li .single-wrapping,
    ul.global-blog-list li .single-wrapping {
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: flex-start;
        background-color: var(--white);
        padding: 30px;
        color: var(--p-main);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.11);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.11);
        box-shadow: 0px 1px 10px 0px rgba(0,0,0,.11);
        min-height: 215px;
        transition: none;
    }

        ul.blog-list li .single-wrapping:hover,
        ul.global-blog-list li .single-wrapping:hover {
            background-image: linear-gradient(var(--footer-bg-red), var(--red));
            color: var(--white);
        }

    ul.blog-list li .blog-category,
    ul.global-blog-list li .blog-category {
        display: block;
        font-size: 15px !important;
        font-size: 1.5rem !important;
        line-height: 21px !important;
        line-height: 2.1rem !important;
        margin-bottom: 10px;
        font-weight: 500 !important;
        color: #a42b5e;
    }

ul.blog-list .blog-list-title,
ul.global-blog-list .global-blog-list-title {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: 33px !important;
    line-height: 3.3rem !important;
    font-weight: 400;
    letter-spacing: 0px;
    width: 100%;
}


ul.blog-list p,
ul.global-blog-list p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 21px;
    line-height: 2.1rem;
    font-weight: 400;
}

ul.blog-list .introduction h4,
ul.global-blog-list .introduction h4,
ul.blog-list .introduction h3,
ul.global-blog-list .introduction h3,
ul.blog-list .introduction h2,
ul.global-blog-list .introduction h2 {
    font-size: 20px !important;
    font-size: 2.0rem !important;
    line-height: 25px !important;
    line-height: 2.5rem !important;
    font-weight: 300;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

ul.blog-list li .posteddate,
ul.global-blog-list li .posted {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    color: #a6a09a;
    letter-spacing: 0px;
    font-weight: 500;
}

    ul.blog-list li .posteddate .date-element-2,
    ul.global-blog-list li .posted .posted-element-2 {
        display: none;
    }

ul.blog-list li .more,
ul.global-blog-list li .more span {
    background-color: var(--td-green);
    -webkit-border-radius: var(--radius-button);
    -moz-border-radius: var(--radius-button);
    border-radius: var(--radius-button);
    color: var(--button-text);
    padding: 0px 18px;
    height: 36px;
    line-height: 36px;
    width: auto;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
}

ul.blog-list li a:hover .blog-list-title,
ul.blog-list li a:hover p,
ul.global-blog-list li a:hover .global-blog-list-title,
ul.global-blog-list li a:hover p {
    color: var(--white);
}

ul.blog-list li a:hover .blog-category,
ul.global-blog-list li a:hover .blog-category {
    color: #b60d55;
}

ul.blog-list li a:hover .posted,
ul.global-blog-list li a:hover .posted {
}

ul.blog-list li a:hover .more,
ul.global-blog-list li a:hover .more span {
    background-color: var(--white);
    color: var(--p-main);
}*/

/*  global faq list */
/*#gbl-faq-list-wrapper,
#faq-list-wrapper {
    max-width: var(--max-width-container-content);
    margin: 120px auto;
    padding: 0 var(--padding-right);
    display: grid;
    grid-template-columns: 2fr minmax(315px,0.75fr);
    grid-template-rows: auto 1fr;
    align-items: start;
    justify-items: start;
    justify-content: start;
    column-gap: 100px;
    row-gap: 0;
}

#gbl-faq-list-wrapper {
    grid-template-rows: auto auto;
    align-items: center;
}

h3.gbl-faq-list-heading {
    margin-top: auto;
}

.gbl-faq-list-summary {
    margin-bottom: auto;
}

#gbl-faq-list-wrapper .view-all-envelope,
#faq-list-wrapper .view-all-envelope {
    justify-content: flex-start;
    margin-top: 45px;
}

    #gbl-faq-list-wrapper .view-all-envelope a,
    #faq-list-wrapper .view-all-envelope a {
        width: 150px;
    }

#gbl-faq-list-wrapper > .read-all-envelope {
    display: none !important;
}

#gbl-faq-list-wrapper .gbl-faq-list-summary p,
#faq-list-wrapper .faq-list-summary p {
    color: var(--p-main);
    max-width: 200px;
}

#gbl-faq-list-wrapper ul,
#faq-list-wrapper ul#faq-list {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    color: var(--p-main);
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    width: 100%;
}

    #gbl-faq-list-wrapper ul li,
    #faq-list-wrapper ul#faq-list li {
        display: block;
        background-color: var(--white);
        -webkit-border-radius: var(--radius-box-24);
        -moz-border-radius: var(--radius-box-24);
        border-radius: var(--radius-box-24);
        -webkit-box-shadow: var(--box-shadow);
        -moz-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
    }

#gbl-faq-list-wrapper .question,
#faq-list-wrapper .question {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 400;
    padding: 23px 20px 23px 35px;
}


#gbl-faq-list-wrapper .toggleclick,
#faq-list-wrapper .toggleclick {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    align-items: center;
    align-content: center;
}

    #gbl-faq-list-wrapper .toggleclick .plus-icon,
    #faq-list-wrapper .toggleclick .plus-icon {
        width: 22px;
        height: 22px;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        display: flex;
        position: relative;
        padding: 0;
        margin: 23px 30px 23px 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        #gbl-faq-list-wrapper .toggleclick .plus-icon .line-x,
        #faq-list-wrapper .toggleclick .plus-icon .line-x {
            width: 22px;
            height: 2px;
            background-color: var(--td-green);
            position: absolute;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        #gbl-faq-list-wrapper .toggleclick .plus-icon .line-y,
        #faq-list-wrapper .toggleclick .plus-icon .line-y {
            width: 2px;
            height: 22px;
            background-color: var(--td-green);
            position: absolute;
            opacity: 1;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }


    #gbl-faq-list-wrapper .toggleclick.active .plus-icon,
    #faq-list-wrapper .toggleclick.active .plus-icon {
        transform: rotate(90deg);
    }

        #gbl-faq-list-wrapper .toggleclick.active .plus-icon .line-x,
        #faq-list-wrapper .toggleclick.active .plus-icon .line-x {
            opacity: 0;
        }


#gbl-faq-list-wrapper .toggledata, #faq-list-wrapper .toggledata {
    width: 100% !important;
}

#gbl-faq-list-wrapper .answer,
#faq-list-wrapper .answer {
    position: relative;
}

    #gbl-faq-list-wrapper .answer p,
    #faq-list-wrapper .answer p {
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 25px;
        line-height: 2.5rem;
        padding: 26px 30px 1px;
    }

        #gbl-faq-list-wrapper .answer p:not(:first-child),
        #faq-list-wrapper .answer p:not(:first-child) {
            margin-top: -31px;
        }

    #gbl-faq-list-wrapper .answer:before,
    #faq-list-wrapper .answer:before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: calc(100% - 60px);
        left: 30px;
        top: 0;
        border-top: 1px solid #f3ecef;
    }
*/





/*  tabbed content */
.tabbed-container {
    margin: 0 auto;
}

    .tabbed-container.left-section {
        margin-left: 0;
    }

    .tabbed-container.right-section {
        margin-right: 0;
    }

    .tabbed-container.left-section.text-left {
        padding-left: 0;
    }

div.tabbed-content .left-section .inline-image-container {
    z-index: 10;
    float: right;
    display: block;
    position: absolute;
}

div.tabbed-content .right-section .inline-image-container {
    z-index: 10;
    float: left;
    display: block;
    position: absolute;
}

div.tabbed-content .center-section.image-right .inline-image-container {
    z-index: 10;
    float: right;
    display: block;
    position: absolute;
}

div.tabbed-content .center-section.left-section .inline-image-container {
    z-index: 10;
    float: left;
    display: block;
    position: absolute;
}

ul.tabs {
    margin: 0px auto 10px !important;
    padding: 0px !important;
    list-style: none;
    display: flex;
    column-gap: 10px;
}

    ul.tabs li {
        padding: 0px 40px !important;
        margin: 0 !important;
        cursor: pointer;
        background-color: var(--white);
        border: 1px solid var(--td-green);
        color: var(--p-main);
        -webkit-border-radius: var(--radius-button);
        -moz-border-radius: var(--radius-button);
        border-radius: var(--radius-button);
        padding: 0px 34px;
        height: 48px;
        line-height: 48px;
        width: auto;
        display: inline-block;
        text-align: center;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        font-weight: 500;
        font-size: 17px;
        font-size: 1.7rem;
        text-transform: initial;
        letter-spacing: 0.2px;
    }


        ul.tabs li:hover,
        ul.tabs li.current {
            background-color: var(--td-green);
            border-color: var(--td-green);
            color: var(--button-text);
        }

.tab-content {
    display: none;
}

    .tab-content.current {
        display: inherit;
    }


*:focus {
    outline: none!important;
}