html, body {
    font-family: 'AvenirNextRegular';
}

.bg-light {
    background: #f7f7f8;
}

.text-warning {
    color: #bf9000!important;
}

.bg-warning {
    background: #bf9000!important;
}

.btn-warning {
    background: #bf9000;
    border-color: #bf9000;
    color: #fff;
}

.btn-warning:hover {
    background: #bf9000;
    border-color: #bf9000;
    opacity: 0.8;
}

a:hover{
    text-decoration: none;
}

.left h2 {
    font-size: 32px;
    color: #18191b;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    padding-bottom: 0;
}

.left p {
    color: #3b3e44;
    font-size: 16px;
    line-height: 1.5;
}

.left button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    height: 48px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.right .active{
    color: #3b3e44!important;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-color: #bf9000;
}

.right .link:hover {
    text-decoration: none;
}

.right .icon {
    color: #3b3e44;
    font-size: 15px;
    font-weight: 600;
}

.right .icon:hover {
    text-decoration: none;
    color: #bf9000;
}

.right h4 {
    font-size: 19px;
    color: #18191b;
    font-weight: 600;
}

.right label {
    font-size: 13px;
    color: #18191b;
    font-weight: 600;
}

.right .form-control {
    font-size: 13px;
    height: 45px;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.right button {
    font-size: 14px;
    border-radius: 2px;
    font-weight: 600;
}

.right p {
    font-size: 15px;
}

.right a {
    color: #bf9000;
}

.right .title {
    text-transform: uppercase;
    font-size: 14px;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item {
    color: #3b3e44!important;
    font-size: 14px!important;
    font-weight: 600;
    border: 0;
}

.nav-tabs .nav-item.active {
    border-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-color: #bf9000;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
}

.modal-body p {
    font-size: 15px;
}

.modal-footer button {
    font-size: 15px;
}

.foot small {
    font-size: 10px;
    letter-spacing: 0.25px;
    line-height: 16.8px;
}