.nav-item-wide {
    width: 50% !important;
    text-align: center !important;
    font-weight: bold;

}

.specialTab:hover {
    background-color:#fbfbfb !important;
    transition: .25s ease-in-out !important;
}

.specialTab2:hover {
    border: 1px solid #77c8ee !important;
}

/* override default "3D" appearance of tabs */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: rgba(0, 0, 0, 0) !important;
}
/* override default "3D" appearance of tabs */

.darkBkColor {
    background-color: #77c8ee;
    border: 0px solid transparent !important;
    transition: .25s ease-in-out !important;
}

.generalLightBkColor {
    background-color: #cdecf8 !important;
}

.lightBkColor.active,
.lightBkColor.show {
    background-color: #cdecf8 !important;
}

.tabPadFixSC {
    padding-top: 11px;
}

.darkOverride {
    color: #303030 !important;
}

p {
    line-height: 1.5rem !important;
}

.horizLine {
    border-width: 0;
    height: 7px;
    margin-bottom: 0px;
    color: #7fb82c;
    background-color: #7fb82c;
}

.iconsBackground {
    background-color: #fbfbfb;
}

.boldFont {
    font-family: Gotham-Black;
    font-size: 1.6rem;
}

.mobileTabMargins {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

@media (max-width: 435px) {
    .mobileTabMargins {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
}

.Accordion-trigger {
    cursor: pointer;
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 0;
    padding-left: 2.2rem;
}

.Accordion-trigger:before {
    content: "";
    background-image: url('/assets/images/sprite.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: -9px -110px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}

.Accordion-trigger[aria-expanded='true']:before {
    background-position: -9px -132px;
}

.Accordion-panel {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* indent / alignment controllers */

@media (max-width: 435px) {
    .tabsIndent30 {
        margin-left: -15px !important;
    }
}

@media (min-width: 760px) and (max-width: 1001px) {
    .unIndent15 {
        margin-left: -13px !important;
    }
}

@media (min-width: 1000px) {
    .unIndent15 {
        margin-left: -15px !important;
    }

    .indent30 {
        margin-left: 30px !important;
    }

    .tabsIndent30 {
        margin-left: 30px !important;
    }
}

/* indent / alignment controllers */

.linkUndOverride {
    color: black;
    text-decoration: underline;
}

@media (min-width: 760px) {
    .roundedTabs {
        border-top-left-radius: .5rem !important;
        border-top-right-radius: .5rem !important;
    }
}

/* override default top banner height and positioning */
.banner {
    background-position-x: center;
}

@media (min-width: 1000px) {
.banner {
min-height: 35vh !important;
height: 39vh;
}
}
/* override default top banner height and positioning */

.lineBreaker {
    display: none;
}

.tabMaker {
    height: 55px;
    z-index: 3;
    transform: translateY(55px);
    margin-top: -60px;
    background-color: #ffffff;
}

@media (min-width: 650px) and (max-width: 765px) {
    .lineBreaker {
        display: inline;
    }

    .tabMaker {
        height: 95px;
        z-index: 3;
        transform: translateY(88px);
        margin-top: -96px;
        background-color: #ffffff;
    }
}

.productIcons {
    width: 6.5rem;
}

.expandables {
    font-size: 1rem;
}

.smallHeadings {
    font-family: Gotham-Black;
}

.productBullets {
    margin-top: -20px;
    list-style-type: square;
}

ul.noBullet {
    list-style: none;
    margin-left: -40px;
    margin-top: -20px;
    margin-bottom: -10px;
}

li.customBullet {
    background: url('https://sagicorproducer.com/-/media/USA-Assets/Sagicor-Producer/Product-Pages/download-icon-png.png') no-repeat left top;
    padding-left: 20px;
}

.disclosureText {
    font-size: .9rem;
}

/* special vertical padding for mobile devices for the top set of icons on product pages with 4 icons */
@media (max-width: 435px) {
    .mobilePadding {
        padding-bottom: 20px;
    }
}

.noUnderline:hover {
    text-decoration: none !important;
}

/* forces original left-alignment of page title due to other overrides below */
@media (min-width: 760px) {
    .lg {
        margin-left: -12px;
    }
}

    /* controls vertical position of page title overlaid on hero image */
    @media (max-width: 764px) {
        .lg {
            transform: translateY(13px);
            font-size: 2rem !important;
            line-height: .95 !important;
        }
    }
    
    @media (min-width: 765px) and (max-width: 780px) {
        .lg {
            transform: translateY(40px);
            font-size: 2.6rem !important;
            line-height: 1 !important;
        }
    }
    
    @media (min-width: 1000px) and (max-width: 1030px) {
        .lg {
            transform: translateY(50px);
            font-size: 3.5rem !important;
            line-height: 1 !important;
        }
    }
    
    @media (min-width: 1000px) and (max-width: 1030px) and (min-height: 1000px) and (max-height: 1030px) {
        .lg {
            transform: translateY(36px);
            font-size: 3.5rem !important;
            line-height: 1 !important;
        }
    }

    @media (min-width: 1270px) and (max-width: 1290px) {
        .lg {
            transform: translateY(35px);
            font-size: 3.8rem !important;
            line-height: 1 !important;
        }
    }
    
    @media (min-width: 1360px) and (max-width: 1375px) {
        .lg {
            transform: translateY(40px);
            font-size: 4rem !important;
            line-height: 1 !important;
        }
    }
    
    @media (min-width: 1400px) {
        .lg {
            transform: translateY(35px);
            font-size: 4rem !important;
            line-height: 1 !important;
        }
    }