/* DESKTOP */ 
@media only screen and (max-width: 1280px) {
    
    .apply_btn.button_round a,
    .donate_btn.button_round a
    {
        line-height: 13px;
        font-size: 12px !important;
    }

    .translatepress-fr_CA .apply_btn.button_round a,
    .translatepress-fr_CA .apply_scroll_btn a,
    .translatepress-fr_CA .donate_btn.button_round a
    .translatepress-fr_CA .donate_scroll_btnd a
    {
        line-height: 13px ;
        font-size: 10px !important;
    }


    
	
}


/* TABLET */
@media only screen and (max-width: 992px) {
    
    /* TYPOGRAHPY */
    h1 {
        font-family: 'Barlow Extra Bold';
        font-size: 52px;
        line-height: 47px;
        text-transform: uppercase;
    }
    h2 {
        font-family: 'Barlow Extra Bold';
        font-size: 42px;
        line-height: 38px;
        text-transform: uppercase;
    }
    h3 {
        font-family: 'Barlow Medium';
        font-size: 22px;
        line-height: 32px;
    }
    h4 {
        font-family: 'ReenieBeanie';
        font-size: 28px;
        line-height: 30px;
    }
    h5 {
        font-family: 'Barlow Bold';
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
    }
    p, ol, ul, li {
         font-family: 'Barlow Regular';
        font-size: 16px;
        line-height: 26px;
    }
    h1 > span.fl-heading-text > span,
    .h1_combo .fl-heading-text {
        font-family: 'ReenieBeanie';
        font-size: 63px;
        line-height: 47px;
    }
    h2 > span.fl-heading-text > span,
    .h2_combo .fl-heading-text {
        font-family: 'ReenieBeanie';
        font-size: 44px;
        line-height: 38px;
    }
	
	
	.fl-row:not(.wrap_full) .fl-row-content-wrap {
		padding-left:36px !important;
		padding-right:36px !important;
	}
	
	

    /* COMMON QUESTIONS */
    /* .questions_title {
        max-width: 200px;
        margin: 0 auto;
    } */
    .questions_accordion .fl-accordion-item {
        margin-bottom: 20px !important;
    }
    .questions_accordion .fl-accordion-button-label {
        font-family: 'Barlow Medium';
        font-size: 22px;
        line-height: 32px;
    }
    .questions_accordion .fl-accordion-content p {
        margin: 22px 0 0 0 !important;
    }
    .questions_accordion .fl-accordion-button-icon i {
        font-size: 20px !important;
        opacity: 1 !important;
        padding: 0px !important;
        transition: transform 0.5s ease;
    }

}


/* PHABLET */
@media only screen and (max-width: 768px) {
	.fl-col-small:not(.fl-col-small-full-width) {
        max-width: initial !important;
    }
	.campaign2024may{
		padding-left:36px;
		padding-right:36px;
	}
}

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

}