.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2 !important;
}
body {
    color: #333 !important;
    font-size: 17px;
    line-height: 1.6;
}
body,h1,h2,h3,h4,h5,h6 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; !important;
}

@font-face {
    font-family: open sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"),local("OpenSans"),url(../fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000
}

@font-face {
    font-family: open sans;
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"),local("OpenSans-Extrabold"),url(../fonts/EInbV5DfGHOiMmvb1Xr-hhampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000
}

.page-content, .page-content select, .page-content input, .page-content textarea, .page-content .post-author a, .page-content .ashe-widget a, .page-content .comment-author {
    color: #333 !important;
}

h4 {
    font-weight: 800;
}

.no-padding {
    padding: 0;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.w-100 {
    width: 100% !important;
}

.f-26 {
    font-size: 26px !important;
}

.f-10 {
    font-size: 10px !important;
}

.text-center {
    text-align: center !important;
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

.img-responsive {
    max-width: 100%;
    margin: 20px auto;
}

.boxed-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding: 0 16px;
}


p, ul li {
    font-size: 20px;
    line-height: 1.6;
}

p{
    margin: 0 0 20px;
}

p a:not(.ignore) {
    color: #fb627a;
}

p a {
    text-decoration: underline;
}

.post-content > p {
    text-align: unset;
}

.page-content h1, h3 {
    color: #17191c;
}

dl, ol, ul {
    margin-top: 0;
}

address, dl, ol, ul {
    margin-bottom: 1rem;
}

li {
    margin: 11px 0;
}

.post-content ol {
    padding-left: 46px !important;
}

h1 {
    padding: 0;
    margin: 10px 0;
    line-height: 1.3;
    font-size: 31px;
    font-weight: 800;
}

.attention {
    font-size: 19px;
    margin: 20px 0;
    display: block;
    background-color: #fef5c4;
    border: 1px solid #fadf98;
    padding: 13px;
    line-height: 1.5;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.text-block.attention {
    margin-bottom: 20px;
    padding: 5px 10px;
    border: 3px dashed #fe7d7f;
    background-color: #fdbdbd;
    font-size: 18px;
    text-align: left;
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.6;
    padding: 10px 20px;
    transition: all .2s ease;
    font-weight: 800;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-danger {
    color: #fff;
    background-color: #e51f28;
    border-color: #e51f28;
    text-decoration: none;
    background-image: linear-gradient(180deg, #4ba614, #008c00);
    border: 1px solid #34740e;
}

.btn.btn-danger:hover {
    border: 1px solid #224b09;
    background-color: #36780f;
    background-image: linear-gradient(180deg, #36780f, #005900);
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.rounded {
    border-radius: .25rem !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.div-disclaimer{
    background: #ecebeb;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px;
    font-weight: 100;
    font-size: 15px;
    color:#434343;
}
.disclaimer-inner {
    max-width: 1160px;
}
.content-block{
    margin: 20px 0;
    display: block;
    background-color: #fef5c4;
    border: 1px solid #fadf98; padding: 13px;
}

@media (min-width: 1060px) {
    .boxed-wrapper {
        width: 950px;
    }
}

@media (min-width: 576px) {
    .f-sm-35 {
        font-size: 35px !important;
    }
}
@media (min-width: 768px) {
    .f-md-48 {
        font-size: 48px !important;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}