@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    
    .mobile-action-nav {
        display:none;
    }    
}

@media (min-width: 768px) {

}
@media (min-width: 551px) {

}

/* ---------------------------------- min 320px ---------------------------------- */
@media screen and (min-width: 320px) {

}


/* ---------------------------------- min 600px ---------------------------------- */
@media screen and (min-width: 600px) {
 
}


/* ---------------------------------- min 768px and max 1024px ---------------------------------- */
@media only screen and (min-width:768px) and (max-width: 1024px)  {
 
}


/* ---------------------------------- min device 768px and max device 1024px ---------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}


/* ---------------------------------- min 980px ---------------------------------- */
@media screen and (min-width: 980px) {
 
}

/* ---------------------------------- min 1024px ---------------------------------- */
@media screen and (min-width: 1024px) {

}

/* ---------------------------------- min 1200px ---------------------------------- */
@media screen and (min-width: 1200px) {
 
}


/* ---------------------------------- min 1400px ---------------------------------- */
@media screen and (min-width: 1400px) {
 .bio-image-main {
    width: 40%;
}
}


/* ---------------------------------- max 1512px ---------------------------------- */
@media screen and (max-width: 1512px) {
    .donation-v2-amounts .custom-control-inline {
        width: 31.75%;
    } 
}

/* ---------------------------------- max 1200px ---------------------------------- */
@media screen and (max-width: 1200px) {
    .donation-v2-amounts .custom-control-inline {
        width: 31.75%;
    } 
}


/* ---------------------------------- max 1140px ---------------------------------- */
@media screen and (max-width: 1140px) {

}


/* ---------------------------------- max 1024px ---------------------------------- */
@media screen and (max-width: 1024px) {
  
}


/* ---------------------------------- max 992px ---------------------------------- */
@media screen and (max-width: 992px) {
    .action-nav-wrap {
        display: none;
    }    
    .navbar-collapse.collapse.show {
        background-color: #002344 !important;
        padding:1em 1em 2em;
        margin-top:-4px;
    }
    .navbar-collapse.collapse.show .nav-item {
        border-bottom:1px solid #194782
    } 
    a.btn.btn-large.donate-btn {
        bottom: -18px;
        right: 0;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: .125rem;
        padding-bottom: .3125rem;
        margin-right: 0.5rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        max-width: 200px;
        position: absolute;
        right: 10%;
        top: 10px;
    }    
}

/* ---------------------------------- max 991px ---------------------------------- */
@media (max-width: 991px) {

}


/* ---------------------------------- max 800px ---------------------------------- */
@media screen and (max-width: 800px) {
    .bioSection {
      padding-block: 0;
    }
    .bio-content-main {
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100%;
        z-index: 1;
        background: #1A4782;
        position: relative;
        color: #fff;
        margin-left: 0;
        padding: 3em;
    }
    .bio-image-main {
        width: 100%;
        z-index: 2;
        right: 0;
        top: 0;
        position: relative;
    }  
    .bioFeature {
        width: 100%;
        margin: 0 auto;
    }      
}

/* ---------------------------------- max 768px ---------------------------------- */
@media screen and (max-width: 768px) {
    .simple-blockquote {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1A4782;
        padding: 0 0.95em;
        margin-left: 10px;
        position: relative;
        line-height: 1.25;
        /* border-left: 12px solid #E60023; */
    }
    .section-brief {
        padding: 5em 2em;
    }    
    .home.page-38 .site-signup {
        width: 100%;
        max-width: 100%;
        position: relative;
        z-index: 0;
        top: 0;
        left: 15%;
        transform: translate(-15%, 0%);
        text-align: center;
        padding: 0.5em;
        background: #002344;
    }
}

/* ---------------------------------- max 740px ---------------------------------- */
@media screen and (max-width: 740px) {

}

/* ---------------------------------- max 640px ---------------------------------- */
@media screen and (max-width: 640px) {
    .joinctaSection a {
        color: #fff;
        text-align: center;
        font-size: 13px;
    }
    ul.action-list {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: left;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        transform: translateY(0);
        margin-top: 0;
        width: 100%;
    }
    ul.action-list li {
        display: inline-block;
        text-align: center;
        margin-right: 0;
        width: 100%;
    } 
    .simple-excerpt {
        position: relative;
        width: 100%;
        padding: 15px;
    }   
    .simple-excerpt:before {
        content: "";
        width: 30%;
        height: 15px;
        display: block;
        background-color: #1A4782;
        position: relative;
        left: 0;
        top: 50%;
        margin-top: -10px;
        margin-bottom: 20px;
    }  
    .donate-section {
        background-color: #1A4782;
        margin-left: 0;
        padding: 2em 0 0;
    }                
}  


/* ---------------------------------- max 550px ---------------------------------- */
@media (max-width: 550px) {
    
}



/* ---------------------------------- max 480px ---------------------------------- */
@media screen and (max-width: 480px) {
     
}


/* ---------------------------------- LANDSCAPE ---------------------------------- */
@media all and (orientation:landscape) {
 
}