/* ==========================================================================
Date:   02/21/2019
========================================================================== */

/* ++++++++++++++++    Responsive Bootstrap Standard    ++++++++++++++++ */
.page-center {
    display: table;
    float: none !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    .page-center {
        display: block;
        padding-right: 25px;
        padding-left: 25px;
    }    
}
@media (min-width: 750px) {
    .page-center {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}   
@media (min-width: 992px) {
    .page-center {
        max-width: 970px !important;
    }
}
@media (min-width: 1200px) {
    .page-center {
        max-width: 1136px !important;
    }
}

/* ++++++++++++++++    Global Section    ++++++++++++++++ */
html, body {
    width: 100%;
    overflow-x: hidden;
}
.hide-element {
    display: none !important;
}
.bg-img-attr {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition:  all ease 0.5s;
}
.actions input {
    white-space: normal;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.hs_error_rollup {
    display: none !important;
}
.page-center {
    padding-bottom: 0 !important;
    padding-top: 0 !important; 
}


/* ++++++++++++++++   Header    ++++++++++++++++ */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    z-index: 99999;
}

/* ++++++++++++++++   Subscription    ++++++++++++++++ */
.subscription-wrapper {
    background-color: #333;  
    padding: 51px 0 95px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url(https://cdn2.hubspot.net/hubfs/2652926/Blog%20Images/img-1.jpeg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(https://cdn2.hubspot.net/hubfs/2652926/Blog%20Images/img-1.jpeg);
    background-position: center;
    background-size: cover;
    background-attachment: unset;
}
.subscription-wrapper .wrapper {
    max-width: 600px;
    margin: 0 auto !important;
    float: none;
}
.subscription-wrapper .wrapper h6 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    color: #e1531d;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}
.subscription-wrapper .wrapper h4 {
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    margin: 0 0 10px;
}
.subscription-wrapper .wrapper ul {
    max-width: 500px;
    margin-bottom: 17px;
    padding-left: 0;
}
.subscription-wrapper .wrapper ul li {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    display: flex;
    margin-bottom: 5px;
    padding: 0;
}
.subscription-wrapper .wrapper ul li::before {
    content: '\f111';
    color: #fff;
    font-family: fontawesome;
    font-size: 8px;
    width: auto;
    margin: 0 14px 0 0;
} 
.subscription-wrapper .wrapper p:last-of-type {
    margin-bottom: 2px;
}
.subscription-wrapper .wrapper p strong {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}
.subscription-wrapper .widget-type-blog_subscribe h3 {
    margin: 0;
}
.subscription-wrapper .wrapper ::placeholder,
.contact-section .widget-type-form ::placeholder { 
    color: #999;
    opacity: 1;
}
.subscription-wrapper .wrapper :-ms-input-placeholder,
.contact-section .widget-type-form :-ms-input-placeholder { 
    color: #999;
}
.subscription-wrapper .wrapper ::-ms-input-placeholder,
.contact-section .widget-type-form ::-ms-input-placeholder { 
    color: #999;
}
.subscription-wrapper .wrapper form .hs-form-field {
    margin-bottom: 0;
}
.subscription-wrapper .wrapper form .hs-form-field > label {
    display: none;
}
.subscription-wrapper .wrapper form .actions input,
.blog-detail .sidebar-right .widget-type-blog_subscribe .actions input,
.blog-list .sidebar-right .widget-type-blog_subscribe .actions input {
    min-height: 45px;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #e1531d;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
}
.blog-detail .sidebar-right .widget-type-blog_subscribe .actions input,
.blog-list .sidebar-right .widget-type-blog_subscribe .actions input {  
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em;
}
.subscription-wrapper .wrapper form .actions input:hover {
    background-color: #e1531d;
    opacity: 0.6;
    color: #fff;
}
.blog-detail .sidebar-right .widget-type-blog_subscribe .actions input:hover,
.blog-list .sidebar-right .widget-type-blog_subscribe .actions input:hover {
    background-color: #e1531d;
    opacity: 0.6;
    color: #fff;
}
.subscription-wrapper .wrapper form  ul.hs-error-msgs li {
    list-style-type: none !important; 
}
.subscription-wrapper .wrapper form ul.hs-error-msgs li label {
    display: block !important;
    color: #fff !important;
    font-size: 12px !important;
    letter-spacing: 0;
}
.subscription-wrapper .wrapper .submitted-message,
.sidebar-right .widget-type-blog_subscribe .submitted-message {
    border: 0;
    padding: 30px 0 50px 0;
    color: #fff;
}
.sidebar-right .widget-type-blog_subscribe .submitted-message {
    color: #000;
}
.subscription-wrapper .wrapper form .input input {
    min-height: 48px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #e7e7e7;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.subscription-wrapper .wrapper form .hs-email {
    width: 70%;
    float: left;  
}
.subscription-wrapper .wrapper form .hs-submit {
    width: 28%;
    float: left;
    margin-left: 10px;
}
.subscription-wrapper .wrapper .widget-type-blog_subscribe {
    margin-top: 12px;
}
.subscription-wrapper .wrapper .widget-type-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 15px;
    display: inline-block;
    max-width: 400px;
    font-family: 'Open Sans',sans-serif !important;
    letter-spacing: 0;
    margin-top: 2px;
}
.subscription-wrapper .wrapper ul.hs-error-msgs.inputs-list {
    margin: 0;
    list-style-type: none;
}
.subscription-wrapper .wrapper ul.hs-error-msgs.inputs-list li::before {
    display: none;
}

/* ++++++++++++++++    Contact Page    ++++++++++++++++ */
.contact-section {  
    padding: 60px 0 84px 0;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 144, 178, .9)), to(rgba(6, 144, 178, .9))), url(https://cdn2.hubspot.net/hubfs/2652926/Contact%20Images/contact_section_banner.jpg);
    background-image: linear-gradient(180deg, rgba(6, 144, 178, .9), rgba(6, 144, 178, .9)), url(https://cdn2.hubspot.net/hubfs/2652926/Contact%20Images/contact_section_banner.jpg);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: no-repeat;
}
.contact-section .page-center {
    max-width: 1230px !important;
}
.contact-section h1 {
    font-size: 54px;
    line-height: 1.2em;
    font-weight: 300;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 7px;
}
.contact-section p {
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.contact-section .contact-info-list {
    margin-bottom: 32px;
    padding-left: 10px;
    border-left: 5px solid #fff;
    text-align: left;
}
.contact-section .contact-info-list p,
.contact-section .contact-info-list a {
    font-size: 20px;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1px;
    display: block;
    text-decoration: none;
}
.contact-section .contact-info-list a:hover {
    opacity: 0.7;
}
.contact-section ul {
    padding: 0;
}
.contact-section ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 11px;
}
.contact-section ul li a img {
    max-width: 40px;
}
.contact-section ul li a:hover img {
    opacity: 0.9;
}
.contact-section .widget-type-form {
    padding: 32px 20px 18px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, .1);
    color: #31322d;
    max-width: 396px;
    margin: 0 0 0 auto;
}
.contact-section .widget-type-form .hs-form-field > label {
    display: none;
}
.contact-section .widget-type-form .hs-form-field {
    margin-bottom: 20px;
}
.contact-section .widget-type-form .input input,
.contact-section .widget-type-form textarea {
    min-height: 45px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 3px;
    background-color: #f6f6f6;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #cccccc;
}
.contact-section .widget-type-form textarea {
    min-height: 100px;
    margin-bottom: 10px;
}
.contact-section .widget-type-form .actions input {
    border-color: #000;
    border-radius: 0px;
    background-color: #000;  
    min-height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 13px 20px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.contact-section .widget-type-form .actions input:hover {
    background-color: #066981;
    color: #fff;
}
.contact-section ul.hs-error-msgs.inputs-list label,
.blog-detail .sidebar-right .widget-type-blog_subscribe ul.hs-error-msgs.inputs-list label,
.blog-list .sidebar-right .widget-type-blog_subscribe ul.hs-error-msgs.inputs-list label {
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
}
.blog-detail .sidebar-right .widget-type-blog_subscribe ul.hs-error-msgs.inputs-list label,
.blog-list .sidebar-right .widget-type-blog_subscribe ul.hs-error-msgs.inputs-list label {
    color: #dc3545;
}
.contact-section .submitted-message {
    border: 0;
    padding: 70px 0;
    text-align: center;
}

/* ++++++++++++++++   Blog List    ++++++++++++++++ */
.recent-articles-heading {
    background-color: #004c97;
    margin: 40px 0 24px 0;
}
.recent-articles-heading p {
    display: inline-block;
    margin: 0 30px 0px 15px;
    padding-top: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    line-height: 36px;
}
.recent-articles-heading .span6:last-of-type {
    text-align: right;
}
.recent-articles-heading a {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;    
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;  
    padding: 10px;
    display: none; /* inline-block; /* Edited by Flo(MP) on 22 Aug 2019 */
}
.recent-articles-heading a:hover {
    padding-right: 13px;
    padding-left: 13px;
    border-bottom-style: none;
    border-bottom-color: #000;
    background-color: #75787b;
    opacity: 1;
    color: #fff;
}
.blog-section .blog-listing-wrapper .post-listing,
.custom-listing-wrapper {
    margin-right: 0 !important;  
}
.blog-section .blog-listing-wrapper .blog-item .featured-image-wrapper,
.custom-listing-wrapper .blog-item-2 .featured-image-wrapper {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-section .blog-listing-wrapper .blog-item .featured-image-wrapper:hover,
.custom-listing-wrapper .blog-item-2 .featured-image-wrapper:hover {
    opacity: 0.9;
}
.blog-section .blog-listing-wrapper .row-fluid,
.custom-listing-wrapper .row-fluid {
    margin-bottom: 30px;
}
.blog-section .blog-listing-wrapper .blog-item,
.custom-listing-wrapper .blog-item-2 {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.blog-section .blog-listing-wrapper .blog-item h2,
.custom-listing-wrapper .blog-item-2 h2 {
    font-family: 'Open Sans',sans-serif;
    color: #363942;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    text-transform: unset;
    margin: 0 0 10px 0;
}
.blog-section .blog-listing-wrapper .blog-item p,
.custom-listing-wrapper .blog-item-2 p {
    font-family: 'Open Sans',sans-serif;
    color: rgba(51, 51, 51, 0.8);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 45px 0;
}
.load-more,
.view-all {
    min-height: 50px;
    padding: 10px 15px;
    border: 2px solid #004c97;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #004c97;
    display: block;
    max-width: 248px;
    margin: 10px auto;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    border-radius: 3px;
}
.load-more:hover,
.view-all:hover {
    background-color: #004c97;
    opacity: 1;
    color: #fff;
}
.recent-articles-heading.most-popular-heading {
    margin-top: 50px;
}
.blog-section {
    margin-bottom: 70px;
}
.custom-listing-wrapper {
    margin-bottom: 110px;
}
.custom-listing-wrapper .row-fluid {
    display: none;
}
.custom-listing-wrapper.show-all .row-fluid,
.custom-listing-wrapper .row-fluid:first-of-type {
    display: block !important;
}
.blog-detail .top-content {
    padding-top: 35px;
}
.blog-detail .top-content .page-center {
    max-width: 1280px !important;
}
.blog-detail .top-content img {
    width: 100%;
}
.blog-detail .top-content h1 {
    font-size: 54px;
    line-height: 1.2em;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 8px auto;
    letter-spacing: 0;
}
.blog-detail .top-content p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    opacity: 0.6;
    font-size: 20px;
    font-weight: 400;
    max-width: 850px;
    margin: 0 auto;  
    text-align: center;
    letter-spacing: 0;
    line-height: 30px;
}
.blog-detail .top-content p.author-date-publish {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 40px;
}
.blog-detail .top-content {
    width: 100% !important;
}
.blog-detail .post-body .cont-wrapper {
    padding-left: 8%; 
    max-width: 780px; 
    padding-top: 60px;
}
.blog-detail .post-body .cont-wrapper h2 {
    color: #000;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.blog-detail .post-body .cont-wrapper h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;  
    letter-spacing: 0;
    margin-bottom: 15px;
}
.blog-detail .post-body .cont-wrapper h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.blog-detail .post-body .cont-wrapper h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;  
    letter-spacing: 0;
    margin-bottom: 9px;
}
.blog-detail .post-body .cont-wrapper h6 {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.blog-detail .post-body .cont-wrapper ul,
.blog-detail .post-body .cont-wrapper ol {
    padding-left: 26px;
}
.blog-detail .post-body .cont-wrapper ul li,
.blog-detail .post-body .cont-wrapper ol li {  
    font-family: 'Open Sans', sans-serif;
    color: #31322d;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;  
    letter-spacing: 0;
    margin-bottom: 5px;
}
.blog-detail .post-body .cont-wrapper p {
    line-height: 1.6em;
    font-weight: 400;
    color: #31322d;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.blog-detail .post-body .cont-wrapper blockquote {
    border-top: 0px none #000;
    border-bottom: 3px none #0690b2;
    border-left: 5px solid #0690b2;
    color: #000;
    font-size: 32px;
    line-height: 1.4em;
    padding: 14px 20px 20px 20px;
    margin: 23px 0 35px 0;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.blog-detail .post-body .cont-wrapper .overlap-left {
    margin-left: -42%;
    margin-top: 30px;
    margin-bottom: 22px;
}
.blog-detail .post-body .cont-wrapper .overlap-left img {
    margin-bottom: 10px;
}
.blog-detail .post-body .cont-wrapper .overlap-left p {
    font-size: 12px;
    line-height: 1.4em;
    color: #31322d;    
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 9px;
}
.blog-detail .post-body .cont-wrapper .overlap-left p strong {
    font-weight: bold;
}
.blog-detail .post-body .cont-wrapper .overlap-left .cta-wrapper {
    float: left;
    width: 55%;
    margin-right: 15px;
}
.blog-detail .post-body .cont-wrapper .overlap-left.right-text > p {
    line-height: 1.6em;
    font-weight: 400;
    color: #31322d;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.blog-detail .post-body .cont-wrapper .overlap-left .cta-wrapper p {
    font-weight: 700;
}
.blog-detail .post-body .cont-wrapper .overlap-left iframe {
    margin-top: 25px;
}
.blog-detail .author-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 45px 0 29px 0;
    padding: 31px 30px;
    border-top: 1px solid rgba(0, 0, 0, .15);
}
.blog-detail .author-wrapper .author-avatar {
    width: 80px;
    float: left;
    margin-right: 20px;
}
.blog-detail .author-wrapper .author-avatar img {
    width: 100% !important;
    border-radius: 50px;
}
.blog-detail .author-wrapper .author-detail { 
    width: 450px;
    float: left;
}
.blog-detail .author-wrapper .author-detail > p {
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    font-weight: 400;   
    font-family: 'Open Sans', sans-serif;
    color: #333;  
    letter-spacing: 0;
}
.blog-detail .author-wrapper .author-detail > a {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #353535;
    font-size: 18px;
    line-height: 1.3em;
    text-decoration: none;   
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    transition: all ease 0.5s;
}
.blog-detail .author-wrapper .author-detail > a:hover {
    opacity: 0.6;
}
.blog-detail .author-wrapper .author-detail .content {
    letter-spacing: 0;  
    font-size: 15px;
    line-height: 1.4em;
    text-align: left;
    font-weight: 400;   
    font-family: 'Open Sans', sans-serif;
    color: #333;
    margin-top: 5px;
}
.cta-wrapper > .row-fluid-wrapper:first-of-type {
    background-color: #333;
    max-width: 750px;
    min-height: 300px;
    margin: 0 auto 40px auto;
    padding: 30px;
    display: block;
}
.cta-wrapper h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700; 
    letter-spacing: 0;
    margin-bottom: 20px;
}
.cta-wrapper p {    
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.cta-wrapper a,
.comnt-wrapper form .actions input {  
    letter-spacing: 0;
    min-height: 45px;
    padding: 13px 15px;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #0690b2;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 10px auto;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;  
    text-decoration: none;
}
.cta-wrapper a:hover,
.comnt-wrapper form .actions input:hover {
    background-color: #066981;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
    color: #fff;
}
.cta-wrapper .widget-type-linked_image {
    height: 100%; 
}
.cta-wrapper .widget-type-linked_image img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}
.blog-detail.hs-blog-post .blog-content > div {
    max-width: 100% !important; 
    padding: 0;
}
.blog-detail .comnt-wrapper {
    max-width: 750px;
    margin: 0px auto 45px auto !important;
    display: block !important;
    float: none !important;
    width: 100%;
}
.blog-detail .comnt-wrapper .widget-type-text {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
}
.blog-detail .comnt-wrapper #comments-listing {
    margin-top: 0;
}
.blog-detail .comnt-wrapper .comment-from h4 {
    padding-top: 0;
    margin-top: 5px;
}
.blog-detail .comnt-wrapper .comment-from h4 a {
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: 0;
}
.blog-detail .comnt-wrapper .comment-from,
.blog-detail .comnt-wrapper .comment-date {
    display: inline-block !important;
    width: auto;
}
.blog-detail .comnt-wrapper .comment-date {
    letter-spacing: 0;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    padding-left: 5px;
}
.blog-detail .comnt-wrapper .comment-body {
    margin-top: 2px;
}
.blog-detail .comnt-wrapper .comment-body p {
    letter-spacing: 0;
    line-height: 1.6em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
}
.blog-detail .comnt-wrapper .comment-reply-to {
    background: none;
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, .2);
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    cursor: pointer;
    margin-top: 20px;
    transition: all ease 0.5s;
}
.blog-detail .comnt-wrapper .comment-reply-to em {
    font-style: normal;
}
.blog-detail .comnt-wrapper .comment-reply-to:hover {
    opacity: 0.7; 
}
.blog-detail .comnt-wrapper .comment {
    border-bottom: 0 !important;
}
.blog-detail .comnt-wrapper .comment.depth-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.comnt-wrapper form .hs-form-field {
    margin-bottom: 13px;
}
.comnt-wrapper form .hs-form-field > label {
    font-weight: bold !important;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}
.comnt-wrapper form .input > input.hs-input {
    border-radius: 5px;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc !important;
    margin-bottom: 0;
}
.comnt-wrapper form textarea {
    border: 1px solid #cccccc !important;  
}
.comnt-wrapper form ul.hs-error-msgs.inputs-list label {
    font-size: 12px;
    letter-spacing: 0;
}
.comnt-wrapper form ul.inputs-list li.hs-form-booleancheckbox label {
    display: flex;
    cursor: pointer !important;
}
.comnt-wrapper form ul.inputs-list li label > input {
    margin: 3px 9px 0 0;
}
.comnt-wrapper form ul.inputs-list li label > span {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: normal;   
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    letter-spacing: 0;
}
.comnt-wrapper form .hs-recaptcha {
    margin-top: 17px;
}
.comnt-wrapper form .hs-fieldtype-booleancheckbox {
    margin-bottom: 9px;
}
.blog-detail .comnt-wrapper .new-comments span.replying-to {
    letter-spacing: 0;
    margin: 10px 0 5px 0;
    display: inline-block;
}
.cm-header, 
.blog-hero-banner, 
.blog-detail .top-content {
    z-index: 9;
    position: relative;
    background: #fff;
}
.recent-posts-wrapper,
.subscription-wrapper,
.cm-footer {
    z-index: 9;
    position: relative;
}
.blog-detail .sidebar-right,
.blog-list .sidebar-right {
    max-width: 420px;
    position: fixed;
    top: 88px;
    right: 0;
    padding: 0 0 20px;
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 100%;
}
.blog-detail .sidebar-right .form-wrapper,
.blog-list .sidebar-right .form-wrapper {
    padding: 2px 25px 29px;
    background-color: hsla(210, 3%, 47%, .1);
}
.blog-detail .sidebar-right .widget-type-blog_subscribe h3,
.blog-list .sidebar-right .widget-type-blog_subscribe h3 {
    margin-bottom: 15px;
    font-weight: bold;    
    font-family: 'Open Sans', sans-serif;
    color: #75787b;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}
.blog-detail .sidebar-right .widget-type-blog_subscribe .hs-form-field > label,
.blog-list .sidebar-right .widget-type-blog_subscribe .hs-form-field > label {
    display: none !important;
}
.blog-detail .sidebar-right .widget-type-blog_subscribe .hs-form-field,
.blog-list .sidebar-right .widget-type-blog_subscribe .hs-form-field {
    margin-bottom: 19px;
}
.blog-detail .sidebar-right .widget-type-blog_subscribe input.hs-input,
.blog-list .sidebar-right .widget-type-blog_subscribe input.hs-input {
    min-height: 45px;
    background-color: #fff;
    padding-bottom: 10px;
    border: 1px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
    color: #666;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;    
    font-family: 'Open Sans', sans-serif;  
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 30px;
}
.blog-detail .sidebar-right .widget-type-text,
.blog-list .sidebar-right .widget-type-text {
    max-width: 400px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, .5);
    letter-spacing: 0;
    font-weight: 400;
}
.blog-detail .sidebar-right .widget-type-blog_subscribe ::placeholder { 
    color: #999;
    opacity: 1;
}
.blog-detail .sidebar-right .widget-type-blog_subscribe :-ms-input-placeholder { 
    color: #999;
}
.blog-detail .sidebar-right .widget-type-blog_subscribe ::-ms-input-placeholder { 
    color: #999;
}
.blog-detail .sidebar-right .widget-type-blog_subscribe .actions input {
    margin-bottom: 11px;
}
.blog-list .sidebar-right .widget-type-blog_subscribe ::placeholder { 
    color: #999;
    opacity: 1;
}
.blog-list .sidebar-right .widget-type-blog_subscribe :-ms-input-placeholder { 
    color: #999;
}
.blog-list .sidebar-right .widget-type-blog_subscribe ::-ms-input-placeholder { 
    color: #999;
}
.blog-list .sidebar-right .widget-type-blog_subscribe .actions input {
    margin-bottom: 11px;
}
.blog-list .blog-content .span9 {
    max-width: 700px;
}
.footer-wrapper {
    position: relative;
    z-index: 9;
}
ul li {
    list-style-type: none !important;
}
.blog-section .blog-listing-wrapper .blog-item p.author-date,
.blog-section .blog-listing-wrapper .blog-item p.author-date > a,
.custom-listing-wrapper .blog-item-2 p.author-date,
.custom-listing-wrapper .blog-item-2 p.author-date > a {
    margin: 0;
    color: rgba(51, 51, 51, 0.8);
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-section .blog-listing-wrapper .blog-item p.author-date > a,
.custom-listing-wrapper .blog-item-2 p.author-date > a {
    color: #333;
}
.blog-section .blog-listing-wrapper .blog-item p.author-date,
.custom-listing-wrapper .blog-item-2 p.author-date {
    margin-bottom: 19px;
}
.blog-section .blog-listing-wrapper .blog-item p.author-date span.date,
.custom-listing-wrapper .blog-item-2 p.author-date span.date {
    display: block;
}
.blog-section .blog-listing-wrapper .blog-item .post-body-list,
.custom-listing-wrapper .blog-item-2 .post-body-list {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 15px 0;
}
.blog-section .blog-listing-wrapper .blog-item .bottom-content,
.custom-listing-wrapper .blog-item-2 .bottom-content {
    width: 100%;
    overflow: hidden;
}
.blog-section .blog-listing-wrapper .blog-item .bottom-content .half-width,
.custom-listing-wrapper .blog-item-2 .bottom-content .half-width {
    width: 50%;
    float: left;
}
.blog-section .blog-listing-wrapper .blog-item .bottom-content,
.custom-listing-wrapper .blog-item-2 .bottom-content {
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: 0;
    padding: 16px 15px;
}
.blog-section .blog-listing-wrapper .blog-item .bottom-content .half-width > a,
.custom-listing-wrapper .blog-item-2 .bottom-content .half-width > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #363942;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.blog-section .blog-listing-wrapper .blog-item .bottom-content .half-width > a:hover,
.custom-listing-wrapper .blog-item-2 .bottom-content .half-width > a:hover {
    padding-left: 10px;
    color: #004c97;
}
.blog-section .blog-listing-wrapper .blog-item .bottom-content .half-width ul,
.custom-listing-wrapper .blog-item-2 .bottom-content .half-width ul {
    text-align: right;
    line-height: 0;
}
.blog-section .blog-listing-wrapper .blog-item .bottom-content .half-width ul li,
.custom-listing-wrapper .blog-item-2 .bottom-content .half-width ul li {
    display: inline-block;
    line-height: 0;
}
.blog-section .blog-listing-wrapper .blog-item .bottom-content .half-width ul li a,
.custom-listing-wrapper .blog-item-2 .bottom-content .half-width ul li a {
    display: inline-block;
    background-color: #004c97;
    width: 30px;
    height: 30px;
    position: relative;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.blog-section .blog-listing-wrapper .blog-item .bottom-content .half-width ul li a:hover,
.custom-listing-wrapper .blog-item-2 .bottom-content .half-width ul li a:hover {
    background-color: #75787b;
}
.blog-section .blog-listing-wrapper .blog-item .bottom-content .half-width ul li a span,
.custom-listing-wrapper .blog-item-2 .bottom-content .half-width ul li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -53%);
    font-size: 14px;
}

/*************Blog page styling****************/

.blog-list-updated .post-listing.clearfix {
    display: flex;
    flex-wrap: wrap;
}

.blog-list-updated .blog-section .left_post_block {
    width: 66.6%;
    padding-right: 59px;
}
.blog-list-updated .right_post_block {
    width: 33.3%;
}

.blog-list-updated .blog-section .blog-listing-wrapper .left_post_block .blog-item .post-body-list > *:last-child {
    margin-bottom: 0;
}
.blog-list-updated .blog-section .blog-listing-wrapper .left_post_block .blog-item .post-body-list {
    border: 0;
    padding: 42px 0;
    display: inline-block;
}
.blog-list-updated .blog-section .blog-listing-wrapper .blog-item p.author-date span.date {
    display: inline-block;
    border-left: 1px solid #99b7d5;
    padding-left: 7px;
}
.blog-list-updated .blog-section .blog-listing-wrapper .blog-item p.author-date {
    font-family: Open Sans;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    color: rgba(0,76,151,.4);
    line-height: 1;
    margin-bottom: 5px;
}
.blog-list-updated .blog-section .blog-listing-wrapper  .blog-item p.author-date a {
    color: inherit;
    font-size: 13px;
}
.blog-list-updated .recent-articles-heading {
    display: none;
}

.blog-list-updated .blog-section {
    margin-top: 40px;
}



.blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item p.author-date {
    margin-bottom: 5px;
}
.blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item h2 {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item p.post-text {
    font-size: 13px;
    line-height: 1.3;
    color: #363942;
}
.blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item p.post-text {
    font-size: 13px;
    line-height: 1.3;
    color: #363942;
    margin-bottom: 5px;
}
.blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item p.post-text + a {
    font-size: 14px;
    color: #363942;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-section .blog-listing-wrapper .blog-item .featured-image-wrapper, .custom-listing-wrapper .blog-item-2 .featured-image-wrapper {
    height: 100%;
}

.blog-section .left_post_block,.blog-section .left_post_block .blog-item.featured_post,.blog-section .left_post_block .blog-item.featured_post > a {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;   
    flex-direction: column;
}
.blog-list-updated .blog-section .left_post_block .blog-item.featured_post > a {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    /* max-height: 268px;*/
}
.blog-list-updated .blog-section .blog-listing-wrapper .topic_post_block .blog-item > a {
    flex-grow: 0;
    width: 100%;
}
.blog-list-updated .blog-section .blog-listing-wrapper .topic_post_block .blog-item > a div {
    padding-top: 61%;
    display: inline-block;
}
.blog-list-updated .blog-section .blog-listing-wrapper .left_post_block .blog-item p.post-text + a {
    border-radius: 3px;
    border: 1px solid #ffffff;
    background-color: #004c97;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    padding: 11px 27px;
    line-height: 20px;
    position: relative;
}
.blog-list-updated .blog-section .left_post_block.topic_post_block {
    padding-right: 0;
    flex-direction: row;
    width: 100%;
}
.blog-list-updated .blog-section .left_post_block.topic_post_block .blog-item.featured_post {
    width: calc(33.33% - 15px);
    margin-right: 22px;
    flex-grow: 0;
    margin-bottom: 50px;
}
.blog-list-updated .post-listing.clearfix:first-child .blog-section .left_post_block.topic_post_block .blog-item.featured_post {
    min-height: 463px;
}
.blog-list-updated .blog-section .left_post_block.topic_post_block .blog-item.featured_post:nth-child(3n) {
    margin-right: 0;
}
.blog-list-updated .blog-section .blog-listing-wrapper .topic_post_block .blog-item p.post-text {
    margin-bottom: 15px;
}
.blog-list-updated .left_post_block.topic_post_block a:last-child {
    font-size: 14px;
    color: #363942;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-list-updated .left_post_block.topic_post_block a:last-child:hover {
    color: #004c97;
}
.blog-list-updated .blog-section .left_post_block.topic_post_block .post-body-list {
    padding-top: 30px !important;
}



/****06 april 2021******/
.blog-list-updated .topic-outer ul {
    width: calc(100% - 220px);
}
.blog-list-updated .topic-outer ul li:first-child {
    border-left: 2px solid #363942;
    padding-left: 12px;
}

.blog-list-updated .blog-section .blog-listing-wrapper .blog-item p, .custom-listing-wrapper .blog-item-2 p {
    font-size: 15px;
    line-height: 27px;
    color: #363942;
}
.blog-list-updated .blog-list-updated .blog-section .blog-listing-wrapper .left_post_block .blog-item p.post-text + a {
    font-size: 16px;
    font-weight: 400;

}
.blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e5edf4;
    padding: 34px 0;
}
.blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post > a {
    width: 38%;
    border-radius: 8px;
    overflow: hidden;
    height: 174px;
}
.blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post > .post-body-list {
    width: 62%;
    border: 0;
    padding: 14px 25px;
}
.blog-list-updated .right_post_block h2 {
    text-transform: none;
    font-size: 30px;
    color: #363942;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 15px;
    line-height: 40.7px;
}
.blog-list-updated .top_bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0 20px 0;
    flex-wrap: wrap;
    position: relative;
}
.blog-list-updated .top_bar h2 {
    text-align: left;
    color: #363942;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    text-transform: capitalize;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.blog-list-updated .top_bar h2 span.icons_topic {
    margin-right: 15px;
}
.blog-list-updated .top_bar:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #F5F8FB;
    left: -85px;
    position: absolute;
    top: -40px;
    text-align: center;
    margin: 0 auto;
    right: 0;
    min-width: 112%;
}
.blog-list-updated .icons_topic img {
    width: 100%;
    max-width: 48px;
}
.blog-list-updated a.see_all_posts {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #363942;
    padding: 12.5px 30px;
    text-transform: uppercase;
}

.blog-list-updated .filter-inner>div>.row-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-list-updated .modal-box .modal-body {
    right: 7.8% !important;
    top: 23%;
    position: absolute;
}
.blog-list-updated .blog-section .blog-listing-wrapper .blog-item h2 {
    font-size: 30px;    line-height: normal;
}
.blog-list-updated .blog-section .blog-listing-wrapper .topic_post_block .blog-item h2 {
    font-size: 24px !important;
}
.blog-list-updated .blog-section .blog-listing-wrapper .post-listing.clearfix-simple .top_bar {
    margin-top: 40px;
}

.blog-list-updated .blog-section .blog-listing-wrapper .topic_post_block .blog-item p.post-text + a {
    position: absolute !important;
    bottom: 0;
}
.blog-list-updated .blog-section .blog-listing-wrapper .topic_post_block .blog-item .post-body-list {
    padding-bottom: 60px !important;
    flex-grow: 1;
    position: relative;
}
.blog-list-updated .blog-section .left_post_block.topic_post_block p.section.post-body + a {
    position: absolute;
    bottom: 0;
}
.blog-list-updated .blog-section .left_post_block.topic_post_block p.section.post-body {
    margin-bottom: 0;
}
/* ++++++++++++++++    Media Queries    ++++++++++++++++ */
@media (min-width: 1200px){
    .page-center {
        max-width: 1367px !important;
    }
}
@media screen and (max-width: 1920px) {
    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post {
        padding: 24px 0;
    }
}
@media screen and (max-width: 1600px) {
    .blog-detail .post-body .cont-wrapper .overlap-left {
        margin-left: -30%;
    }
    .cta-wrapper > .row-fluid-wrapper:first-of-type {
        margin: 0 auto 40px 0;
    }
    .blog-detail .comnt-wrapper {
        margin: 0px auto 45px 0 !important;
    }
    .blog-list-updated .blog-section {
        margin-top: 14px;
    }
    .blog-list-updated .right_post_block h2 {
        font-size: 30px;
        margin: 0 0 15px;
        line-height: 37.7px;
    }
    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post {
        padding: 15px 0;
    }
    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post > a {
        height: 130px;
    }
    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item h2 {
        font-size: 18px;
    }
    .blog-section .blog-listing-wrapper .blog-item p, .custom-listing-wrapper .blog-item-2 p {
        margin: 0 0 25px 0;
    }
    .blog-list-updated .blog-section .blog-listing-wrapper .left_post_block .blog-item .post-body-list {
        padding: 30px 0;
    }
    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post > a {
        height: 130px;
    }
    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post > .post-body-list {
        padding: 4px 25px;
    }
}
@media screen and (max-width: 1360px) {
    .blog-detail .post-body .cont-wrapper .overlap-left {
        margin-left: -20%;
    }
    .blog-detail .post-body .cont-wrapper {
        max-width: 720px;
    }
    .blog-list .blog-content .span9 {
        max-width: 750px;
    }
    .blog-list .blog-content .span3 {
        display: none;
    }
    .blog-list-updated .modal-box .modal-body {
        right: 0 !important;
        top: 0;
        position: relative;
    }
}
@media screen and (max-width: 1280px) {
    .blog-list-updated .blog-section .blog-listing-wrapper .blog-item h2 {
        font-size: 25px;
    }  
    .blog-list-updated .blog-section .blog-listing-wrapper .topic_post_block .blog-item h2 {
        font-size: 18px !important;
    }
    .blog-list-updated .right_post_block h2 {
        font-size: 25px;
        line-height: 35px;
    } 
    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item h2 {
        font-size: 18px;
    } 

}

@media screen and (max-width: 1220px) {
    .blog-detail .post-body .cont-wrapper .overlap-left {
        margin-left: -60px;
    }

    .blog-list-updated .top_bar:before {
        left: 0;
        min-width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .recent-posts-wrapper .recent-post .image-wrapper {
        height: 120px;
    }
    .recent-posts-wrapper .recent-posts .recent-post {
        width: 18.4%;
    }

    .blog-list-updated .topic-outer ul {
        width: 100%;
    }
    .blog-item.featured_post.featured-sec {
        display: block !important;
    }
    .featured-sec .featured-image-wrapper {
        height: unset !important;
        padding: 32%;
    }
}
@media screen and (max-width: 1024px) {
    .blog-detail .post-body .cont-wrapper .overlap-left iframe {
        max-height: 350px;
    }
    .blog-detail .top-content .page-center {
        padding: 0;
    }
    .blog-detail .post-body .cont-wrapper {
        max-width: 645px;
    }
    .blog-detail .sidebar-right,
    .blog-list .sidebar-right {
        max-width: 300px;
    }
    .cta-wrapper > .row-fluid-wrapper:first-of-type,
    .blog-detail .comnt-wrapper {
        max-width: 650px;
    }
    .blog-detail .author-wrapper {
        padding: 31px 5px;
    }
    .blog-list .blog-content .span9 {
        max-width: 660px;
    }
}
@media screen and (max-width: 991px) {
    .blog-detail .sidebar-right,
    .blog-list .sidebar-right {
        display: none;
    }
    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item h2 {
        font-size: 16px;
    }
    .blog-list-updated .blog-section .blog-listing-wrapper .blog-item h2 {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 849px) {
    .blog-list-updated .topic-outer ul li:first-child {
        padding-left: 4px;
    }  
    .blog-list-updated .topic-outer ul li a img {
        width: 100%;
        max-width: 33px;
    }
    .blog-list-updated .blog-section .left_post_block {
        padding-right: 25px;
    }
    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post > a {
        width: 100%;
    }  
    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post > .post-body-list {
        width: 100%;
        padding: 14px 0;
    }

    .blog-list-updated .blog-section .blog-listing-wrapper .right_post_block .blog-item.list_post {
        padding: 34px 0 10px 0;
    }
    .blog-list-updated .top_bar h2 {
        font-size: 25px !important;
    }
    .blog-list-updated .icons_topic img {
        max-width: 40px;
    }
    .blog-list-updated a.see_all_posts {
        font-size: 15px;
        padding: 11.5px 25px;
    }

    .blog-list-updated .blog-section .blog-listing-wrapper .topic_post_block .blog-item h2 {
        font-size: 18px !important;        line-height: 24px;
    }
}
@media screen and (max-width: 768px) {
    .subscription-wrapper .wrapper .widget-type-text {
        margin-top: 15px;
    }
    .blog-detail .post-body .cont-wrapper {
        max-width: 100%;
    }
    .cta-wrapper > .row-fluid-wrapper:first-of-type,
    .blog-detail .comnt-wrapper {
        max-width: 100%;
    }
    .blog-list .blog-content .span9 {
        max-width: 100%;
        width: 100% !important;
    }

}

@media screen and (max-width: 767px) {
    .subscription-wrapper .wrapper form .hs-email {
        width: 100%;
        float: none;  
    }
    .subscription-wrapper .wrapper form .hs-submit {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .contact-section .widget-type-form {
        max-width: 100%;
        margin: 20px auto 0 auto;
    }
    .recent-articles-heading .span6:last-of-type {
        display: none !important;
    }
    .blog-section .blog-listing-wrapper .row-fluid,
    .custom-listing-wrapper .row-fluid {
        margin-bottom: 0 !important;
    }
    .blog-section .blog-listing-wrapper .blog-item,
    .custom-listing-wrapper .blog-item-2 {
        margin-bottom: 30px;   
    }  
    .custom-listing-wrapper.show-all  {
        margin-bottom: 40px;
    }
    .recent-articles-heading p {
        padding-top: 0;
    }
    .blog-detail .top-content h1 {
        font-size: 36px;
    }
    .blog-detail .top-content h1, 
    .blog-detail .top-content p {
        padding: 0 18px;
    }
    .blog-detail .post-body .cont-wrapper {
        padding-left: 0;
    }
    .blog-detail .post-body .cont-wrapper .overlap-left {
        margin-left: 0;
    }
    .blog-detail .post-body .cont-wrapper .overlap-left iframe {
        max-height: 100%;
        height: auto;
    }
    .blog-detail .author-wrapper {    
        text-align: center;
        padding: 31px 0;
    }
    .blog-detail .author-wrapper .author-avatar {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .blog-detail .author-wrapper .author-avatar img {
        max-width: 80px;
    }
    .blog-detail .author-wrapper .author-detail {
        width: 100%;
        float: none;
    }
    .blog-detail .author-wrapper .author-detail > a {
        display: inline-block;
        margin: 10px 0 3px 0;
    }
    .cta-wrapper .span6 {
        height: auto !important; 
    }
    .cta-wrapper .span6:first-of-type {
        padding: 22px 20px 30px 20px;    
    }
    .cta-wrapper > .row-fluid-wrapper:first-of-type {
        padding: 0; 
    }
    .recent-posts-wrapper > .page-center > h2 {
        margin-bottom: 15px;
    }
    .recent-posts-wrapper .recent-post .image-wrapper {
        height: 150px;
    }
    .recent-posts-wrapper .recent-posts .recent-post {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .recent-posts-wrapper .recent-posts .recent-post:last-of-type {
        margin-bottom: 0; 
    }

    .error-template .blog-hero-banner .content-wrapper a + a { margin-left: auto;}

    .error-template .blog-hero-banner .content-wrapper a{
        margin: 10px auto 0 auto;
        width: 200px;
        display: block;
    }

    .blog-list-updated  .blog-section .blog-listing-wrapper .blog-item, .custom-listing-wrapper .blog-item-2 {
        margin-bottom: 0;
    }  

    .blog-list-updated .icons_topic img {
        max-width: 40px;
    }


    .blog-list-updated .filter-left-content {
        width: 100%;
        margin: 0 0 20px 0;
    } 
    .blog-list-updated .topic-outer ul li:first-child {
        padding-left: 14px;
    }

    .blog-list-updated .blog-section .left_post_block.topic_post_block .blog-item.featured_post {
        width: 100%;    margin-right: 0;
    }   
    .blog-list-updated .top_bar {
        margin: 20px 0 50px 0;
    }
    .blog-list-updated .topic-outer ul li {
        list-style-type: none !important;
        width: 100%;
        margin: 10px 0;
    }
    .blog-list-updated .topic-outer ul li:first-child {
        border-left: none;
        padding-left: 0;
    }

    .blog-list-updated .top_bar:before {
        top: -20px;
    }
    .blog-list-updated .blog-section .left_post_block {
        width: 100%;
        padding-right: 0 !important;
    }
    .blog-list-updated .right_post_block {
        width: 100%;
    }
    .blog-section .blog-listing-wrapper .blog-item .featured-image-wrapper {
        height: 100%;
        height: 300px;
    }

}


@media screen and (max-width: 600px) {
    .blog-list-updated .top_bar h2 {
        font-size: 30px;
        width: 100%;
    }    
    .blog-list-updated .top_bar a {
        width: 100%;
        max-width: 172px;
    }  
    .blog-list-updated .right_post_block h2 {
        font-size: 28px;
    }

}
@media screen and (max-width: 480px) {
    .contact-section h1 {
        font-size: 36px;    
    }
    .subscribe-btn .modal-body {
        padding: 40px !important;
    }
}