﻿/*
    Montserrat Regular

font-family: montserrat, sans-serif;

font-weight: 400;

font-style: normal;


Montserrat Italic

font-family: montserrat, sans-serif;

font-weight: 400;

font-style: italic;


Montserrat Bold

font-family: montserrat, sans-serif;

font-weight: 700;

font-style: normal;


Montserrat Bold Italic

font-family: montserrat, sans-serif;

font-weight: 700;

font-style: italic;


Montserrat Alternates Regular

font-family: montserrat-alternates, sans-serif;

font-weight: 400;

font-style: normal;


Montserrat Alternates Italic

font-family: montserrat-alternates, sans-serif;

font-weight: 400;

font-style: italic;


Montserrat Alternates Bold

font-family: montserrat-alternates, sans-serif;

font-weight: 700;

font-style: normal;


Montserrat Alternates Bold Italic

font-family: montserrat-alternates, sans-serif;

font-weight: 700;

font-style: italic;



Poppins Regular
font-family: "poppins", sans-serif;
font-weight: 400;
font-style: normal;
Poppins Italic
font-family: "poppins", sans-serif;
font-weight: 400;
font-style: italic;
Poppins SemiBold
font-family: "poppins", sans-serif;
font-weight: 600;
font-style: normal;
Poppins Bold
font-family: "poppins", sans-serif;
font-weight: 700;
font-style: normal;
Poppins Bold Italic
font-family: "poppins", sans-serif;
font-weight: 700;
font-style: italic;
Poppins ExtraBold
font-family: "poppins", sans-serif;
font-weight: 800;
font-style: normal;


*/

/* Structure */

html {
    scroll-padding-top: 200px;
}

body {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #000000;
}

.ml-20 {
    margin-left:20px;
}

@media (max-width: 1200px) {
    .mobile-nav .ml-20 {
        margin-left: 0px;
    }
}

.hidden {
    display: none;
}

.mobile-hide {
    display: block;
}

.mobile-show {
    display: none;
}

@media (max-width: 576px) {
    .mobile-hide {
        display:none;
    }
    .mobile-show {
        display: block;
    }
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}

.visible {
    opacity: 1;
}

/* Video Lazy Load */

.iframe-placeholder {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.video-size iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video Lazy Load */

.page-outer-top {
    background:black;
    padding-top:240px;
    color:white;
    padding-bottom:10px;
}

@media (max-width: 768px) {
    .page-outer-top {
        background: black;
        padding-top: 200px;
        color: white;
        padding-bottom: 10px;
    }
}

.bite-graphic {
    position: absolute;
    bottom: -10px;
    height: 17px;
    left: 0px;
}

.bite-graphic-top {
    position: absolute;
    top: -3px;
    height: 17px;
    left: 0px;
}

.bite-graphic-right {
    position: absolute;
    bottom: -1px;
    height: 17px;
    right: 0px;
}

.bite-graphic-flipped {
    position: absolute;
    top: -2px;
    height: 25px;
    right: -70px;
}
@media (max-width: 768px) {
    .bite-graphic-flipped {
        display:none;
    }
}

h1.hero {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 25px;
}

span.hero {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    line-height: 1.2;
}

h2.hero {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: black;
}

h3.hero {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
}

@media (max-width: 1200px) {
    h1.hero {
        font-size: 2.3rem;
        font-weight: 700;
        margin-bottom: 25px;
    }
    span.hero {
        font-size: 2.3rem;
        font-weight: 700;
        margin-bottom: 25px;
    }
    h2.hero {
        font-size: 2.3rem;
        font-weight: 700;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    h1.hero {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 25px;
    }
    span.hero {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 25px;
    }
    h2.hero {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 25px;
    }
}

.video-tint {
    background: rgb(0,0,0);
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.47384891456582634) 70%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.video-tint-quicklink {
    background: rgb(0,0,0);
    background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.47384891456582634) 90%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0px;
}

.video-tint-horizontal {
    background: rgb(46,45,44);
    background: linear-gradient(0deg, rgba(46,45,44,0) 50%, rgba(46,45,44,1) 90%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
}

@media (max-width: 768px) {
    .video-tint-horizontal {
        background: rgb(46,45,44);
        background: linear-gradient(0deg, rgba(46,45,44,0) 0%, rgba(46,45,44,1) 90%);
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        top: 0px;
        left: 0px;
    }
}

@media (max-width: 1200px) {
    .video-tint {
        display:none;
    }
}

.page-outer-lower {

}

a {
    color: white;
    transition: all 0.5s;
    text-decoration:none;
}

    a:hover {
        color: #DEE33D;
        transition: all 0.5s;
        text-decoration: none;
    }

a.disabled {
    color: gray;
    pointer-events: none;
}

.block-outer a {
    color: black;
    transition: all 0.5s;
    text-decoration: none;
    font-weight:bold;
}

    .block-outer a:hover {
        color: #DEE33D;
        transition: all 0.5s;
        text-decoration: none;
        font-weight: bold;
    }

/* Buttons */
.btn-white {
    color: #282727;
    background-color: white;
    border-color: white;
    font-weight: 700;
    border-radius: 4px;
    text-align: left;
}
    .btn-white:hover, .btn-white:active {
        color: #fff;
        background-color: #444;
        border-color: #444;
        font-weight: 700;
    }

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
    box-shadow: none;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #282727;
    background-color: white;
    border-color: white;
    font-weight: 700;
    border-radius: 4px;
}

@media (max-width: 1200px) {
    .mobile-nav .btn-white {
        border-radius: 0px;
        background: transparent;
        outline: 0;
    }
        .mobile-nav .btn-white:hover, .mobile-nav .btn-white:active {
            color: #CAA638;
            background: transparent;
            outline: 0;
        }
}


.btn-gold {
    color: black !important;
    background: #DEE33D !important;
    padding: 14px 22px !important;
    padding-top: 16px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    margin-left: 0px !important;
    display: block !important;
}

    .btn-gold:hover, .btn-gold:active {
        color: #DEE33D !important;
        background: #2E2D2C !important;
        padding: 14px 22px !important;
        padding-top: 16px !important;
        border-radius: 6px !important;
        font-weight: 700 !important;
        margin-left: 0px !important;
        display: block !important;
    }

/* Nav */

.nav-outer {
    position: fixed;
    z-index: 100;
    width: 100%;
    color: white;
    padding: 20px;
    top: 7px;
    padding-top: 30px;
    padding-bottom: 28px;
}

.navbar-brand img {
    height: 80px;
    width: auto;
    transition:all 0.5s;
}

.nav-scroll {
    background: rgba(0,0,0,1);
}

    .nav-scroll .navbar-brand img {
        height: 60px;
        width: auto;
        margin-top: 13px;
    }

@media (max-width: 768px) {
    .navbar-brand img {
        height: 70px;
    }
}

@media (max-width: 425px) {
    .navbar-brand img {
        height: 60px;
    }
}

.nav-link {
    color:white;
}

.phone-number {
    background: white;
    width: 100%;
    position: fixed;
    z-index: 101;
    display: block;
    padding: 7px 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    color:black;
}
    .phone-number a, .phone-number a[href^="tel"] {
        color: black !important;
    }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #DEE33D;
}

.nav-link:focus, .nav-link:hover {
    color: #DEE33D;
}

@media (max-width: 1200px) {
    .navbar-collapse {
        background: #2E2D2C;
        color: white;
        border-radius: 6px;
        margin-top: 16px;
        padding-top: 7px;
    }
}
@media (min-width: 1200px) {
    .dropdown-item {
        color: #282727;
        border-bottom: 1px solid lightgray;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 10px;
        overflow: hidden;
    }
    .dropdown-menu {
        padding: 0px;
        overflow: hidden;
    }
        .dropdown-menu .nav-link {
            color: #282727;
            border-bottom: 1px solid lightgray;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 15px;

        }

    ul.navbar-nav li:last-child a {
        border-bottom: 0px solid lightgray;
    }
}

@media (max-width: 1200px) {
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #DEE33D;
    }
    .nav-link {
        color: white;
        border-bottom: 1px solid black;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
        width: 100%;
    }
    ul.navbar-nav li:last-child a {
        border-bottom: 0px solid lightgray;
    }
    .dropdown-menu {
        border-radius: 0px;
        margin-top: 0px !important;
        background: #E7E8ED;
        overflow: hidden;
    }
    .dropdown-menu {
        border: 0px;
    }
    .dropdown-item {
        font-size: 15px;
    }
}

.navbar-toggler {
    padding: 0px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #CAA638;
}

.navbar-toggler {
    background-color: transparent;
    border: 0px;
}

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none; 
    }

/* Homepage */

.video-outer {
    position: relative;
    height: 750px;
}

@media (max-width: 1200px) {
    .video-outer {
        position: relative;
        height: 570px;
    }
}

.video-container {
    height: 750px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background:#000;
}

@media (max-width: 1200px) {
    .video-container {
        height: 600px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .video-container {
        height: 500px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
}

.video-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    z-index: 2;
    padding-top: 90px;
}

@media (max-width: 1200px) {
    .video-inner {
        position: absolute;
        width: 100%;
        padding-top: 0px;
        height: auto;
    }
}

@media (max-width: 574px) {
    .video-inner {
       
    }
}

.video-size {
    padding: 56.25% 0 0 0;
    position: relative;
    top: 0px;
    left: 50%;
    min-height: 104%;
    min-width: 104%;
    border: 0;
    transform: translate(-50%,-0%);
}

@media (max-width: 900px) {
    .video-size {
        padding: 56.25% 0 0 0;
        position: relative;
        top: 0px;
        left: 50%;
        min-height: 500px;
        min-width: 1000px;
        border: 0;
        transform: translate(-50%,-0%);
    }
}

@media (max-width: 768px) {
    .video-size {
        padding: 56.25% 0 0 0;
        position: relative;
        top: 0px;
        left: 50%;
        min-height: 500px;
        min-width: 1000px;
        border: 0;
        transform: translate(-50%,-0%);
    }
}

.intro-paragraph {
    font-size: 1rem;
    margin-bottom:30px;
}


@media (max-width: 574px) {
    .intro-paragraph {
        font-size: 1rem;
        margin-bottom: 30px;
    }
}

.hero-size {
    height:750px;
}

@media (max-width: 768px) {
    .hero-size {
        height: auto;
    }
}

.image-fit {
    object-fit: cover;
    height: auto;
    width:100%;
}

.image-fit-large {
    object-fit: cover;
    height: auto;
    width: 1920px;
    height: 750px;
}

.block-outer {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 575px) {
    .block-outer {
        margin-top: 80px;
        margin-bottom: 80px;
        padding-left:20px;
        padding-right:20px;
    }
}

.block-outer-full {
    margin-left: 20px;
    margin-right: 20px;
}

.standard-feature-outer .umb-block-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height:100%;
}

.standard-feature-block {
    width: 100%;
}

.standard-feature-inner {
    /*background: #E7E8ED;
    padding: 30px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;*/
    background: #EFEFEF;
    padding: 15px 15px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 80px;
}

/*.standard-feature-outer .umb-block-list .standard-feature-block:nth-child(odd) .standard-feature-inner {
    margin-right: 7px;
}

.standard-feature-outer .umb-block-list .standard-feature-block:nth-child(even) .standard-feature-inner {
    margin-left: 7px;
}*/

.outer-block {
    background: #E7E8ED;
    padding: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
.outer-block-image {
    background: #E7E8ED;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.specific-feature-inner {
    background: rgb(222 227 61 / 30%);
    border-radius: 6px;
    padding: 15px 20px;
    color: black;
    text-align: left;
    font-weight: 700;
    display: flex;
    line-height: 1.4;
    font-size: 17px;
    min-height: 80px;
    align-items: center;
}

    .specific-feature-inner img {
        filter: invert(100%) sepia(5%) saturate(7468%) hue-rotate(333deg) brightness(105%) contrast(100%);
    }

.video-btn {
    position: absolute;
    border: 0px;
    background: transparent;
}

.quicklink-outer {
    border-radius: 8px;
    overflow: hidden;
    height: 600px;
    color: white;
    display: flex;
    padding: 45px 30px;
    align-items: flex-end;
    justify-content: center;
    /*text-shadow:1px 1px 1px black;*/
    position:relative;
}

@media (max-width: 1300px) {
    .quicklink-outer {
        height: 500px;
    }
}

@media (max-width: 1200px) {
    .quicklink-outer {
        height: 450px;
    }
}

/* Sliders */

.slider-outer {
    background: #2E2D2C;
    padding: 80px 50px;
    border-radius: 8px;
    position:relative;
    overflow:hidden;
    padding-top:70px;
}

.tns-horizontal.tns-subpixel > .tns-item {
    text-align: center;
}

.slider-outer img {
    border-radius:8px;
}

@media (max-width: 594px) {
    .slider-outer {
        background: #2E2D2C;
        padding: 50px 20px;
        border-radius: 8px;
    }
    .slider-outer img {
        width:140px !important;
    }
}

[data-controls] {
    border: 0;
    padding: 0;
    font-size: 30px;
    position: relative;
    top: 0;
    /* margin-top: -18px; */
    z-index: 1;
    background: transparent;
}

[data-controls=prev] {
    left: -20px;
}

[data-controls=next] {
    right: -20px;
}

@media (max-width: 594px) {
    .clients [data-controls=prev] {
        display:none;
    }

    .clients [data-controls=next] {
        display: none;
    }
}

/* product/services */

.services-outer {
    background: #2E2D2C;
    padding-top: 80px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.service-product {
    color: white;
    padding: 23px 0px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
}

.col-md-4:nth-child(-n+3) .service-product {
    border-top: 1px solid white;
    border-bottom: 0px solid white;
}
@media (max-width: 767px) {
    .col-md-4:nth-last-child(1) .service-product {
        border-top: 0px solid white;
        border-bottom: 1px solid white;
    }
}


.services-tab-outer {
    padding: 80px 50px;
    position: relative;
    padding-bottom: 700px;
    padding-top: 50px;
}

@media (max-width: 990px) {
    .services-tab-outer {
        padding-bottom: 500px;
    }
    
}
@media (max-width: 594px) {
    .services-tab-outer {
        padding-bottom: 400px;
    }
}


.nav-link-products-services {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #707070;
    padding: 0px;
    background: transparent;
}

.nav-tabs {
    padding:0px 50px;
    border-bottom:0px;
}

.nav-item .nav-link-products-services {
    margin-right: 10px;
    background: transparent;
    border: 0px;
    outline: 0;
}

.nav-item .nav-link-products-services.active {
    background: transparent;
    color: white;
    border:0px;
    outline:0;
}
.nav-item .nav-link-products-services:hover {
    background: transparent;
    border: 0px;
    outline: 0;
}
.nav-item .nav-link-products-services:focus {
    background: transparent;
    border: 0px;
    outline: 0;
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}

/* testimonials */

.product-features > [data-controls] {
    border: 0;
    padding: 0;
    font-size: 30px;
    position: absolute;
    top: inherit;
    margin-top: inherit;
    z-index: 1;
    background: transparent;
    bottom: 0px;
}

.testimonial {
    background: #E7E8ED;
    padding: 30px 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 10px;
    height: 100%;
}

.testimonial-slider {

}

.product-features [data-controls] {
    border: 0;
    padding: 0;
    font-size: 30px;
    position: relative;
    top: 0;
    /* margin-top: -18px; */
    z-index: 1;
    background: transparent;
}

.product-features [data-controls=next] {
    right: -20px;
}

.product-features [data-controls=prev] {
    left: -20px;
}

.product-features .tns-controls {
    text-align: center;
    margin-top: 20px;
}

.testimonial-text {
    font-weight:normal;
}

.tns-controls {
    text-align: center;
    margin-top: 20px;
}
/* Footer */
footer {
    background: white;
    margin-top: 0px;
    width: 100%;
    color: black;
    padding: 50px;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

@media (max-width: 768px) {
    footer {
        background: #fff;
        margin-top: 0px;
        width: 100%;
        color: black;
        padding: 20px;
        font-size: 1rem;
        position: relative;
        overflow: hidden;
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.text-left {
    text-align: right;
}

@media (max-width: 768px) {
    .text-left {
        text-align: left;
    }

}

footer a {
    color: black;
    transition: all 0.3s;
    text-decoration: underline;
    font-weight:bold;
}

footer a:hover {
    font-weight:bold;
    color:#666666;
    transition: all 0.3s;
    text-decoration: underline;
}

/* Text Area */

.text-area h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #707070;
}

.text-area img {
    margin-bottom:20px;
}

.text-area .intro-paragraph {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 40px;
    display: block;
}

.text-area .sub-heading {
    color: #CAA638;
    font-weight: bold;
    font-size: 1.2rem;
}

.text-area .blockquote {
    font-size: 1.5rem;
    border-left: 6px solid #CAA638;
    padding-left: 20px;
    display: block;
}



.text-area ul {
    line-height: 1.5em;
    margin: 20px 0 15px;
    padding: 0;
    border-top: 1px solid #E7E8ED;
    border-bottom: 1px solid #E7E8ED;
    padding:20px 0px;
}

.text-area li {
    list-style: none;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom:10px;
    
}

    .text-area li:nth-last-child(1) {
        margin-bottom: 0px;
    }


    .text-area li::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 2px;
        width: 10px;
        height: 15px;
        border: solid #CAA638;
        border-width: 0 4px 4px 0;
        transform: rotate(45deg);
    }

/* Blog */

.block-outer-page {
    padding-top: 250px;
    padding-bottom: 50px;
    background: #2E2D2C;
}
@media (max-width: 594px) {
    .block-outer-page {
        padding-left:30px;
        padding-right:30px;
    }
}

.blog-link {
    color: #2E2D2C;
}

.blog-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
}

.other-blogs {
    background: #E7E8ED;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 8px;
    display: block;
    width: 100%;
    color: #2E2D2C;
    margin-bottom: 10px;
}

/* team */

.team h3 {
    font-weight:bold;
}

.team-title {
    font-weight: bold;
    color: #2E2D2C;
    display: block;
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 5px;
}

.team img {
    width:200px;
    height:200px;
    border-radius:50%;
}

@media (max-width: 594px) {
    .team img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }
}



.link-builder {
    color: #282727;
    padding: 23px 0px;
    border-bottom: 0px solid #282727;
    border-top: 1px solid #282727;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
}

    .link-builder a {
        color: #282727;
    }

/* cookie */

.cookie-modal {
    position: fixed;
    bottom: 30px;
    left: 20px;
    right: 20px;
    background: rgba(00,0,0,0.9);
    border: 0px solid #f2f2f2;
    padding: 30px;
    z-index: 100000000;
    font-size: 1rem;
    width: 38%;
    color: white;
}

.cookie-accept {
    font-size: .8rem;
    background: #ffffff;
    color: #333333;
    border: 0px solid #f2f2f2;
    font-weight: bold;
}

.cookie-close {
    font-size: .8rem;
    background: #CAA638;
    color: #333333;
    font-weight: bold;
    border: 0px solid #f2f2f2;
}

@media (max-width: 768px) {
    .cookie-modal {
        width: auto;
    }
}

/* product comparison */



.product-image-grid {
    height: auto;
    width: 190px;
    /* overflow: hidden; */
    /* border-radius: 500px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 20px; */
    padding: 20px;
}

.product-image-grid img {
    height:100%;
    width:auto;
}

.product-image-grid-sm {
    height: auto;
    width: 200px;
    overflow: hidden;
    border-radius: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    /*margin-top: 20px;*/
    margin-bottom: 0px;
    display: block;
    line-height:1.2;
}

.grid-outer {
    background: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 0px 0px 8px 8px;
    color: black;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}
.grid-outer-light {
    background: #EFEFEF;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 0px 0px 8px 8px;
    border-top: 1px solid white;
}
.grid-outer-white {
    /*background: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 8px 8px 0px 0px;
    color: black;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);*/
    padding: 10px 0px;
}

@media (max-width: 991px) {
    .grid-outer-white {
        background: #ffffff;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 8px 8px 0px 0px;
        color: black;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
        padding: 30px 20px;
    }
}

.grid-outer-grey {
    background: #E7E8ED;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 8px 8px 0px 0px;
    color: black;
    padding: 30px 20px;
    width: 100%;
}

.grid-column-title {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.card {
    border: 0px;
    -webkit-box-shadow: 0px 10px 29px 0px rgba(161,161,161,1);
    -moz-box-shadow: 0px 10px 29px 0px rgba(161,161,161,1);
    box-shadow: 0px 10px 29px 0px rgba(161,161,161,1);
    padding: 20px 15px;
}

.feature-span {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
}
.grid-outer .feature-span {
    border-bottom: 1px solid lightgrey;
}
.grid-outer-light .feature-span {
    border-bottom: 1px solid lightgrey;
}

@media (max-width: 768px) {
    .grid-outer-white {
        background: #ffffff;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 8px 8px 0px 0px;
        color: black;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
        padding: 30px 20px;
    }
    .card {
        padding: 0px;
    }
}

@media (max-width: 425px) {
    .grid-column-title {
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .grid-title {
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
        line-height: 1.2;
    }
}

.grid-outer-white .feature-span:nth-last-child(1), .grid-outer .feature-span:nth-last-child(1), .grid-outer-light .feature-span:nth-last-child(1) {
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.centre-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #E7E8ED;
    padding: 30px;
}

.desktop-hide {
    display: none;
}

.desktop-show {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .desktop-hide {
        display: flex;
        flex-wrap: nowrap;
    }

    .desktop-show {
        display: none;
    }
}

.feature-inner {
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .feature-inner {
        width: auto;
        text-align: center;
    }
}

.feature-inner-header {
    background: #fff;
    padding: 21px 10px;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
}

.feature-inner-header-light {
    background: #EFEFEF;
    padding: 21px 10px;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Product Slider */

.product-slider {
    padding: 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0px;
    height: 100%;
    overflow: hidden;
}

    .product-slider .product-disabled a {
        opacity: 0.3;
        cursor: default;
        pointer-events: none;
    }

.product-tint {
    background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.product-logo {
    position: absolute;
    right: 15px;
    top: 15px;
    background: white;
    padding: 10px;
    border-radius: 6px;
    opacity: 1;
    z-index: 1;
}

.product-slider-inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.product-slider-inner-text {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 100%;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 100px;
}

.product-slider-inner-text-title {
    display:block;
    font-size:18px;
    font-weight:700;
}

@media (max-width: 499px) {
    #tns3 > .tns-item {
        padding-right: 0px !important;
    }
}

.product-text {
    position: absolute;
    z-index: 1;
    background: white;
    bottom: 10px;
    padding: 8px 10px;
    width: auto;
    left: 10px;
    border-radius: 6px;
    color: black;
    font-size: 11px;
    line-height: 1.1;
}

.BambooHR-ATS-Jobs-List a {
    color:black;
}
.BambooHR-ATS-board li {
    padding: 20px;
    background: #f2f2f2;
    margin-bottom: 10px !important;
    border-radius: 10px;
}
.BambooHR-ATS-board li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 10px;
    height: 15px;
    border: solid #CAA638;
    border-width: 0 0px 0px 0;
    transform: rotate(45deg);
}
ul.BambooHR-ATS-Jobs-List {
    padding: 0px !important;
    margin: 0px;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

li.BambooHR-ATS-Jobs-Item {
    background: white;
    border-radius: 5px;
    padding: 8px 15px;
    margin-top: 5px !important;
}

.contact-form .form-control {
    border: 3px solid #dee2e6;
    padding: 10px 15px;
    margin-bottom: 15px;
    appearance: auto;
}

.contact-form .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.contact-form label {
    margin-bottom: 10px;
    font-weight:bold;
}

.form-control label {
    margin-bottom: 0px;
}

.contact-form .form-check-input {
    /*--bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;*/
    border: 3px solid #dee2e6;
}

.contact-form .radiobuttonlist {
    border: none;
    padding: 0px;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}

.form-check-input:checked {
    background-color: #CAA638;
    border-color: #CAA638;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.contact-form .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0,0,0,.01);
}

.powered-by {
    margin: 0px 5px;
}

@media (max-width: 768px) {
    .powered-by {
        margin: 0px 0px;
    }
}

.blog-summary {
    font-weight: normal;
}

.rte-text-images img {
    max-width:100%;
    height:auto;
}

#tinymce img {
    max-width: 100%;
    height: auto;
}

/* Portal */

.page-header {
    padding:20px;
}


h1 {
    position: relative;
    display: inline-block;
    line-height: 1.2; /* Ensure consistent line height for baseline alignment */
    font-size: 60px;
    font-weight: 700;
    margin-bottom:15px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 425px) {
    h1 {
        font-size: 35px;
    }
}

.animation-container {
    position: relative;
    display: inline-block;
    height: 1em; /* Set the height of the container to match the text height */
    vertical-align: baseline; /* Align the container with the baseline of "Safer" */
}

.animation-text {
    opacity: 0;
    color:white !important;
    transition: opacity 1s ease-in-out;
    position: absolute;
    left: 0;
    top: 10px;
    line-height: inherit; /* Inherit line-height from the container */
    vertical-align: baseline; /* Aligns the animated text with the baseline */
}

@media (max-width: 768px) {
    .animation-text {
        top: 7px;
    }
}

.intro-para-portal p {
    font-size:24px;
    margin-bottom:0px;
}

@media (max-width: 768px) {
    .intro-para-portal p {
        font-size: 20px;
        margin-bottom: 0px;
    }
}

.black-block {
    height: 90px;
    width: 55%;
    background-color: black;
    position: absolute;
    z-index: 1;
}

    .black-block::after {
        content: '';
        position: absolute;
        top: 0;
        right: -60px;
        width: 0;
        height: 0;
        border-left: 60px solid black;
        border-top: 0px solid transparent;
        border-bottom: 90px solid transparent;
    }

@media (max-width: 768px) {
    .black-block {
        height: 40px;
    }
        .black-block::after {
            content: '';
            position: absolute;
            top: 0;
            right: -25px;
            width: 0;
            height: 0;
            border-left: 25px solid black;
            border-top: 0px solid transparent;
            border-bottom: 40px solid transparent;
        }
}

.grey-block {
    height: 90px;
    width: 55%;
    background-color: #EFEFEF;
    position: relative;
    z-index: 1;
}

    .grey-block::after {
        content: '';
        position: absolute;
        top: 0;
        right: -60px;
        width: 0;
        height: 0;
        border-left: 60px solid #EFEFEF;
        border-top: 90px solid transparent;
        border-bottom: 90px solid transparent;
    }

@media (max-width: 768px) {
    .grey-block {
        height: 40px;
    }

        .grey-block::after {
            content: '';
            position: absolute;
            top: 0;
            right: -25px;
            width: 0;
            height: 0;
            border-left: 25px solid #EFEFEF;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
        }
}

.white-block {
    height: 90px;
    width: 55%;
    background-color: white;
    position: absolute;
    z-index: 1;
    color:black;
    padding:30px;
    padding-top:0px;
}

    .white-block::after {
        content: '';
        position: absolute;
        top: 0;
        right: -60px;
        width: 0;
        height: 0;
        border-left: 60px solid white;
        border-top: 0px solid transparent;
        border-bottom: 90px solid transparent;
    }

@media (max-width: 768px) {
    .white-block {
        height: 40px;
    }

        .white-block::after {
            content: '';
            position: absolute;
            top: 0;
            right: -25px;
            width: 0;
            height: 0;
            border-left: 25px solid white;
            border-top: 0px solid transparent;
            border-bottom: 40px solid transparent;
        }
}

.navbar-nav {
    align-items: baseline;
}

@media (max-width: 1200px) {
    .navbar-nav {
    }
    .nav-item {
        width:100%;
    }
}


.portal-btn-white {
    color: black;
    background: white;
    padding: 14px 22px;
    padding-top: 16px;
    border-radius: 6px;
    font-weight: 600;
    margin-left: 15px;
    display: block;
}

    .portal-btn-white:hover {
        color: #DEE33D;
        background: #2E2D2C;
        padding: 14px 22px;
        padding-top: 16px;
        border-radius: 6px;
        font-weight: 600;
        margin-left: 15px;
        display: block;
    }

.portal-btn-yellow {
    color: black;
    background: #DEE33D;
    padding: 14px 22px;
    padding-top: 16px;
    border-radius: 6px;
    font-weight: 600;
    margin-left: 15px;
    display: block;
}

.portal-btn-yellow:hover {
    color: #DEE33D;
    background: #2E2D2C;
    padding: 14px 22px;
    padding-top: 16px;
    border-radius: 6px;
    font-weight: 600;
    margin-left: 15px;
    display: block;
}

@media (max-width: 1200px) {
    .portal-btn-white {
        color: black;
        background: white;
        padding: 14px 22px;
        padding-top: 16px;
        border-radius: 6px;
        font-weight: 600;
        margin-left: 10px;
        margin-right:10px;
        display: block;
        margin-bottom:5px;
    }
    .portal-btn-yellow {
        padding: 14px 22px;
        padding-top: 16px;
        border-radius: 6px;
        font-weight: 600;
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        margin-bottom: 5px;
    }
}

.page-padding {
    padding-top:100px;
    padding-bottom:100px;
}

.portal-home-h2 {
    font-size:40px;
    font-weight:700;
    text-align: center;
    margin-bottom:30px;
}

.intro-para-portal-lower p {
    text-align: center;
    font-size:22px;
}

@media (max-width: 768px) {
    .portal-home-h2 {
        font-size: 33px;
    }

    .intro-para-portal-lower p {
        font-size: 18px;
    }
    .page-padding {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left:20px;
        padding-right:20px;
    }
}

.product-icon-partner {
    width:90px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background-color: #EAEAEA;
    padding: 15px;
    border: 3px solid #CAA638;
    border-radius: 10px;
    margin: 0px 10px;
}

.nav-pills .nav-link {
    color: white;
    background-color: #EAEAEA;
    padding: 15px;
    border: 3px solid #EAEAEA;
    border-radius: 10px;
    margin: 0px 10px;
}

@media (max-width: 1200px) {


    .slider-buttons .nav-item {
        width: 24%;
        margin: 10px;
    }
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        margin: 0px 0px;
    }

    .nav-pills .nav-link {
        margin: 0px 0px;
    }
}

@media (max-width: 768px) {

    .product-icon-partner {
        width: 100%;
    }
}

@media (max-width: 530px) {

    .product-icon-partner {
        width: 100%;
    }
    .slider-buttons .nav-item {
        width: 27%;
        margin: 6px;
    }
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        padding: 10px;
        border: 2px solid #CAA638;
    }

    .nav-pills .nav-link {
        padding: 10px;
        border: 2px solid #EAEAEA;
    }
}

.showcase-title {
    line-height: 1.2;
    font-size: 60px;
    font-weight: 700;
    margin-bottom:60px;
    display:block;
}

@media (max-width: 425px) {
    .showcase-title {
        font-size: 35px;
    }
}

.showcase-image {
    height:400px;
    width:100%;
    border-radius:12px;
}

.showcase-text {
    position: absolute;
    bottom: 0px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .showcase-text {
        position: relative;
        bottom: 0px;
        margin-bottom: 30px;
    }
}


.map-outer {
    background-color: #EFEFEF;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    padding-top: 30px;
}

.map-inner {
    width: 90%;
    position: relative;
    right: -105px;
    top: -17px;
}

@media (max-width: 768px) {
    .map-inner {
        width: 100%;
        position: relative;
        right: -60px;
        top: -12px;
    }
}

@media (max-width: 435px) {
    .map-inner {
        width: 100%;
        position: relative;
        right: -60px;
        top: -12px;
        left: -36px;
    }
    .map-inner svg {
        width: 170%;
    }
}

.map-lower {
    display: flex; 
    justify-content: space-between;
}

@media (max-width: 768px) {
    .map-lower {
        display: block;
    }
}

.map-white-block {
    width: 50%;
    position: absolute;
    background: white;
    z-index: 1;
    display: flex;
}

.map-white-block-inner {
    padding-left:30px;
    padding-bottom:30px;
}

@media (max-width: 768px) {
    .map-white-block {
        width: 60%;
        font-size:14px;
    }
    .map-white-block-inner {
        padding-left: 30px;
        padding-bottom: 15px;
    }
}

@media (max-width: 430px) {
    .map-white-block {
        width: 90%;
        font-size: 14px;
    }

    .map-white-block-inner {
        padding-left: 30px;
        padding-bottom: 15px;
    }
}

.top-title {
    display: block;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
}

.bottom-title {
    display: block;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #DEE33C;
    text-align: left;
}

@media (max-width: 1200px) {
    .top-title {
        text-align: left;
    }

    .bottom-title {
        text-align: left;
    }
}


@media (max-width: 1200px) {
    .video-outer-portal {
        position: relative;
        height: auto !important;
    }
}
@media (max-width: 1200px) {
    .video-inner-portal {
        position: relative;
        width: 100%;
        padding-top: 50px;
        height: auto;
        color:black;
        padding-left:20px;
        padding-right:20px;
    }
}

.portal-component-col-12 .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.inner-page {
    background: black;
    padding-top: 300px;
    color: white;
    padding-bottom: 120px;
}

@media (max-width: 768px) {
    .inner-page {
        background: black;
        padding-top: 250px;
        color: white;
        padding-bottom: 120px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.client-logo {
    border-radius:10px;
    background:white;
    padding:10px;
}

@media (max-width: 768px) {
    .client-logo {
        display:none;
    }
}

.download-outer {
    background-color: #343434;
    color:white;
    padding:30px 25px;
    border-radius:10px;
    font-size:20px;
}

.download-inner {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}

.download-inner-col {
    display: flex;
}

.download-inner-with-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px; 
}


.download-icon {
    width: 40px;
    flex: 0 0 40px;
    align-items: center;
    display: flex;
}

@media (max-width: 768px) {
    .download-icon {
        width: 40px;
        flex: 0 0 40px;
        align-items: flex-start;
        display: flex;
    }
}

.download-content {
    width: 100%;
    padding-left: 20px;
    justify-content: center;
    flex-direction: column;
    display:flex;
}

.download-filename {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height:1.3;
    margin-bottom:5px;
}

.download-file-details {
    color: #a3a3a3;
    font-size: 16px;
}

@media (max-width: 768px) {
    .download-file-details {
        color: #a3a3a3;
        font-size: 14px;
    }
}

h1.partners-h1 {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    h1.partners-h1 {
        font-size: 50px;
    }
}

.form-floating > label {
    color: lightgray;
}


/* The Map */
#UK-Area {
    position: relative; /* Set positioning context for z-index */
}

#UK-Area .st0 {
    fill: #808285; /* Original color for st0 */
    transition: fill 0.3s; /* Smooth transition */
}

#UK-Area .st1 {
    fill: #808285; /* Original color for st1 */
    transition: fill 0.3s; /* Smooth transition */
}

#UK-Area:hover .st0 {
    fill: #FFB33C; /* Color on hover for st0 */
}

#UK-Area:hover .st1 {
    fill: #FFB33C; /* Color on hover for st1 */
}

#UK-Badge {
    opacity: 0; /* Hide by default */
    transition: opacity 0.3s; /* Smooth transition for opacity */
    z-index: 10; /* Higher z-index to appear above other elements */
    position: absolute; /* Allows you to control placement */
}

#UK-Area:hover #UK-Badge {
    opacity: 1; /* Show on hover */
}

.container-partner {
    display: grid;
    gap: 15px; /* space between items */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media (max-width: 768px) {
    .container-partner {
        display: grid;
        gap: 15px; /* space between items */
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }
}

@media (max-width: 540px) {
    .container-partner {
        display: grid;
        gap: 15px; /* space between items */
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.item-partner {
    background-color: rgba(222, 227, 61, 0.3);
    padding: 20px;
    text-align: left;
    border-radius: 8px;
    border: 1px solid rgba(222, 227, 61, 1);
}

.item-partner-title {
    color: #000000;
    display: inline-block;
    line-height: 1.1;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 540px) {
    .item-partner-title {
        font-size: 22px;
    }
}


/* Form */

.contact-form legend {
    font-size: 20px;
    font-weight: 700;
    color: #DEE33C;
    margin-bottom: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid;
}

.contact-form .form-control {
    border: 3px solid #707070;
    padding: 20px 15px;
    margin-bottom: 15px;
    appearance: auto;
    background: black;
    color: white;
    border-radius: 8px;
}

.contact-form select.form-control {
    padding: 16px 20px;
}

.contact-form .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.contact-form label {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.form-control label {
    margin-bottom: 0px;
}

.contact-form .form-check-input {
    /*--bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;*/
    border: 3px solid #dee2e6;
}

.contact-form .radiobuttonlist {
    border: none;
    padding: 0px;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}

.form-check-input:checked {
    background-color: #CAA638;
    border-color: #CAA638;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.contact-form .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0,0,0,.01);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px;
    font-size: 18px;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    padding-top: 20px;
    font-weight: 700;
}

.text-area h2.accordion-header {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #707070;
}

.accordion-button:not(.collapsed) {
    color: #DEE33D;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color:transparent;
    outline: none;
    box-shadow: none;
}

.accordion-body {
    padding: 0px;
}

.partner-weblink {
    background-color: #343434;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.download-outer a:last-of-type .download-inner {

    border-bottom: 0px solid #707070;
    padding-bottom:0px;
    margin-bottom:0px;
}


/* Errors */

.validation-summary-errors ul {
    padding: 0;
    margin: 0;
    margin-top: 15px;
    list-style: none;
    color: red;
    margin-bottom: 20px;
    font-weight: 800;
}

.umbraco-forms-submitmessage {
    display: block;
    background: #DEE33C;
    color: black;
    font-size: 18px;
    font-weight: 800;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 10px;
}

.contact-form .form-control p {
    margin-bottom:0px;
    font-weight: bold;
}

.download-outer ol li {
    margin-bottom:10px;
}