﻿.accordion {
    color: #3F3F44;
    background-color: #fff;
    cursor: pointer;
    border-radius: unset;
    padding: 5px;
    width: 100%;
    border: none;
    border-top: 1px solid #dddddd;
    text-align: right;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

    .activeQA, .accordion:hover {
        background-color: #FFFDFB;
    }

    .accordion.activeQA {
        font-weight: 600;
        transition: 0.01s;
        border-bottom: 0px solid transparent !important;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .accordion:after {
        content: '\25bc';
        color: #000;
        font-weight: bold;
        font-size: 15px;
        float: left;
        margin-left: 5px;
        margin-top: 7px;
    }

/*  .accordion:before {
        content: '\003F';
        color: #FCCAA3;
        background-color: #fff;
        font-weight: bold;
        font-size: 17px;
        float: right;
        margin-left: 13px;
        padding: 5px 13px;
        border-radius: 50%;
    }*/

.activeQA:after {
    content: '\25B2';
}

.activeQA:before {
    color: #fff;
    background-color: #FCCAA3;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    transition: max-height 0.2s ease-out;
    border: none;
    border-top: 0px !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

    .panel p {
        font-size: 18px;
        color: #3F3F44;
        font-weight: 400;
        padding: 5px 20px;
    }

    .panel a {
        display: unset;
    }

.newsFlashSection {
}

.all-newsflash .news-dateday {
    font-size: 18px;
    color: #000000;
    background-color: unset;
}

.accordionA {
    color: #000;
    font-size: 20px;
    margin-top: -25px;
    text-align: left;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.backToNewsflash {
    font-size: 18px;
    color: #fff;
    background-color: #1c012a;
    padding: 0px 15px;
    border: 1px solid #1c012a;
    margin-top: 20px;
    display: inline-block;
}

    .backToNewsflash:hover {
        background-color: #fff;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        color: #1c012a;
    }

    .backToNewsflash:focus {
        background-color: #fff;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        color: #1c012a;
    }

.allNewsFlashTitle {
    font-size: 26px;
    font-weight: 600;
}

.newsFlashHomeBox {
    /*background-color: #f0efea;*/
    padding: 5px;
    height: 145px;
}

.newsFlashHomeBoxTitle {
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}

.homeNewsflash {
    height: unset !important;
    margin: 14px 0;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
}

.blog-social-shares li a {
    min-height: 48px;
}

.newsFlashHomeImg {
    max-width: 100%;
    height: 120px !important;
}

.newsFlashHomeA {
    height: 120px !important;
}

.blog-social-shares li i.wh {
    background: #00e30c;
}

.my-btn-next {
    height: unset !important;
    position: absolute;
    left: 40%;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

    .my-btn-next i {
        font-size: 25px;
    }

.my-btn-prev {
    height: unset !important;
    position: absolute;
    right: 40%;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

    .my-btn-prev i {
        font-size: 25px;
    }

.homeNewsflash:hover {
    text-decoration: underline;
}

.openAllNewsflash {
    background-color: #380054;
    color: #fff;
    margin: 5px 0;
    border: 1px solid #380054;
}

    .openAllNewsflash:hover {
        background-color: #fff;
        color: #380054;
        transition: all 0.3s ease-in-out;
    }

@media(max-width:767px) {
    .header-v8 .navbar {
        background-color: #f0efea;
    }
}

.credit a img {
    width: auto !important;
}

.newsFlashPageImg {
    max-width: 100%;
}

.accordionShareSpan {
    display: inline-block;
}

.accordionShareUl {
    float: left;
}

    .accordionShareUl li {
        display: inline-block;
    }

@media(max-width:767px) {
    .accordionShareUl {
        margin-top: 10px;
    }
    .blog-social-shares li a {
        min-height: 56px;
        display: block;
        text-align: center;
    }
    .blog-social-shares li i {
        font-size: 16px;
        margin: 6px;
    }
}


.personalMadorImg {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: -10px;
}
.personalMadorIframeDiv{

}
.personalMadorIframeDiv iframe{
    max-width:100%;
}
.personalMadorIframeTitle {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 4px 0;
    color: #000;
    margin-bottom: 15px;
}
.personalMadorBottomImgA img {
    margin: 45px 0;
}
.personalMadorBackImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.personalMadorBackImgOpacity {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.8;
}
.sideLinksImg{
    max-width:100%;
    width:25px;
    height:25px;
}
.sideLinksP{
    font-size:16px;
}
.breadcrumbs.breadcrumbs-light h1 {
    position: relative;
}

.topnav {
    overflow: hidden;
    background-color: #300152;
    position: relative;
    margin-top: 25px;
}

    .topnav a {
        float: right;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 15px;
    }

        .topnav a:hover {
            background-color: #a20502;
            color: #fff;
        }

        .topnav a.active {
            background-color: #a20502;
            color: white;
        }
        @media(max-width:992px){
            .topnav a {
                padding: 6px 16px;
            }
        }


.big-headerPersonal {
    height: 100px;
}
.mega-menuPersonal {
    margin-top: 50px;
    position: absolute;
    width: 100%;
    background-color: #350551 !important;
    border-bottom: 5px solid #350551 !important;
    border-radius: 0px !important;
}
    .mega-menuPersonal .dropdown {
        background-color: #350551!important;
        color:#fff;
    }
        .mega-menuPersonal .dropdown:hover {
            background-color: #a20502 !important;
            color: #fff;
        }
.header-fixed-shrink .mega-menuPersonal {
    margin-top: 0px;
}
.dropdownPersonal .active {
    background-color: #a20502 !important;
}
.mega-menuPersonal .dropdown li {
    color: #fff !important;
    font-weight: 400;
}
.dropdownPersonal{
    color:#fff;
}
    .dropdownPersonal a {
        color: #fff !important;
        font-weight: 400 !important;
        padding: 10px 25px !important;
    }
    .dropdownPersonal .dropdown-menu{
        margin:0px!important;
    }
.personalNav {
    float: none!important;
    margin: 0 auto;
    display: block;
    max-width: 975px;
}
.interestH2 a {
    height: auto;
}