.hh-module .section-title:after {
    background-color: #F2BD2C;
}

.hh-module .form-control:focus {
    border-color: #F2BD2C;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(242, 189, 44, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(242, 189, 44, .6);
}
 .hh-module .primary-button,.hh-module .secondary-button {
     display: inline-block;
     padding: 10px 40px;
     border-radius: 3px !important;
     border: none;
     font-weight: 700;
     font-size: 14px;
     text-transform: uppercase;
     -webkit-transition: .2s all;
     transition: .2s all;
     text-decoration:none !important;
}
 .hh-module .primary-button {
     background-color: #7B0707;
     color: #fff;
     -webkit-box-shadow: 0 0 0 2px #7B0707 inset;
     box-shadow: 0 0 0 2px #7B0707 inset;
}
 .hh-module .secondary-button {
     background-color: #F2BD2C;
     color: #2E2E2E;
     -webkit-box-shadow: 0 0 0 2px #F2BD2C inset;
     box-shadow: 0 0 0 2px #F2BD2C inset;
}
 .hh-module .primary-button:hover,.hh-module .primary-button:focus {
     background-color: transparent;
     text-decoration: none;
     color: #7B0707;
     -webkit-box-shadow: 0 0 0 2px #7B0707 inset;
     box-shadow: 0 0 0 2px #7B0707 inset;
}
 .hh-module .secondary-button a:hover,.hh-module .secondary-button a:focus,.hh-module .secondary-button:hover,.hh-module .secondary-button:focus {
     background-color: transparent;
     text-decoration: none;
     color: #7B0707;
     -webkit-box-shadow: 0 0 0 2px #7B0707 inset;
     box-shadow: 0 0 0 2px #7B0707 inset;
}
.hh-module blockquote.blockquote:before {
    color: #7B0707;
}
.datepicker.datepicker-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}