.page-main {
    background-image: url(/static/images/account/le-mil-bg.jpg);
}

.column.main {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: Klavika;
    margin-bottom: 1rem;
}

#locator-form .field-wrapper {
    flex: 1 1 0%;
    width: 100%;
}

@media (min-width: 1024px) {
    #locator-form .field-wrapper {
      margin-right: 1rem;
      width: initial;
    }
}

#locator-form .field {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
}

@media (min-width: 1024px) {
    #locator-form .field {
      width: initial;
    }
}

#locator-form .field label.label {
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0.5rem;
    text-align: left;
    float: none;
    width: 100%;
}

#locator-form .field label.label::after {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
}

#locator-form .field .control {
    margin-bottom: 1rem;
    float: none;
    width: 100%;
}

#locator-form .field .control input:not([type="checkbox"]),
      #locator-form .field .control select,
      #locator-form .field .control textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-style: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 0;
    background-color: #3a3a3a;
    outline: 0;
    box-shadow: none;
    padding-left: 1.5rem;
    width: 100%;
    min-height: 70px;
}

#locator-form .field .control input:not([type="checkbox"]):focus,
        #locator-form .field .control select:focus,
        #locator-form .field .control textarea:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#locator-form .field .control input:not([type="checkbox"]):focus,
        #locator-form .field .control select:focus,
        #locator-form .field .control textarea:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-style: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 0;
    background-color: #3a3a3a;
    outline: 0;
    box-shadow: none;
    padding-left: 1.5rem;
}

#locator-form .field .control input:not([type="checkbox"]):focus:focus,
          #locator-form .field .control select:focus:focus,
          #locator-form .field .control textarea:focus:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#locator-form .action.primary {
    text-transform: uppercase;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    color: #222;
    font-size: 1rem;
    text-decoration: none;
    font-family: Flama;
    font-weight: 400;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-style: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
    opacity: 1;
    background-image: linear-gradient(to right, #fec303 calc(100% - 25px), rgba(0, 0, 0, 0) calc(100% - 25px)), url(/static/images/common/radian-primary-btn.svg);
    padding-right: 2rem;
    width: 100%;
    min-height: 70px;
}

#locator-form .action.primary span {
    color: #222;
    font-size: 1rem;
    font-family: Flama;
    margin: 0;
    padding: 0;
}

@media (min-width: 1024px) {
    #locator-form .action.primary {
      width: initial;
    }
}

.dealer-list {
    list-style-type: none;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
    max-height: 500px;
}

.dealer-card {
    background-color: #3a3a3a;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 1rem;
}

.dealer-card h4 {
    color: #fec303;
    margin-top: 0;
    margin-bottom: 0;
}

.dealer-card .dealer-phone {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.dealer-card p {
    font-size: 1rem;
    margin: 0;
}

.locator-map {
    width: 100%;
    min-height: 500px;
}

a.dealer-registration, a.dealer-registration:link, a.dealer-registration:visited, a.dealer-registration:hover, a.dealer-registration:active {
    display: block;
    font-size: 1rem;
    color: #fec303;
    text-decoration: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    background-color: #3a3a3a;
    border-radius: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}