html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body, body.active {
    position: relative;
    overflow-x: hidden;
    font-family: "Avenir Next", 'Open Sans', sans-serif;
}

main {
    margin-top: 110px;
}

@font-face {
    font-family: FuturaGreek;
    src: url(../fonts/OpenSans-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-ExtraBold.ttf);
    font-weight: 800;
}

.container-fluid {
    padding: 0;
}


[data-toggle~="collapse"] {
    cursor: pointer;
}

[data-toggle=modal] {
    cursor: pointer;
}


input {
    border: 1px solid #ffffff;
}

input:focus,
button:focus,
.btn:focus,
a:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

p{
    color: inherit;
}

.pr-alert {
    padding: .5rem 1rem;
    font-family: 'Open Sans';
    font-size: 14.8px;
    font-weight: 400;
}

.pr-alert.alert-success {
    background-color: #9ecc7f;
    border-color: #9ecc7f;
}

.pr-alert.alert-danger {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.rotated-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#top-navbar .navbar-phone {
    position: absolute;
    right: 10px;
    top: 14px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 30px;
}

#top-navbar .mobile-icon {
    width: 40px;
    height: 40px;
}

#top-navbar .mail-icon {
    width: 40px;
    height: 40px;
}


#top-navbar .navbar-phone img {
    width: 27px;
}

#top-navbar .dropdown-menu {
    top: 67%;
}

#top-navbar .dropdown-menu.show {
    background-color: white;
    border: 1px solid black;
    margin-top: 6px;
}

#top-navbar .dropdown-menu {
    transition: ease-out 1s;
}

#top-navbar .dropdown-menu.show .dropdown-item {
    font-size: 13px;
    color: black;
    position: relative;
}

#top-navbar .dropdown-menu.show .dropdown-item:not(:last-child) {
    border-bottom: white;
}

#top-navbar .dropdown-menu.show .dropdown-item:hover {
    color: black;
    background-color: white;
}

.dropdown-menu{
    border-radius: 0px;
    width: max-content;
    /*height: 100%;*/
    margin-left: 16px;
    padding: 3px 0 3px 17px;
}

.dropdown-item{
    font-weight: bold;
    color: #1d2124;
    padding-left: 0;
    padding-right: 20px;
    color: white;
}

#top-navbar .dropdown-item:focus{
    background-color: white;
}

.dropdown-item.hasSubDropDown::after{
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 8px;
    top: 14px;
    transform: translateY(-48%) rotate(315deg);
}

.dropdown-item:hover{
    color: #e63946 !important;
}

.dropdown-submenu{
    display: none;
    position: absolute;
    left: 100%;
    background-color: white;
    padding: 0 17px;
    border: 1px solid;
    margin-top: -27px;
}

.dropdown-item:hover + .dropdown-submenu{
    display: block;
}

.dropdown-submenu:hover{
    display: block;
}

.section-head {
    font-size: 45px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.89;
    letter-spacing: normal;
    text-align: center;
    color: #353535;
}

.section-subhead {
    padding: 0px 110px;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #353535;
}

.head-line {
    width: 73.7px;
    height: 8px;
    margin: 2rem auto;
}

.container-fluid {
    overflow-x: hidden;
}


/* TOP NAVIGATION */

.nav-active{
    color: #e63946 !important;
}


#top-navbar {
    background-color: #FFF;
    height: 110px;
    /*z-index: 9;*/
    padding: 0px;
    justify-content: space-between;
    padding-left: 110px;
}


#top-navbar .nav-item {
    /*margin-left: 2rem;*/
}

#top-navbar .nav-item:last-child {
    /*margin-left: 3rem;*/
}

#top-navbar .nav-link {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d2124;
}

#top-navbar .nav-link:hover{
    color: #e63946;
}

#top-navbar .nav.green .nav-link {
    color: #3e5038;
}

#top-navbar .nav.black .nav-link {
    color: #58595b;
    margin-top: auto;
    margin-bottom: .25rem;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
}

#top-navbar .orderNow .nav-link {
    color: #ffffff;
}


#top-navbar .learnMore .nav-link {
    color: #ffffff;
}


#top-navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.7) !important;
    padding-top: 0;
    padding-bottom: 0;
    transition: background-color 200ms linear;
    transition: all 0.3s;
    height: 90px;
    padding-left: 110px;
}

#top-navbar .nav-contact a {
    font-family: 'Open Sans', 'sans-serif';
    font-weight: bold;
    font-size: 12px;
}

#top-navbar .nav-contact a span {

    margin-left: 0.5rem;
}


#top-navbar .logo-img {
    /*width: 200px;*/
    height: 65px;
    object-fit: contain;
    object-position: right;
    transition: all 0.3s;
}

#top-navbar.scrolled .logo-img {
    /*width: 142px;*/
    height: 35px;
}

.tracker-icon {
    width: 33.7px;
    height: 33.7px;
    object-fit: contain;
}

#top-navbar .open-menu path,
#top-navbar .tracker-icon path,
#top-navbar .favorites-icon path,
#top-navbar .profile-icon path,
#top-navbar .cart-icon path {
    fill: #ffffff;
}

#top-navbar .bars {
    font-size: 35px;
    color: #729954;
}

.favorites-icon {
    width: 29px;
    height: 25.4px;
    object-fit: contain;
}


.profile-icon {
    width: 26.6px;
    height: 30.6px;
    object-fit: contain;
}


.cart-icon {
    width: 26.5px;
    height: 28px;
    object-fit: contain;
    margin-right: 0.25rem;
}

.orderNow {
    width: 159.8px;
    height: 40px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}

#top-navbar .learnMore {
    width: 210px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}

#top-navbar .learnMore:hover {
    background: transparent;
}

.login-icon {
    width: 26.5px;
    height: 29.6px;
    object-fit: contain;
}

.orderNow:hover {
    background: transparent;
}

#top-navbar .badge {
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    padding: 0;
    margin: 0;
}


button {
    border: none;
}


button.navbar-brand {
    background: none;
    border-width: 0;
    padding: 0;
    margin: 0;
}

button:hover {
    cursor: pointer;
}

button:focus, a:focus {
    outline: none;
    box-shadow: none;
}


.open-menu {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

/* BREABCRUMBS */

#breadcrumbs {
    margin-top: 135.4px;
    height: 45px;
}

.breadcrumb {
    height: 45px;
    padding-left: 0;
}


.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    display: flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: none;
}

.breadcrumb .breadcrumb-item span {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-size: 30px;
    font-weight: lighter;
    content: "\\";
}

.breadcrumb-item .home-icon {
    width: 13.6px;
    height: 14.2px;
    object-fit: contain;
}

.breadcrumb-item .delivery-icon {
    width: 8.7px;
    height: 15.2px;
    object-fit: contain;
}

.breadcrumb-item .pin-icon {
    width: 9.2px;
    height: 11.7px;
    object-fit: contain;
}

.breadcrumb-item .store-icon {
    width: 12.7px;
    height: 12.2px;
    object-fit: contain;
}

.breadcrumb-title {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0;
}

.breadcrumb-address {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 0;
}

/* FOOTER */


#learnMore {
    height: 466px;
    background-color: #292828;
}

#learnMore .container {
    height: 466px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#learnMore .card {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#learnMore .card-img {
    border: none;
    border-radius: 0;
    height: 466px;
    width: 100%;
    object-fit: cover;
}


#learnMore .head-line {
    width: 73.7px;
    height: 8px;
}


#learnMore form {
    margin-top: 2rem;
}

#learnMore label {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #ffffff;
    justify-content: flex-start;
    padding-bottom: 0.6rem;
}

#learnMore label[for="Email_or_Phone"] {
    padding-left: 24px;
}

#learnMore input[type="text"].form-control {
    width: 330px;
    height: 45px;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #575757;
    border: none;
}

#learnMore input[type="text"].form-control::placeholder {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #575757;
}

#learnMore .btn.contactForm-submit {
    width: 210px;
    height: 45px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#learnMore .btn.contactForm-submit:hover {
    opacity: 0.8;
}


button.nav-head {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.93;
    letter-spacing: normal;
    background: none;
    border-width: 0;
    padding-left: 0;
    width: 100%;
    text-align: left;
    position: relative;
}


#footer-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    height: 45px;
    background-color: #13253d;
}


#footer-bottom .foot-logo {
    width: 116px;
    height: 26px;
    object-fit: contain;
}


.footer-text,
.footer-text a {
    font-size: 12.3px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}


.emblem {
    width: 25px;
    height: 24px;
    object-fit: contain;
    margin-left: 0.25rem;
    margin-right: 0.35rem;
}


.form-control:focus, button:focus, input:focus {
    outline: none;
    box-shadow: none;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:hover {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


button {
    border: none;
}


/* FORM VALIDATION */


.invalid-feedback {
    position: absolute;
}

.invalid-feedback.input-email {
    padding-left: 1.5rem;
}

input.form-control.error-input {
    border: 1px solid #dc3545 !important;
}

.brand-section{
    /* margin-right: auto; */
    /*position: absolute;*/
    /*left: 110px;*/
}

.navbar > .container{
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
}

.donate-header-box {
    display: flex;
    background-color: #1d3557;
    align-items: center;
     cursor: pointer;
}

.search-header-box{
    height: 110px;
    position: fixed;
    right: 0px;
    /*width: 12vw;*/
    width: 21vw;
    /*padding: 0px 35px;*/
    transition: width 0.4s;
    background-color: #e63946;
    cursor: pointer;
    display: flex;
}

nav.scrolled .search-header-box{
    height: 90px;
    transition: all 0.3s;
}

.button-header-container{
    height: 100%;
    padding: 0px;
    background-color: #e63946;
    cursor: pointer;
}

.button-header-container .donate-header-box .donate-text,
.button-header-container .search-header-box .search-icon{
    /* position: absolute; */
    margin: auto;
    bottom: 0px;
    top: 0px;
}

.button-header-container .donate-header-box .donate-text{
    /* height: fit-content; */
    /* right: 0px; */
    /* left: 0px; */
}

.button-header-container .search-header-box .search-icon{
    margin-left: 16px;
}

.search-active{
    height: 110px;
    position: fixed;
    right: 0px;
    width: 35%;
    padding: 0px 35px;
    transition: all 0.4s;
    background-color: #e63946;
    cursor: pointer;
    display: flex;
}

.search-active-scrolled{
    height: 90px;
}

.search-box{
    opacity: 0;
    height: 45px;
    align-self: center;
    padding: 0px;
    border-radius: 1px;
}

.search-box-sidebar{
    width: inherit;
    height: 45px;
    align-self: center;
    padding: 0px 30px;
    border-radius: 1px;
    margin-bottom: 10px;
}

.search-results-container-sidebar{
    height: 495px;
    overflow: scroll;
    border-bottom: 1px solid black;
}

.search-active .search-box{
    transition: all 0.4s;
    opacity: 1;
    padding: 0px 30px;
}

.subscribe-placeholder,
.search-placeholder{
    margin-bottom: 0px;
    height: fit-content;
    align-self: center;
    font-size: 14px;
    color: #424141;
}


#footer-up{
    width: 100%;
    height: 160px;
    background-color: #1d3557;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 42px 110px;
}

.footer-text{
    font-size: 14px;
    line-height: 1.64;
    color: #ffffff;
    margin: 0px;
    text-align: left;
    padding-left: 0px;
    /* margin-bottom: 10px; */
}

.ft-social-links > p{
    margin-left: 10px;
}

.ft-social-icon{
    margin: 10px;
}

.ft-su-newsletter{
    margin-left: auto;
}

.ft-extra-margin{
    margin-left: 60px;
}

.subscribe-ft-box{
    background-color: #ffffff;
    height: 45px;
    border-radius: 0;
}

.ft-su-newsletter .form-control:focus, input:focus {
    border-color: white;
}
.search-active .form-control:focus, input:focus,
.menu-container .form-control:focus, input:focus {
    border-color: #e63946;
}

.search-input-icon{
    transition: ease-in-out 0.2s;
    position: absolute;
    top: 43px;
    right: 65px;
    opacity: 0;
}

.search-active .search-input-icon{
    opacity: 1;
}

.scrolled .search-active .search-input-icon{
    top: 34px;
}


.search-active-scrolled .search-input-icon{
    top: 34px;
}


.subscribe-box{
    height: 45px;
    display: flex;
    justify-content: start;
    margin-left: 20px;
}

.subscribe-button{
    width: 108px;
    height: 45px;
    background-color: #e63946;
    display: inline-block;
    /* margin-left: 12px; */
    padding: 12px 0px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.section-title{
    position: relative;
    z-index: 10;
    font-size: 25px;
    font-style: normal;
    line-height: 1.88;
    text-align: center;
    color: #e63946;
    font-weight: bold;
    margin: 0px 0px 50px 0px;
    padding: 0px 110px;
}

.section-title::after{
    content: " ";
    display: block;
    width: 37px;
    height: 2px;
    border: solid 3px #263859;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
}

.page-header-container{
    margin-top: 110px;
}

.page-header{
    height: 385px;
    width: 100%;
    object-fit: cover;
}

.section-info-introduction{
    color: #1d3557;
    text-align: center;
    font-weight: bold;
}

.section-info{
    position: relative;
    z-index: 10;
    font-size: 18px;
    line-height: 1.22;
    color: #555454;
    padding: 0px 110px;

}

.text-white{
    position: relative;
    color: white;
}

.todo{
    border: 4px solid red;
}

.page-info-container {
    position: relative;
    padding: 61px 0px;
}

.red-background{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(230, 57, 70, 0.9);
}

.blue-background{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(29, 53, 87, 0.1);
}

.main-color{
    color: #e6404d;
}

.main-color-blue{
    color: #1d3557;
}

.grey-background{
    background-color: #f6f6f6;
}

.padding-page{
    padding: 0px 110px;
}

.dot-double-arrow-back, .dot-arrow-back,
.dot-double-arrow, .dot-arrow{
    opacity: 0.5;
    font-size: 18px;
    font-weight: 600;
    color: #1d3557;
}

#top-navbar .container ul.nav{
    padding-right: 0px;
    justify-content: flex-end;
    transition: ease-in-out 0.4s;
    opacity: 1;
    pointer-events: all;
}

#top-navbar .container ul.nav.inactive{
    opacity: 0.4;
    pointer-events: none;
}


#top-navbar .brand-section {
    padding-right: 0px;
    padding-left: 21px;
}

.search-results-container{
    width: 100%;
    background-color: #e63945;
    max-height: 90vh;
    overflow: scroll;
    position: absolute;
    top: 100px;
    margin-left: -35px;
    right: 0px;
    padding: 0px 35px 5px;
    transition: all 0.4s;
}

.search-active-scrolled .search-results-container{
    top: 80px;
    max-height: 92vh;
}

.found-container{
    margin-top: 10px;
}


.found-info-container{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}

.found-content{
    color: white;
    font-weight: bold;
    font-size: 16px;
}


.found-container:not(:last-child) .found-content{
    border-bottom: 1px solid black;
}

.deliverables-container{
    margin-top: 20px;
    padding: 0px 110px;
}

.deliverable{
    padding: 30px 20px 30px 10px;
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.13);
    margin: 12px 0px;
    background-color: #ffffff;
}

#strategic-documents .deliverable,
#policy-paper .deliverable{
    margin: 50px auto 0;
}

#strategic-documents .deliverable .delivery-text,
#policy-paper .deliverable .delivery-text{
    align-items: center;
    display: flex;
    height: 58px;
    margin-bottom: 0;
}
/* MEDIA QUERIES */
/* ============= */
/* BREAKPOINT XXL */
/* ------------- */

@media (max-width: 1599px) {
    /*.search-active{*/
        /*width: 354px;*/
    /*}*/

    #top-navbar .nav-link {
        font-size: 13px;
    }
}

/* BREAKPOINT XL */
/* ------------- */

@media (max-width: 1439px) {
    /* NAVBAR */
    #top-navbar .learnMore {
        width: 169.6px;
    }


    /* FOOTER */
    #learnMore input[type="text"].form-control {
        width: 370px;
    }

    #learnMore .btn.contactForm-submit {
        width: 168px;
    }

    /*.search-active{*/
        /*width: 300px;*/
    /*}*/

    #top-navbar .nav-link {
        font-size: 12px;
    }

    /*.subscribe-ft-box{*/
    /*width: 288px;*/
    /*}*/
}


/* BREAKPOINT LG */
/* ------------- */

@media (max-width: 1199px) {

    /* TOP NAVIGATION */
    #top-navbar .learnMore {
        width: 131.6px;
    }

    nav#top-navbar .nav-link{
        padding: 11.5px;
    }

    #top-navbar .logo-img {
        height: 55px;
    }

    /* FOOTER */
    #learnMore input[type="text"].form-control {
        width: 330px;
    }

    #learnMore .btn.contactForm-submit {
        width: 213px;
    }

    /*.search-active{*/
        /*width: 540px;*/
    /*}*/

    #footer-up{
        justify-content: space-between;
        height: auto;
    }

    #top-navbar .nav-link {
        font-size: 11px;
    }
}


@media (max-width: 982px) {

    #learnMore input[type="text"].form-control {
        width: 324px;
    }

}


/* BREAKPOINT MD */
/* ------------- */

@media (max-width: 969px) {
    .nav-active{
        color: black !important;
    }

    /* TOP NAVIGATION */
    .navbar > .container {
        justify-content: flex-end;
    }

    #top-navbar .brand-section .navbar-brand a {
        margin: 0;
    }

    #top-navbar .brand-section .logo-img {
        object-position: right;
    }

    #top-navbar button.navbar-brand {
        margin-top: 13px;
    }

    #top-navbar .learnMore {
        width: 158px;
    }

    #top-navbar .nav-link {
        font-size: 11.5px;
    }

    #top-navbar .container ul, .input-sidebar, .search-input-icon{
        display: none;
    }

    #top-navbar .brand-section{
        margin-right: auto;
    }

    #top-navbar .logo-img {
        /* width: 200px; */
        height: 45px;
    }


    /* FOOTER */
    #learnMore,
    #learnMore .container,
    #learnMore .card-img {
        height: 620px;
    }


    #learnMore .form-inline {
        flex-flow: column;
    }

    #learnMore label[for="Email_or_Phone"] {
        padding-left: 15px;
    }

    #learnMore input[type="text"].form-control,
    #learnMore .btn.contactForm-submit {
        width: 345px;
    }

    #learnMore .btn.contactForm-submit {
        margin-top: 1rem;
    }

    #learnMore .input-container.position-relative {
        width: 375px;
    }

    .ft-su-newsletter {
        margin-left: 0px;
        padding: 0px;
        margin-top: 20px;
    }


    /* FORM VALIDATION */
    .invalid-feedback {
        position: relative;
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .invalid-feedback.input-email {
        padding-left: 15px;
    }

    .search-icon{
        content:url("/dist/images/menu-icon.svg");
    }

    .search-header-box{
        width: 41%;
    }
}


/* BREAKPOINT SM */
/* ------------- */

@media (max-width: 749px) {

    /* TOP NAVIGATION */
    /*#top-navbar .logo-img {*/
    /*width: 181px;*/
    /*height: 40px;*/
    /*}*/
    /* BREADCRUMBS */
    #breadcrumbs,
    .breadcrumb {
        height: 56px;
    }

    .breadcrumb .breadcrumb-item span {
        max-width: 130px;
    }


    /* FOOTER */
    #learnMore,
    #learnMore .container,
    #learnMore .card-img {
        height: 650px;
    }


    #learnMore label[for="Email_or_Phone"] {
        padding-left: 0;
    }

    #learnMore input[type="text"].form-control,
    #learnMore .btn.contactForm-submit {
        width: 335px;
    }

    #learnMore .input-container.position-relative {
        width: 335px;
    }


    /* FORM VALIDATION */
    .invalid-feedback.input-email {
        padding-left: 0;
    }

    #footer-up {
        justify-content: space-between;
    }

    .ft-extra-margin{
        margin: 0px;
    }

    .ft-su-newsletter{
        margin-top: 35px;
    }

    .ft-ean-logo{
        width: 100%;
        text-align: center;
        margin: 0px 0px 35px;
    }

    /*.subscribe-ft-box{*/
    /*width: 200px;*/
    /*}*/

    .search-header-box{
        width: 51%;
    }

}

@media (max-width: 550px) {
    .subscribe-button {
        width: 80px;
    }

    .section-title{
        padding: 0px 10px;
    }

    /*#top-navbar .brand-section {*/
        /*padding-right: 0px;*/
        /*padding-left: 0;*/
        /*margin-left: -10px;*/
    /*}*/
    /*.subscribe-ft-box{*/
    /*width: 160px;*/
    /*}*/
}

/* BREAKPOINT XS */
/* ------------- */


@media (max-width: 480px) {

    .section-head {
        font-size: 32px;
    }

    /* TOP NAVIGATION */
    /*#top-navbar .logo-img {*/
    /*width: 140px;*/
    /*height: 31px;*/
    /*}*/
    #top-navbar.scrolled .logo-img {
        width: 100px;
        height: 22px;
    }

    a.navbar-brand {
        margin-right: 0;
        margin-left: 0;
    }

    .open-menu {
        width: 22px;
        height: 30px;
    }


    /* BREADCRUMBS */
    #breadcrumbs {
        visibility: hidden;
        height: 0;
    }


    /* FOOTER */
    #learnMore input[type="text"].form-control,
    #learnMore .btn.contactForm-submit,
    #learnMore .input-container.position-relative {
        width: 270px;
    }


    #footer-bottom .foot-logo {
        width: 80px;
        height: 18px;
    }

    .emblem {
        width: 20px;
        height: 20px;
    }

    #top-navbar .brand-section .logo-img {
        object-position: center;
        width: 100px;
        height: 54px;

    }

    .brand-section {
        left: 0px;
    }

    .search-header-box{
        width: 56%;
    }

    .donate-header-box{
        width: 85px;
    }

    #about-ean,
    #footer-up{
        padding: 42px 50px;
    }

    #top-navbar,
    #top-navbar.scrolled {
        padding-left: 50px;
    }

    .section-subhead,
    /*.section-title,*/ .padding-page,
    .section-info{
        padding: 0px 50px;

    }
}

@media (max-width: 469px) {
    .deliverables-container,
    .objectives{
        padding: 0px 50px;
    }
}

@media (max-width: 379px) {

    #top-navbar .brand-section .logo-img {
        width: 70px;
    }

    .subscribe-button{
        margin-left: 0px;
        width: 65px;
    }

    .button-header-container .donate-header-box .donate-text{
        font-size: 14px;
    }
}