﻿@font-face {
    font-family: 'Gotham-Book';
    src: url(../otf/gotham-book.otf)
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url(../otf/gotham-medium.otf)
}
@font-face {
    font-family: 'Gotham-Condensed-Medium';
    src: url(../otf/gothamcondensed-medium.otf)
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url(../otf/gotham-bold.otf)
}

html,
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    height: 100%
}

*,
*::before,
*::after {box-sizing: inherit;}

.desktop-view {display: block}
.mobile-view {display: none;}
.gap-y-20 {
    row-gap: 20px;
}

.pr-20 {
    padding-right: 20px !important;
}
.pr-30 {
    padding-right: 30px !important;
}

select.dropdown {
    border: 0;
    background-color: #ebebeb;
}

.mt-20 {
    margin-top: 20px;
}

.b-0 {
    border: 0 !important;
}

.search-border {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.px-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.py-8 {
    padding-right: 8px;
    padding-left: 8px;
}

.mt-56 {
    margin-top: 56px
}
/*Indesign Mode Header*/
.sfPageWrapper .sfPageContainer .top-navbar.fixed-top {
    position: static;
    padding: 0 !important;
}

/*Body Layout No Left navigation*/
.body-layout-no-left-nav {
    padding: 36px 60px;
    border-top: 1px solid #b0aeb0;
}
/*Body Layout (Left and Right Content)*/
.left-content-wrapper {
    border-right: 1px solid #b0aeb0;
    height: 100%;
}
.right-content-wrapper {
    border-top: 1px solid #b0aeb0;
    padding: 40px 54px 90px 42px;
    height: 100%;
}
.page-layout-content-2-cols {
    display: flex
}
    .page-layout-content-2-cols .left-col {
        width: 400px
    }
    .page-layout-content-2-cols .right-col {
        flex: 1
    }

/*In Design Mode*/
.rdContent .left-content-wrapper, .rdContent .right-content-wrapper {
    height: auto;
    padding: 0;
    border: none
}

/* 3 Columns Layout Grid */
.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
    margin-top: 35px;
}
/*In design mode 3 Columns Layout Grid*/
.rdContent .sf_colsIn.grid-cols-3{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 .RadDockZone{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    gap: 65px;
    margin-bottom: 47px !important;
}

/*Content Block*/
.content-block {
    font: 14px 'Gotham-Book', sans-serif;
    color: #000
}
    .content-block a {
        color: #37A68C;
        text-decoration: none;
    }
    .content-block a:hover{
        text-decoration: none
    }

/*Class added on sitefinity*/
.find-my-rep .section-desc {
    margin: 0
}

/*--------Scroll Top-----------*/
.scrollToTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1030;
    transition: all .2s ease;
    cursor: pointer;
    opacity: 1;
}
.scrollTop-icon-wrap {
    /*color: #007f70;*/
    color: #fff;
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .scrollTop-icon-wrap i {
        font-size: 24px;
        margin-top: -6px;
    }



/*Accept Cookies and Read Privacy Policies*/
#tracking-consent-dialog {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms !important;
    background-color: #fff;
}

    #tracking-consent-dialog .container {
        width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

.gdpr-container {
    border: 0 !important;
    bottom: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
    color: #57585a;
    font-family: 'Gotham-Book', sans-serif !important;
    font-size: 24px;
    left: 0;
    line-height: 26px;
    margin: 0 auto 5px !important;
    max-width: 620px;
    padding: 19px 4px !important;
    position: fixed !important;
    right: 0;
    text-align: left !important;
    width: calc(100% - 25px);
    z-index: 1234567890123 !important;
}

    .gdpr-container .cookie-container {
        display: flex;
        align-items: center
    }

    .gdpr-container .cookie-msg {
        width: calc(100% - 30px);
        float: left
    }

        .gdpr-container .cookie-msg a {
            color: #007f70;
            text-transform: uppercase;
            font-size:17px !important;
            line-height: 26px !important
        }

            .gdpr-container .cookie-msg a:hover {
                text-decoration: underline;
            }

    .gdpr-container .cookie-btn {
        width: 30px;
        display: inline-block;
        flex-direction: row;
        justify-content: space-around;
    }

    .gdpr-container .close-gdpr-btn {
        float: right;
        color: #57585a;
    }

        .gdpr-container .close-gdpr-btn i {
            color: #57585a;
        }

/*Horizontal Line*/
.horizontal-line{
    padding: 30px 0 60px 0;
}

/*-----------------------------*/
/*Responsive*/
@media (max-width: 767.99px) {
    /* 3 Columns Layout Grid */
    .grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-row-gap: 30px;
    }

    .desktop-view {
        display: none
    }

    .mobile-view {
        display: block;
    }

    .body-container {
        margin-top: 70px;
    }

    .body-layout-no-left-nav {
        padding: 15px;
        border: none
    }

    .page-layout-content-2-cols .left-col {
        width: 0px;
    }

    .page-layout-content-2-cols.sm-d-block {
        display: block
    }

    .right-content-wrapper {
        /*padding: 30px 15px 90px 15px;*/
        padding: 5px 15px 90px 15px;
        border-top: 0;
    }

    .left-content-wrapper {
        border-right: 0;
    }
}