/*
    Theme Name:     Hatfield Raindrop
    Template:       understrap
    Author:         Hatfield Media
    Description:    Custom blank Bootstrap 4 Theme for use by Hatfield Media.
*/

html {
    font-size: 15px;
    overflow-x: hidden;
}

@media (min-width: 720px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 920px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1307px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 1426px) {
    html {
        font-size: 20px;
    }
}

nav {
    min-height: 96px;
}

.navbar-brand {
    height: 96px;
}

#nav-logo {
    height:100%;
}

.main-content {
    min-height:65vh;
}

.noPadding {
    padding: 0;
}

.noMargin {
    margin: 0;
}

#widthCheck {
    display: none;
    text-align: left;
}

.menu-item-23 > ul,
.menu-item-26 > ul {
    left: 5px!important;
}

.current-menu-item > .nav-link,
.current-menu-parent > .nav-link {
    border-bottom: 5px solid rgb(39, 57, 125)!important;
}

.dropdown-menu > .current-menu-item > .nav-link {
    color: white!important;
}

/*
.dropdown-menu > .current-menu-item {
    background-color: rgb(39, 57, 125)!important;
}
*/

#mobile-menu .dropdown-menu {
    left: 5px!important;
}

.dropdown-menu {
    min-width: 11rem;
}

#menu-item-114 > .dropdown-menu {
    min-width: 13rem;
}



.hs-cta-img {
    width: 100%;
}






/* Mega Menu Styling */
#mega-menu {
    display: none;
    position: fixed;
    top: 100px;
    right: 0;
    width: 1000px;
    background-color: rgba(255,255,255,0.9);
    z-index: 999;
}
#menuLocationIcon {
    display: block;
    margin-top: 27px;
    cursor: pointer;
    font-size: 1.75rem;
    color: rgb(39, 57, 125);
}

#menuLocationIcon:hover ~ #mega-menu {
    display: block;
}

.locationDiv {
    color: rgb(39, 57, 125);
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}

.locationDiv:hover {
    background-color: rgb(39, 57, 125);
    color: white;
}

.megaBlueBorder {
    border: 2px solid rgb(39, 57, 125);
}

#mega-denver,
#mega-chicago,
#mega-madison,
#mega-harrisburg,
#mega-atlanta,
#mega-toronto,
#mega-hyderabad,
#mega-cincinnati,
#mega-bangalore {
    display: none;
    font-size: 0.9rem;
}

#mega-louisville {
    font-size: 0.9rem;
}

.google-maps {
    position: relative;
    padding-bottom: 109%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.strongBlue {
    color: rgb(39, 57, 125);
    line-height: 1.2;
    font-weight: bold;
    margin-top: 20px;
}

.megaActive {
    background-color: rgb(39, 57, 125);
    color: white;
}

#menu-item-115 {
    padding-right: 0;
}

#menu-item-999 {
    padding-left: 2rem!important;
}

.mega-button {
    background-color: rgb(39, 57, 125);
    color: white;
    border: 2px solid rgb(39, 57, 125);
    padding: 5px 25px;
    border-radius: 0;
    font-size: 0.9rem;
}

.mega-button:hover {
    background-color: white;
    color: rgb(39, 57, 125);
}

@media (max-width: 1425px) {
    .google-maps {
        padding-bottom: 101%;
    }
}

@media (max-width: 1306px) {
    .google-maps {
        padding-bottom: 93%;
    }
}

@media (max-width: 1100px) {
    #mega-menu {
        width: 900px;
    }
}

@media (max-width: 991px) {
    #mega-menu {
        display: none!important;
    }
}







@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #main-menu {
        display: block!important;
    }
}















.jumbotron {
    border-radius: 0;
}




.site-footer {
    min-height: 200px;
    padding-top: 65px;
    padding-bottom: 10px;
}

footer {
    background-color: rgb(213, 221, 226)!important;
}

#footerLogo {
    max-width: 265px;
}

.footerPhone > a {
    color: rgb(112, 148, 64);
}

.footerPhone > a:hover {
    color: rgb(112, 148, 64);
}

.addressLink {
    color: black;
}

footer strong {
    font-size: 1.5rem;
}

.quickLinks a {
    color: black;
}

#newsletterSubmit {
    background-color: rgb(226, 36, 39);
    color: white;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 10px;
    border: 1px solid rgb(226, 36, 39);
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
}

#newsletterSubmit:hover {
    color: rgb(226, 36, 39);
    background-color: white;
}

#newsletterInput {
    border: none;
}

#newsletterInpu::placeholder {
    padding-left: 5px;
}

.socialDiv {
    margin-top: 15px;
}

.socialDiv a {
    color: white;
}

.socialDiv .fa {
    background-color: rgb(39, 57, 125);
    padding: 10px;
    border-radius: 20px;
    font-size: 1.25rem;
}

.socialDiv .fa:hover {
    background-color: rgb(112, 148, 64);
}

.hatfieldLink {
    font-size: 13px;
}

footer input[name="email"] {
    width: 100%;
    padding: 10px 12px;
    outline: none!important;
    border-radius: 2px;
    margin: 10px 0 10px 0;
    display: block;
    color: #999;
    line-height: 1.6;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.2s;
}

footer .hs-button {
    background-color: #1cbac8;
    border: 2px solid #1cbac8;
    border-radius: 30px;
    color: #333333;
    font-weight: bold;
    font-size: 1rem;
    padding: 12px 26px 12px 26px!important;
    text-decoration: none;
    cursor: pointer;
}

#label-email-8b66dc6c-e4ab-4043-a66f-84e23a77a1a2 {
    display: none;
}









@media (max-width: 1200px) {
    #widthCheck {
        text-align: center;
    }
}

@media (max-width: 1103px) {
    .equalNaturalMenuItems > .menu-item {
        padding: 1rem 1.5rem!important;
        padding-left: 5px!important;
    }
}

@media (max-width: 1060px) {
    .equalNaturalMenuItems > .menu-item {
        padding: 1rem 1rem!important;
        padding-left: 5px!important;
    }
}

@media (max-width: 1010px) {
    #menu-item-999 {
        padding-left: 1.25rem!important;
    }
}

@media (max-width: 1000px) {
    .equalNaturalMenuItems > .menu-item {
        padding: 1rem 0.9rem!important;
        padding-left: 5px!important;
    }
}

@media (max-width: 420px) {
    #nav-logo {
        height: 75%!important;
        margin-top: 13px!important;
    }
}

@media (max-width: 400px) {
    .navbar > .container-fluid {
        padding: 0;
    }
    .navbar-brand {
        margin-right: 0.5rem;
    }
    .navbar {
        padding-left: 5px!important;
    }
}

@media (max-width: 315px) {
    #nav-logo {
        height: 66%!important;
        margin-top: 16px!important;
    }
}

@media (max-width: 280px) {
    #nav-logo {
        height: 64%!important;
    }
}
@media (max-width: 768px) {   
#mobile-menu .dropdown-menu {
       top: 0;
}
	#mobile-menu .dropdown-menu a{
		color:white;
	}
	#mobile-menu .dropdown-menu .active > a{
		border-bottom:5px solid white;
	}
	#mobile-menu .dropdown-menu li:hover,#mobile-menu .dropdown-menu li:hover a{
		color:rgb(39, 57, 125);
	}
}

.k24Image{
    background-image: url(/wp-content/uploads/2024/05/Knowledge24.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-position 0.5s ease-in-out;
}