body{
/*margin: 0 auto !important;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.row {
        display: flex;
    flex-wrap: wrap;
        margin-right: -15px;
    margin-left: -15px;
}
.row > * {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.site-branding a.brand img.svg-logo-image {
    max-height: 68px;
}
.mb-small {
    margin-bottom: 2rem;
}
.category-wrapper .item {
border-radius: 8px;
background: #FFF;
text-decoration: none;
display: block;
overflow: hidden;
height: 100%;
}
.category-wrapper .item .thumbnail {
    width: 100%;
    height: 9.375rem;
    overflow: hidden;
}
.category-wrapper .item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
}
.category-wrapper .item:hover .thumbnail img {
    transform: scale(1.05);
    }
.category-wrapper .item .content {
    padding: 1rem 1.5rem;
}
.category-wrapper .item .content .title {
    color: #2B2B30;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.875rem;
    margin-bottom: 0.5rem;
}

.category-wrapper .item .content .count {
    color: #667085;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.content-category-wrapper {
    display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
    margin-left: -15px;
}
.content-category-wrapper > * {
        width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.category-listing {
    flex: 0 0 25%;
    max-width: 25%;
}
.category-listing .sidebar-wrapper {
    height: 100%;
}
.content-wrapper {
    flex: 0 0 75%;
    max-width: 75%;
}
.sidebar-wrapper .wrapper {
    padding: 1.5rem;
    border-radius: 8px;
background: #FFF;
box-shadow: 0px 2px 4px -2px rgba(18, 26, 43, 0.06), 0px 4px 6px -2px rgba(18, 26, 43, 0.10);
/*     height: 100%; */
}
.sidebar-wrapper > .kt-inside-inner-col {
    position: relative;
    height: 100%;
}
.sidebar-wrapper .cat-link {
        background: #F9FAFB;
    padding: 0.75rem 3rem 0.75rem 1rem;
    display: flex;
    align-items: center;
    color: #2B2B30;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    margin-bottom: 6px;
}
/*.sidebar-wrapper .cat-link:after {
    content: '';
    border: solid #2B2B30;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 0.21875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s;
    position: absolute;
    right: 1rem;
    top: 40%;
}
.sidebar-wrapper .cat-link.ui-state-active:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/
.sidebar-wrapper .cat-link span {
    display: inline-block;
    padding: 0.21875rem;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
/*.sidebar-wrapper .cat-link.active {
    background-color: #861925;
    color: #fff;
}*/
.sidebar-wrapper .cat-link.current {
    /* background-color: #861925; */
    color: #fff;
    color:#861925;
}
.sidebar-wrapper .cat-link.current span {
    /* background-image: url(../images/dropdown-white.svg); */
    background-image: url(../images/dropdown.svg);
}
.sidebar-wrapper .cat-link.active span {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.topics {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    display: none;
}
.subcategories, .cat-post-link {
    display: none;.sidebar-wrapper .cat-link.current span
}
.post-link-wrapper {
    list-style-type: none;
    margin: 0;    
    padding-left: 1rem !important;
    display: none;
}
.topic-link {
    color: #2B2B30;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    /* margin-bottom: 0.5rem; */
    text-decoration: none;
    display: block;
    position: relative;
}
.topic-link.no-posts:hover {
    color: #2B2B30;
    cursor: default;
}
.cat-post-link a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 6px;
    text-decoration: none;
    color: #667085;
    padding: 5px 0 5px 2rem;
    display: block;
}
.cat-post-link a:hover {
    color: #861925;
}
.topic-link.has-posts:after {
    /*content: '';
    border: solid #2B2B30;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 0.21875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s;
    position: absolute;
    right: 1rem;
    top: 40%;*/
    content: '';
     display: inline-block;
    padding: 0.21875rem;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 1.5rem;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.topic-link.has-posts.active:after {
/*    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);*/
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.post-link {
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
    margin-bottom: 1rem;
    color: #667085;
}
.post-link a {
    text-decoration: none;
    color: #667085;
    padding: 5px 1rem;
    display: block;
    padding-top: 0px;

}

.inner-post-link {
    text-decoration: none;
    color: #667085;
    display: block;
}
.post-link a:hover, .inner-post-link:hover {
    color: #861925;
}
.inner-post-link.current, .cat-post-link.current a {
    color: #861925;
}
/*.post-link.current-post-active a {
    background: #F9FAFB;
}*/
.post-link.current-post-active a {
    color: #861925;
}
.content-wrapper .entry-content {
        border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 4px -2px rgba(18, 26, 43, 0.06), 0px 4px 6px -2px rgba(18, 26, 43, 0.10);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
    flex-direction: column;
    min-height: 44.75rem;
}
.content-wrapper .entry-content p {
    color: #2B2B30;
}
.no-post-img {
    max-width: 110px;
}
.content-single > .kt-inside-inner-col {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 4px -2px rgba(18, 26, 43, 0.06), 0px 4px 6px -2px rgba(18, 26, 43, 0.10);
    height: 100%;
    padding: 1.5rem;
    min-height: 1000px;
}
.content-single .website-link a {
    color: #667085;
}
.content-single ol {
    color: #475467;
/*    font-size: 1.125rem;
    line-height: 1.75rem;*/
    padding-left: 1.5rem !important;
    margin-bottom: 1.5rem;
}
.content-single p, .content-single h2, .content-single h3, .content-single h4, .content-single h5 {
    margin-bottom: 1.5rem;
}
.content-single ul {

/*    font-size: 1.125rem;
    line-height: 1.75rem;*/
    padding-left: 2rem !important;
    margin-bottom: 1.5rem;
}
.content-single ul:not(.kb-table-of-contents-list-sub) {
        color: #475467;
}
.kadence-breadcrumb-container {
        font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.kadence-breadcrumbs a, .kadence-breadcrumbs span {
    color: #667085;
    text-decoration: none;
}
.kadence-breadcrumbs a {
    padding: 0 1.125rem;
}
.kadence-breadcrumbs a:hover {
   color: #2b2b30; 
}
.kadence-breadcrumbs .kadence-bread-current {
        color: #2b2b30;
    padding: 0 1.125rem;
}
.kadence-breadcrumbs span.bc-delimiter {
    width: 9px;
    text-align: center;
    color: #D0D5DD;
    border: solid #D0D5DD;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 0.21875rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s;
    height: 9px;
    text-indent: -9999999px;

}
.kadence-breadcrumbs span:nth-child(5), .kadence-breadcrumbs span:nth-child(7) {
    cursor: text;
}
.kadence-breadcrumbs span:nth-child(5) a, .kadence-breadcrumbs span:nth-child(7) a {
   pointer-events: none;
    cursor: text; 
}
.ew-breadcrumb-wrapper {
    margin-bottom: 2rem;
    overflow: hidden;
}
.kadence-breadcrumbs .kadence-bc-home-icon {
    font-size: 1.25rem;
}
.category .content-area {
    margin-bottom: 5rem;
}
.search-wrapper {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 635px;
    margin-right: 15px;
/*    max-width: 80%;
    margin: 0 auto;*/
}

.search-download-wrapper .kt-inside-inner-col {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
    column-gap: 0 !important;
}
.search-wrapper input {
    border-radius: 8px;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    color: #2B2B30 !important;
    padding: 0.9375rem 1.125rem 0.9375rem 2.875rem;
    font-size: 1rem;
    line-height: 1.25;
    width: 100%;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: left 1.125rem center;
    background-size: 1.25rem auto;
    font-weight: 400;

}
::-webkit-input-placeholder { /* Edge */
  color: #667085;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #667085;
}

::placeholder {
  color: #667085;
}
.searchwp-live-search-results {

    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.searchwp-live-search-result {
    border: none;
    padding: 0;
}
.search-row {
    width: 100%;
}
.search-row a {
    text-decoration: none;
    color: #667085;
    border-bottom: 1px solid #f5f5f5;
    padding: 1.125rem 1.125rem;
    background: #ffffff;
    display: block;
}
.search-row a:hover {
    background: #f5f5f5;
    color: #2B2B30;
}
.login-wrapper {
        border-radius: 1rem;
    background: #FFF;
    padding: 2rem;
    max-width: 26.5rem;
    margin-left: auto;
    margin-right: auto;
}
.login-wrapper label {
    color: #344054;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    display: block;
    margin-bottom: 5px;
}
.login-wrapper input[type="text"], .login-wrapper input[type="password"]{
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 14px;
    outline: none;
    line-height: 1.4;
    outline: none !important;
    color: #2B2B30 !important;
}
#loginform p {
    margin-bottom: 1.25rem;
}
#loginform p.login-password {
    margin-bottom: 2rem;
}
#loginform p.login-submit {
    margin-bottom: 0;
}
#loginform #wp-submit {
    border-radius: 8px;
    border: 1px solid #861925;
    background: #861925;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}
#loginform .login-remember {
    display: none;
}
.single .wp-block-table {
    width: 100%;
}
.single .wp-block-table td, .single .wp-block-table th {
    border: none;
    color: #475467;    
    padding: 5px 10px;
}
.subcat-link-topics-wrapper {
    padding-left: 2rem;
}
.subcat-link-wrapper a {
        /* border-bottom: 1px solid #E8E8E8; */
    padding: 0.75rem 3rem 0.75rem 0;
    display: flex;
    align-items: center;
    color: #2B2B30;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    margin-bottom: 0;
}
.subcat-link-wrapper a.current {
    border-color: #861925;
    color: #861925;
}
.subcat-link-wrapper a span {
        display: inline-block;
    padding: 0.21875rem;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.subcat-link-wrapper a.active span {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.post-meta {
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.sticky-sidebar-wrapper {
    position: relative;
    
}
/*.classic-sticky {
    position: -webkit-sticky;
    position: sticky;
}*/
.classic-sticky .kt-inside-inner-col {
    height: 100vh;
    min-height: 200px;
/*    overflow: auto;*/
    position: -webkit-sticky;
    position: sticky;
/*    top: 10%;*/
    top: 90px;
}
.admin-bar .classic-sticky .kt-inside-inner-col {
    top: calc(var(--kb-admin-bar-visible, 0px) + 90px );
}
.sticky-sidebar-wrapper #catList.absolute-bottom {
    bottom: 0;
    position: absolute;
    top: auto !important;
}
.sticky-sidebar-wrapper #catList.sticky-bottom {
    bottom: 0;
    position: fixed;
    top: auto !important;
}
.sticky-sidebar-wrapper #catList.sticky-top {
    top: 0;
    position: fixed;
}
.search .loop-entry .entry-content-wrap, #archive-container .loop-entry .entry-content-wrap {
    padding: 1.5rem;
}