.map-container {
    position: relative;
}

#map {
    width: 100%; 
    height: 80%; 
    margin: 0 auto;
}

.map-container #info {
    color: #fff;
    max-width: 265px;
    background-color: #c3122e;
    position: absolute;
    right: 55px;
    top: 200px;
    padding: 20px;
    text-align: left;
    overflow-wrap: break-word;
    opacity: 0.9;
    display: none;
    box-shadow: 0 8px 6px -6px black;
}

#info .dismiss {
    text-align: right;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all .5s;
    padding: 5px;
    margin-top: -10px;
}

#info .dismiss:hover {
    color: rgba(255,255,255,1);
}

#info a {
    color: #ddd;
    cursor: pointer;
    text-decoration: none;
}

#info a:hover {
    color: #fff;
}

#info .name {
    font-weight: 700;
    padding-bottom: 15px;
    transition: all .5s;
}

#info table  {
    font-size: 12px;
    transition: all .5s;
}

#info table td{
    border: none;
}

#info .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 3px !important;
}

#map path {
    stroke-width:2; /* control the countries borders width */
    stroke:#666 /* choose a color for the border */
}

#map circle {
    stroke:#c3122e;
    stroke-width: 1;
    fill: #c3122e;
}

.zipsearch-box .loading {
    opacity: 0.5;
    display:none;
}

.zipsearch-box .error {
    margin-top: 15px;
}

.zipsearch-box .error small {
    background-color: rgba(255,255,255,.1);
    color: #fff;
    padding: 7px 15px;
}

.zipsearch-box .error small i {
    margin-right: 5px;
}

.nearest-affiliates {
    text-align: left;
    color: #fff;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 32px;
    font-size: 20px;
    background: #c3122e;
    border-radius: 50px;
    padding: 20px 40px;
    padding-top: 30px;
    max-width: 715px;
    display: none;
    transition: height 0.66s ease-out;
}

.nearest-affiliates .title {
    color: #ddd;
    font-size: 14px;
    margin-bottom: 10px;
    font-style: italic;
}

.nearest-affiliates ul {
    padding-right: 1.5em;
    color: #fff;
}

.nearest-affiliates .less,
.nearest-affiliates .more {
    background-color: rgba(0,0,0,.1);
    margin: 0 -40px -22px -40px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all .5s;
}

.nearest-affiliates .more:hover {
    color: rgba(255,255,255,1);
}

.nearest-affiliates  .affiliate {
    color: #fff;
}

.nearest-affiliates  .affiliate a {
    color: #ddd;
    text-decoration: none;
}

 .nearest-affiliates  .affiliate a:hover {
    color: #fff;
    transition: all .5s;
}

.nearest-affiliates  .affiliate .name {
    margin-bottom: 5px;
}

.nearest-affiliates  .affiliate .distance {
    float: right;
    color: #ddd;
}

.nearest-affiliates  .affiliate .content{
    color: #DDD;
}

.nearest-affiliates  .affiliate .content i {
    margin-right: 5px;
}

.nearest-affiliates  .affiliate .content p{
    font-size: 12px;
    line-height: 23px;
    margin: 0;
}

.nearest-affiliates li {
    list-style-type: none;
    margin-bottom: 0;
}

.nearest-affiliates hr {
    border-color: rgba(255,255,255,0.3);
    margin-top: 15px;
    margin-bottom: 25px;
}

#locations input {
    border: none !important;
    border-bottom: 2px solid #fff !important;
    width: 105px !important;
    background-color: #c3122e;
    color: #efefef !important;
}

#search a:focus,
#search a:visited,
#search a {
    text-decoration: none;
}

#search:hover {
    border: 2px solid #fff;
}