body {
    font-family: 'Lato','Arial','Helvetica Neue',sans-serif;
}

#homeaway-footer {
    padding-top: 2rem;
}

.show-more {
    padding: 20px;
    min-height: 90px;
}

.site-header-nav__dropdown-toggle.dropdown-toggle:not(.btn-link), .site-header-nav__link {
    font-size: 16px;
}

.NewsletterSignup .form-group.floating-label {
    position: relative;
    margin-bottom: 16px;
}
.NewsletterSignup .form-group .input-group {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;    
}
.NewsletterSignup .form-group.floating-label label {
    z-index: 3;
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
    position: absolute;
    left: 16px;
    font-size: 16px;
    top: 16px;
    pointer-events: none;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #0067db;
    -webkit-transition: background 750ms ease;
    transition: background 750ms ease;
}

.site-header .site-header-list-your-property.btn-default:hover, 
.site-header .site-header-list-your-property.btn-default:focus {
    border-color: #0067db;
    text-decoration: none;
    background-color: unset;
    color: #0067db;
}

.NewsletterSignup__input.form-control.email-newsletter-address {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px 16px;
    line-height: 1.5rem;
    height: unset;
    max-height: unset;
    font-size: 16px;
}

#homeaway-footer .site-footer .site-footer-sms {
    display: none;
}
#homeaway-footer .site-footer-email .input-group-btn>.btn-default {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 24px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
}
#homeaway-footer .site-footer .sms-widget .react-input-tel {
    display: flex;
    width: auto;
}
#homeaway-footer .site-footer .sms-widget .react-input-tel__country-code-2 label {
    position: absolute;
    z-index: 999;
    display: flex;
    padding: 15px 20px 15px 57px;
}
#homeaway-footer .site-footer .sms-widget form > .input-group {
    display: flex;
}
#homeaway-footer .site-footer .sms-widget .react-input-tel.input-group .react-input-tel__phone-field .form-control {
    width: 390px;
}
#homeaway-footer .site-footer .sms-widget .has-icon label~.form-control-icon {
    top: 0;
}
