@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&family=Roboto:wght@900&display=swap");
@import url("https://use.typekit.net/uck8yox.css");

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
*/

.bggray{background-color:rgba(193, 182, 171, .2);}

#user-login-form {
    margin: 0 auto;
    max-width: 75%;
    min-height: 500px;
    padding-top: 100px;
}

body {
    color: #616161;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}

h2 {
    color: #131719;
    font-family: lato, sans-serif;
    font-size: 47px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 56px;
    max-width: 964px;
}
h2 p{
    line-height: 56px;
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 26px;
        line-height: 32px;
    }
    h2 p{
        line-height: 32px;
    }
}

.overflowHidden {overflow: hidden !important;}

p { line-height: 24px; }

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bgWhite { background-color: #FFFFFF; }
.bgGray { background-color: rgba(193, 182, 171, .2); }

.CTAButton,
.CTAButton:active,
.CTAButton:focus,
.CTAButton:hover,
.CTAButton:visited {
    background: linear-gradient(to right, #C1B6AB 0, #C1B6AB 50%, #FF0000 50%, #FF0000 100%);
    background-image: linear-gradient(to right, #C1B6AB 0 50%, #FF0000 50% 100%);
    background-image: -ms-linear-gradient(right, #FF0000 0, #FF0000 50%, #C1B6AB 50%, #C1B6AB 100%);
    background-image: -moz-linear-gradient(right,  #FF0000 0, #FF0000 50%, #C1B6AB 50%, #C1B6AB 100%);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 201%;
    color: #FFFFFF;
    display: inline-block;
    font-family: lato, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 17px;
    padding: 26px 88px 26px;
    text-decoration: none;
    transition: background-position .3s ease-in-out;
}

.CTAButton:hover { background-position: 0; }

.CTAButton.smallPadding {
    padding: 18px 25px 18px;
}

.layout-container{margin: 0;}

.toolbar-horizontal .dialog-off-canvas-main-canvas,
.toolbar-vertical .dialog-off-canvas-main-canvas{
    transform: translateZ(0);
}
#block-actionaid-local-tasks{
    position: absolute;
    right: 25px;
    top: 74px;
    background: #000;
    z-index: 10;
    /* color: white; */
    border-radius: 10px;
    padding: 10px;
}
#block-actionaid-local-tasks li:nth-child(3){display: none;}
#block-actionaid-local-tasks li a {
    color: white;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}
#block-actionaid-local-tasks li:hover a{
    color: #FF0000;
}




@media (max-width: 991.98px) {
    .CTAButton,
    .CTAButton:active,
    .CTAButton:focus,
    .CTAButton:hover,
    .CTAButton:visited {
        font-size: 12px;
        line-height: 15px;
        padding: 13px 70px 14px;
    }

    .CTAButton.smallPadding{
        padding: 18px 25px 18px;
        width: 100%;
        text-align: center;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#block-activecountriesmapblock {
	position: relative;
}

@media (max-width: 992px) {
	#block-activecountriesmapblock svg {
		margin: 30px 0 40px;
	}
}

#block-activecountriesmapblock .map-tooltip {
	pointer-events: none;
	background: #000;
	color: #fff;
	transform: translate(40px, -100%);
	padding: 10px;
	text-transform: uppercase;
	font-family: 'lato', sans-serif;
	font-weight: 800;
}

#block-activecountriesmapblock .map-tooltip:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	background: inherit;
	transform: skewX(-40deg);
	z-index: -1;
	height: 100%;
	width: calc(100% + 40px);
}

#block-activecountriesmapblock .map-footer {
	font-size: 12px;
	margin-bottom: 40px;
}

@media (min-width: 991px) {
	#block-activecountriesmapblock .container {
		color: #616161;
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		transform: translateX(-50%);
		pointer-events: none;
	}

    #block-activecountriesmapblock .container>*,
	#block-activecountriesmapblock .container>.row>* {
		height: 100%;
	}

	#block-activecountriesmapblock .map-footer {
		position: absolute;
		bottom: 0px; left: 0;
	}
}

#block-activecountriesmapblock .container .map-text {
	margin-top: 80px;
	font-size: 16px;
}

#block-activecountriesmapblock .container .map-text h2 {
	margin-bottom: 40px;
}

#block-activecountriesmapblock .container {
	padding: 0 15px;
}

/*****block-breadcrumbs*****/

.breadcrumb {
    height: 100px;
    padding-top: 20px;
    margin-bottom: -100px;
    /* margin-bottom: -120px; */
    line-height: 24px;
}

.breadcrumb nav {
    overflow: hidden;
}

.breadcrumb ol {
    display: flex;
    flex-wrap:  wrap;
    margin-left: -19px;
    margin-right: -5px;
}

.breadcrumb li,
.breadcrumb li a {
    font-family: lato, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #616161;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.breadcrumb li {padding: 2px 0;}

.breadcrumb li {margin-left: 14px;}
.breadcrumb li + li::after {
    content: ">";
    order: -1;
    margin-right: 14px;
}

.breadcrumb li:last-of-type,
.breadcrumb li:last-of-type a,
.breadcrumb li.hasLink:hover a,
.breadcrumb li.hasLink:hover {
    color: #FF0000;
}

@media (min-width: 992px) {

    .breadcrumb ol {
        margin-left: -14px;
        margin-right: 0;
    }

    .breadcrumb li,
    .breadcrumb li a {
        font-family: lato, sans-serif;
        font-size: 14px;
    }
}

@media (max-width: 767px){
    .breadcrumb{
        margin-bottom: -100px;
        line-height: 20px;
    }
}

/*fix for 2nd sections because of breadcrumb*/
/* .layout-container:not(.front) .breadcrumb + * { padding-top: 30px;}
@media (max-width: 991.98px) {
    .layout-container:not(.front) .breadcrumb + * { padding-top: 50px;}
} */

/**msg**/
body .customMsg {
	color: #3A4044;
	width: 455px;
	border: 0;
	margin: 0;
	padding: 17px 17px 17px 100px;
	background: #F4F5F7;
	position: fixed;
    right: 0;
    top: 100px;
	z-index: 9;
	font-size: 14px;
	animation: 10s reveal-message both;
}

body .customMsg::before {
	content: "";
	height: 35px;
	width: 35px;
	margin-right: 27px;
	background: #4ABF69 url(../img/tick_white.svg) center no-repeat;
	border-radius: 50%;
	flex: none;
	position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

body .customMsg h3 {
	font-size: 25px;
    margin-bottom: 5px;
}

body .customMsg.error::before {
	background: red url(../img/tick_white.svg) center no-repeat;
}

@media (max-width: 560px) {
	body .customMsg {width: 300px;}
}

@keyframes reveal-message {
	0% { transform: translateX(110%); }
	10% { transform: none; }
	90% { transform: none; }
	100% { transform: translateX(110%); }
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
strong{
    font-weight: bold;
}
strong a{
    color: #FF0000 !important;
    text-decoration: none;
}


/* **** COOKIES QANTCAST  **** */
#qc-cmp2-ui *{font-family: 'lato' !important;}
#qc-cmp2-ui{font-family: 'lato' !important;}
.css-203i3k .qc-cmp2-footer .qc-cmp2-summary-buttons button,
.css-178r8og .qc-cmp2-footer .qc-cmp2-summary-buttons button:first-of-type{
    height: 42px !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    font-family: 'Lato';
    font-weight: 800 !important;
}
.css-203i3k .qc-cmp2-footer .qc-cmp2-summary-buttons button,
.css-178r8og .qc-cmp2-footer .qc-cmp2-summary-buttons button:last-of-type{
    height: 42px !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    font-family: 'Lato';
    font-weight: 800 !important;
}
.css-mirxfa{display: block;}
.css-mirxfa .qc-cmp2-footer > button:first-of-type{
    height: 42px !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    font-family: 'Lato';
    font-weight: 800 !important;
}
.css-mirxfa .qc-cmp2-consent-info .qc-cmp2-header-links button{
    color: #131719 !important;
    font-weight: 800 !important;
    font-family: 'lato' !important;
    transition: color 0.3s ease !important;
    text-decoration: underline !important;
}
.css-mirxfa .qc-cmp2-consent-info .qc-cmp2-header-links button:hover{
    color: #FF0000 !important;
}

.css-mirxfa .qc-cmp2-footer .qc-cmp2-footer-links button:first-of-type{
    color: #131719 !important;
    font-weight: 800 !important;
    font-family: 'lato' !important;
    transition: color 0.3s ease;
}
.css-mirxfa .qc-cmp2-footer .qc-cmp2-footer-links button:first-of-type:hover{
    color: #FF0000 !important;
}
.css-mirxfa .qc-cmp2-footer [mode="link"]:not(.qc-cmp2-link-active){
    color: #131719 !important;
    font-weight: 800 !important;
    font-family: 'lato' !important;
    transition: color 0.3s ease;
}
.css-mirxfa .qc-cmp2-footer [mode="link"]:not(.qc-cmp2-link-active):hover{
    color: #FF0000 !important;
}
/* .css-oo62uo.css-oo62uo.css-oo62uo.css-oo62uo{
    background: #F3F0EE !important;
    border: 1px solid #F3F0EE !important;
} */

.css-s3mmw1{
    border: 1px solid #FF0000 !important;
    background: #FF0000 !important;
}
.qc-cmp-cleanslate button:focus,
.qc-cmp-cleanslate input[type="submit"]:focus{
    box-shadow: none !important;
}
.qc-cmp2-container .qc-cmp2-persistent-link {background: #FF0000 !important;}

.css-mirxfa .qc-cmp2-list-item .qc-cmp2-list-item-status{
    font-size:12px;
    padding-right: 10px !important;
}
.css-mirxfa .qc-cmp2-list-item .qc-cmp2-list-item-status{
    font-size:12px;
    padding-right: 10px !important;
}

@media (min-width: 992px){
    .css-178r8og .qc-cmp2-consent-info .qc-cmp2-publisher-logo-container figure .logo-container{
        margin: 0 !important;
        margin-bottom: 13px !important;
    }
    .css-178r8og .qc-cmp2-summary-section{width: 70% !important;}

    .css-178r8og .qc-cmp2-footer .qc-cmp2-summary-buttons button:first-of-type{
        height: 52px !important;
        border: 0 !important;
        box-shadow: none !important;
        font-size: 12px !important;
        letter-spacing: 0 !important;
        font-family: 'Lato';
        font-weight: 800 !important;
    }
    .css-178r8og .qc-cmp2-footer .qc-cmp2-summary-buttons button:last-of-type{
        height: 52px !important;
        border: 0 !important;
        box-shadow: none !important;
        font-size: 12px !important;
        letter-spacing: 0 !important;
        font-family: 'Lato';
        font-weight: 800 !important;
        transition: background 0.35s ease 0s;
    }
    .css-178r8og .qc-cmp2-footer .qc-cmp2-summary-buttons button:hover:last-of-type{
        background:#000;
    }

    .css-178r8og .qc-cmp2-footer{
        width: 30% !important;
        justify-content: flex-start;
        align-items: center;
        max-height: 100% !important;
        padding: 15px 30px !important;
    }
    .css-178r8og .qc-cmp2-footer .qc-cmp2-summary-buttons{
        max-width: 250px;
    }

    .css-178r8og .qc-cmp2-footer .qc-cmp2-summary-buttons{
        /* flex-direction: row !important; */
    }

    .css-178r8og .qc-cmp2-footer .qc-cmp2-summary-buttons button:first-of-type{
        height: 52px !important;
        border: 0 !important;
        box-shadow: none !important;
        font-size: 14px !important;
        letter-spacing: 0 !important;
        font-family: 'Lato';
        font-weight: 800 !important;
        margin-bottom: 10px !important;
    }
    .css-178r8og .qc-cmp2-footer .qc-cmp2-summary-buttons button{
        height: 52px !important;
        border: 0 !important;
        box-shadow: none !important;
        font-size: 14px !important;
        letter-spacing: 0 !important;
        font-family: 'Lato';
        font-weight: 800 !important;
    }
    .qc-cmp2-footer .qc-cmp2-buttons-desktop button:first-of-type{
        height: 52px !important;
        border: 0 !important;
        box-shadow: none !important;
        font-size: 14px !important;
        letter-spacing: 0 !important;
        font-family: 'Lato';
        font-weight: 800 !important;
    }

    .css-mirxfa .qc-cmp2-consent-info p{
        font-size: 15px !important;
        line-height: 22px;
        letter-spacing: 0 !important;
        font-family: 'Lato';
        font-weight: 400 !important;
        color: #131719;
    }
    .css-mirxfa .qc-cmp2-list-item .qc-cmp2-list-item-title{
        width: 80% !important;;
        font-size: 15px !important;
        line-height: 22px;
        letter-spacing: 0 !important;
        font-family: 'Lato';
        font-weight: 400 !important;
        color: #131719;
    }
    .css-mirxfa .qc-cmp2-list-item .qc-cmp2-list-item-status{
        font-size:12px;
        padding-right: 10px !important;
    }
    .css-mirxfa .qc-cmp2-list-item .qc-cmp2-list-item-status{
        font-size:12px;
        padding-right: 10px !important;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .css-178r8og .qc-cmp2-summary-section{
        width: 60% !important;
        padding: 15px 0px !important;
    }

    .css-178r8og .qc-cmp2-footer{
        width: 40% !important;
        padding: 15px 15px !important;
        max-height: none !important;
        align-items: center;
    }
    .css-178r8og .qc-cmp2-footer .qc-cmp2-summary-buttons button:first-of-type{
        margin-bottom: 10px !important;
        margin-right: 0 !important;
    }
}

/* Load more button start */

.js-pager__items.pager {
  margin:0 auto;
  /* margin-top:40px; */
}
.js-pager__items.pager .CTAButton {padding: 26px 78px;}
.js-pager__items.pager .CTAButton:hover{background-position: 100%;}

.program-teaser-inner {margin-bottom: 58px;}
.program-teaser-inner .js-pager__items.pager {
  margin-top:54px;
  margin-bottom:58px;
  display: flex ;
  justify-content: center;
}
.program-teaser-inner .js-pager__items.pager .CTAButton {padding: 26px 48px;}

@media (max-width: 992px){
    .js-pager__items.pager .CTAButton {padding: 13px 70px 14px;}

  .program-teaser-inner {margin-bottom: 40px;}
  .program-teaser-inner .js-pager__items.pager {
    margin-top:25px;
    margin-bottom:40px;
    display: flex ;
    justify-content: center;
  }
  .program-teaser-inner .js-pager__items.pager .CTAButton {padding: 13px 32px 14px;}

}




/* Load more button end */

.throbber {
  color:red !important;
}

.more-link.CTAButton{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  width: 311px;
  padding: 26px 10px 26px 10px;
  text-align: center;
}

.more-link.CTAButton a{
  color: white;
  padding: 24px;
}

@media(max-width:991.8px){

  .more-link.CTAButton a{
    font-size: 12px;
    padding:0;
  }

  .more-link.CTAButton{
    margin-top: 40px;
    text-align: center;
    width:100%;
    padding: 14px 12px 13px 12px;
  }
}


/* Pop-Up Campaign Success */

.campaign-success{
    background: #FFFFFF;
    /* height: 410px;
    width: 572px; */
    height: 367px;
    width: 328px;
    position: fixed;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
    padding: 42px 24px;
    z-index: 999;
    transition: opacity 0.3s ease;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
}
.campaign-success.active{
    opacity: 1;
    pointer-events:visible;
}

.campaign-success .success-closeBtn{
    position: relative;
    cursor: pointer;
}
.campaign-success .success-closeBtn::before{
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    height: 22px;
    width: 22px;
    background: url(../img/CloseBtn.svg) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.campaign-success .success-img{
    background:url(../img/thumb-red.svg) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.campaign-success .success-title{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color:#131719;
    font-family: 'lato';
    font-weight: 800;
    margin-bottom: 20px;
}
.campaign-success .success-text{
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.success-overlay{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 997;
    background: rgba(19, 23, 25, 0.8);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.success-overlay.active{
    opacity: 0.8;
    pointer-events: visible;
}

@media (min-width: 992px){
    .campaign-success{
        height: 410px;
        width: 572px;
        padding: 50px 42px 70px;
    }
    .campaign-success .success-img{
        width: 102px;
        height: 102px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .campaign-success .success-title{
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 32px;
    }
    .campaign-success .success-text{
        font-size: 16px;
        line-height: 24px;
    }

}

.toolbar-horizontal .dialog-off-canvas-main-canvas,
.toolbar-vertical .dialog-off-canvas-main-canvas {
    transform: none;
}

.toolbar-horizontal .dialog-off-canvas-main-canvas .headerWrapper,
.toolbar-vertical .dialog-off-canvas-main-canvas .headerWrapper {
    top: 39px;
}

.toolbar-tray-open.toolbar-horizontal .dialog-off-canvas-main-canvas .headerWrapper {
    top: 79px;
}

.toolbar-horizontal .dialog-off-canvas-main-canvas .headerWrapper .level0 > .trigger_wrapper > .collapse,
.toolbar-vertical .dialog-off-canvas-main-canvas .headerWrapper .level0 > .trigger_wrapper > .collapse {
    top: 109px;
}

.toolbar-tray-open.toolbar-horizontal .dialog-off-canvas-main-canvas .headerWrapper .level0 > .trigger_wrapper > .collapse {
    top: 149px;
}

.toolbar-horizontal .dialog-off-canvas-main-canvas #block-actionaid-local-tasks,
.toolbar-vertical .dialog-off-canvas-main-canvas #block-actionaid-local-tasks {
    top: 135px;
}

.toolbar-tray-open.toolbar-horizontal .dialog-off-canvas-main-canvas #block-actionaid-local-tasks {
    top: 165px;
}

@media (min-width: 991.98px) {
    .toolbar-horizontal .dialog-off-canvas-main-canvas .paymentContainer,
    .toolbar-vertical .dialog-off-canvas-main-canvas .paymentContainer {
        top: 119px;
    }

    .toolbar-tray-open.toolbar-horizontal .dialog-off-canvas-main-canvas .paymentContainer {
        top: 159px;
    }

    .toolbar-horizontal .dialog-off-canvas-main-canvas .webform-holder .paymentContainer,
    .toolbar-vertical .dialog-off-canvas-main-canvas .webform-holder .paymentContainer {
        top: auto;
    }
}