/* Small Desktop */
@media screen and (max-width: 1280px) {
    .teamRow .fl-col-group{
        display: grid;
        flex-wrap: initial;
        grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
        gap: 26px 26px;
        width: 100%;
    }
}

/* Tablet */
@media screen and (max-width: 992px) {
    .teamRow .fl-col-group{
        display: grid;
        flex-wrap: initial;
        grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
        gap: 26px 26px;
        width: 100%;
    }
    .story_card_wrapper {
        width: 100% !important;
    }

    .margin0 { margin: 0 !important }

    .filter_wrapper,
    .donate_mobile {
        display: block;
    }
    .filter_wrapper > .filter_option_selection {
        margin: 20px 0;
    }
    .clear_all_btn {
        margin: 0;
    }
    /****Catalyst Post Type****/
    
    #alumnotes .fl-row-content-wrap, #donate .fl-row-content-wrap{
        align-items: flex-end!important;
    }
    
    .fl-post .catalystImg img, .catalystImg .fl-photo-content{
        height:480px;
    }
    .uabb-imgicon-wrap .uabb-image-content .uabb-photo-img {
        height: 360px!important;
    }
    .redstar{
        display:none;
    }
    
    .hasStar:after{
        display:none;
    }
    .catalystTitle h1 {
        font-size: 1.909rem;
        line-height: 1.909 rem;
    }
    .catelystH2 .fl-heading{
        font-size:1.636rem;
        line-height:1.818rem;
    }
    .catelystH3 .fl-heading, .catelystSubTitle h3{
        font-size:1.091rem;
        line-height:1.273rem;
    }
    .catelystSubTitle.fl-module-heading h3.fl-heading{
        text-align:center;
    }
    .catalystTopRightSec .fl-col-content {
        background-size: 75px;
    }
    .feturedStoryImg .fl-photo-content, .fl-post .feturedStoryImg img, .IamCusoImg .fl-photo-content, .fl-post .IamCusoImg img {
        width: 100%;
        height: 480px;
        object-fit: cover;
        margin-bottom: 26px;
    }
    .fl-post .largeImg img, .largeImg .fl-photo-content{
        height: 480px;
    }
    .IamCusoImg, .feturedStoryImg{
        margin-left:-32px;
    }
    .fl-builder-content .catelystSubDesc .fl-rich-text, .fl-builder-content .catelystSubDesc .fl-rich-text p{
        text-align:center;
    }
    .IamCusoImgRow > .fl-row-content-wrap{
        background-size: 240px;
        background-position: right 15px;
    }
    .catalystImg .fl-photo-caption-below{
        display:none;
    }
    .catalystTitle {
        margin-top:26px;
    }
    
    /* MOBILE MENU */
    .top_menu .fl-row-content-wrap {
        min-height: 70px !important;
    }
    .header_item.logo {
        width: 100px !important;
    }
    .header_wrapper .search,
    .menu-item.btn_donate_menu {
        display: none;
    }
    .menu-items-wrapper-items {
        background: #EFFAFD;
        padding-left: 17px;
    }
    .header_wrapper .mobile_toggle {
        width: 47px;
        height: 47px;
        border-radius: 10px;
        background: #d7f1fa;
        position: absolute;
        right: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header_wrapper .toggle_icon_wrapper {
        position: relative;
        top: 5px;
    }
    .header_wrapper .toggle_icon {
        left: 5px;
        position: relative;
    }
    .header_wrapper .toggle_icon_wrapper span {
        font-family: europa, sans-serif;
        font-weight: bold;
        font-size: 8px;
        letter-spacing: 0.19em;
        text-align: left;
        color: #2c2c2c;
        position: relative;
        top: 9px;
    }
    .header_wrapper .toggle_icon,
    .header_wrapper .toggle_icon:before,
    .header_wrapper .toggle_icon:after {
        width: 20px;
        height: 2px;
        background: #000;
        transition: all .5s ease;
    }
    .header_wrapper .toggle_icon:before,
    .header_wrapper .toggle_icon:after {
        content: '';
        display: block;
    }
    .header_wrapper .toggle_icon:before {
        transform: translateY(-5px);
    }
    .header_wrapper .toggle_icon:after {
        transform: translateY(3px);
    }

    .header_wrapper .toggle_icon_active {
        background: #d7f1fa !important;
    }
    .header_wrapper .toggle_icon_active:before {
        transform: translateY(-4px) rotate(-45deg) !important;
    }
    .header_wrapper .toggle_icon_active:after {
        transform: translateY(-6px) rotate(45deg) !important;
    }
    .second-level-menu-link,
    .third-level-menu-link {
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        color: #2c2c2c;
    }
    .donate_mobile {
        display: block !important;
    }
    header .search_form_wrapper {
        display: block;
    }
    .search_form_wrapper button {
        display: none;
    }
    .ways_to_take_action .menu-items-wrapper-items {
        display: block;
    }
    div.df-content {
        display: block !important;
    }
    .menu-item:not(.btn_donate_menu) .menu-items-wrapper {
        /* transform: translateY(0%) !important; */
        top: 0 !important;
        display: none;
        z-index: auto !important;
    }
    .ways_to_take_action .second-level-menu:last-child {
        display: none;
    }

    /* INPUT SEARCH BAR MOBILE */
    .input_wrapper {
        max-width: none !important;
    }
    .input_wrapper input[type=text],
    .input_wrapper input[type=text]::placeholder {
        font-size: 12px !important;
    }

    /* SEARCH PAGE */
    #search_posts .fl-post-feed-post {
        max-width: none !important;
    }
    .search_ft_image {
        min-width: 100px; 
        max-width: 100px;
        height: 100px;
    }

    body.hide_menu .header_item.mobile_toggle { display: none !important; }
    body.hide_menu .header_item.language { right: 0px !important; }

    /* STORIES SINGLE */
    .single-stories .single-post-header.stories-header {
        margin-top: 70px;
    }
}

/* Phablet */
@media screen and (max-width: 768px) {
    /****new post type****/
    .post-grid-row > .fl-row-content-wrap{
        background-image:none;
    }
    .carrousel-two-column.post-wedget.carrousel .post .postBox{
        width:100%;
    }
    .slider-header-btn{
        margin-top:4px;
    }
    .slick-arrow img{
        width:48px;
        height:48px;
    }
    .main-header {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: unset;
        gap: 8px;
    }
    .fl-archive--filter-refine {
        width: 100%;
    }
    .posts {
        margin-top: 26px;
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }
    .fl-archive--filter-search, .fl-archive--filter-items {
        width: 100%;
    }
    .filter-form--content.visible {
        padding-top: 6px;
    }
    div.filter-item{
        padding-right:0;
    }
    .fl-row:not(.top_menu) .fl-module-content .filter-item.post_theme ul{
        padding-left:0!important;
        padding-top:18px;
        padding-bottom:0;
    }
    .loadMore .page_btn{
        width:48px;
        height:48px;
    }
    div.loadMore{
        margin-top:16px;
    }
    .filter-form--content.visible{
        flex-direction: column;
    }
    .filter-item.post_theme ul{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .category-filters--go button{
        margin-top:14px;
    }
    .fl-archive--filter{
        padding: 18px 18px;
    }
    .carrousel-two-column .postBox .imgBox img{
        object-fit: cover;
    }
    .post-wedget.carrousel .post{
        padding-bottom:36px;
    }

    /* STORIES SINGLE */
    .post-content blockquote {
        margin-bottom: 20px;
        margin-top:20px;
    }
    .post-content blockquote p {
        font-size: 1.136rem;
        line-height: 1.473rem;
    }
    .post-title .fl-heading{
        font-size:1.455rem;
        line-height:1.636rem;
    }
    .share_icons {
        float: unset;
        display: flex;
        align-items: center;
        gap: 22px;
        flex-direction: row;
        justify-content: center;
    }
    /****TEAM SECTION****/
	.ceoRow .fl-col-group.fl-col-group-nested{
	display:flex;
	}
    .teamRow .fl-col-group .fl-col {
        width: 100%!important;
    }
    .teamRow .fl-col-group {
        display: grid;
        flex-wrap: initial;
        grid-template-columns: minmax(0, 1fr);
        gap: 60px 66px;
        width: 100%;
    }
    #df-wrapper #informationToggle .col-md-7, #df-wrapper #informationToggle .col-md-5 {
        max-width: 100% !important;
    }
    .feturedStoryImg .fl-photo-content, .fl-post .feturedStoryImg img, .IamCusoImg .fl-photo-content, .fl-post .IamCusoImg img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        margin-bottom: 26px;
    }
    .fl-post .largeImg img, .largeImg .fl-photo-content{
        height: 240px;
    }

}

/* Mobile */
@media screen and (max-width: 480px) {

}

/* DONATE FORM */
@media only screen and (max-width: 575px) {
    #df-wrapper.bootstrapiso.gmd-1 {
        border-radius: 25px !important;
    }
	.bossImg{
		padding-right:20px;
	}
    .bootstrapiso .circlespan .circlediv {
        flex: none !important;
    }
    .uabb-team-image  .uabb-module-content{
        width:200px;
    }
    .uabb-imgicon-wrap .uabb-image-content .uabb-photo-img{
        height:166px!important;
    }
    .bossImg .fl-photo-content, .bossImg .fl-photo-content img{
        width: 100%;
    }
}
@media (min-width: 1051px) and (max-width: 1172px) {
    #df-wrapper ul.input_container .wplo-dl-single label,
    #df-wrapper ul.input_container .wplo-dl-monthly label {
       width: 60px !important;
       height: 60px !important;
    }
}