#map-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
    background-color: transparent;
    min-width: 220px
}

#map-wrapper svg {
    max-height: 100%;
    width: 100%;
    margin: 0
}

#text-abb text {
    font-family: Arial, Helvetica, sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.map-tip {
    display: none;
    background: #666666;
    padding: 3px 5px;
    border: none;
    font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
    color: #edeef0;
    text-transform: uppercase;
    position: absolute;
    z-index: 1000;
    word-break: keep-all;
    white-space: nowrap
}

.bank-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.bank-list li+li {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid black;
}

.bank-list .bank-title {
    font-size: 1.1em;
    font-weight: 700;
    color: #000000;
    display: block;
    width: 100%;
}

.mrtg-contact {
    padding-bottom: .5rem;
    line-height: 1.4;
}

.mrtg-contact:not(:last-child) {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.bank-info a {
    color: #0d6efd;
}

.bank-info {
    display: block;
    margin-top: 0px;
    width: 100%;
}

.modal-title {
    margin: 0;
    line-height: 1.6;
    color: #1C5C9C;
}

span.shuffle_wci_mrtg_lenders h3 {
    color: #1C5C9C;
}

.mrtg-terms h1 {
    font-size: 22px !important;
}

.mrtg-terms h2 {
    font-size: 20px !important;
}

.mrtg-contact p {
    color: #222222;
    margin-bottom: 5px;
}


.bank-contact-info {
    padding-top: 15px;
}
 
.bank-contact-info strong {
    color: #000000;
}

.bank-contact-info p strong {
    color: #000;
}

.bank-contact-info h4 { 
    font-size: 20px;
    color: #000;
}

.bank-contact-info p {
    font-size: 16px;
    color: #1d1d1d;
}

.bank-contact-info a {
    color: #242fff;
}


.bank-list .ui-sortable-handle {
    cursor: move;
}

.bank-list .ui-state-highlight {
    height: 80px;
    border: 1px solid #fcefa1;
    background-color: #fcfaf2;
}

.modal-header button.close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.modal-header button.close:hover {
    opacity: .8
}