.header-links {
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: space-evenly;
    max-width: 298px;
    margin: 0 0 0 auto;
    align-items: center;
    vertical-align: middle;
}
header .header-links .donatebtn {
    margin-right: 26px;
    width: 50%;
    max-width: 100px;
    float:none;
}
@media (max-width:700px) {
    .donatebtn.partner {display:none;}
    .donatebtn.donate {width: 100%; margin-right: 24px;}
}

a.btn-outline {
    display: block;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #5fab3e;
    padding: 6px 14px;
    color: #5fab3e !important;
    text-align: center;
    width: 200px;
    background: #fff;
    margin: 0 auto;
}
a.btn-green {
    border: 2px solid #5fab3e;
    color: #5fab3e !important;
    width: 200px;
    background: #fff;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.homepage_feature_wrapper .media-youtube-video{
    background: #000;
    text-align: center;
}

/* override theme trying to resize images in content
@media (min-width: 1024px){
    .node-type-landing-page .template1 .field-collection-container .field-name-field-section .field-items > .field-item .field-item img {
        width: auto;
        margin-right: 4px;
    }
}
@media (max-width: 1024px){
    .node-type-landing-page .template1 .field-collection-container .field-name-field-section .field-items > .field-item .field-item img {
         width: auto;
        margin: 0;
        float: none;
    }
}
*/
.no-float img,
img.no-float {float:none;
    height: auto !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    box-sizing: border-box;

} 
.responsive-img {
    height: auto !important;
    max-width: 100% !important;
    margin-right: 0 !important;
        box-sizing: border-box;
}

/* Remove 100% from youtube videos */
.normal-size-iframe {
    width: unset;
    float: unset !important;
}

/* 3 Col layout for https://www.neefusa.org/education/climate-superstars */

.row-three-column{
    display: flex;
    flex-wrap: wrap;
}
.row-three-column > div  {
    flex-basis: 33%;
    padding: 15px;
    box-sizing: border-box;
}
@media (max-width:767px) {

.row-three-column > div  {
    flex-basis: 100%;
    padding: 15px;
    box-sizing: border-box;
	display: flex;
}
.row-three-column > div img {
    width: auto;
    height: fit-content;
    max-width: 90px;
    max-height: 90px;
}

}

.page-npld-event-search #ui-datepicker-div {z-index: 404 !important;}