body, html {
    overflow-x: hidden
}

body, h1, h2, h3, h4, p {
    color: #111
}

.CoordinateWrapper button.red, .newsSelection button.red, .umbraco-forms-indicator, a, a:hover {
    color: #d42e12
}

.btn-primary, .btn-secondary {
    transition: .3s;
    margin-right: 10px
}

.header .RightNav .Icons, .pl-frame, .pl-frame .loader {
    width: 100px;
    height: 100px
}

.btn-primary, .btn-secondary {
    display: inline-block;
    font-size: 20px
}

.MenuIsOpen .header .logo.home a, .MenuIsOpen .header.header--fixed .logo.home a, .header.header--fixed .logo.home a {
    padding: 15px
}

.menuSection .Desktop .FirstLevelLink span, h1, h2, h3, h4 {
    font-family: MachineStd
}

.beyondCTA button, .btn-primary, .btn-secondary {
    font-weight: 600;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
    text-transform: uppercase
}

#HistorySlider .slick-arrow, .beyondCTA button, .btn-primary, .btn-secondary, .categoryListing .categoryItem button {
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2)
}

@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
}

body {
    font-size: 16px;
    line-height: 24px
}

h1 {
    font-size: 62px;
    line-height: 58px
}

h2 {
    font-size: 52px;
    line-height: 48px
}

h3 {
    font-size: 42px;
    line-height: 40px
}

h4 {
    font-size: 36px;
    line-height: 34px
}

h5, h6, p {
    font-family: Lato
}

h5, h6 {
    color: #000
}

h5 {
    font-size: 24px;
    line-height: 26px
}

h6 {
    font-size: 20px;
    line-height: 22px
}

p {
    font-size: 16px;
    line-height: 24px
}

a:hover {
    text-decoration: underline
}

.btn-primary {
    background-color: #d42e12;
    border: none;
    color: #fff;
    padding: 20px 55px;
    border-radius: 0
}

.categoryItem, .categoryListing .categoryItem {
    border-right: 1px solid #d42e12
}

    .beyondCTA button:hover, .btn-primary:hover, .btn-secondary:hover, .categoryItem button:hover, .categoryListing .categoryItem button:hover {
        background-color: #9e0b0f;
        transition: .3s
    }

.btn-secondary {
    background-color: #fff;
    color: #d42e12;
    border-radius: 0
}

.pageHeaderRed {
    z-index: 10
}

main {
    padding-top: 100px
}

#AdvertisingBanner > div, .section {
    padding: 0 !important
}

.BigHeading {
    color: #d42e12;
    text-align: center
}

#LoaderOverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #d42e12;
    z-index: 9999
}

.pl-frame {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px
}

    .pl-frame .loader span {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%
    }

        .pl-frame .loader span:after, .pl-frame .loader span:before {
            position: absolute;
            width: 4px;
            height: 100%;
            background: #fff;
            content: ""
        }

        .pl-frame .loader span:before {
            top: auto;
            right: 0;
            bottom: 0;
            animation: 2s linear .2s infinite drawframeRight
        }

        .pl-frame .loader span:after {
            top: 0;
            bottom: auto;
            left: 0;
            animation: 2s linear .6s infinite drawframeLeft
        }

    .pl-frame .loader:after, .pl-frame .loader:before {
        position: absolute;
        width: 100%;
        height: 4px;
        background: #fff;
        content: ""
    }

    .pl-frame .loader:before {
        top: 0;
        right: 0;
        left: auto;
        animation: 2s linear infinite drawframeTop
    }

    .pl-frame .loader:after {
        right: auto;
        bottom: 0;
        left: 0;
        animation: 2s linear .4s infinite drawframeBottom
    }

@keyframes drawframeTop {
    0% {
        right: 0;
        left: auto;
        width: 100%
    }

    12.5% {
        right: 0;
        left: auto;
        width: 0%
    }

    50% {
        right: auto;
        left: 0;
        width: 0%
    }

    100%,62.5% {
        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%
    }

    100%,62.5% {
        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%
    }

    100%,62.5% {
        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%
    }

    100%,62.5% {
        top: auto;
        bottom: 0;
        height: 100%
    }
}

.header {
    padding: 0;
    height: 100px;
    z-index: 999;
    background: #fff;
    box-shadow: 5px 1px 8px 2px rgb(0 0 0 / 20%)
}

.beyondCTA, .showcaseBanner {
    background-repeat: no-repeat;
    background-size: cover
}

.header .MenuButton {
    height: 100px;
    width: 0;
    background: #d42e12;
    padding: 35px 15px;
    position: relative
}

    .header .MenuButton.FadeIn, .header .logo.home a {
        padding: 0
    }

    .header .MenuButton:hover, footer.footer .footertop .SocialBar .SocialBarLink: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: .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, a.specialLinkBlack:hover:before, a.specialLinkWhite:hover:before {
        width: 100%;
        transition: .2s
    }

    #AdvertisingBanner .slick-dots li:only-child, #FullscreenMenu .BottomSection .MobileMenuContact, #HistorySlider .HistoryItem.slick-current .SideBlock:before, #HistorySlider .historyBackground, .TestimoialSliderWrapper .slick-dots li:only-child, .header .MenuButton.open .menuIcon span, .header .MobileSearchButton, .header .RightNav .Icons .Icon.Countries .form-item .country-select #country_selector, .header .RightNav .Icons .Icon.Countries .form-item .country-select .selected-flag .arrow, .menuSection.Desktop .Mobile, .menuSection.Mobile .Desktop, .mobileDropdown, .mobileImage, .showcaseBanner:before, footer.footer .MobileFooterBottom, footer.footer .MobileFooterTop {
        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
    }

.MenuButton.FirstLoad .First {
    animation: 1s ease-in-out infinite alternate burger-hover
}

.MenuButton.FirstLoad .Second {
    animation: 1s ease-in-out .2s infinite alternate forwards burger-hover
}

.MenuButton.FirstLoad .Third {
    animation: 1s ease-in-out .4s infinite alternate forwards burger-hover
}

@keyframes burger-hover {
    0%,100% {
        width: 100%
    }

    50% {
        width: 50%
    }
}

.header .logo {
    height: 100px;
    padding: 0
}

    .header .logo a {
        display: block;
        height: 100%;
        width: 100%;
        padding: 15px
    }

        #FullscreenMenu .Fullscreenmenuwrapper, .TestimoialSliderWrapper .TestimonialSlide .ImageContainer img, .header .logo a img {
            height: 100%
        }

    .header .logo.home {
        height: 200px;
        margin-bottom: -100px
    }

.header.header--fixed .logo.home {
    height: 100px;
    margin-bottom: 0
}

    .header .logo.home .Scroll, .header.header--fixed .logo.home .NoScroll {
        display: none;
        opacity: 0;
        transition: .5s
    }

    .header .logo.home .NoScroll, .header.header--fixed .logo.home .Scroll {
        display: block;
        opacity: 1;
        transition: .5s
    }

.header.header--fixed {
    box-shadow: 5px 1px 8px 2px rgba(0,0,0,.2)
}

.header .RightNav {
    margin-left: auto;
    padding-right: 30px
}

    #HistorySlider .HistoryItem .ContentBlock, #HistorySlider .HistoryItem .SideBlock, .CountryDetailsContainer .CountryDetailsWrapper .Items .Details, .CountryDetailsContainer .CountryDetailsWrapper .Items .Icon, .QuickFloat .Item.Social .Icon, .QuickFloat .Item.Social .Icons, .header .RightNav .Icons, .header .RightNav .Subnav {
        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: .5px;
            transition: .3s;
            border-top: 0 solid #d42e12
        }

            .header .RightNav .Subnav .Link:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                width: 100%;
                border-top: 0 solid #d42e12;
                transition: .3s
            }

            .header .RightNav .Subnav .Link:hover {
                text-decoration: none;
                cursor: pointer;
                color: #d42e12;
                transition: .3s
            }

                .header .RightNav .Subnav .Link:hover:before {
                    border-top: 10px solid #d42e12;
                    transition: .3s
                }

        .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-list {
                        right: 0;
                        width: 250px;
                        min-height: 225px;
                        overflow: hidden !important
                    }

                    .header .RightNav .Icons .Icon.Countries .form-item .country-select .selected-flag .flag {
                        height: 24px;
                        width: 24px;
                        border-radius: 12px
                    }

.country-select .flag.za {
    background: url(/media/ccgbmvrm/south-africa.svg) center center no-repeat
}

.country-select .flag.bw {
    background: url(/media/j1pje1h3/botswana.svg) center center no-repeat
}

.country-select .flag.cd {
    background: url(/media/lxdpr5te/drc.svg) center center no-repeat
}

.country-select .flag.et {
    background: url(/media/1onl3bmr/ethiopia.svg) center center no-repeat
}

.country-select .flag.mz {
    background: url(/media/rw5pyi5k/mozambique.svg) center center no-repeat
}

.country-select .flag.rw {
    background: url(/media/h03fefkc/rwanda.svg) center center no-repeat
}

.country-select .flag.zw {
    background: url(/media/pjvbfzqj/zimbabwe.svg) center center no-repeat
}

.country-select .country-list .flag {
    height: 25px;
    width: 25px;
    box-shadow: none
}

.header .RightNav .Icons .Icon.SearchButton {
    background: url(/media/0jphf13x/search-red.svg) center center no-repeat
}

    .header .RightNav .Icons .Icon.SearchButton:hover {
        background-color: #f2f2f2;
        cursor: pointer
    }

.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: .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: .3s
}

#FullscreenMenu {
    width: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 0px solid transparent;
    padding-top: 0;
    background-color: #fff;
    background-image: none;
    background-position: right bottom 160px;
    background-repeat: no-repeat;
    background-size: 34%;
    z-index: 998;
    transition: .7s cubic-bezier(1,0,0,1)
}

    #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: .7s cubic-bezier(1,0,0,1)
    }

    #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 .BottomSection .DesktopMenuContact, #FullscreenMenu .TopSection .menuSection, .DropdownContainer .dropdown-content.Show, .container input:checked ~ .checkmark:after, .menuSection.Desktop .Desktop, .menuSection.Mobile .Mobile, footer.footer .desktopfooter, footer.footer .desktopfooterbottom {
            display: block
        }

    #FullscreenMenu .BottomSection {
        height: 130px;
        background: #d42e12
    }

        #FullscreenMenu .BottomSection .MenuContact {
            display: none;
            padding: 15px 0 0 100px;
            font-size: 14px
        }

            #FullscreenMenu .BottomSection .MenuContact a, #FullscreenMenu .BottomSection .MenuContact p {
                color: #fff;
                margin: 0;
                font-size: 14px;
                line-height: 20px
            }

.MenuIsOpen .header, .MenuIsOpen .header.header--fixed {
    box-shadow: none;
    background: 0 0;
    transition: 1s;
    z-index: 999
}

    .MenuIsOpen .header .logo.home, .MenuIsOpen .header.header--fixed .logo.home {
        height: 100px;
        margin-bottom: 0
    }

        .MenuIsOpen .header .logo.home .NoScroll {
            display: none;
            opacity: 0
        }

        .MenuIsOpen .header .logo.home .Scroll {
            display: block;
            opacity: 1
        }

#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: .3s
    }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink:hover {
            cursor: pointer;
            transition: .3s
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Facebook {
            background: url(/media/tcphjkam/facebook-red.svg) center center/20px 20px no-repeat
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Twitter {
            background: url(/media/v05f2mnx/twitter-red.svg) center center/20px 20px no-repeat
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Youtube {
            background: url(/media/jzhdinsg/youtube-red.svg) center center/20px 20px no-repeat
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Pinterest {
            background: url(/media/3oajdidu/pinterest-red.svg) center center/20px 20px no-repeat
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Linkedin {
            background: url(/media/wshneul0/linkedin-red.svg) center center/20px 20px no-repeat
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Facebook:hover {
            background: url(/media/iwmneiox/fb-white.svg) center center/20px 20px no-repeat #d42e12
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Twitter:hover {
            background: url(/media/i5tfwab3/twitter-white.svg) center center/20px 20px no-repeat #d42e12
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Youtube:hover {
            background: url(/media/5qufalv5/youtube-white.svg) center center/20px 20px no-repeat #d42e12
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Pinterest:hover {
            background: url(/media/jachzci1/pinterest-white.svg) center center/20px 20px no-repeat #d42e12
        }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink.Linkedin:hover {
            background: url(/media/3rpikt2b/linkedin-white.svg) center center/20px 20px no-repeat #d42e12
        }

.menuSection {
    position: relative;
    width: 100%
}

    .menuSection .Desktop .FirstLevelLink {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin-left: -500px
    }

    .menuSection .Desktop .subMenuSection, .menuSection .Desktop .subMenuSection .subSubMenu {
        width: 350px;
        border-left: 1px solid #d42e12;
        bottom: 0;
        position: absolute;
        top: 0;
        display: none
    }

    .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: .3s
    }

.reveal .menuSection .Desktop .FirstLevelLink span {
    transition: .3s;
    opacity: 1
}

.QuickFloat .Item .Text a:hover, .TermsLinks:hover, .TestimonialListing .TestimonialSlide .TestimonialSlideClick:hover, .blockHighlightSection a:hover, .menuSection .Desktop .FirstLevelLink:hover, .menuSection .Desktop .subMenuSection > a:hover, .productFilter .Heading:hover, a.specialLink:hover, a.specialLinkBlack:hover, a.specialLinkWhite:hover {
    text-decoration: none
}

    .menuSection .Desktop .FirstLevelLink.active span, .menuSection .Desktop .FirstLevelLink:hover span {
        background: #d42e12;
        color: #fff;
        text-decoration: none;
        padding: 20px 40px 15px 60px;
        transition: .3s
    }

.menuSection .Desktop .subMenuSection {
    left: 33%
}

    .menuSection .Desktop .subMenuSection > a {
        display: block;
        width: 100%
    }

        .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: .3s
        }

        .menuSection .Desktop .subMenuSection > a.active span, .menuSection .Desktop .subMenuSection > a:hover span {
            background: #d42e12;
            color: #fff;
            text-decoration: none;
            padding: 15px 25px 15px 35px;
            transition: .3s
        }

    .menuSection .Desktop .subMenuSection .subSubMenu {
        left: 100%
    }

        .menuSection .Desktop .subMenuSection .subSubMenu > a {
            display: block;
            width: 100%;
            font-size: 18px;
            line-height: 18px;
            color: #111;
            padding: 10px 20px;
            transition: .3s
        }

            .menuSection .Desktop .subMenuSection .subSubMenu > a:hover {
                background: #d42e12;
                color: #fff;
                text-decoration: none;
                padding: 10px 20px 10px 30px;
                transition: .3s
            }

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .menuSection .Desktop .FirstLevelLink span {
        width: auto;
        display: inline-flex
    }
}

.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: 0 0
            }

            .Search .SearchInputContainer .searchMenuBox .MenuSearchButton {
                position: absolute;
                height: 100px;
                width: 50px;
                border: 0;
                background: url(/media/0jphf13x/search-red.svg) center center/35px no-repeat;
                right: 0
            }

                #AdvertisingBanner .AdvertisingSlide:focus, #AdvertisingBanner .slick-dots li button:focus, #HistorySlider .HistoryItem:focus, .Search .SearchInputContainer .searchMenuBox .MenuSearchButton:focus, .Search .SearchInputContainer .searchMenuBox .MenuSearchInput:focus, .TestimoialSliderWrapper .slick-dots li button:focus, .howToGuides .slick-dots li button:focus, .relatedProducts .slick-dots li button:focus, .showcaseContainer .slick-dots li button:focus, button:focus {
                    outline: 0
                }

        .Search .SearchInputContainer .SearchBackButton {
            border: 2px solid #d42e12;
            background: #fff;
            padding: 20px 40px;
            font-size: 20px;
            color: #d42e12;
            font-weight: 700
        }

.QuickFloat {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 997
}

    .QuickFloat .Item {
        height: 50px;
        width: 50px;
        background: #9e0b0f;
        margin-bottom: 5px;
        transition: .5s;
        overflow: hidden;
        box-shadow: 5px 1px 8px 2px rgba(0,0,0,.2)
    }

        .QuickFloat .Item:hover {
            width: 250px;
            margin-left: -200px;
            transition: .5s;
            cursor: pointer
        }

        .QuickFloat .Item .Icon, .QuickFloat .Item .Text {
            display: inline-block;
            vertical-align: top;
            transition: .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: 700
            }

        .QuickFloat .Item:hover .Text {
            font-size: 16px;
            text-decoration: none
        }

            .QuickFloat .Item:hover .Text a {
                color: #fff !important
            }

        .QuickFloat .Item.Calculator .Icon {
            background: url(/media/twakm3fz/calculate.svg) center center/30px 30px no-repeat
        }

        .QuickFloat .Item.Guide .Icon {
            background: url(/media/g3wnc3yf/guides.svg) center center/30px 30px no-repeat
        }

        .QuickFloat .Item.Social .Icon {
            background: url(/media/ox0d45to/share.svg) center center/30px 30px no-repeat
        }

        .QuickFloat .Item.Chat .Icon {
            background: url(/media/ozlmxgn3/chat.svg) center center/30px 30px no-repeat
        }

        .QuickFloat .Item.Shop .Icon {
            background: url(/media/4x3gcjfi/shop.svg) center center/30px 30px no-repeat
        }

        .QuickFloat .Item.Social:hover .Icon {
            width: 0;
            height: 0;
            overflow: hidden
        }

        .QuickFloat .Item.Social .Icons {
            width: 0
        }

        .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) center center no-repeat
        }

        .QuickFloat .Item.Social .Icons .SmallIcon.Twitter {
            background: url(/media/i5tfwab3/twitter-white.svg) center center no-repeat
        }

        .QuickFloat .Item.Social .Icons .SmallIcon.Youtube {
            background: url(/media/5qufalv5/youtube-white.svg) center center no-repeat
        }

        .QuickFloat .Item.Social .Icons .SmallIcon.Pinterest {
            background: url(/media/jachzci1/pinterest-white.svg) center center no-repeat
        }

        .QuickFloat .Item.Social .Icons .SmallIcon.Linkedin {
            background: url(/media/3rpikt2b/linkedin-white.svg) center center no-repeat
        }

        .QuickFloat .Item.Social .Icons .SmallIcon.qrCode {
            background: url(/media/b2dbzagu/qr-code.svg) center center no-repeat
        }

#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
}

.showcaseBanner {
    width: 100%;
    height: 660px;
    position: relative;
    outline: 0
}

    .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 {
            text-align: center;
            background-color: #d42e12
        }

            .showcaseBanner .redBlockContainer .redBlock button {
                width: 250px;
                height: 60px;
                margin: 14px 30px 10px;
                border: none;
                text-transform: uppercase;
                font-size: 21px;
                font-family: Lato;
                position: relative;
                float: none;
                font-weight: 900;
                color: #d42e12;
                box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
                background-color: #fff;
                transition: .3s
            }

                .showcaseBanner .redBlockContainer .redBlock button:hover {
                    background-color: #9e0b0f;
                    color: #fff;
                    transition: .3s
                }

            .showcaseBanner .redBlockContainer .redBlock h3, .showcaseBanner .redBlockContainer .redBlock h6 {
                color: #fff;
                font-family: Lato;
                font-size: 20px;
                font-weight: 900;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: .2px;
                text-align: center;
                text-transform: uppercase
            }

            .showcaseBanner .redBlockContainer .redBlock .BigText, .showcaseBanner .redBlockContainer .redBlock h2 {
                color: #fff;
                font-family: MachineStd;
                font-size: 70px;
                font-weight: 400;
                font-stretch: normal;
                font-style: normal;
                line-height: 85%;
                letter-spacing: .4px;
                text-align: center;
                text-transform: uppercase
            }

            .showcaseBanner .redBlockContainer .redBlock p {
                color: #fff;
                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 {
    height: 60px;
    background-color: #fff;
    float: right;
    z-index: 2;
    position: relative
}

    .showcaseContainer .whiteBlock:before {
        content: "";
        width: 75px;
        height: 20px;
        right: 0;
        position: absolute;
        background-color: #fff
    }

.beyondCTA {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 10px solid #d42e12
}

    .beyondCTA .beyondContainerBox {
        width: 60%;
        margin-left: 20%;
        position: relative;
        top: 192px
    }

    .beyondCTA .strengthBox {
        padding: 30px;
        background-color: #fff;
        border-bottom: 10px solid #d42e12;
        box-shadow: 0 32px 50px 0 rgba(0,0,0,.1);
        overflow: hidden;
        transition: .3s
    }

        .beyondCTA .strengthBox h2:after {
            content: "";
            width: 50px;
            height: 3px;
            background-color: #d42e12;
            position: absolute;
            left: 47%;
            margin-top: 66px
        }

    .beyondCTA button {
        width: 282px;
        height: 70px;
        background-color: #d42e12;
        border: none;
        color: #fff;
        font-size: 20px;
        position: relative;
        margin-top: -25px;
        transition: .3s
    }

.categoryListing {
    width: 100%;
    text-align: center
}

    .categoryListing h2 {
        color: #d42e12;
        padding-bottom: 38px;
        border-bottom: 1px solid #d42e12;
        margin-bottom: 105px
    }

.CountryDetailsContainer .CountryDetailsWrapper h3.Heading, .CountrySelectHeader h1 {
    text-align: center;
    margin-bottom: 40px
}

.categoryListing h2:after {
    content: "";
    width: 300px;
    position: absolute;
    height: 10px;
    margin-top: 87px;
    margin-left: -300px;
    background-color: #d42e12
}

.categoryListing .categoryItem:hover {
    text-decoration: none;
    cursor: pointer
}

    .categoryListing .categoryItem:hover h3, .shadowBlock:hover h3 {
        text-decoration: underline;
        text-decoration-color: #d42e12
    }

.categoryItem:nth-of-type(3), .categoryListing .categoryItem:last-of-type, .categoryListing .categoryItem:nth-of-type(3) {
    border-right: 0px solid #d42e12
}

.categoryItem h6, .categoryListing .categoryItem h6 {
    text-transform: uppercase;
    color: #d42e12;
    font-weight: 900;
    font-size: 16px;
    padding-bottom: 10px
}

.categoryItem p, .categoryListing .categoryItem p {
    width: 80%;
    margin-left: 10%;
    height: 150px
}

.categoryListing .categoryItem button {
    height: 70px;
    background-color: #d42e12;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: .3s
}

.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
    }

    .TestimoialSliderWrapper .TestimonialSlide {
        background: #fff;
        margin: 15px
    }

        .TestimoialSliderWrapper .TestimonialSlide .TestimonialSlideClick {
            display: block;
            padding: 20px
        }

            .TestimoialSliderWrapper .TestimonialSlide .TestimonialSlideClick:hover {
                text-decoration: none;
                transition: .3s;
                box-shadow: 0 2px 15px 2px #777
            }

        .TestimoialSliderWrapper .TestimonialSlide .ImageContainer {
            height: 165px;
            width: 100%;
            overflow: hidden;
            margin-bottom: 20px
        }

        .TestimoialSliderWrapper .TestimonialSlide .Title {
            font-weight: 700;
            height: 50px;
            line-height: 24px
        }

        .TestimoialSliderWrapper .TestimonialSlide .TestimonialLink {
            display: block;
            text-align: right;
            position: relative;
            font-size: 16px;
            color: #d42e12;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 30px
        }

        .TestimoialSliderWrapper .TestimonialSlide .TestimonialSlideClick:hover .TestimonialLink {
            text-decoration: none;
            transition: .3s
        }

        .TestimoialSliderWrapper .TestimonialSlide .TestimonialLink:before, .blockHighlightSection a:before, .sensListing .sensItem a:before, a.specialLinkBlack:before, a.specialLinkWhite:before {
            content: "";
            width: 38px;
            height: 2px;
            position: absolute;
            background-color: #d42e12;
            margin-top: 28px;
            transition: .2s
        }

        .TestimoialSliderWrapper .TestimonialSlide .TestimonialSlideClick:hover .TestimonialLink:before {
            width: 150px;
            transition: .2s
        }

    .TestimoialSliderWrapper .slick-dots {
        height: 10px;
        width: fit-content;
        width: -moz-fit-content;
        margin: 20px auto;
        padding-left: 0;
        text-align: center
    }

        #AdvertisingBanner .slick-dots li, .TestimoialSliderWrapper .slick-dots li, .howToGuides .slick-dots li, .relatedProducts .slick-dots li, .showcaseContainer .slick-dots li {
            list-style-type: none;
            display: inline-block;
            vertical-align: top;
            margin-right: 5px;
            height: 10px
        }

            .TestimoialSliderWrapper .slick-dots li button, .howToGuides .slick-dots li button, .relatedProducts .slick-dots li button, .showcaseContainer .slick-dots li button {
                background: rgba(0,0,0,.5);
                border: 0;
                font-size: 0px;
                width: 50px;
                height: 10px;
                vertical-align: top
            }

            #AdvertisingBanner .slick-dots li.slick-active button, .TestimoialSliderWrapper .slick-dots li.slick-active button, .howToGuides .slick-dots li.slick-active button, .relatedProducts .slick-dots li.slick-active button, .showcaseContainer .slick-dots li.slick-active button {
                background: #fff;
                box-shadow: 5px 1px 8px 2px rgba(0,0,0,.2)
            }

    .TestimoialSliderWrapper .slick-next, .TestimoialSliderWrapper .slick-prev, .showcaseContainer .slick-next, .showcaseContainer .slick-prev {
        opacity: 0;
        position: absolute;
        right: 60px;
        top: 50%;
        z-index: 1;
        background-color: rgba(0,0,0,.2);
        font-family: Lato;
        border: none;
        color: #fff;
        outline: 0;
        font-size: 39px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        text-shadow: 2px 1px 7px #000;
        transition: .2s
    }

    .TestimoialSliderWrapper .slick-next {
        left: 60px;
        width: 33px
    }

    #AdvertisingBanner .slick-next, .TestimoialSliderWrapper .slick-prev {
        right: 60px
    }

    #AdvertisingBanner:hover .slick-next, #AdvertisingBanner:hover .slick-prev, .TestimoialSliderWrapper:hover .slick-next, .TestimoialSliderWrapper:hover .slick-prev, .howToGuides .slick-next:hover, .howToGuides .slick-prev:hover, .relatedProducts .slick-next:hover, .relatedProducts .slick-prev:hover, .showcaseContainer .slick-next:hover, .showcaseContainer .slick-prev:hover {
        opacity: .7
    }

.TestimonialSliderZone {
    margin-top: 90px
}

.TestimonialListing {
    max-width: 1000px;
    margin: 50px auto
}

    .TestimonialListing .TestimonialSlide, .createValueSection p, .valueStakeholders p {
        padding-bottom: 30px
    }

        .TestimonialListing .TestimonialSlide img, .valuesSection .valuesRow {
            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: .8
        }

#AdvertisingBanner .AdvertisingSlideContent {
    min-height: 650px
}

#AdvertisingBanner .AdvertisingSlideHalfBar {
    height: 30px;
    width: 50%;
    margin-left: auto
}

#AdvertisingBanner .AdvertisingSlide {
    padding: 0 !important;
    min-height: 650px;
    width: 100%
}

    #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,.3) 0 -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: #fff;
    outline: 0;
    font-size: 39px;
    transform: scaleY(1.8);
    text-shadow: 2px 1px 7px #000;
    transition: .2s
}

#AdvertisingBanner .slick-prev {
    left: 60px
}

#AdvertisingBanner .AdvertisingSlide .Content .SureRewards {
    height: 435px
}

    #AdvertisingBanner .AdvertisingSlide .Content .SureRewards h2, .SurerewardsBanner .AdvertisingSlideContent .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: 700;
        width: 50%
    }

    #AdvertisingBanner .AdvertisingSlide .Content .SureRewards a, .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards a {
        margin-bottom: 15px
    }

#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 button {
        background: #302e2f;
        border: 0;
        font-size: 0px;
        width: 50px;
        height: 10px;
        vertical-align: top
    }

.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 h5 {
                    padding-bottom: 30px;
                    font-size: 28px;
                    line-height: 34px;
                    color: #302e2f;
                    text-transform: uppercase;
                    font-weight: 700;
                    width: 100%
                }

@media only screen and (max-width:1600px) {
    #AdvertisingBanner .AdvertisingSlide .AdvertisingSlideContent, .SurerewardsBanner .AdvertisingSlideContent {
        padding: 0 50px
    }
}

@media only screen and (max-width:1300px) {
    #AdvertisingBanner .AdvertisingSlide .Content, .SurerewardsBanner .AdvertisingSlideContent .Content {
        padding: 50px 0
    }

        #AdvertisingBanner .AdvertisingSlide .Content .SureRewards h2, .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: .3s
    }

    .TermsLinks:hover:after, .productFilter span a:hover:before {
        width: 100%;
        transition: .3s
    }

.CopyContainer {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0
}

    .CopyContainer h6, .searchItem .viewLink, p a {
        font-weight: 700
    }

.HistorySliderComponent {
    background: url(/media/inulixts/generic-bg.jpg) center center no-repeat #ededed;
    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
        }

.DropdownContainer {
    position: relative;
    width: 300px;
    margin: 0 auto
}

    .DropdownContainer .dropdownbutton {
        background: url(/media/wyagcqp1/dropdown-black.svg) center right 25px no-repeat #d42e12;
        border: none;
        font-size: 20px;
        font-weight: 700;
        padding: 28px;
        width: 300px;
        position: relative;
        color: #fff
    }

    .DropdownContainer .dropdown-content {
        display: none;
        position: absolute;
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
        z-index: 1
    }

        .DropdownContainer .dropdown-content > div {
            padding: 10px;
            transition: .3s
        }

            .DropdownContainer .dropdown-content > div:hover {
                color: #fff;
                background: #d42e12;
                transition: .3s;
                cursor: pointer
            }

#HistorySlider {
    padding: 65px 0 100px;
    height: 600px
}

    #HistorySlider .slick-list {
        overflow: visible
    }

    #HistorySlider .slick-track {
        margin: inherit !important
    }

    #HistorySlider .HistoryItem {
        height: 200px
    }

        #HistorySlider .HistoryItem .HistoryItemWrapper {
            margin-left: 80px
        }

        #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%;
                    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%
                    }

        #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: .5s
        }

        #HistorySlider .HistoryItem .ContentWrap {
            position: relative
        }

            #HistorySlider .HistoryItem .ContentWrap .Title {
                font-size: 36px;
                font-family: MachineStd;
                cursor: pointer;
                transition: .5s;
                margin: 10px 0;
                line-height: .94;
                letter-spacing: 1px
            }

            #HistorySlider .HistoryItem .ContentWrap .Description {
                opacity: 0;
                height: 0;
                transition: .5s
            }

        #HistorySlider .HistoryItem:nth-child(2n) {
            margin-top: 200px
        }

            #HistorySlider .HistoryItem:nth-child(2n) .SideBlock {
                border-left: 2px solid #111;
                border-bottom: 2px solid #111
            }

                #HistorySlider .HistoryItem:nth-child(2n) .SideBlock:before {
                    left: -9px;
                    top: -7px
                }

                #HistorySlider .HistoryItem:nth-child(2n) .SideBlock .thumbnail {
                    left: -60px;
                    bottom: -60%
                }

            #HistorySlider .HistoryItem:nth-child(2n) .ContentBlock {
                margin-top: 50px
            }

        #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%
                }

        #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,.2);
                margin-left: 0;
                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%
                }

            #HistorySlider .HistoryItem.slick-current .SideBlock {
                width: 100%;
                height: 50px;
                border: none;
                margin: 0
            }

                #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: .5s;
                font-size: 25.2px;
                line-height: 26px;
                font-weight: 700;
                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: .5s
            }

            #HistorySlider .HistoryItem.slick-current .ContentWrap {
                padding: 10px 0
            }

            #HistorySlider .HistoryItem.slick-current .ContentBlock {
                margin-top: 10px
            }

            #HistorySlider .HistoryItem.slick-current .ContentWrap .Title {
                transition: .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: .5s;
                color: #d42e12;
                font-family: Lato;
                line-height: 24px;
                letter-spacing: .2px
            }

    #HistorySlider .slick-arrow {
        height: 45px;
        width: 45px;
        border: 2.4px solid #d42e12;
        background: #fff;
        font-size: 0px;
        position: absolute;
        z-index: 80
    }

        #HistorySlider .slick-arrow:hover {
            box-shadow: none;
            bottom: 48px !important
        }

        #HistorySlider .slick-arrow.slick-prev {
            bottom: 50px;
            right: 270px;
            background: url(/media/s4baoea1/back-red.svg) center center/20px no-repeat #fff
        }

            #HistorySlider .slick-arrow.slick-prev:active {
                background: url(/media/jtcnxwft/history-left.svg) center center no-repeat #d42e12
            }

        #HistorySlider .slick-arrow.slick-next {
            bottom: 50px;
            right: 200px;
            background: url(/media/ylhfw3bw/next-red.svg) center center/20px no-repeat #fff
        }

            #HistorySlider .slick-arrow.slick-next:active {
                background: url(/media/k2qpxnjv/history-right.svg) center center no-repeat #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: url(/media/mfqfcgkf/dropdown-white.svg) center right 25px no-repeat #d42e12
    }

.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
        }

.CountrySelectHeader {
    padding: 30px 0;
    margin: 0 120px
}

    .CountrySelectHeader h1 {
        color: #d42e12
    }

    .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;
            padding: 0 50px 0 100px;
            margin: auto
        }

        .CountryDetailsContainer .CountryDetailsWrapper.Active {
            display: flex
        }

        .CountryDetailsContainer .CountryDetailsWrapper .BlockTwo {
            border-left: 1px solid #d42e12
        }

        .CountryDetailsContainer .CountryDetailsWrapper .Items, .resetButton {
            margin-bottom: 10px
        }

            .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: url(/media/gdjpsae2/phone.svg) center center/15px no-repeat #d42e12
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items.Fax .Icon {
                background: url(/media/pafbcbq3/fax.svg) center center/15px no-repeat #d42e12
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items.Email .Icon {
                background: url(/media/0rwdtcnh/email.svg) center center/15px no-repeat #d42e12
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items.Address .Icon {
                background: url(/media/cewf1buq/pin.svg) center center/15px no-repeat #d42e12
            }

            .CountryDetailsContainer .CountryDetailsWrapper .Items .Details .Item {
                padding: 0 0 15px 15px
            }

                .CountryDetailsContainer .CountryDetailsWrapper .Items .Details .Item .Title {
                    font-weight: 700;
                    margin-top: -4px
                }

                .CountryDetailsContainer .CountryDetailsWrapper .Items .Details .Item .Line {
                    height: 2px;
                    width: 50px;
                    background: #d42e12;
                    margin-top: 6px
                }

.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
    }

.dropbtn:after, .fullSizeImage, .productCategory {
    background-repeat: no-repeat
}

.umbraco-forms-container, .umbraco-forms-fieldset, .umbraco-forms-form {
    padding: 0 !important;
    margin: 0 !important
}

.umbraco-forms-field {
    margin-bottom: 20px;
    width: 100%
}

.CoordinateWrapper, .newsSelection {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 60px;
    text-align: center
}

.umbraco-forms-field label.umbraco-forms-label {
    font-weight: 400 !important;
    font-family: Lato;
    margin-bottom: 0
}

.umbraco-forms-form .umbraco-forms-field input.text, .umbraco-forms-form .umbraco-forms-field select, .umbraco-forms-form .umbraco-forms-field textarea {
    width: 100% !important;
    max-width: 450px !important;
    margin: 0;
    padding: 14px 10px;
    border: 1px solid #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: 0;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        box-shadow: 0 2px 8px 3px rgb(0 0 0 / 20%)
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .categoryItem button:hover, .categoryListing .categoryItem button:hover, .show > .btn-primary.dropdown-toggle:focus, .umbraco-forms-form .umbraco-forms-navigation input.btn.primary:hover {
            box-shadow: none
        }

.sensListing .sensItem, .shadowBlock {
    box-shadow: 0 7px 22px 0 rgba(0,0,0,.2)
}

.FormWrapper .HeaderText {
    text-transform: uppercase;
    font-weight: 700
}

.FormWrapper .BottomText .Red {
    font-size: 12px;
    text-transform: uppercase;
    color: #d42e12;
    line-height: 12px;
    font-weight: 700
}

.FormWrapper .BottomText .Black {
    font-size: 12px;
    font-weight: 700
}

#ViewMapAnchor {
    height: 50px;
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
    color: #d42e12;
    text-transform: uppercase
}

.MapContainer {
    height: 750px;
    position: relative
}

.CoordinateWrapper {
    display: none;
    position: absolute;
    top: 60px
}

    .CoordinateWrapper .selection {
        width: 100%;
        padding: 10px 10px 26px
    }

        .CoordinateWrapper .selection p, .calendarItem:hover .date, .calendarItem:hover .title, .calendarItem:hover a, .firstItem h4, .newsSelection .selection p, .redAbout p, .redHowTo .downloadLink, .redHowTo .downloadLink:hover, .redHowTo h6, .redHowTo p, .redSearch h1, .reportItem:hover .downloadLink:hover, .reportItem:hover a, .reportItem:hover h5, .reportItem:hover h6, .reportItem:hover p, .sensListing .sensItem:hover a, .sensListing .sensItem:hover h5, .sensListing .sensItem:hover h6, .sensListing .sensItem:hover p, a.specialLinkWhite {
            color: #fff
        }

        .CoordinateWrapper .selection button, .newsSelection .selection button {
            box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
            background-color: #fff;
            height: 50px;
            width: 170px;
            font-weight: 700;
            color: #111;
            outline: 0;
            border: none;
            text-transform: uppercase;
            transition: .2s
        }

            .CoordinateWrapper .selection button:hover, .newsSelection .selection button:hover {
                color: #fff;
                background-color: #d42e12;
                transition: .2s
            }

.showcaseContainer .whiteBlock {
    width: 145px;
    right: 100px;
    margin-top: 0
}

    .showcaseContainer .whiteBlock:before {
        margin-top: -15px
    }

.showcaseContainer .redBlockLeft {
    float: left;
    margin-left: 17%
}

.showcaseContainer {
    position: relative;
    padding-left: 35px;
    padding-right: 35px
}

.beyondCTA .beyondContainerBox {
    z-index: 27
}

.showcaseContainer .slick-prev {
    left: 112px;
    right: auto
}

.showcaseContainer .slick-dots {
    width: fit-content;
    margin: -78px auto 20px;
    position: relative;
    text-align: center
}

.newsSelection {
    position: relative
}

    .newsSelection .selection {
        width: 100%;
        padding: 10px 10px 26px;
        background-color: #d42e12
    }

        .newsSelection .selection:after {
            content: "";
            width: 50%;
            height: 20px;
            background-color: #d42e12;
            position: absolute;
            left: 0;
            bottom: -20px
        }

.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;
        background-color: #fff;
        margin-bottom: 40px;
        min-height: 281px;
        transition: .4s
    }

        .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: .2px;
            color: #111;
            text-transform: uppercase
        }

        .relatedProductSlide .spotlightInformation .FindMore, .sensListing .sensItem a, .sensListing .sensItem h5 {
            line-height: 1.5;
            font-stretch: normal;
            font-style: normal
        }

        .sensListing .sensItem h5 {
            font-family: Lato;
            font-size: 16px;
            font-weight: 900;
            letter-spacing: .2px;
            color: #111
        }

        .sensListing .sensItem a {
            right: 25px;
            font-family: Lato;
            font-size: 16px;
            font-weight: 900;
            letter-spacing: 1px;
            color: #d42e12;
            text-align: right;
            position: absolute;
            bottom: 23px;
            text-transform: uppercase
        }

            .relatedProductSlide:hover .spotlightInformation .FindMore, .sensListing .sensItem a:hover {
                color: #fff;
                text-decoration: none
            }

                .relatedProductSlide:hover .spotlightInformation .FindMore:before, .sensListing .sensItem a:hover:before {
                    width: 123px;
                    background-color: #fff;
                    transition: .2s
                }

        .reportItem:hover, .sensListing .sensItem:hover {
            background-color: #d42e12;
            transition: .4s;
            box-shadow: none
        }

            .reportItem:hover:before, .sensListing .sensItem:hover:before {
                background-color: #9e0b0f
            }

            .categoryItem, .redHowTo .downloadLink:after, .reportItem:hover .downloadLink:after, .reportItem:hover a:before, .sensListing .sensItem:hover a:before {
                background-color: #fff
            }

.categoryListing, .purposeContainer {
    padding-left: 80px;
    padding-right: 80px
}

.categoryItem {
    text-align: center;
    padding: 25px;
    margin-bottom: 30px
}

.shadowBlock {
    border: none;
    position: relative;
    cursor: pointer
}

.categoryItem img {
    padding-bottom: 30px;
    height: 300px
}

.categoryItem button {
    max-width: 282px;
    width: 100%;
    height: 70px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
    background-color: #d42e12;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    transition: .3s
}

.productCategory {
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

    .productCategory .categoryBlock {
        width: 60%;
        margin-top: 0;
        position: relative;
        background-color: #fff;
        border-bottom: 10px solid #d42e12;
        box-shadow: 0 32px 50px 0 rgb(0 0 0 / 10%);
        padding: 30px 30px 20px;
        margin-bottom: 79px
    }

        #termsDetails h2, .centerAlign, .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: 50px 20px 20px
}

    .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;
    margin-bottom: 21px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.bufferSize {
    height: 290px
}

.selectHeadline {
    font-weight: 700;
    margin-top: -6px;
    margin-bottom: 4px
}

.dropbtn {
    border: none;
    width: 225px !important;
    padding-left: 20px;
    text-align: left;
    text-transform: initial !important;
    cursor: pointer
}

.dataSheets h5, .howToSlide h6, .subheadline {
    text-transform: uppercase
}

.dropbtn:after {
    position: absolute;
    content: "";
    background-image: url(/media/mfqfcgkf/dropdown-white.svg);
    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: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 26
}

.leadershipPage .leaderBlock, .modalSection .custommodal, .relatedProductSlide {
    box-shadow: 0 7px 22px 0 rgba(0,0,0,.2)
}

.dropdown-content a {
    color: #111;
    padding: 12px 16px;
    text-align: left;
    text-decoration: none;
    display: block
}

    .dropdown-content a:hover {
        background-color: #d42e12;
        color: #fff !important
    }

.dropdown:hover .dropdown-content {
    display: block;
    user-select: none
}

.dropdown:hover .dropbtn {
    background-color: #d42e12;
    color: #fff
}

#howToSlider, .dataSheets {
    padding-top: 20px
}

.howToSlide .ImageContainer img {
    width: 100%;
    height: 400px;
    position: relative;
    object-fit: cover;
    filter: brightness(30%) grayscale(60%);
    transition: .4s
}

    .howToSlide .ImageContainer img:hover {
        filter: brightness(100%) grayscale(0%);
        transition: .4s
    }

.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) center center/cover no-repeat;
        width: 80px;
        height: 80px
    }

.howToSlide h6 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: .2px;
    color: #111
}

.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,.2);
    font-family: Lato;
    border: none;
    color: #fff;
    outline: 0;
    font-size: 39px;
    transition: .2s
}

.dataSheets h5, .downloadLink, .relatedProductSlide .subHeadline, .subheadline {
    font-size: 16px;
    font-weight: 900
}

.howToGuides .slick-prev, .relatedProducts .slick-prev {
    left: 60px;
    right: auto
}

.gallery .thumbnails .thumbItem:hover img, .relatedProducts:hover .slick-next, .relatedProducts:hover .slick-prev, .slick-slider:hover .slick-next, .slick-slider:hover .slick-prev {
    opacity: 1;
    transition: .3s
}

.howToSlide {
    margin: 10px 10px 32px;
    outline: 0
}

.howToGuides .slick-dots, .relatedProducts .slick-dots {
    width: fit-content;
    margin: 20px auto;
    position: relative;
    text-align: center
}

    .relatedProducts .slick-dots li.slick-active button {
        background: #d42e12
    }

.subheadline {
    margin-top: -43px;
    font-family: Lato;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    margin-bottom: 7px;
    letter-spacing: 1px;
    color: #d42e12
}

.productInfoSectionOne, .productInfoSectionTwo {
    background-color: #fff;
    padding: 50px 20px 0
}

    .howToGuides, .productInfoSectionTwo, .productInfoSectionTwo:before {
        background-color: #ededed
    }

.howToGuides {
    position: relative;
    padding: 50px 20px
}

    .fullScreenCalculator:before, .howToGuides:before {
        content: "";
        background-color: #ededed;
        height: 24px;
        width: 50%;
        right: 0;
        position: absolute;
        margin-top: -74px
    }

.packagingSectionB {
    padding-top: 60px
}

.calendarItem:hover, .container input:checked ~ .checkmark, .fullScreenCalculator:before, .redHowTo, .redHowTo:before {
    background-color: #d42e12
}

.fullScreenCalculator:before {
    margin-top: -99px
}

.redHowTo .pageHeaderRed {
    border-bottom: 1px solid #fff
}

    .redHowTo .pageHeaderRed h3 {
        color: #fff;
        border-bottom: 7px solid #fff
    }

.categoryBlock .productLink {
    position: relative;
    bottom: -50px
}

.productInfoSectionOne:before, .productInfoSectionTwo:before {
    content: "";
    background-color: #fff;
    height: 24px;
    width: 50%;
    right: 0;
    position: absolute;
    margin-top: -74px
}

.productInfoSectionOne .productInformationPiece, .productInfoSectionTwo .productInformationPiece {
    padding: 15px 40px 17px 20px
}

    .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;
    position: relative;
    font-family: Lato;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none
}

.leadershipPage .subSectionTitle, .publishedDate {
    letter-spacing: .2px;
    font-family: Lato;
    text-transform: uppercase
}

.downloadLink:hover {
    text-decoration: none;
    color: #d42e12
}

.downloadLink:after {
    content: "";
    height: 2px;
    width: 40px;
    background-color: #d42e12;
    position: absolute;
    left: 27px;
    bottom: -5px;
    transition: .3s
}

.downloadLink:hover:after {
    width: 105px;
    transition: .3s
}

.downloadLink:before {
    content: "";
    width: 20px;
    height: 30px;
    position: absolute;
    left: 0;
    background: url(/media/ybxovaus/download.svg) center center no-repeat
}

.activityImage:after, .productFeatureImage, .relatedProductSlide .relatedProductImageSection {
    background-repeat: no-repeat;
    background-size: cover
}

.redHowTo .downloadLink:before, .reportItem:hover .downloadLink:before {
    background: url(/media/msebo0wf/download-white.svg) center center no-repeat
}

.dataHeading {
    margin-bottom: 0;
    padding-bottom: 0
}

.borderRight {
    border-right: 1px solid #dcdcdc
}

.fileName {
    line-height: 1
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto
}

.modal-body {
    position: relative;
    padding: 0
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1
}

.pad20Bottom {
    padding-bottom: 20px
}

.relatedProductSlide {
    padding: 10px;
    width: 100%;
    min-height: 220px;
    margin: 30px 15px;
    cursor: pointer;
    position: relative;
    outline: 0;
    transition: .3s
}

    .relatedProductSlide .spotlightInformation {
        position: absolute;
        opacity: 0;
        width: 100%;
        top: 50%;
        transition: .3s
    }

        .relatedProductSlide .spotlightInformation h4 {
            color: #fff;
            font-size: 48px;
            line-height: 42px
        }

    .relatedProductSlide:hover .spotlightInformation {
        opacity: 100;
        top: 26%;
        transition: .3s
    }

    .relatedProductSlide .spotlightInformation .FindMore {
        font-family: Lato;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 1px;
        color: #fff;
        text-align: right;
        text-transform: uppercase
    }

        .relatedProductSlide .spotlightInformation .FindMore:before, a.specialLink:before {
            content: "";
            width: 38px;
            height: 2px;
            position: absolute;
            background-color: #fff;
            margin-top: 28px;
            transition: .2s
        }

    .relatedProductSlide .relevantText {
        padding-top: 15px
    }

    .relatedProductSlide:hover {
        background-color: #d42e12;
        transition: .3s
    }

        .relatedProductSlide:hover .generalInformation {
            opacity: 0;
            transition: .3s
        }

    .relatedProductSlide .subHeadline {
        color: #000;
        text-transform: uppercase;
        margin-top: -13px;
        line-height: 15px;
        padding-top: 6px
    }

    .relatedProductSlide .relatedProductImageSection {
        padding: 10px;
        height: 200px;
        text-align: center;
        background-color: #f6f6f6
    }

    .MenuSearchInput, .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-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 2;
    color: #878787
}

.modalSection {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(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: #fff
    }

        .modalSection .custommodal button {
            background-color: #d42e12;
            outline: 0;
            border: none;
            font-size: 20px;
            top: 30px;
            right: 0;
            position: absolute;
            margin-top: -30px;
            transition: .3s
        }

            .modalSection .custommodal button:hover {
                opacity: .6;
                transition: .2s
            }

.leadershipPage .subSectionTitle {
    padding-top: 40px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    color: #111;
    padding-bottom: 10px
}

.leadershipPage .leaderBlock {
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
    min-height: 432px;
    transition: .3s
}

    .leadershipPage .leaderBlock:hover {
        opacity: .7;
        box-shadow: 0 7px 22px 0 rgba(0,0,0,.08);
        transition: .3s
    }

.leaderBlock .information h6, .modalTitle {
    font-family: Lato;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #111
}

.leaderBlock .information h5, .modalName, .searchItem h6 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .2px;
    color: #111;
    font-family: Lato
}

.leaderBlock .information h5, .modalName {
    font-stretch: normal;
    font-style: normal
}

.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
}

@media only screen and (max-width:768px) {
    .resetButton {
        margin: 0 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%
    }

    .newsSelection, .productCategory .categoryBlock {
        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 .productImageLarge {
        margin-bottom: 5px;
        margin-right: 0;
        margin-left: 0;
        height: 350px
    }

    #HistorySlider .HistoryItem.slick-current {
        width: 365px !important
    }

    .newsSelection, .productCategory .categoryBlock {
        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
    }
}

.redBoxImage::after, .redBoxImage::before {
    right: -30px;
    z-index: -2;
    background-color: #d42e12;
    content: ""
}

.searchresults {
    padding-top: 40px;
    padding-bottom: 100px
}

.searchItem {
    display: block;
    position: relative;
    padding: 20px;
    border: 1px solid transparent;
    width: 100%;
    transition: .2s;
    border-bottom: 1px solid #dcdcdc
}

.blockHighlightSection a, a.specialLink {
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase
}

.searchImage img {
    width: 125px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px
}

.searchItem:hover {
    border: 1px solid #d42e12;
    text-decoration: none;
    transition: .2s
}

.searchMainBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 500px
}

.topPage {
    align-items: start;
    height: auto
}

.redSearch {
    padding: 10px 59px 59px;
    text-align: center;
    color: #fff;
    width: 100%
}

.topPage .redSearch {
    padding-bottom: 10px
}

.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
}

.quickLinks, .valueBox {
    border: 1px solid #d42e12
}

.searchBar:focus {
    border-bottom: 2px solid #d42e12;
    color: #d42e12 !important
}

.foundResults {
    padding-top: 19px;
    color: #000
}

.searchBtn {
    margin-top: -37px
}

input[type=text]::-webkit-input-placeholder {
    color: #dcdcdc !important
}

input[type=text]::-moz-placeholder {
    color: #dcdcdc !important
}

input[type=text]:-ms-input-placeholder {
    color: #dcdcdc !important
}

input[type=text]:-moz-placeholder {
    color: #dcdcdc !important
}

#quickSearchMenuLinks {
    top: 107px;
    width: 70%;
    left: 10%
}

.redBoxImage {
    margin-bottom: 82px;
    width: 90%;
    position: relative
}

    .redBoxImage img {
        width: 100%;
        height: 314px;
        object-fit: cover
    }

    .redBoxImage::before {
        position: absolute;
        width: 50%;
        height: 250px;
        top: 94px
    }

    .redBoxImage::after {
        position: absolute;
        width: 25%;
        height: 21px;
        bottom: -43px
    }

.generalPage {
    padding-bottom: 120px !important
}

.quickLinks {
    position: absolute;
    z-index: 2;
    text-align: left;
    top: 85px;
    left: 20%;
    width: 50%;
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2)
}

.blockHighlightSection, .reportItem {
    box-shadow: 0 7px 22px 0 rgba(0,0,0,.2)
}

.quickLinks .title {
    font-family: Lato;
    font-size: 8px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: .44px;
    text-transform: uppercase;
    padding: 4px 4px 4px 10px;
    color: #302e2f
}

.quickLinks a {
    border-top: 1px solid #ededed;
    padding: 10px;
    display: block
}

.blockHighlightSection a, a.specialLink, a.specialLinkBlack, a.specialLinkWhite {
    font-size: 16px;
    padding-top: 25px;
    line-height: 1.5;
    text-align: right;
    bottom: 23px;
    position: relative;
    text-decoration: none;
    font-stretch: normal;
    font-style: normal;
    font-family: Lato
}

.quickLinks a:hover {
    color: #fff;
    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: #fff;
    padding: 30px
}

    .blockHighlightSection img, .gallery .mainImage {
        padding-bottom: 40px
    }

.aboutUsPage h2, .valueBox h6 {
    padding-bottom: 15px
}

.blockHighlightSection a {
    display: inline-block;
    color: #d42e12
}

    .blockHighlightSection a:hover:before, a.specialLink:hover:before {
        width: 100px;
        transition: .2s
    }

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;
        padding-top: 5px;
        vertical-align: top
    }

        table td:first-of-type {
            padding-left: 0;
            border-right: 1px solid #ccc
        }

        .outcomesTable td, table td:last-of-type {
            border-right: 0px solid #ccc
        }

            .outcomesTable td:first-of-type {
                padding-left: 0;
                border-right: 0px solid #ccc
            }

.productFeatureImage {
    margin-bottom: 23px;
    height: 285px;
    text-align: center;
    padding-top: 10px;
    background-color: #f6f6f6;
    flex-wrap: nowrap;
    justify-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 327px
}

.categoryListing .categoryItem button {
    max-width: 282px;
    min-width: 150px;
    width: 100%
}

.categoryListing .categoryItem img {
    padding-bottom: 0;
    object-fit: contain;
    max-width: 327px;
    max-height: 256px;
    width: 100%;
    height: auto
}

a.specialLink {
    display: inline-block;
    color: #fff
}

a.specialLinkBlack, a.specialLinkWhite {
    font-weight: 400;
    display: inline-block;
    letter-spacing: .2px;
    color: #111
}

.focusBox, .greyAbout, .roundIcon, .valueBox, .valueBox h6 {
    text-align: center
}

ul {
    margin-top: -12px
}

.valuesSection {
    display: flex;
    justify-content: center
}

.valueBox {
    padding: 30px 11px 46px 12px;
    margin-bottom: 10px;
    margin-top: -35px;
    min-height: 291px
}

    .valueBox h6 {
        font-family: Lato;
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: .23px;
        color: #111;
        margin-bottom: 15px
    }

.aboutGroup h5, .greyAbout h6 {
    font-weight: 900;
    letter-spacing: .2px;
    line-height: 1.1
}

.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: 700
}

.roundIcon {
    border-radius: 100%;
    background-color: #d42e12;
    width: 150px;
    height: 150px;
    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: #fff
}

.aboutUsPage {
    padding-bottom: 100px
}

.greyAbout, .redAbout {
    padding: 25px;
    height: 100%
}

.aboutGroup h5 {
    font-family: Lato;
    font-size: 20px;
    text-transform: uppercase;
    color: #111
}

.columnMarginBottom20 {
    margin-bottom: 20px
}

.greyAbout {
    background-color: #ededed;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.focusBox, .redAbout {
    background-color: #d42e12
}

.greyAbout h6 {
    font-size: 20px;
    color: #d42e12;
    width: 100%
}

.focusBox {
    padding: 20px;
    color: #fff;
    display: flex;
    min-height: 260px;
    align-items: center;
    margin-bottom: 30px
}

    .focusBox h5 {
        font-weight: 600;
        color: #fff
    }

.calendarItem .date, .outcomesTable th {
    color: #111;
    letter-spacing: .2px;
    text-transform: uppercase
}

.valuesBlurb {
    text-transform: uppercase;
    font-weight: 900
}

.footnote {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: 2.14;
    position: absolute;
    color: #878787;
    bottom: -4px
}

.valueStakeholders {
    padding-bottom: 60px
}

    .createValueSection h5, .valueStakeholders h5 {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 20px
    }

.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;
        padding-bottom: 8px;
        border-bottom: 1px solid #dcdcdc
    }

    .outcomesTable .setWidth {
        width: 70%
    }

    .outcomesTable td {
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 4px
    }

.activityImage {
    position: relative;
    margin-top: 50px;
    margin-bottom: 120px;
    max-width: 500px
}

    .activityImage:after {
        content: "";
        background-image: url('/media/ucymgmvq/shape.svg');
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: scale(1.111);
        position: absolute;
        animation-name: spinningActivity;
        animation-duration: 120s;
        animation-iteration-count: infinite
    }

@keyframes spinningActivity {
    0% {
        transform: scale(1.111) rotate(0)
    }

    100% {
        transform: scale(1.111) rotate(360deg)
    }
}

.activityImage img, .desktopImage, .footprintImage, .mobileImage {
    width: 100%;
    height: auto
}

.categoryListing .categoryItem {
    margin-bottom: 58px
}

.beyondCTA {
    background-position: center
}

#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:after {
        width: 50%;
        content: "";
        background-color: #9e0b0f;
        position: absolute;
        height: 28px
    }

.reportsTitleSection {
    padding-bottom: 20px;
    padding-top: 50px
}

.reportItem {
    padding: 15px 24px 15px 28px;
    margin-bottom: 33px;
    min-height: 180px;
    background-color: #fff;
    position: relative
}

    .reportItem:before {
        content: "";
        width: 10px;
        height: 80px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #d42e12
    }

.calendarItem .outlookIcon, .calendarItem:after {
    width: 32px;
    height: 30px;
    background-repeat: no-repeat
}

.reportItem .downloadLink {
    position: absolute;
    bottom: 30px
}

.reportItem h6 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 3px;
    text-transform: uppercase
}

.reportItem .date {
    margin-bottom: -5px
}

@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
    }

    .menuSection .Desktop .FirstLevelLink span {
        font-size: 35px;
        line-height: 35px;
        padding: 25px 30px 20px
    }

    .menuSection .Desktop .FirstLevelLink.active span, .menuSection .Desktop .FirstLevelLink:hover span {
        padding: 25px 30px 20px 40px
    }

    #FullscreenMenu .BottomSection .MenuContact {
        padding: 0 0 0 100px
    }

    .showcaseBanner .redBlockContainer {
        width: 60%
    }

        .showcaseBanner .redBlockContainer .redBlock h3 {
            font-size: 24px
        }

        .showcaseBanner .redBlockContainer .redBlock .BigText, .showcaseBanner .redBlockContainer .redBlock h2 {
            font-size: 66px
        }

        .showcaseBanner .redBlockContainer .redBlock p {
            font-size: 18px
        }

        .showcaseBanner .redBlockContainer .redBlock button {
            font-size: 21px
        }
}

@media only screen and (max-width:768px) {
    .btn-primary, .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: 0
    }

    .relatedProductSlide {
        text-align: center
    }

    .newsSelection, .productCategory .categoryBlock {
        width: 95%;
        margin-left: 0;
        text-align: center
    }

    .packagingSectionB {
        margin-top: -100px;
        padding-top: 0
    }

    .categoryListing {
        padding-left: 5px;
        padding-right: 5px
    }

    .productTextSection {
        height: auto
    }

    .activityImage {
        margin-top: 25px
    }

    .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)
    }

.productFilter .productDropdown, .video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0
}

.calendarItem .outlookIcon {
    background-image: url(/media/yt1jwozs/outlook-grey.svg);
    text-decoration: none;
    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;
    margin-bottom: 3px
}

.calendarItem .title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .2px;
    color: #d42e12
}

.calendarItem a {
    font-size: 12px
}

.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: 0;
    background-color: #d42e12;
    border-color: #d42e12;
    box-shadow: 0 0 0 .2rem rgb(130 138 145 / 50%);
    box-shadow: none
}

.video-responsive {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

    .video-responsive iframe {
        height: 100%;
        width: 100%
    }

.emailSectionGovernance {
    margin-top: -152px;
    margin-left: 11px
}

.tighterContainer {
    padding-left: 96px;
    padding-right: 96px
}

.gallery {
    margin-top: 25px
}

    .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: .5;
                transition: .3s
            }

            .gallery .thumbnails .active:after, .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
        }

.desktopProductLinks {
    display: inline-block
}

.productFilter .productDropdown .dropbtn {
    position: relative;
    background-color: #d42e12;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase !important;
    font-size: 12px;
    height: 69px
}

.productFilter .productDropdown .dropdown-content {
    position: absolute
}

.productSelection {
    margin-left: 0;
    margin-bottom: 29px;
    margin-top: 25px;
    box-shadow: 2px 3px 12px rgba(0,0,0,.3)
}

.productFilter {
    background-color: #fff;
    width: 100%;
    padding: 24px 19px 19px 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: 700;
        color: #000;
        border-bottom: 4px solid #d42e12
    }

    .productFilter span a {
        text-decoration: none;
        color: #878787;
        display: inline-block;
        position: relative
    }

        .productFilter span a:hover {
            color: #000
        }

        .productFilter span a:before {
            width: 0;
            content: "";
            height: 4px;
            bottom: -2px;
            background-color: #d42e12;
            position: absolute;
            transition: .3s
        }

.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) {
    .mobileDropdown .dropbtn:focus:after, .mobileDropdown:hover .dropbtn:after {
        background-image: url(/media/mfqfcgkf/dropdown-white.svg)
    }

    .productFilter {
        padding-right: 4px;
        padding-left: 4px;
        text-align: center;
        background-color: transparent;
        box-shadow: none
    }

    .topNavHasDropdown {
        padding-left: 0
    }

    .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,.3)
        }

        .productFilter .mobileDropdown .dropbtn {
            width: 100% !important;
            padding-right: 57px;
            color: #000;
            background-color: #fff
        }

        .productFilter .productDropdown .dropbtn:after {
            top: 25px
        }

    .mobileDropdown .dropbtn:after {
        background-image: url(/media/wyagcqp1/dropdown-black.svg)
    }

    .mobileDropdown:hover .dropbtn {
        background-color: #d42e12;
        color: #fff
    }

        .mobileDropdown:hover .dropbtn:after {
            color: #fff
        }

    .productSelection {
        box-shadow: none;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.btn-primary.focus, .btn-primary:focus, .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: 0
}

.secondaryNav {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px
}

.btn-primary.focus, .btn-primary: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: 0 0 !important;
    display: block;
    font-size: 12px;
    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: .2px !important;
    font-family: Lato;
    text-transform: uppercase;
    color: #111 !important
}

.scrollToTop {
    position: fixed;
    bottom: -90px;
    z-index: 2;
    filter: brightness(120%);
    transition: .2s;
    right: 25px
}

    .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 .BigText, .showcaseBanner .redBlockContainer .redBlock h2 {
    margin-top: 3px;
    margin-bottom: 0
}

.Search .SearchInputContainer .searchMenuBox .MenuSearchButton {
    top: 15px
}

.showcaseBanner .redBlockContainer .redBlock {
    padding: 7% 30px 6%
}

.umbraco-forms-form .umbraco-forms-field textarea {
    height: 126px !important
}

.umbraco-forms-submitmessage {
    font-size: 20px;
    padding-left: 50px;
    font-weight: 700;
    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: 700
}

    a.pricingAddButton:before {
        margin-top: 22px
    }

.lowercase {
    text-transform: lowercase
}

.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
}

    .containerCheckBox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee
}

.containerCheckBox:hover input ~ .checkmark {
    background-color: #ccc
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.containerCheckBox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn.acceptcookies {
    padding: 15px 20px !important;
    font-size: 14px !important
}

footer.footer {
    height: 345px;
    padding-top: 0
}

    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 .footertop .FooterHeading {
    font-size: 12px;
    color: #fff;
    display: block;
    font-weight: 700
}

footer.footer .footertop .FooterLink, 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.Facebook {
            background: url(/media/iwmneiox/fb-white.svg) left center/20px 20px no-repeat
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Twitter {
            background: url(/media/i5tfwab3/twitter-white.svg) left center/20px 20px no-repeat
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Youtube {
            background: url(/media/5qufalv5/youtube-white.svg) left center/20px 20px no-repeat
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Pinterest {
            background: url(/media/jachzci1/pinterest-white.svg) left center/20px 20px no-repeat
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Linkedin {
            background: url(/media/3rpikt2b/linkedin-white.svg) left center/20px 20px no-repeat
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Facebook:hover {
            background: url(/media/tcphjkam/facebook-red.svg) left center/20px 20px no-repeat
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Twitter:hover {
            background: url(/media/v05f2mnx/twitter-red.svg) left center/20px 20px no-repeat
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Youtube:hover {
            background: url(/media/jzhdinsg/youtube-red.svg) left center/20px 20px no-repeat
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Pinterest:hover {
            background: url(/media/3oajdidu/pinterest-red.svg) left center/20px 20px no-repeat
        }

        footer.footer .footertop .SocialBar .SocialBarLink.Linkedin:hover {
            background: url(/media/wshneul0/linkedin-red.svg) left center/20px 20px no-repeat
        }

footer.footer .footerbottom {
    background: #9e0b0f;
    height: 45px;
    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 0 0 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
            }

.productFilter .Heading {
    margin-right: 20px;
    cursor: pointer;
    color: #111
}

#terms .productFilter.nav.nav-tabs {
    padding: 19px;
    display: flex;
    justify-content: center
}

@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
    }
}

@media only screen and (max-width:1024px) {
    .searchBar {
        width: 100%;
        padding-right: 0;
        margin-right: 0
    }

    .searchBtn {
        margin-top: 8px
    }

    #quickSearchMenuLinks {
        top: 87px
    }

    .desktopImage, .showcaseContainer .whiteBlock {
        display: none
    }

    .mobileImage {
        display: block
    }

    .emailSectionGovernance {
        margin-top: 20px;
        margin-left: 0
    }

    .showcaseContainer {
        padding: 0
    }

    #HistorySlider .HistoryItem.slick-current {
        width: 385px !important
    }

        #HistorySlider .HistoryItem.slick-current .ContentWrap .Description {
            height: 195px;
            font-size: 14px;
            overflow: hidden;
            overflow-y: auto
        }

    .menuSection .Desktop .FirstLevelLink span {
        font-size: 35px;
        line-height: 35px;
        padding: 25px 30px 20px
    }

    .menuSection .Desktop .FirstLevelLink.active span, .menuSection .Desktop .FirstLevelLink:hover span {
        padding: 25px 30px 20px 40px
    }

    #FullscreenMenu .BottomSection .MenuContact {
        padding: 0 0 0 100px
    }

    .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: .18px;
            text-align: center
        }

    showcaseBanner .redBlockContainer .redBlock h3 {
        margin-bottom: 4px;
        margin-top: -4px
    }

    .showcaseBanner .redBlockContainer .redBlock .BigText, .showcaseBanner .redBlockContainer .redBlock h2 {
        margin-top: 3px;
        margin-bottom: 3px;
        font-family: MachineStd;
        font-size: 60px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: .87;
        letter-spacing: .4px;
        text-align: center
    }

    .showcaseBanner .redBlockContainer .redBlock p {
        font-size: 18px
    }

    .showcaseBanner .redBlockContainer .redBlock button {
        font-size: 27px
    }
}

@media only screen and (max-width:600px) {
    .sideArrow {
        top: 0;
        height: 46px;
        transform: rotate(90deg);
        left: 57px;
        position: relative
    }

    .valueBox {
        margin-top: initial
    }

    .menuSection .Desktop .FirstLevelLink span {
        font-size: 35px;
        line-height: 35px;
        padding: 25px 30px 20px
    }

    .menuSection .Desktop .FirstLevelLink.active span, .menuSection .Desktop .FirstLevelLink:hover span {
        padding: 25px 30px 20px 40px
    }

    #FullscreenMenu .BottomSection .MenuContact {
        padding: 0 0 0 100px
    }

    .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
    }

    .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: .14px;
                text-align: center
            }

            .showcaseBanner .redBlockContainer .redBlock .BigText, .showcaseBanner .redBlockContainer .redBlock h2 {
                font-size: 40px;
                font-family: MachineStd;
                font-weight: 400;
                font-stretch: normal;
                font-style: normal;
                line-height: .9;
                letter-spacing: .26px;
                text-align: center
            }

            .showcaseBanner .redBlockContainer .redBlock p {
                font-size: 14px
            }

            .showcaseBanner .redBlockContainer .redBlock button {
                width: 150px;
                font-size: 17px
            }
}

@media only screen and (max-width:1200px) {
    .tighterContainer {
        padding-left: 15px;
        padding-right: 15px
    }

    .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
        }
}

@media only screen and (max-width:1024px) {
    .LogoContainer, .header .MobileSearchButton {
        width: 100px;
        height: 50px;
        top: 0;
        position: absolute
    }

    .LogoContainer {
        left: 50%;
        margin-left: -50px
    }

    .header {
        background: #fff !important
    }

        .header .logo {
            height: 50px;
            margin: 0
        }

            .header .logo a {
                height: 50px;
                width: 100%;
                padding: 5px 0 !important
            }

    .menuSection .Mobile .BackButton, .menuSection .Mobile > a {
        color: #d42e12;
        padding: 15px 10px;
        border-bottom: 1px solid #ededed
    }

    .header .logo.home .NoScroll {
        display: none;
        opacity: 0
    }

    .header .logo.home .Scroll {
        display: block;
        opacity: 1
    }

    #FullscreenMenu .BottomSection .DesktopMenuContact, .QuickFloat, .SurerewardsBanner .AdvertisingSlideContent .ImageContainer, .header .RightNav .Icons .Icon.SearchButton, .header .RightNav .Subnav, .menuSection .Mobile .subMenuSection, .menuSection .Mobile .subMenuSection .subSubMenu, footer.footer .desktopfooter, footer.footer .desktopfooterbottom {
        display: none
    }

    .header .RightNav .Icons, .header .RightNav .Icons .Icon, .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 .MobileSearchButton {
        display: block;
        right: 0;
        background: url(/media/k4ua3nwf/search-white.svg) center center no-repeat
    }

    .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
        }

    #FullscreenMenu {
        top: 0
    }

        #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: 0;
                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) left 15px center no-repeat;
        font-size: 18px;
        line-height: 16px;
        font-weight: 700
    }

    .menuSection .Mobile > a {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 22px;
        line-height: 22px;
        font-family: MachineStd
    }

        .menuSection .Mobile > a.gotchild {
            background: url(/media/ylhfw3bw/next-red.svg) right 20px center no-repeat
        }

            .menuSection .Mobile > a.gotchild.active {
                background: 0 0
            }

    .menuSection .Mobile .subMenuSection > a.gotchild, .menuSection.Mobile .MobileRightNavLinks a {
        background: url(/media/aijedtd0/next-black.svg) right 20px center no-repeat
    }

    .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.active {
            background: #d42e12;
            color: #fff;
            text-decoration: none
        }

    .menuSection .Mobile .subMenuSection .subSubMenu > a {
        display: block;
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        color: #111;
        padding: 12px 20px;
        transition: .3s;
        border-bottom: 1px solid #ededed
    }

    .SureRewardSignupButton, .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards a {
        margin: 0 auto;
        width: 250px;
        display: block
    }

    .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
        }

    #FullscreenMenu .TopSection .MenuSocialBar {
        width: 100%;
        margin: 0 0 30px;
        height: 50px;
        bottom: 0;
        top: auto
    }

        #FullscreenMenu .TopSection .MenuSocialBar .SocialBarLink {
            height: 50px
        }

    #FullscreenMenu .BottomSection {
        height: 101px
    }

        #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: 700
                }

    .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: 0
    }

    .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: 0
        }

    .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
    }

    .SureRewardsContentContainer h2, .SureRewardsContentContainer p {
        text-align: center
    }

    .TermsLinks {
        margin: 20px auto;
        display: block;
        width: 180px
    }

    footer.footer {
        height: auto;
        padding: 0
    }

        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: 0
    }

    footer.footer .MobileFooterBottom, footer.footer .MobileFooterTop {
        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
                }
}

@media only screen and (max-width:997px) {
    .categoryListing .categoryItem:nth-of-type(3) {
        border-right: 1px solid #d42e12
    }

    .categoryListing .categoryItem:last-of-type, .categoryListing .categoryItem:nth-of-type(2n+2) {
        border-right: 0px solid #d42e12
    }

    .ContactFormContainer .FormWrapper {
        max-width: 600px;
        padding: 40px 100px
    }

    #HistorySlider .HistoryItem.slick-current .ContentWrap {
        padding: 5px 0
    }
}

@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: .14px;
                text-align: center
            }

            .showcaseBanner .redBlockContainer .redBlock .BigText, .showcaseBanner .redBlockContainer .redBlock h2 {
                font-size: 40px;
                font-family: MachineStd;
                font-weight: 400;
                font-stretch: normal;
                font-style: normal;
                line-height: .9;
                letter-spacing: .26px;
                text-align: center
            }

            .showcaseBanner .redBlockContainer .redBlock p {
                font-size: 14px
            }

            .showcaseBanner .redBlockContainer .redBlock button {
                width: 150px;
                font-size: 17px
            }

    #HistorySlider .HistoryItem.slick-current {
        width: 320px !important
    }
}

@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: .14px;
                text-align: center
            }

            .showcaseBanner .redBlockContainer .redBlock .BigText, .showcaseBanner .redBlockContainer .redBlock h2 {
                font-size: 40px;
                font-family: MachineStd;
                font-weight: 400;
                font-stretch: normal;
                font-style: normal;
                line-height: .9;
                letter-spacing: .26px;
                text-align: center
            }

            .showcaseBanner .redBlockContainer .redBlock p {
                font-size: 14px
            }

            .showcaseBanner .redBlockContainer .redBlock button {
                width: 150px;
                font-size: 17px
            }
}

@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: .14px;
                text-align: center
            }

            .showcaseBanner .redBlockContainer .redBlock .BigText, .showcaseBanner .redBlockContainer .redBlock h2 {
                font-size: 40px;
                font-family: MachineStd;
                font-weight: 400;
                font-stretch: normal;
                font-style: normal;
                line-height: .9;
                letter-spacing: .26px;
                text-align: center
            }

            .TestimoialSliderWrapper .TestimonialSlide .TestimonialLink, .showcaseBanner .redBlockContainer .redBlock p {
                font-size: 14px
            }

    .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;
                margin-bottom: 15px
            }

                .beyondCTA .strengthBox h2:after {
                    left: 44%;
                    margin-top: 33px
                }

            .beyondCTA .strengthBox p {
                width: auto;
                margin-left: auto
            }

        .beyondCTA button {
            width: 182px;
            height: 70px;
            font-size: 14px
        }

    .categoryListing .categoryItem {
        border-right: 0px solid #d42e12
    }

    .ContactFormContainer .FormWrapper {
        max-width: 600px;
        padding: 40px 100px
    }

    .SurerewardsBanner .AdvertisingSlideContent .ImageContainer {
        display: none
    }

    .SurerewardsBanner .AdvertisingSlideContent .Content .SureRewards {
        height: auto
    }

    .productSelectButton {
        margin-bottom: 5px;
        width: 100%;
        max-width: 300px
    }

    .footnote {
        line-height: 1.14;
        bottom: -11px
    }

    .showcaseContainer .redBlockLeft {
        margin-left: 10%
    }

    .Search .SearchInputContainer .searchMenuBox .MenuSearchButton {
        top: 31px
    }

    .showcaseBanner .redBlockContainer .redBlock button {
        font-size: 17px;
        width: 100%;
        max-width: 209px;
        margin: 20px auto
    }

    .showcaseContainer .slick-next, .showcaseContainer .slick-prev {
        right: 18px
    }

    .showcaseContainer .slick-prev {
        left: 18px;
        right: auto
    }

    .TestimoialSliderWrapper .TestimonialSliderLine {
        margin: 30px 20px
    }

    #AdvertisingBanner .AdvertisingSlide .Content .SureRewards h2 {
        text-align: center;
        padding: 20px 0 0
    }

    #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
    }
}

@media only screen and (max-width:600px) {
    .ContactFormContainer .FormWrapper {
        max-width: 100%;
        padding: 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
        }
}

@media only screen and (max-height:920px) {
    #FullscreenMenu.reveal {
        padding-top: 140px
    }

    #FullscreenMenu .BottomSection .MenuContact {
        padding: 0 0 0 50px
    }
}

@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.active span, .menuSection .Desktop .FirstLevelLink:hover span {
        padding-top: 20px;
        padding-bottom: 15px
    }

    .menuSection .Desktop .subMenuSection > a span {
        padding: 10px 25px
    }

    .menuSection .Desktop .subMenuSection > a.active span, .menuSection .Desktop .subMenuSection > a:hover span {
        padding: 10px 25px 10px 35px
    }

    #FullscreenMenu .TopSection:before {
        height: 30px
    }
}

@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.active span, .menuSection .Desktop .FirstLevelLink:hover span {
        padding-top: 15px;
        padding-bottom: 10px
    }

    .menuSection .Desktop .subMenuSection > a span {
        padding: 10px 25px
    }

    .menuSection .Desktop .subMenuSection > a.active span, .menuSection .Desktop .subMenuSection > a:hover span {
        padding: 10px 25px 10px 35px
    }

    #FullscreenMenu .TopSection:before {
        height: 30px
    }
}

@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.active span, .menuSection .Desktop .FirstLevelLink:hover 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.active span, .menuSection .Desktop .subMenuSection > a:hover span {
        padding: 8px 25px 8px 35px
    }
}

@media (max-width:360px) {
    #HistorySlider .HistoryItem .ContentBlock {
        width: calc(100% - 15px);
        padding: 0 30px
    }
}
