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

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

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

.fdh-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-self: center;
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
    margin-top: 40px;
}
.fdh-title.fmt {
    margin-top: 47px;
}
.fdh-title.fmtb {
    margin-top: 37px;
}
.fdh-title h1 {
    font-family: 'Merriweather', serif;
    display: inline;
    font-size: 36px;
    line-height: 1.28em;
    font-weight: 700;
    text-align: left;
    color: #231F20;
    /*background: rgba(239,83,35, 0.5);*/
}
.fdh-except-wrap {
    width: 100%;
    max-width: 660px;
    min-height: 56px;
    margin-bottom: 47px;
}
.fdh-except-wrap .s-post-excerpt {
    color: #231F20;
    text-align: left;
}
.fdh-meta {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-self: flex-end;
    flex-wrap: wrap;
    color: #231F20;
    font-size: 15px;
    z-index: 20;
}
.fdh-meta .s-author-person {
    margin-left: 0;
    padding-top: 0;
}
.fdh-meta .s-post-updated {
    padding: 0;
    margin-top: 0;
    border-right: none;
    border-left: none;
}
.fdh-meta .s-post-updated > span {
    color: #231F20;
}
.fdh-meta .s-post-updated span {
    font-weight: normal;
}
.fdh-meta .s-post-author {
    margin-left: 6px;
}
.fdh-circle {
    position: relative;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.fdh-chevron-img {
    width: 9px;
    height: auto;
}

.fdh-image-wrap {}
.fdh-image {
    position: relative;
    width: 390px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fdh-image .s-post-image {
    position: relative;
    border-radius: 4px;
    width: 360px;
    height: 240px;
    margin-top: 40px;
    margin-left: 30px;
    z-index: 9;
}
.fdh-image-border {
    position: absolute;
    top: 0;
    left: 0;
    background:transparent;
    background-repeat: no-repeat;
    background-position: center;
    height:240px;
    width:360px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.fdh-image-border-2 {
    top: 20px;
    left: 59px;
    z-index: 4;
}
.fdh-image-border-1 {
    opacity: 0.5;
    z-index: 5;
}
.fdh-header .disclaimer-info a {
    font-weight: 400;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.fdh-header .disclaimer-info a:hover {
    text-decoration: underline;
}

.fdh-image-mob {
    display: none;
}
/*.fdh-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    border-radius: 4px;
}*/


@media (max-width: 1500px) {
    .fdh-bg svg {
        width: auto;
        height: 100%;
    }
}
@media (max-width: 1280px) {
    .fdh-header-wrap {
        width: auto;
        max-width: 1080px;
        margin: 0 auto;
    }
    .fdh-col-8 {
        max-width: 54%;
        margin-right: 6%;
    }
}
@media (max-width: 1140px) {
    .fdh-header-wrap {
        max-width: 980px;
        margin: 0 auto;
    }
}
@media (max-width: 992px) {
    .fdh-header-wrap {
        max-width: 740px;
        margin: 0 auto;
    }
    .fdh-header-wrap {
        padding: 25px 22px 54px 22px;
        width: auto;
    }
    .fdh-fill {
        padding: 0 8px;
    }
    .fdh-breadcrumb {
        text-align: center;
    }
    .fdh-title {
        margin-top: 19px;
    }
    .fdh-title.fmt, .fdh-title.fmtb {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .fdh-title h1 {
        display: block;
        text-align: center;
        font-size: 26px;
    }
    .fdh-except-wrap {
        margin: 0 auto 24px auto;
        min-height: auto;
    }
    .fdh-except-wrap .s-post-excerpt {
        text-align: center;
    }
    .fdh-image-mob {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 16px;
    }
    .fdh-col-8 {
        max-width: 100%;
        margin-right: 0;
    }
    .fdh-col-4 {
        display: none;
    }
    .fdh-col-3:not(:last-child) {
        border: none;
        padding-right: 0;
        margin-right: 0;
    }
    .fdh-col-3:first-child {
        margin-right: 12px;
    }
    .fdh-meta {
        font-size: 13px;
        justify-content: center;
        max-width: 500px;
        margin: 0 auto;
    }
    .fdh-meta .s-post-author {
        margin-top: 0;
    }
    .fdh-meta .s-author-name {
        font-size: 13px;
    }
    .fdh-breadcrumb .breadcrumb {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .fdh-meta .s-post-updated-icon {
        display: none;
    }
    .fdh-meta .s-post-updated {
        font-size: 13px;
    }
    .fdh-meta .s-post-updated span {
        display: block;
        font-size: 13px;
        margin-right: 6px;
    }
    .fdh-meta .s-author-profile-inner {
        left: -48px;
    }
}
@media (max-width: 540px) {
    .fdh-meta .s-author-profile {
        width: 164px;
    }
    .fdh-meta .s-author-person {
        font-size: 13px;
    }
    .fdh-title {
        margin-top: 14px;
        margin-bottom: 11px;
    }
    .fdh-title.fmt, .fdh-title.fmtb {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .fdh-except-wrap {
        margin: 0 auto 11px auto;
    }
    .fdh-image {
        width: 314px;
    }
    .fdh-image-border {
        left: -7px;
    }
    .fdh-image-border {
        height: 180px;
        width: 300px;
    }
    .fdh-image-border-2 {
        top: 4%;
        left: 7%;
    }
    .fdh-image .s-post-image {
        width: 300px;
        height: 180px;
        margin-top: 5%;
        margin-left: 3%;
    }
}
@media (max-width: 412px) {
    .fdh-header-wrap {
        padding: 25px 22px 64px 22px;
        width: auto;
    }
}
@media (max-width: 365px) {
    .fdh-image-border-1 {
        display: none;
    }
    .fdh-image-border-2 {
        display: none;
    }
    .fdh-image .s-post-image {
        width: 100%;
        height: 180px;
        margin-top: 0;
        margin-left: 0;
    }
}