img.wrap {
    float: left;
    margin-right: 20px;
}

.body {
    border: none;
    border-radius: 0;
    background-color: #FFFDC5;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.superdiv {
    border-color: #0000ff;
    border-width: medium;
    border-style: solid;
    border-radius: 25px;
    background: #00FFFD;
    padding: 2px;
    width: 500px;
    margin: 10px auto auto;
    color: red;
}

.red {
    background-color: red;
    color: black;
}

#global-wrapper {
    background-color: #ffffff;
}

textarea {
    resize: none;
    word-wrap: break-word;
    border-radius: 10px;
    border-color: white;
}

input {
    border-radius: 10px;
    border-color: white;
}

.lead__summary-content {
    text-align: justify;
    word-break: break-all;
}

.navbar li {
    display: inline;
}

.formline {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 2px dashed #63B363;
}

.form {
    padding: 10px;
    background-color: #ACE8FE;
    border-radius: 20px;
}

.brand {
    background-color: green;
}

.formsubmit {
    border-radius: 20px;
    border-color: blue;
    background-color: #3E72FF;
    color: #87FF87;
    text-align: center;
    margin: 10px;
}

.navbar {
    position: fixed;
    top: 0;
    background-color: #333333;
    width: 100%;
}

.hero-wrap {
    margin-top: 60px;
}

.map {
    margin-top: 50px;
    margin-bottom: 10px;
}

#mapitem {
    height: 300px;
    width: 350px;
}

.footer.scrolling {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    background-color: #333333;
    width: 100%;
    height: 10px;
    font-size: 100%;
    color: white;
}

.lead__title-content {
    margin-top: 30px;
    color: #3a3232;
}

@media screen and (min-width: 760px) {
    .navbar_nav .dropicon {
        display: none;
    }

    .sidebar {
        display: block;
        float: right;
        height: 100%;
    }

    .dropdown {
        position: relative;
        display: inline;
        float: right;
        top: 0;
        right: 70px;
        border-radius: 50px;
        color: #3399ff;
        font-size: 120%;
    }
}

@media screen and (max-width: 600px) {
    .btn.btn--primary.site-cta-link.tel {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .navbar_nav li:not(:last-child) {
        display: none;
    }

    .navbar_nav .dropicon {
        position: absolute;
        right: 60px;
        top: 0;
    }

    .dropdown {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50px;
    }

    .navbar_nav.responsive {
        position: relative;
    }

    .navbar_nav.responsive .dropicon {
        position: absolute;
        right: 60px;
        top: 0;
    }

    .navbar_nav.responsive li {
        float: none;
        display: block;
        text-align: center;
    }

    .sidebar {
        display: none;
    }
}

.dropdown-content {
    margin-top: 2px;
    display: none;
    position: absolute;
    box-shadow: 2px 2px 2px 0 #5b150e;
    z-index: 1;
    background-color: #3399ff;
}

.dropdown:hover .dropdown-content {
    display: block;
    color: #ff761c;
}

.dropdown-content-item {
    width: 120px;
    padding: 10px 10px;
    line-height: 30px;
    text-align: center;
    border-bottom: #8e8c8c solid 1px;
}

.article {
    word-break: break-all;
}

.appointment_item {
    margin-top: 20px;
}

.introduce {
    color: black;
}

.introduce_item {
    margin-top: 5px;
}

.select_address {
    margin-top: 10px;
}

.item_text {
    width: 100%;
    height: 45px;
    margin-top: 10px;
    padding: 0 10px;
    border: 3px solid #9b0f0f;
    background: #dac4c4;
}

.item_textarea {
    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;
    outline: none;
    border: 3px solid #9b0f0f;
    background: #dac4c4;
}

.select {
    height: 45px;
    border-radius: 10px;
    padding: 0 10px;
    margin-top: 10px;
}

#select_day, #select_time_period {
    display: none;
}

.item_submit {
    width: 120px;
    height: 45px;
    margin-bottom: 20px;
    background: #dac4c4;
}
