﻿
#vertical_tab_nav {
    display: block;
    width: 100%;
}

.tabs_acc {
    float: left;
    margin: 0px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 45%;
    background: #555;
}

    .tabs_acc li {
        display: block;
        padding: 0;
        background-color: #fff;
        font-size: 16px;
        color: #202930;
        font-weight: 500;
        text-decoration: none;
        text-align: left;
    }

#vertical_tab_nav li a:hover {
    background: #f7f7f7 !important;
}

#vertical_tab_nav li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

#vertical_tab_nav li a {
    color: #202930 !important;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 20px;
    padding-left: 75px;
    line-height: 1.5;
    border-bottom: 1px solid #202930;
}

    #vertical_tab_nav li a small {
        background: #202930;
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        position: absolute;
        left: 0;
        width: 60px;
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #vertical_tab_nav li a small:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: -1px;
            border-top: 1px solid #fff;
            left: 0;
        }

    #vertical_tab_nav li a.selected {
        background: #f7f7f7;
        color: #202930 !important;
    }

.tab_container_acc {
    display: block;
    background: #f7f7f7;
    width: 80%; /*min-height: 500px;*/
    border: 1px solid #202930;
    border-left: 0;
    border-radius: 0 !important;
    padding: 16px 0;
}

#vertical_tab_nav div article {
    display: none;
    margin: 0px;
    color: #555; /*padding: 10px 3% 3% 3%;*/
}

    #vertical_tab_nav div article p {
        margin: 0;
        line-height: normal;
        font-size: 16px;
        height: 74px;
        overflow-y: visible;
    }

    #vertical_tab_nav div article img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px
    }

@media screen and (max-width: 1024px) {
    .tab_container_acc {
        display: block;
        margin: 0 auto;
        width: 100%;
        border-top: none;
        border-radius: 0;
        background: transparent;
        padding-top: 0;
        border: 0;
    }

    .d_active {
        background: #fff;
    }

    .tab-mob {
        padding: 0
    }

    #legalpage .tab-mob h3.tab_drawer_heading {
        font-size: 17px !important;
        padding: 5px 0;
        padding-bottom: 0;
        margin-bottom: 2px !important;
    }

    /*.anu .brandLogo {
        width: 114px !important;
        height: 114px !important;
    }*/
}

.tabs_acc {
    display: none;
}
/* style accordion links */
.tab_drawer_heading {
    margin: 0 !important;
    font-size: 14pt;
    color: #202930;
    text-decoration: none;
    padding: 0;
    background: #fff;
    text-align: left;
    text-transform: none !important;
    border-bottom: 1px solid #202930;
}

    .tab_drawer_heading span {
        background: #202930;
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        padding: 5px;
        width: 36px;
        display: inline-block;
    }
/*.tab_drawer_heading span:after{content: ''; width: 100%; height: 100%; position: absolute; top: -1px;  border-top: 1px solid #fff; left: 0;	}	*/
.tab_drawer_heading {
    position: relative
}

    .tab_drawer_heading:after {
        content: " \f0d7";
        position: absolute;
        right: 0;
        font-family: FontAwesome
    }

    .tab_drawer_heading.d_active:after {
        content: " \f0d8";
        position: absolute;
        right: 0;
        font-family: FontAwesome
    }


@media screen and (min-width: 1024px) {
    .tab_container_acc {
        float: left; /*padding: 10px 3% 3% 3%;*/
        border-radius: 0 10px 10px 0;
        width: 55%;
    }

    .tabs_acc {
        display: block;
    }

    .tab_drawer_heading {
        display: none;
    }

    article {
        padding: 0;
    }
    .tab_container_acc article h4{font-size:21px;}
}


.brandLogo {
    width: 200px !important;
    display: flex !important;
    align-items: center;
}

.anu .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

    .anu .slick-dots li {
        margin: 0 0.25rem;
    }

    .anu .slick-dots button {
        display: block;
        width: .5rem;
        height: .5rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        color: #b2b2b2;
        border: solid 1px #b9b9b9;
        text-indent: -9999px;
    }

    .anu .slick-dots li.slick-active button {
        background-color: #b2b2b2;
    }

.mob-brand {
    display: none;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    #vertical_tab_nav div article p {
        margin: 0;
        line-height: normal;
        font-size: 16px;
        height: 100px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    #vertical_tab_nav div article p {
        margin: 0;
        line-height: normal;
        font-size: 16px;
        height: 100px;
        overflow-y: visible;
    }
}