img {
    width: 100%;
    height: auto;
}

a {
    color: #cb4400;
}

a:hover {
    color: #993300;
}

.csRed a {
    color: #fff;
    text-decoration: underline;
}

.csRed a:hover {
    color: #fff;
    background-color: #666;
    text-decoration: underline;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.white {
    color: #ffffff;
}



blockquote {
    font-size: 1.5rem;
    line-height: 2rem;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 80em) {
    .content p.firstParagraph {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
    .content p,
    .content ul,
    .content li {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
}

@media screen and (min-width: 48em) {
    .rowEqualHeight {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.fullWidth,
.button-fullwidth {
    width: 100%;
}

.csRed {
    background-color: #cb4400;
    color: #fff;
}

.csOrange {
    background-color: #739240;
}

.hidden-sm-up {
    display: none;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

@media screen and (max-width:48em) {
    .pb-40 {
        padding-bottom: 20px !important;
    }
    .pt-40 {
        padding-top: 20px !important;
    }
    .mt-40 {
        margin-top: 20px !important;
    }
    .mb-40 {
        margin-bottom: 20px !important;
    }
    .pb-60 {
        padding-bottom: 30px !important;
    }
    .pt-60 {
        padding-top: 30px !important;
    }
    .mt-60 {
        margin-top: 30px !important;
    }
    .mb-60 {
        margin-bottom: 30px !important;
    }
}

h3 {
    font-size: 1.6875rem;
    font-weight: 800;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexGrow {
    flex-grow: 1;
}

.flexEnd {
    align-self: flex-end;
    width: 100%;
}

.shortTitle {
    background: rgba(203, 68, 0, .8);
    color: #fff;
}


/* css for jquery full image query */

.sampleClass {
    float: left;
    display: none;
}

@media only screen and (max-width: 767px) {
    .sampleClass {
        float: none;
    }
}

.btn.dark {
    background: #993300;
}

.btn.dark:hover {
    background: #eee;
}





















/* Media up to  991px */

@media screen and (max-width:991px) {
    .navbar-default nav {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        z-index: 999;
        text-align: center;
        background-color: #ffffff;
        transition: bottom 0.2s ease-in-out;
    }
    .navbar-default .nav-up {
        bottom: -80px;
    }
    .navbar-default nav ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-default nav ul li {
        display: flex;
        width: 25%;
        list-style: none;
    }
    .navbar-default nav ul li a {
        display: flex;
        background-color: #eee;
        margin: 0 !important;
        padding: 0;
        width: 100%;
        font-size: 1em !important;
        font-weight: 600;
        line-height: 1rem !important;
        height: 4rem;
        border-top: 4px solid #cb4400;
        border-bottom: solid 4px #cb4400;
        border-right: solid 1px #ccc;
        border-left: solid 1px #eee;
        vertical-align: bottom;
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* height: 200px; */
        resize: vertical;
        /* overflow: auto; */
    }
    .navbar-default nav ul li a:hover {
        border-top: solid 4px #cb4400;
        border-bottom: solid 4px #cb4400;
    }
    .navbar-default nav .active-nav-item {
        border-top: 4px solid #cb4400;
        border-bottom: solid 4px #cb4400;
    }
}



.get-involved {
    background: #cb4400;
    color: #fff;
}

.get-involved .path a {
    width: 40%;
    float: left;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color ease-out .3s;
    -moz-transition: background-color ease-out .3s;
    -o-transition: background-color ease-out .3s;
    transition: background-color ease-out .3s;
}

@media only screen and (max-width: 26em) {
    .get-involved .path a {
        font-size: 1rem;
    }
}

.get-involved .resources a {
    background-color: #739240;
    border: solid 1px #739240;
}

.get-involved .time a {
    background-color: #f7941d;
    margin-left: 10%;
    border: solid 1px #f7941d;
}

.get-involved .path a:hover {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
}

.get-involved .hiddenResources {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: visibility 0s, opacity ease-out .5s;
    -moz-transition: visibility 0s, opacity ease-out .5s;
    -o-transition: visibility 0s, opacity ease-out .5s;
    transition: visibility 0s, opacity ease-out .5s;
}

.get-involved .hiddenResourcesStart {
    opacity: 1;
    visibility: visible;
}

.get-involved .hiddenTime {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: visibility 0s, opacity ease-out .5s;
    -moz-transition: visibility 0s, opacity ease-out .5s;
    -o-transition: visibility 0s, opacity ease-out .5s;
    transition: visibility 0s, opacity ease-out .5s;
}

.get-involved .hiddenResources.visible,
.get-involved .hiddenTime.visible {
    opacity: 1;
    visibility: visible;
    position: relative;
}

#collageContainer.overlay-55:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 110px);
    background: rgba(0, 0, 0, 0.55);
}


/*=============================================
			Latest Post
=============================================*/

.latestImg a img,
.latestImg img {
    opacity: .6;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.latestTag {
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 10px;
    font-size: 10px;
    line-height: 20px;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.80);
}

.latestImg .latestTag {
    z-index: 4;
    display: inline-block;
    position: absolute;
}

.latestPost {
    width: 100%;
    float: left;
    margin: 15px 0;
    overflow: hidden;
}

.latestImg {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}

.latestImg.darkOverlay {
    background: #000;
}

.latestImg,
.latestImg a {
    z-index: 1;
    display: block;
    position: relative;
}

.latestImg a img {
    display: block;
}

.latestData {
    width: 100%;
    float: left;
    list-style: none;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 5px;
}

.latestData li {
    float: left;
    padding: 0 8px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}

.latestData li:first-child {
    padding-left: 0;
}

.latestData li+li:before {
    top: 0;
    left: -2px;
    content: '-';
    position: absolute;
}

.latestData li a {
    color: #000;
}

.latestData li time a {
    color: #777;
}

.latestTitle {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

.latestTitle h2 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: bold;
    text-transform: none;
}

@media only screen and (min-width: 1919px) {
    .latestTitle h2 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}

.latestTitle h2 a {
    color: #000;
}

.latestTitle h2 a:hover {
    text-decoration: none;
}

.latestDescription {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d3d3d3;
}

.latestDescription p {
    margin: 0 0 26px;
}

.latestPost:hover h2 a {
    color: #cb4400;
}

.latestPost:hover .latestImg img,
.latestPost:hover .latestImg a img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.latestImg figcaption {
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    position: absolute;
    padding: 0 30px 40px;
}

.latestImg figcaption a {
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.latestImg figcaption .latestData li,
.latestImg figcaption .latestData li a {
    color: #fff;
}

.latestPost.latestOverlap .latestImg {
    margin: 0;
}

.latestPost.latestOverlap .latestTitle {
    padding: 0;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 380px;
    max-width: 480px;
    max-height: 360px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    color: #ffffff !important;
    font-size: 24px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}



figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}

.view-id-reports h3 {
    width: 100%;
    float: left;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    figure.effect-oscar h2 {
        font-size: 18px;
        margin: 0px;
    }
    figure.effect-oscar figcaption {
        padding: 2em;
    }
}



.ctct-custom-form {
    padding: 0px !important;
}

#bbox-msg-wrapper {
    width: 30px;
    margin: auto;
    margin-top: 100px;
}

.search-advanced {
    display: none;
}

.main-container .search-page-form button.form-submit {
    margin: 0;
    padding: .5rem;
}

#popup-dialog-window {
    position: absolute;
    max-width: 80vw;
    max-height: 80vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    border: 0px solid #3a3a3a;
    border-radius: .2rem;
    z-index: 10001;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}

#popup-header {
    display: none;
}

#popup-dialog-background {
    background: rgba(0, 0, 0, 0.60);
    z-index: 10000;
}

#close-dialog {
    float: none;
    text-indent: 0;
    background: none;
    width: auto;
    background-size: 100%;
    cursor: pointer;
    color: #fff;
    font-weight: 900;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .main-container .search-page-form button.form-submit {
        padding: .2rem;
    }
}

.author {
    font-size: 1rem;
    font-weight: 900;
    background: #eee;
    margin-top: 1rem;
    padding: 2rem;
    display: block;
    width: 100%;
    height: 3rem;
    line-height: .5rem;
}

.staffImage {
    min-height: 200px;
}

.region.region-pop-up-footer {
    display: none;
}
.staffTitle h3 {
    margin-top: 0px;
}

.staff-board.row {
    margin-bottom:  40px;
    border-bottom: solid 1px #eee;
    padding-bottom:  20px;
}


#dafdirectdiv {min-width: 300px;}

.covid-19 a {color: #fff;
    display: block;
    line-height: 3rem;
}

.covid-19 {    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    Background-color: #739240;}

.page-node-type-donation-page .covid-19 {display: none;}

body > img {display:none}

form#webform-submission-contact-node-13238-add-form {
    width: 80%;
    margin: auto;
}



#block-exposedformsearch-2022page-1-2 .form-item-sort-by,  #block-exposedformsearch-2022page-1-2 .form-item-sort-order{display: none;}

#block-exposedformsearch-2022page-1-2 input#edit-search-api-fulltext {width: 200px;float: left;}

#block-exposedformsearch-2022page-1-2 #edit-actions button {color:#fff;font-size: 0px;position: absolute; top: 10px}
#block-exposedformsearch-2022page-1-2 #edit-actions button .glyphicon-search {display: block;opacity:100; color: #eee;font-size: 40px;}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-search-api-fulltext-op.js-form-item-search-api-fulltext-op.form-no-label.form-group {display:none;}

div#edit-search-api-fulltext-wrapper, .panel-default {border: 0px;box-shadow: none;float: left;}

#edit-search-api-fulltext-wrapper .panel-body {border: 0; padding: 0;}
#views-exposed-form-search-2022-page-1 #edit-actions {float:right;display:block}


.button,.main-container .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #cb4400;
    border:0;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
}


.button-yellow,.main-container .button-yellow {
    background-color: #f7941d;
    border-color: #f7941d;
    /* max-width: 400px; */
}

.button,.main-container .button {
    -moz-border-radius: .5rem;
    -webkit-border-radius: .5rem;
    font-size: 1rem;
    padding: 1rem;
    margin: 1.25rem 0 1.25rem;
    display: block;
    color: #fff;
}

.button:hover,.main-container .button:hover {
    background: #eee;
    color: #000;
}
