:root{
    --accent-yellow:  #c1a783;
    --bg-gray: #F1F4F6;
    --bg-blue1: #152b46;
    --bg-blue2: #062135;
    --gray-text: #7e7e7e;
    --blue-text: #0A2458;
    --cta-color-lighter: #0e69e0;
    --cta-color: #0b5ac0;
    --cta-color-hover: #004bac;
    --border-gray: #d8d8d8;
    font-size: 16px;
    --sans-serif-font: 'Source Sans Pro', sans-serif;
    --serif-font: 'Source Serif Pro', serif;
}

:root[data-theme='larger-text']{
    font-size: 18px;
}

.hero {
min-height: 660px;
background-size: cover;
position: relative;
background-position: top center;
background-attachment:scroll;
background-repeat: no-repeat;
background-color: white;
}

#nav-container{
    position:sticky;
    position: -webkit-sticky;
    top:0;
    z-index: 999;
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
#nav-container-iw{
    position:sticky;
    position: -webkit-sticky;
    top:0;
    z-index: 999;
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

.logo-fullname{
    max-width: 200px; 
    white-space: normal; 
    line-height: 110%;
}
.page-header{
    min-height: 430px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-header:not(.header-center) .text-light{
    justify-content: flex-end !important;
    padding-bottom: 2.5rem;
}

.page-header:not(.header-center) h1{
    font-size: 3.5rem !important;
    margin-bottom: 1rem !important;
}

.home-projects-container, .international-partners-container, .final-cta{
    background-size: cover;
    background-position: center;
    position: relative;
}


.dark-bg, .dark-blue-overlay, .light-bg{
    background-size: cover;
    background-position: center;
    position: relative;
}

.flag-icon{
    border: 2px solid var(--border-gray);
    border-radius: 180%;
}

.page-header-half{
    min-height: 350px;
}

.page-header-no-half{
    min-height: 350px;
}

.line-height-greater{
    line-height: 180%;
}
.container-paragraph{
    max-width: 60vw !important;
    line-height: 180%;
}
.container-md{
    max-width: 75vw !important;
    line-height: 180%;
}
.container-news{
    max-width: 45vw !important;
    line-height: 180%;
}

.container-news p{
    font-size: 1.1rem;
}

.larger-text{
    font-size: 1.1rem;
}

.project-data-row{
    margin-bottom: 0.75rem;
}
.project-data-row p:nth-child(1){
    flex: 1;
}
.project-data-row p:nth-child(2),
.project-data-row a:nth-child(2){
    flex: 2.5;
    font-size: 1.04rem;
}

.project-page-panel .text-container{
    justify-content: space-between;
    border: 1px solid var(--border-gray);
    align-self: flex-start;
}

.project-page-image{
    max-width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.page-header.header-center::after,
.dark-bg:after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.699);
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}

.page-header:not(.header-center):after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background: rgb(205,205,205);
    background: linear-gradient(180deg, rgba(205,205,205,0) 0%, rgba(0,0,0,0.33967090254070376) 27%, rgba(0,0,0,0.6990546560421043) 76%);
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}

.light-bg:after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background: rgb(205,205,205);
    background: linear-gradient(0deg, rgba(205,205,205,0.8186624991793592) 0%, rgba(210,210,210,0.7066176812521884) 100%);
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}

.hero::after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.8186624991793592) 0%, rgba(0,0,0,0.54109585631127) 60%, rgba(0,0,0,0) 100%);
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}

.home-projects-container::after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background: rgb(5,17,40);
    background: linear-gradient(180deg, rgba(5,17,40,0.8662815467984069) 0%, rgba(6,26,53,0.7542367288712359) 100%);
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}

.dark-blue-overlay::after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background: rgba(12, 37, 88, 0.397);
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    border-top-right-radius: 10px;
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
 
}

.dark-blue-overlay:hover::after{
    background: #0a53b3d2;
    /* border-top-right-radius: 0px; */
}

.international-partners-container::after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background: rgb(7,26,59);
    background: linear-gradient(180deg, rgba(7,26,59,0.9246849081429446) 0%, rgba(8,24,55,0.8790826672465861) 77%);
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}

.final-cta::after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7530602582830007) 0%, rgba(0,0,0,0.815476703376663) 100%);
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}

.page-header > *,
.home-projects-container> *,
.hero > * ,
.dark-bg > *,
.light-bg > *,
.dark-blue-overlay > *,
.international-partners-container > *,
.final-cta > *{
    position:relative;
    z-index:2;
}

.review-book-image {
    max-height: 250px;
}
.blue{
    background-color: gray;
}

.header{
    color: var(--blue-text);
    font-weight: 600;
}

.light-blue-text{
    color: var(--cta-color);
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Source Serif Pro', serif;
}

h1:not(.tagline){
    margin-bottom: 0;
    font-size: 2.9rem;
}

.serif-font{
    font-family: 'Source Serif Pro', serif;
}

p{
    margin-bottom: 0;
    font-size: 1.04rem;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

a{
    color: var(--cta-color);
    font-family: 'Source Sans Pro', sans-serif;
}

.text-small{
    font-size: .95rem;
}

.p-bottom-padding{
    padding-bottom: .75rem;
}

li{
    font-size: 1rem;
    font-family: var(--sans-serif-font);
}
.footer-links-container a{
    margin-top: 0.5rem;
}

.dropdown-menu{
    margin-top: 0;
    min-width: 25vw;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px;
    font-size: 1.08rem;
}
.dropdown-menu.subgroups-dropdown{
    min-width: 95vw;
    max-width: 95vw;
    position: absolute;
    left: 0;
    padding: 3rem 3rem 3rem 5rem;
}

.mega-menu-container{
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.dropdown-menu.about-dropdown{
    min-width: 500px;
    position: absolute;
    left: -100;
    padding: 2rem 3rem 3rem 3rem;
}

.about-menu-container{
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-menu-container a{
    padding-left: 0;
}
.dropdown-menu a{
    white-space: unset;
    flex: 0 0 50%;
}

.dropdown-item{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.dropdown-item:hover{
    background-color: unset;
    text-decoration: underline;
}
.link-header{
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: .5rem;
}
.lower-footer a {
    margin-right: 2rem;
}
hr{
    border-top:1px solid var(--accent-yellow);
    max-width: 400px;
}

hr.gray{
    border-top:1px solid var(--border-gray);
    max-width: unset;
}

.text-gray{
    color:var(--gray-text);
}
hr.left-align{
    border-top:1px solid var(--accent-yellow);
    
    margin: 0px;
}

.container {
    padding-top: 3.5rem;
    padding-bottom: 4.3rem;
    max-width: 87vw;
}

a.no-decoration{
    text-decoration: none;
    color:inherit;
}
.secondary-bg{
    background-color: var(--bg-gray);
    background-size:cover;
}

.bg-blue1{
    background-color: var(--bg-blue1);
}
.bg-blue2{
    background-color: var(--bg-blue2);
}
.section-image{
    min-height: 70%;
    min-width: 80%;
    max-width: 100%;
    max-height: 100%;
}
.cover{
    object-fit: cover;
}

.contain{
    object-fit: contain;
}
.card{
    border: none;
    min-height: 200px;
    padding: 0;
}

.subgroup-card-home{
    margin: 0.5rem;
    position: relative;
    cursor: pointer;
    display: block;
    min-height: 190px;
    padding: 1.5rem;
    border-top-right-radius: 10px;
    height: 100%;
}

.subgroup-card-home .gradient-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(205,205,205);
background: linear-gradient(0deg, rgba(205,205,205,0) 0%, rgba(195,195,195,0) 35%, rgba(0,0,0,0.6113795860140931) 83%);
    border-top-right-radius: 10px;
}

.subgroup-card-home .gradient-overlay.active{
   opacity: 0;
   -webkit-transition: opacity 150ms linear;
   -ms-transition: opacity 150ms linear;
   transition: opacity 150ms linear;
}

.members-card{
    flex-basis: 30%;
    background-color: white;
    margin-right: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.members-card img{
    max-width: 60px; 
    max-height: 60px;
}

.clients-card{
    flex-basis: 30%;
    background-color: white;
    margin-right: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.clients-card img{
    max-width: 60px; 
    max-height: 60px;
}

.clients-card-body{
    margin-bottom: 1rem;
}


.tswg-card{
    flex-basis: 20%;
    background-color: white;
    margin-left: 1rem;
    margin-right: 1rem;
    line-height: 1.2;

}

.submit-requirement-card{
    background-color: white;
    margin-right: 1rem;
    margin-bottom: 1rem;
    min-height: 150px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;

}

.tswg-card img{
    min-height: 200px;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.text-bold{
    font-weight: 600;
}

.border-gray{
    border: 1px solid var(--border-gray);
}

.focus-area-card{
    flex-basis: 50%;
    line-height: 180%;
        
}
.project-card{
    flex-basis: 46%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    min-height: 240px;
}

.project-card .text-container{
    border-left: 1px solid var(--border-gray);
}

.project-card img{
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.light-shadow{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hard-shadow{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.origin-image-container{
    min-height: 500px;
}

.origins-panel img{
    max-height: 100%;
    object-fit: contain;
}

.mission-panel{
    min-height: 85vh;
    margin: 0;
}

.tips-panel{
    min-height: 50vh;
    margin: 0;
}

.tab-link{
    border-left: 6px solid var(--cta-color);
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
}

.grid-card:nth-child(-n+4){
    flex-grow: 0.2;
}
.grid-card{
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    background-color: unset !important;
}

.grid-card-5-per-row{
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    background-color: unset !important;
}

.featured-projects-card{
    background-color: white;
    margin-left: 12px;
    margin-right: 12px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 4%);
    margin-bottom: 40px;
    height: 100%;
    min-height: 250px;    
}

.featured-projects-card img{
   width: 130px;
   height: 130px;
   border-radius: 50%;
   background-size: cover;
   background-position: center;
   display: block;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   top: -35px;
   border: 5px solid #FFF;

}
/* old project card code */
/*.featured-projects-card img{
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
    border-bottom: 1px solid var(--border-gray);
}*/

.grid-card.no-image-card{
    min-height: 0;
    align-self: flex-start;
}

.tip{
    position:relative;
    padding-left: 30px;
    display: inline-block;
}

.tip:before{
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: 1px solid var(--accent-yellow);
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 25px;
}

.date{
    position:relative;
    padding-left: 60px;
    display: inline-block;
}

.date:before{
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: 1px solid var(--accent-yellow);
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.cta-container{
    max-width: 900px;
}

.cta-card{
    padding: 2rem;
    flex-basis: 33%;
    background-color: rgba(20, 20, 20, 0.685);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cta-card:not(:last-child){
    border-right: 1px solid var(--gray-text);
}


.social-proof-icon{
    border: 1px solid var(--border-gray);
    padding: 2rem 3rem 2rem 3rem;
    min-width: 20%;
    max-width: 20%;
    margin: auto;
}
.social-proof-icon img{
    min-height: 60px;
    min-width: 60px;
    max-width: 95%;
    max-height: 80%;
    margin-left: 50%; 
    /* Move to the left by 50% of own width */
    transform: translateX(-50%); 
}

.social-proof-container{
    padding-left: 5rem;
    padding-right: 5rem;
}

.vendor-icon{
    border: 1px solid var(--border-gray);
    padding: 2rem 3rem 2rem 3rem;
    flex-basis: 20%;
    min-width: 200px;
    min-height: 100px;
    max-width: 300px;
}

.vendor-icon img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.news-row img{
    min-width: 150px;
    min-height:100px; 
    width: 150px;
}

/* .benefits-container .column:not(:last-child){
    border-right: 1px solid var(--border-gray);
} */

.benefits-container{
    flex-wrap: nowrap;
}
.benefits-card{
    min-height: 300px;
    background-color: white;
    flex: 0 0 32%;
    padding: 2rem;
}

.benefits-card img{
    max-height: 200px;
    max-width: 100%;
    object-fit: contain;
}
.btn-primary{
    background-color: var(--cta-color);
    border-color: var(--cta-color);
}

.btn-primary.disabled,
.btn-primary:disabled{
    background-color: var(--gray-text);
    border-color: unset;
}

.btn-primary:hover:not([disabled]){
    background-color: var(--cta-color-hover);
    border-color: var(--cta-color-hover);
}
.btn-outline-primary{
    color: var(--cta-color);
    border-color: var(--cta-color);
    border-width: 2px;

}
.btn-outline-primary:hover{
    background-color: var(--cta-color-hover);
    border-color: var(--cta-color-hover);
}

.btn{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-primary:active, .btn-outline-primary:active, .dropdown-item:active{
    background-color: var(--cta-color) !important;
  }


.news-row{
    margin-top: 1rem;
    border-bottom: 1px solid var(--border-gray)
}


.big-news img{
    min-height: 350px;
    max-width: 100%;
}

.nav-item:not(:last-child){
    margin-right: 2rem;
}

.nav-item{
    display: flex;
    align-items: center;
}

.nav-link{
    color: black !important;
    font-family: var(--sans-serif-font);
    display:flex;
    align-items: center;
}


.sans-serif{
    font-family: var(--sans-serif-font);
}
.clickable{
    cursor: pointer;
}

#collapseDOD ul{
    column-count: 2; 
    column-gap: 40px;
}

.hidden{
    display: none !important;
}

/* iPad Pro and Smaller */
@media (max-width: 1024.98px){
    .navbar{
        align-items: center;
    }
    .hero::after {
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0.8186624991793592) 0%, rgba(0,0,0,0.61246840533089) 80%, rgba(0,0,0,0.5144608185070903) 100%);
    }
    .mission-panel{
        min-height: unset;
    }
    .tips-panel{
        min-height: unset;
    }    
    .nav-item{
        align-self: flex-start;
        display: block;
  
    }
    .project-card .text-container{
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .project-card h5{
        font-size: 1.3rem;
    }
    .line-height-pro-normal{
        line-height: 140% !important;
    }
    .social-proof-icon{
        border: 1px solid var(--border-gray);
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }
    .vendor-icon{
       
        padding: 2rem 3rem 2rem 3rem;
        flex-basis: 30%;
    }
    .container-news{
        max-width: 70vw !important;
    }
    .grid-card{
        flex: 0 0 33.33%;
    }
    .grid-card:nth-child(-n+4){
        flex-grow: 0;
    }
    .grid-card-5-per-row{
        flex: 0 0 25%;
    }
        .grid-card-new{
            flex: 0 0 33.33%;
        }
        .grid-card-new:nth-child(-n+4){
            flex-grow: 0;
        }
        .grid-card-5-per-row-new{
            flex: 0 0 25%;
    }
    .container-paragraph{
        max-width: 80vw !important;
    }
    .container-md{
        max-width: 85vw !important;
    }
    .benefits-container{
        flex-wrap: wrap;
    }
    .dropdown-menu{
        min-width: 90vw;
        box-shadow: unset;
    }
    .dropdown-menu.about-dropdown{
        min-width: unset;
        position: unset;
        left: -100;
        padding: 2rem 2rem 3rem 2rem;
    }
    
}

/* iPad Pro Only */
@media (min-width: 992px) and (max-width: 1024.98px){
    .cta-card btn{
        font-size: .9rem;
     }
    .mt-pro-2{
        margin-top: 1rem;
    }
    .container.mx-pro-0{
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        max-width: 100vw;
    }
    .members-card{
        flex-basis: 44%;
        background-color: white;
        margin-right: 1rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    
    .clients-card{
        flex-basis: 44%;
        background-color: white;
        margin-right: 1rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
    
    .py-pro-2{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .px-pro-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .col-pro-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }

      .pl-pro-0{
        padding-left: 0 !important;
      }

      .p-pro-5{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
      }
      .mb-pro-4{
        margin-bottom: 1.5rem;
      }
      .col-pro-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
}

/* larger than iPad and below */
@media (max-width: 991.98px) { 
    .cta-card{
        flex-basis: 50%;
        border: solid 1px var(--gray-text);
    }
    .project-card{
        flex-basis: 95%;
    }

    .project-card img{
        min-height: 100%;
    }
    .social-proof-container{
        padding: 0 !important;
    }
    .social-proof-icon{
        border: 1px solid var(--border-gray);
        padding: 1rem;
    }
    /* .benefits-container .column:not(:last-child){
        border-right: none;
        border-bottom: 1px solid var(--border-gray);
    } */

    .members-card img{
        max-width: 50px; 
        max-height: 50px;
    }
    .members-card{
        flex-basis: 45%;
        background-color: white;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    
    .clients-card img{
        max-width: 50px; 
        max-height: 50px;
    }
    .clients-card{
        flex-basis: 45%;
        background-color: white;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    
    .tswg-card{
        flex-basis: 26%;
    
    }

    .tswg-card-text{
        padding: 1rem 1rem 1rem 1rem!important;
    }
    .origin-image-container{
        padding-left: 0;
        padding-right: 0;
        min-height: 300px;
        max-height: 400px;
    }

    .h-md-100{
        height: 100%;
        width: unset !important;
        max-width: 100%;
    }

    .grid-card{
        flex: 0 0 50%;
    }
    .grid-card.no-image-card{
        display:flex;
    }
    .grid-card-new{
        flex: 0 0 50%;
    }
    .grid-card-new.no-image-card{
        display:flex;
    }
    .benefits-card{
        flex: 0 0 100%;
        padding: 2rem;
    }
}

/* iPad and below */
@media (max-width: 768px) {
    .big-news{
        display: flex;
        flex-direction: row;
    }
    .big-news img{
        min-height: unset;
        max-height: 200px;
        max-width: 250px;
    }
    .focus-area-card{
        flex-basis: 100%;
            
    }
    .featured-projects-card p{
        line-height: 130%;
    }
    .featured-projects-card-new p{
        line-height: 130%;
    }    
    .grid-card-5-per-row{
        flex: 0 0 33%;
    }
    .grid-card-5-per-row-new{
        flex: 0 0 33%;
    }    
}

@media (max-width: 575.98px) { 
    :root{
        font-size: 12px;
    }
    :root[data-theme='larger-text']{
        font-size: 14px;
    }
    .logo-fullname{
        max-width: 150px; 
    }

    .big-news{
        display: inherit;
        flex-direction: inherit;
    }

    .big-news img{
        min-height: 150px;
        max-height: 150px !important;
        min-width: 100%;
    }
    .news-row img{
        max-width: 100px;
        min-width: 70px;
    }
    .news-row .text-holder{
        padding: 0 0 0 10px !important;

    }
    .project-card img{
        min-width: 150px; 
    }
    .card{
        min-height: 150px;
    }
    .project-card .text-container{
        padding: 15px 15px 15px 15px !important;
    }
    .tagline-col{
        padding: 0 0 0 0 !important;
    }
    .tagline-container{
        padding: 2rem 2rem 2rem 2rem !important;
    }

    .hero {
        min-height: 400px;
    }
    .container{
        padding: 2rem 0 2rem 0;
    }

    .social-proof-container{
        flex-wrap: wrap !important;
    }

    .social-proof-icon{
        border: 1px solid var(--border-gray);
        padding: 2rem;
        min-width: 30%;
        max-width: 30%;
        margin: unset;
    }

    .navbar{
        padding: 0 !important;
        align-items: center;
    }

    .tswg-card img{
        max-height: 150px !important;
        min-height: 150px;
    }

   .origin-image-container{
        min-height: 200px;
    }
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .members-card{
        flex-basis: 90%;
        background-color: white;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    .clients-card{
        flex-basis: 90%;
        background-color: white;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }    
    .container-news{
        max-width: 80vw !important;
    }

    .featured-projects-card{
        min-height: 200px;
        margin-bottom: 20px;
    }

    .featured-projects-card img{
        min-height: 100px;
        max-height: 100px;
    }
.featured-projects-card-new{
        min-height: 200px;
        margin-bottom: 20px;
    }

    .featured-projects-card=new img{
        min-height: 100px;
        max-height: 100px;
    }    
    .tswg-card{
        flex-basis: 40%;
    }
    .footer-links-container{
        display: none;
    }
    .date:before{
        width: 30px;
    }

    .date{
        padding-left: 40px;
    }
    #collapseDOD ul{
        column-count: 1; 
    }
    .cta-card{
        flex-basis: 100%;
    }
    .submit-requirement-card{
       
        min-height: 100px;

    }
    .subgroup-card-home{
        min-height: 150px;
    }
    .grid-card-5-per-row{
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        background-color: unset !important;
    }
    .grid-card{
        flex: 0 0 100%;
    }

    .grid-card.sm-2-row{
        flex: 0 0 50%;
    }
    .grid-card-5-per-row-new{
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        background-color: unset !important;
    }
    .grid-card-new{
        flex: 0 0 100%;
    }

    .grid-card-new.sm-2-row{
        flex: 0 0 50%;
    }    
}

/* Really small phones */
@media (max-width: 320.98px) { 
    .grid-card{
        flex-basis: 100%;
    }
     .grid-card-new{
        flex-basis: 100%;
    }   
    #home-contract-button{
        margin-top: 1rem;
    }
}

/* Very large screens and up*/
@media (min-width: 1600px) { 
    .social-proof-container{
        padding-right: 7rem;
        padding-left: 7rem;
    }
    .social-proof-icon{
        padding: 4rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }   
    .project-page-panel{
        max-width: 67vw;
        margin: 0 auto !important;
    }
    .page-header{
        min-height: 500px;
    }
    .page-header-no{
        min-height: 500px;
    }    
    .hero {
        min-height: 680px;
        background-size: cover;
    }
    .mission-panel{
        min-height: 70vh;
    }
    .tips-panel{
        min-height: 70vh;
    }        
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 0px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: var(--bg-blue1);
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#myBtn:hover {
  background-color: #555;
}

#fontSizeBtn {
    position: fixed;
    bottom: 150px;
    right: 0px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: var(--bg-blue1);
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  #fontSizeBtn #tooltip {
    position:absolute; 
    right: 105%; 
    top: 0;
    color: black;
    padding: 10px;
  
    white-space: nowrap;
    background-color: var(--bg-gray);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

/* No Gradient Header Image*/  
  .page-header-no{
      min-height: 430px;
      background-size: cover;
      background-position: center;
      position: relative;
  }
  
  .page-header-no:not(.header-center) .text-light{
      justify-content: flex-end !important;
      padding-bottom: 2.5rem;
  }
  
  .page-header-no:not(.header-center) h1{
      font-size: 3.5rem !important;
      margin-bottom: 1rem !important;
  }
  
  .page-header-no.header-center::after,
  .dark-bg:after {
      content:"";
      display:block;
      width:100%;
      height:100%;
      background-color:rgba(0, 0, 0, 0.699);
      position:absolute;
      top:0;
      left:0;
      z-index: 1;
  }
  
  .page-header-no:not(.header-center):after {
      content:"";
      display:block;
      width:100%;
      height:100%;
      background: rgb(205,205,205);
      background: none;
      position:absolute;
      top:0;
      left:0;
      z-index: 1;
}

