@font-face {
    font-family: 'British Council Sans';
    src: url('custom-fonts/BritishCouncilSans-Regular.woff2') format('woff2'),
        url('custom-fonts/BritishCouncilSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'British Council Sans';
    src: url('custom-fonts/BritishCouncilSans-BdIt.woff2') format('woff2'),
        url('custom-fonts/BritishCouncilSans-BdIt.woff') foformat('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

div.blog_post_grid > div.sidebar_column {
    width: 25% !important;
}
div.blog_post_grid div.blog_post_preview {
    padding-right: 0 !important;
}
div.blog_post_grid div.blog_post_preview:nth-of-type(2n) {
    padding-left: 0 !important;
}

div.blog_post_grid div.blog_post_preview div.inner_blog_post_preview {
    padding-right: 20px;
    padding-left: 0;
}
div.blog_post_grid div.blog_post_preview:nth-of-type(2n) div.inner_blog_post_preview {
    padding-right: 0;
    padding-left: 20px;
}

div.blog_post_grid > div.main_column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.single-bc-blog a.mk-post-nav {
    display: none !important;
}

.light_grey_bg {
    background-color: #F8F8F8;
}
div.blog_post_grid,
div.single_blog_post {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

div.featured_blog_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 40px;
}
div.featured_blog_post div.featured_blog_image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 41.666%;
}
div.featured_blog_post div.featured_blog_text {
    width: 58.333%;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.archivo_black_font {
    font-family: "Archivo Black";
}
.no-margin-bottom {
    margin-bottom: 0;
}
.blog_post_date_and_category {
    color: #E31837;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-bottom: 5px;
}
.blog_post_author_and_position {
    color: #676767;
    font-size: 12px !important;
}

.featured_blog_post h3 {
    margin-bottom: 5px;
}

.blog_post_grid h3 {
    margin-bottom: 0;
}

a.red_button {
    color: #FFFFFF;
    background-color: #E31837;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    display: inline-block;
}

div.category_sidebar {
    padding: 40px 32px;
}
div.category_sidebar h5 {
    text-transform: uppercase;
    font-weight: 700;
}

div.category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div.category-container div.category-name-box {
    width: 80%;
}
div.category-container div.category-count-box {
    width: 20%;
    text-align: right;
}

a.alt-read-more-button {
    font-size: 15px !important;
}
a.alt-read-more-button::after {
    right: -43px !important;
}

div.blog_post_preview div.thumbnail {
    margin-bottom: 20px;
}

.nw_pagination {
    text-align: center;
    margin-bottom: 60px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nw_pagination .page-numbers {
    border-radius: 30px;
    margin-right: 17px;
    width: 40px;
    height: 40px;
    border: 1px solid #676767;

    font-size: 20px;
    font-weight: bold;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nw_pagination .prev,
.nw_pagination .next {
    display: none;
}
.nw_pagination .current {
    background-color: #E31837;
    color: #FFFFFF;
    border: none;
}

.khula_font {
    font-family: "Khula" !important;
}

@media only screen and (max-width: 767px) {
    div.single_blog_post, div.blog_post_grid {
        display: block !important;
    }
    div.blog_post_grid > div.main_column {
        display: block !important;
        width: 100% !important;
    }
    div.blog_post_grid div.blog_post_preview {
        width: 100% !important;
        padding-bottom: 30px !important;
    }
    div.blog_post_grid div.blog_post_preview div.inner_blog_post_preview {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    div.blog_post_grid > div.sidebar_column {
        width: auto !important;
        margin-left: 0 !important;
    }

    div.featured_blog_post {
        display: block !important;
    }
    div.featured_blog_post div.featured_blog_image {
        width: auto !important;
        height: 200px !important;
    }
    div.featured_blog_post div.featured_blog_text {
        width: auto !important;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .nw_pagination {
        margin-top: 60px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    div.single_blog_post > div.main_column,
    div.blog_post_grid > div.main_column {
        width: 75% !important;
    }

    div.blog_post_grid > div.sidebar_column {
        width: 25% !important;
    }
}

div.featured_blog_post div.featured_blog_image {
    position: relative;
}
div.featured_blog_post div.featured_blog_image div.featured_blog_post_label {
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}

div.featured_blog_post div.featured_blog_image div.featured_blog_post_label p {
    color: #FFFFFF;
    font-family: "Khula";
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 20px;
    padding-bottom: 2px;
}

div.single_blog_post {
    margin-top: 55px;
    margin-bottom: 120px;
}
div.single_blog_post p.blog_post_date_and_category,
div.single_blog_post p.blog_post_author_and_position {
    display: inline-block;
}
div.single_blog_post p.blog_post_date_and_category {
    width: 49%;
}
div.single_blog_post p.blog_post_author_and_position {
    width: 50%;
    text-align: right;
}
div.single_blog_post div.main_blog_post_image,
div.post_builder div.block-1_col_image {
    margin-bottom: 30px;
}
div.post_builder.new-site-style h2 {
    padding-bottom: 0;
}

div.single_blog_post_summary {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 90px;
    padding-right: 90px;
}

div.post_builder blockquote {
    background-color: transparent;
    border-left: 5px solid #E31837;
    padding: 0;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: "Khula";
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

@media only screen and (max-width: 767px) {
    div.single_blog_post {
        margin-bottom: 55px !important;
    }
    div.single_blog_post > div.main_column,
    div.single_blog_post > div.sidebar_column {
        width: auto !important;
    }
    div.single_blog_post > div.sidebar_column {
        margin-left: 0 !important;
        margin-top: 30px !important;
    }
    div.single_blog_post_summary {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-device-width: 991px) {
    div.single_blog_post_summary {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    div.single_blog_post p.blog_post_date_and_category {
        margin-bottom: 0;
    }
    div.single_blog_post p.blog_post_date_and_category,
    div.single_blog_post p.blog_post_author_and_position {
        display: block;
        width: auto;
    }
    div.single_blog_post p.blog_post_author_and_position {
        text-align: left;
    }
}

div.share-bar {
    display: none;
}

ul.social-share {
    list-style-type: none;
    margin-left: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}
ul.social-share li {
    margin-left: 0;
}
ul.social-share li a {
    display: block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}
ul.social-share li a.facebook {
    background-image: url('../images/blog/facebook.svg');
    background-color: #39579A;
}
ul.social-share li a.twitter {
    background-image: url('../images/blog/twitter.svg');
    background-color: #1CABF0;
}
ul.social-share li a.linkedIn {
    background-image: url('../images/blog/linkedin.svg');
    background-color: #127BB6;
}

@media only screen and (max-width: 1199px) {
    ul.social-share {
        display: none;
    }

    body.single-bc-blog div.overlay-slider {
        display: none !important;
    }
    body.single-bc-blog .bottom-corner-btns .mk-go-top {
        bottom: 55px !important;
    }
    div.share-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    div.share-bar a {
        color: #ffffff;
        cursor: pointer;
        display: block;
    }
    div.share-bar div.share-icons a:not(:last-of-type) {
        margin-bottom: 10px;
    }
    div.share-bar div.share-icons a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    div.share-bar div.share-icons a.linkedIn {
        background-color: #127bb6;
    }
    div.share-bar div.share-icons a.twitter {
        background-color: #00abf0;
    }
    div.share-bar div.share-icons a.facebook {
        background-color: #3a579a;
    }
}

div.next_and_previous_post {
    background-color: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 60px;
}
.make-me-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div.next_or_previous_post {
    width: 50%;
}
div.previous_post,
div.next_post {
    position: relative;
    padding-left: 8.333%;
    padding-right: 8.333%;
}
div.previous_post {
    border-right: 1px solid #AEAEAE;
}
h5.next_or_prev_heading {
    font-family: "Khula";
    font-size: 15px;
    text-transform: uppercase;
    color: #676767;
    font-weight: bold;
}
img.previous_post_arrow,
img.next_post_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
img.previous_post_arrow {
    left: 0;
}
img.next_post_arrow {
    right: 0;
}

@media only screen and (max-width: 767px) {
    div.next_and_previous_box {
        display: block;
    }
    div.next_or_previous_post {
        width: auto;
    }
    div.previous_post {
        border-right: 0;
        padding-left: 0;
        padding-right: 16.666%;
    }
    div.next_post {
        padding-left: 0;
        padding-right: 16.666%;
        margin-top: 40px;
    }
    img.previous_post_arrow {
        left: auto;
        right: 0;
    }

    .next_and_previous_box .image-16-9 {
        display: none;
    }


}

@media only screen and (max-width: 1199px) {

    ul.social-share {
        display: none;
    }

    .single-bc-blog {
        overflow-x: hidden;
    }

    div.share-bar {
        background-color: rgba(0,0,0,0.7);
        position: fixed;
        bottom: 0;
        display: block;
        width: 100%;
        text-align: center;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }

    div.share-bar .share-icons-padding {
        padding: 10px;
        padding-bottom: 0;
    }

    div.share-bar .share-bar-padding {
        cursor: pointer;
        padding-top: 28px;
        padding-bottom: 23px;
    }

    div.share-bar .share-icons {
        background-color: #FFFFFF;
    }

    .single-bc-blog .overlay-slider,
    .single-bc-blog .bottom-corner-btns {
        display: none !important;
    }

    div.share-bar .toggle-share-bar {
        text-transform: uppercase;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0;
        margin-bottom: 0;
    }


    div.share-bar .share-icons-padding {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    div.share-bar .share-icons-padding li {
        list-style: none;
        width: calc(33% - 5px);
        background-color: grey;
        border-radius: 5px;
        margin-bottom: 10px;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
    }


    div.share-bar .share-icons-padding a {
        padding-left: 50px;
        color: white;
        font-weight: bold;
        text-align: left;
    }

    div.share-bar .share-icons-padding a:hover {
        color: white;
    }

    div.share-bar .share-icons-padding li.linkedIn {
        background-color: #127bb6;
    }

    div.share-bar .share-icons-padding li.twitter {
        background-color: #00abf0;
    }

    div.share-bar .share-icons-padding li.facebook {
        background-color: #3a579a;
    }


    div.share-bar .share-icons-padding li a:before {
        width: 25px;
        height: 25px;
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    div.share-bar .share-icons-padding li.linkedIn a:before {
        background-image: url('../images/blog/linkedin.svg');
    }

    div.share-bar .share-icons-padding li.twitter a:before {
        background-image: url('../images/blog/twitter.svg');
    }

    div.share-bar .share-icons-padding li.facebook a:before {
        background-image: url('../images/blog/facebook.svg');
    }

}

@media only screen and (max-width: 767.98px) {
    div.share-bar .share-icons-padding li {
        list-style: none;
        width: calc(50% - 5px);
    }
}


@media only screen and (max-width: 575px) {
    div.share-bar div.share-icons a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.block-1_col_quote,
div.single_blog_post div.main_blog_post_image,
div.post_builder div.block-1_col_image {
    margin-bottom: 45px;
}

.bc-blog-template-default .single_blog_post a {
    color: #E31837;
    font-weight: bolder;
}