:root {
    --primary-pink: rgb(211 67 100);
    --primary-grey: rgba(2, 2, 2, 0.65);
    --secondary-grey: #3b3b3b;
    --tertiary-grey: #d7d5d5;
    --primary-blue: #519cf4;
    --secondary-blue: #103d6b;
    --tertiary-blue: #16385c;
    --border-blue: rgb(81 156 244 / 30%);
    --primary-white: #fff;
    --button-grey: #aba8a8;
}
@font-face {
    font-family: 'Helvetica';
    src: local('Helvetica'), local('Helvetica'),
         url('../fonts/Helvetica.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Helvetica.woff') format('woff');   /* Older Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Jameel Noori Nastaleeq';
    src: url('../fonts/JameelNooriNastaleeq-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/JameelNooriNastaleeq-Regular.woff') format('woff'), /* Older Browsers */
         url('../fonts/JameelNooriNastaleeq-Regular.ttf') format('truetype'); /* Legacy Support */
    font-weight: normal;
    font-style: normal;
}

*{
    font-family: "Helvetica";
}
body{
    overflow-x: hidden;
}
.text-right{
    text-align: right;
}
.social-container{
    height: 450px;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-container .widget{
    height: 80%;
    width: 80%;
    overflow-x: hidden;
}
.social-container.facebook .widget{
    overflow: hidden;
}
.social-container.facebook{
    background-color: #d1dae3;
}
.social-container.twitter{
    background-color: #eef3f5;
}
.o-trending-topics{
    padding: 0.5rem 0;
    background: linear-gradient(to right, rgb(50, 18, 85), rgb(211, 67, 100));
}
.o-header{
    border-top: none;
    min-height: 1px;
}
header.o-header{
    height: auto;
    margin-top: 75px;
}
.m--logo-container{
    order: 2;
}
.m--logo-container img{
    max-height: 80px;
}
.o-trending-topics .m-trending-topics__container{
    padding-left: 0;
}
body.path-frontpage .o-header{
    padding: 0;
}
.top-header-container-wraper{
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
}
.o-header .m-header__top{
    right: 0;
    background-color: var(--primary-white);
    justify-content: space-between;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.o-header .m-header__top .m-socialmedia--header .a-logo__socialmedia,
.o-header .m-header__top .a-menu__reveal{
    color: var(--primary-grey);
    margin-right: 0;
    display: flex;
    align-items: center;
    padding-top: 12px;
}
.o-header .m-header__top .a-menu__reveal:hover{
    color: var(--primary-blue);
}
.o-header .m-header__top .a-button--clear{
    color: var(--primary-grey);
    border-color: var(--primary-grey);
}
.o-header .m-header__top .m-topicmenu--dropdown .m-topicmenu>li{
    border: 1px solid transparent;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
    background-color: var(--primary-pink);
    color: var(--primary-white);
    border-radius: 30px;
    padding: 8px 15px;
    min-width: 9vw;
    font-size: 14px;
    border: 2px solid var(--primary-pink);
}
.o-header .m-header__top .m-topicmenu--dropdown .m-topicmenu>li:hover{
    background-color: var(--primary-white);
    color: var(--primary-pink);
    border-radius: 0;
}
.o-header .m-header__top .m-topicmenu--dropdown .m-topicmenu>li>span.a-icon__dropdown_arrow:after, 
.o-header .m-header__top .m-topicmenu--dropdown .m-topicmenu>li>span.a-icon__dropdown_arrow:before{
    top: 3px;
    width: 1.2px;
    height: 0.54rem;
}
.o-header .m-header__top .m-topicmenu--dropdown .m-topicmenu>li>span.a-icon__dropdown_arrow:before{
    right: 0.55rem;
}
.o-header .m-header__top .m-topicmenu--dropdown .m-topicmenu>li:hover>span.a-icon__dropdown_arrow:after,
.o-header .m-header__top .m-topicmenu--dropdown .m-topicmenu>li:hover>span.a-icon__dropdown_arrow:before{
    background-color: var(--primary-pink);
}
.o-header .m-header__top .m-topicmenu--dropdown .m-topicmenu>li:hover .m-navigation--topics{
    background: var(--primary-white);
    border: none;
    right: -2px;
    top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.a-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.o-header .m-header__top .a-button--clear{
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
}
.o-header .m-header__top .a-button--clear:hover{
    color: var(--primary-white);
    background-color: var(--primary-blue);
}
.m-navigation--topics>.menu>.menu-item span{
    color: var(--secondary-grey);
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
}
.m-navigation--topics>.menu>.menu-item a:hover span{
    color: var(--primary-blue);
}
.m-navigation--topics>.menu>.menu-item span:after{
    content: "";
    width: 45px;
    height: 2px;
    background-color: var(--primary-pink);
    display: block;
}
.m-navigation--topics>.menu>.menu-item--expanded .menu .menu-item a{
    color: var(--primary-grey);
    text-decoration: none;
}
.m-navigation--topics>.menu>.menu-item--expanded .menu .menu-item a:hover{
    color: var(--primary-blue);
    transition-duration: 0.3s;
    text-decoration: none;
}
.m-navigation--topics>.menu>.menu-item--expanded .menu .menu-item a:before,
.m-navigation__drawer .menu.m-menu--top>.menu-item a:before,
.o-footer .m-footer__meta .m-navigation--offices .menu .menu-item a:before{
    content: url('data:image/svg+xml;utf8,<svg fill="rgb(211 67 100)" xmlns="http://www.w3.org/2000/svg" height="12" width="12" viewBox="0 0 512 512"><path d="M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"/></svg>');
    margin-right: 8px;
    vertical-align: middle;
}
.m-navigation--topics>.menu>.menu-item--expanded .menu .menu-item.open a:before,
.m-navigation__drawer .menu.m-menu--top>.menu-item.open a:before,
.o-footer .m-footer__meta .m-navigation--offices .menu .menu-item.open a:before{
    filter: brightness(100);
}

.o-header .m-header__top .m-socialmedia--header .a-logo__socialmedia:hover,
.o-footer .m-socialmedia--footer .m-socialmedia__list .a-logo__socialmedia:hover{
    filter: opacity(1);
    text-decoration: none;
}
.o-header .m-header__top .m-socialmedia--header .a-logo__socialmedia.twitter i:before,
.o-footer .m-socialmedia--footer .m-socialmedia__list .a-logo__socialmedia.twitter i:before{
    content: url('data:image/svg+xml;utf8,<svg fill="rgba(2, 2, 2, 0.65)" xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>')
}

.o-header .m-header__top .m-socialmedia--header .a-logo__socialmedia.facebook:hover,
.o-footer .m-socialmedia--footer .m-socialmedia__list .a-logo__socialmedia.facebook:hover{
    color: #1877f2;
}
.o-header .m-header__top .m-socialmedia--header .a-logo__socialmedia.twitter:hover,
.o-footer .m-socialmedia--footer .m-socialmedia__list .a-logo__socialmedia.twitter:hover{
    color: #000;
}
.o-header .m-header__top .m-socialmedia--header .a-logo__socialmedia.twitter:hover i:before,
.o-footer .m-socialmedia--footer .m-socialmedia__list .a-logo__socialmedia.twitter:hover i:before{
    content: url('data:image/svg+xml;utf8,<svg fill="rgba(0,0,0)" xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>')
}
.o-header .m-header__top .m-socialmedia--header .a-logo__socialmedia.youtube:hover,
.o-footer .m-socialmedia--footer .m-socialmedia__list .a-logo__socialmedia.youtube:hover{
    color: #FF0000;
}
.o-header .m-header__top .m-donate .m-search__reveal{
    color: var(--primary-grey);
    font-size: 20px;
}
.o-header .m-header__top .m-donate .m-search__reveal:hover{
    color: var(--secondary-grey);
}
.o-header .m-header__top.sticky{
    background-color: var(--primary-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-right: inherit;
}
.o-header .m-header__top.sticky .m-socialmedia--header{
    margin-left: 30px;
}
.o-header .m-header__top.sticky .a-menu__reveal{
    margin-right: 0;
}
.o-search{
    background: linear-gradient(to right, rgb(50, 18, 85), rgb(211, 67, 100));
}
.layout-container.menu-reveal .m-navigation__drawer,
.m-navigation__drawer .menu.m-menu--top>.menu-item{
    background-color: var(--primary-white);
}
.m-navigation__drawer .menu.m-menu--top>.menu-item{
    border: none;
}
.m-navigation__drawer .menu.m-menu--top>.menu-item>a, 
.m-navigation__drawer .menu.m-menu--top>.menu-item>span,
.m-navigation__drawer .menu.m-menu--top>.menu-item>span a{
    color: var(--primary-grey);
    text-transform: none;
    padding-left: 15px;
    padding-right: 15px;
}
.m-navigation__drawer .menu.m-menu--top>.menu-item>a:hover, 
.m-navigation__drawer .menu.m-menu--top>.menu-item>span:hover,
.m-navigation__drawer .menu.m-menu--top>.menu-item>span a:hover{
    color: var(--primary-blue);
}
.m-navigation__drawer .menu.m-menu--top>.menu-item>span a{
    display: block;
}
.m-navigation__drawer .menu.m-menu--top>.menu-item--expanded:after,
.m-navigation__drawer .menu.m-menu--top>.menu-item--expanded:before{
    background-color: var(--primary-grey);
    width: 0.8px;
    height: 0.64rem;
}
.m-navigation__drawer .menu.m-menu--top>.menu-item.open{
    background-color: var(--primary-pink);
    color: var(--primary-white);
}
.m-navigation__drawer .menu.m-menu--top .menu-item.open a,
.m-navigation__drawer .menu.m-menu--top .menu-item.open span{
    color: var(--primary-white);
}
.m-navigation__drawer .menu.m-menu--top .menu-item.open:after, 
.m-navigation__drawer .menu.m-menu--top .menu-item.open:before{
    background-color: var(--primary-white);
}
.m-navigation__drawer .menu.m-menu--inner{
    border: none;
    background-color: var(--primary-blue);
}
.m-navigation__drawer .menu.m-menu--inner .menu-item a,
.m-navigation__drawer .menu.m-menu--inner .menu-item span{
    color: var(--primary-white);
}
.m-navigation__drawer .menu.m-menu--inner .menu-item a:hover,
.m-navigation__drawer .menu.m-menu--inner .menu-item span:hover{
    color: var(--primary-pink);
    background-color: transparent;
}
.banner-container{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    min-height: calc(100vh - 125px);
}
.o-header .m-header__bottom{
    padding: 0;
}
.o-header .m-header__bottom .a-link__home{
    margin-top: 0;
    flex: 0 0 20%;
}
.o-homepage-hero{
    display: inherit;
}
.o-homepage-hero .m-homepage-hero__featured{
    padding-left: 0;
}
.m-featured-news__list{
    padding: 20px;
}

.m-featured-news__list .a-news__title-main{
    margin: 0 auto 5px;
    font-size: 28px;
    font-weight: normal;
}

.m-featured-news__list .a-news__title{
    font-size: 16px;
    line-height: 1.2;
}
.a-news__title>h2 a:hover, .a-news__title a:hover{
    color: var(--primary-blue);
}
.m-featured-news__article{
    margin: 0;
}
.m-featured-news__item{
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--border-blue);
}
.m-homepage-hero__news .m-form__joinus{
    margin-top: 15px;
    background: rgb(255 255 255 / 70%);
    border-radius: 0;
}
.m-donate .a-button,
button.a-button,
input[type="button"].a-button,
input[type="submit"].a-button{
    background-color: var(--primary-pink);
    color: var(--primary-white);
    border-color: var(--primary-pink);
    transition-duration: 0.3s;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize !important;
    display: inline;
    vertical-align: sub;
}
.m-donate .a-button:hover,
button.a-button:hover,
input[type="button"].a-button:hover,
input[type="submit"].a-button:hover{
    background-color: var(--primary-white);
    color: var(--primary-pink);
    border-color: var(--primary-pink);
    text-decoration: none;
}
.m-donate .a-button .fa{
    margin-right: 8px;
}
.o-footer .m-footer__meta .m-signup .m-form__joinus{
    margin-bottom: 1.25rem;
}
.a-button, 
.m-form__joinus input[type=submit],
.o-footer .m-footer__meta .m-signup .m-form__joinus input[type=submit]{
    background-color: var(--primary-blue);
    color: var(--primary-white);
    border: 2px solid var(--primary-blue);
    font-size: 14px;
}
.a-button:hover, 
.m-form__joinus input[type=submit]:hover,
.o-footer .m-footer__meta .m-signup .m-form__joinus input[type=submit]:hover{
    background-color: var(--secondary-blue);
    color: var(--primary-white);
    border: 2px solid var(--secondary-blue);
}
.o-footer .m-footer__meta .m-signup .m-form__joinus input[type=email]{
    border: 1px solid var(--primary-grey);
}
.m-form__joinus .a-header--3, .m-form__joinus h3{
    font-size: 18px;
    color: var(--primary-grey);
    font-weight: 700;
}
.m-form__joinus input[type=email]{
    background-color: var(--primary-white);
}
.m-topics__meta .a-header--subtitle{
    margin: 0;
    font-size: 14px;
}
.o-homepage-hero .m-homepage-hero__featured .a-title{
    margin-top: 10px;
    font-size: 36px;
}
.badge{
    background: var(--primary-pink);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    color: var(--primary-white);
    font-weight: 400;
    text-transform: uppercase;
}
.o-footer{
    display: block;
    padding: 0;
    padding-top: 50px;
}
.o-footer a{
    color: var(--primary-grey);
}
.o-footer a:hover{
    text-decoration: none;
    color: var(--primary-blue);
}
.o-footer .m-footer__meta{
    padding: 0;
}
.o-footer .m-socialmedia--footer,
.o-footer .m-footer__meta .m-navigation--offices,
.o-footer .m-footer__meta .m-signup{
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
}
.o-footer .m-socialmedia--footer .m-socialmedia__list .a-logo__socialmedia{
    color: var(--primary-grey);
    font-size: 18px;
}
.o-footer .m-footer__branding{
    margin-bottom: 20px;
}
.o-footer .m-footer__branding .a-link__home img{
    max-height: 100px;
}
.o-footer .m-footer__meta .m-navigation--footer{
    margin-top: 0;
}
.footer-container-wrapper{
    background-color: #f6f6f6;
}
.o-feeds--news{
    left: inherit;
    right: inherit;
    width: 100%;
}
.equal-height-column {
    flex: 1;
}
.o-feeds--news .m-featured-news__single,
.o-daily-dose{
    height: 100%;
}
.path-frontpage .layout-content .node--type-home{
    margin-top: 50px;
}
.m-topicmenu--dropdown{
    display: flex;
    align-items: center;
}
.m-topicmenu--dropdown .language-switcher{
    margin-right: 15px;
}
.m-topicmenu--dropdown .language-switcher a{
    color: var(--primary-grey);
    padding: 0 5px;
    text-decoration: none;
}
.m-topicmenu--dropdown .language-switcher a:first-child{
    border-right: 1px solid var(--primary-grey);
}
.m-topicmenu--dropdown .language-switcher a:hover,
.m-topicmenu--dropdown .language-switcher a.active{
    color: var(--primary-pink);
    text-decoration: none;
}
.copyright-container-wrapper{
    background-color: var(--primary-white);
    padding: 20px 0;
}
.copyright-container-wrapper .m-footer__meta{
    padding: 0 15px;
}
.copyright-container-wrapper .m-footer__meta__copyright{
    margin: 0;
}
.o-footer .m-footer__meta h2{
    font-weight: 700;
}
.o-footer .m-footer__meta h2:after{
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--primary-blue);
    display: block;
    margin-top: 2px;
}
.o-footer .m-footer__meta .m-navigation--offices .menu .menu-item a{
    font-size: 14px;
    color: var(--primary-grey);
}
.o-footer .m-footer__meta .m-navigation--offices .menu .menu-item a:hover{
    color: var(--primary-blue);
}
.banner-container .banner-slider{
    width: 80%;
}
.banner-container .banner-slider .m-topics__meta,
.m-homepage-hero__featured .m-topics__meta{
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 35px;
}
.banner-container .banner-slider .m-topics__meta .a-title,
.m-homepage-hero__featured .m-topics__meta .a-title{
    font-size: 36px;
    line-height: 1.2;
}

.banner-container .banner-slider .slick-dots{
    position: absolute;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.banner-container .banner-slider .slick-dots li{
    background-color: var(--primary-white);
    width: 10px;
    height: 10px;
    border-radius: 15px;
    cursor: pointer;
    margin-right: 5px;
}
.banner-container .banner-slider .slick-dots li.slick-active{
    background-color: var(--primary-pink);
}
.banner-container .banner-slider .slick-dots li button{
    display: none;
}

.related-post-item a:hover{
    text-decoration: none;
}
.related-post-item{
    border: 1px solid #e6e6e6;
    margin-right: 15px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.related-post-item .thumbnail-container{
    height: 200px;
}
.related-post-item .thumbnail-container img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: grayscale(50%);
}
.related-post-item:hover .thumbnail-container img{
    filter: grayscale(0);
}
.related-post-item .content-container {
    position: relative;
    padding-bottom: 50px;
    height: calc(100% - 200px);
}
.related-post-item .content-container h4{
    margin: 13px 0 5px;
}
.related-post-item .content-container h4 a{
    margin: 15px 0;
    font-size: 20px;
    color: var(--primary-blue);
}
.related-post-item .content-container h4 a:hover{
    color: var(--secondary-blue);
}
.related-post-item .content-container .m-tease__date{
    margin: 0;
    color: var(--primary-grey);
}
.related-post-item .content-container .para-content p{
    color: var(--primary-grey);
    margin: 8px 0;
    font-size: 16px;
    line-height: 1.3;
}
.related-post-item .content-container .a-button{
    position: absolute;
    border: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.related-posts-container.slick .related-post-item .content-container .a-button{
    bottom: 15px;
}
.slick-next, .slick-prev {
    color: var(--primary-white);
    background-color: rgb(0 0 0 / 35%);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 40px);

}
.slick-prev:hover, .slick-next:hover {
    background-color: var(--primary-grey);
}
.slick-next{
    right: -42px;
}
.slick-prev{
    left: -42px;
}
.breadcrumb-container{
    border-bottom: 1px solid rgb(2 2 2 / 10%);
    font-size: 14px;
    color: var(--primary-grey);
    padding: 15px 0 5px;
}
.breadcrumb-container a{
    color: var(--primary-blue);
}
.breadcrumb-container a:hover{
    text-decoration: none;
    color: var(--secondary-blue);
}
.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6,
.content-wrapper p,
.content-wrapper ul li{
    color: var(--primary-grey);
}
.content-wrapper h1{
    font-size: 58px;
}
.content-wrapper h2{
    font-size: 46px;
}
.content-wrapper h3{
    font-size: 38px;
}
.content-wrapper h4{
    font-size: 32px;
}
.content-wrapper h5{
    font-size: 28px;
}
.content-wrapper h6{
    font-size: 24px;
}
.content-wrapper p{
    font-size: 18px;
}
.content-wrapper ul{
    list-style: inside;
}
.content-wrapper a{
    color: var(--primary-blue);
}
.content-wrapper a:hover{
    color: var(--secondary-blue);
}


.a-list--horizontal{
    gap: inherit;

}

.blue-box {
    border: 1px solid var(--tertiary-blue);
    background-color: var(--tertiary-blue);
    padding: 20px;
    color: #fff;
}
.blue-box:hover{
    background: white;
    border: 1px solid var(--primary-blue);
}
.blue-box:hover h6{
    color: var(--secondary-blue);
}
.blue-box:hover p{
    color: var(--primary-grey);
}

.blue-box h6{
    font-size: 16px;
    margin: 0 0 5px;
    text-transform: uppercase;
    line-height: 1.3;
}
.blue-box h6:after{
    content: "";
    width: 45px;
    height: 2px;
    background-color: var(--primary-blue);
    display: block;
    margin-top: 2px;
}

.blue-box p{
    font-size: 14px;
    margin: 0 0 10px;
    color: var(--tertiary-grey)
}
.blue-box .a-button-grey{
    font-size: 14px;
    background: var(--button-grey);
    padding: 0.5530973451rem 0.8296460177rem;
    border-radius: 5px;
    color: white;
}
.blue-box .a-button-grey:hover{
    text-decoration: none;
    background-color: var(--primary-blue);
}
.news-box{
    border: 1px solid #e6e6e6;
}
.news-box .m-tease-img{
    filter: grayscale(50%);
}
.news-box:hover .m-tease-img{
    filter: grayscale(0);
}
.news-box .m-tease-img,
.news-box .m-tease-img img{
    width: 100%;
    height: 100%;
}
.news-box .m-tease-img img{
    object-fit: cover;
}
.news-box .m-tease{
    padding: 15px 15px 15px 0;
}
.news-box .m-tease .m-tease__content-type{
    font-size: 12px;
}
.news-box .m-tease .m-tease__title{
    font-size: 18px;
}
.news-box .m-tease .m-tease__title a{
    color: var(--secondary-blue);
}
.news-box .m-tease .m-tease__title a:hover{
    color: var(--primary-blue);
    text-decoration: none;
}
.news-box .m-tease .m-tease__body{
    color: var(--primary-grey);
    font-size: 14px;
}
.o-footer .m-footer__meta .m-navigation--footer .menu .menu-item{
    margin-left: 0 !important;
}
.nav-tabs{
    border-bottom-color: var(--primary-pink);
}
.nav-tabs .nav-link{
    color: var(--primary-pink);
    border-radius: 0;
}
.nav-tabs .nav-link:hover{
    text-decoration: none;
    border-radius: 0;
    color: var(--primary-pink);
    border-color: var(--primary-pink);
}
.nav-tabs .nav-link.active{
    border-radius: 0;
    border-color: var(--primary-pink);
    color: var(--primary-white);
    background-color: var(--primary-pink);
}
.gallery-item{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 200px;
}
.gallery-item .img-box{
    height: 100%;
}
.gallery-item .img-box img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.gallery-item .hover-box{
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(55 119 169 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-item:hover .hover-box{
    opacity: 1;
    transform: translateY(0);
}
.gallery-item .hover-box a{
    color: var(--primary-white);
    border: 1px solid var(--primary-white);
    padding: 8px 15px;
    font-size: 16px;
    transition-duration: 0.3s;
    text-decoration: none;
}
.gallery-item .hover-box a:hover{
    background-color: var(--primary-white);
    color: var(--secondary-blue);
    text-decoration: none;
}
.gallery-item .info-box{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    color: var(--primary-white)
}
.gallery-item .info-box svg{
    color: var(--primary-white);
    width: 40px;
    margin-bottom: 8px;
}
.gallery-item .info-box h4{
    margin: 0;
    font-size: 22px;
}
.m-navigation--topics>.menu>.menu-item:first-of-type{
    flex-basis: auto;
}
.form-group p{
    margin-top: 0;
    margin-bottom: 10px;
}
.wpcf7 form .wpcf7-response-output{
    margin: 15px auto;
    padding: 8px 15px;
    font-size: 16px;
}
.publication-filter-form{
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 30px auto;
}
.publication-filter-form .form-control{
    max-width: calc((100% - 250px)/2);
    margin-right: 15px;
}
.fb_iframe_widget span{
    width: 100% !important;
    height: 100% !important;
}
.fb_iframe_widget span iframe{
    max-height: 528px !important;
}
.te_poweredBy{
    display: none !important;
}
.te_themesWrapper .te_postCardContent p{
    font-family: "Helvetica";
    font-size: 16px;
    text-align: left !important;
}
.te_themesWrapper .te_postCardContent a,
.te_themesWrapper .te_postCardContent p a{
    color: var(--primary-blue);
}


@media (min-width: 740px) {
    .o-header .m-header__top .m-donate.btn-container{
        flex: 1;
    }
}

@media (max-width: 739px) {
    .o-header .m-header__top{
        padding: 0;
    }
    .banner-container{
        height: auto;
    }
    .o-homepage-hero{
        width: 100%;
    }
    .equal-height-column{
        flex: auto;
    }
    .copyright-container-wrapper .m-donate{
        text-align: center;
        margin-top: 1rem;
    }
    .o-footer .m-footer__branding{
        display: inherit;
    }
}



