@font-face {
    font-family: 'MachineStd';
    src: url('../fonts/MachineStd.eot');
    src: url('../fonts/MachineStd.eot?#iefix') format('embedded-opentype'),url('../fonts/MachineStd.woff2') format('woff2'),url('../fonts/MachineStd.woff') format('woff'),url('../fonts/MachineStd.ttf') format('truetype'),url('../fonts/MachineStd.svg#MachineStd') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Regular.woff') format('woff'),url('../fonts/Lato-Regular.ttf') format('truetype'),url('../fonts/Lato-Regular.svg#MachineStd') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    width: 100% !important;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    line-height: 23px;
    color: #111;
    overflow-x: hidden;
}

h1 {
    font-family: MachineStd;
    font-size: 60px;
    line-height: 58px;
    color: #111111;
}

h2 {
    font-family: MachineStd;
    font-size: 52px;
    line-height: 48px;
    color: #111111;
}

h3 {
    font-family: MachineStd;
    font-size: 42px;
    line-height: 40px;
    color: #111111;
}

h4 {
    font-family: MachineStd;
    font-size: 36px;
    line-height: 34px;
    color: #111111;
}

h5 {
    font-family: Lato;
    font-size: 24px;
    line-height: 26px;
    color: #000;
}

h6 {
    font-family: Lato;
    font-size: 20px;
    line-height: 22px;
    color: #000;
}

p {
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    color: #111;
}

a {
    color: #d42e12;
}

    a:hover {
        color: #d42e12;
        text-decoration: underline;
    }

.btn-primary {
    display: inline-block;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #d42e12;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 20px 55px;
    border-radius: 0px;
    margin-right: 10px;
}

    .btn-primary:hover {
        background-color: #9e0b0f;
        transition: all 0.3s ease;
    }

.btn-secondary {
    display: inline-block;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: none;
    color: #d42e12;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 20px 55px;
    border-radius: 0px;
    margin-right: 10px;
}

    .btn-secondary:hover {
        background-color: #9e0b0f;
        transition: all 0.3s ease;
    }

.pageHeaderRed {
    z-index: 10;
}

/*----  Structural  ----*/

main {
    padding-top: 100px;
}

.section {
    padding: 0px !important;
}

.BigHeading {
    color: #d42e12;
    text-align: center;
}

#LoaderOverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(255,255,255,0.9);*/
    background: #d42e12;
    z-index: 9999;
}

.pl-frame {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
}

    .pl-frame .loader {
        width: 100px;
        height: 100px;
    }

        .pl-frame .loader span {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
        }

            .pl-frame .loader span:before,
            .pl-frame .loader span:after {
                position: absolute;
                width: 4px;
                height: 100%;
                background: #fff;
                content: "";
            }

            .pl-frame .loader span:before {
                top: auto;
                right: 0;
                bottom: 0;
                animation: drawframeRight 2s linear infinite 0.2s;
            }

            .pl-frame .loader span:after {
                top: 0;
                bottom: auto;
                left: 0;
                animation: drawframeLeft 2s linear infinite 0.6s;
            }

        .pl-frame .loader:before,
        .pl-frame .loader:after {
            position: absolute;
            width: 100%;
            height: 4px;
            background: #fff;
            content: "";
        }

        .pl-frame .loader:before {
            top: 0;
            right: 0;
            left: auto;
            animation: drawframeTop 2s linear infinite;
        }

        .pl-frame .loader:after {
            right: auto;
            bottom: 0;
            left: 0;
            animation: drawframeBottom 2s linear infinite 0.4s;
        }

/* Animations */
@keyframes drawframeTop {
    0% {
        right: 0;
        left: auto;
        width: 100%;
    }

    12.5% {
        right: 0;
        left: auto;
        width: 0%;
    }

    50% {
        right: auto;
        left: 0;
        width: 0%;
    }

    62.5% {
        right: auto;
        left: 0;
        width: 100%;
    }

    100% {
        right: auto;
        left: 0;
        width: 100%;
    }
}

@keyframes drawframeBottom {
    0% {
        right: auto;
        left: 0;
        width: 100%;
    }

    12.5% {
        right: auto;
        left: 0;
        width: 0%;
    }

    50% {
        right: 0;
        left: auto;
        width: 0%;
    }

    62.5% {
        right: 0;
        left: auto;
        width: 100%;
    }

    100% {
        right: 0;
        left: auto;
        width: 100%;
    }
}

@keyframes drawframeRight {
    0% {
        top: auto;
        bottom: 0;
        height: 100%;
    }

    12.5% {
        top: auto;
        bottom: 0;
        height: 0%;
    }

    50% {
        top: 0;
        bottom: auto;
        height: 0%;
    }

    62.5% {
        top: 0;
        bottom: auto;
        height: 100%;
    }

    100% {
        top: 0;
        bottom: auto;
        height: 100%;
    }
}

@keyframes drawframeLeft {
    0% {
        top: 0;
        bottom: auto;
        height: 100%;
    }

    12.5% {
        top: 0;
        bottom: auto;
        height: 0%;
    }

    50% {
        top: auto;
        bottom: 0;
        height: 0%;
    }

    62.5% {
        top: auto;
        bottom: 0;
        height: 100%;
    }

    100% {
        top: auto;
        bottom: 0;
        height: 100%;
    }
}

/*----  Generic  ----*/

.header {
    padding: 0;
    height: 100px;
    z-index: 999;
    background: #fff;
    box-shadow: 5px 1px 8px 2px rgb(0 0 0 / 20%);
}

    .header .MenuButton {
        height: 100px;
        width: 0px;
        background: #d42e12;
        padding: 35px 15px;
        position: relative;
    }

        .header .MenuButton.FadeIn {
            padding: 0;
        }

        .header .MenuButton:hover {
            cursor: pointer;
        }

        .header .MenuButton .menuIcon,
        .header .MenuButton .menuText {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
        }

        .header .MenuButton .menuIcon {
            height: 24px;
            width: 20px;
            position: relative;
        }

            .header .MenuButton .menuIcon span {
                position: absolute;
                top: 50%;
                height: 2px;
                width: 100%;
                background: #fff;
                transition: all 0.2s;
            }

                .header .MenuButton .menuIcon span:first-child {
                    top: 22%;
                    width: 75%;
                }

                .header .MenuButton .menuIcon span:last-child {
                    top: 78%;
                    width: 75%;
                }

        .header .MenuButton:hover .menuIcon span:first-child,
        .header .MenuButton:hover .menuIcon span:last-child {
            width: 100%;
            transition: all 0.2s;
        }

        .header .MenuButton.open .menuIcon span {
            display: none;
        }

            .header .MenuButton.open .menuIcon span:first-child {
                display: block;
                width: 100%;
                top: 50%;
                transform: rotate(45deg);
            }

            .header .MenuButton.open .menuIcon span:last-child {
                display: block;
                width: 100%;
                top: 50%;
                transform: rotate(-45deg);
            }

        .header .MenuButton .menuText {
            text-transform: uppercase;
            color: #fff;
            margin-top: 1px;
        }

/* first load */

.MenuButton.FirstLoad .First {
    animation: burger-hover 1s infinite ease-in-out alternate;
}

.MenuButton.FirstLoad .Second {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.MenuButton.FirstLoad .Third {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@keyframes burger-hover {
    0% {
        width: 100%
    }

    50% {
        width: 50%
    }

    100% {
        width: 100%
    }
}

.header .logo {
    height: 100px;
    padding: 0;
}

    .header .logo a {
        display: block;
        height: 100%;
        width: 100%;
        padding: 15px;
    }

        .header .logo a img {
            height: 100%;
        }

    .header .logo.home {
        height: 200px;
        margin-bottom: -100px;
    }

.header.header--fixed .logo.home {
    height: 100px;
    margin-bottom: 0px;
}

.header .logo.home a {
    padding: 0;
}

.header.header--fixed .logo.home a {
    padding: 15px;
}

.header .logo.home .Scroll,
.header.header--fixed .logo.home .NoScroll {
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

.header .logo.home .NoScroll,
.header.header--fixed .logo.home .Scroll {
    display: block;
    opacity: 1;
    transition: all 0.5s;
}

.header.header--fixed {
    box-shadow: 5px 1px 8px 2px rgba(0,0,0,.2);
}

.header .RightNav {
    margin-left: auto;
    padding-right: 30px;
}

    .header .RightNav .Subnav,
    .header .RightNav .Icons {
        display: inline-block;
        vertical-align: top;
    }

        .header .RightNav .Subnav .Link {
            display: inline-block;
            vertical-align: top;
            position: relative;
            height: 100px;
            padding: 38px 15px;
            color: #000;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 0.5px;
            transition: all 0.3s;
            border-top: 0px solid #d42e12;
        }

            .header .RightNav .Subnav .Link:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                width: 100%;
                border-top: 0px solid #d42e12;
                transition: all 0.3s;
            }

            .header .RightNav .Subnav .Link:hover {
                text-decoration: none;
                cursor: pointer;
                color: #d42e12;
                transition: all 0.3s;
            }

                .header .RightNav .Subnav .Link:hover:before {
                    border-top: 10px solid #d42e12;
                    transition: all 0.3s;
                }

    .header .RightNav .Icons {
        width: 100px;
        height: 100px;
    }

        .header .RightNav .Icons .Icon {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            height: 100px;
            margin-right: -4px;
        }

            .header .RightNav .Icons .Icon.Countries .form-item {
                height: 100px;
            }

                .header .RightNav .Icons .Icon.Countries .form-item .country-select {
                    height: 100px;
                    width: 100%;
                }

                    .header .RightNav .Icons .Icon.Countries .form-item .country-select #country_selector {
                        display: none;
                    }

                    .header .RightNav .Icons .Icon.Countries .form-item .country-select .country-list {
                        right: 0;
                        width: 250px;
                        min-height: 152px;
                        overflow: hidden !important;
                    }

                    .header .RightNav .Icons .Icon.Countries .form-item .country-select .selected-flag .flag {
                        height: 24px;
                        width: 24px;
                        border-radius: 12px;
                    }

                    .header .RightNav .Icons .Icon.Countries .form-item .country-select .selected-flag .arrow {
                        display: none;
                    }

.country-select .flag.za {
    background: url(/media/ccgbmvrm/south-africa.svg) no-repeat center center;
}

.country-select .flag.bw {
    background: url(/media/j1pje1h3/botswana.svg) no-repeat center center;
}

.country-select .flag.cd {
    background: url(/media/lxdpr5te/drc.svg) no-repeat center center;
}

.country-select .flag.et {
    background: url(/media/1onl3bmr/ethiopia.svg) no-repeat center center;
}

.country-select .flag.mz {
    background: url(/media/rw5pyi5k/mozambique.svg) no-repeat center center;
}

.country-select .flag.rw {
    background: url(/media/h03fefkc/rwanda.svg) no-repeat center center;
}

.country-select .flag.zw {
    background: url(/media/pjvbfzqj/zimbabwe.svg) no-repeat center center;
}

.country-select .country-list .flag {
    height: 25px;
    width: 25px;
    box-shadow: none;
}

.header .RightNav .Icons .Icon.SearchButton {
    background: url(/media/0jphf13x/search-red.svg) no-repeat center center;
}

    .header .RightNav .Icons .Icon.SearchButton:hover {
        background-color: #f2f2f2;
        cursor: pointer;
    }

.header .MobileSearchButton {
    display: none;
}

/* Red Bar */

.header .MenuButton .RedBar,
.header .MenuButton .RedBar.MenuOpen,
.header.header--fixed .MenuButton .RedBar.MenuOpen {
    position: fixed;
    width: 0%;
    max-width: 100px;
    top: 100px;
    left: 0;
    bottom: 0;
    background: #d42e12;
    height: 100%;
    transition: all 0.3s;
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 20%);
}

.header.header--fixed .MenuButton .RedBar {
    position: fixed;
    width: 100px;
    top: 100px;
    left: 0;
    bottom: 0;
    background: #d42e12;
    height: 0;
    transition: all 0.3s;
}

/*-- MENU --*/

#FullscreenMenu {
    width: 0px;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    padding-top: 0px;
    background-color: #fff;
    background-image: none;
    background-position: right bottom 160px;
    background-repeat: no-repeat;
    background-size: 34%;
    z-index: 998;
    transition: all .7s cubic-bezier(1,0,0,1) 0ms;
}

    #FullscreenMenu.reveal {
        width: 100%;
        height: 100%;
        padding-top: 200px;
        border-left: 100px solid #d42e12;
        border-right: 20px solid #d42e12;
        background-image: url(/media/ad2kd0vb/elephant.png);
        transition: all .7s cubic-bezier(1,0,0,1) 0ms;
    }

    #FullscreenMenu .Fullscreenmenuwrapper {
        height: 100%;
    }

    #FullscreenMenu .TopSection {
        height: calc(100% - 130px);
        position: relative;
    }

        #FullscreenMenu .TopSection:before {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 50%;
            height: 30px;
            background: #d42e12;
        }

        #FullscreenMenu .TopSection .menuSection {
            display: block;
        }

    #FullscreenMenu .BottomSection {
        height: 130px;
        background: #d42e12;
    }

        #FullscreenMenu .BottomSection .DesktopMenuContact {
            display: block;
        }

        #FullscreenMenu .BottomSection .MenuContact {
            display: none;
            padding: 15px 0 0 100px;
            font-size: 14px;
        }

            #FullscreenMenu .BottomSection .MenuContact p,
            #FullscreenMenu .BottomSection .MenuContact a {
                color: #fff;
                margin: 0;
                font-size: 14px;
                line-height: 20px;
            }

        #FullscreenMenu .BottomSection .MobileMenuContact {
            display: none;
        }

/* Menu open */

.MenuIsOpen .header,
.MenuIsOpen .header.header--fixed {
    box-shadow: none;
    background: none;
    transition: all 1s;
    z-index: 999;
}

    .MenuIsOpen .header .logo.home,
    .MenuIsOpen .header.header--fixed .logo.home {
        height: 100px;
        margin-bottom: 0px;
    }

        .MenuIsOpen .header .logo.home a,
        .MenuIsOpen .header.header--fixed .logo.home a {
            padding: 15px;
        }

        .MenuIsOpen .header .logo.home .NoScroll {
            display: none;
            opacity: 0;
        }

        .MenuIsOpen .header .logo.home .Scroll {
            display: block;
            opacity: 1;
        }

/* Social Bar */

#FullscreenMenu .TopSection .MenuSocialBar {
    height: 35px;
    width: 300px;
    margin-top: -60px;
    position: absolute;
    right: 0;
    top: 0;
}

    #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink {
        width: 20%;
        display: inline-block;
        margin-right: -4px;
        height: 35px;
        transition: all 0.3s;
    }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink:hover {
            cursor: pointer;
            transition: all 0.3s;
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Facebook {
            background: url(/media/tcphjkam/facebook-red.svg) no-repeat center center;
            background-size: 20px 20px;
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Twitter {
            background: url(/media/v05f2mnx/twitter-red.svg) no-repeat center center;
            background-size: 20px 20px;
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Youtube {
            background: url(/media/jzhdinsg/youtube-red.svg) no-repeat center center;
            background-size: 20px 20px;
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Pinterest {
            background: url(/media/3oajdidu/pinterest-red.svg) no-repeat center center;
            background-size: 20px 20px;
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Linkedin {
            background: url(/media/wshneul0/linkedin-red.svg) no-repeat center center;
            background-size: 20px 20px;
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Facebook:hover {
            background: #d42e12 url(/media/iwmneiox/fb-white.svg) no-repeat center center;
            background-size: 20px 20px;
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Twitter:hover {
            background: #d42e12 url(/media/i5tfwab3/twitter-white.svg) no-repeat center center;
            background-size: 20px 20px;
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Youtube:hover {
            background: #d42e12 url(/media/5qufalv5/youtube-white.svg) no-repeat center center;
            background-size: 20px 20px;
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Pinterest:hover {
            background: #d42e12 url(/media/jachzci1/pinterest-white.svg) no-repeat center center;
            background-size: 20px 20px;
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Linkedin:hover {
            background: #d42e12 url(/media/3rpikt2b/linkedin-white.svg) no-repeat center center;
            background-size: 20px 20px;
        }

/* Menu - Desktop */

.menuSection {
    position: relative;
    width: 100%;
    height: 450px;
}

    .menuSection.Desktop .Mobile {
        display: none;
    }

    .menuSection.Desktop .Desktop {
        display: block;
    }

    .menuSection .Desktop .FirstLevelLink {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin-left: -500px;
    }

        .menuSection .Desktop .FirstLevelLink span {
            display: block;
            width: fit-content;
            width: -moz-fit-content;
            font-size: 36px;
            line-height: 40px;
            color: #d42e12;
            padding: 20px 40px 15px;
            transition: all 0.3s;
            font-family: 'MachineStd';
        }

.reveal .menuSection .Desktop .FirstLevelLink span {
    transition: all 0.3s;
    opacity: 1;
}

.menuSection .Desktop .FirstLevelLink:hover {
    text-decoration: none;
}

    .menuSection .Desktop .FirstLevelLink:hover span {
        background: #d42e12;
        color: #fff;
        text-decoration: none;
        padding: 20px 40px 15px 60px;
        transition: all 0.3s;
    }

.menuSection .Desktop .FirstLevelLink.active span {
    background: #d42e12;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px 15px 60px;
    transition: all 0.3s;
}

.menuSection .Desktop .subMenuSection {
    display: none;
    position: absolute;
    width: 350px;
    border-left: 1px solid #d42e12;
    left: 33%;
    top: 0;
    bottom: 0;
}

    .menuSection .Desktop .subMenuSection > a {
        display: block;
        width: 100%;
    }

        .menuSection .Desktop .subMenuSection > a:hover {
            text-decoration: none;
        }

        .menuSection .Desktop .subMenuSection > a span {
            display: block;
            width: fit-content;
            width: -moz-fit-content;
            font-size: 18px;
            line-height: 18px;
            color: #111;
            padding: 15px 25px;
            transition: all 0.3s;
        }

        .menuSection .Desktop .subMenuSection > a:hover span {
            background: #d42e12;
            color: #fff;
            text-decoration: none;
            padding: 15px 25px 15px 35px;
            transition: all 0.3s;
        }

        .menuSection .Desktop .subMenuSection > a.active span {
            background: #d42e12;
            color: #fff;
            text-decoration: none;
            padding: 15px 25px 15px 35px;
            transition: all 0.3s;
        }

    .menuSection .Desktop .subMenuSection .subSubMenu {
        display: none;
        position: absolute;
        width: 350px;
        border-left: 1px solid #d42e12;
        left: 100%;
        top: 0;
        bottom: 0;
    }

        .menuSection .Desktop .subMenuSection .subSubMenu > a {
            display: block;
            width: 100%;
            font-size: 18px;
            line-height: 18px;
            color: #111;
            padding: 10px 20px;
            transition: all 0.3s;
        }

            .menuSection .Desktop .subMenuSection .subSubMenu > a:hover {
                background: #d42e12;
                color: #fff;
                text-decoration: none;
                padding: 10px 20px 10px 30px;
                transition: all 0.3s;
            }


/* Menu - Mobile */

.menuSection.Mobile .Mobile {
    display: block;
}

.menuSection.Mobile .Desktop {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menuSection .Desktop .FirstLevelLink span {
        width: auto;
        display: inline-flex;
    }
}


/* Search */

.Search {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

    .Search .SearchInputContainer {
        width: 100%;
        max-width: 800px;
        margin: auto;
    }

        .Search .SearchInputContainer .searchMenuBox {
            position: relative;
            height: 130px;
        }

            .Search .SearchInputContainer .searchMenuBox .MenuSearchInput {
                font-size: 70px;
                color: #d42e12;
                border: none;
                font-family: 'MachineStd';
                border-bottom: 2px solid #d42e12;
                padding: 10px;
                width: 100%;
                background: none;
            }

            .Search .SearchInputContainer .searchMenuBox .MenuSearchButton {
                position: absolute;
                height: 100px;
                width: 50px;
                border: 0px none;
                background: url(/media/0jphf13x/search-red.svg) no-repeat center center;
                right: 0;
                background-size: 35px;
            }

                .Search .SearchInputContainer .searchMenuBox .MenuSearchInput:focus,
                .Search .SearchInputContainer .searchMenuBox .MenuSearchButton:focus {
                    outline: none;
                }

        .Search .SearchInputContainer .SearchBackButton {
            border: 2px solid #d42e12;
            background: #fff;
            padding: 20px 40px;
            font-size: 20px;
            color: #d42e12;
            font-weight: bold;
        }

/*-- QuickFloat --*/

.QuickFloat {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 997;
}

    .QuickFloat .Item {
        height: 50px;
        width: 50px;
        background: #9e0b0f;
        margin-bottom: 5px;
        transition: all 0.5s;
        overflow: hidden;
        box-shadow: 5px 1px 8px 2px rgba(0,0,0,.2);
    }

        .QuickFloat .Item:hover {
            width: 250px;
            margin-left: -200px;
            transition: all 0.5s;
            cursor: pointer;
        }

        .QuickFloat .Item .Icon,
        .QuickFloat .Item .Text {
            display: inline-block;
            vertical-align: top;
            transition: all 0.5s;
        }

        .QuickFloat .Item .Icon {
            width: 50px;
            height: 50px;
        }

        .QuickFloat .Item .Text {
            width: calc(100% - 55px);
            font-size: 0px;
            color: #fff;
            text-transform: uppercase;
            height: 50px;
            overflow: hidden;
            padding: 12px 0;
        }

            .QuickFloat .Item .Text a {
                color: #fff !important;
                font-weight: bold;
            }

        .QuickFloat .Item:hover .Text {
            font-size: 16px;
            text-decoration: none;
        }

            .QuickFloat .Item:hover .Text a {
                color: #fff !important;
            }

        .QuickFloat .Item .Text a:hover {
            text-decoration: none;
        }

        .QuickFloat .Item.Calculator .Icon {
            background: url(/media/twakm3fz/calculate.svg) no-repeat center center;
            background-size: 30px 30px;
        }

        .QuickFloat .Item.Guide .Icon {
            background: url(/media/g3wnc3yf/guides.svg) no-repeat center center;
            background-size: 30px 30px;
        }

        .QuickFloat .Item.Social .Icon {
            background: url(/media/ox0d45to/share.svg) no-repeat center center;
            background-size: 30px 30px;
        }

        .QuickFloat .Item.Chat .Icon {
            background: url(/media/ozlmxgn3/chat.svg) no-repeat center center;
            background-size: 30px 30px;
        }

        .QuickFloat .Item.Shop .Icon {
            background: url(/media/4x3gcjfi/shop.svg) no-repeat center center;
            background-size: 30px 30px;
        }

        .QuickFloat .Item.Social .Icon,
        .QuickFloat .Item.Social .Icons {
            display: inline-block;
            vertical-align: top;
        }

        .QuickFloat .Item.Social:hover .Icon {
            width: 0px;
            height: 0px;
            overflow: hidden;
        }

        .QuickFloat .Item.Social .Icons {
            width: 0px;
        }

        .QuickFloat .Item.Social:hover .Icons {
            width: 100%;
            margin-top: -24px;
        }

            .QuickFloat .Item.Social:hover .Icons .SmallIcon {
                width: 16%;
                height: 50px;
                display: inline-block;
                vertical-align: top;
                margin-right: -4px;
            }

        .QuickFloat .Item.Social .Icons .SmallIcon.Facebook {
            background: url(/media/iwmneiox/fb-white.svg) no-repeat center center;
        }

        .QuickFloat .Item.Social .Icons .SmallIcon.Twitter {
            background: url(/media/i5tfwab3/twitter-white.svg) no-repeat center center;
        }

        .QuickFloat .Item.Social .Icons .SmallIcon.Youtube {
            background: url(/media/5qufalv5/youtube-white.svg) no-repeat center center;
        }

        .QuickFloat .Item.Social .Icons .SmallIcon.Pinterest {
            background: url(/media/jachzci1/pinterest-white.svg) no-repeat center center
        }

        .QuickFloat .Item.Social .Icons .SmallIcon.Linkedin {
            background: url(/media/3rpikt2b/linkedin-white.svg) no-repeat center center
        }

        .QuickFloat .Item.Social .Icons .SmallIcon.qrCode {
            background: url(/media/b2dbzagu/qr-code.svg) no-repeat center center
        }

#QrModal .modal-dialog {
    width: 500px;
}

#QrModal .modal-body {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#QrModal .modal-content {
    height: 450px;
}
body{
    height: 100vh;
    padding-right: 0 !important;
}



/*----  Showcase Banner  ----*/

.showcaseBanner {
    width: 100%;
    height: 660px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .showcaseBanner:before {
        content: "";
        width: 10px;
        height: 400px;
        bottom: -10px;
        margin-left: -10px;
        position: absolute;
        background-color: #d42e12;
    }

    .showcaseBanner .redBlockContainer {
        width: 40%;
        height: 500px;
        float: right;
        margin-right: 10%;
    }

        .showcaseBanner .redBlockContainer .redBlock {
            padding-top: 7%;
            padding-bottom: 6%;
            text-align: center;
            background-color: #d42e12;
        }

            .showcaseBanner .redBlockContainer .redBlock button {
                width: 250px;
                height: 60px;
                margin: 30px;
                margin-top: 14px;
                margin-bottom: 10px;
                border: none;
                text-transform: uppercase;
                font-size: 18px;
                font-family: Lato;
                position: relative;
                float: none;
                font-weight: 900;
                color: #d42e12;
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background-color: #ffffff;
                transition: all 0.3s ease;
            }

                .showcaseBanner .redBlockContainer .redBlock button:hover {
                    background-color: #9e0b0f;
                    color: white;
                    transition: all 0.3s ease;
                }


            .showcaseBanner .redBlockContainer .redBlock h3 {
                color: white;
                font-family: Lato;
                font-size: 20px;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: 0.2px;
                text-align: center;
                text-transform: uppercase;
            }

            .showcaseBanner .redBlockContainer .redBlock h6 {
                color: white;
                font-family: Lato;
                font-size: 20px;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: 0.2px;
                text-align: center;
                text-transform: uppercase;
            }

            .showcaseBanner .redBlockContainer .redBlock h2, .showcaseBanner .redBlockContainer .redBlock .BigText {
                color: white;
                font-family: MachineStd;
                font-size: 70px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 85%;
                letter-spacing: 0.4px;
                text-align: center;
                text-transform: uppercase;
            }

            .showcaseBanner .redBlockContainer .redBlock p {
                color: white;
                font-family: Lato;
                font-size: 22px;
            }

        .showcaseBanner .redBlockContainer .redBlockLine {
            width: 50%;
            height: 40px;
            background-color: #d42e12;
        }


.showcaseContainer .imageLine {
    height: 10px;
    width: 50%;
    background-color: #d42e12;
}

.showcaseContainer .whiteBlock {
    width: 150px;
    height: 60px;
    background-color: white;
    float: right;
    margin-top: -35px;
    right: 17%;
    z-index: 2;
    position: relative;
}

    .showcaseContainer .whiteBlock:before {
        content: "";
        width: 75px;
        height: 20px;
        margin-top: -15px;
        right: 0;
        position: absolute;
        background-color: white;
    }

/*--- Beyond CTA --- */

.beyondCTA {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 200px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    border-bottom: 10px solid #d42e12;
}

    .beyondCTA .beyondContainerBox {
        width: 60%;
        margin-left: 20%;
        position: relative;
        z-index: 2;
        top: 192px;
    }

    .beyondCTA .strengthBox {
        padding: 30px;
        background-color: white;
        border-bottom: 10px solid #d42e12;
        box-shadow: 0 32px 50px 0 rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .beyondCTA .strengthBox h2:after {
            content: "";
            width: 50px;
            height: 3px;
            background-color: #d42e12;
            position: absolute;
            left: 47%;
            margin-top: 66px;
        }

        .beyondCTA .strengthBox h2 {
            margin-bottom: 45px;
        }

        .beyondCTA .strengthBox p {
            width: 60%;
            margin-left: 20%;
        }

    .beyondCTA button {
        width: 282px;
        height: 70px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
        background-color: #d42e12;
        border: none;
        color: white;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        margin-top: -25px;
        transition: all 0.3s ease;
    }

        .beyondCTA button:hover {
            background-color: #9e0b0f;
            transition: all 0.3s ease;
        }

/*-- Category Listing --*/

.categoryListing {
    width: 100%;
    text-align: center;
}

    .categoryListing h2 {
        color: #d42e12;
        padding-bottom: 38px;
        border-bottom: 1px solid #d42e12;
        margin-bottom: 105px;
    }

        .categoryListing h2:after {
            content: "";
            width: 300px;
            position: absolute;
            height: 10px;
            margin-top: 87px;
            margin-left: -300px;
            background-color: #d42e12;
        }

    .categoryListing .categoryItem {
        margin-bottom: 120px;
        border-right: 1px solid #d42e12;
    }

        .categoryListing .categoryItem:hover {
            text-decoration: none;
            cursor: pointer;
        }

            .categoryListing .categoryItem:hover h3, .shadowBlock:hover h3 {
                text-decoration: underline;
                text-decoration-color: #d42e12;
            }

        .categoryListing .categoryItem:nth-of-type(3), .categoryListing .categoryItem:last-of-type {
            border-right: 0px solid #d42e12;
        }


        .categoryListing .categoryItem img {
            padding-bottom: 30px;
            height: 300px;
        }

        .categoryListing .categoryItem h6 {
            text-transform: uppercase;
            color: #d42e12;
            font-weight: 900;
            font-size: 16px;
            padding-bottom: 10px;
        }

        .categoryListing .categoryItem p {
            width: 80%;
            margin-left: 10%;
            height: 150px;
        }

        .categoryListing .categoryItem button {
            width: 282px;
            height: 70px;
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
            background-color: #d42e12;
            border: none;
            color: white;
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase;
            position: relative;
            transition: all 0.3s ease;
        }

            .categoryListing .categoryItem button:hover {
                background-color: #9e0b0f;
                transition: all 0.3s ease;
            }

/*----  Content  ----*/

.TestimoialSliderWrapper {
    background: #d42e12;
    padding: 50px 0;
    position: relative;
    margin-bottom: -10px;
}

    .TestimoialSliderWrapper:before {
        position: absolute;
        content: '';
        height: 30px;
        width: 50%;
        background: #d42e12;
        top: -30px;
        right: 0;
    }

    .TestimoialSliderWrapper:after {
        position: absolute;
        content: '';
        height: 40px;
        width: 50%;
        background: #d42e12;
        bottom: -40px;
        left: 0;
    }

    .TestimoialSliderWrapper .TestimonialSliderHeading {
        font-size: 52px;
        text-align: center;
        color: #fff;
    }

    .TestimoialSliderWrapper .TestimonialSliderLine {
        height: 1px;
        background: #fff;
        margin: 30px 50px;
        position: relative;
    }

        .TestimoialSliderWrapper .TestimonialSliderLine:after {
            position: absolute;
            content: '';
            height: 8px;
            width: 250px;
            background: #fff;
            left: 50%;
            margin-left: -125px;
        }

    .TestimoialSliderWrapper.OnTestimonialPage {
        margin-top: 100px;
    }

    /* Slide */

    .TestimoialSliderWrapper .TestimonialSlide {
        background: #fff;
        margin: 15px;
    }

        .TestimoialSliderWrapper .TestimonialSlide .TestimonialSlideClick {
            display: block;
            padding: 20px;
        }

            .TestimoialSliderWrapper .TestimonialSlide .TestimonialSlideClick:hover {
                text-decoration: none;
                transition: all 0.3s;
                box-shadow: 0px 2px 15px 2px #777;
            }

        .TestimoialSliderWrapper .TestimonialSlide .ImageContainer {
            height: 165px;
            width: 100%;
            overflow: hidden;
            margin-bottom: 20px;
        }

            .TestimoialSliderWrapper .TestimonialSlide .ImageContainer img {
                height: 100%;
            }

        .TestimoialSliderWrapper .TestimonialSlide .Title {
            font-weight: bold;
            height: 50px;
            line-height: 24px;
        }

        .TestimoialSliderWrapper .TestimonialSlide .TestimonialLink {
            display: block;
            text-align: right;
            position: relative;
            font-size: 16px;
            color: #d42e12;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 30px;
        }

        .TestimoialSliderWrapper .TestimonialSlide .TestimonialSlideClick:hover .TestimonialLink {
            text-decoration: none;
            transition: all 0.3s;
        }

        .TestimoialSliderWrapper .TestimonialSlide .TestimonialLink:before {
            content: "";
            width: 38px;
            height: 2px;
            position: absolute;
            background-color: #d42e12;
            margin-top: 28px;
            transition: all 0.2s ease;
        }

        .TestimoialSliderWrapper .TestimonialSlide .TestimonialSlideClick:hover .TestimonialLink:before {
            width: 150px;
            transition: all 0.2s ease;
        }

    /* Dots */

    .TestimoialSliderWrapper .slick-dots {
        height: 10px;
        width: fit-content;
        width: -moz-fit-content;
        margin: 20px auto;
        padding-left: 0;
    }

        .TestimoialSliderWrapper .slick-dots li {
            list-style-type: none;
            display: inline-block;
            vertical-align: top;
            margin-right: 5px;
            height: 10px;
        }

            .TestimoialSliderWrapper .slick-dots li:only-child {
                display: none;
            }

            .TestimoialSliderWrapper .slick-dots li button {
                background: rgba(0,0,0,0.5);
                border: 0px none;
                font-size: 0px;
                width: 50px;
                height: 10px;
                vertical-align: top;
            }

            .TestimoialSliderWrapper .slick-dots li.slick-active button {
                background: #fff;
                box-shadow: 5px 1px 8px 2px rgba(0,0,0,.2);
            }

            .TestimoialSliderWrapper .slick-dots li button:focus {
                outline: none;
            }

    .TestimoialSliderWrapper .slick-next,
    .TestimoialSliderWrapper .slick-prev {
        opacity: 0;
        position: absolute;
        right: 60px;
        top: 50%;
        z-index: 1;
        background-color: rgba(0,0,0,0.2);
        font-family: 'Lato';
        border: none;
        color: white;
        outline: none;
        font-size: 39px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        text-shadow: 2px 1px 7px black;
        transition: all 0.2s ease;
    }

    .TestimoialSliderWrapper .slick-next {
        left: 60px;
        width: 33px;
    }

    .TestimoialSliderWrapper .slick-prev {
        right: 60px;
    }

    .TestimoialSliderWrapper:hover .slick-next,
    .TestimoialSliderWrapper:hover .slick-prev {
        opacity: 0.7;
    }

/* on page */

.TestimonialSliderZone {
    margin-top: 90px;
}

/*  Testimonial Listing */

.TestimonialListing {
    max-width: 1000px;
    margin: 50px auto;
}

    .TestimonialListing .TestimonialSlide {
        padding-bottom: 30px;
    }

        .TestimonialListing .TestimonialSlide img {
            width: 100%;
        }

        .TestimonialListing .TestimonialSlide .TestimonialSlideClick {
            display: block;
            margin: 15px 0;
        }

            .TestimonialListing .TestimonialSlide .TestimonialSlideClick h5 {
                font-size: 24px;
                font-weight: 900;
                text-transform: uppercase;
            }

        .TestimonialListing .TestimonialSlide:hover .ImageContainer img {
            opacity: 0.8;
        }

        .TestimonialListing .TestimonialSlide .TestimonialSlideClick:hover {
            text-decoration: none;
        }

/*--  Advertising Banner  --*/

#AdvertisingBanner {
    /*min-height: 650px;*/
}

    #AdvertisingBanner .AdvertisingSlideContent {
        min-height: 650px;
    }

    #AdvertisingBanner > div {
        padding: 0px !important;
        /*min-height: 650px;*/
    }

    #AdvertisingBanner .AdvertisingSlideHalfBar {
        height: 30px;
        width: 50%;
        margin-left: auto;
    }

    #AdvertisingBanner .AdvertisingSlide {
        padding: 0px !important;
        min-height: 650px;
        width: 100%;
    }

        #AdvertisingBanner .AdvertisingSlide:focus {
            outline: none;
        }

        #AdvertisingBanner .AdvertisingSlide .ImageContainer {
            margin-top: -30px;
        }

            #AdvertisingBanner .AdvertisingSlide .ImageContainer img {
                height: 100%;
                display: block;
                margin: 0 auto;
            }

        #AdvertisingBanner .AdvertisingSlide .Content {
            padding: 70px 35px;
        }

        #AdvertisingBanner .AdvertisingSlide .AdvertisingSlideContent {
            padding: 0 150px;
            box-shadow: rgba(0,0,0,0.3) 0px -171px 87px -75px inset;
        }

    #AdvertisingBanner .slick-next, #AdvertisingBanner .slick-prev {
        opacity: 0;
        position: absolute;
        top: 50%;
        z-index: 1;
        background-color: transparent;
        font-family: 'Lato';
        border: none;
        color: white;
        outline: none;
        font-size: 39px;
        transform: scaleY(1.8);
        text-shadow: 2px 1px 7px black;
        transition: all 0.2s ease;
    }

    #AdvertisingBanner .slick-next {
        right: 60px;
    }

    #AdvertisingBanner .slick-prev {
        left: 60px;
    }

    #AdvertisingBanner:hover .slick-next,
    #AdvertisingBanner:hover .slick-prev {
        opacity: 0.7;
    }

    /* SureRewards */

    #AdvertisingBanner .AdvertisingSlide .Content .SureRewards {
        height: 435px;
    }

        #AdvertisingBanner .AdvertisingSlide .Content .SureRewards h2 {
            padding: 40px 0 20px;
            font-size: 85.7px;
            color: #d42e12;
        }

        #AdvertisingBanner .AdvertisingSlide .Content .SureRewards h5 {
            padding-bottom: 30px;
            font-size: 28px;
            line-height: 34px;
            color: #302e2f;
            text-transform: uppercase;
            font-weight: bold;
            width: 50%;
        }

        #AdvertisingBanner .AdvertisingSlide .Content .SureRewards a {
            margin-bottom: 15px;
        }

@media only screen and (max-width:1600px) {

    #AdvertisingBanner .AdvertisingSlide .AdvertisingSlideContent {
        padding: 0 50px;
    }
}
@media only screen and (max-width:1599px){
    h1{
        font-size: 55px;
    }
}

@media only screen and (max-width:1399px){
    h1{
        font-size: 45px;
    }
}

@media only screen and (max-width:1300px) {

    #AdvertisingBanner .AdvertisingSlide .Content {
        padding: 50px 0;
    }

        #AdvertisingBanner .AdvertisingSlide .Content .SureRewards h2 {
            font-size: 60px;
        }
}

/* Dots */

#AdvertisingBanner .slick-dots {
    height: 10px;
    width: fit-content;
    width: -moz-fit-content;
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -93px;
}

    #AdvertisingBanner .slick-dots li {
        list-style-type: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        height: 10px;
    }

        #AdvertisingBanner .slick-dots li:only-child {
            display: none;
        }

        #AdvertisingBanner .slick-dots li button {
            background: #302e2f;
            border: 0px none;
            font-size: 0px;
            width: 50px;
            height: 10px;
            vertical-align: top;
        }

        #AdvertisingBanner .slick-dots li.slick-active button {
            background: #fff;
            box-shadow: 5px 1px 8px 2px rgba(0,0,0,.2);
        }

        #AdvertisingBanner .slick-dots li button:focus {
            outline: none;
        }

/*--  Sure Rewards Banner  --*/

.SurerewardsBanner {
    margin-top: -48px;
}

    .SurerewardsBanner .AdvertisingSlideContent {
        padding: 0 150px;
        position: relative;
    }

        .SurerewardsBanner .AdvertisingSlideContent:before {
            content: '';
            position: absolute;
            height: 30px;
            width: 50%;
            bottom: 0;
            background: #fff;
            right: 0;
        }

        .SurerewardsBanner .AdvertisingSlideContent .ImageContainer img {
            max-height: 450px;
            height: 100%;
            float: right;
        }

        .SurerewardsBanner .AdvertisingSlideContent .Content {
            padding: 40px 30px;
        }

            .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards {
                height: 345px;
            }

                .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards h2 {
                    padding: 40px 0 20px;
                    font-size: 85.7px;
                    color: #d42e12;
                }

                .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards h5 {
                    padding-bottom: 30px;
                    font-size: 28px;
                    line-height: 34px;
                    color: #302e2f;
                    text-transform: uppercase;
                    font-weight: bold;
                    width: 100%;
                }

                .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards a {
                    margin-bottom: 15px;
                }

@media only screen and (max-width:1600px) {

    .SurerewardsBanner .AdvertisingSlideContent {
        padding: 0 50px;
    }
}

@media only screen and (max-width:1300px) {

    .SurerewardsBanner .AdvertisingSlideContent .Content {
        padding: 50px 0;
    }

        .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards h2 {
            font-size: 60px;
        }
}

.TermsLinks {
    font-size: 16px;
    font-weight: 900;
    margin: 20px 30px;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    position: relative;
}

    .TermsLinks:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 50%;
        bottom: 0;
        background: #d42e12;
        left: 0;
        transition: all 0.3s;
    }

    .TermsLinks:hover {
        text-decoration: none;
    }

        .TermsLinks:hover:after {
            width: 100%;
            transition: all 0.3s;
        }

/*--  History Slider  --*/

.CopyContainer {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
}

    .CopyContainer h6 {
        font-weight: bold;
    }

.HistorySliderComponent {
    background: #ededed url(/media/inulixts/generic-bg.jpg) no-repeat center center;
    padding: 50px 0 0;
    position: relative;
}

    .HistorySliderComponent .HistorySliderWrapper {
        position: relative;
        min-height: 550px;
    }

        .HistorySliderComponent .HistorySliderWrapper .DottedBorder {
            position: absolute;
            height: 1px;
            width: 100%;
            border-bottom: 1px dashed #111;
            top: 325px;
        }

/*Dropdown*/

.DropdownContainer {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

    .DropdownContainer .dropdownbutton {
        background: #d42e12 url(/media/wyagcqp1/dropdown-black.svg) no-repeat center right 25px;
        border: none;
        font-size: 20px;
        font-weight: bold;
        padding: 28px;
        width: 300px;
        position: relative;
        color: #fff;
    }

    .DropdownContainer .dropdown-content {
        display: none;
        position: absolute;
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        z-index: 1;
    }

        .DropdownContainer .dropdown-content.Show {
            display: block;
        }

        .DropdownContainer .dropdown-content > div {
            padding: 10px;
            transition: all 0.3s;
        }

            .DropdownContainer .dropdown-content > div:hover {
                color: #fff;
                background: #d42e12;
                transition: all 0.3s;
                cursor: pointer;
            }

/* Slider*/

#HistorySlider {
    padding: 100px 0;
    padding-top: 65px;
    height: 600px;
}

    #HistorySlider .slick-list {
        overflow: visible;
    }

    #HistorySlider .slick-track {
        margin: inherit !important;
    }

    #HistorySlider .HistoryItem {
        height: 200px;
    }

    #HistorySlider .historyBackground {
        display: none;
    }

    #HistorySlider .HistoryItem .HistoryItemWrapper {
        margin-left: 80px;
    }

    #HistorySlider .HistoryItem:focus {
        outline: none;
    }

    #HistorySlider .HistoryItem .SideBlock,
    #HistorySlider .HistoryItem .ContentBlock {
        display: inline-block;
        vertical-align: top;
    }

    #HistorySlider .HistoryItem .SideBlock {
        position: relative;
        height: 100px;
        width: 50px;
    }

        #HistorySlider .HistoryItem .SideBlock:before {
            position: absolute;
            content: '';
            height: 16px;
            width: 16px;
            border: 2px solid #111;
            background: #fff;
            left: -9px;
            bottom: -9px;
            border-radius: 50%;
        }

        #HistorySlider .HistoryItem .SideBlock .thumbnail {
            position: absolute;
            height: 120px;
            width: 120px;
            overflow: hidden;
        }

            #HistorySlider .HistoryItem .SideBlock .thumbnail .thumbnailWrapper {
                border-radius: 50% 50%;
                height: 120px;
                width: 120px;
                overflow: hidden;
                border: 2px solid #111;
            }

                #HistorySlider .HistoryItem .SideBlock .thumbnail .thumbnailWrapper img {
                    height: 100%;
                    border: 3px solid #fff;
                    border-radius: 50% 50%;
                }

    #HistorySlider .HistoryItem .ContentBlock {
        width: calc(100% - 55px);
        padding: 0 30px;
    }


    #HistorySlider .HistoryItem .TopBar .Year {
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        width: 40px;
        padding: 5px;
        text-align: center;
        background: #111;
        transition: all .5s;
    }

    #HistorySlider .HistoryItem .ContentWrap {
        position: relative;
    }

        #HistorySlider .HistoryItem .ContentWrap .Title {
            font-size: 36px;
            line-height: 34px;
            font-family: MachineStd;
            cursor: pointer;
            transition: all .5s;
            margin: 10px 0;
            line-height: 0.94;
            letter-spacing: 1px;
        }

        #HistorySlider .HistoryItem .ContentWrap .Description {
            opacity: 0;
            height: 0;
            transition: all .5s;
        }

    /* EVEN */

    #HistorySlider .HistoryItem:nth-child(even) {
        margin-top: 200px;
    }

        #HistorySlider .HistoryItem:nth-child(even) .SideBlock {
            border-left: 2px solid #111;
            border-bottom: 2px solid #111;
        }

            #HistorySlider .HistoryItem:nth-child(even) .SideBlock:before {
                left: -9px;
                top: -7px;
            }

            #HistorySlider .HistoryItem:nth-child(even) .SideBlock .thumbnail {
                left: -60px;
                bottom: -60%;
            }

        #HistorySlider .HistoryItem:nth-child(even) .ContentBlock {
            margin-top: 50px;
        }

    /* ODD */

    #HistorySlider .HistoryItem:nth-child(odd) {
        padding-top: 50px;
    }

        #HistorySlider .HistoryItem:nth-child(odd) .SideBlock {
            border-left: 2px solid #111;
            border-top: 2px solid #111;
            margin-top: 50px;
        }

            #HistorySlider .HistoryItem:nth-child(odd) .SideBlock:before {
                left: -9px;
                bottom: -9px;
            }

            #HistorySlider .HistoryItem:nth-child(odd) .SideBlock .thumbnail {
                left: -60px;
                top: -60%;
            }

    /*Active*/

    #HistorySlider .HistoryItem.slick-current {
        padding: 0;
        height: 400px;
        margin: 0;
    }

        #HistorySlider .HistoryItem.slick-current .HistoryItemWrapper {
            background: #fff;
            border-right: 5px solid #d42e12;
            box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.2);
            margin-left: 0px;
            height: 100%;
            position: relative;
        }

            #HistorySlider .HistoryItem.slick-current .HistoryItemWrapper:after {
                position: absolute;
                content: '';
                right: -15px;
                top: 185px;
                height: 30px;
                width: 30px;
                background: #fff;
                border: 5px solid #d42e12;
                border-radius: 50% 50%;
            }

        #HistorySlider .HistoryItem.slick-current .SideBlock {
            width: 100%;
            height: 50px;
            border: none;
            margin: 0;
        }

            #HistorySlider .HistoryItem.slick-current .SideBlock:before {
                display: none;
            }

            #HistorySlider .HistoryItem.slick-current .SideBlock .thumbnail {
                left: 20px;
                top: -100%;
            }

                #HistorySlider .HistoryItem.slick-current .SideBlock .thumbnail .thumbnailWrapper {
                    border: 5px solid #d42e12;
                }



        #HistorySlider .HistoryItem.slick-current .TopBar .Year {
            position: absolute;
            right: 0;
            top: 0;
            transition: all .5s;
            font-size: 25.2px;
            line-height: 26px;
            font-weight: bold;
            width: 100px;
            height: 40px;
            margin-right: -5px;
            margin-top: -20px;
            background: #d42e12;
            box-shadow: 0 7px 22px 0 rgb(0 0 0 / 20%);
        }

        #HistorySlider .HistoryItem.slick-current .TopBar .Header {
            transition: all .5s;
        }

        #HistorySlider .HistoryItem.slick-current .ContentWrap {
            padding: 10px 0px;
        }

        #HistorySlider .HistoryItem.slick-current .ContentBlock {
            margin-top: 10px;
        }

        #HistorySlider .HistoryItem.slick-current .ContentWrap .Title {
            transition: all .5s;
            color: #d42e12;
            font-size: 42px;
            line-height: 42px;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }

        #HistorySlider .HistoryItem.slick-current .ContentWrap .Description {
            opacity: 1;
            height: auto;
            transition: all .5s;
            color: #d42e12;
            font-family: 'Lato';
            line-height: 24px;
            letter-spacing: 0.2px;
        }


    /*Arrows*/

    #HistorySlider .slick-arrow {
        height: 45px;
        width: 45px;
        border: solid 2.4px #d42e12;
        background: #fff;
        font-size: 0px;
        position: absolute;
        z-index: 80;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    }

        #HistorySlider .slick-arrow:hover {
            box-shadow: none;
            bottom: 48px !important;
        }



        #HistorySlider .slick-arrow.slick-prev {
            bottom: 50px;
            right: 270px;
            background: #fff url(/media/s4baoea1/back-red.svg) no-repeat center center;
            background-size: 20px;
        }

            #HistorySlider .slick-arrow.slick-prev:active {
                background: #d42e12 url(/media/jtcnxwft/history-left.svg) no-repeat center center;
                background-color: #d42e12;
            }

        #HistorySlider .slick-arrow.slick-next {
            bottom: 50px;
            right: 200px;
            background: #fff url(/media/ylhfw3bw/next-red.svg) no-repeat center center;
            background-size: 20px;
        }

            #HistorySlider .slick-arrow.slick-next:active {
                background: #d42e12 url(/media/k2qpxnjv/history-right.svg) no-repeat center center;
                background-color: #d42e12;
                box-shadow: none;
                bottom: 48px !important;
            }


@media only screen and (max-width:1200px) {

    .HistorySliderComponent .HistorySliderWrapper .Red {
        width: 45%;
    }

    #HistorySlider .HistoryItem.slick-current .ContentWrap .Description {
        height: 210px;
    }
}

@media only screen and (max-width:850px) {

    .HistorySliderComponent .HistorySliderWrapper .Red {
        width: 100%;
    }
}

.NextYearsButton {
    height: 100px;
    position: relative;
}

    .NextYearsButton .NextThirtyButton {
        padding: 20px 30px;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        background: #d42e12;
        border: 2px solid #fff;
        box-shadow: 0 10px 10px 0 rgb(0 0 0 / 20%);
    }

.YearDropdown .DropdownContainer {
    width: 250px;
}

    .YearDropdown .DropdownContainer .dropdownbutton {
        width: 100%;
        text-align: left;
        max-height: 60px;
        font-weight: 400;
        font-size: 16px;
        padding: 18px 20px;
        background: #d42e12 url(/media/mfqfcgkf/dropdown-white.svg) no-repeat center right 25px;
    }



/*--  Contact Us  --*/

.ContactSelection {
    padding: 50px 0;
    margin: 0 auto;
    width: 250px;
}

    .ContactSelection .dropdown {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        width: 100%;
    }

        .ContactSelection .dropdown .dropbtn {
            background: #d42e12;
            color: #fff;
            width: 100% !important;
            padding: 18px 20px;
        }

.dropbtn:after {
    top: 28px;
}

.CountrySelectHeader {
    padding: 30px 0;
    margin: 0 120px;
}

    .CountrySelectHeader h1 {
        color: #d42e12;
        text-align: center;
        margin-bottom: 40px;
    }

    .CountrySelectHeader .Line {
        height: 1px;
        width: 100%;
        background-color: #d42e12;
        position: relative;
    }

        .CountrySelectHeader .Line:after {
            content: '';
            height: 8px;
            width: 250px;
            position: absolute;
            left: 50%;
            bottom: 0;
            background: #d42e12;
            margin: 0 0 -8px -125px;
        }

.CountryDetailsContainer {
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

    .CountryDetailsContainer .CountryDetailsWrapper {
        padding: 40px 70px 70px;
        height: 100%;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }

        .CountryDetailsContainer .CountryDetailsWrapper > div {
            width: 50%;
            display: block;
            vertical-align: top;
            margin-right: -4px;
            padding: 0 50px 0 100px;
            margin: auto;
        }

        .CountryDetailsContainer .CountryDetailsWrapper.Active {
            display: flex;
        }

        .CountryDetailsContainer .CountryDetailsWrapper .BlockTwo {
            border-left: 1px solid #d42e12;
        }

        .CountryDetailsContainer .CountryDetailsWrapper h3.Heading {
            text-align: center;
            margin-bottom: 40px;
        }

        .CountryDetailsContainer .CountryDetailsWrapper .Items {
            margin-bottom: 10px;
        }

            .CountryDetailsContainer .CountryDetailsWrapper .Items .Icon,
            .CountryDetailsContainer .CountryDetailsWrapper .Items .Details {
                display: inline-block;
                vertical-align: top;
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items .Icon {
                height: 40px;
                width: 40px;
                margin-right: -5px;
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items .Details {
                width: calc(100% - 40px);
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items.Tel .Icon {
                background: #d42e12 url(/media/gdjpsae2/phone.svg) no-repeat center center;
                background-size: 15px;
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items.Fax .Icon {
                background: #d42e12 url(/media/pafbcbq3/fax.svg) no-repeat center center;
                background-size: 15px;
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items.Email .Icon {
                background: #d42e12 url(/media/0rwdtcnh/email.svg) no-repeat center center;
                background-size: 15px;
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items.Address .Icon {
                background: #d42e12 url(/media/cewf1buq/pin.svg) no-repeat center center;
                background-size: 15px;
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items .Details .Item {
                padding: 0 0 15px 15px;
            }

                .CountryDetailsContainer .CountryDetailsWrapper .Items .Details .Item .Title {
                    font-weight: bold;
                    margin-top: -4px;
                }

                .CountryDetailsContainer .CountryDetailsWrapper .Items .Details .Item .Line {
                    height: 2px;
                    width: 50px;
                    background: #d42e12;
                    margin-top: 6px;
                }

/* Form */
.ContactFormContainer {
    background: #d42e12;
    padding: 100px 0;
    position: relative;
}

.ContactFormContainer:before {
    position: absolute;
    content: '';
    height: 40px;
    width: 50%;
    background: #d42e12;
    top: -40px;
    right: 0;
}

/*.ContactFormContainer:after {
    position: absolute;
    content: '';
    height: 40px;
    width: 50%;
    background: #d42e12;
    bottom: -40px;
    right: 0;
    z-index: 9;
}*/

.ContactFormContainer .FormWrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 230px;
}
	
	
.ContactFormContainer.investorCentreContactForm:after {
    content: none;
}

/*investor contact form*/
.investor-centre-body .ContactFormContainer:after {
    display: none;
}

/* Umbraco Forms */

.umbraco-forms-form,
.umbraco-forms-fieldset,
.umbraco-forms-container {
    padding: 0 !important;
    margin: 0 !important;
}

.umbraco-forms-field {
    margin-bottom: 20px;
    width: 100%;
}

    .umbraco-forms-field label.umbraco-forms-label {
        font-weight: normal !important;
        font-family: Lato;
        margin-bottom: 0px;
    }

.umbraco-forms-indicator {
    color: #d42e12;
}

.umbraco-forms-form .umbraco-forms-field input.text,
.umbraco-forms-form .umbraco-forms-field textarea,
.umbraco-forms-form .umbraco-forms-field select {
    width: 100% !important;
    max-width: 450px !important;
    margin: 0;
    padding: 14px 10px;
    border: solid 1px #878787;
}

.umbraco-forms-form .umbraco-forms-navigation {
    padding: 20px 0;
}

    .umbraco-forms-form .umbraco-forms-navigation > div {
        float: none;
        padding: 0;
    }

    .umbraco-forms-form .umbraco-forms-navigation input.btn.primary {
        background: #d42e12;
        padding: 19px 40px;
        border-radius: 0px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        box-shadow: 0px 2px 8px 3px rgb(0 0 0 / 20%);
    }

        .umbraco-forms-form .umbraco-forms-navigation input.btn.primary:hover {
            box-shadow: none;
        }

.FormWrapper .HeaderText {
    text-transform: uppercase;
    font-weight: bold;
}

.FormWrapper .BottomText .Red {
    font-size: 12px;
    text-transform: uppercase;
    color: #d42e12;
    line-height: 12px;
    font-weight: bold;
}

.FormWrapper .BottomText .Black {
    font-size: 12px;
    font-weight: bold;
}

#ViewMapAnchor {
    height: 50px;
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
    color: #d42e12;
    text-transform: uppercase;
}

/* Map */

.MapContainer {
    height: 750px;
    position: relative;
}

.CoordinateWrapper {
    display: none;
    width: 60%;
    margin-left: 20%;
    text-align: center;
    position: absolute;
    margin-bottom: 60px;
    top: 60px;
}

    .CoordinateWrapper .selection {
        width: 100%;
        padding: 10px;
        padding-bottom: 26px;
    }

        .CoordinateWrapper .selection p {
            color: white;
        }

        .CoordinateWrapper .selection button {
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
            background-color: #ffffff;
            height: 50px;
            width: 170px;
            font-weight: bold;
            color: #111111;
            outline: none;
            border: none;
            text-transform: uppercase;
            transition: all 0.2s ease;
        }

    .CoordinateWrapper button.red {
        color: #d42e12;
    }

    .CoordinateWrapper .selection button:hover {
        color: white;
        background-color: #d42e12;
        transition: all 0.2s ease;
    }

/*---- TO BE MERGED INTO EXISTING CLASSES ---*/
.showcaseContainer .whiteBlock {
    width: 145px;
    right: 100px;
    margin-top: 0px;
}

    .showcaseContainer .whiteBlock:before {
        margin-top: -15px;
    }

.showcaseBanner:before {
    display: none;
}

.showcaseContainer .redBlockLeft {
    float: left;
    margin-left: 17%;
}

.showcaseContainer {
    position: relative;
}

.beyondCTA .beyondContainerBox {
    z-index: 27;
}

.categoryListing .categoryItem button:hover, .categoryItem button:hover {
    box-shadow: none;
}

.showcaseContainer .slick-next, .showcaseContainer .slick-prev {
    opacity: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
    font-family: 'Lato';
    border: none;
    color: white;
    outline: none;
    font-size: 39px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 2px 1px 7px black;
    transition: all 0.2s ease;
}

    .showcaseContainer .slick-next:hover, .showcaseContainer .slick-prev:hover {
        opacity: 0.7;
    }

.showcaseContainer .slick-prev {
    left: 112px;
    right: auto;
}

.slick-slider:hover .slick-next, .slick-slider:hover .slick-prev {
    opacity: 1;
    transition: all 0.3s ease;
}

.showcaseBanner {
    outline: none;
}

.showcaseContainer {
    padding-left: 35px;
    padding-right: 35px;
}

    /* Dots */

    .showcaseContainer .slick-dots {
        width: fit-content;
        margin: 20px auto;
        margin-top: -78px;
        position: relative;
        text-align: center;
    }

.TestimoialSliderWrapper .slick-dots {
    text-align: center;
}

.showcaseContainer .slick-dots li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    height: 10px;
}

    .showcaseContainer .slick-dots li button {
        background: rgba(0,0,0,0.5);
        border: 0px none;
        font-size: 0px;
        width: 50px;
        height: 10px;
        vertical-align: top;
    }

    .showcaseContainer .slick-dots li.slick-active button {
        background: #fff;
        box-shadow: 5px 1px 8px 2px rgba(0,0,0,.2);
    }

    .showcaseContainer .slick-dots li button:focus {
        outline: none;
    }


.newsSelection {
    width: 60%;
    margin-left: 20%;
    /*text-align: center;*/
    position: relative;
    margin-bottom: 60px;
}
    .newsSelection.productSelection {
        margin-left: 0px;
    }

    .newsSelection .selection {
        width: 100%;
        padding: 10px;
        padding-bottom: 26px;
        background-color: #d42e12;
    }

        .newsSelection .selection:after {
            content: "";
            width: 50%;
            height: 20px;
            background-color: #d42e12;
            position: absolute;
            left: 0;
            bottom: -20px;
        }

        .newsSelection .selection p {
            color: white;
        }

        .newsSelection .selection button {
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
            background-color: #ffffff;
            height: 50px;
            width: 170px;
            font-weight: bold;
            color: #111111;
            outline: none;
            border: none;
            text-transform: uppercase;
            transition: all 0.2s ease;
        }

    .newsSelection button.red {
        color: #d42e12;
    }

    .newsSelection .selection button:hover {
        color: white;
        background-color: #d42e12;
        transition: all 0.2s ease;
    }

.pageHeaderRed {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #d42e12;
}

    .pageHeaderRed h1, .pageHeaderRed h3 {
        color: #d42e12;
        line-height: 48px;
        border-bottom: 8px solid #d42e12;
        padding-bottom: 3px;
        margin-bottom: -8px;
        display: inline-block;
    }



.sensListing {
    margin-top: 60px;
    margin-bottom: 80px;
}

    .sensListing .sensItem {
        position: relative;
        padding: 28px 29px 52px 37px;
        box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        margin-bottom: 40px;
        min-height: 281px;
        transition: all 0.4s ease;
    }

        .sensListing .sensItem:before {
            content: "";
            position: absolute;
            width: 10px;
            height: 100px;
            background-color: #d42e12;
            left: 0;
            top: 0;
        }

        .sensListing .sensItem h6 {
            font-size: 12px;
            line-height: 2;
            letter-spacing: 0.2px;
            color: #111111;
            text-transform: uppercase;
        }

        .sensAnnouncements {
            overflow: visible !important;
            -webkit-line-clamp: 7 !important;
        }

        .sensListing .sensItem h5 {
            font-family: Lato;
            font-size: 16px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.2px;
            color: #111111;
            display: -webkit-box;
            height: 48px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .sensListing .sensItem p {
            display: -webkit-box;
            height: 120px;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .sensListing .sensItem a {
            right: 25px;
            font-family: Lato;
            font-size: 16px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 1px;
            color: #d42e12;
            text-align: right;
            position: absolute;
            bottom: 23px;
            text-transform: uppercase;
        }

            .sensListing .sensItem a:before {
                content: "";
                width: 38px;
                height: 2px;
                position: absolute;
                background-color: #d42e12;
                margin-top: 28px;
                transition: all 0.2s ease;
            }

            .sensListing .sensItem a:hover {
                color: white;
                text-decoration: none;
            }

                .sensListing .sensItem a:hover:before {
                    width: 123px;
                    background-color: white;
                    transition: all 0.2s ease;
                }

        .sensListing .sensItem:hover {
            background-color: #d42e12;
            transition: all 0.4s ease;
            box-shadow: none;
        }

            .sensListing .sensItem:hover:before {
                background-color: #9e0b0f;
            }

            .sensListing .sensItem:hover a, .sensListing .sensItem:hover p, .sensListing .sensItem:hover h5, .sensListing .sensItem:hover h6 {
                color: white;
            }


                .sensListing .sensItem:hover a:before {
                    background-color: white;
                }

.categoryListing {
    padding-left: 80px;
    padding-right: 80px;
}

.categoryItem {
    text-align: center;
    background-color: white;
    padding: 25px;
    margin-bottom: 30px;
    border-right: 1px solid #d42e12;
}

.shadowBlock {
    box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.2);
    border: none;
    position: relative;
    cursor: pointer;
}



.categoryItem:nth-of-type(3), .categoryListing .categoryItem:last-of-type {
    border-right: 0px solid #d42e12;
}


.categoryItem img {
    padding-bottom: 30px;
    height: 300px;
}

.categoryItem h6 {
    text-transform: uppercase;
    color: #d42e12;
    font-weight: 900;
    font-size: 16px;
    padding-bottom: 10px;
}

.categoryItem p {
    width: 80%;
    margin-left: 10%;
    height: 150px;
}

.categoryItem button {
    max-width: 282px;
    width: 100%;
    height: 70px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #d42e12;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
}

    .categoryItem button:hover {
        background-color: #9e0b0f;
        transition: all 0.3s ease;
    }


.productCategory {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .productCategory .categoryBlock {
        width: 60%;
        margin-top: 0px;
        position: relative;
        background-color: white;
        border-bottom: 10px solid #d42e12;
        box-shadow: 0 32px 50px 0 rgb(0 0 0 / 10%);
        padding: 30px;
        padding-bottom: 20px;
        margin-bottom: 79px;
    }

        .productCategory .categoryBlock .productImage {
            text-align: center;
        }

            .productCategory .categoryBlock .productImage img {
                width: 100%;
                object-fit: contain;
                max-height: 350px;
            }


        .productCategory .categoryBlock .productImageLarge {
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 400px;
            margin-top: -20px;
            margin-left: -5px;
            margin-bottom: -60px;
        }

.productListing {
    background-color: #d42e12;
    padding: 20px;
    padding-top: 50px;
}

    .productListing:before {
        content: "";
        background-color: #d42e12;
        height: 36px;
        width: 50%;
        right: 0;
        position: absolute;
        margin-top: -85px;
    }

.fullSizeImage {
    width: 100%;
    height: 277px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 21px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.bufferSize {
    height: 290px;
}

@media only screen and (max-width:991px) {
    .productCategory .categoryBlock .productImageLarge {
        margin-bottom: 5px;
        margin-right: 0px;
        margin-left: 0px;
        height: 350px;
    }

    #HistorySlider .HistoryItem.slick-current {
        width: 365px !important;
    }
}

.selectHeadline {
    font-weight: bold;
    margin-top: -6px;
    margin-bottom: 4px;
}

.dropbtn {
    border: none;
    width: 225px !important;
    padding-left: 20px;
    text-align: left;
    text-transform: initial !important;
    cursor: pointer;
}

    .dropbtn:after {
        position: absolute;
        content: "";
        background-image: url(/media/mfqfcgkf/dropdown-white.svg);
        background-repeat: no-repeat;
        top: 32px;
        right: 19px;
        width: 20px;
        height: 20px;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #f9f9f9;
    min-width: 225px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 26;
}

.dropdown-content-show {
    display: block;
}

.dropdown-content a {
    color: #111111;
    padding: 12px 16px;
    text-align: left;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #343a40;
    color: white !important;
}

.dropdown:hover .dropdown-content {
    display: block;
    user-select: none;
}

.dropdown:hover .dropbtn {
    background-color: #d42e12;
    color: white;
}


#howToSlider {
    padding-top: 20px;
}

.howToGuides {
    position: relative;
}


.howToSlide .ImageContainer img {
    width: 100%;
    height: 400px;
    position: relative;
    object-fit: cover;
    filter: brightness(30%) grayscale(60%);
    transition: all 0.4s ease;
}

    .howToSlide .ImageContainer img:hover {
        filter: brightness(100%) grayscale(0%);
        transition: all 0.4s ease;
    }

.howToSlide .ImageContainer {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #ededed;
}

    .howToSlide .ImageContainer:after {
        content: "";
        top: 50%;
        left: 50%;
        margin: -40px 0 0 -40px;
        position: absolute;
        background: url(/media/oqpdazek/play.svg) no-repeat center center;
        width: 80px;
        background-size: cover;
        height: 80px;
    }

.howToSlide h6 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.2px;
    color: #111111;
}

.howToGuides .slick-next, .howToGuides .slick-prev, .relatedProducts .slick-next, .relatedProducts .slick-prev {
    opacity: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
    font-family: 'Lato';
    border: none;
    color: white;
    outline: none;
    font-size: 39px;
    transition: all 0.2s ease;
}

    .howToGuides .slick-next:hover, .howToGuides .slick-prev:hover, .relatedProducts .slick-next:hover, .relatedProducts .slick-prev:hover {
        opacity: 0.7;
    }

.howToGuides .slick-prev, .relatedProducts .slick-prev {
    left: 60px;
    right: auto;
}

.slick-slider:hover .slick-next, .slick-slider:hover .slick-prev, .relatedProducts:hover .slick-next, .relatedProducts:hover .slick-prev {
    opacity: 1;
    transition: all 0.3s ease;
}

.howToSlide {
    margin: 10px;
    margin-bottom: 32px;
    outline: none;
}

/* Dots */

.howToGuides .slick-dots, .relatedProducts .slick-dots {
    width: fit-content;
    margin: 20px auto;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

    .howToGuides .slick-dots li, .relatedProducts .slick-dots li {
        list-style-type: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        height: 10px;
    }

        .howToGuides .slick-dots li button, .relatedProducts .slick-dots li button {
            background: rgba(0,0,0,0.5);
            border: 0px none;
            font-size: 0px;
            width: 50px;
            height: 10px;
            vertical-align: top;
        }

        .howToGuides .slick-dots li.slick-active button, .relatedProducts .slick-dots li.slick-active button {
            background: #fff;
            box-shadow: 5px 1px 8px 2px rgba(0,0,0,.2);
        }

        .relatedProducts .slick-dots li.slick-active button {
            background: #d42e12;
        }

        .howToGuides .slick-dots li button:focus, .relatedProducts .slick-dots li button:focus {
            outline: none;
        }



.subheadline {
    margin-top: -43px;
    text-transform: uppercase;
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    margin-bottom: 7px;
    letter-spacing: 1px;
    color: #d42e12;
}

.productInfoSectionOne, .productInfoSectionTwo {
    background-color: white;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 0px;
}

.productInfoSectionTwo {
    background-color: #ededed;
}

.howToGuides {
    background-color: #ededed;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}


    .howToGuides:before, .fullScreenCalculator:before {
        content: "";
        background-color: #ededed;
        height: 24px;
        width: 50%;
        right: 0;
        position: absolute;
        margin-top: -74px;
    }

.packagingSectionB {
    padding-top: 60px;
}

.redHowTo {
    background-color: #d42e12;
}

    .redHowTo:before, .fullScreenCalculator:before {
        background-color: #d42e12;
    }

.fullScreenCalculator:before {
    margin-top: -99px;
}

.redHowTo h6, .redHowTo p {
    color: white;
}

.redHowTo .pageHeaderRed {
    border-bottom: 1px solid white;
}

    .redHowTo .pageHeaderRed h3 {
        color: white;
        border-bottom: 7px solid white;
    }


.dataSheets {
    padding-top: 20px;
}

    .dataSheets h5 {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 16px;
    }

.categoryBlock .productLink {
    position: relative;
    bottom: -50px;
}

.productInfoSectionOne:before, .productInfoSectionTwo:before {
    content: "";
    background-color: white;
    height: 24px;
    width: 50%;
    right: 0;
    position: absolute;
    margin-top: -74px;
}

.productInfoSectionTwo:before {
    background-color: #ededed;
}

.productInfoSectionOne .productInformationPiece, .productInfoSectionTwo .productInformationPiece {
    padding: 15px;
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 17px;
}

    .productInfoSectionOne .productInformationPiece:before, .productInfoSectionTwo .productInformationPiece:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 70px;
        margin-left: -25px;
        margin-top: -15px;
        background-color: #d42e12;
    }

.downloadLink {
    padding-left: 26px;
    color: #d42e12;
    font-size: 16px;
    position: relative;
    font-weight: 900;
    font-family: Lato;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

    .downloadLink:hover {
        text-decoration: none;
        color: #d42e12;
    }

    .downloadLink:after {
        content: "";
        height: 2px;
        width: 40px;
        background-color: #d42e12;
        position: absolute;
        left: 27px;
        bottom: -5px;
        transition: all 0.3s ease;
    }

    .downloadLink:hover:after {
        width: 105px;
        transition: all 0.3s ease;
    }

    .downloadLink:before {
        content: "";
        width: 20px;
        height: 30px;
        position: absolute;
        left: 0;
        background: url(/media/ybxovaus/download.svg) no-repeat center center;
    }

.redHowTo .downloadLink {
    color: white;
}

    .redHowTo .downloadLink:hover {
        color: white;
    }

    .redHowTo .downloadLink:after {
        background-color: white;
    }

    .redHowTo .downloadLink:before {
        background: url(/media/msebo0wf/download-white.svg) no-repeat center center;
    }

.dataHeading {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.borderRight {
    border-right: 1px solid #dcdcdc;
}

.fileName {
    line-height: 1;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}



.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.pad20Bottom {
    padding-bottom: 20px;
}

.pad100Bottom {
}



.relatedProductSlide {
    box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    width: 100%;
    min-height: 220px;
    margin: 15px;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
    outline: none;
    margin-top: 30px;
    transition: all 0.3s ease;
}

    .relatedProductSlide .spotlightInformation {
        position: absolute;
        opacity: 0;
        width: 100%;
        top: 50%;
        transition: all 0.3s ease;
    }

        .relatedProductSlide .spotlightInformation h4 {
            color: white;
            font-size: 48px;
            line-height: 42px;
        }

    .relatedProductSlide:hover .spotlightInformation {
        opacity: 100;
        top: 26%;
        transition: all 0.3s ease;
    }

    .relatedProductSlide .spotlightInformation .FindMore {
        font-family: Lato;
        font-size: 16px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 1px;
        color: white;
        text-align: right;
        text-transform: uppercase;
    }

        .relatedProductSlide .spotlightInformation .FindMore:before {
            content: "";
            width: 38px;
            height: 2px;
            position: absolute;
            background-color: white;
            margin-top: 28px;
            transition: all 0.2s ease;
        }

    .relatedProductSlide:hover .spotlightInformation .FindMore {
        color: white;
        text-decoration: none;
    }

        .relatedProductSlide:hover .spotlightInformation .FindMore:before {
            width: 123px;
            background-color: white;
            transition: all 0.2s ease;
        }

    .relatedProductSlide .relevantText {
        padding-top: 15px;
    }

    .relatedProductSlide:hover {
        background-color: #d42e12;
        transition: all 0.3s ease;
    }

        .relatedProductSlide:hover .generalInformation {
            opacity: 0;
            transition: all 0.3s ease;
        }

    .relatedProductSlide .subHeadline {
        font-weight: 900;
        color: #000;
        text-transform: uppercase;
        font-size: 16px;
        margin-top: -13px;
        line-height: 15px;
        padding-top: 6px;
    }

    .relatedProductSlide .relatedProductImageSection {
        padding: 10px;
        height: 200px;
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #f6f6f6;
    }

    .relatedProductSlide:hover .relatedProductImageSection {
        background-color: transparent;
    }

    .relatedProductSlide .relatedProductImageSection img {
        display: initial;
        width: auto;
        height: 189px;
    }

.productText {
    margin-top: -35px;
}

#relatedProductsSlider {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.publishedDate {
    font-family: Lato;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 2;
    letter-spacing: 0.2px;
    color: #878787;
}

.modalSection {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    display: none;
    z-index: 999999;
}

    .modalSection .containerFlex {
        width: 100%;
        height: 100%;
        margin-left: 20%;
        margin-top: 3%;
    }

    .modalSection .custommodal {
        display: none;
        padding: 40px;
        z-index: 110;
        width: 60%;
        max-height: 85%;
        overflow: auto;
        position: fixed;
        background-color: white;
        box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.2);
    }

        .modalSection .custommodal button {
            background-color: #d42e12;
            outline: none;
            border: none;
            font-size: 20px;
            top: 30px;
            right: 0px;
            position: absolute;
            margin-top: -30px;
            transition: all 0.3s ease;
        }

            .modalSection .custommodal button:hover {
                opacity: 0.6;
                transition: all 0.2s ease;
            }


.leadershipPage .subSectionTitle {
    padding-top: 40px;
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.2px;
    text-align: center;
    color: #111111;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.leadershipPage .leaderBlock {
    position: relative;
    cursor: pointer;
    box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    min-height: 432px;
    transition: all 0.3s ease;
}

    .leadershipPage .leaderBlock:hover {
        opacity: 0.7;
        box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
    }

.leaderBlock .information h6, .modalTitle {
    font-family: Lato;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #111111;
}

.leaderBlock .information h5, .modalName {
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0.2px;
    color: #111111;
}

.leaderBlock:before, .modalImage:before {
    content: "";
    width: 10px;
    height: 100px;
    background-color: #d42e12;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.modalImage:before {
    left: 15px;
}

.leaderBlock .fullSizeImage, .modalImage {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 320px;
}

.leaderBlock .bufferSize {
    height: 320px;
}

.leaderBlock .information {
    padding: 20px;
}

.modalName {
    padding-bottom: 20px;
    border-bottom: 1px solid #d42e12;
}


.resetButton {
    margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
    .resetButton {
        margin: 0px 0 20px;
    }


    .showcaseContainer .slick-dots {
        width: auto;
    }

        .showcaseContainer .slick-dots li button {
            width: 30px;
        }

    .modalSection .custommodal {
        width: 95%;
        max-height: 90%;
    }

    .howToSlide .ImageContainer img {
        height: 350px;
    }

    .modalSection .containerFlex {
        margin-left: 10px;
        top: 5%;
    }

    #HistorySlider .HistoryItem.slick-current .ContentWrap .Title {
        font-size: 36px;
        line-height: 36px;
    }
}

@media only screen and (max-width:500px) {

    .howToSlide .ImageContainer img {
        height: 208px;
    }

    .howToSlide .ImageContainer:after {
        top: 33%;
        left: 39%;
    }
}

.productTextSection {
    height: 208px;
}

.btn-secondary {
    border: 3px solid #d42e12;
    padding: 17px 55px;
}


@media only screen and (max-width:1440px) {
    .btn-primary {
        font-size: 18px;
        padding: 12px 55px;
    }

    .btn-secondary {
        font-size: 18px;
        padding: 9px 55px;
    }

    .showcaseBanner .redBlockContainer .redBlock button {
        width: 213px;
        float: none;
        height: 60px;
        position: relative;
    }

    .showcaseContainer .redBlockLeft {
        margin-left: 25%;
    }

    .productCategory .categoryBlock, .newsSelection {
        width: 70%;
    }

    .categoryListing .categoryItem p {
        width: 90%;
        margin-left: 5%;
        height: auto;
        font-size: 14px;
    }


    .productTextSection {
        height: 238px;
    }

    .categoryListing .categoryItem {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:991px) {

    .productCategory .categoryBlock, .newsSelection {
        width: 95%;
        margin-left: 0;
        text-align: center;
    }

        .newsSelection .selection button#showDetails {
            width: 225px;
            margin-top: 10px;
        }

    .dropdown {
        margin-bottom: 5px;
    }

    #HistorySlider .HistoryItem .ContentBlock {
        padding: 0 15px;
    }
}

@media only screen and (max-width:768px) {

    .btn-primary {
        max-width: 350px;
        width: 100%;
        margin: auto;
    }

    .btn-secondary {
        max-width: 350px;
        width: 100%;
        margin: auto;
    }

    .howToGuides .slick-next, .relatedProducts .slick-next {
        right: -3px;
    }

    .howToGuides .slick-prev, .relatedProducts .slick-prev {
        left: -3px;
        right: auto;
    }

    .howToGuides .slick-dots, .relatedProducts .slick-dots {
        width: auto;
        padding-left: 0px;
    }

    .relatedProductSlide {
        text-align: center;
    }

    .productCategory .categoryBlock, .newsSelection {
        width: 95%;
        margin-left: 0;
        text-align: center;
    }

    .packagingSectionB {
        margin-top: -100px;
        padding-top: 0px;
    }

    .categoryListing {
        padding-left: 5px;
        padding-right: 5px;
    }

    .productTextSection {
        height: auto;
    }
}


.searchresults {
    padding-top: 40px;
    padding-bottom: 100px;
}

.searchItem {
    display: block;
    position: relative;
    padding: 20px;
    border: 1px solid transparent;
    width: 100%;
    /* margin-bottom: 8px; */
    transition: all 0.2s ease;
    border-bottom: 1px solid #dcdcdc;
}

    .searchItem h6 {
        font-family: Lato;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: 0.2px;
        color: #111111;
    }

.searchImage img {
    width: 125px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.searchItem:hover {
    border: 1px solid #d42e12;
    text-decoration: none;
    transition: all 0.2s ease;
}

.searchItem .viewLink {
    font-weight: bold;
}

.searchMainBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 500px;
}

.topPage {
    align-items: start;
    height: auto;
}


.redSearch {
    padding: 59px;
    padding-top: 10px;
    text-align: center;
    color: white;
    width: 100%;
}

.topPage .redSearch {
    padding-bottom: 10px;
}


.redSearch h1 {
    color: white;
}

.searchBar {
    display: inline-block;
    width: 67%;
    height: 86px;
    font-size: 61px;
    color: #d42e12;
    border: none;
    font-family: 'MachineStd';
    border-bottom: 2px solid #d42e12;
    margin-right: -188px;
    padding-right: 205px;
}

    .searchBar:focus {
        border-bottom: 2px solid #d42e12;
    }


.foundResults {
    padding-top: 19px;
    color: black;
}

.searchBtn {
    margin-top: -37px;
}

.searchBar:focus {
    color: #d42e12 !important;
}

input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #dcdcdc !important;
}

input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #dcdcdc !important;
}

input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #dcdcdc !important;
}

input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #dcdcdc !important;
}

#quickSearchMenuLinks {
    top: 107px;
    width: 70%;
    left: 10%;
}

@media only screen and (max-width:1024px) {
    .searchBar {
        width: 100%;
        padding-right: 0px;
        margin-right: 0px;
    }

    .searchBtn {
        margin-top: 8px;
    }

    #quickSearchMenuLinks {
        top: 87px;
    }

    .showcaseContainer .whiteBlock {
        display: none;
    }
}

.redBoxImage {
    margin-bottom: 82px;
    width: 90%;
    position: relative;
}

    .redBoxImage img {
        width: 100%;
        height: 314px;
        object-fit: cover;
        object-position: left;
    }

    .redBoxImage::before {
        content: "";
        position: absolute;
        width: 50%;
        height: 250px;
        top: 94px;
        right: -30px;
        z-index: -2;
        background-color: #d42e12;
    }

    .redBoxImage::after {
        content: "";
        position: absolute;
        width: 25%;
        height: 21px;
        bottom: -43px;
        right: -30px;
        z-index: -2;
        background-color: #d42e12;
    }

.generalPage {
    padding-bottom: 120px !important;
}

.quickLinks {
    position: absolute;
    z-index: 2;
    text-align: left;
    top: 85px;
    left: 20%;
    width: 50%;
    display: none;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #d42e12;
}

    .quickLinks .title {
        font-family: Lato;
        font-size: 8px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.25;
        letter-spacing: 0.44px;
        text-transform: uppercase;
        padding: 4px;
        padding-left: 10px;
        color: #302e2f;
    }

    .quickLinks a {
        border-top: 1px solid #ededed;
        padding: 10px;
        display: block;
    }

        .quickLinks a:hover {
            color: white;
            text-decoration: none;
            background-color: #d42e12;
        }

.redSpotLightBlock {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-color: #d42e12;
}

    .redSpotLightBlock:before {
        position: absolute;
        content: "";
        width: 50%;
        height: 30px;
        background-color: #d42e12;
        right: 0;
        top: -27px;
    }

.blockHighlightSection {
    padding-top: 87px !important;
    padding-bottom: 87px !important;
    text-align: center;
    width: 70%;
    background-color: white;
    padding: 30px;
    box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.2);
}

    .blockHighlightSection img {
        padding-bottom: 40px;
    }

    .blockHighlightSection a {
        font-family: Lato;
        font-size: 16px;
        font-weight: 900;
        padding-top: 25px;
        display: inline-block;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 1px;
        color: #d42e12;
        text-decoration: none;
        text-align: right;
        position: relative;
        bottom: 23px;
        text-transform: uppercase;
    }

        .blockHighlightSection a:hover {
            text-decoration: none;
        }

            .blockHighlightSection a:hover:before {
                width: 100px;
                transition: all 0.2s ease;
            }

        .blockHighlightSection a:before {
            content: "";
            width: 38px;
            height: 2px;
            position: absolute;
            background-color: #d42e12;
            margin-top: 28px;
            transition: all 0.2s ease;
        }

table {
    margin-top: -11px;
}

    table tr:first-of-type {
        border-bottom: 1px solid #ccc;
        height: 34px !important;
    }

    table td {
        padding-left: 10px;
        border-right: 1px solid #ccc;
    }

        table td:first-of-type {
            padding-left: 0px;
            border-right: 1px solid #ccc;
        }

        table td:last-of-type {
            border-right: 0px solid #ccc;
        }

.outcomesTable td {
    padding-left: 10px;
    border-right: 0px solid #ccc;
}

    .outcomesTable td:first-of-type {
        padding-left: 0px;
        border-right: 0px solid #ccc;
    }

table td {
    padding-top: 5px;
    vertical-align: top;
}

.productFeatureImage {
    margin-bottom: 23px;
    height: 285px;
    width: 327px;
    text-align: center;
    padding-top: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    flex-wrap: nowrap;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.categoryListing .categoryItem img {
    padding-bottom: 0px;
    height: 233px;
    width: 256px;
    object-fit: contain;
}

.categoryListing .categoryItem button {
    max-width: 282px;
    min-width: 150px;
    width: 100%;
}

.productFeatureImage {
    width: 100%;
    max-width: 327px;
}

.categoryListing .categoryItem img {
    max-width: 327px;
    max-height: 256px;
    width: 100%;
    height: auto;
}

a.specialLink {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    padding-top: 25px;
    display: inline-block;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
    text-align: right;
    position: relative;
    bottom: 23px;
    text-transform: uppercase;
}

    a.specialLink:hover {
        text-decoration: none;
    }

        a.specialLink:hover:before {
            width: 100px;
            transition: all 0.2s ease;
        }

    a.specialLink:before {
        content: "";
        width: 38px;
        height: 2px;
        position: absolute;
        background-color: white;
        margin-top: 28px;
        transition: all 0.2s ease;
    }


a.specialLinkBlack, a.specialLinkWhite {
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    padding-top: 25px;
    display: inline-block;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #111111;
    text-decoration: none;
    text-align: right;
    position: relative;
    bottom: 23px;
}

a.specialLinkWhite {
    color: white;
}

    a.specialLinkBlack:hover, a.specialLinkWhite:hover {
        text-decoration: none;
    }

        a.specialLinkBlack:hover:before, a.specialLinkWhite:hover:before {
            width: 100%;
            transition: all 0.2s ease;
        }

    a.specialLinkBlack:before, a.specialLinkWhite:before {
        content: "";
        width: 38px;
        height: 2px;
        position: absolute;
        background-color: #d42e12;
        margin-top: 28px;
        transition: all 0.2s ease;
    }


ul {
    margin-top: -12px;
}

p a {
    font-weight: bold;
}

.valuesSection {
    display: flex;
    justify-content: center;
}

    .valuesSection .valuesRow {
        width: 100%;
    }

.valueBox {
    padding: 30px 11px 46px 12px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -35px;
    min-height: 291px;
    border: solid 1px #d42e12;
}

    .valueBox h6 {
        font-family: Lato;
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 0.23px;
        text-align: center;
        color: #111111;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .valueBox .line {
        width: 111px;
        height: 5px;
        display: inline-block;
        margin-bottom: 14px;
        background-color: #d42e12;
    }

    .valueBox .emphasisWord {
        text-transform: uppercase;
        font-size: 18px;
        color: #d42e12;
        font-weight: bold;
    }

.roundIcon {
    border-radius: 100%;
    background-color: #d42e12;
    width: 150px;
    height: 150px;
    text-align: center;
    margin-top: 30px;
    padding-top: 56px;
    margin-bottom: 18px;
}

.sideArrow {
    width: 24px;
    font-size: 33px;
    top: 86px;
    height: 24px;
    left: 39px;
    color: #cecece;
    position: relative;
}

.roundIcon h2 {
    font-size: 108px;
    color: white;
}

.aboutUsPage {
    padding-bottom: 100px;
}

    .aboutUsPage h2 {
        padding-bottom: 15px;
    }

.aboutGroup h5 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #111111;
}

.columnMarginBottom20 {
    margin-bottom: 20px;
}

.greyAbout {
    background-color: #ededed;
    height: 100%;
    padding: 25px;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .greyAbout h6 {
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: 0.2px;
        color: #d42e12;
        width: 100%;
    }

.redAbout {
    background-color: #d42e12;
    height: 100%;
    padding: 25px;
}

    .redAbout p {
        color: white;
    }

.centerAlign {
    text-align: center;
}

.focusBox {
    background-color: #d42e12;
    padding: 20px;
    color: white;
    text-align: center;
    display: flex;
    min-height: 260px;
    align-items: center;
    margin-bottom: 30px;
}

    .focusBox h5 {
        font-weight: 600;
        color: white;
    }

.purposeContainer {
    padding-left: 80px;
    padding-right: 80px;
}

.valuesBlurb {
    text-transform: uppercase;
    font-weight: 900;
}

@media only screen and (max-width:600px) {
    .sideArrow {
        top: 0;
        height: 46px;
        transform: rotate(90deg);
        left: 57px;
        position: relative;
    }

    .valueBox {
        margin-top: initial;
    }
}

.footnote {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 2.14;
    position: absolute;
    color: #878787;
    bottom: -4px;
}


.valueStakeholders {
    padding-bottom: 60px;
}

    .valueStakeholders h5 {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 20px;
    }
    
@media only screen and (max-width:1100px) {
    .valueStakeholders .col-md-6 {
        max-width: 100% !important;
    }
    
    .image-container img {
        width: 100%;
    }
}


.outcomesTable {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 3px solid #dcdcdc;
    margin-bottom: 70px;
}

    .outcomesTable th {
        font-family: Lato;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: 0.2px;
        color: #111111;
        text-transform: uppercase;
        padding-bottom: 8px;
        border-bottom: 1px solid #dcdcdc;
    }

    .outcomesTable .setWidth {
        width: 70%;
    }

    .outcomesTable td {
        padding-top: 4px;
        padding-bottom: 4px;
    }

.activityImage {
    position: relative;
}

.activityImage {
    margin-top: 50px;
    margin-bottom: 120px;
    max-width: 500px;
}

    .activityImage:after {
        content: "";
        background-image: url('/media/ucymgmvq/shape.svg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: scale(1.111);
        position: absolute;
        animation-name: spinningActivity;
        animation-duration: 120s;
        animation-iteration-count: infinite;
    }

.createValueSection h5 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
}

.createValueSection p, .valueStakeholders p {
    padding-bottom: 30px;
}

@media only screen and (max-width:768px) {
    .activityImage {
        margin-top: 25px;
    }
}

@keyframes spinningActivity {
    0% {
        transform: scale(1.111) rotate(0deg)
    }

    100% {
        transform: scale(1.111) rotate(360deg)
    }
}

.activityImage img {
    width: 100%;
    height: auto;
}

.categoryListing .categoryItem {
    margin-bottom: 58px;
}

.beyondCTA {
    background-position: center;
}

/*Financial report top sub menu*/


.latestReport {
    line-height: 13px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: -11px;
    width:100%;
    text-align:right;
}


#reportButtonText {
    text-transform:uppercase !important;
}

#reportButtonText, .reportsDropDown {
    width: 250px !important;
    text-transform: capitalize !important;
}

#yearText {
    width: 120px !important;
}

.firstItem {
    background-color: #9e0b0f;
    width: 100%;
    padding-top: 146px;
    margin-top: -168px;
}

    .firstItem h4 {
        color: white;
    }

    .firstItem:after {
        width: 50%;
        content: "";
        background-color: #9e0b0f;
        position: absolute;
        height: 28px;
    }

.reportsTitleSection {
    padding-bottom: 20px;
    padding-top: 50px;
}

.reportItem {
    padding: 15px;
    margin-bottom: 33px;
    padding-left: 28px;
    padding-right: 24px;
    min-height: 300px;
    box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: relative;
}

    .reportItem:before {
        content: "";
        width: 10px;
        height: 80px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #d42e12;
    }

    .reportItem .downloadLink {
        position: absolute;
        bottom: 30px;
    }

    .reportItem:hover {
    }

    .reportItem h6 {
        font-size: 16px;
        font-weight: 900;
        margin-bottom: 3px;
        text-transform: uppercase;
    }

    .reportItem .date {
        margin-bottom: -5px;
    }

    .reportItem:hover {
        background-color: #d42e12;
        transition: all 0.4s ease;
        box-shadow: none;
    }

        .reportItem:hover:before {
            background-color: #9e0b0f;
        }

        .reportItem:hover a, .reportItem:hover p, .reportItem:hover h5, .reportItem:hover h6 {
            color: white;
        }


            .reportItem:hover a:before {
                background-color: white;
            }

        .reportItem:hover .downloadLink:hover {
            color: white;
        }

        .reportItem:hover .downloadLink:after {
            background-color: white;
        }

        .reportItem:hover .downloadLink:before {
            background: url(/media/msebo0wf/download-white.svg) no-repeat center center;
        }

@media only screen and (max-width:1400px) {
    .reportItem {
        min-height: 250px;
    }

    #HistorySlider .HistoryItem.slick-current .ContentWrap .Description {
        height: 150px;
        font-size: 16px;
        overflow: hidden;
        overflow-y: auto;
    }
}

@media only screen and (max-width:768px) {
    .reportItem {
        min-height: auto;
        padding-bottom: 30px;
    }

        .reportItem .downloadLink {
            position: relative;
            padding-top: 10px;
            bottom: -10px;
        }
}

.calendarItem {
    border: 1px solid #d42e12;
    padding: 20px;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
}

    .calendarItem:after {
        content: "";
        position: absolute;
        right: 6px;
        top: 7px;
        background-image: url(/media/d0djtt5z/calendar-red.svg);
        background-repeat: no-repeat;
        width: 32px;
        height: 30px;
    }

    .calendarItem .outlookIcon {
        background-image: url(/media/yt1jwozs/outlook-grey.svg);
        background-repeat: no-repeat;
        width: 32px;
        text-decoration: none;
        height: 30px;
        padding-left: 25px;
    }

    .calendarItem:hover .outlookIcon {
        background-image: url(/media/c22ca4kw/outlook-white.svg);
    }

    .calendarItem:hover:after {
        background-image: url('/media/x00mbvtz/calendar-white.svg');
    }

    .calendarItem .date {
        font-size: 12px;
        line-height: 2;
        letter-spacing: 0.2px;
        color: #111111;
        text-transform: uppercase;
        margin-bottom: 3px;
    }

    .calendarItem .title {
        font-size: 20px;
        font-weight: 900;
        line-height: 1.1;
        letter-spacing: 0.2px;
        color: #d42e12;
    }

    .calendarItem a {
        font-size: 12px;
    }

    .calendarItem:hover {
        background-color: #d42e12;
    }

        .calendarItem:hover .date, .calendarItem:hover .title, .calendarItem:hover a {
            color: white;
        }

button:focus {
    outline: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #d42e12;
    border-color: #d42e12;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    outline: none;
    background-color: #d42e12;
    border-color: #d42e12;
    box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%);
}

.video-responsive {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.emailSectionGovernance {
    margin-top: -195px;
    margin-left: 11px;
    display: none;
}

.desktopImage, .mobileImage, .footprintImage {
    width: 100%;
    height: auto;
}

.mobileImage {
    display: none;
}

@media only screen and (max-width:1024px) {
    .desktopImage {
        display: none;
    }

    .mobileImage {
        display: block;
    }

    .emailSectionGovernance {
        margin-top: 20px;
        margin-left: 0px;
    }

    .showcaseContainer {
        padding: 0px;
    }

    #HistorySlider .HistoryItem.slick-current {
        width: 385px !important;
    }

        #HistorySlider .HistoryItem.slick-current .ContentWrap .Description {
            height: 195px;
            font-size: 14px;
            overflow: hidden;
            overflow-y: auto;
        }
}

.tighterContainer {
    padding-left: 96px;
    padding-right: 96px;
}

@media only screen and (max-width:1200px) {
    .tighterContainer {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.gallery {
    margin-top: 25px;
}

    .gallery .mainImage {
        padding-bottom: 40px;
    }

        .gallery .mainImage img {
            width: 100%;
            max-height: 600px;
            object-fit: contain;
        }

    .gallery .thumbnails {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

        .gallery .thumbnails .thumbItem {
            display: inline-block;
            width: 87px;
            height: 87px;
            margin-bottom: 25px;
            cursor: pointer;
            margin-right: 15px;
            position: relative;
        }

            .gallery .thumbnails .thumbItem img {
                width: 87px;
                height: 87px;
                object-fit: cover;
                opacity: 0.5;
                transition: all 0.3s ease;
            }

            .gallery .thumbnails .thumbItem:hover img {
                opacity: 1;
                transition: all 0.3s ease;
            }

            .gallery .thumbnails .thumbItem:hover:after {
                content: "";
                position: absolute;
                width: 87px;
                height: 10px;
                border-bottom: 10px solid #d42e12;
                bottom: -15px;
                left: 0;
            }

        .gallery .thumbnails .active img {
            opacity: 1;
        }

        .gallery .thumbnails .active:after {
            content: "";
            position: absolute;
            width: 87px;
            height: 10px;
            border-bottom: 10px solid #d42e12;
            bottom: -15px;
            left: 0;
        }



.productFilter .productDropdown {
    position: absolute;
    left: 0;
    top: 0;
}

.desktopProductLinks {
    display: inline-block;
}

.mobileDropdown {
    display: none;
}

.productFilter .productDropdown .dropbtn {
    position: relative;
    background-color: #d42e12;
    color: white;
    font-weight: bold;
    text-transform: uppercase !important;
    font-size: 12px;
    height: 69px;
    margin-left:0;
    margin-top: 0;
}

.productFilter .productDropdown .dropdown-content {
    position: absolute;
}

.dropdown-content .subMenuToggleItem {
    color: white;
    background-color: #343a40;
    display: flex;
    padding: 12px 16px;
    cursor: pointer;
}

.dropdown-content .subMenuToggleItem::after {
    position: absolute;
    content: "";
    background-image: url(/media/mfqfcgkf/dropdown-white.svg);
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    right: 14px;
    width: 20px;
    height: 20px;
}
.productSelection {
    margin-left: 0px;
    margin-bottom: 29px;
    margin-top: 25px;
    box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.3);
}

.productFilter {
    background-color: white;
    width: 100%;
    padding: 19px;
    padding-top: 24px;
    padding-left: 244px;
    text-align: left;
}

    .productFilter span {
        padding-bottom: 2px;
        text-transform: uppercase;
        margin-left: 20px;
        font-size: 12px;
        margin-right: 20px;
    }

    .productFilter .active {
        font-weight: bold;
        color: black;
        border-bottom: 4px solid #d42e12;
    }

    .productFilter span a {
        text-decoration: none;
        color: #878787;
        display: inline-block;
        position: relative;
    }

        .productFilter span a:hover {
            color: black;
        }

        .productFilter span a:before {
            width: 0px;
            content: "";
            height: 4px;
            bottom: -2px;
            background-color: #d42e12;
            position: absolute;
            transition: all 0.3s ease;
        }

        .productFilter span a:hover:before {
            width: 100%;
            transition: all 0.3s ease;
        }

.topNav {
    padding-left: 19px;
    text-align: center;
}


.topNavHasDropdown {
    padding-left: 209px;
}


@media only screen and (max-width:1500px) {
    .productFilter span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 11px;
    }
}

@media only screen and (max-width:1150px) {
    .productFilter {
        padding-left: 4px;
        padding-right: 4px;
        padding-left: 4px;
        text-align: center;
        background-color: transparent;
        box-shadow: none;
    }

    .topNavHasDropdown {
        padding-left: 0px;
    }

    .desktopProductLinks {
        display: none;
    }

    .productFilter span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 11px;
    }

    .productFilter .mobileDropdown, .productFilter .productDropdown {
        display: inline-block;
        position: relative;
    }

        .productFilter .productDropdown .dropbtn {
            height: 53px;
            box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.3);
        }

        .productFilter .mobileDropdown .dropbtn {
            width: 100% !important;
            padding-right: 57px;
            color: black;
            background-color: white;
        }

        .productFilter .productDropdown .dropbtn:after {
            top: 25px;
        }

    .mobileDropdown .dropbtn:after {
        background-image: url(/media/wyagcqp1/dropdown-black.svg);
    }


    .mobileDropdown:hover .dropbtn {
        background-color: #d42e12;
        color: white;
    }

    .mobileDropdown .dropbtn:focus:after {
        background-image: url(/media/mfqfcgkf/dropdown-white.svg);
    }

    .mobileDropdown:hover .dropbtn:after {
        color: white;
        background-image: url(/media/mfqfcgkf/dropdown-white.svg);
    }

    .productSelection {
        box-shadow: none;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.secondaryNav {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 30px;
}


.btn-primary.focus, .btn-primary:focus {
    background-color: #d42e12;
    border-color: #d42e12;
    outline: none;
    box-shadow: none;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #d42e12;
    border-color: #d42e12;
    outline: none;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

.showcaseBanner .redBlockContainer {
    max-width: 654px;
}

    .showcaseBanner .redBlockContainer .redBlockLine {
        margin-top: -17px;
    }

.umbraco-forms-form span.contourError, .umbraco-forms-form span.field-validation-error {
    color: #8a1f11 !important;
    background: transparent !important;
    /* font-weight: bold; */
    display: block;
    font-size: 12px;
    color: red;
    text-transform: uppercase;
}

h4.umbraco-forms-caption {
    font-size: 20px !important;
    font-weight: 900 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1 !important;
    letter-spacing: 0.2px !important;
    font-family: Lato;
    text-transform: uppercase;
    color: #111111 !important;
}

.scrollToTop {
    position: fixed;
    bottom: -90px;
    z-index: 2;
    filter: brightness(120%);
    transition: all 0.2s ease;
    right: 120px;
}

    .scrollToTop:hover {
        filter: brightness(90%);
    }

.btn-primary:hover, .btn-secondary:hover {
    user-select: none;
    box-shadow: none;
}


.btn-secondary:hover {
    border: 3px solid #9e0b0f;
}

.beyondCTA .strengthBox h2 {
    margin-bottom: 44px;
}

.beyondCTA .strengthBox p {
    width: 80%;
    margin-left: 10%;
}

.showcaseBanner .redBlockContainer .redBlock p {
    margin-bottom: 2px;
}

.showcaseBanner .redBlockContainer .redBlock h3 {
    margin-bottom: 4px;
    margin-top: -4px;
}

.showcaseBanner .redBlockContainer .redBlock h2, .showcaseBanner .redBlockContainer .redBlock .BigText {
    margin-top: 3px;
    margin-bottom: 0px;
}

.Search .SearchInputContainer .searchMenuBox .MenuSearchButton {
    top: 15px;
}

.showcaseBanner .redBlockContainer .redBlock {
    padding: 30px;
    padding-top: 7%;
    padding-bottom: 6%;
}

.MenuSearchInput {
    background-color: transparent;
}

.umbraco-forms-form .umbraco-forms-field textarea {
    height: 126px !important;
}

.umbraco-forms-submitmessage {
    font-size: 20px;
    padding-left: 50px;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
    color: #2B987c;
}

    .umbraco-forms-submitmessage:before {
        content: "";
        left: 5px;
        top: -13px;
        position: absolute;
        width: 50px;
        height: 50px;
        background-image: url(/media/gy2bfziz/successful-1.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }



a.pricingAddButton {
    font-size: 12px;
    color: #d42e12;
    cursor: pointer;
    font-weight: bold;
}

    a.pricingAddButton:before {
        margin-top: 22px;
    }

.lowercase {
    text-transform: lowercase;
}

/* The container */
.containerCheckBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerCheckBox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheckBox:hover input ~ .checkmark {
    background-color: #ccc;
}

.investorCentreOverviewDescription {
    padding: 31px 110px 80px 110px;
}

/* containerCheckBox the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #d42e12;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckBox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*----  Consent Popup  ----*/

.btn.acceptcookies {
    padding: 15px 20px !important;
    font-size: 14px !important;
}

/*----  Footer  ----*/

footer.footer {
    height: 345px;
    padding-top: 0px;
}

    footer.footer .footertop {
        background: #000;
        height: 300px;
        padding: 50px 0;
        position: relative;
    }

.footertop:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 50%;
    right: 0;
    top: 0;
    margin-top: -30px;
    background: #000;
}

footer.footer .desktopfooter,
footer.footer .desktopfooterbottom {
    display: block;
}

footer.footer .footertop .FooterHeading {
    font-size: 12px;
    color: #fff;
    display: block;
    font-weight: bold;
}

footer.footer .footertop .FooterLink {
    font-size: 12px;
    color: #cecece;
    display: block;
    line-height: 18px;
}

footer.footer .footertop .FooterText {
    font-size: 12px;
    color: #cecece;
    display: block;
    line-height: 18px;
}

    footer.footer .footertop .FooterText .RedText {
        color: #d42e12;
        padding-right: 10px;
    }

footer.footer .footertop .FooterHeading.contactLink:after {
    position: absolute;
    content: '';
    width: 50px;
    background: #d42e12;
    bottom: 0;
    height: 2px;
    left: 15px;
}

footer.footer .footertop .SocialBar {
    height: 35px;
    margin-top: -35px;
}

    footer.footer .footertop .SocialBar .SocialBarLink {
        width: 20%;
        display: inline-block;
        margin-right: -4px;
        height: 35px;
    }

        footer.footer .footertop .SocialBar .SocialBarLink:hover {
            cursor: pointer;
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Facebook {
            background: url(/media/iwmneiox/fb-white.svg) no-repeat left center;
            background-size: 20px 20px;
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Twitter {
            background: url(/media/i5tfwab3/twitter-white.svg) no-repeat left center;
            background-size: 20px 20px;
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Youtube {
            background: url(/media/5qufalv5/youtube-white.svg) no-repeat left center;
            background-size: 20px 20px;
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Pinterest {
            background: url(/media/jachzci1/pinterest-white.svg) no-repeat left center;
            background-size: 20px 20px;
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Linkedin {
            background: url(/media/3rpikt2b/linkedin-white.svg) no-repeat left center;
            background-size: 20px 20px;
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Facebook:hover {
            background: url(/media/tcphjkam/facebook-red.svg) no-repeat left center;
            background-size: 20px 20px;
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Twitter:hover {
            background: url(/media/v05f2mnx/twitter-red.svg) no-repeat left center;
            background-size: 20px 20px;
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Youtube:hover {
            background: url(/media/jzhdinsg/youtube-red.svg) no-repeat left center;
            background-size: 20px 20px;
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Pinterest:hover {
            background: url(/media/3oajdidu/pinterest-red.svg) no-repeat left center;
            background-size: 20px 20px;
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Linkedin:hover {
            background: url(/media/wshneul0/linkedin-red.svg) no-repeat left center;
            background-size: 20px 20px;
        }

footer.footer .footerbottom {
    background: #9e0b0f;
    color: #fff;
}

    footer.footer .footerbottom p {
        color: #fff;
        padding: 10px 0;
        margin: 0;
        font-size: 12px;
    }

    footer.footer .footerbottom .MiddleText {
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }

    footer.footer .footerbottom .FooterSmallLinks {
        padding: 10px 0;
        margin: 0;
        margin-left: auto;
        width: fit-content;
        width: -moz-fit-content;
    }

        footer.footer .footerbottom .FooterSmallLinks li {
            list-style-type: none;
            display: inline-block;
            padding: 0 15px;
        }

            footer.footer .footerbottom .FooterSmallLinks li a {
                font-size: 12px;
                color: #fff;
            }

/* Mobile Footer */

footer.footer .MobileFooterTop,
footer.footer .MobileFooterBottom {
    display: none;
}

/*Tabs styling form terms color-profile use*/
.productFilter .Heading {
    margin-right: 20px;
    cursor: pointer;
    color: #111111;
}

    .productFilter .Heading:hover {
        text-decoration: none;
    }

#termsDetails h2 {
    text-align: center;
}

#terms .productFilter.nav.nav-tabs {
    padding: 19px;
    display: flex;
    justify-content: center;
}

/*====-----------------------------------    Responsive    ---------------------------------------====*/

@media (min-width: 428px) {
    /*.container {
        width: 300px;
    }*/
}

@media (min-width: 992px) {
    .container {
        width: 833px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 905px;
    }

    .showcaseBanner .redBlockContainer {
        max-width: 510px;
    }
}

@media (min-width: 1100px) {
    .container {
        width: 902px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 997px;
    }
}

@media (min-width:1400px) {
    .container {
        min-width: 1209px
    }
}

@media (min-width:1600px) {
    .container {
        min-width: 1405px
    }
}


/*====--------------------------------------1400------------------------------------====*/

@media only screen and (max-width:1400px) {

    .menuSection .Desktop .FirstLevelLink span {
        font-size: 35px;
        line-height: 35px;
        padding: 25px 30px 20px;
    }

    .menuSection .Desktop .FirstLevelLink:hover span {
        padding: 25px 30px 20px 40px;
    }

    .menuSection .Desktop .FirstLevelLink.active span {
        padding: 25px 30px 20px 40px;
    }

    #FullscreenMenu .BottomSection .MenuContact {
        padding: 0px 0 0 100px;
    }

    /* Showcase Banner */

    .showcaseBanner .redBlockContainer {
        width: 60%;
    }

        .showcaseBanner .redBlockContainer .redBlock h3 {
            font-size: 24px;
        }

        .showcaseBanner .redBlockContainer .redBlock h2, .showcaseBanner .redBlockContainer .redBlock .BigText {
            font-size: 66px;
        }

        .showcaseBanner .redBlockContainer .redBlock p {
            font-size: 18px;
        }

        .showcaseBanner .redBlockContainer .redBlock button {
            font-size: 18px;
        }
}


/*====--------------------------------------1024------------------------------------====*/

@media only screen and (max-width:1024px) {

    .investorCentreOverviewDescription {
        padding: 31px 0px 80px 0px;
    }

    .menuSection .Desktop .FirstLevelLink span {
        font-size: 35px;
        line-height: 35px;
        padding: 25px 30px 20px;
    }

    .menuSection .Desktop .FirstLevelLink:hover span {
        padding: 25px 30px 20px 40px;
    }

    .menuSection .Desktop .FirstLevelLink.active span {
        padding: 25px 30px 20px 40px;
    }

    #FullscreenMenu .BottomSection .MenuContact {
        padding: 0px 0 0 100px;
    }

    /* Showcase Banner */

    .showcaseBanner .redBlockContainer {
        width: 50%;
        position: absolute;
        right: -50px;
    }

        .showcaseBanner .redBlockContainer .redBlock h3 {
            font-family: Lato;
            font-size: 18px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.11;
            letter-spacing: 0.18px;
            text-align: center;
        }

    showcaseBanner .redBlockContainer .redBlock h3 {
        margin-bottom: 4px;
        margin-top: -4px;
    }

    .showcaseBanner .redBlockContainer .redBlock h2, .showcaseBanner .redBlockContainer .redBlock .BigText {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .showcaseBanner .redBlockContainer .redBlock h2, .showcaseBanner .redBlockContainer .redBlock .BigText {
        font-family: MachineStd;
        font-size: 54px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.87;
        letter-spacing: 0.4px;
        text-align: center;
    }

    .showcaseBanner .redBlockContainer .redBlock p {
        font-size: 18px;
    }

    .showcaseBanner .redBlockContainer .redBlock button {
        font-size: 18px;
    }
}
/*====--------------------------------------428------------------------------------====*/

@media only screen and (max-width:600px) {

    .menuSection .Desktop .FirstLevelLink span {
        font-size: 35px;
        line-height: 35px;
        padding: 25px 30px 20px;
    }

    .menuSection .Desktop .FirstLevelLink:hover span {
        padding: 25px 30px 20px 40px;
    }

    .menuSection .Desktop .FirstLevelLink.active span {
        padding: 25px 30px 20px 40px;
    }

    #FullscreenMenu .BottomSection .MenuContact {
        padding: 0px 0 0 100px;
    }

    /* Showcase Banner */

    .showcaseBanner .redBlockContainer {
        width: 300px;
    }

        .showcaseBanner .redBlockContainer .redBlock h3 {
            font-family: Lato;
            font-size: 14px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.07;
            letter-spacing: 0.14px;
            text-align: center;
        }

        .showcaseBanner .redBlockContainer .redBlock h2, .showcaseBanner .redBlockContainer .redBlock .BigText {
            font-family: MachineStd;
            font-size: 40px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 0.9;
            letter-spacing: 0.26px;
            text-align: center;
        }

        .showcaseBanner .redBlockContainer .redBlock p {
            font-size: 16px;
        }

        .showcaseBanner .redBlockContainer .redBlock button {
            font-size: 13.4px;
        }



    /* Strength CTA */

    .beyondCTA {
        height: 320px;
    }

        .beyondCTA .beyondContainerBox {
            width: 70%;
            margin-left: 15%;
            top: 100px;
        }

        .beyondCTA .strengthBox p {
            width: 70%;
            margin-left: 15%;
        }

        .beyondCTA button {
            width: 222px;
            height: 70px;
            font-size: 16px;
        }

        .beyondCTA .strengthBox h2 {
            line-height: 1.2;
            margin-bottom: 30px;
        }

    .CountryDetailsContainer {
        min-height: 600px;
    }

        .CountryDetailsContainer .CountryDetailsWrapper {
            padding: 40px 40px 70px;
        }

            .CountryDetailsContainer .CountryDetailsWrapper > div {
                padding: 0 50px;
            }

    footer.footer .footerbottom .FooterSmallLinks li {
        padding: 0 5px;
    }
}

/*====-------------------------------------1200-------------------------------------====*/

@media only screen and (max-width:1200px) {

    .menuSection .Desktop .subMenuSection {
        left: 340px;
        width: 280px;
    }

    .header .RightNav .Subnav .Link {
        padding: 38px 10px;
    }

    .CountryDetailsContainer .CountryDetailsWrapper {
        padding: 40px 20px 70px;
    }

        .CountryDetailsContainer .CountryDetailsWrapper > div {
            padding: 0 20px;
        }
}

/*====--------------------------------------1024 Main Mobile Breakpoint------------------------------------====*/

@media only screen and (max-width:1024px) {

    .LogoContainer {
        height: 50px;
        width: 100px;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -50px;
    }

    .header {
        background: #fff !important;
    }

        .header .logo {
            height: 50px;
            margin: 0;
        }

            .header .logo a {
                height: 50px;
                width: 100%;
                padding: 5px 0 !important;
            }

            .header .logo.home .NoScroll {
                display: none;
                opacity: 0;
            }

            .header .logo.home .Scroll {
                display: block;
                opacity: 1;
            }

        .header .RightNav .Subnav {
            display: none;
        }

        .header .RightNav .Icons,
        .header .RightNav .Icons .Icon {
            height: 50px;
            width: 50px;
        }

            .header .RightNav .Icons .Icon.Countries .form-item,
            .header .RightNav .Icons .Icon.Countries .form-item .country-select {
                height: 50px;
                width: 50px;
            }

            .header .RightNav .Icons .Icon.Countries {
                position: absolute;
                top: 0;
                left: 0;
            }

                .header .RightNav .Icons .Icon.Countries .form-item .country-select .country-list {
                    right: auto;
                    width: 250px;
                    left: 0;
                }

            .header .RightNav .Icons .Icon.SearchButton {
                display: none;
            }

        .header .MobileSearchButton {
            display: block;
            position: absolute;
            height: 50px;
            width: 100px;
            right: 0;
            top: 0;
            background: url(/media/k4ua3nwf/search-white.svg) no-repeat center center;
        }

    .MenuButtonWrapper {
        position: absolute;
        top: 50px;
        width: 100%;
        background: #d42e12;
    }

    .header .MenuButton {
        height: 50px;
        width: 150px !important;
        padding: 10px 20px;
    }

        .header .MenuButton .RedBar {
            display: none !important;
        }

    /* Menu */

    #FullscreenMenu {
        top: 0px;
    }

        #FullscreenMenu.reveal {
            padding-top: 100px !important;
            border-left: 5px solid #d42e12;
            border-right: 5px solid #d42e12;
            background-image: none;
        }

        #FullscreenMenu .TopSection {
            height: auto;
            min-height: calc(100vh - 200px);
        }

            #FullscreenMenu .TopSection:before {
                bottom: 0px;
                height: 20px;
            }

    .MainMenu {
        padding-bottom: 80px;
    }

    .header .MenuButton .menuIcon, .header .MenuButton .menuText {
        font-size: 12px;
    }

    .menuSection .Mobile .BackButton {
        display: none;
        text-transform: uppercase;
        text-indent: 30px;
        background: url(/media/s4baoea1/back-red.svg) no-repeat left 15px center;
        font-size: 18px;
        line-height: 16px;
        font-weight: bold;
        color: #d42e12;
        padding: 15px 10px;
        border-bottom: 1px solid #ededed;
    }

    .menuSection .Mobile > a {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 22px;
        line-height: 22px;
        color: #d42e12;
        font-family: 'MachineStd';
        padding: 15px 10px;
        border-bottom: 1px solid #ededed;
    }

        .menuSection .Mobile > a.gotchild {
            background: url(/media/ylhfw3bw/next-red.svg) no-repeat right 20px center;
        }

            .menuSection .Mobile > a.gotchild.active {
                background: none;
            }

    .menuSection .Mobile .subMenuSection {
        display: none;
    }

        .menuSection .Mobile .subMenuSection > a {
            display: block;
            width: 100%;
            font-size: 16px;
            line-height: 16px;
            color: #111;
            text-transform: uppercase;
            padding: 16px 25px;
            border-bottom: 1px solid #ededed;
        }

            .menuSection .Mobile .subMenuSection > a.gotchild {
                background: url(/media/aijedtd0/next-black.svg) no-repeat right 20px center;
            }

                .menuSection .Mobile .subMenuSection > a.gotchild.active {
                    background: #d42e12;
                    color: #fff;
                    text-decoration: none;
                }

        .menuSection .Mobile .subMenuSection .subSubMenu {
            display: none;
        }

            .menuSection .Mobile .subMenuSection .subSubMenu > a {
                display: block;
                width: 100%;
                font-size: 18px;
                line-height: 18px;
                color: #111;
                padding: 12px 20px;
                transition: all 0.3s;
                border-bottom: 1px solid #ededed;
            }

    .menuSection.Mobile .MobileRightNavLinks {
        background: #f6f6f6;
        margin-top: 3px;
    }

        .menuSection.Mobile .MobileRightNavLinks a {
            font-size: 14px;
            color: #000;
            display: block;
            padding: 12px 10px;
            border-bottom: 1px solid #fff;
            background: url(/media/aijedtd0/next-black.svg) no-repeat right 20px center;
        }

    #FullscreenMenu .TopSection .MenuSocialBar {
        width: 100%;
        margin: 0;
        height: 50px;
        margin-bottom: 30px;
        bottom: 0px;
        top: auto;
    }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink {
            height: 50px;
        }

    #FullscreenMenu .BottomSection {
        height: 101px;
    }

        #FullscreenMenu .BottomSection .DesktopMenuContact {
            display: none;
        }

        #FullscreenMenu .BottomSection .MobileMenuContact {
            display: block;
            padding: 10px 5px;
        }

            #FullscreenMenu .BottomSection .MobileMenuContact p {
                color: #fff;
                margin-bottom: 5px;
                font-size: 14px;
                line-height: 22px;
                position: relative;
            }

                #FullscreenMenu .BottomSection .MobileMenuContact p span {
                    text-align: right;
                    position: absolute;
                    right: 0;
                    font-weight: bold;
                }

    /* Search */

    .Search .SearchInputContainer .searchMenuBox {
        height: auto;
        padding: 30px 10px 15px;
    }

        .Search .SearchInputContainer .searchMenuBox .MenuSearchInput {
            font-size: 30px;
        }

        .Search .SearchInputContainer .searchMenuBox .MenuSearchButton {
            height: 50px;
            width: 50px;
            background-size: 30px;
        }

    .Search .SearchInputContainer .SearchBackButton {
        padding: 10px 20px;
        margin-left: 10px;
        margin-top: 0px;
    }

    .QuickFloat {
        display: none;
    }

    /* Contact */

    .CountryDetailsContainer .CountryDetailsWrapper.Active {
        display: block;
        position: relative;
    }

    .CountryDetailsContainer .CountryDetailsWrapper > div {
        padding: 0 20px 30px;
        width: 100%;
        border: none !important;
    }

    .TestimoialSliderWrapper .slick-dots li {
        margin-right: 10px;
    }

        .TestimoialSliderWrapper .slick-dots li button {
            width: 35px;
        }

    .blockHighlightSection {
        padding: 30px 0 0 !important;
    }

        .blockHighlightSection img {
            padding-bottom: 0px;
        }

    .SurerewardsBanner .AdvertisingSlideContent .ImageContainer {
        display: none;
    }

    .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards .Logo {
        margin: 0 auto;
        display: block;
    }

    .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards h2 {
        text-align: center;
        padding: 20px 0 10px;
    }

    .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards h5 {
        text-align: center;
        padding: 0 0 20px 0;
    }

    .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards a {
        margin-bottom: 15px;
        margin: 0 auto;
        display: block;
        width: 250px;
    }

    .SureRewardsContentContainer h2,
    .SureRewardsContentContainer p {
        text-align: center;
    }

    .SureRewardSignupButton {
        display: block;
        margin: 0 auto;
        width: 250px;
    }

    .TermsLinks {
        margin: 20px auto;
        display: block;
        width: 180px;
    }

    /* Footer */

    footer.footer {
        height: auto;
        padding: 0;
    }

        footer.footer .desktopfooter,
        footer.footer .desktopfooterbottom {
            display: none;
        }

        footer.footer .footertop {
            height: 150px;
            padding: 20px 0;
        }

    .footertop:after {
        height: 20px;
        margin-top: -20px;
    }

    footer.footer .footertop .FooterText {
        margin-bottom: 0;
    }

    footer.footer .footertop .contactLink {
        position: relative;
        margin-bottom: 20px;
    }

    footer.footer .footertop .SocialBar {
        margin-top: 0;
    }

        footer.footer .footertop .SocialBar .SocialBarLink {
            background-position: center center !important;
        }

    footer.footer .footerbottom {
        height: 75px;
    }

    footer.footer .MobileFooterTop .Half {
        display: inline-block;
        width: 50%;
        margin-right: -4px;
        vertical-align: top;
    }

        footer.footer .MobileFooterTop .Half img {
            float: right;
        }

    footer.footer .MobileFooterTop .FooterHeading.contactLink:after {
        left: 0px;
    }

    footer.footer .MobileFooterTop,
    footer.footer .MobileFooterBottom {
        display: block;
    }

        footer.footer .MobileFooterBottom .TollFree {
            font-size: 12px;
            text-align: center;
        }

        footer.footer .MobileFooterBottom .Copyright {
            font-size: 10px;
            text-align: center;
        }

        footer.footer .MobileFooterBottom .FooterSmallLinks {
            margin: 0 auto;
            padding: 0;
        }

            footer.footer .MobileFooterBottom .FooterSmallLinks li {
                line-height: 10px;
            }

                footer.footer .MobileFooterBottom .FooterSmallLinks li a {
                    font-size: 10px;
                    line-height: 10px;
                }
}

/*====------------------------------------997--------------------------------------====*/

@media only screen and (max-width: 997px) {

    /*--Category Listing --- */
    .categoryListing .categoryItem:nth-of-type(3) {
        border-right: 1px solid #d42e12;
    }

    .categoryListing .categoryItem:nth-of-type(2n+2), .categoryListing .categoryItem:last-of-type {
        border-right: 0px solid #d42e12;
    }

    /* Contact Us */

    .ContactFormContainer .FormWrapper {
        max-width: 600px;
        padding: 40px 100px;
    }

    #HistorySlider .HistoryItem.slick-current .ContentWrap {
        padding: 5px 0;
    }
}

/*====--------------------------------------600------------------------------------====*/

@media only screen and (max-width:600px) {

    .showcaseBanner {
        height: 460px;
    }

        .showcaseBanner .redBlockContainer {
            float: none;
            width: 86%;
            position: relative;
            right: 0;
            margin: 0 auto;
        }

            .showcaseBanner .redBlockContainer .redBlock h3 {
                font-size: 14px;
                font-family: Lato;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.07;
                letter-spacing: 0.14px;
                text-align: center;
            }

            .showcaseBanner .redBlockContainer .redBlock h2, .showcaseBanner .redBlockContainer .redBlock .BigText {
                font-size: 40px;
                font-family: MachineStd;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 0.9;
                letter-spacing: 0.26px;
                text-align: center;
            }



            .showcaseBanner .redBlockContainer .redBlock p {
                font-size: 14px;
            }

            .showcaseBanner .redBlockContainer .redBlock button {
                width: 150px;
                font-size: 14px;
            }
}
/*====--------------------------------------428------------------------------------====*/

@media only screen and (max-width:428px) {

    .showcaseBanner {
        height: 660px;
    }

        .showcaseBanner .redBlockContainer {
            float: none;
            width: 86%;
            position: relative;
            right: 0;
            margin: 0 auto;
        }

            .showcaseBanner .redBlockContainer .redBlock h3 {
                font-size: 14px;
                font-family: Lato;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.07;
                letter-spacing: 0.14px;
                text-align: center;
            }

            .showcaseBanner .redBlockContainer .redBlock h2, .showcaseBanner .redBlockContainer .redBlock .BigText {
                font-size: 40px;
                font-family: MachineStd;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 0.9;
                letter-spacing: 0.26px;
                text-align: center;
            }



            .showcaseBanner .redBlockContainer .redBlock p {
                font-size: 14px;
            }

            .showcaseBanner .redBlockContainer .redBlock button {
                width: 150px;
                font-size: 14px;
                height:45px;
            }

    #HistorySlider .HistoryItem.slick-current {
        width: 320px !important;
    }
}
/*====--------------------------------------540------------------------------------====*/

@media only screen and (max-width:540px) {

    .showcaseBanner {
        height: 600px;
    }

        .showcaseBanner .redBlockContainer {
            float: none;
            width: 86%;
            position: relative;
            right: 0;
            margin: 0 auto;
        }

            .showcaseBanner .redBlockContainer .redBlock h3 {
                font-size: 14px;
                font-family: Lato;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.07;
                letter-spacing: 0.14px;
                text-align: center;
            }

            .showcaseBanner .redBlockContainer .redBlock h2, .showcaseBanner .redBlockContainer .redBlock .BigText {
                font-size: 40px;
                font-family: MachineStd;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 0.9;
                letter-spacing: 0.26px;
                text-align: center;
            }



            .showcaseBanner .redBlockContainer .redBlock p {
                font-size: 14px;
            }

            .showcaseBanner .redBlockContainer .redBlock button {
                width: 150px;
                font-size: 14px;
                height:45px;
            }
}
/*====--------------------------------------300------------------------------------====*/

@media only screen and (max-width:300px) {

    .showcaseBanner {
        height: 600px;
    }

        .showcaseBanner .redBlockContainer {
            float: none;
            width: 86%;
            position: relative;
            right: 0;
            margin: 0 auto;
        }

            .showcaseBanner .redBlockContainer .redBlock h3 {
                font-size: 14px;
                font-family: Lato;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.07;
                letter-spacing: 0.14px;
                text-align: center;
            }

            .showcaseBanner .redBlockContainer .redBlock h2, .showcaseBanner .redBlockContainer .redBlock .BigText {
                font-size: 40px;
                font-family: MachineStd;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 0.9;
                letter-spacing: 0.26px;
                text-align: center;
            }



            .showcaseBanner .redBlockContainer .redBlock p {
                font-size: 14px;
            }

            .showcaseBanner .redBlockContainer .redBlock button {
                width: 150px;
                font-size: 14px;
                height:45px;
            }


    /*-- Strength CTA --*/

    .beyondCTA {
        height: 250px;
    }

        .beyondCTA .beyondContainerBox {
            width: 100%;
            top: 20px;
            margin-left: 0%;
        }

        .beyondCTA .strengthBox {
            width: 92%;
            margin-left: 4%;
        }

            .beyondCTA .strengthBox h2 {
                font-size: 24px;
            }

                .beyondCTA .strengthBox h2:after {
                    left: 44%;
                }

            .beyondCTA .strengthBox p {
                width: auto;
                margin-left: auto;
            }

        .beyondCTA button {
            width: 182px;
            height: 70px;
            font-size: 14px;
        }





    /*--Category Listing --- */
    .categoryListing .categoryItem {
        border-right: 0px solid #d42e12;
    }

    /* Contact Us */

    .ContactFormContainer .FormWrapper {
        max-width: 600px;
        padding: 40px 100px;
    }

    .SurerewardsBanner .AdvertisingSlideContent .ImageContainer {
        display: none;
    }

    .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards {
        height: auto;
    }

    .beyondCTA .strengthBox h2 {
        margin-bottom: 15px;
    }

    .productSelectButton {
        margin-bottom: 5px;
        width: 100%;
        max-width: 300px;
    }

    .footnote {
        line-height: 1.14;
        bottom: -11px;
    }


    .beyondCTA .strengthBox h2:after {
        margin-top: 33px;
    }

    .showcaseContainer .redBlockLeft {
        margin-left: 10%;
    }

    .Search .SearchInputContainer .searchMenuBox .MenuSearchButton {
        top: 31px;
    }


    .showcaseBanner .redBlockContainer .redBlock button {
        width: 100%;
        max-width: 209px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .showcaseContainer .slick-next, .showcaseContainer .slick-prev {
        right: 18px;
    }

    .showcaseContainer .slick-prev {
        left: 18px;
        right: auto;
    }

    .TestimoialSliderWrapper .TestimonialSlide .TestimonialLink {
        font-size: 14px;
    }

    .TestimoialSliderWrapper .slick-next,
    .TestimoialSliderWrapper .slick-prev {
        /*display: none !important;*/
    }

    .TestimoialSliderWrapper .TestimonialSliderLine {
        margin: 30px 20px;
    }

    #AdvertisingBanner .AdvertisingSlide .Content .SureRewards h2 {
        text-align: center;
        padding: 20px 0 0px;
    }

    #AdvertisingBanner .AdvertisingSlide .Content .SureRewards .Logo {
        margin: 0 auto;
    }

    #AdvertisingBanner .AdvertisingSlide .AdvertisingSlideContent {
        padding: 0 20px;
    }

    #AdvertisingBanner .AdvertisingSlide .Content {
        padding: 30px 0;
    }

        #AdvertisingBanner .AdvertisingSlide .Content .SureRewards h5 {
            width: 100%;
            text-align: center;
        }

    #AdvertisingBanner .AdvertisingSlide .ImageContainer img {
        max-height: 340px;
    }

    #AdvertisingBanner .AdvertisingSlide .Content .SureRewards a {
        margin: 15px auto;
        display: block;
    }
}

/*====-------------------------------------600-------------------------------------====*/

@media only screen and (max-width:600px) {

    /* Contact Us */

    .ContactFormContainer .FormWrapper {
        max-width: 100%;
        padding: 40px 40px;
        border: 4px solid #d42e12;
    }

    .howToGuides .slick-dots, .relatedProducts .slick-dots {
        margin-left: -5px;
        margin-right: 2px;
    }

        .howToGuides .slick-dots li button, .relatedProducts .slick-dots li button {
            width: 32px;
        }

    .TestimoialSliderWrapper .TestimonialSlide .ImageContainer {
        height: auto;
    }

        .TestimoialSliderWrapper .TestimonialSlide .ImageContainer img {
            width: 100%;
            height: auto;
        }
}

/*====-------------------------------------920 height-------------------------------------====*/

@media only screen and (max-height:920px) {

    #FullscreenMenu.reveal {
        padding-top: 140px;
    }

    #FullscreenMenu .BottomSection .MenuContact {
        padding: 0px 0 0 50px;
    }
}

/*====---------------------------------------870 height-----------------------------------====*/

@media only screen and (max-height:870px) {

    #FullscreenMenu.reveal {
        padding-top: 120px;
    }

    #FullscreenMenu .TopSection .MenuSocialBar {
        margin-top: -40px;
    }

    .menuSection .Desktop .FirstLevelLink span {
        font-size: 30px;
        line-height: 30px;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .menuSection .Desktop .FirstLevelLink:hover span,
    .menuSection .Desktop .FirstLevelLink.active span {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .menuSection .Desktop .subMenuSection > a span {
        padding: 10px 25px;
    }

    .menuSection .Desktop .subMenuSection > a:hover span,
    .menuSection .Desktop .subMenuSection > a.active span {
        padding: 10px 25px 10px 35px;
    }

    #FullscreenMenu .TopSection:before {
        height: 30px;
    }
}

/*====---------------------------------------780 height-----------------------------------====*/

@media only screen and (max-height:780px) {

    #FullscreenMenu.reveal {
        padding-top: 120px;
    }

    #FullscreenMenu .TopSection .MenuSocialBar {
        margin-top: -40px;
    }

    .menuSection .Desktop .FirstLevelLink span {
        font-size: 28px;
        line-height: 30px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .menuSection .Desktop .FirstLevelLink:hover span,
    .menuSection .Desktop .FirstLevelLink.active span {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .menuSection .Desktop .subMenuSection > a span {
        padding: 10px 25px;
    }

    .menuSection .Desktop .subMenuSection > a:hover span,
    .menuSection .Desktop .subMenuSection > a.active span {
        padding: 10px 25px 10px 35px;
    }

    #FullscreenMenu .TopSection:before {
        height: 30px;
    }
}

/*====--------------------------------------- 125% Windows Scaling -----------------------------------====*/

@media (max-width: 1520px) and (max-height: 740px) and (-webkit-max-device-pixel-ratio: 1.25) {
}

/*====--------------------------------------- 150% Windows Scaling -----------------------------------====*/

@media (max-width: 1270px) and (max-height: 590px) and (-webkit-max-device-pixel-ratio: 1.5) {

    .menuSection .Desktop .FirstLevelLink span {
        font-size: 24px;
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .menuSection .Desktop .FirstLevelLink:hover span,
    .menuSection .Desktop .FirstLevelLink.active span {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .menuSection .Desktop .subMenuSection > a span {
        font-size: 16px;
        line-height: 16px;
        padding: 8px 25px;
    }

    .menuSection .Desktop .subMenuSection > a:hover span,
    .menuSection .Desktop .subMenuSection > a.active span {
        padding: 8px 25px 8px 35px;
    }
}

@media (max-width: 360px) {
    #HistorySlider .HistoryItem .ContentBlock {
        width: calc(100% - 15px);
        padding: 0 30px
    }
}

.sample-class {
    background-image: '/media/stunspfn/36th-bergmarathon-1850-x-700-2.jpg';
    background-fit: cover;
}

.red-text {
    color: #d42e12;
    font-weight: bold;
}

.ImportandFacts:before {
    content: '';
    display: block;
    background: #d42f13;
    margin-top: -65px;
    width: 50%;
    height: 25px;
    position: absolute;
    float: right;
    margin-left: 50%;
}
.ImportandFacts:after {
    content: '';
    display: block;
    background: #d42f13;
    margin-top: 40px;
    width: 50%;
    height: 25px;
    position: absolute;
    float: left;
    margin-left: -1%;
}

.ImportandFacts {
    background: #d42f13;
    padding: 40px 10px;
}

.ImportandFactsHeading {
    color: #fff;
    font-size: 40px;
    height: 60px;
    font-family: MachineStd;
}

ul.ImportandFactsList {
    list-style: none;
    padding:0;
}

li.ImportandFactItem {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    display: flex;
}

.ImportandFactImage {
    float: left;
    width: 80px;
    height: 80px;
    display: block;
    margin: 30px;
}

.ImportandFactImage img {
    width: 80px;
    height: 80px;
}

.ImportandFactContent {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    font-weight: bold;
}

.ProjectBenefits {
    padding-top: 100px;
}

.ProjectBenefitsSubHeading {
    color: #000;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 26px; /* 108.333% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

ul.ProjectBenefitsList {
    list-style: none;
    padding: 0 20px;
}

li.ProjectBenefitItem {
    margin-bottom: 30px;
    border-left: solid 3px #d32e12;
    box-shadow: 0px 0px 10px #ccc;
    float: left;
    display: inline-block;
    clear: both;
}

.ProjectBenefitContent {
    padding: 15px;
    font-weight: bold;
    background-color:#fff;

}

.ProjectBenefitsHeading {
    color: #000;
    font-size: 40px;
    height: 60px;
    font-family: MachineStd;
}

.TechnicalPoints {
    background: #F6F6F6!important;
}
.TechnicalPoints:before {
    background: #F6F6F6!important;
}
.TechnicalPoints:after {
    background: #F6F6F6!important;
}

.contact-buttons {
    margin-left:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    text-align:center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width:400px;
}

.contact-buttons-section {
     margin-top: 50px;
     margin-bottom: 50px;
}

.intro-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  
    gap: 20px; 
}

.intro-text {
    flex-basis: 60%;
}


.intro-image {
    flex-basis: 35%;
}

.intro-image img {
    border: 1px solid #ccc;
}

.qoute {
    margin: auto;
    max-width: 750px;
    text-align: center;
    margin-top: 68px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 767px) { 
    .contact-buttons-section {
      text-align: center; 
    }
    
    .contact-buttons{
        width:100%;
    }
 }
