﻿@charset "UTF-8";

.btn.btn-teal {
    border: none;
    color: #fff;
    background: #4da19a;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.btn.btn-teal:hover {
    background: #6ab8b1;
}

#blog-home-wrapper .blog-categories {
    background: #ecf5fa;
    margin-top: 15px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#blog-home-wrapper .blog-search {
    padding: 15px 30px;
}

@media (max-width: 767px) {
    #blog-home-wrapper .blog-search {
        padding: 15px 0;
    }
}

#blog-home-wrapper .blog-search p {
    padding: 30px 0;
    font-size: 20px;
    line-height: 1.6em;
    color: #0d3d6b;
}

#blog-home-wrapper .blog-search .input-group {
    width: auto;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    #blog-home-wrapper .blog-search .input-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 10px;
    }
}

#blog-home-wrapper .blog-search .input-group .form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 15px;
    border: 2px solid #EDB660;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    font-family: 'museo-sans-rounded';
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAKtQTFRF////o669bX+WRl15GjdaLUdoVWqEd4idvsbQWG2HDy1SeYqfJ0JkGDVZX3OMh5aoeIme9fb4usPNydDYqbTBxs3Wh5apTWN/aXyTM0xsx87XQVl2i5qskJ6vGTZZyM/Yc4Sau8TOoKy6V2yG7e/yES9TztTcipmr7vDzWm+IYXWNNk9ujpyuzNPawcnSdYabEzBVmaa2l6S0bH+V0NbdjJust8DLw8rUz9Xc+4vy8QAAALlJREFUeJy9z1kXgVAUBeBjqLRlDBmTMTMh/P9f5mi6N7K82Q9n7c7XvauI/pxcvlBUVK30ATqilN8gWBqV16ymoMabeoOoqXIxJWjxczusHcCSpMsn4t4D+kIGQCPuQ2AkxIaR9DGgC1FgJ70EOEL4iyZxd4CpEA2YRXW+AJZC+Aa4QVutgY38p2Wm7W5/OJ6Sd+JUIcVLkWmFW8flcU4R9Uf6xbsSeUw+ZebMdMsmH7hnC90eX+BXnrCtDENx4SWQAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

#blog-home-wrapper .blog-search .input-group .form-control:focus {
    border-color: #0280a1;
}

@media (max-width: 767px) {
    #blog-home-wrapper .blog-search .input-group .form-control {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
        height: 65px;
        line-height: 65px;
    }
}

#blog-home-wrapper .blog-search .input-group .input-group-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
    font-family: 'Open Sans';
}

@media (max-width: 767px) {
    #blog-home-wrapper .blog-search .input-group .input-group-btn {
        display: block;
        width: 100%;
        margin: 10px 0 0;
    }
}

#blog-home-wrapper .blog-search .input-group .btn.btn-teal {
    color: #fff;
    height: 55px;
    padding: 0 30px;
    min-width: 180px;
    border-radius: 5px;
    background: #0280a1;
    line-height: 46px;
    font-family: "museo700";
    font-size: 15px;

}

@media (max-width: 767px) {
    #blog-home-wrapper .blog-search .input-group .btn.btn-teal {
        display: block;
        width: 100%;
        height: 65px;
        line-height: 65px;
    }
}

@media (max-width: 767px) {
    #blog-home-wrapper .search-tabs .feat-categories {
        display: none;
        list-style-type: none;
    }

    #blog-home-wrapper .search-tabs.open .feat-categories {
        display: block;
        position: absolute;
        width: 100%;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
        z-index: 10000;
    }

    #blog-home-wrapper .search-tabs.open a {
        position: relative;
    }

    #blog-home-wrapper .search-tabs.open>ul {
        display: block;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    #blog-home-wrapper .search-tabs.open ul li a {
        /* padding: 15px; */
    }

    #blog-home-wrapper .search-tabs.open ul li {
        font-size: 18px;
        line-height: 1.7em;
    }

    #blog-home-wrapper .search-tabs.open>ul>li>a:after {
        content: "\f106";
        line-height: 1.1em;
    }
}

#blog-home-wrapper .search-tabs.open .dropdown {
    width: 100%;
}

#blog-home-wrapper .search-tabs.open .dropdown .dropdown-toggle {
    display: block;
    width: 100%;
    padding-bottom: 10px !important;
    position: relative;
}

@media (max-width: 767px) {
    #blog-home-wrapper .search-tabs.open .dropdown .dropdown-toggle i {
        position: relative;
        top: 4px;
        float: right;
        font-size: 22px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    #blog-home-wrapper .search-tabs.open .dropdown .dropdown-menu {
        border-top: solid 1px #d0d0d0;
        background: #f4f4f4;
        width: 100%;
        top: 49px;
        left: 0;
        right: 0;
        padding: 0;
        box-shadow: 0 0 0;
    }

    #blog-home-wrapper .search-tabs.open .dropdown .dropdown-menu li a {
        display: block;
        height: 50px;
    }
}

#blog-home-wrapper .search-tabs ul {
    margin: 0;
    padding: 0 !important;
}

@media (max-width: 768px) {
    #blog-home-wrapper .search-tabs>ul {
        background: transparent;
        padding: 20px 0 0 !important;
        width: 100%;
        margin: 0 !important;
    }
}

#blog-home-wrapper .search-tabs>ul>li {
    position: relative;
}

@media (min-width: 768px) {

    #blog-home-wrapper .search-tabs>ul>ul {
        display: flex;
        justify-content: space-around;
    }

    #blog-home-wrapper .search-tabs>ul>li {
        text-align: center;
    }
}

@media (max-width: 768px) {
    #blog-home-wrapper .search-tabs>ul>li{
        padding: 15px 25px;
        background: #0280A1;
        color: white;
        font-weight: 400;
        font-family: "museo700";
        font-size: 16px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 0;
        position: relative;
    }
    
    #blog-home-wrapper .search-tabs>ul>li::after {
        content: "\f107";
        font-family: FontAwesome;
        font-weight: bold;
        position: absolute;
        right: 20px;
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s ease-in-out;
    }
    
    #blog-home-wrapper .search-tabs>ul>li.active::after{
        transition: all 0.5s ease-in-out;
        transform: rotate(180deg) translateY(50%);
    }
}

#blog-home-wrapper .search-tabs>ul>li>a {
    display: block;
    border-top: 2px solid #003263;
    border-bottom: 2px solid #003263;
    color: #003263;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 20px;
    background: #fff;
    text-decoration: none;
    outline: none !important;
    position: relative;
}

#blog-home-wrapper .search-tabs>ul>li>a>i {
    color: #007ac0;
}

#blog-home-wrapper .search-tabs>ul>li>a:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: 15px;
    color: white;
    background: #007bc0;
    text-align: center;
    border-radius: 50%;
}

@media (min-width: 768px) {
    #blog-home-wrapper .search-tabs>ul>li>a {
        display: none;
        text-align: center;
    }

    #blog-home-wrapper .search-tabs .cat {
        display: none;
        text-align: center;
    }

    #blog-home-wrapper .search-tabs .feat-categories {
        display: flex;
    }

    #blog-home-wrapper .search-tabs .feat-categories li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        padding: 0;
        -webkit-transition: .15s;
        -o-transition: .15s;
        transition: .15s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    #blog-home-wrapper .search-tabs .feat-categories li a {
        text-align: center;
        display: flex;
        height: 100%;
        padding: 15px 25px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: "museo-sans-rounded";
        text-decoration: none;
    }

    @media(max-width : 1200px) {
        #blog-home-wrapper .search-tabs .feat-categories li a {
            padding: 10px 15px;
            font-size: 16px;
        }
    }
    @media(max-width : 992px) {
        #blog-home-wrapper .search-tabs .feat-categories li a {
            padding: 10px 5px;
            font-size: 14px;
        }
    }

    #blog-home-wrapper .search-tabs .feat-categories li .dropdown>a {
        cursor: pointer;
        position: relative;
    }

    #blog-home-wrapper .search-tabs .feat-categories li a.active {
        color: #007ac0;
        background: #fff;
        font-weight: bold;
    }


    #blog-home-wrapper .search-tabs .feat-categories li.has-children > a.active {
            padding: 0 25px;
            color: #007ac0;
            background: url(/media/Image/angle-down_blue.png) white 97% no-repeat;
            font-weight: bold;
            background-size: 7%;
            padding-right: 35px;
            background-position: 90%;
    }

}

#blog-home-wrapper .search-tabs>ul>li>a+ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 767px) {
    #blog-home-wrapper .search-tabs>ul>li{
        padding: 15px 25px;
        background: #0280A1;
        color: white;
        font-weight: 400;
        font-family: "museo700";
        font-size: 16px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 0;
    }
    
    #blog-home-wrapper .search-tabs>ul>li>a+ul {
        display: none;
        position: absolute;
        z-index: 999;
        width: 100%;
        top: 55px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 !important;
        margin: 0;
        background: #fff;
    }

    .blog-article-right iframe {
        width: 100%;
    }

    .blog-article-right img {
        width: 100% !important;
        height: auto !important;
    }
}

#blog-home-wrapper .search-tabs>ul>li>a+ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 10px 25px;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    #blog-home-wrapper .search-tabs>ul>li>a+ul>li a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    #blog-home-wrapper .search-tabs>ul>li>a+ul>li {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    #blog-home-wrapper .search-tabs li {
        border-bottom: 1px solid #dadada;
        background: #fff;
    }
    
    #blog-home-wrapper .search-tabs .feat-categories li{
        background: none;
        border: none;
        padding: 4px 0;
        margin-bottom: 0;
    }

    #blog-home-wrapper .search-tabs li a {
        text-decoration: none;
    }
    
    #blog-home-wrapper .search-tabs .feat-categories li a{
        color: #636466;
        font-family: museo-sans-rounded;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 1.2;
    }

    #blog-home-wrapper .search-tabs ul .feat-categories>li .dropdown a,
    #blog-home-wrapper .search-tabs ul .feat-categories>li a {
        display: block;
        font-size: 16px;
        color: #636466;
        padding: 7px 0;
    }
}

#blog-home-wrapper .search-tabs>ul ul>li a:hover {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 -3px 10px -8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -3px 10px -8px rgba(0, 0, 0, 0.1);
}

#blog-home-wrapper .search-tabs>ul>li>a+ul>li a {
    color: #144270;
    outline: none !important;
    text-decoration: none;
}

#blog-home-wrapper .search-tabs li a i {
    color: #007cc2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#blog-home-wrapper .search-tabs>ul>li>a+ul>li a:hover {
    text-decoration: none;
}

#blog-home-wrapper .search-tabs>ul>li>a+ul>li.active {
    background: white;
}

#blog-home-wrapper .search-tabs>ul>li>a+ul>li.active a {
    font-weight: bold;
    color: #007cc2;
}

#blog-home-wrapper .blog-results {
    padding: 30px 0;
}

#blog-home-wrapper .blog-results .results .card {
    border: 2px solid #BABABA;
    padding-bottom: 15px;
    margin-bottom: 30px;
    min-height: 540px;
}

#blog-home-wrapper .blog-results .results .card .heading img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border: none;
    margin: ;
}

#blog-home-wrapper .blog-results .results .card .body {
    padding: 25px;
    font-family: 'Open Sans';
}

#blog-home-wrapper .blog-results .results .card .body .cat {
    display: block;
    font-size: 16px;
    color: #0F2D52;
    font-weight: bold;
    font-family: 'museo-sans-rounded';
}

#blog-home-wrapper .blog-results .results .card .body h3 {
    margin: 15px 0;
}

#blog-home-wrapper .blog-results .results .card .body h3 a {
    color: #003263;
    font-weight: bold;
    text-decoration:none;
}

#blog-home-wrapper .blog-results .results .card .body h3 a:hover {
    text-decoration:underline;
}


#blog-home-wrapper .blog-results .results .card .body p.date {
    color: #707070;
    font-size: 16px;
    margin-bottom: 20px;
}

#blog-home-wrapper .blog-results .results .card .body a.continue-reading.caret-link{
    color: #0F2D52;
    float: none;
}

#blog-home-wrapper .blog-results .results .card .body a.btn-read-more {
    color: #007cc2;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

#blog-home-wrapper .blog-results .results .card .body a.btn-read-more:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: -2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: -30px;
    color: white;
    background: #007cc2;
    text-align: center;
    border-radius: 50%;
}

#blog-home-wrapper .blog-results .btn.btn-load-more {
    display: block;
    background: #0280A1;
    color: white;
    font-family: "museo700";
    padding: 12px 30px;
    font-size: 18px;
    text-decoration: none;
    max-width: 170px;
    margin: 50px auto;
}

#blog-home-wrapper .blog-results .btn.btn-load-more:hover {
    color: #0a3a69;
}

#blog-home-wrapper .blog-results .btn.btn-load-more:hover:after {
    background: #0a3a69;
}

#blog-home-wrapper .dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    top: 100%;
}

@media (max-width: 768px) {
    #blog-home-wrapper .dropdown .dropdown-menu {
        top: 100%;
        left: 0;
        width: 100%;
        padding-left: 25px !important;
        list-style-type: none;
        border-left: 2px solid #EDB660;
        position: relative;
        background: none;
        box-shadow: none;
    }
}

/* btn*/
.btn.btn-square {
    border-radius: 0;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.btn.btn-accent {
    background-color: #4da09a;
    color: white;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.btn.btn-accent:hover {
    background: #5db1aa;
}

/* /btn*/
/* cta */
.newsletter {
    background: #ECF5FA;
    margin-top: 40px;
    padding-bottom: 40px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#blog-home-wrapper .newsletter{
    margin-bottom: -60px;
}

@media (max-width: 767px) {
    .newsletter {
        margin-top: 0;
        padding: 40px 15px;
        margin-bottom: -100px;
    }
}

.newsletter .newsletter-cta {
    display: block;
    padding: 45px 20px;
    background: #0F2D52;
    max-width: 900px;
    margin: -70px auto 15px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    text-align: center;
}

@media (max-width: 767px) {
    .newsletter .newsletter-cta {
        margin: 0 -15px;
    }
}

.newsletter .newsletter-cta .btn.btn-accent {
    background: #fff;
    border: solid 1px #0280a1;
    color: #0280a1;
    font-family: "museo700";
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    border-radius: 5px;
    padding: 0 30px;
}

.newsletter .newsletter-cta h2 {
    color: white;
    font-size: 26px;
    text-align: center;
    margin: 0 0 15px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .newsletter .newsletter-cta h2 {
        font-size: 22px;
    }
}

.newsletter .newsletter-cta h2+p {
    color: white;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 500;
    line-height: 1.3em;
    max-width: 610px;
    display: block;
    margin: 0 auto 30px;
}

@media (max-width: 768px) {
    .newsletter .newsletter-cta {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 55px 20px;
    }

    .newsletter .newsletter-cta h2 {
        margin-bottom: 20px;
    }

    .newsletter .newsletter-cta .btn.btn-accent {
        display: block;
    }
}

.interior-page-wrapper .blog-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .interior-page-wrapper .blog-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.interior-page-wrapper .blog-article .back {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0 45px;
    position: relative;
}

.interior-page-wrapper .blog-article .back:before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    left: 0;
    color: white;
    background: #007bc0;
    text-align: center;
    border-radius: 50%;
}

.blog-article-left {
    margin-right: 7%;
}

@media (max-width: 991px) {
    .blog-article-left {
        margin-right: 0;
    }

    .blog-article-left .back {
        display: none;
    }
}

.interior-page-wrapper .blog-article .blog-article-left h3 {
    text-transform: uppercase;
    color: #003263;
    font-size: 21px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 2px solid #01796f;
}

.blog-cats ul {
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 25px !important;
    border-left: 2px solid #EDB660;
    list-style-type: none;
    font-size: 16px;
}

.blog-cats>ul{
    border-left: none;
    padding-left: 0 !important;
}

.blog-cats ul>li {
    font-family: museo-sans-rounded;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    display: block;
    color: #959595;
    text-decoration: none;
    border: 0;
    padding: 4px 0 !important;
    margin-bottom: 10px !important;
}

.blog-cats ul>li a {
    font-family: museo-sans-rounded;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #636466;
    margin-bottom: 0;
    padding: 0;
    display: block;
    text-decoration: none;
    width: 100%;
}

.blog-cats ul>li a:hover {
    color: #0280A1;
}

.blog-cats ul>li.has-children > a{
    max-width: 75%;
}

.blog-cats ul>li.has-children > a:after {
    display: block;
    position: absolute;
    color: #0280a1;
    font-size: 32px;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 0;
    top: 6px;
    pointer-events: none;
    transition: .3s;
}

.blog-cats ul>li.has-children.open > a:after {
    display: block;
    position: absolute;
    color: #0280a1;
    font-size: 32px;
    content: '\f107';
    font-family: 'FontAwesome';
    transform: rotate(180deg);
    right: 0;
    top: 6px;
    pointer-events: none;
    transition: .3s;
}

.blog-cats ul>li.has-children > ul{
    display: none;
}

.blog-cats ul>li.has-children.open > ul {
    display: block;
}

.blog-cats ul>li.has-children>a {
    display: block;
}

.blog-cats ul>li.has-children ul {
    display: none;
    background: transparent;
    margin-bottom: 0;
    padding-left: 20px;
}

.blog-cats ul>li.has-children.open>a {
    padding-bottom: 0px;
}

.blog-cats ul>li.has-children ul li:last-child {
    border: none;
}

.interior-page-wrapper .blog-article .blog-article-left .blog-article-related .blog-article-list .rtl-article-item {
    padding: 0 5px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.interior-page-wrapper .blog-article .blog-article-left .blog-article-related .blog-article-list .rtl-article-item h6 a {
    color: #003263;
    font-size: 18px;
    line-height: 22px;
}

.interior-page-wrapper .blog-article .blog-article-left .blog-article-related .blog-article-list .rtl-article-item .date {
    font-size: 16px;
    color: #656565;
}

.interior-page-wrapper .blog-article .blog-article-left .newsletter {
    background: transparent;
    margin: 50px -15px;
    padding: 0;
}

.interior-page-wrapper .blog-article .blog-article-left .newsletter .newsletter-cta {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.interior-page-wrapper .blog-article .blog-article-left .newsletter .newsletter-cta .btn.btn-accent {
    display: block;
    width: 100%;
}

.interior-page-wrapper .blog-article .blog-article-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 50px 100px;
}

@media (max-width: 991px) {
    .interior-page-wrapper .blog-article .blog-article-right {
        padding: 50px 0;
    }
}

.interior-page-wrapper .blog-article .blog-article-right h1,
.interior-page-wrapper .blog-article .blog-article-right h2,
.interior-page-wrapper .blog-article .blog-article-right h3,
.interior-page-wrapper .blog-article .blog-article-right h4,
.interior-page-wrapper .blog-article .blog-article-right h5,
.interior-page-wrapper .blog-article .blog-article-right h6 {
    color: #003263;
    font-weight: bold;
}

@media (min-width: 992px) {
    .interior-page-wrapper .blog-article .blog-article-right .back {
        display: none;
    }
}

.interior-page-wrapper .blog-article .blog-article-right h2 {
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .interior-page-wrapper .blog-article .blog-article-right h2 {
        font-size: 38px !important;
        line-height: 1.3em;
    }
}

.interior-page-wrapper .blog-article .blog-article-right p {
    color: #000;
    font-size: 18px;
    margin: 15px 0 30px;
}

.interior-page-wrapper .blog-article .blog-article-right ul {
    padding: 0 0 0 15px;
    margin: 15px 0 30px;
}

.interior-page-wrapper .blog-article .blog-article-right ul li {
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
}

.interior-page-wrapper .blog-article .blog-article-right ul li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 14px;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
}

.interior-page-wrapper .blog-article .blog-article-right .date {
    font-size: 16px;
    margin: 0 0 30px;
    color: #707070;
}

.interior-page-wrapper .blog-article .blog-article-right .pnl-blog-img {
    display: block;
    width: 100%;
    height: 60vh;
    max-height: 600px;
    margin: 15px 0 30px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.pnl-blog-social-share {
    padding: 50px 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .pnl-blog-social-share .pnl-blog-share-header h4{
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .pnl-blog-social-share .pnl-blog-share-fonts {
        text-align: center;
    }
}

.pnl-blog-social-share .pnl-blog-share-fonts li {
    text-align: center;
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.pnl-blog-social-share .pnl-blog-share-fonts span {
    display: inline-block;
    color: #003263;
}

@media (max-width: 991px) {
    .pnl-blog-social-share .pnl-blog-share-fonts span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin: 0;
    }
}

.pnl-blog-social-share .pnl-blog-share-fonts a {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 37px;
    border-radius: 50%;
    border: solid 2px #003263;
    color: #003263;
    padding: 9px;
    margin-left: 0;
}

@media (max-width: 991px) {
    .pnl-blog-social-share .pnl-blog-share-fonts a {
        margin: 0;
    }
}

#blog-home-wrapper .blog-results .results .card .body .cat span {
    margin-left: -3px;
}

.articlePnl {
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 600px) {
    .interior-page-wrapper .blog-article .blog-article-right .pnl-blog-social-share {
        flex-direction: column;
        text-align: center;
    }
}

#blog-home-wrapper .search-tabs .feat-categories li.has-children {
    background: url(/media/Image/angle-down_blue.png) 97% no-repeat;
    background-size: 8%;
    position: relative;
}

    #blog-home-wrapper .search-tabs .feat-categories li.has-children a {
        position: relative;
    }

/*    #blog-home-wrapper .search-tabs .feat-categories li.has-children > a:after {
        content: "\f107";
        font-family: fontawesome;
        color: #007cc2;
        margin-left: 5px;
    }
*/
    #blog-home-wrapper .search-tabs .feat-categories li.has-children .dropdown-menu a span {
        display: none;
    }

    #blog-home-wrapper .search-tabs .feat-categories li.has-children .dropdown-menu {
        min-width: 185px;
        border: 0;
        border-radius: 0;
        top: 96%;
    }

    #blog-home-wrapper .search-tabs .feat-categories li.has-children:hover > .dropdown-menu {
        display: block;
    }

    .blog-cats li.has-children.open > .dropdown-menu {
        position: relative;
        width: 100%;
        box-shadow: 0 0 0;
        border: 0;
        font-size: 16px;
    }

    .blog-cats li.has-children.open {
        border-bottom: 0;
    }

    .blog-cats li.has-children.open > .dropdown-menu {
        position: relative;
        width: 100%;
        box-shadow: 0 0 0;
        border: 0;
        font-size: 16px;
        margin-left: 20px;
        margin-bottom: 10px;
        margin-top: -5px;
    }

    .blog-cats li.has-children.open > .dropdown-menu a {
        border-bottom: solid 1px #dcdcdc;
    }

    #blog-home-wrapper .search-tabs .feat-categories li .dropdown:hover ul.dropdown-menu.dropdown-menu-right {
        display: block;
    }

    @media (max-width: 767px) {
        #blog-home-wrapper .search-tabs .feat-categories li .dropdown:hover ul.dropdown-menu.dropdown-menu-right li a{
            padding: 5px 0;
        }
    }

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        background: transparent;
    }

    #blog-home-wrapper .search-tabs>ul ul>li a:hover {
        background: transparent;
        box-shadow: 0 0 0;
    }

@media (max-width: 767px) {
    #blog-home-wrapper .search-tabs .feat-categories li.has-children > a:after {
        float: right;
        margin-right: 11px;
        font-size: 20px;
    }

    #blog-home-wrapper .search-tabs .feat-categories li.has-children .dropdown-menu {
        min-width: 100%;
        position: relative;
        box-shadow: 0 0 0;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        margin-bottom: 10px;
        padding: 0 0 2px;
    }

    #blog-home-wrapper .search-tabs .feat-categories li.has-children.open .dropdown-menu {
        display: block;
    }

    #blog-home-wrapper .search-tabs .feat-categories li.has-children {
        background: url(/media/Image/angle-down_blue.png) 94% white no-repeat;
        background-size: 4%;
    }

    #blog-home-wrapper .search-tabs>ul ul>li a:hover {
        background: transparent;
            box-shadow: 0 0 0;
    }

    #blog-home-wrapper .search-tabs .feat-categories li.has-children > a {
        width: 80%;
    }

    #blog-home-wrapper .search-tabs .feat-categories li.has-children:hover > .dropdown-menu {
        display: none;
    }

    #blog-home-wrapper .search-tabs .feat-categories li.has-children .dropdown-menu a {
        position: relative;
        border-bottom: 1px solid #dadada;
    }

    .interior-page-wrapper .blog-article .blog-article-right h2 {
        font-size: 29px !important;
        line-height: 1.3em;
    }

    .blog-cats ul>li a:hover {
        text-indent: 0;
    }

}

.blog-article-related .pnl-related-articles .blog-article-list .rtl-article-item h6{
    font-size: 16px;
    text-decoration: none;
    font-family: "museo700";
}

.blog-article-related .pnl-related-articles h4 {
    border-bottom: 2px solid #EDB660;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 20px;
    font-family: "museo700";
    color: #0f2d52;
    font-weight: bold;
    margin-top: 40px;
}





/*updating sidenav styles*/


.blog-cats .cat {
    display: none;
}

@media (max-width: 768px) {
    .interior-page-wrapper .blog-article {
        flex-direction: column;
    }

    .blog-cats .cat {
        display: block;
        color: #003263;
        font-weight: bold;
        line-height: 55px;
        padding: 0 0px;
        text-transform: uppercase;
        font-size: 20px;
        position: relative;
        padding-left: 25px;
    }

    .interior-page-wrapper .blog-article .blog-article-left {
        margin-left: -24px;
        margin-right: -24px;
        overflow: hidden;
        margin-top: -1px;
    }

    .interior-page-wrapper .blog-article .blog-article-left h3 {
        background: url(/_img/small_banner_with_texture_1024.png);
        color: white;
        padding: 30px;
        font-size: 26px;
        color: #ffffff;
        display: block;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        text-transform: capitalize;
        font-weight: normal;
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        border-bottom: 0;
    }

    .breadcrumbs {
        display: none;
    }

    .blog-cats .cat::after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        top: 15px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        right: 15px;
        color: white;
        background: #007bc0;
        text-align: center;
        border-radius: 50%;
        transition: all 0.5s ease-in-out;
    }
    
    .blog-cats .cat.active::after{
        transform: rotate(180deg);
        transition: all 0.5s ease-in-out;
    }


    .blog-cats ul>li {
        padding: 0 15px;
    }

    .blog-cats ul {
        margin: 0 0 0;
    }

    .interior-page-wrapper .blog-article .blog-article-right {
        padding-top: 20px;
    }

    .newsletter .newsletter-cta {
        margin: 0 auto;
    }

    .newsletter {
        background: white;
        margin-top: 40px;
        padding-bottom: 0;
    }
    
    #blog-home-wrapper .newsletter{
        padding-left: 0;
        padding-right: 0;
        margin-left: -30px;
        margin-right: -30px;
    }

    .interior-page-wrapper .blog-article .blog-article-right .newsletter h2 {
        color: white;
        font-size: 26px !important;
    }

    .interior-page-wrapper .blog-article .blog-article-right .newsletter p {
        color: white;
    }

    .blog-cats ul.article-cats {
        display: none;
    }

    .blog-cats .cat.open::after {
        content: "\f106";
    }

}

@media (max-width: 414px) {
    .blog-cats ul {
        margin: 0 0 0;
        padding-left: 0 !important;
    }

    .newsletter {
        padding: 0;
    }
}

.blog-article-left .blog-article-related .newsletter{
    background: white;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.blog-article-left .blog-article-related .newsletter .container{
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.blog-article-left .blog-article-related .newsletter .container .newsletter-cta{
    width: 100%;
    margin: 0;
    max-width: 100%;
    background: #e1eef3;
    padding: 20px;
    margin-top: 40px;
    margin-right: 0;
    margin-left: 0;
    box-shadow: none;
    text-align: left;
}

.blog-article-left .blog-article-related .newsletter .container .newsletter-cta h2{
    font-family: "museo700";
    color: #0f2d52;
    text-transform: none;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.blog-article-left .blog-article-related .newsletter .container .newsletter-cta h2+p{
    color: #636466;
    font-family: museo-sans-rounded;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    max-width: 100%;
    margin: 0 0 5px 0;
}

.blog-article-left .blog-article-related .newsletter .container .newsletter-cta .btn.btn-accent{
    color: #fff;
    margin: 10px 10px 10px 0;
    display: inline-block;
    font-weight: bold;
    font-family: museo-sans-rounded;
    background: #0280A1;
    text-decoration: none;
}