.wider-data-frames--blog {
    padding-top: 85px;
}

.blog-post-frame {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.blog-post-frame__main-head {
    float: left;
    width: 100%;
    line-height: 1.2;
    color: #5061ac;
    font-family: "museo-slab", serif;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 11px;
}

.posted-on {
    color: #3e3f45;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    margin-bottom: 23px;
}

.posted-on a {
    color: #3e3f45;
}

.blog-img {
    margin-bottom: 37px;
}

.blog-post-frame p {
    color: #3e3f45;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 17px;
}

.search-wrap {
    width: 100%;
    float: left;
    margin-bottom: 42px;
}

.search-wrap input[type="text"] {
    width: 100%;
    border-style: none;
    height: 50px;
    background-color: #efefef;
    border: solid 2px #efefef;
    color: #3e3f45;
    padding-left: 9px;
    font-size: 18px;
    font-weight: 400;
}

.search-wrap input[type="text"]:focus,
.search-wrap input[type="text"]:active {
    border: 2px solid #5061ac;
    background-color: #ffffff;
    box-shadow: none;
}

.subscribe-wrap {
    width: 100%;
    background-color: #5061ac;
    padding: 32px 30px 44px 30px;
    float: left;
    margin-bottom: 42px;
}

.subscribe-wrap .fa {
    color: #fff;
    font-size: 100px;
}

.aside-wrap h3 {
    color: #ffffff;
    font-family: "museo-slab", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.08;
    margin-top: 25px;
    margin-bottom: 17px;
}

.aside-wrap p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
}

.limited-offer-wrap {
    width: 100%;
    background-color: #f29c1e;
    padding: 32px 30px 44px 30px;
    float: left;
    margin-bottom: 42px;
}

.limited-offer-wrap .fa {
    color: #fff;
    font-size: 100px;
}

.blog-btn-padding {
    padding: 10px 40px;
}

.blog-aside-widget-wrap {
    width: 100%;
    float: left;
    margin-bottom: 105px;
}

.blog-aside-widget-wrap h4 {
    margin: 0;
    padding: 0;
    color: #3f4b9c;
    font-family: "museo-slab", serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-aside-widget-wrap ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog-aside-widget-wrap ul li {
    list-style: none;
    margin-bottom: 13px;
    padding: 0;
}

.blog-aside-widget-wrap ul li a {
    font-size: 16px;
    line-height: 1.4;
    color: #3e3f45;
    font-weight: 400;
}

.blog-aside-widget-wrap ul li a:hover {
    opacity: .8;
    text-decoration: none;
}

.blog-post-detailed {
    float: left;
    width: 100%;
}

.blog-post-detailed h1,
.blog-post-detailed h2,
.blog-post-detailed h3,
.blog-post-detailed h4,
.blog-post-detailed h5,
.blog-post-detailed h6 {
    clear: both;
    font-weight: 700;
    font-family: "museo-slab", serif;
    margin: 20px 0 20px;
    color: #5061ac;
}

.blog-post-detailed h1 {
    font-size: 35px;
    line-height: 1.2308;
}

.blog-post-detailed h2 {
    font-size: 29px;
    line-height: 1.2069;
}

.blog-post-detailed h3 {
    font-size: 24px;
    line-height: 1.1667;
}

.blog-post-detailed h4 {
    font-size: 20px;
    line-height: 1.4;
}

.blog-post-detailed h5,
.blog-post-detailed h6 {
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.2353;
    text-transform: uppercase;
}

.blog-post-detailed h1:first-child,
.blog-post-detailed h2:first-child,
.blog-post-detailed h3:first-child,
.blog-post-detailed h4:first-child,
.blog-post-detailed h5:first-child,
.blog-post-detailed h6:first-child {
    margin-top: 0;
}

.blog-post-detailed p,
.blog-post-detailed a {
    margin: 0 0 28px;
    white-space: normal;
    word-wrap: break-word;
}

.blog-post-detailed b,
.blog-post-detailed strong {
    font-weight: 700;
}

.blog-post-detailed dfn,
.blog-post-detailed cite,
.blog-post-detailed em,
.blog-post-detailed i {
    font-style: italic;
}

.blog-post-detailed blockquote {
    border-left: 4px solid #5061ac;
    color: #707070;
    font-size: 20px;
    font-style: italic;
    line-height: 1.8182;
    margin: 0 0 35px -21px;
    padding-left: 17px;
    float: left;
    width: 100%;
}

.blog-post-detailed blockquote > blockquote {
    margin-left: 0;
}

.blog-post-detailed blockquote p {
    margin-bottom: 35px;
}

.blog-post-detailed blockquote > p:last-child {
    margin-bottom: 0;
}

.blog-post-detailed blockquote cite,
.blog-post-detailed blockquote small {
    color: #333;
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    line-height: 1.6471;
}

.blog-post-detailed blockquote em,
.blog-post-detailed blockquote i,
.blog-post-detailed blockquote cite {
    font-style: normal;
}

.blog-post-detailed blockquote strong,
.blog-post-detailed blockquote b {
    font-weight: 400;
}

.blog-post-detailed address {
    font-style: italic;
    margin: 0 0 28px;
    float: left;
    width: 100%;
}

.blog-post-detailed code,
.blog-post-detailed kbd,
.blog-post-detailed tt,
.blog-post-detailed var,
.blog-post-detailed samp,
.blog-post-detailed pre {
    font-family: Inconsolata, monospace;
}

.blog-post-detailed pre {
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    font-size: 17px;
    line-height: 1.2353;
    margin-bottom: 28px;
    max-width: 100%;
    overflow: auto;
    padding: 14px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.blog-post-detailed abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    cursor: help;
}

.blog-post-detailed mark,
.blog-post-detailed ins {
    background-color: #fff9c0;
    text-decoration: none;
}

.blog-post-detailed sup,
.blog-post-detailed sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.blog-post-detailed sup {
    bottom: 1ex;
}

.blog-post-detailed sub {
    top: .5ex;
}

.blog-post-detailed small {
    font-size: 75%;
}

.blog-post-detailed big {
    font-size: 125%;
}

.blog-post-detailed hr {
    background-color: #eaeaea;
    border: 0;
    height: 1px;
    margin-bottom: 28px;
}

.blog-post-detailed ul,
.blog-post-detailed ol {
    margin: 0 0 28px 0;
    padding: 0;
}

.blog-post-detailed ul {
    list-style: disc;
}

.blog-post-detailed ol {
    list-style: decimal;
}

.blog-post-detailed li > ul,
.blog-post-detailed li > ol {
    margin: 0 0 0 23px;
}

.blog-post-detailed blockquote > ul,
.blog-post-detailed blockquote > ol {
    margin-left: 28px;
}

.blog-post-detailed dl {
    margin: 0 0 28px;
}

.blog-post-detailed dt {
    font-weight: bold;
}

.blog-post-detailed dd {
    margin: 0 0 28px;
}

.blog-post-detailed table,
.blog-post-detailed th,
.blog-post-detailed td,
.blog-post-detailed .mce-item-table,
.blog-post-detailed .mce-item-table th,
.blog-post-detailed .mce-item-table td {
    border: 1px solid #eaeaea;
}

.blog-post-detailed table a {
    color: #333;
}

.blog-post-detailed table,
.blog-post-detailed .mce-item-table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 28px;
    width: 100%;
}

.blog-post-detailed table th,
.blog-post-detailed .mce-item-table th,
.blog-post-detailed table caption {
    border-width: 0 1px 1px 0;
    font-family: "Noto Serif", serif;
    font-size: 17px;
    font-weight: 700;
    padding: 7px;
    text-align: left;
    vertical-align: baseline;
}

.blog-post-detailed table td,
.blog-post-detailed .mce-item-table td {
    border-width: 0 1px 1px 0;
    font-family: "Noto Serif", serif;
    font-size: 17px;
    padding: 7px;
    vertical-align: baseline;
}

.blog-post-detailed img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.blog-post-detailed figure {
    margin: 0;
}

.blog-post-detailed del {
    opacity: 0.8;
}

.blog-post-detailed a {
    border-bottom: 1px solid #333;
    color: #333;
    text-decoration: none;
}

.blog-post-detailed .alignleft {
    float: left;
    margin: 7px 28px 28px 0;
}

.blog-post-detailed .alignright {
    float: right;
    margin: 7px 0 28px 28px;
}

.blog-post-detailed .aligncenter {
    clear: both;
    display: block;
    margin: 7px auto;
}

.blog-post-detailed .wp-caption {
    background: transparent;
    border: none;
    color: #707070;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 28px 0;
    max-width: 100%;
    padding: 0;
    text-align: inherit;
}

.blog-post-detailed .wp-caption.alignleft {
    margin: 7px 28px 21px 0;
}

.blog-post-detailed .wp-caption.alignright {
    margin: 7px 0 21px 28px;
}

.blog-post-detailed .wp-caption.aligncenter {
    margin: 7px auto;
}

.blog-post-detailed .wp-caption .wp-caption-text,
.blog-post-detailed .wp-caption-dd {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
}

.blog-post-detailed .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.blog-post-detailed .gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.blog-post-detailed .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.blog-post-detailed .gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.blog-post-detailed .gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.blog-post-detailed .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.blog-post-detailed .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.blog-post-detailed .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.blog-post-detailed .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.blog-post-detailed .gallery .gallery-caption {
    color: #707070;
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
}

.blog-post-detailed .gallery-columns-6 .gallery-caption,
.blog-post-detailed .gallery-columns-7 .gallery-caption,
.blog-post-detailed .gallery-columns-8 .gallery-caption,
.blog-post-detailed .gallery-columns-9 .gallery-caption {
    display: none;
}

.blog-post-detailed .mce-content-body .wpview-wrap {
    margin-bottom: 32px;
}

.blog-post-detailed .mce-content-body .wp-audio-playlist {
    margin: 0;
}

body.rtl .blog-post-detailed {
    font-family: Arial, Tahoma, sans-serif;
}

.blog-post-detailed .rtl blockquote {
    border-left: none;
    border-right: 4px solid #707070;
    margin: 0 -21px 35px 0;
    padding-left: 0;
    padding-right: 17px;
}

.blog-post-detailed .rtl blockquote > blockquote {
    margin-left: auto;
    margin-right: 0;
}

.blog-post-detailed .rtl li > ul,
.blog-post-detailed .rtl li > ol {
    margin: 0 23px 0 0;
}

.blog-post-detailed .rtl table th,
.blog-post-detailed .rtl table caption {
    text-align: right;
}

.blog-post-detailed ul,
.blog-post-detailed ol {
    margin: 0 0 20px 23px;
    float: left;
    width: calc(100% - 100px);
    padding-left: 0;
}

.blog-post-detailed ul > li,
.blog-post-detailed ol > li {
    float: left;
    width: 100%;
    color: #3e3f45;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.blog-author-bottm {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 125px;
    margin-top: 50px;
}

.blog-author-bottm__prof {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 0;
    top: 0;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
}

.blog-author-bottm__prof img {
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.blog-author-bottm__about {
    float: left;
    width: 100%;
}

.blog-author-bottm__about h3 {
    margin-top: 0;
}

.page-banner-generic {
    background-color: #5061ac;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url('../images/blog/blog-banner.png');
}

@media (max-width: 767px) {
    .blog-aside-widget-wrap {
        width: 100%;
        float: left;
        margin-bottom: 25px;
    }
    .blog-author-bottm {
        padding-left: 0;
    }
    .blog-author-bottm__prof {
        position: relative;
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }
}
