.white { color: #ffffff; }
.textsmall { font-weight: 400; font-size: 0.8em; }
.textleft { text-align: left; }


#site-navigation-wrap .dropdown-menu {
    margin-top: 30px; }

/* Area that holds phone icon, phone number, button */

.after-header-content  {
    vertical-align: top !important;
}

/* FOOTER WIDGET AREA */
#footer-widgets {
    text-align: center;
}

/* phone icon */

.phone { 
height: 20px; 
width: 20px;
bottom: 30px; }

.phonenumber { 
font-size: 1.5em; 
color: #00447f; 
font-weight: 900;
padding-left: 5px;
padding-right: 15px;
 }

/* alternate button style */

.schedule  {
    color: #ffffff !important;
    font-size: 1.1em;
    font-weight: 800;
    letter-spacing: -0.12px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 23px 11px 23px;
    margin: 40px 0 0 20px;
    border: 2px solid #3999d9;
    background-color: #3999d9;
    border-radius: 3px;
    cursor: pointer;
}

.schedule a:hover {
    background-color: #1d73bb !important;
}

.button { font-size: 14px; }