.largeSpace {
    height: 0em;
}

.h3style {
    font-family: 'Montserrat';
    color: #4b4b4b;
    font-size: 2em;
    font-weight: 500;
}

.LearningCenter {
    display: flex;
    gap: 5em;
    justify-content: space-between;
}

.LearningCenter2 {
    display: flex;
    gap: 5em;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.LearningCenterContent {
    width: 50%;
}

.htmlModuleWrap, .productGridWrap {
    padding: 1em 0em;
}


/*Locations*/
@media screen and (max-width: 600px) {
img.branch-icon-image {
        float: initial !important;
        width: 100%;
        height: 8%;
    }
}

@media screen and (max-width: 600px) {
    img.branch-icon-image {
        float: initial !important;
        width: 2em
40px
 !important;
        height: 2em !important;
    }
}

* Existing rule for branch icon images */
img.branch-icon-image {
    height: 1.5em;
    width: auto !important;  
}

@media screen and (max-width: 400px) {
    img.branch-icon-image {
        height: 2em !important;
        width: 2em !important;
    }
}

.branch-locations-section {
background:white;
}

.branch-locations-section {
    background: #ffffff00;
padding: 0%;
}

/*Contact Form*/
.contact-form-v2__column {
    width: 100%;
}

select#f5 {
    width: 100%;
}

@media screen and (max-width: 700px) {
    .mod-fdic-logo.mod-fdic-logo--mobile {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .mod-navigation-logo-wrap {
        width: 90%;
    }
}


.branch-name-wrapper {
    width: 100%;
}

.branch-item {
    background: #e9e9e9;
    padding: 1em;
}

.branch-name {
    font-size: 1em;
    font-weight: bold;
    color: #0056b3;
    margin-left: 1em;
    padding-top: .4em;
    padding-bottom: .25em;
}

@media screen and (max-width: 600px) {
    .htmlModuleWrap {
        padding:0em;

    }
}

@media screen and (max-width: 400px) {
.branch-item {
    padding:0em;
}
}

    img.branch-item-image {
        width: 100%;
    }

@media screen and (max-width: 600px) {
    img.branch-item-image {
        width: 100% !important;
    }
}