﻿.search-box-container input[type="text"]{
    padding: 10px;
}

.store-page-title-meet h2,
.dSubAreasRight h2,
.dSubAreasLeft h2,
h2.store-page-title-partnership {
    margin-bottom: 0;
}
dd{
    margin-left: 40px;
}
dt{
    font-weight: 400;
}

.dFooter{
    padding-bottom:0;
}

.store-nav{
    padding-top:0;
}

@media screen and (min-width: 768px){
    .store-nav{
        padding-top:150px;
    }
}

.menu.active, .submenu.active {
    background-color: white;
}
.overlay.active {
    background-color: rgba(0,0,0,.4);
    z-index: 100;
}

.img-fluid {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    width: 100%;
}

ul.dropdown{
    padding-left:0;
}

/* setting hard pixel values combat thead different root px value */


@media screen and (max-width: 768px){

    .menu-list a, .menu-list button, .submenu-list a, .submenu-list button, .auth-button a {
        font-size: 14px;
    }
    header {
        padding: 14px;
    }
    header .hamburger {
        font-size: 35px;
    }

    .menu-header {
        padding: 14px;
    }
    
    .menu-header p {
        font-size: 21px;
    }

    .dContentLeft {
        width: 100%;
    }
}

.nav__logo img{
    max-height: 40px;
}

@media screen and (min-width: 767px){
    .nav__logo img {
        max-height: unset;
    }
}



.content-tool-text{
    height: auto;
    padding:10px;
}
.content-button{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    padding-top:0;
}
a.contribute-button-text:hover, a.cta-button-text {
    color: white;
}
.carousel-container-partnership {
    display: flex;
    flex-direction: column;
}

a:not([href]) {
    color:inherit;
    text-decoration:inherit;
}
footer {
    margin-top: 4rem;
}
header.store{
    background-size: cover;
}

.footer__ICLE {
    font-family: 'adobe-garamond-pro';
}

a:hover {
    color: #002159;
}

.dStoreFull {
    padding-top: 2.25rem;
}

body{
    font-family: inherit;
}

header{
    font-family: open-sans;
}

@media screen and (min-width: 767px) {
    .dSearchNoBrowseMiddle {
        width: 48%;
        margin-left:25%;
    }
}

table{
    border-collapse: inherit;
}

.modalPopup{
    height: auto;
}

footer a:hover{
    color:white;
}
li > a.current-page::after {
    transform: scalex(1);
    background-color: #c6531a;
}

li:hover > a.current-page::after {
    background-color: #002159;
}