/*
Theme Name: HRD Connect
Author: BC
Author URI: https://www.blenheimchalcot.com/
Description: Base Template for Contentive Publishing Sites
Requires at least:  6.3
Requires PHP: 8.0
Version: 1.0
Text Domain: hrd-connect
*/

/* Variables */
:root {
    /* Spacing */
    --global--spacing-unit: 20px;
    --global--spacing-measure: unset;
    --global--spacing-horizontal: 25px;
    --global--spacing-vertical: 30px;

}

/**
     * Responsive Styles
     */

/**
     * Required Variables
     */

/**
     * Root Media Query Variables
     */
:root {
    --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
    --responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
    --responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
    --responsive--alignfull-width: 100%;
    --responsive--alignright-margin: var(--global--spacing-horizontal);
    --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {

    :root {
        --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
        --responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
        --responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
        --responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    }
}

@media only screen and (min-width: 822px) {

    :root {
        --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
        --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
    }
}

a,
a:hover {
    color: #000000;
}

.header .search-submit {
    display: none;

}

.subscribe-cnt-area form {
    position: relative;
}

.subscribe-cnt-area form .wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
}

.subscribe-img-area {
    min-width: 100px;
    width: auto;
}

.subscribe-section .subscribe-cnt-area input[type="email"] {
    background: #E4E4E4;
    border-radius: 8px 0px 0px 8px;
    color: #000000;
    padding: 11px 16px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 250px;
}

.wpcf7-not-valid-tip {
    padding: 10px 0;
    font-size: 14px;
}

.post-breadcrumb span[property="itemListElement"] {
    padding: 0 5px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

.post-breadcrumb span[property="itemListElement"]:not(:last-child) {
    font-weight: bold;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}

.lft-cnt-area p {
    margin-top: 25px;
}

.main-five-box-clmn .five-column-sec .top-journey-sec img {
    margin: 0 auto 24px;
}

.about-us-top-content-area p {
    margin-bottom: 15px !important;
}

.four-box-section .four-column-sec .four-clm-cnt-area h2 a {
    color: #ff0000;
}

.category-two-column-area .catergory-right-area h5 a {
    color: rgb(178, 178, 178);
}

.about-us-top-content-area ul li {
    list-style: disc;
    padding-bottom: 10px;
    font-size: 12px;

}

.about-us-top-content-area a {
    color: #FF0000;
}

.error-404.not-found.default-max-width {
    padding: 100px;
}

a.author_link {
    font-weight: normal !important;
    font-size: 13px !important;

}

a.author_link:hover {
    color: #000;
}

label#workEmaillbl {
    font-weight: bold;
    font-size: 12px;
    color: rgb(51, 51, 51);
}

.about-us-top-content-area strong {
    display: initial !important;
}

/* Block Alignments */

/**
     * These selectors set the default max width for content appearing inside a post or page.
     */

/**
     * .alignleft
     */
.alignleft {

    /*rtl:ignore*/
    text-align: left;
    margin-top: 0;
}

.hrdc-content>.alignleft {
    max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {

    .alignleft {

        /*rtl:ignore*/
        float: left;

        /*rtl:ignore*/
        margin-right: var(--global--spacing-horizontal);
        margin-bottom: var(--global--spacing-vertical);
    }

    .hrdc-content>.alignleft {
        max-width: calc(50% - var(--responsive--alignleft-margin));
    }
}

/**
     * .aligncenter
     */
.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/**
     * .alignright
     */
.alignright {
    margin-top: 0;
    margin-bottom: var(--global--spacing-vertical);
}

.hrdc-content>.alignright {
    max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {

    .alignright {

        /*rtl:ignore*/
        float: right;

        /*rtl:ignore*/
        margin-left: var(--global--spacing-horizontal);
    }

    .hrdc-content>.alignright {
        max-width: calc(50% - var(--responsive--alignright-margin));
    }
}

[class*=inner-container]>.alignleft+*,
[class*=inner-container]>.alignright+* {
    margin-top: 0;
}

/**
     * .alignwide
     */
.alignwide {
    clear: both;
}

/**
     * .alignfull
     */
.alignfull {
    clear: both;
}

.has-left-content {
    justify-content: flex-start;
}

.has-right-content {
    justify-content: flex-end;
}

.has-parallax {
    background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
    font-family: var(--heading--font-family);
    font-weight: var(--heading--font-weight);
    line-height: 0.66;
    text-transform: uppercase;
    font-style: normal;
    float: left;
    margin: 0.1em 0.1em 0 0;
    font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px;
}

.desktop-only {
    display: none;
}

@media only screen and (min-width: 482px) {

    .desktop-only {
        display: block;
    }
}



.full-bg-cnt-sec {
    padding: 25px 0;
}

.about-us-top-content-area ul li {
    list-style: disc;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.logos-sec {
    padding: 0 15px;
}

.engage-cover h2 {
    line-height: 50px;
}

.about-us-top-content-area p {
    text-align: justify;
}

.wp-block-group ul li,
.wp-block ul li {
    list-style-type: disc;
}

.wp-block-group li,
.wp-block li {
    font-size: 16px;
    padding-bottom: 6px;
    text-align: justify;
}

.wp-block-group ul {
    padding-bottom: 15px;
}

.wp-block-group p,
.wp-block p {
    text-align: inherit;
}

.wp-block-group table,
.wp-block table,
.wp-block-group td,
.wp-block td {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.advertis-right-sec {
    padding-top: 50px;
}

.article-content-area p {
    text-align: left;
}

ul.list_style li {
    list-style-type: disc;
    padding-bottom: 15px;
}

.search_results {
    padding-bottom: 50px;
}

.hrdc-mpu-ad:first-child {
    padding-bottom: 15px;
}

.mktoForm a {
    color: #FF5F5F !important;
    font-weight: bold;
}

.hdg-arrow-area a>span {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    bottom: 6px;
}

.profile-content-area h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .lft-cnt-area {
        margin-right: 50px;
    }

    ul.list_style {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    p {
        text-align: justify;
    }

    .profile-content-area .main-column-area {
        padding-top: 60px;
    }

    .engage-cover h2 {
        line-height: 30px;
        font-size: 25px !important;
    }
}

.solsub-section .link-sec .link-text a {
    color: #FFFFFF !important;
}

.b-right {
    border-right: 4px solid #000;
    padding: 0px 20px;
}

.b-left {
    border-left: 4px solid #000;
    padding: 0px 20px;
}

.r-block .mktoForm label span,
.r-block .mktoForm a,
.r-block .mktoForm span {
    color: #000 !important;
}

.r-block .mktoForm .mktoRequiredField .mktoAsterix {
    display: block !important;
}

.social-icons ul {
    position: fixed;
    left: 15px;
    top: 20%;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.social-icons ul li {
    padding-top: 10px;
}

.social-icons ul li:last-child {
    padding: 10px 0 0 0;
}

.social-icons ul li a svg {
    height: 30px;
    width: 30px;
}

@media only screen and (max-width: 1400px) {
    .social-icons ul {
        left: 5px;
        padding-left: 0;
    }

    .social-icons ul li a svg {
        height: 30px;
        width: 30px;
    }
}

@media only screen and (max-width: 700px) {
    .social-icons ul {
        left: 2px
    }

    .social-icons ul li a svg {
        height: 15px;
        width: 15px;
    }
}

/* Pie chart start */
.pie-chart-block .chart.list-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pie-chart-block h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pie-chart-block .box {
    display: flex;
    padding-bottom: 15px;
}

.pie-chart-block .wp-block-column {
    margin-bottom: auto;
}

/* Pie chart end */

.profile-content-area .main-column-area .staff-contact a {
    font-weight: 500;
}

.profile-content-area .main-column-area .staff-contact i {
    padding-right: 5px;
}

.profile-content-area .main-column-area .staff-contact span {
    font-weight: 500;
    padding: 0 10px;
}

.profile-content-area .main-column-area .staff-contact i {
    padding-right: 6px;
}

@media only screen and (max-width: 575px) {
    .profile-content-area .main-column-area .staff-contact a {
        font-size: 12px;
        display: block;
    }

    .profile-content-area .main-column-area .staff-contact a:first-child {
        padding-bottom: 7px;
    }

    .profile-content-area .main-column-area .staff-contact span {
        display: none;
    }
}


/* Schedule page modal start */
/* .modal-v2 {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        padding-right: 0 !important
    }
    
    .modal-v2.fade .modal-dialog {
        -webkit-transform: translate(-25%,0);
        -ms-transform: translate(-25%,0);
        -o-transform: translate(-25%,0);
        transform: translate(-25%,0);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }
    
    .modal-v2.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }
    
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px
    }
    
    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0,0,0,0.2);
        outline: 0;
        height: 600px;
        overflow-x: hidden;
        overflow-y: auto
    }
    
    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: transparent
    }
    
    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }
    
    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }
    
    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5
    }
    
    .modal-header .close {
        margin-top: -2px
    }
    
    .modal-title {
        margin: 0;
        line-height: 1.42857143
    }
    
    .modal-body {
        position: relative;
        padding: 15px
    }
    
    .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5
    }
    
    .modal-footer .btn+.btn {
        margin-bottom: 0;
        margin-left: 5px
    }
    
    .modal-footer .btn-group .btn+.btn {
        margin-left: -1px
    }
    
    .modal-footer .btn-block+.btn-block {
        margin-left: 0
    }
    
    .modal-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll
    }
    
    @media(min-width: 768px) {
        .modal-dialog {
            width:600px;
            margin: 30px auto
        }
    
        .modal-sm {
            width: 300px
        }
    }
    
    @media(min-width: 992px) {
        .modal-lg {
            width:900px
        }
    }
    
    .clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
        display: table;
        content: " "
    }
    
    .clearfix:after,.modal-header:after,.modal-footer:after {
        clear: both
    }
    
    .modal-v2 .close {
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .2;
        filter: alpha(opacity=20);
        font-size: 40px !important
    }
    
    .modal-v2 .modal-header {
        padding: 0;
        border: 0
    }
    
    @media(max-width: 61.9375em) {
        .modal-v2 .modal-body {
            padding:0
        }
    
        .modal-v2 .container,.modal-v2 .modal-dialog {
            width: 100%;
            padding: 0;
            margin: 0
        }
    }
    
    .modal-v2 .modal-body__speaker h1,.modal-v2 .modal-body__speaker h2,.modal-v2 .modal-body__speaker h3,.modal-v2 .modal-body__speaker h4,.modal-v2 .modal-body__speaker h5 {
        color: black;
        text-align: left;
        margin: 5px 0;
        font-weight: 700
    }
    
    .modal-v2 .modal-body__speaker h4 {
        font-size: 20px
    }
    
    .modal-v2 .modal-body__speaker p {
        font-weight: 300;
        font-size: 16px
    }
    
    .modal-v2 .modal-body__speaker small {
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-weight: 700
    }
    
    .modal-v2 .modal-body__speaker-copy {
        margin: 15px 0 20px 0
    }
    
    .modal-v2 .modal-body__speaker-row {
        margin: 20px 0
    }
    
    .modal-v2 .modal-body__speaker-photo {
        border-radius: 50%
    }
    
    .modal-open {
        padding: 0 !important
    }
    
    @media(max-width: 61.9375em) {
        .modal-open .modal-v2 {
            overflow-x:hidden;
            overflow-y: auto
        }
    
        .modal-open {
            overflow: hidden
        }
    
        .modal-open .modal {
            overflow-x: hidden;
            overflow-y: auto
        }
    
        .modal-body {
            padding: 0
        }
    
        .modal-dialog {
            width: 100%;
            padding: 0;
            margin: 0
        }
    
        .modal-content {
            height: auto
        }
    }
    schedule page modal end */
@media(max-width: 991px) {
    span.wpcf7-not-valid-tip {
        position: absolute;
        top: 30px;
        left: 5px;
    }
}

.form-redirect-text a {
    color: #FF0000 !important;
}

.editorial-advisory-board .img-sec img {
    width: 150px;
    height: 150px;
}

.modal-v2 .modal-dialog button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    outline: none;
    box-shadow: none;
}

.modal-v2 .modal-dialog h2 {
    color: black;
    text-align: left;
    margin: 5px 0;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.modal-v2 .modal-dialog h3 {
    color: black;
    text-align: left;
    margin: 5px 0;
    font-weight: 600;
    font-size: 18px;
}

.modal-v2 .modal-dialog p {
    font-weight: 300;
    font-size: 14px;
    color: #333;
    margin: 0 0 10px;
}

.bio-modal .modal-dialog p {
    margin: 10px 0;
    line-height: 25px;
    color: #2b2e38;
}

.profile-popup .modal-dialog {
    max-width: 70% !important;
}

.booking {
    background-image: url("assets/images/HRD_EU_2021_Sept_Hero_814x720_dark.jpg");
    background-size: cover;
    background-position: center;
    background-color: #262627;
    margin: 20px 0;
    margin-left: 40px;
    padding: 25px;
    color: white
}

.booking h4 {
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase
}

@media(max-width: 47.9375em) {
    .booking h2 {
        font-size: 32px
    }
}

.booking h2,
.booking h3,
.booking h4,
.booking h5 {
    text-align: left;
    color: white
}

.booking__rates {
    margin-top: 250px
}

.booking__rates .row {
    margin-bottom: 40px;
}

.booking__rates h3 {
    font-size: 22px;
}

.booking__rates h4 {
    margin-top: 0;
    font-size: 20px;
}

.booking__rates a.btn {
    color: #fff;
}

.booking__rates a.btn:hover {
    background-color: #fff;
    color: #000;
}

@media(min-width: 62em) and (max-width:66.6875em) {
    .booking__fixed {
        top: 70px
    }
}

@media(min-width: 66.75em) {
    .booking__fixed {
        top: 90px
    }
}

@media(min-width: 62em) {
    .booking__fixed {
        position: fixed;
        max-width: 555px
    }
}

@media(min-width: 62em) and (max-width:75em) {
    .booking__fixed {
        max-width: 455px
    }
}

.hrd-slider .cnt-area a.read-more {
    font-weight: 600;
}

.hrd-slider .cnt-area a.read-more:hover {
    color: #ff0000;
}

.hrd-slider .hrd-slider-clm-area .img-sec {
    margin: 0 auto;
    margin-bottom: 24px;
}

.hrd-slider .hrd-slider-clm-area .img-sec img {
    margin: 0 auto;
}

.hrd-slider .hrd-slider-clm-area .cnt-area .cnt-toggle {
    display: none;
}

.hrd-slider .hrd-slider-clm-area .cnt-area .cnt-toggle.active {
    display: block;
}

.hrd-slider .hrd-slider-clm-area .cnt-area span.arw {
    z-index: 9;
}

.hrd-slider-clm-area .logo-sec {
    max-width: 100%;
    flex-basis: 100%;
}

.hrd-slider-clm-area .cnt-area {
    max-width: 100%;
    flex-basis: 100%;
}

.hrd-slider-clm-area .logo-sec img {
    margin: 0 auto;
    margin-bottom: 20px;
}

@media(min-width: 768px) {
    .hrd-slider .cnt-area a.read-more {
        display: block;
    }

    .hrd-slider .cnt-area .speaker_name {
        min-height: 40px;
    }
}

.programme-new .days__list {
    display: flex;
    justify-content: center;
    border: none;
}

.programme-new .days__list li {
    min-width: 180px;
}

.programme-new .days__list li .nav-link {
    padding: 8px 15px;
    font-size: 16px;
    color: #FFFFFF;
    opacity: .7;
}


.programme-new .days__list li .nav-link:hover,
.programme-new .days__list li .nav-link.active,
.programme-new .days__list li .nav-link[aria-selected="true"] {
    border: 1px solid #FFF;
    background-color: #e81e23;
    opacity: 1;
}

.programme-new .days {
    max-width: 100%;
}

div.heateor_sss_follow_ul,
div.heateor_sss_sharing_ul {
    display: flex;
    justify-content: space-around;
}

.article-content-area .post__sidebar .bg-area .partnerlogoblock {
    padding-left: 30px;
}

.article-content-area .post__content {
    padding-top: 40px;
}

.article-content-area .post__sidebar .bg-area ul.post__info li ul li {
    padding-bottom: 0;
}

.article-content-area .post__date {
    font-weight: bold;
}

/* .article-content-area .post__date span {
    color: #ff0000;
} */

.article-content-area ul li span.timer {
    color: #cc0000;
}

.lft-cnt-area p {
    margin-bottom: 20px;
    margin-top: 0px;
}

.adv-board-slider .job-title {
    min-height: 85px;
}

.hot-article-section .bg-cnt-area img {
    text-align: center;
    display: block;
    margin: 0 auto 15px;
}

/* Schedule session filter start */
.stream__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.stream__list .list-pill {
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin: 0 5px 10px 0
}

.stream__list .list-pill__checkbox {
    display: none
}

@media(max-width: 29.99em) {
    .stream__list .list-pill {
        display: block;
        width: 100%
    }
}

@media(max-width: 29.99em) {
    .stream__list {
        display: none;
        margin-top: 40px
    }
}

@media(min-width: 30em) {
    .stream__list {
        display: block !important
    }
}

.stream__filter--mobile {
    display: none
}

@media(max-width: 29.99em) {
    .stream__filter--mobile {
        color: white;
        display: block;
        width: 100%;
        background-color: #e81e23;
        border: 0;
        padding: 20px;
        outline: 0
    }
}

/* .programme-new__row-session:nth-child(4n + 1),
.programme-new__row:nth-child(4n + 1) > .programme-new__row-session {
    border-color: #fec009;
}
.programme-new__row-session:nth-child(4n + 2),
.programme-new__row:nth-child(4n + 2) > .programme-new__row-session {
    border-color: #404eb7;
}
.programme-new__row-session:nth-child(4n + 3),
.programme-new__row:nth-child(4n + 3) > .programme-new__row-session {
    border-color: #0d79f1;
}
.programme-new__row-session:nth-child(4n + 4),
.programme-new__row:nth-child(4n + 4) > .programme-new__row-session {
    border-color: #fd5725;
}

.programme-new__row:nth-child(4n + 1) > .programme-new__row-session .programme-new__row-footer span.session-type{
    color: #fec009;
}
.programme-new__row:nth-child(4n + 2) > .programme-new__row-session  .programme-new__row-footer span.session-type{
    color: #404eb7;
}
.programme-new__row:nth-child(4n + 3) > .programme-new__row-session .programme-new__row-footer span.session-type {
    color: #0d79f1;
}
.programme-new__row:nth-child(4n + 4) > .programme-new__row-session .programme-new__row-footer span.session-type{
    color: #fd5725;
}

.programme-new__row-session .session__filterable:nth-child(4n + 1) > .programme-new__row-footer span.session-type{
    color: #fec009;
}
.programme-new__row-session .session__filterable:nth-child(4n + 2) > .programme-new__row-footer span.session-type{
    color: #404eb7;
}
.programme-new__row-session .session__filterable:nth-child(4n + 3) > .programme-new__row-footer span.session-type {
    color: #0d79f1;
}
.programme-new__row-session .session__filterable:nth-child(4n + 4) > .programme-new__row-footer span.session-type{
    color: #fd5725;
} */

div.list-pill,
div.list-pill.active {
    display: block;
    background-color: transparent;
    border: 0;
    margin: 5px 0 0 0;
    font-size: 12px;
    text-transform: uppercase
}

div.list-pill .circle,
div.list-pill.active .circle {
    top: -1px
}

div.list-pill:hover,
div.list-pill.active:hover {
    background-color: transparent;
    border: 0
}

.cs_1 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.cs_1 .circle {
    background-color: #00bbcf;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 187, 207, 0.2);
    box-shadow: 0 0 0 4px rgba(0, 187, 207, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px
}

.cs_1:hover {
    background-color: rgba(0, 187, 207, 0.05);
    border: 1px solid rgba(0, 187, 207, 0.2)
}

.cs_1.active {
    background-color: rgba(0, 187, 207, 0.2);
    border: 1px solid #00bbcf;
    color: #00bbcf
}

.cs_1.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff
}

div.cs_1 {
    color: #00bbcf
}

[data-stream*=cs_1].highlight {
    background-color: rgba(0, 187, 207, 0.2)
}

.cs_2 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.cs_2 .circle {
    background-color: #404eb7;
    -webkit-box-shadow: 0 0 0 4px rgba(64, 78, 183, 0.2);
    box-shadow: 0 0 0 4px rgba(64, 78, 183, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px
}

.cs_2:hover {
    background-color: rgba(64, 78, 183, 0.05);
    border: 1px solid rgba(64, 78, 183, 0.2)
}

.cs_2.active {
    background-color: rgba(64, 78, 183, 0.2);
    border: 1px solid #404eb7;
    color: #404eb7
}

.cs_2.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff
}

div.cs_2 {
    color: #404eb7
}

[data-stream*=cs_2].highlight {
    background-color: rgba(64, 78, 183, 0.2)
}

.cs_3 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.cs_3 .circle {
    background-color: #009589;
    -webkit-box-shadow: 0 0 0 4px rgba(0, 149, 137, 0.2);
    box-shadow: 0 0 0 4px rgba(0, 149, 137, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px
}

.cs_3:hover {
    background-color: rgba(0, 149, 137, 0.05);
    border: 1px solid rgba(0, 149, 137, 0.2)
}

.cs_3.active {
    background-color: rgba(0, 149, 137, 0.2);
    border: 1px solid #009589;
    color: #009589
}

.cs_3.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff
}

div.cs_3 {
    color: #009589
}

[data-stream*=cs_3].highlight {
    background-color: rgba(0, 149, 137, 0.2)
}

.cs_4 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.cs_4 .circle {
    background-color: #fd5725;
    -webkit-box-shadow: 0 0 0 4px rgba(253, 87, 37, 0.2);
    box-shadow: 0 0 0 4px rgba(253, 87, 37, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px
}

.cs_4:hover {
    background-color: rgba(253, 87, 37, 0.05);
    border: 1px solid rgba(253, 87, 37, 0.2)
}

.cs_4.active {
    background-color: rgba(253, 87, 37, 0.2);
    border: 1px solid #fd5725;
    color: #fd5725
}

.cs_4.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff
}

div.cs_4 {
    color: #fd5725
}

[data-stream*=cs_4].highlight {
    background-color: rgba(253, 87, 37, 0.2)
}

.cs_5 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.cs_5 .circle {
    background-color: #5f7c8c;
    -webkit-box-shadow: 0 0 0 4px rgba(95, 124, 140, 0.2);
    box-shadow: 0 0 0 4px rgba(95, 124, 140, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px
}

.cs_5:hover {
    background-color: rgba(95, 124, 140, 0.05);
    border: 1px solid rgba(95, 124, 140, 0.2)
}

.cs_5.active {
    background-color: rgba(95, 124, 140, 0.2);
    border: 1px solid #5f7c8c;
    color: #5f7c8c
}

.cs_5.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff
}

div.cs_5 {
    color: #5f7c8c
}

[data-stream*=cs_5].highlight {
    background-color: rgba(95, 124, 140, 0.2)
}

.cs_6 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

.cs_6 .circle {
    background-color: #fec009;
    -webkit-box-shadow: 0 0 0 4px rgba(254, 192, 9, 0.2);
    box-shadow: 0 0 0 4px rgba(254, 192, 9, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px
}

.cs_6:hover {
    background-color: rgba(254, 192, 9, 0.05);
    border: 1px solid rgba(254, 192, 9, 0.2)
}

.cs_6.active {
    background-color: rgba(254, 192, 9, 0.2);
    border: 1px solid #fec009;
    color: #fec009
}

.cs_6.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff
}

div.cs_6 {
    color: #fec009
}

[data-stream*=cs_6].highlight {
    background-color: rgba(254, 192, 9, 0.2)
}

.cs_7 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.cs_7 .circle {
    background-color: #9e25b0;
    -webkit-box-shadow: 0 0 0 4px rgba(158, 37, 176, 0.2);
    box-shadow: 0 0 0 4px rgba(158, 37, 176, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px;
}

.cs_7:hover {
    background-color: rgba(158, 37, 176, 0.05);
    border: 1px solid rgba(158, 37, 176, 0.2);
}

.cs_7.active {
    background-color: rgba(158, 37, 176, 0.2);
    border: 1px solid #9e25b0;
    color: #9e25b0;
}

.cs_7.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
}

div.cs_7 {
    color: #9e25b0;
}

[data-stream*=cs_7].highlight {
    background-color: rgba(158, 37, 176, 0.2);
}

.cs_8 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.cs_8 .circle {
    background-color: #4dac4e;
    -webkit-box-shadow: 0 0 0 4px rgba(77, 172, 78, 0.2);
    box-shadow: 0 0 0 4px rgba(77, 172, 78, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px;
}

.cs_8:hover {
    background-color: rgba(77, 172, 78, 0.05);
    border: 1px solid rgba(77, 172, 78, 0.2);
}

.cs_8.active {
    background-color: rgba(77, 172, 78, 0.2);
    border: 1px solid #4dac4e;
    color: #4dac4e;
}

.cs_8.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
}

div.cs_8 {
    color: #4dac4e;
}

[data-stream*=cs_8].highlight {
    background-color: rgba(77, 172, 78, 0.2);
}

.cs_9 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.cs_9 .circle {
    background-color: #7b5347;
    -webkit-box-shadow: 0 0 0 4px rgba(123, 83, 71, 0.2);
    box-shadow: 0 0 0 4px rgba(123, 83, 71, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px;
}

.cs_9:hover {
    background-color: rgba(123, 83, 71, 0.05);
    border: 1px solid rgba(123, 83, 71, 0.2);
}

.cs_9.active {
    background-color: rgba(123, 83, 71, 0.2);
    border: 1px solid #7b5347;
    color: #7b5347;
}

.cs_9.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
}

div.cs_9 {
    color: #7b5347;
}

[data-stream*=cs_9].highlight {
    background-color: rgba(123, 83, 71, 0.2);
}

.cs_10 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.cs_10 .circle {
    background-color: #e91c61;
    -webkit-box-shadow: 0 0 0 4px rgba(233, 28, 97, 0.2);
    box-shadow: 0 0 0 4px rgba(233, 28, 97, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px;
}

.cs_10:hover {
    background-color: rgba(233, 28, 97, 0.05);
    border: 1px solid rgba(233, 28, 97, 0.2);
}

.cs_10.active {
    background-color: rgba(233, 28, 97, 0.2);
    border: 1px solid #e91c61;
    color: #e91c61;
}

.cs_10.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
}

div.cs_10 {
    color: #e91c61;
}

[data-stream*=cs_10].highlight {
    background-color: rgba(233, 28, 97, 0.2);
}

.cs_11 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.cs_11 .circle {
    background-color: #a92636;
    -webkit-box-shadow: 0 0 0 4px rgba(169, 38, 54, 0.2);
    box-shadow: 0 0 0 4px rgba(169, 38, 54, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px;
}

.cs_11:hover {
    background-color: rgba(169, 38, 54, 0.05);
    border: 1px solid rgba(169, 38, 54, 0.2);
}

.cs_11.active {
    background-color: rgba(169, 38, 54, 0.2);
    border: 1px solid #a92636;
    color: #a92636;
}

.cs_11.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
}

div.cs_11 {
    color: #a92636;
}

[data-stream*=cs_11].highlight {
    background-color: rgba(169, 38, 54, 0.2);
}

.cs_12 {
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}

.cs_12 .circle {
    background-color: #0d79f1;
    -webkit-box-shadow: 0 0 0 4px rgba(13, 121, 241, 0.2);
    box-shadow: 0 0 0 4px rgba(13, 121, 241, 0.2);
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 4px;
    position: relative;
    top: -0.2px;
}

.cs_12:hover {
    background-color: rgba(13, 121, 241, 0.05);
    border: 1px solid rgba(13, 121, 241, 0.2)
}

.cs_12.active {
    background-color: rgba(13, 121, 241, 0.2);
    border: 1px solid #0d79f1;
    color: #0d79f1;
}

.cs_12.active .circle {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
}

div.cs_12 {
    color: #0d79f1
}

[data-stream*=cs_12].highlight {
    background-color: rgba(13, 121, 241, 0.2);
}

small.prog_cs_1 {
    color: #00bbcf
}

.prog_cs_1.programme-new__row-session {
    border-color: #00bbcf
}

.prog_cs_1.programme-new__row-session small {
    color: #00bbcf
}

.prog_cs_1.active {
    background-color: #00bbcf;
    border-color: #00bbcf !important;
    color: white !important
}

small.prog_cs_2 {
    color: #404eb7
}

.prog_cs_2.programme-new__row-session {
    border-color: #404eb7
}

.prog_cs_2.programme-new__row-session small {
    color: #404eb7
}

.prog_cs_2.active {
    background-color: #404eb7;
    border-color: #404eb7 !important;
    color: white !important
}

small.prog_cs_3 {
    color: #009589
}

.prog_cs_3.programme-new__row-session {
    border-color: #009589
}

.prog_cs_3.programme-new__row-session small {
    color: #009589
}

.prog_cs_3.active {
    background-color: #009589;
    border-color: #009589 !important;
    color: white !important
}

small.prog_cs_4 {
    color: #fd5725
}

.prog_cs_4.programme-new__row-session {
    border-color: #fd5725
}

.prog_cs_4.programme-new__row-session small {
    color: #fd5725
}

.prog_cs_4.active {
    background-color: #fd5725;
    border-color: #fd5725 !important;
    color: white !important
}

small.prog_cs_5 {
    color: #5f7c8c
}

.prog_cs_5.programme-new__row-session {
    border-color: #5f7c8c
}

.prog_cs_5.programme-new__row-session small {
    color: #5f7c8c
}

.prog_cs_5.active {
    background-color: #5f7c8c;
    border-color: #5f7c8c !important;
    color: white !important
}

small.prog_cs_6 {
    color: #fec009
}

.prog_cs_6.programme-new__row-session {
    border-color: #fec009
}

.prog_cs_6.programme-new__row-session small {
    color: #fec009
}

.prog_cs_6.active {
    background-color: #fec009;
    border-color: #fec009 !important;
    color: white !important
}

small.prog_cs_7 {
    color: #9e25b0
}

.prog_cs_7.programme-new__row-session {
    border-color: #9e25b0
}

.prog_cs_7.programme-new__row-session small {
    color: #9e25b0
}

.prog_cs_7.active {
    background-color: #9e25b0;
    border-color: #9e25b0 !important;
    color: white !important
}

small.prog_cs_8 {
    color: #4dac4e
}

.prog_cs_8.programme-new__row-session {
    border-color: #4dac4e
}

.prog_cs_8.programme-new__row-session small {
    color: #4dac4e
}

.prog_cs_8.active {
    background-color: #4dac4e;
    border-color: #4dac4e !important;
    color: white !important
}

small.prog_cs_9 {
    color: #7b5347
}

.prog_cs_9.programme-new__row-session {
    border-color: #7b5347
}

.prog_cs_9.programme-new__row-session small {
    color: #7b5347
}

.prog_cs_9.active {
    background-color: #7b5347;
    border-color: #7b5347 !important;
    color: white !important
}

small.prog_cs_10 {
    color: #e91c61
}

.prog_cs_10.programme-new__row-session {
    border-color: #e91c61
}

.prog_cs_10.programme-new__row-session small {
    color: #e91c61
}

.prog_cs_10.active {
    background-color: #e91c61;
    border-color: #e91c61 !important;
    color: white !important
}

small.prog_cs_11 {
    color: #a92636
}

.prog_cs_11.programme-new__row-session {
    border-color: #a92636
}

.prog_cs_11.programme-new__row-session small {
    color: #a92636
}

.prog_cs_11.active {
    background-color: #a92636;
    border-color: #a92636 !important;
    color: white !important
}

small.prog_cs_12 {
    color: #0d79f1
}

.prog_cs_12.programme-new__row-session {
    border-color: #0d79f1
}

.prog_cs_12.programme-new__row-session small {
    color: #0d79f1
}

.prog_cs_12.active {
    background-color: #0d79f1;
    border-color: #0d79f1 !important;
    color: white !important
}

/* Schedule session filter end */

/* spacing on the top of heading on articles */
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5 {
    margin-top: 20px 0;
}

.post_catgs {
    margin: 0 !important;
}

.adv-board-slider .hrd-slider .hrd-slider-clm-area .img-sec {
    height: auto;
}

.adv-board-slider .hrd-slider .hrd-slider-clm-area .img-sec img {
    max-height: 190px;
}

.article-content-area p {
    text-align: justify;
}

.post__content .right-bg-cnt-area-mobile {
    display: none;
}

.post__content .right-bg-cnt-area-mobile .bg-area ul.post__info>li {
    padding: 0 0px 17px 0;
    font-size: 14px;
    text-align: left;
}

.post__content .right-bg-cnt-area-mobile .bg-area ul.post__info li span {
    display: block;
    font-weight: bold;
    text-align: left;
}

.post__content .right-bg-cnt-area-mobile .bg-area ul.post__info li a {
    color: #cc0000;
    font-size: 13px;
    font-weight: bold;
}

.article-content-area ul {
    text-align: justify;
}

.article-content-area.resource .resource-download-btn,
.full-bg-banner-section .resource-download-btn {
    background-color: #F00 !important;
    color: #FFF;
    border: none;
    display: block;
    width: fit-content !important;
    height: auto !important;
    text-decoration: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    font-weight: normal !important;
    filter: none !important;
    color: white !important;
    text-shadow: none !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.33333 !important;
    border-radius: 6px !important;
    border: 0 !important;
    display: inline-block;
    margin: 5px 0;
}

.lft-cnt-area .resource-download-btn {
    margin-bottom: 20px;
}

@media only screen and (max-width: 999px) {
    .inline-cnt-area ul li:last-child {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .post__content .right-bg-cnt-area-mobile {
        display: block;
    }

    .post__sidebar .right-bg-cnt-area {
        display: none;
    }

    .article-content-area .post__content {
        padding-top: 0px;
    }
}

.resources-template-default.single-resources .cnt-marketo-form-container .mktoLabel,
.resources-template-default.single-resources .cnt-marketo-form-container .mktoField,
#register .cnt-marketo-form-container .mktoLabel,
#register .cnt-marketo-form-container .mktoField {
    width: 50% !important;
}

.resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow[class*=gDPROptin].has-checkbox .mktoHtmlText,
.resources-template-default.single-resources .cnt-marketo-form-container .mktoFormRow.has-checkbox .mktoHtmlText,
#register .cnt-marketo-form-container .mktoFormRow[class*=gDPROptin].has-checkbox .mktoHtmlText,
#register .cnt-marketo-form-container .mktoFormRow.has-checkbox .mktoHtmlText {
    padding-left: 35px;
}

form>.mktoFormRow.has-checkbox:not(.Subscribed_to_CZ_Newsletter__c)>.mktoFormCol.mktoFieldDescriptor,
.gdrpr__form .righttoberemoved .has-checkbox>.mktoFieldDescriptor.mktoFormCol,
.gdrpr__form .acceptedTCs .has-checkbox>.mktoFieldDescriptor.mktoFormCol {
    width: 40px !important;
    position: absolute;
    left: 0;
    z-index: 10;
}

.resources_v2__end {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.resources_v2__end .right {
    text-align: right;
}

.resources_v2__end img {
    max-width: 155px;
}

.testimonials-section {
    border-radius: 0;
}

.custom-container {
    max-width: 1260px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}

@media only screen and (min-width: 999px) {

    .programme-new__row-session>span a,
    .programme-new__row-session>span {
        font-size: 18px;
    }

    .programme-new__row-footer .read-more,
    .programme-new__row-footer span {
        font-size: 14px;
    }

    .programme-new__row-time span,
    .programme-new__row-speakers h5,
    .programme-new__row-speakers span {
        font-size: 16px;
    }
}

.programme-new__row-time span {
    font-weight: bold;
}

.about-us-top-content-area ul li {
    font-size: 16px;
}

.speakers-grid .img-area img {
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.hot-articles div.bg-cnt-area {
    display: flex;
    flex-direction: column;
}

.hot-articles .hot_articles_bottom {
    margin-top: auto;
}

.hot-articles .hot_articles_bottom ul {
    margin-bottom: 0 !important;
}

.hrd-main-slider-section.adv-board-slider {
    padding-top: 50px;
}

.profile-content-area {
    margin-bottom: 0;
    padding-top: 50px;
}

.our-journey-column-section {
    margin-bottom: 0;
    padding-top: 50px;
}

footer.footer {
    margin-top: 0;
    padding-top: 30px;
}

.resources_v2__end {
    border-bottom: 2px solid #918f8f;
}

.sub_heading {
    margin: 0 0 50px;
}

.our-journey-column-section .sub_heading {
    margin: 0 0 80px;
}

.sub_heading p {
    font-size: 16px;
    line-height: 1.4;
}

.post__content img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.article-content-area.resource .post__content {
    padding: 0;
    background: none;
    border: none;
}

.article-content-area.resource .post__content .post__content--conatiner {
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

.box-slider-area .box-slider-bg-sec .two-column-cnt-area {
    display: flex;
    flex-direction: column;
}

.box-slider-area .box-slider-bg-sec .two-column-cnt-area .inline-cnt-area {
    margin-top: auto;
}

.four-box-section .four-column-sec {
    display: flex;
    flex-direction: column;
}

.four-clm-cnt-area {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.four-clm-cnt-area .btm-icons-area {
    margin-top: auto;
}

.testimonials-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-fluid .testimonials-cnt-sec {
    max-width: inherit;
}

.four-box-section .four-column-sec .four-clm-cnt-area .btm-icons-area ul li:nth-child(2) {
    color: rgb(178, 178, 178);
    display: inline-block;
    vertical-align: middle;
}

.inline-column-sec {
    display: flex;
    flex-direction: column;
}

.inline-clm-cnt-sec {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.inline-cnt-area {
    margin-top: auto;
}

.hrd-slider .hrd-slider-clm-area .cnt-area .cnt-toggle.active p {
    display: block;
}

.speakers-grid .hdg-arrow-area {
    margin-bottom: 40px;
}

.partner-deck-section .partn-deck-bg-area h2 {
    margin-bottom: 0;
}

.partner-deck-section .partn-deck-bg-area .partner-sec-title {
    margin-bottom: 25px;
}

.hrd-slider .hrd-slider-clm-area .img-sec {
    height: 150px;
}

.buyers-guide-wrap .mktoForm {
    width: 100% !important;
}

.buyers-guide-wrap .mktoForm .mktoRequiredField label.mktoLabel {
    color: #fff;
    width: auto !important;
    margin-bottom: 10px;
}

.mktoLabel,
.mktoField,
.mktoForm .mktoFieldWrap {
    width: 100% !important;
}

.buyers-guide-wrap .mktoForm .mktoFormCol {
    width: 100%;
}

.buyers-guide-wrap .mktoHtmlText {
    width: auto !important;
}

.buyers-guide-wrap .mktoFieldWrap .mktoHtmlText {
    color: #fff;
}

.buyers-guide-wrap.main-form-section .buyers-guide-form form .mktoFormRow:nth-last-of-type(3) .mktoFieldDescriptor.mktoFormCol .mktoRequiredField {
    display: flex;

}

.main-form-section .buyers-guide-form form .mktoFormRow:nth-last-of-type(3) .mktoFieldDescriptor.mktoFormCol+.mktoFormCol>.mktoOffset {
    height: 6px;

}

.main-form-section .buyers-guide-form form .mktoFormRow:nth-last-of-type(3) .mktoFieldDescriptor.mktoFormCol .mktoRequiredField {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;

}

.main-form-section .buyers-guide-form form .mktoFormRow:nth-last-of-type(3) .mktoFieldDescriptor.mktoFormCol .mktoRequiredField .mktoGutter {

    width: 0 !important;

}

.post__cnt-bottom .post__share .heateor_sss_sharing_title {
    color: #cc0000;
    text-align: center;
    font-size: 16px;
    margin-bottom: 16px;
}
.sign-up-btn a {
    background-color: #FF0000;
    cursor: pointer;
    color: #fff !important;
    display: inline;
    padding: 7px 10px;
}
.advertise-area.middle-advert{
    margin: 30px 0;
}
.advertise-area.middle-advert .ad_wrap{
    text-align: center;
}
.advertise-area.middle-advert .ad_wrap iframe{
    width: revert-layer;
}

/* opinon form styling */
.wpuf-form-add .wpuf-form.form-label-left li label {
    padding-right: 10px;
}

.wpuf-form-add .wpuf-form li {
    list-style-type: none;
    text-align: inherit;
}

.wpuf-form-add .wpuf-form li textarea {
    border: 1px solid #e5e5e5 !important;
    width: 100%;
    height: 260px;
    border-radius: 4px;
    border: 1px;
}

.wpuf-form-add .wpuf-form li .textfield {
    border: 1px solid #e5e5e5 !important;
    width: 100%;
    height: 36px;
    border-radius: 4px;
}

.wpuf-form-add .wpuf-form li.wpuf-submit input {
    cursor: pointer;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    background: #FF0000;
    box-shadow: none;
    border: 0;
}

@media (max-width: 480px) {
    .wpuf-form-add .wpuf-form.form-label-left li label {
        padding-right: 0;
    }
}

.category-posts-listing .sub_heading a{
    text-decoration: underline;
}

.category-posts-listing .sub_heading a:hover{
    color: #ff0000;
}