/*** header 12 ***/
.brt-header {
    position: relative;
    display: block;
    width: 100%;
    background: #F6F9FC;
    margin-top: 0;
    margin-bottom: 56px;
}
.brt-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.brt-bg svg {
    width: 100%;
    height: auto;
}
/*.brt-circle-bg {
    position: absolute;
    width: 303px;
    height: 303px;
    background: #FF7E8D;
    opacity: 0.2;
     filter: blur(280px);
    border-radius: 50%;
    z-index: 8;

}
.brt-circle-bg-left {
    top: 50%;
    transform: translateY(-50%);
    left: -154px;
    background: linear-gradient(180deg, #FF7E8D 0%, #FF7E8D 100%);
}
.brt-circle-bg-center {
    bottom: -150px;
    right: 23%;
    background: linear-gradient(180deg, #FF7E8D 0%, #FF7E8D 100%);
}
.brt-circle-bg-right {
    top: -15%;
    right: -154px;
    background: linear-gradient(180deg, #FF7E8D 0%, #FF7E8D 100%);
}*/
.brt-header-wrap {
    position: relative;
    display: block;
    width: auto;
    max-width: 1268px;
    margin: 0 auto;
    background: transparent;
    padding: 31px 20px 43px 20px;
    z-index: 40;
}
.brt-breadcrumb {
    padding-left: 34px;
}
.brt-breadcrumb .breadcrumb {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 4px;
}
.brt-breadcrumb .breadcrumb a {
    color: #808080;
}
.brt-content {
    display: flex;
}

.brt-col-8 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 64%;
}
.brt-col-4 {
    max-width: 36%;
}
.brt-col-3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 6px;
}
.brt-col-3:not(:last-child){
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #ACB3C1;
}

.brt-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    margin-top: 54px;
    padding-left: 34px;
}
.brt-title.fmtb {
    margin-top: 4%;
    margin-bottom: 10px;
}
.brt-fill {
    display: none;
    height: auto;
    width: 0;
    padding: 0 16px;
}
.brt-title h1 {
    font-family: 'Lora', serif;
    display: inline;
    font-size: 36px;
    line-height: 1.28em;
    font-weight: 500;
    text-align: left;
    color: #231F20;
    /*background: rgba(239,83,35, 0.5);*/
    padding-right: 14px;
}
.brt-content .s-post-excerpt {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: normal;
    color: #231F20;
    text-align: left;
    padding-left: 34px;
    margin-bottom: 11px;
}
.brt-meta {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #231F20;
    font-size: 15px;
    z-index: 20;
    padding-left: 34px;
}
.brt-meta .s-author-name {
    color: #231F20;
    background-image: -webkit-repeating-linear-gradient(left,#231F20 0,#231F20 50%,transparent 50%,transparent 100%);
    background-image: repeating-linear-gradient(to right,#231F20 0,#231F20 50%,transparent 50%,transparent 100%);
}
.brt-meta a.s-author-modal:hover .s-author-name {
    background-image: -webkit-linear-gradient(left,#231F20 0,#231F20 100%);
    background-image: linear-gradient(to right,#231F20 0,#231F20 100%);
}
.brt-meta .s-author-person {
    margin-left: 0;
    padding-top: 0;
}
.brt-meta .s-post-updated {
    padding: 0;
    margin-top: 0;
    border-right: none;
    border-left: none;
    color: #231F20;
}
.brt-meta .s-post-updated span {
    font-weight: normal;
}
.brt-meta .s-post-author {
    margin-left: 6px;
}
.brt-circle {
    position: relative;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.brt-chevron-img {
    width: 9px;
    height: auto;
}

.brt-image-wrap {}
.brt-image {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brt-image .s-post-image {
    position: relative;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    z-index: 9;
}
.brt-circle-border {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background:transparent;
    background-repeat: no-repeat;
    background-position: center;
    height:220px;
    width:220px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
.brt-circle-3 {
    height:270px;
    width:270px;
    background-image: url("../../images/border-dotted-3.svg");
}
.brt-circle-2 {
    height:250px;
    width:250px;
    background-image: url("../../images/border-dotted-2.svg");
}
.brt-circle-1 {
    height:230px;
    width:230px;
    background-image: url("../../images/border-dotted-1.svg");
}

.brt-header .disclaimer-info {
    position: absolute;
    width: auto;
    left: 40px;
    bottom: -47px;
    max-width: 801px;
    opacity: 1;
}
.brt-header .disclaimer-info a {
    font-weight: 400;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.brt-header .disclaimer-info a:hover {
    text-decoration: underline;
}

.brt-image-mob {
    display: none;
}


@media (max-width: 1500px) {
    .brt-bg svg {
        width: auto;
        height: 100%;
    }
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
    .brt-header-wrap {
        padding: 25px 22px 54px 22px;
        width: auto;
    }
    .brt-fill {
        padding: 0 8px;
    }
    .brt-breadcrumb {
        padding-left: 0;
        text-align: center;
    }
    .brt-title {
        max-width: 680px;
        margin: 11px auto 11px auto;
        padding-left: 0;
    }
    .brt-content .s-post-excerpt {
        padding-left: 0;
        text-align: center;
        width: 100%;
        max-width: 680px;
        margin: 0 auto 11px auto;
    }
    .brt-title h1 {
        display: block;
        text-align: center;
        font-size: 26px;
        padding-right: 0;
    }
    .brt-header .disclaimer-info {
        max-width: 80%;
        bottom: -10%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .brt-image-mob {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 12px;
    }
    .brt-col-8 {
        max-width: 100%;
    }
    .brt-col-4 {
        display: none;
    }
    .brt-col-3:not(:last-child) {
        border: none;
        padding-right: 0;
        margin-right: 0;
    }
    .brt-col-3:first-child {
        margin-right: 12px;
    }
    .brt-meta {
        font-size: 13px;
        justify-content: center;
        padding-left: 0;
        max-width: 500px;
        margin: 0 auto;
    }
    .brt-meta .s-post-author {
        margin-top: 0;
    }
    .brt-meta .s-author-name {
        font-size: 13px;
    }
    .brt-breadcrumb .breadcrumb {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .brt-meta .s-post-updated-icon {
        display: none;
    }
    .brt-meta .s-post-updated {
        font-size: 13px;
    }
    .brt-meta .s-post-updated span {
        display: block;
        font-size: 13px;
        margin-right: 6px;
    }
    .brt-meta .s-author-profile-inner {
        left: -48px;
    }
}
@media (max-width: 540px) {
    .brt-meta .s-author-profile {
        width: 164px;
    }
    .brt-meta .s-author-person {
        font-size: 13px;
    }
}
@media (max-width: 412px) {
    .brt-header-wrap {
        padding: 25px 22px 64px 22px;
        width: auto;
    }
}