.section-location {
    padding: 150px 0;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .section-location  {
        padding: 50px 0;
    }
}
.map-location {
    height: 100vh;
    position: relative;
}

@media (max-width: 500px) {
    .map-location {
        height: 100vh;
    }
}

.map-location input[type=email], .map-location input[type=password], .map-location input[type=search], .map-location input[type=submit], .map-location input[type=text]:not(.na-searchbox__ratecode-input), .map-location select, .map-location textarea {
    display: inline-block;
    width: auto !important;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 5px;
    transition: all .2s linear;
    line-height: 1.4;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    background: transparent;
    -webkit-apperance: initial;
    outline: none !important;
}

#map {
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
@media (max-width: 800px) {
    #map  {  
        height: calc(100% - 239px);
    }
}

#map h4 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

#map_directions {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#map_directions_controls {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: #032449;
    width: 100%;
    text-align: center;
    height: 100px;
    border: 1px solid #032449;
    border-top: none;
}

@media (max-width: 800px) {
    #map_directions_controls {
        height: 180px;
        padding-top: 35px;
        bottom: 59px;
    }
}

@media (max-width: 767px) {
    #map_directions_controls {
        padding-top: 15px;
    }
}

#map_directions_controls label {
    font-size: 16px;
    margin: 0 10px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

#map_directions_controls select#toaddressSelector {
    padding: 5px;
    margin-left: -30px;
    padding-left: 30px;
    width: 265px !important;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding-bottom: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}

@media (max-width: 800px) {
    #map_directions_controls select#toaddressSelector {
        padding: 5px;
        padding-left: 30px;
        height: 34px;
    }
}

#map_directions_controls select#toaddressSelector > option {
    color: #032449;
}

#map_directions_controls #fromAddress {
    width: 150px;
    display: inline-block;
    padding: 5px;
    margin-left: -50px;
    padding-left: 50px;
    width: 280px !important;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
}

@media (max-width: 800px) {
    #map_directions_controls #fromAddress {
        height: 34px;
    }
}

#map_directions_controls #toAddress {
    margin-right: 10px;
}

#map_directions_controls #toAddress span {
    display: inline-block;
    margin: 0 5px;
}

#map_directions_controls input[type=email], #map_directions_controls input[type=password], #map_directions_controls input[type=search], #map_directions_controls input[type=submit], #map_directions_controls input[type=text]:not(.na-searchbox__ratecode-input), #map_directions_controls select, #map_directions_controls textarea {
    width: auto;
    display: inline-block;
}

#map_directions_controls .btn-primary {
    position: relative;
    display: inline-block;
    min-width: 140px;
    height: 42px;
    line-height: 1;
    padding: 10px 20px;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #7E6726;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 250ms linear;
    border-radius: 0;
    width: 204px !important;
    margin: 0 15px;
    font-family: 'Montserrat', sans-serif;
}
#map_directions_controls .btn-primary:hover {
    background: #68541C !important;
}


@media (max-width: 800px) {
    #map_directions_controls .btn-primary {
        margin-left: 25px;
    }
}

#map_directions_controls .map--from {
    display: inline-block;
}

@media (max-width: 1212px) {
    #map_directions_controls .map--from {
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 800px) {
    #map_directions_controls .map--from {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    #map_directions_controls .map--from {
        display: flex;
        justify-content: center;
        padding-bottom: 15px;
    }
}

#map_directions_controls .map--to {
    display: inline-block;
}

@media (max-width: 1212px) {
    #map_directions_controls .map--to {
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 800px) {
    #map_directions_controls .map--to {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    #map_directions_controls .map--to {
        display: flex;
        justify-content: center;
        padding-bottom: 15px;
    }
}

#map_directions_controls .map--btn {
    display: inline-block;
}
#map_directions_controls .map--btn:focus {
    outline: none !important;
}

@media (max-width: 1212px) {
    #map_directions_controls .map--btn {
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 800px) {
    #map_directions_controls .map--btn {
        display: flex;
        justify-content: center;
    }
}

.section__directions .directions__placeholder {
    text-align: center;
    padding: 300px 30px;
    background: #f5f5f5;
    color: #032449;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 800px) {
    .section__directions .directions__placeholder {
        padding: 100px 30px;
    }
}

.section__directions .directions__placeholder i {
    font-size: 60px;
}

.mark-desc {
    text-align: left;
    width: auto;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

#fromAddress {
    color: #fff;
}

.adp, .adp table {
    width: 100%;
}

@media (max-width: 480px) {
    #map_directions_controls {
        width: 100%;
        left: 0;
        margin: 0;
    }
    .adp-step, .adp-substep {
        font-size: 12px;
    }
}

.one-column-map .location-content {
    position: relative;
    /* Custom  */
}

@media only screen and (max-width: 992px) {
    .one-column-map .location-content {
        text-align: center;
        padding-top: 20px;
    }
}

.one-column-map .location-content article {
    width: 100%;
    display: inline-block;
}

.location-catgeries {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    width: 150px;
    min-height: 130px;
}

.location-catgeries ul {
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    text-align: left;
}

.location-catgeries ul > li {
    display: inline-block;
}

.location-catgeries ul > li > a {
    display: inline-block;
}

.location-catgeries ul > li > a img, .location-catgeries ul > li > a span {
    display: inline-block;
    vertical-align: middle;
}

.location-catgeries ul > li > a span {
    color: #232323;
    text-transform: uppercase;
    padding: 10px 5px;
}

.map-container {
    position: relative;
    height: 378px;
}

.one-column-map {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
