body {
    color: #E4A60E;
    font-family: "open sans regular";
    font-size: 14px;
    line-height: 20px;
}
.btn {
    background-color: #cf970e;
    border: 1px solid #fff;
    border-radius: 1px;
    color: #fff;
    font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}
a {
    color: #e4a60e;
    text-decoration: none;
}
.modal-footer .btn-link {
    color: #e4a60e;
}
}
.dropdown-menu > li > a:hover {
    background-color: #e4a60e;
    background-image: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    text-decoration: none;
    color: #fff;
    background-color: #e4a60e;
}
.dropdown-menu > li > a {
    padding: 9px 20px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    color: #464133;
    white-space: nowrap;
}
a:hover, a:focus {
    color: #585353;
    text-decoration: underline;
}
a:hover, a:active {
    outline: 0;
}
a {
    color: #e4a60e;
    text-decoration: none;
}
a {
    color: #7f7878;
    text-decoration: none;
}