/*
====================================
Medium Screen - Others
====================================
*/

:root {
    --euaa-color-blue: #24234C;
    --euaa-color-yellow: #FCC402;
    --highlight-color: #1071D8;
    --color-white: #FFFFFF;
    --color-light-grey: #F2F4F5;
    --dark-text-color: #3F3F3F;
    --grey-text-color: #757575;
    --color-teal: #00ABBD;
    --color-pink: #EA506E;
    --color-purple: #8A1F59;
    --color-border-grey: #E5E8ED;
    --color-alert-light: #FFF3CB;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .euaa-top-right-menu ul {
        margin-top: 20px;
    }

    .euaa-top-right-menu ul li a {
        font-size: 14px;
        display: block;
        margin: 0px 6px;
    }

        .euaa-top-right-menu ul li:nth-child(3) a {
            margin-left: 8px;
            font-size: 12px;
            padding: 6px 8px;
        }

    .asylum-trends-link {
        margin-left: 80px;
    }

        .asylum-trends-link h2 {
            font-size: 16px;
        }
    
    .header-part ul li a {
        font-size: 12px;
        display: block;
        padding-left: 17px;
        transition: 0.2s all ease;
    }
    
    .header-part ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        float: right;
        margin-top: 25px;
        z-index: 99999;
        margin-right: -11px;
    }
    
    .dnheader-part ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        display: block;
        padding: 14px 12px; 
    }
    
    .dnheader-part ul li ul li a span {
        font-size: 9px;
    }

    .dnheader-part ul li:nth-child(1) a:after {
        content: "";
        clear: both;
        display: block;
        width: 100%;
        height: 2px;
        background-color: transparent;
        position: relative;
        top: 13px;
    }
    
    .carousel-caption {
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        text-align: center;
    }
    
    .carousel-control-prev, .carousel-control-next {
        width: 3%;
        z-index: 99999999;
    }
    
    .euaa-news-area__item h3 {
        font-size: 14px;
        font-weight: 600;
        padding-top: 13px;
        padding-bottom: 2px;
    }
    
    .euaa-news-area__item p {
        color: #8B8B8B;
        font-size: 10px;
        margin: 0;
    }
    
    .footer-part a {
        font-size: 13px;
        display: block;
        padding-left: 155px;
        transition: 0.2s all ease;
    }


    /***** First Level Page Content - START *****/
    .euaa-first-level-page-content__left {
        margin-right: 15px;
    }

        .euaa-first-level-page-content__right .euaa-btn {
            font-size: 14px;
            width: 130px;
        }
    /***** First Level Page Content - END *****/

    
    /***** News Article Detail - START *****/
    .euaa-news-detail-area {
        padding: 0px 128px;
    }
    /***** News Article Detail - END *****/

    
    /***** Member Area - Side Menu - START *****/
    .euaa-side-menu {
        position: relative;
        margin-top: -60px;
        margin-bottom: 30px;
        text-align: center;
    }

    .euaa-side-menu__text {
        text-align: center;
        align-content: center;
        margin: 0 auto;
    }
    /***** Member Area - Side Menu - END *****/

    /***** Who We Are Page - START *****/
    .euaa-management-team-panel .euaa-management-team-panel__text p,
    .euaa-management-team-panel .euaa-management-team-panel__text a {
        font-size: 12px;
        line-height: 18px;
    }
    /***** Who We Are Page - END *****/

    ul.sitemap-list li a {
    font-size: 12px;
    display: block;
    margin: 0 6px;
    transition: 0.2s all ease;
}

    ul.pre-footer-icons li a {
        font-size: 29px;
        display: block;
        margin: 0 14px;
        transition: 0.2s all ease;
    }
 
    
    }
    
/*
====================================
Small Screen - Tablet
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    /***** Header Part - Carousel/Map - START *****/
    .euaa-main-header {
        flex-direction: column;
    }

    .euaa-main-header__carousel {
        width: 100%;
    }

    .euaa-carousel-overlay {
        display: none;
    }

    .header-carousel__image {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .header-carousel__text-box {
        right: 20px;
    }

    .header-carousel.owl-theme .owl-nav {
        right: 20px;
    }

    .header-carousel.owl-theme .owl-dots {
        right: 106px;
    }

    .euaa-main-header__map {
        width: 100%;
        height: 380px;
        border-top: 10px solid #0F3E95;
    }

    /***** Header Part - Carousel/Map - END *****/


.asylum-trends-link h2 {
    color: var(--color-white);
    font-size: 18px;
    margin-left: 24px;
    position: relative;
    top: -3px;
    z-index: 999999999999999;
}

.ripple-background {
    position: relative;
    z-index: 9999999999999;
}

        /***** Mobile Menu - START *****/
        .euaa-mobile-menu .tab_wrapper .content_wrapper .tab_content {
            display: none;
            padding: 0px 0px;
            margin-top: -6px;
            position: absolute;
            width: 100%;
            z-index: 99999999;
        }

        .euaa-mobile-menu .tab_wrapper .content_wrapper .accordian_header {
            color: #211F5E;
            font-size: 16px;
            font-weight: 500 !important;
            padding: 10px 20px;
            text-transform: capitalize;
            font-weight: bold;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            position: relative;
            cursor: pointer;
            display: inline-block;
        }

            .euaa-mobile-menu .tab_wrapper .content_wrapper .accordian_header.active {
                color: var(--color-white);
                border-bottom: 1px solid #ccc;
                background-color: var(--euaa-color-blue);
            }

        .euaa-mobile-menu .tab_wrapper {
            margin: 8px 0 0px;
            display: inline-block;
            width: 100%;
            position: relative;
        }

        .euaa-mobile-menu {
            display: block;
        }
        /***** Mobile Menu - END *****/

        /***** Mobile Menu - START *****/

.tab_wrapper {
    margin: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

        /***** Mobile Menu - END *****/

        #selectnav2 {
            display: none;
        }

.pre-footer-icons {
    text-align: inherit;
}

ul.pre-footer-icons li a {
    font-size: 23px;
    display: block;
    margin: 0;
    transition: 0.2s all ease;
    margin-right: 37px;
}

ul.sitemap-list li a {
    font-size: 11px;
    display: block;
    margin: 0 5px;
    transition: 0.2s all ease;
}

ul.pre-footer-icons li:last-child a {
    margin-right: 0px;
}

    .euaa-btn {
        /*font-size: 15px !important;
    border: none;
    padding: 11px 7px !important;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s all ease;
    font-weight: 600;*/
    }

.pre-footer hr {
    margin-bottom: 37px;
    margin-left: 0px;
    width: 100%;
    margin-top: 21px;
}

ul.pre-footer-list li a {
    display: block;
    margin: 0 10px;
    transition: 0.2s all ease;
    font-size: 14px;
}

.pre-footer h3 {
    font-size: 15px;
    color: #dedede;
    font-weight: 600;
    line-height: 24px;
}

.pre-footer p {
    font-size: 13px;
    line-height: 25px;    
}
    
    .header-first {
        display: none;
    }
    
    .header-part {
        display: none;
    }
    
    .js #nav { display: none; }
    .js .selectnav { display: block;}
    
    .dnheader-area {
        padding: 15px 0;
        display: none;
    }
    
    .header-part ul li a {
        font-size: 13px;
        padding-left: 13px;
    }
   

    /***** News Area - START *****/
    .euaa-news-area {
        padding: 60px 0;
        padding-bottom: 30px;
    }

        .euaa-news-area__item {
            padding-bottom: 25px;
        }
    /***** News Area - END *****/


    /***** Popular Topics - START *****/
    .euaa-pt-area {
        padding: 30px 0px 10px 0px;
    }

    .euaa-pt-area__box {
         margin-bottom: 30px;
     }

    .euaa-pt-area__box img {
         height: 350px;
    }

    .euaa-pt-area__calendar {
        margin-bottom: 30px;
        margin-top: -20px;
    }
    /***** Popular Topics - END *****/
    

    /***** First Level Page Header - START *****/
    .euaa-first-level-page-header p {
        font-size: 16px;
    }
    /***** First Level Page Header - END *****/


    /***** First Level Page Content - START *****/
    .euaa-first-level-page-content__box {
        display: flex;
        flex-direction: column;
        align-self: center;
    }

        .euaa-first-level-page-content__box h3 {
            padding-bottom: 5px;
        }

    .euaa-first-level-page-content__left {
        margin-right: 0px;
        align-self: center;
        padding-bottom: 10px;
    }

    .euaa-first-level-page-content__right {
        align-self: center;
        text-align: center;
    }

    .euaa-first-level-page-content__right .euaa-btn {
        margin: 0 auto;
    }
    /***** First Level Page Content - END *****/
    
    
    .carousel-caption {
        position: absolute;
        right: 0% !important;
        bottom: 0px !important;
        left: 0% !important;
        z-index: 10;
        padding-top: 20px !important;
        padding-bottom: 3px !important;
        color: #fff;
        text-align: center;
    }
    
    .carousel-control-prev, .carousel-control-next {
        width: 4%;
        z-index: 999999999;
    }

    .euaa-top-search__box form {
        width: 100%;
    }
     

    /***** News Article Detail - START *****/
    .euaa-news-detail-area {
        padding: 0px 8px;
    }
    /***** News Article Detail - END *****/

    /***** Member Area - Login - START *****/
    .euaa-member-login-area__box {
        width: 85%;
    }
    /***** Member Area - Login - END *****/

    /***** Member Area - Side Menu - START *****/
    .euaa-side-menu {
        position: relative;
        margin-top: -60px;
        margin-bottom: 30px;
        text-align: center;
    }

    .euaa-side-menu__text {
        text-align: center;
        align-content: center;
        margin: 0 auto;
    }
    /***** Member Area - Side Menu - END *****/

    /***** Publication Detail Page - START *****/
    .euaa-publication-detail__side {
        display: none;
    }

    .euaa-publication-detail__bottom {
        display: block;
    }
    /***** Publication Detail Page - END *****/

    /***** Member Area - Login - START *****/
    .euaa-login {
        width: 78%;
    }
    /***** Member Area - Login - END *****/

    /***** No Content Pages - START *****/
    .euaa-no-content {
        width: 78%;
    }
    /***** No Content Pages - END *****/

    /***** Event Banner - START *****/
    .euaa-event-banner--title h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .euaa-event-banner--right-number-box {
        max-width: 200px;
    }
    /***** Event Banner - END *****/

    }
    
    /*
    ====================================
    Small Screen - Mobile
    ====================================
    */
    @media screen and (min-width: 576px) and (max-width: 767px) {

    .js #nav { display: none; }
    .js .selectnav { display: block;}

        .header-part {
            display: none;
        }

        /***** Header Part - Carousel/Map - START *****/
        .euaa-main-header {
            flex-direction: column;
        }

        .euaa-main-header__carousel {
            width: 100%;
        }

        .euaa-carousel-overlay {
            display: none;
        }

        .header-carousel__image {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .header-carousel__text-box {
            right: 20px;
        }

        .header-carousel.owl-theme .owl-nav {
            right: 20px;
        }

        .header-carousel.owl-theme .owl-dots {
            right: 106px;
        }

        .euaa-main-header__map {
            width: 100%;
            height: 380px;
        }

        .asylum-trends-link {
            margin-left: 50px;
        }
        /***** Header Part - Carousel/Map - END *****/

        /***** Mobile Menu - START *****/
        .euaa-mobile-menu .tab_wrapper .content_wrapper .tab_content {
            display: none;
            padding: 0px 0px;
            margin-top: -6px;
            position: absolute;
            width: 100%;
            z-index: 99999999;
        }

        .euaa-mobile-menu .tab_wrapper .content_wrapper .accordian_header {
            color: #211F5E;
            font-size: 16px;
            font-weight: 500 !important;
            padding: 10px 20px;
            text-transform: capitalize;
            font-weight: bold;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            position: relative;
            cursor: pointer;
            display: inline-block;
        }

            .euaa-mobile-menu .tab_wrapper .content_wrapper .accordian_header.active {
                color: var(--color-white);
                border-bottom: 1px solid #ccc;
                background-color: var(--euaa-color-blue);
            }

        .euaa-mobile-menu .tab_wrapper {
            margin: 8px 0 0px;
            display: inline-block;
            width: 100%;
            position: relative;
        }

        .euaa-mobile-menu {
            display: block;
        }
        /***** Mobile Menu - END *****/
  
    .footer-part a {
        color: #fff;
        font-size: 14px;
        display: block;
        padding-left: 0px;
        transition: 0.2s all ease;
        text-align: center;
    }
    
    .dnheader-area {
        background-color: #211F5E;
        padding: 13px 0;
        display:none;
    }
    

    /***** Popular Topics - START *****/
    .euaa-pt-area {
        padding: 30px 0px 10px 0px;
    }

        .euaa-pt-area__box {
            margin-bottom: 30px;
        }

            .euaa-pt-area__box img {
                height: 300px;
            }

            .euaa-pt-area__calendar {
                margin-bottom: 30px;
                margin-top: -20px;
            }
    /***** Popular Topics - END *****/

   
    .header-part ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        float: initial;
        margin-top: 0px;
        text-align: center;
    }
     
    .header-part ul li {
        float: initial;
        display: inline-block;
    }
    
    .header-part ul li a {
        font-size: 12px;
        display: block;
        padding-left: 0px;
        transition: 0.2s all ease;
        margin: 0 2px;
    }
    
     /***** News Area - START *****/
    .euaa-news-area {
        padding: 30px 0;
        padding-bottom: 10px;
    }

        .euaa-news-area__title {
            padding-bottom: 10px;
        }

        .euaa-news-area__title h2 {
            font-size: 26px;
            font-weight: 600;
        }

            .euaa-news-area__title h2 a {
                font-size: 12px;
            }

        .euaa-news-area__item {
            margin-bottom: 30px;
        }

        /***** News Area - END *****/

        /***** News Article Detail - START *****/
        .euaa-news-detail-area {
            padding: 0px 0px;
        }
        /***** News Article Detail - END *****/
    
        /***** Panel of Tools - START *****/
        .euaa-tools-area__search input[type="text"] {
            margin-top: 10px;
            margin-left: 0px;
            width: 92%;
        }
    
        .euaa-tools-area__search-results ul li a {
            padding-left: 5px;
        }
        /***** Panel of Tools - END *****/


        /***** First Level Page Header - START *****/
        .euaa-first-level-page-header {
            text-align: center;
        }

            .euaa-first-level-page-header h2 {
                font-size: 34px;
            }

            .euaa-first-level-page-header ul.euaa-breadcrumb {
                justify-content: center;
            }

        .euaa-first-level-page-header__right {
            float: initial;
            margin-top: 24px;
            text-align: center;
        }
        /***** First Level Page Header - END *****/

        /***** First Level Page Content - START *****/
        .euaa-first-level-page-content {
            padding-bottom: 20px;
        }

        .euaa-first-level-page-content__row {
            padding-bottom: 0px;
        }

        .euaa-first-level-page-content__box {
            display: flex;
            flex-direction: column;
            align-self: center;
            margin-bottom: 40px;
        }

            .euaa-first-level-page-content__box h3 {
                padding-bottom: 5px;
            }

        .euaa-first-level-page-content__left {
            margin-right: 0px;
            align-self: center;
            padding-bottom: 10px;
        }

        .euaa-first-level-page-content__right {
            align-self: center;
            text-align: center;
        }

            .euaa-first-level-page-content__right .euaa-btn {
                margin: 0 auto;
            }
        
        .euaa-first-level-page-content__text {
            margin-bottom: 60px;
        }
        /***** First Level Page Content - END *****/

        /***** Second Level Page Header - START *****/
        .euaa-second-level-page-header {
            text-align: center;
        }

            .euaa-second-level-page-header h2 {
                font-size: 34px;
            }

            .euaa-second-level-page-header ul.euaa-breadcrumb {
                justify-content: center;
            }

        .euaa-second-level-page-header__right {
            float: initial;
            margin-top: 12px;
            text-align: center;
        }
        /***** Second Level Page Header - END *****/

        .header-first {
            display: none;
        }


    .euaa-news-area__item img {
        width: 100%;
        display: block;
        margin: auto;
    }


        /***** Member Area - Login - START *****/
        .euaa-member-login-area__box {
            width: 100%;
        }
        /***** Member Area - Login - END *****/
    
        /***** Member Area - Side Menu - START *****/
        .euaa-side-menu {
            position: relative;
            margin-top: -60px;
            margin-bottom: 30px;
            text-align: center;
        }

        .euaa-side-menu__text {
            text-align: center;
            align-content: center;
            margin: 0 auto;
        }
        /***** Member Area - Side Menu - END *****/

        /***** Member Area - Login - START *****/
        .euaa-login {
            flex-direction: column;
            text-align: center;
        }

            .euaa-login h2 {
                margin-top: 20px;
            }

            .euaa-login .euaa-btn {
                margin-top: 20px;
            }
        /***** Member Area - Login - END *****/

        /***** No Content Pages - START *****/
        .euaa-no-content {
            flex-direction: column;
            text-align: center;
        }

            .euaa-no-content h2 {
                margin-top: 20px;
            }

            .euaa-no-content .euaa-btn {
                margin-top: 20px;
            }
        /***** No Content Pages - END *****/

        /***** Publication Detail Page - START *****/
        .euaa-publication-detail__viewer {
            display: none;
        }
        /***** Publication Detail Page - END *****/

        /***** Event Banner - START *****/
        .euaa-event-banner {
            background: var(--color-light-blue);
        }

        .euaa-event-banner--container {
            flex-direction: column;
        }

        .euaa-event-banner--right-img {
            display: none;
        }

        .euaa-event-banner--right-number {
            background-color: var(--color-light-blue);
        }
        /***** Event Banner - END *****/

    }
    
    /*
    ====================================
    Xtra Small Screen - Small Mobile
    ====================================
    */
    @media screen and (max-width: 576px) { 

    .euaa-btn {
          margin-bottom: 35px;
    }

        /***** Header Part - Carousel/Map - START *****/
        .euaa-main-header {
            flex-direction: column;
        }

        .euaa-main-header__carousel {
            width: 100%;
        }

        .euaa-carousel-overlay {
            display: none;
        }

        .header-carousel__image {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            background-position: 0px 0px;
        }

        .header-carousel__text-box {
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 140px;
            border-radius: 0px;
            text-align: center;
        }

        .header-carousel__text-box-content a {
            position: relative;
        }

        .header-carousel.owl-theme .owl-nav {
            right: 10px;
            top: 190px;
        }

        .header-carousel.owl-theme .owl-dots {
            left: 0;
            right: auto;
            top: 230px;
        }

        .euaa-main-header__map {
            width: 100%;
            height: 100px;
            cursor: pointer;
        }

        .asylum-trends-map {
            display: none;
        }

        .asylum-trends-link {
            display: none;
        }

        .asylum-trends-link--mobile {
            display: block;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .asylum-trends-link__content {
            align-content: center;
            max-width: 190px;
            height: 100px;
            padding-top: 46px;
        }

        .asylum-trends-link__content h2 {
            color: var(--color-white);
            font-size: 16px;
            line-height: 22px;
            margin-left: 26px;
            position: relative;
            top: -4px;
        }

            .asylum-trends-link__content a:hover {
                text-decoration: none;
            }

        /***** Header Part - Carousel/Map - END *****/ 


.pre-footer-middle ul {
     padding: 0;
     margin: 0;
     list-style-type: none;
 }

 .pre-footer-middle ul li {
    display: inline-block;
 }

  .pre-footer-middle ul li:last-child a {
    margin-right: 0px;
 } 

    
    .js #nav { display: none; }
    .js .selectnav { display: block;}

    .footer-part a {
        font-size: 14px;
        display: block;
        padding-left: 0px;
        transition: 0.2s all ease;
        text-align: center;
    }
    
    .dnheader-area {
        padding: 13px 0;
        display:none;
    }


    /***** Popular Topics - START *****/
    .euaa-pt-area {
        padding: 30px 0px 10px 0px;
    }

    .euaa-pt-area__box {
        margin-bottom: 30px;
    }

    .euaa-pt-area__box img {
        height: 300px;
    }

    .euaa-pt-area__calendar {
        margin-bottom: 30px;
        margin-top: -20px;
    }
    /***** Popular Topics - END *****/

    
    .header-part ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        float: initial;
        margin-top: 0px;
        text-align: center;
    }
    
    .header-part ul li {
        float: initial;
        display: inline-block;
    } 
    
    .header-part ul li a {
        font-size: 12px;
        display: block;
        padding-left: 0px;
        transition: 0.2s all ease;
        margin: 0 2px;
    }
    
    
    /***** News Area - START *****/
    .euaa-news-area {
        padding: 30px 0;
        padding-bottom: 10px;
    }

        .euaa-news-area__item {
            padding-bottom: 25px;
        }

        .euaa-news-area__title h2 {
            font-size: 22px;
            font-weight: 600;
        }

            .euaa-news-area__title h2 a {
                font-size: 12px;
            }
    /***** News Area - END *****/
    
    /***** Panel of Tools - START *****/
    .euaa-tools-area__search input[type="text"] {
        margin-top: 10px;
        margin-left: 0px;
        width: 88%;
    }

    .euaa-tools-area__search-results ul li {
        text-align: left;
        font-size: 14px;
    }

    .euaa-tools-area__search-results ul li a {
        padding-left: 5px;
    }
    /***** Panel of Tools - END *****/ 
    

        /***** First Level Page Header - START *****/
        .euaa-first-level-page-header {
            text-align: center;
        }

            .euaa-first-level-page-header h2 {
                font-size: 34px;
            }

            .euaa-first-level-page-header p {
                font-size: 16px;
            }

            .euaa-first-level-page-header ul.euaa-breadcrumb {
                justify-content: center;
            }

        .euaa-first-level-page-header__right {
            float: initial;
            margin-top: 40px;
            text-align: center;
        }
        /***** First Level Page Header - END *****/

        /***** First Level Page Content - START *****/
        .euaa-first-level-page-content {
            padding-bottom: 20px;
        }

        .euaa-first-level-page-content__row {
            padding-bottom: 0px;
        }

        .euaa-first-level-page-content__box {
            display: flex;
            flex-direction: column;
            align-self: center;
            margin-bottom: 40px;
        }

            .euaa-first-level-page-content__box h3 {
                padding-bottom: 5px;
            }

        .euaa-first-level-page-content__left {
            margin-right: 0px;
            align-self: center;
            padding-bottom: 10px;
        }

        .euaa-first-level-page-content__right {
            align-self: center;
            text-align: center;
        }

            .euaa-first-level-page-content__right .euaa-btn {
                margin: 0 auto;
            }
        
        .euaa-first-level-page-content__text {
            margin-bottom: 60px;
        }
        /***** First Level Page Content - END *****/


        /***** Second Level Page Header - START *****/
        .euaa-second-level-page-header {
            text-align: center;
        }

            .euaa-second-level-page-header h2 {
                font-size: 34px;
            }

            .euaa-second-level-page-header ul.euaa-breadcrumb {
                justify-content: center;
            }

        .euaa-second-level-page-header__right {
            float: initial;
            margin-top: 12px;
            text-align: center;
        }
        /***** Second Level Page Header - END *****/
    
    
    #carouselExampleCaptions {
        display: none;
    }
    
    .header-first {
        display: none;
    }
    
    .header-part {
        display: none;
    }
    
    .euaa-top-search__box form {
        width: 100%;
        z-index: 99999999999;
    }
    
     
    /***** News Area - START *****/
    .euaa-news-area__item img {
        width: 100%;
        display: block;
        margin: auto;
    }

        .euaa-news-area__item h3 {
            color: #292D30;
            font-size: 15px;
            font-weight: 600;
            padding-top: 13px;
            padding-bottom: 2px;
            line-height: 23px;
        }
    /***** News Area - END *****/
   
    
.pre-footer-middle ul li a {
    margin-right: 13px !important;
}

        /***** News Article Detail - START *****/
        .euaa-news-detail-area {
            padding: 0px;
        }

            .euaa-news-detail-area h2 {
                font-size: 14px;
                line-height: 20px;
                padding: 5px 0px 10px 0px;
            }

            .euaa-news-detail-area p {
                font-size: 13px;
                line-height: 22px;
                text-align: justify;
            }

        ul.euaa-news-detail-area__share {
            text-align: center;
        }

            ul.euaa-news-detail-area__share li {
                font-size: 15px;
            }

                ul.euaa-news-detail-area__share li a {
                    font-size: 18px;
                    display: inline-block;
                    margin: 0 4px;
                }

        /***** News Article Detail - END *****/

        blockquote {
            font-size: 12px;
            line-height: 20px;
            padding: 5px 20px 20px 20px;
        }

        /***** Related News - START *****/
        .euaa-news-area--related h2 {
            font-size: 24px;
            padding-bottom: 10px;
            text-align: center;
         }
        /***** Related News - END *****/
    
    
        /***** Member Area - Login - START *****/
        .euaa-member-login-area__box {
            width: 100%;
        }
        /***** Member Area - Login - END *****/
 
        /***** Member Area - Side Menu - START *****/
        .euaa-side-menu {
            position: relative;
            margin-top: -60px;
            margin-bottom: 30px;
            text-align: center;
        }

        .euaa-side-menu__text {
            text-align: center;
            align-content: center;
            margin: 0 auto;
        }
        /***** Member Area - Side Menu - END *****/

    
    /***** EUAA Side Menu Open - START *****/
    .euaa-side-menu-open__aside {
        border-right: 1px solid #fcfcfc;
    }
    
    .euaa-side-menu-open__aside.in {
        width: 15%;
        min-width: 305px;
    }

    .euaa-side-menu-open__content ul li a {
        font-size: 14px;
        display: block;
        font-weight: 400;
    }

    .euaa-side-menu-open__content ul li ul li a {
        font-size: 14px; 
    }

    .euaa-side-menu-open__content ul li ul li a i {
        float: right;
        font-size: 14px;
        margin-top: 4px; 
    }
    /***** EUAA Side Menu Open - END *****/
    

    /***** Mobile Menu - START *****/
    .euaa-mobile-menu .tab_wrapper .content_wrapper .tab_content {
        display: none;
        padding: 0px 0px;
        margin-top: -6px;
        position: absolute;
        width: 100%;
        z-index: 99999999;
    }

        .euaa-mobile-menu .tab_wrapper .content_wrapper .accordian_header {
            color: #211F5E;
            font-size: 16px;
            font-weight: 500 !important;
            padding: 10px 20px;
            text-transform: capitalize;
            font-weight: bold;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            position: relative;
            cursor: pointer;
            display: inline-block;
        }

        .euaa-mobile-menu .tab_wrapper .content_wrapper .accordian_header.active {
            color: var(--color-white);
            border-bottom: 1px solid #ccc;
            background-color: var(--euaa-color-blue);
        }

        .euaa-mobile-menu .tab_wrapper {
            margin: 8px 0 0px;
            display: inline-block;
            width: 100%;
            position: relative;
        }
   
        .euaa-mobile-menu {
            display: block;
        }
        /***** Mobile Menu - END *****/

        /***** Member Area - Login - START *****/
        .euaa-login {
            flex-direction: column;
            text-align: center;
            margin: 20px auto;
        }

            .euaa-login h2 {
                margin-top: 20px;
            }

            .euaa-login .euaa-btn {
                margin-top: 20px;
            }
        /***** Member Area - Login - END *****/
        /***** No Content Pages - START *****/
        .euaa-no-content {
            flex-direction: column;
            text-align: center;
            margin: 20px auto;
        }

            .euaa-no-content h2 {
                margin-top: 20px;
            }

        .euaa-no-content__text {
            padding-left: 0px !important;
        }
        /***** No Content Pages - END *****/

        /***** Publication Detail Page - START *****/
        .euaa-publication-detail__viewer {
            display: none;
        }
        /***** Publication Detail Page - END *****/

        /***** Who We Are Page - START *****/
        .euaa-management-team-panel {
            flex-direction: column;
            text-align: center;
        }

            .euaa-management-team-panel .euaa-management-team-panel__text {
                margin-top: 15px;
            }
            .euaa-management-team-panel .euaa-management-team-panel__link {
                justify-content: center;
            }
        /***** Who We Are Page - END *****/

        /***** Panels - START *****/
        .euaa-panel--image {
            flex-direction: column;
        }

            .euaa-panel.euaa-panel--image .euaa-panel__image {
                max-width: 100%;
                padding-right: 0px;
            }

            .euaa-panel--image .euaa-panel__text {
                width: 100%;
                padding-top: 15px;
            }

       .euaa-panel--button-right {
            flex-direction: column;
       }

            .euaa-panel--button-right .euaa-panel__button {
                width: 100%;
            }

            .euaa-panel--button-right .euaa-btn {
                margin-top: 10px;
                margin-bottom: 0px;
                width: 100%;
            }

        .euaa-panel--reverse .euaa-panel__text {
            padding-top: 0px;
            padding-bottom: 10px;
        }

        /***** Panels - END *****/

        /***** Event Banner - START *****/
        .euaa-event-banner {
            background: var(--color-light-blue);
        }

        .euaa-event-banner--container {
            flex-direction: column;
        }

        .euaa-event-banner--right-img {
            display: none;
        }

        .euaa-event-banner--right-number {
            background-color: var(--color-light-blue);
        }

        .euaa-event-banner--container a.euaa-btn--ghost {
            margin-bottom: 0px;
        }
        /***** Event Banner - END *****/

    }
    
    @media screen and (min-width: 376px) and (max-width: 425px) {
  
        .euaa-first-level-page-header p {
            font-size: 16px;
            line-height: 25px;
            text-align: center;
        }

        /***** No Content Pages - START *****/
        .euaa-no-content {
            width: 100%;
        }
        /***** No Content Pages - END *****/

    }
    