html, body {
    font-family: "Roboto", sans-serif;
}



a {
    color: #006bb7;
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

    a:hover {
        color: #ff4713;
        text-decoration: none !important;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    max-width: 1300px;
    padding-top: 1.1rem;
    margin: 0px auto;
}

h1:focus {
    outline: none;
}

.text-bf-grey {
    color: #54565a
}

.text-bf-orange {
    color: #ff4713
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.d-md-show {
    display: none;
}


@media (max-width: 768px) {

    .d-md-show {
        display: block;
    }

    .d-md-hide {
        display: none;
    }
}

.policy p {
  margin-bottom:15px !important;
}
