

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');
html {
    font-size: 17px;
}

p {
    margin: 0 0 15px;
    font-size: .882rem;
    line-height: 1.412rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 1rem;
    color: #222
}

.h1,
h1 {
    font-size: 2.353rem;
    line-height: 2.824rem
}

.h2,
h2 {
    font-size: 2.118rem;
    line-height: 2.588rem
}

.h3,
h3 {
    font-size: 1.882rem;
    line-height: 2.353rem
}

.h4,
h4 {
    font-size: 1.647rem;
    line-height: 2.118rem
}

.h5,
h5 {
    font-size: 1.588rem;
    line-height: 2.118rem
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.647rem
}

@media(max-width:1600px) {
    .h1,
    h1 {
        font-size: 2.118rem;
        line-height: 2.588rem
    }
    .h2,
    h2 {
        font-size: 1.882rem;
        line-height: 2.353rem
    }
    .h3,
    h3 {
        font-size: 1.647rem;
        line-height: 2.118rem
    }
    .h4,
    h4 {
        font-size: 1.588rem;
        line-height: 2.118rem
    }
    .h5,
    h5 {
        font-size: 1.438rem;
        line-height: 2rem
    }
    .h6,
    h6 {
        font-size: 1.063rem
    }
}

@media(max-width:1366px) {
    .h1,
    h1 {
        font-size: 1.882rem;
        line-height: 2.353rem
    }
    .h2,
    h2 {
        font-size: 1.647rem;
        line-height: 2.118rem
    }
    .h3,
    h3 {
        font-size: 1.588rem;
        line-height: 2.118rem
    }
    .h4,
    h4 {
        font-size: 1.438rem;
        line-height: 2rem
    }
    .h5,
    h5 {
        font-size: 1.188rem;
        line-height: 1.75rem
    }
    .h6,
    h6 {
        font-size: 1.063rem
    }
}

ul {
    margin: 0;
    padding: 0
}

@media screen and (max-width:1199px) {
    html {
        font-size: 15px
    }
}

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
.social-icon-fixed {
    display: none;
}
#return-to-top {
    display: none !important;
}
    .multigrid-section {
    background-color: #57607c;
    padding:15px 2.353rem;
    position: relative;
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: 2fr 1fr;
}

.multi-grid-logo {
    display: flex;
    /* justify-content: space-between; */
}

.multi-grid-logo-block {
    display: flex;
    align-items: center;
    margin-right: -1.235rem;
    margin-left: -1.235rem;
}

.multi-grid-logo-bar {
    padding: 0rem 1.235rem;
    text-align: center;
}
.multi-grid-logo-bar a{
    max-width:192px;
    display: inline-block;
}
@media(max-width:767px){
.multi-grid-logo-bar {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
}
}
.multi-grid-logo-bar img {
    max-width: 100%;
}

.multi-grid-logo-bar p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 0.824rem;
    text-transform: uppercase;
}

.multi-grid-address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-left: 20px;
}
.multi-grid-address h6 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.176rem;
    color: #fff;
    margin-bottom: 0;
    width:100%;
}
.date-multigrid {
    font-size: 1rem;
    line-height: 1.176rem;
}

.multigrid-venue, .multi-grid-color {
    font-size: 0.882rem;
    line-height: 1.176rem;
}
.multi-grid-address p {
    color: #fff;
    margin-bottom: 0;
    font-size: 0.882rem;
    line-height: 1.176rem;
}

.multi-grid-color {
    font-weight: bold;
}

.mult-grid-btn {
    padding: 0.588rem 2.794rem 0.588rem 2.794rem;
    border-radius: 4px;
    background-color: #c02025;
    font-weight: bold;
    letter-spacing: 0.027rem;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all .4s ease;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.76471rem;
    text-decoration: none !important;
    margin-left: 10px;
}
@media(max-width:767px){
    .mult-grid-btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        min-width: auto;
    }
}

.mult-grid-btn:hover {
    color: #c02025;
    background: #fff;
}

.multigrid-reg-free {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: flex-end;
}




               

.multigridmain-nav ul {
    max-width: 700px;
    width: 100%;
                }

                .multigridmain-nav {
                    position: fixed;
                    width: 100%;
                    top: 0;
                    background: rgba(0, 0, 0, .8);
                    height: 0%;
                    -webkit-transition: all .2s ease;
                    -o-transition: all ease .2s;
                    transition: all .2s ease;
                    z-index: 1005;
                    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.7);
                    box-shadow: inset 0 0 4px rgba(0,0,0,.7);
                    overflow-y: auto;
                    left: 0;
                    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
                }

                .multigridmain-nav ul {
                    padding: 0;
                    display: block;
                    margin: 0
                }

                .multigridmain-nav ul.mnav {
                    margin-bottom: 1.875rem
                }

                .multigridmain-nav ul li {
                    display: block;
                    position: relative;
                    text-transform: uppercase;
                    font-size: .938rem;
                    border-bottom: 1px solid rgba(96, 111, 123, .4);
                }

                .multigridmain-nav ul ul li {
                    border-bottom: 0
                }

                .multigridmain-nav ul li span {
                    display: none
                }

                .multigridmain-nav ul li a {
                    color: #fff;
                    text-decoration: none;
                    font-size: .938rem;
                    display: block;
                    padding: .938rem
                }

               
                .multigridmain-nav ul li a:hover {
                    background: #000
                }

                .multigridmain-nav ul li.multigridsubmenu i {
                    position: absolute;
                    width: 43px;
                    height: 39px;
                    top: 0;
                    right: 0;
                    cursor: pointer;
                    -webkit-transition: all .5s ease;
                    -o-transition: all ease .5s;
                    transition: all .5s ease
                }

                .multigridmain-nav ul li.multigridsubmenu i:after {
                    content: "";
                    height: 0;
                    width: 0;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-top: 10px solid #fff;
                    position: absolute;
                    right: 17px;
                    top: 18px;
                    z-index: 10
                }

                .multigridmain-nav ul li.multigridsubmenu.open i:after {
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg)
                }

                .multigridmain-nav ul ul {
                    margin: 0;
                    display: none;
                    padding: .625rem 0;
                    background: rgba(96, 111, 123, .4)
                }

                .multigridmain-nav ul ul li:last-child {
                    border-bottom: 0
                }

                .multigridmain-nav ul ul li a {
                    padding: .625rem .625rem .625rem 2.188rem;
                    font-size: .8rem
                }

                .multigridmain-nav ul ul li ul a {
                    padding-left: 30px
                }

                .show-menu .multigridmain-nav{
                    height: 100%;
                }

                .show-menu .overlay {
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0,0,0,.3);
                    z-index: 1001
                }

                .multigridmob-btn {
                    position: absolute;
                    float: right;
                    margin: 0;
                    background-color: transparent;
                    cursor: pointer;
                    right: 60px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .multigridmob-btn span {
                    display: block;
                    width: 42px;
                    height: 3px;
                    border-radius: 1px;
                    background: #fff
                }

                .multigridmob-btn span+span {
                    margin-top: 9px
                }
                .multigridmob-btn span:last-child {
    width: 21px;
    float: right;
}
                .extra-link {
                    display: none
                }

                .show-menu .multigridoverlay-btn span {
                    display: block;
                    height: 3px;
                    width: 30px;
                    background: #fff;
                    margin-bottom: 6px;
                    -webkit-transition: all .4s ease;
                    -o-transition: all .4s ease;
                    transition: all .4s ease;
                    position: absolute;
                    top: 10px
                }

                .show-menu .multigridoverlay-btn span:first-child {
                    -webkit-transform: rotate(47deg);
                    -ms-transform: rotate(47deg);
                    transform: rotate(47deg);
                    top: 10px
                }

                .show-menu .multigridoverlay-btn span:nth-child(3) {
                    -webkit-transform: rotate(-47deg);
                    -ms-transform: rotate(-47deg);
                    transform: rotate(-47deg);
                    top: 10px
                }

                .show-menu .multigridoverlay-btn span:nth-child(2) {
                    opacity: 0
                }

                .show-menu .multigridoverlay-btn {
                    position: fixed;
                    top: 31px;
                    right: 50px;
                    width: 100%;
                    height: 100%;
                    z-index: 9999;
                    height: 30px;
                    width: 30px;
    cursor: pointer;
                }
                
@media(max-width:1024px){





.multigrid-section {
    padding-left: 15px;
    padding-right: 15px;
}
}


@media(min-width:768px){
    .event-details-short-mobile {
        display: none;
    }
}



@media(max-width:767px){
    .multigrid-section {
        grid-template-columns: 39% 61%;
    }
.multi-grid-logo-block {
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
}
.multi-grid-address{
    display: none;
}
.multi-grid-logo-bar.multi-grid-logo-bar-support {
    display: none;
}
.multigrid-reg-free {
    width: 100%;
}
.event-details-short-mobile h6 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.event-details-short-mobile {
    background: #000;
    text-align: center;
    padding: 5.5px 10px;
}}

.srolling .multigrid-header {
    position: fixed;
    animation: smoothScroll 1s forwards;
}

.multigrid-header {
    width: 100%;
    left: 0;
    z-index: 91;
    top: 0;
}
@media(max-width:767px){
.srolling .multi-grid-address {
    display: none;
}
}

.header-right-ctas.multiple .mult-grid-btn {
    min-width: auto;
    margin: 0px 3px 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: .882rem;
    line-height: normal;

}

.header-right-ctas.multiple {
    justify-content: flex-end;
    display: flex;
}
@media(max-width:768px){
.header-right-ctas.multiple {
    flex-wrap: wrap;
    justify-content: center;
}
}

@media(max-width:767px){
    .header-right-ctas.multiple .mult-grid-btn {
        min-width: 184px;
    }
    .header-right-ctas.multiple {
        justify-content: flex-end;
    }
}
           /*css filter start here*/
.filter-form-wrap .searchbox-input-filter {
    padding:0.588rem 45px 0.588rem 0.882rem;
    width: 100%;
    outline: 0;
    font-size: 1rem;
    border-radius: 0;
    box-shadow: inherit;
    background: #fff;
    font-size: 0.941rem;
    line-height: normal;
    color: #999999;
    border: 0;
    background-color: #f5f5f5;
    min-height: 2.941rem;
    border-radius: 4px;
    border: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: inherit !important;
    max-width: 320px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .10);
}
@media(max-width:1024px){
    .filter-form-wrap .searchbox-input-filter {
        background-color: #fff;
    }
}
.searchbox-input-filter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
  }
  .searchbox-input-filter::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
  }
  .searchbox-input-filter:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
  }
  .searchbox-input-filter:-moz-placeholder { /* Firefox 18- */
    color: #999999;
  }
button.btn-search-filter {
    border: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    outline: 0;
    cursor: pointer;
}
.btn-search-filter i {
    color: #999999;
    font-size: 1.059rem;
}
.filter-form-wrap .searchbox-filter {
    display: flex;
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}


.filter-form-wrap {
    padding: 2.882rem 2.353rem 2.059rem;
    border-bottom: 1px solid #E7E8EB;
}
@media(max-width:1024px){
    .filter-form-wrap {
    border-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    display: none;
}
}
ul.nav-list > li {
    font-size: 1.059rem;
    line-height: 1.67;
    color: #000000;
    padding: 0.824rem 2.353rem;
    border-bottom: 1px solid #e7e8ea;
}

ul.nav-list li a {
    color: #000;
}

.accodion-wrapper .content{display:none;}
.accordion-itemfilter {
    border-bottom: 1px solid #e7e8ea;
    padding:0.824rem 2.353rem;
}

.header-filter .name {
    font-size: 0.882rem;
    font-weight: normal;
    line-height: 1.765rem;
    margin-bottom: 0;
    color: #000;
}

.header-filter {
    position: relative;
    cursor: pointer;
}

.header-filter .arrow-filter {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #666666;
    background: transparent !important;
    border: transparent;
    box-shadow: inherit !important;
}
.header-filter .arrow-filter.active {
    transform: rotate(180deg);
    top: 0%;
}
.header-filter .arrow-filter  i {
    color: #666666 !important;
}

.checkboxfilter ul li {
    position: relative;
    /* padding-left: 1.765rem; */
    list-style: none;
    margin-bottom: 12px;
    font-size: 0.882rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

 .checkboxfilter ul li label:after {
    content: "";
    border: 1px solid #3c3c3c;
    width: 0.941rem;
    height: 0.941rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    z-index: 0;
    border: solid 1px #b3b3b5;
    background-color: #fff;
}

 .checkboxfilter ul li label:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.294rem;
    height: 0.529rem;
    border: solid #c02025;
    border-width: 0 0.118rem 0.118rem 0;
    left: 0.353rem;
    top: 0;
    -webkit-transform: rotate( 
45deg
 );
    -ms-transform: rotate(45deg);
    transform: rotate( 
45deg
 );
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

 .checkboxfilter ul input[type=checkbox] {
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 0.941rem;
    height: 0.941rem;
    top: 0px;
    left: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0;
}

.checkboxfilter ul input[type=checkbox]+label {
    cursor: pointer;
    padding-left: 1.765rem !important;
    font-size: 0.824rem;
    font-weight: 300;
    color: #666666;
    position: relative;
    display:inline-block;
}

 .checkboxfilter ul input[type=checkbox]:checked+label:before {
    opacity: 1;
    top: 0.094rem;
}




.checkboxfilter {
    margin-top:1.176rem;
    padding-right: 1.941rem;
    margin-bottom: 0.588rem;
}

.checkboxfilter ul li:last-child {
    margin-bottom: 0;
}

.cpd-certified-checkbox {
    position: relative;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    font-size: 1.059rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

 .cpd-certified-checkbox label:after {
    content: "";
    border: 1px solid #3c3c3c;
    width: 0.941rem;
    height: 0.941rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    z-index: 0;
    border: solid 1px #b3b3b5;
    background-color: #f4f4f4;
}

 .cpd-certified-checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.294rem;
    height: 0.529rem;
    border: solid #c02025;
    border-width: 0 0.118rem 0.118rem 0;
    left: 0.353rem;
    top: 0;
    -webkit-transform: rotate( 
45deg
 );
    -ms-transform: rotate(45deg);
    transform: rotate( 
45deg
 );
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

 .cpd-certified-checkbox input[type=checkbox] {
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 0.941rem;
    height: 0.941rem;
    top: 0px;
    left: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0;
}

.cpd-certified-checkbox input[type=checkbox]+label {
    cursor: pointer;
    padding-left: 1.765rem!important;
    font-size: 0.882rem;
    font-weight: 300;
    position: relative;
    display:inline-block;
}

 .cpd-certified-checkbox input[type=checkbox]:checked+label:before {
    opacity: 1;
    top: 0.094rem;
}
.cpd-certified-checkbox-block {
    margin-top: 1.176rem;
    padding: 0px 2.313rem;
}


  .accordion-itemfilter .content {
    display: none;
}
.multi-line-bottom-speaker:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.theme-green .back-bar .pointer {
    border: 1px solid #c02025 !important;;
    background: #c02025 !important;;
    width: 13px !important;;
    height: 13px !important;;
}

.theme-green .back-bar .selected-bar {
    background: #c02025 !important;;
}

.theme-green .back-bar {
    height: 3px !important;;
    background: #888888 !important;
}



.theme-green .scale ins {
    font-size: 16px !important;
    color: #666666 !important;
}

.slider-container .scale span {
    border: 0 !important;;
}
.slider-container {
    width: 302px !important;
    padding-left: 6px;
    margin-top: 25px;
    margin-bottom: 55px;
} 

.selectfilter {
    margin-top: 20px;
    padding-right: 33px;
    margin-bottom: 10px;
}

.selectfilter select {
    width: 100%;
    border: solid 1px #b3b3b5;
    background-color: #f4f4f4;
    padding: 10px 15px 10px 8px;
    border-radius: 4px;
    outline: 0 !important;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
}
.range-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 40px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    height: 35px !important;
    position:relative;
}



.input-2 {
    position: absolute;
    left: 0;
    border: 0 !important;
    background: transparent !important;
    font-size: 0.941rem !important;
    width: auto !important;
    display: inline-block !important;
    bottom: -26px;
    outline: 0 !important;
    text-align: left !important;
    color: #666666;
}
.range-filter-block {
    padding: 0 !important;
}
.input-4 {
    position: absolute;
    right: 0;
    position: absolute;
    border: 0 !important;
    background: transparent !important;
    font-size: 0.941rem !important;
    width: auto !important;
    display: inline-block !important;
    bottom: -26px;
    outline: 0 !important;
    text-align: right !important;
    color: #666666;
}

/* .range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #c02025
}

.range-slider input[type=range]:focus::-ms-fill-lower,input[type=range]:focus::-ms-fill-upper {
    background: #c02025
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    background: #888888;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #888888;
    border: 1px solid #c02025;
    height: 13px;
    width: 13px;
    background: #c02025;
    margin-top: -4px
} */
.range-input {
    width: auto !important;
}
.VuePagination ul {
                padding: 0;
                margin: 40px 0 0;
                text-align: left;
                max-width: 100%
            }

            @media (max-width: 767px) {
                .VuePagination ul {
                    text-align:center
                }
            }

            .VuePagination ul li {
                display: inline-block;
                margin: 0 1px
            }

            .VuePagination ul li .page-link {
                padding: 8px 15px 7px;
                font-size: 0.824rem;
                font-weight: 600;
                text-decoration: none;
                border-radius: 2px;
                background-color: #f2f2f2;
                min-height: 34px;
                min-width: 34px;
                -webkit-transition: all .4s ease;
                -o-transition: all .4s ease;
                transition: all .4s ease;
                margin: 0 1px 6px;
                display: inline-block;
                outline: 0;
                box-shadow: inherit;
                border: solid 1px #e1e1e1;
                cursor: pointer;
            }

            .VuePagination ul li .page-link.disable-cursor {
                display: none
            }

            .VuePagination ul li.current .page-link ,.VuePagination ul li .page-link:hover, .VuePagination ul li.active .page-link {
                background: #c02025;
                color: #fff;
                border-color: transparent;
            }

            .VuePagination ul li.disabled .page-link {
    background-color: #f2f2f2;
    color: rgba(16, 16, 16, 0.3);
    border: solid 1px #e1e1e1;
}

.VuePagination__count {
    display: none !important;
}
.clear-filter svg {
    max-width: 14px;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
}
 .clear-all-filter .clear-filter svg {
    fill: #c02025;
}
.accodion-wrapper-filter .clear-all-filter {
    padding: 0.824rem 2.353rem 0px 2.353rem;
}
.clear-all-filter .cler-text{
    color:#c02025;
}
.clear-filter {
    font-size: 0.824rem;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.inner-clear-filter {display: flex;align-items: center;border-radius: 25px;background:#f5f5f5;padding: 2px 7px;cursor: pointer;}

.cler-text {
    display: inline-block;
    margin-left: 1px;
    line-height: normal;
}
.MuiIconButton-label{
    display:none;
}
.close-mobile-filter{
    cursor:pointer;
}
@media(max-width:1024px){
    .over-wrap {
        position: fixed;
    top: auto;
    bottom: 0;
    height: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    z-index: 99;
    opacity: 0;
    align-items: center;
}
.over-wrap.over-outer-height {
    opacity: 1;
    height: 100%;
}
.over-outer {
    max-height: calc(100% - 100px);
    overflow-y: auto;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    padding-bottom: 30px;
    z-index: 1;
    margin-left: 20px;
    margin-right: 20px;
}
.MuiIconButton-label {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    align-items: center;
    padding: 0.824rem 2.353rem;
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: middle;
}
.over-wrap.over-outer-height {
    opacity: 1;
    height: 100%;
}

.overlay-filter {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0 ,0, 0, .6);
    z-index:-1;
}
}

span.round {
    top: 0px;
    right: 0px;
    width: 16px;
    border: 2px solid #FFF;
    height: 16px;
    position: absolute;
    background: #c02025;
    border-radius: 50%;
}
.radiofilter ul li {
    position: relative;
    list-style: none;
    margin-bottom: 12px;
    font-size: 0.882rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}

 .radiofilter ul li label:after {
    content: "";
    border: 1px solid #3c3c3c;
    width: 0.941rem;
    height: 0.941rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    z-index: 0;
    border: solid 1px #b3b3b5;
    background-color: #fff;
}

 .radiofilter ul li label:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.294rem;
    height: 0.529rem;
    border: solid #c02025;
    border-width: 0 0.118rem 0.118rem 0;
    left: 0.353rem;
    top: 0;
    -webkit-transform: rotate( 
45deg
 );
    -ms-transform: rotate(45deg);
    transform: rotate( 
45deg
 );
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

 .radiofilter ul input[type=radio] {
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 0.941rem;
    height: 0.941rem;
    top: 0px;
    left: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0;
}

.radiofilter ul input[type=radio]+label {
    cursor: pointer;
    padding-left: 1.765rem !important;
    font-size: 0.824rem;
    font-weight: 300;
    color: #666666;
    position: relative;
    display:inline-block;
}

 .radiofilter ul input[type=radio]:checked+label:before {
    opacity: 1;
    top: 0.094rem;
}




.radiofilter {
    margin-top:1.176rem;
    padding-right: 1.941rem;
    margin-bottom: 0.588rem;
}

.radiofilter ul li:last-child {
    margin-bottom: 0;
}
@media(min-width:1025px){
.click-view {
    display: none;
}

.overlay-filter {
    display: none;
}
}

[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
}

[slider] > div {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 14px;
}
#slider-distance {
    margin-top: 1.563rem;
    margin-bottom: 0.588rem;
}
[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 10px;
  background-color: #888888;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 3px;
  border-radius: 10px;
  background-color: #888888;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 14px;
  background-color: #c02025;
}
.thumb2 {
    margin-left: -11px;
}
[slider] > div > [thumb] {
    position: absolute;
    top: -5px;
    z-index: 2;
    height: 13px;
    width: 13px;
    text-align: left;
    cursor: pointer;
    background-color: #c02025;
    border-radius: 50%;
    outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 3px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  z-index:3;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}



[slider] > div > [sign] > span {
  font-size: 12px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}
.sign-one {}

.range-sign {
    font-size: 1rem !important;
    color: #666666;
    height: auto !important;
    width: auto !important;
    display: inline-block;
    position: absolute;
    /* left: 0 !important; */
}

[slider] > div > [sign] > span {
    font-size: 0.941rem !important;
    color: #666666;
}

.sign-one {
    left: 0px !important;
    top: 10px;
}

.sign-two {
    left: auto !important;
    right: 0 !important;
    top: 10px;
}

.range-filter-block {
    margin-bottom: 50px;
}
.range-slider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  min-height: 50px;
  overflow: hidden;
  width: 100% !important;
}
.range-slider input[type=range]:focus {
  box-shadow: none;
  outline: none;
 
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  background: #888888;
  content: "";
  height: 3px;
  pointer-events: none;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  height: 13px;
  width: 13px;
  -webkit-appearance: none;
          appearance: none;
  background: #c02025;
  border-radius: 50%;
  box-shadow: 5px 0 0 -8px #f6f6f6, 6px 0 0 -8px #f6f6f6, 7px 0 0 -8px #f6f6f6, 8px 0 0 -8px #f6f6f6, 9px 0 0 -8px #f6f6f6, 10px 0 0 -8px #f6f6f6, 11px 0 0 -8px #f6f6f6, 12px 0 0 -8px #f6f6f6, 13px 0 0 -8px #f6f6f6, 14px 0 0 -8px #f6f6f6, 15px 0 0 -8px #f6f6f6, 16px 0 0 -8px #f6f6f6, 17px 0 0 -8px #f6f6f6, 18px 0 0 -8px #f6f6f6, 19px 0 0 -8px #f6f6f6, 20px 0 0 -8px #f6f6f6, 21px 0 0 -8px #f6f6f6, 22px 0 0 -8px #f6f6f6, 23px 0 0 -8px #f6f6f6, 24px 0 0 -8px #f6f6f6, 25px 0 0 -8px #f6f6f6, 26px 0 0 -8px #f6f6f6, 27px 0 0 -8px #f6f6f6, 28px 0 0 -8px #f6f6f6, 29px 0 0 -8px #f6f6f6, 30px 0 0 -8px #f6f6f6, 31px 0 0 -8px #f6f6f6, 32px 0 0 -8px #f6f6f6, 33px 0 0 -8px #f6f6f6, 34px 0 0 -8px #f6f6f6, 35px 0 0 -8px #f6f6f6, 36px 0 0 -8px #f6f6f6, 37px 0 0 -8px #f6f6f6, 38px 0 0 -8px #f6f6f6, 39px 0 0 -8px #f6f6f6, 40px 0 0 -8px #f6f6f6, 41px 0 0 -8px #f6f6f6, 42px 0 0 -8px #f6f6f6, 43px 0 0 -8px #f6f6f6, 44px 0 0 -8px #f6f6f6, 45px 0 0 -8px #f6f6f6, 46px 0 0 -8px #f6f6f6, 47px 0 0 -8px #f6f6f6, 48px 0 0 -8px #f6f6f6, 49px 0 0 -8px #f6f6f6, 50px 0 0 -8px #f6f6f6, 51px 0 0 -8px #f6f6f6, 52px 0 0 -8px #f6f6f6, 53px 0 0 -8px #f6f6f6, 54px 0 0 -8px #f6f6f6, 55px 0 0 -8px #f6f6f6, 56px 0 0 -8px #f6f6f6, 57px 0 0 -8px #f6f6f6, 58px 0 0 -8px #f6f6f6, 59px 0 0 -8px #f6f6f6, 60px 0 0 -8px #f6f6f6, 61px 0 0 -8px #f6f6f6, 62px 0 0 -8px #f6f6f6, 63px 0 0 -8px #f6f6f6, 64px 0 0 -8px #f6f6f6, 65px 0 0 -8px #f6f6f6, 66px 0 0 -8px #f6f6f6, 67px 0 0 -8px #f6f6f6, 68px 0 0 -8px #f6f6f6, 69px 0 0 -8px #f6f6f6, 70px 0 0 -8px #f6f6f6, 71px 0 0 -8px #f6f6f6, 72px 0 0 -8px #f6f6f6, 73px 0 0 -8px #f6f6f6, 74px 0 0 -8px #f6f6f6, 75px 0 0 -8px #f6f6f6, 76px 0 0 -8px #f6f6f6, 77px 0 0 -8px #f6f6f6, 78px 0 0 -8px #f6f6f6, 79px 0 0 -8px #f6f6f6, 80px 0 0 -8px #f6f6f6, 81px 0 0 -8px #f6f6f6, 82px 0 0 -8px #f6f6f6, 83px 0 0 -8px #f6f6f6, 84px 0 0 -8px #f6f6f6, 85px 0 0 -8px #f6f6f6, 86px 0 0 -8px #f6f6f6, 87px 0 0 -8px #f6f6f6, 88px 0 0 -8px #f6f6f6, 89px 0 0 -8px #f6f6f6, 90px 0 0 -8px #f6f6f6, 91px 0 0 -8px #f6f6f6, 92px 0 0 -8px #f6f6f6, 93px 0 0 -8px #f6f6f6, 94px 0 0 -8px #f6f6f6, 95px 0 0 -8px #f6f6f6, 96px 0 0 -8px #f6f6f6, 97px 0 0 -8px #f6f6f6, 98px 0 0 -8px #f6f6f6, 99px 0 0 -8px #f6f6f6, 100px 0 0 -8px #f6f6f6, 101px 0 0 -8px #f6f6f6, 102px 0 0 -8px #f6f6f6, 103px 0 0 -8px #f6f6f6, 104px 0 0 -8px #f6f6f6, 105px 0 0 -8px #f6f6f6, 106px 0 0 -8px #f6f6f6, 107px 0 0 -8px #f6f6f6, 108px 0 0 -8px #f6f6f6, 109px 0 0 -8px #f6f6f6, 110px 0 0 -8px #f6f6f6, 111px 0 0 -8px #f6f6f6, 112px 0 0 -8px #f6f6f6, 113px 0 0 -8px #f6f6f6, 114px 0 0 -8px #f6f6f6, 115px 0 0 -8px #f6f6f6, 116px 0 0 -8px #f6f6f6, 117px 0 0 -8px #f6f6f6, 118px 0 0 -8px #f6f6f6, 119px 0 0 -8px #f6f6f6, 120px 0 0 -8px #f6f6f6, 121px 0 0 -8px #f6f6f6, 122px 0 0 -8px #f6f6f6, 123px 0 0 -8px #f6f6f6, 124px 0 0 -8px #f6f6f6, 125px 0 0 -8px #f6f6f6, 126px 0 0 -8px #f6f6f6, 127px 0 0 -8px #f6f6f6, 128px 0 0 -8px #f6f6f6, 129px 0 0 -8px #f6f6f6, 130px 0 0 -8px #f6f6f6, 131px 0 0 -8px #f6f6f6, 132px 0 0 -8px #f6f6f6, 133px 0 0 -8px #f6f6f6, 134px 0 0 -8px #f6f6f6, 135px 0 0 -8px #f6f6f6, 136px 0 0 -8px #f6f6f6, 137px 0 0 -8px #f6f6f6, 138px 0 0 -8px #f6f6f6, 139px 0 0 -8px #f6f6f6, 140px 0 0 -8px #f6f6f6, 141px 0 0 -8px #f6f6f6, 142px 0 0 -8px #f6f6f6, 143px 0 0 -8px #f6f6f6, 144px 0 0 -8px #f6f6f6, 145px 0 0 -8px #f6f6f6, 146px 0 0 -8px #f6f6f6, 147px 0 0 -8px #f6f6f6, 148px 0 0 -8px #f6f6f6, 149px 0 0 -8px #f6f6f6, 150px 0 0 -8px #f6f6f6, 151px 0 0 -8px #f6f6f6, 152px 0 0 -8px #f6f6f6, 153px 0 0 -8px #f6f6f6, 154px 0 0 -8px #f6f6f6, 155px 0 0 -8px #f6f6f6, 156px 0 0 -8px #f6f6f6, 157px 0 0 -8px #f6f6f6, 158px 0 0 -8px #f6f6f6, 159px 0 0 -8px #f6f6f6, 160px 0 0 -8px #f6f6f6, 161px 0 0 -8px #f6f6f6, 162px 0 0 -8px #f6f6f6, 163px 0 0 -8px #f6f6f6, 164px 0 0 -8px #f6f6f6, 165px 0 0 -8px #f6f6f6, 166px 0 0 -8px #f6f6f6, 167px 0 0 -8px #f6f6f6, 168px 0 0 -8px #f6f6f6, 169px 0 0 -8px #f6f6f6, 170px 0 0 -8px #f6f6f6, 171px 0 0 -8px #f6f6f6, 172px 0 0 -8px #f6f6f6, 173px 0 0 -8px #f6f6f6, 174px 0 0 -8px #f6f6f6, 175px 0 0 -8px #f6f6f6, 176px 0 0 -8px #f6f6f6, 177px 0 0 -8px #f6f6f6, 178px 0 0 -8px #f6f6f6, 179px 0 0 -8px #f6f6f6, 180px 0 0 -8px #f6f6f6, 181px 0 0 -8px #f6f6f6, 182px 0 0 -8px #f6f6f6, 183px 0 0 -8px #f6f6f6, 184px 0 0 -8px #f6f6f6, 185px 0 0 -8px #f6f6f6, 186px 0 0 -8px #f6f6f6, 187px 0 0 -8px #f6f6f6, 188px 0 0 -8px #f6f6f6, 189px 0 0 -8px #f6f6f6, 190px 0 0 -8px #f6f6f6, 191px 0 0 -8px #f6f6f6, 192px 0 0 -8px #f6f6f6, 193px 0 0 -8px #f6f6f6, 194px 0 0 -8px #f6f6f6, 195px 0 0 -8px #f6f6f6, 196px 0 0 -8px #f6f6f6, 197px 0 0 -8px #f6f6f6, 198px 0 0 -8px #f6f6f6, 199px 0 0 -8px #f6f6f6, 200px 0 0 -8px #f6f6f6, 201px 0 0 -8px #f6f6f6, 202px 0 0 -8px #f6f6f6, 203px 0 0 -8px #f6f6f6, 204px 0 0 -8px #f6f6f6, 205px 0 0 -8px #f6f6f6, 206px 0 0 -8px #f6f6f6, 207px 0 0 -8px #f6f6f6, 208px 0 0 -8px #f6f6f6, 209px 0 0 -8px #f6f6f6, 210px 0 0 -8px #f6f6f6, 211px 0 0 -8px #f6f6f6, 212px 0 0 -8px #f6f6f6, 213px 0 0 -8px #f6f6f6, 214px 0 0 -8px #f6f6f6, 215px 0 0 -8px #f6f6f6, 216px 0 0 -8px #f6f6f6, 217px 0 0 -8px #f6f6f6, 218px 0 0 -8px #f6f6f6, 219px 0 0 -8px #f6f6f6, 220px 0 0 -8px #f6f6f6, 221px 0 0 -8px #f6f6f6, 222px 0 0 -8px #f6f6f6, 223px 0 0 -8px #f6f6f6, 224px 0 0 -8px #f6f6f6, 225px 0 0 -8px #f6f6f6, 226px 0 0 -8px #f6f6f6, 227px 0 0 -8px #f6f6f6, 228px 0 0 -8px #f6f6f6, 229px 0 0 -8px #f6f6f6, 230px 0 0 -8px #f6f6f6;
  margin-top: -5.5px;
  border: 0px solid #888888;
}

.range-slider input[type=range]::-moz-range-track {
  height: 3px;
  background: #888888;
}
.range-slider input[type=range]::-moz-range-thumb {
  height: 13px;
  width: 13px;
  background: #c02025;
  border-radius: 50%;
  border: 0px solid #888888;
  position: relative;
}
.range-slider input[type=range]::-moz-range-progress {
  height: 3px;
  background: #888888;
  border: 0;
  margin-top: 0;
}

.range-slider input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: transparent;
  height: 3px;

}
.range-slider input[type=range]::-ms-thumb {
  height: 13px;
  width: 13px;
  background: #c02025;
  border-radius: 50%;
  border: 0px solid #777;
  margin-top: 0px;
  
}
.range-slider input[type=range]::-ms-fill-lower {
  background: #888888;
  border-radius: 0;
}
.range-slider input[type=range]::-ms-fill-upper {
  background: #888888;
  border-radius: 0;
}

.range-slider input[type=range]::-ms-tooltip {
  display: none;
}
/* Chrome, Safari, Edge, Opera */
.range-slider input::-webkit-outer-spin-button,
.range-slider input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.range-slider input[type=number] {
  -moz-appearance: textfield;
}
.agenda-speaker-switch-link a {
    font-size: 0.824rem;
    line-height: normal;
    display: inline-block;
    vertical-align: top;
    transition: all .4s ease;
    height: 100%; 
     display: flex !important; 
     flex-wrap: wrap; 
     justify-content: center; 
     align-items: center;
}
.agenda-speaker-switch-link a:hover {
    color: #000;
}
.agenda-speaker-switch-link {
    margin-top: 1.812rem;
    padding: 0px 2.353rem;
    line-height: normal;
}
.agenda-speaker-left-image{
    margin-top: 1.176rem;
    padding: 0px 2.353rem;
}

.agenda-speaker-left-image img {
   max-width: 214px;
    width: 100%;
}
.agenda-speaker-switch-link a {
    background-color: #c02025;
    border: 0;
    padding: 0.706rem 1rem;
    outline: 0 !important;
    cursor: pointer;
    font-family: 'Roboto', sans-serif !important;
    text-align: center !important;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 1rem!important;
    width: 100%;
    max-width: 12.647rem;
}

.agenda-speaker-switch-link a:hover {
    border-color: #c69f4c;
    color: #c69f4c;
    background: transparent;
}

.filter-form-wrap .clear-filter {
    max-width: 320px;
    margin: 20px auto 0px;
}
@media(max-width:1024px){
    .filter-form-wrap .inner-clear-filter {
    background: #fff;
}
}
.clear-all-filter {
    line-height: normal;
    margin-bottom: 0.588rem;
}
@media(max-width:567px){
    .filter-form-wrap .searchbox-input-filter {
    max-width: 100%;
}

.filter-form-wrap .searchbox-filter {
    max-width: 100%;
}
}
.block
{
    display: block !important;
}

.multigrid-agenda-speaker-list a
{
  text-decoration: none;
}
.cursor
{
  cursor: pointer;
}
.range-filter-block
{
  padding: 20px;
}
.go-back-agenda-wrap {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.go-back-agenda-btn {
    
    overflow: hidden;
    margin-bottom: 10px !important;
    margin-left: 5px;
    margin-right: 5px;
}
.go-back-agenda-btn a {
    display: inline-flex;
    color: #bf2125;
    text-decoration: none;
    line-height: 1.47059rem!important;
    font-weight: 700!important;
    letter-spacing: .02em;
    border-radius: 0!important;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    padding: 0.706rem 2.176rem;
    outline: 0 !important;
    cursor: pointer;
    font-family: 'Roboto', sans-serif !important;
    text-align: center !important;
    border: 2px solid #bf2125;
    font-size: 1.062rem;
    min-height: 54px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}
.go-back-agenda-btn.red-btn-agenda a{
    background-color: #c02025;
    color: #fff;
}
.go-back-agenda-btn.red-btn-agenda i{
    color:#fff;
    font-size:1rem;
}
.go-back-agenda-btn.red-btn-agenda a {
    color: #fff;
}
.go-back-agenda-btn i {
    margin-right: 10px;
    color: #bf2125;
    font-size:1.312rem;
}
.multi-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.multi-grid-col-left {
    width: 21%;
    margin-bottom: 49px;
}
.go-back-agenda-btn a:hover {
    background: #bf2125;
    color: #fff;
}

.go-back-agenda-btn a:hover i {
    color: #fff;
}

.go-back-agenda-btn.red-btn-agenda a:hover {
    background: #fff;
    color: #c02025;
}

.go-back-agenda-btn.red-btn-agenda a:hover i {
    color: #c02025;
}

@media(max-width:1024px){
    .multi-grid-col-left {
        width: 100%;
        margin-bottom: 0;
        background: #f1f2f6;
    }
    
}
.multi-grid-right {
    width: 79%;
    background: #f1f2f6;
    padding: 2.941rem 2.353rem 3.529rem 2.353rem;
}
@media(max-width:1024px){
    .multi-grid-right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 19px;
    }
}
.multi-grid-list ul {
    display: flex;
   
}

@media(min-width:1200px){
    .multi-grid-list ul li a {
        white-space: nowrap;
    }
}
@media(max-width:767px){
    .multi-grid-list ul {
    justify-content:left;
    width: 100%;
}
}
.multi-grid-list ul li {
    list-style: none;
    font-size: 0.824rem;
    color: #666666;
    margin-right: 10px;
    margin-bottom: 10px;
    
}
@media(min-width:1025px) and (max-width:1320px){
    .multi-grid-list ul li {
        font-size: 0.706rem;
    }
}
@media(max-width:767px){
    .multi-grid-list ul li {
        max-width: calc(50% - 5px);
        text-align: center;
    }
}


@media(max-width:1024px){
    .multi-grid-list ul li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    
}
.multi-grid-list ul li a {
    text-decoration: none;
}

.multi-grid-list ul li a {
    color: #484848;
    display: inline-block;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 0.541rem 0.588rem;
    transition: all .4s ease;
    text-transform: uppercase;
    line-height:1.294rem;
    font-size: 0.824rem;
}

.multi-grid-list ul li.active a, .multi-grid-list ul li a:hover, .multi-grid-list ul li.current a  {
    background: #c02025;
    color: #fff;
}
.multi-grid-list {
    margin-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.multi-grid-agenda-time {
    font-size: 1.059rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #666666;
    /* border-bottom: 1px solid #666666; */
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.multi-grid-agenda-time:after {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1px;
    background: #666666;
}
.multigrid-agenda-block-list ul {
    display: flex;
    flex-wrap: wrap;
}

.multigrid-agenda-block-outer {
    border-radius: 4px;
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    padding: 25px 20px 20px;
    margin-bottom: 15px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.multigrid-agenda-block-outer:hover {
    box-shadow: 0 2px 16px 0 #d5d5d5;
}
.multigrid-agenda-block-list ul li {
    list-style: none;
    font-size:0.706rem;
    font-weight: 300;
    margin-right: 36px;
    padding-left: 25px;
    line-height: normal;
    position: relative;
    margin-bottom: 10px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.029rem;
}
.multi-grid-agenda-time span.end-date {
    padding-left: 20px;
    padding-right: 0px;
}

.multi-grid-agenda-time span.end-date-inner {
    color: #fff;
    letter-spacing: 0.28px;
    font-size: 11px;
    background: #666666;
    padding: 3.5px 10px;
    text-transform: uppercase;
    font-weight: normal;
    line-height:normal;
}
.agenda-page-short-description p a, .agenda-page-short-description ul li a, .agenda-page-short-description ol li a, .agenda-page-short-description a {
    color: #3192d0;
    font-size: 14px;
}
.agenda-page-short-description p a:hover, .agenda-page-short-description ul li a:hover, .agenda-page-short-description ol li a:hover, .agenda-page-short-description a:hover {
   text-decoration: underline;
}
.multigrid-agenda-speaker-list-content p:last-child {
    margin-bottom: 0;
}
.multigrid-agenda-speaker-list-content p {
    font-size: 14px;
    color: #484848;
    
}
.agenda-page-short-description {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.agenda-page-short-description.active {
    border-bottom: 1px solid #dddddd;
}
.multigrid-agenda-speaker-list-content li {
    font-size: 14px;
    color: #484848;
}

.agenda-page-short-description ul {
    margin-left: 15px;
    margin-bottom: 20px;
}

.agenda-page-short-description ul li:last-child {
    margin-bottom: 0;
}


@media(max-width:991px){
    .multigrid-agenda-block-list ul li {
        margin-right: 17px;
        padding-left: 19px;
    }
}
.multigrid-agenda-block-list ul li img, .multigrid-agenda-block-list ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-50%);
    color: #c02025;
}


.multigrid-agenda-speaker-list h5 {
    font-size: 1.156rem;
    margin-bottom: 0px;
    color: #000;
    line-height: 1.412rem;
    margin-bottom: 14px;
}
.multigrid-agenda-speaker-list a {
    text-decoration: none;
}

.multigrid-speaker-area {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.multigrid-speaker-each-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 15px 0px;
    min-width: 20%;
    margin-bottom: 15px;
    position: relative;
}
.multigrid-speaker-each-list.moderator {
    padding-top: 25px;
}
.multigrid-speaker-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.multigrid-speaker-content {
    padding-left: 18px;
    width: calc(100% - 60px);
    max-width: 250px;
}

.multigrid-speaker-content h6 {
    margin-bottom: 0;
    font-size:14px;
    line-height: 1.176rem;
    color: #000;
    max-width: 250px;
}
.multigrid-speaker-content h6.cursor:hover, .multigrid-speaker-dis span.cursor:hover, .agenda-block-speaker-content.cursor h6:hover, .agenda-block-speaker-content.cursor .agenda-block-speaker-dis span:hover {
    text-decoration: underline;
}
.multigrid-speaker-dis {
    color: #484848;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.176rem;
}

.multigrid-speaker-dis span {
    display: block;
   
}

.multigrid-speaker-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.multigrid-agenda-ac-inner {
    margin-bottom: 22px;
}
.multi-grid-agenda-time span {
    background: #f1f2f6;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    
}
.multigrid-agenda-ac-inner:last-child {
    margin-bottom: 0;
}
.multigrid-agenda-block-outer:last-child {
    margin-bottom: 0;
}
.no-records-found {
    border-radius: 4px;
    border: solid 1px #e1e1e1;
    background-color: #ffffff;
    padding: 25px 20px 25px;
    font-size:1.265rem;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.no-records-found p {
    font-size: 1.265rem;
    margin-bottom: 20px;
    color: #000;
    margin-bottom: 0;
}
.multi-grid-list ul li a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ie-message{
    padding:20px;
    min-height: 70vh;
    text-align: center;
    font-size: 36px;
    padding-top:180px;
}



.loader-animation-agenda-details.ie-message{
    padding: 20px;
    min-height: 70vh;
    text-align: center;
    font-size: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top:0px !important;
}
@media all and (-ms-high-contrast: none), (ms-high-contrast: active){
    .loader-animation-agenda-details.ie-message img{
        display: none;
    }
  }


.agenda-details-page-content .wp-caption {
    position: relative;
    margin-bottom: 15px;
    max-width: 100%
}

@media (max-width: 767px) {
    .agenda-details-page-content .wp-caption {
        float:none;
        margin: 0 auto 15px;
        display: block
    }
}

.agenda-details-page-content .wp-caption img {
    width: 100%;
    display: block;
    height: auto;
}

.agenda-details-page-content .wp-caption-text {
    position: absolute;
    bottom: 0;
    background: rgba(237, 57, 54, .7);
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

.agenda-details-page-content .wp-caption-text,.agenda-details-page-content .wp-caption-text a {
    color: #fff!important;
    margin-bottom: 0 !important;
}

.agenda-details-page-content .wp-caption-text a:hover {
    text-decoration: underline
}


.multi-grid-right {
    position: relative;
}

.loader-animation {
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 0;
    background: #f5f5f5;
    max-height: calc(100vh - 130px);
}
.loader-animation:after, .loader-animation:before {
    display: none;
}
@media(min-width:1025px){
.multi-grid-col-left {
    min-height: 100vh;
}
}
.ball-beat > div {
    width: 10px !important;
    height: 10px !important;
}

.patronage-text
{
    background: #000;
    font-size: 15px;
    font-size: .882rem; 
    text-align: center; 
    padding: 9.5px 60px;
    background-color: #646668;
}

.patronage-text p
{
    margin: 0;
    color: #fff;
    line-height: .875rem;
}

.chairperson-area
{
    margin-bottom: 15px;
}

.chairperson-area .chair-text p {
    font-size: .882rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.25rem;
}

.chairperson-area .multigrid-speaker-each-list {
    min-width: auto;
    padding: 0;
    align-self: flex-end;
    margin-top: 5px;
}

.chairperson-area .chairperson-list-wrap-each {
    padding: 0px 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    min-width: 20%;
    width: 50%;
}

.chairperson-area .chair-text {
    width: 100%;
}
@media(min-width:1601px){
    .chairperson-area .chairperson-list-wrap-each {
        width: 33.33%;
    }
}
@media(max-width:480px){
    .chairperson-area .chairperson-list-wrap-each {
       width: 100%;
    }
}
.agenda-speaker-switch-link .close-filter-cta {
    display: none;
}
@media(max-width:1024px){
   
    
    .MuiIconButton-label {
        display: none;
    }
    
    .agenda-speaker-switch-link .close-filter-cta , .switch-link-cta.switch-link-cta-speaker{
        display: block;
    padding: 5px;
    width: 50%;
    margin-left: 0;
    }
    .switch-link-cta.switch-link-cta-speaker {
        width: 100%;
    }
    .switch-link-cta.switch-link-cta-speaker a {
   
        border-radius: 4px;
        min-height: 50px;
        max-width: initial;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    } 
    .switch-link-cta.switch-link-cta-agenda a {
        border: 2px solid #53008a;
        background: transparent;
        color: #53008a;
    }
    .switch-link-cta.switch-link-cta-agenda a:hover {
        border-color: #53008a;
        background: #53008a;
        color: #fff;
    }
    .switch-link-cta.switch-link-cta-agenda {
        margin: 5px;
        display: inline-block;
        width: auto;
    }
    
    .agenda-speaker-switch-link {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .agenda-speaker-switch-link .close-filter-cta a {
        text-transform: uppercase;
    max-width: initial;
    }
    .agenda-speaker-switch-link-agenda a{
        padding: 0.706rem .5rem;
    }
}
.agenda-speaker-switch-link .close-filter-cta a {
    border: 2px solid #c02025!important;
    background: #c02025!important;
    color: #fff!important;
    border-radius: 4px;
    min-height: 50px;
    width: 100%;
}
.agenda-speaker-switch-link .close-filter-cta-cancel a {
    border: 2px solid #c02025!important;
    background: transparent !important;
    color: #c02025!important;
}
.switch-link-cta.switch-link-cta-agenda a {
    border: 2px solid #c69f4c;
}
.filter-tooltip {
    position: absolute;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 6px 12px;
    border-radius: 6px;
    transition: opacity 0.3s;
    top: -43px;
    left: -13px;
    text-transform: uppercase;
    font-size: 1rem;
}

.filter-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 7px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.multigrid-banner h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.multigrid-banner {
    padding: 28px 2.353rem 28px;
    width:100%;
}
.multi-grid-wrapper-no-filter .multi-grid-col-left {
    display: none;
}

.multi-grid-wrapper-no-filter .multi-grid-right {
    width: 100%;
}

.red-btn {
    font-size: 18.5px;
    font-weight: bold;
    letter-spacing: 0.46px;
    background: #c02025;
    color: #fff;
    padding: 10px;
    min-width: 320px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    text-decoration: none !important;
    transition: all .4s ease;
}

.red-btn:hover {
    background: #000;
}
.mod-wrap {
    width: 100%;
    display: block;
    vertical-align: top;
    align-self: flex-start;
    position: absolute;
    top: 0;
}
.multigrid-agenda-speaker-list-content {
    margin-top: 14px;
}
.mod-wrap-inner {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .28px;
    background: #c02025;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    line-height: normal;
    vertical-align: top;
}

.view-all-speaker .red-btn {
    padding: 9.5px 5px;
    min-width: 18.823rem;
    letter-spacing: 0.46px;
}
.click-view {
    margin-bottom: 1.562rem;
}
.click-view-filter {
    border-radius: 4px;
    background-color: #484848;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25rem;
    font-weight: bold;
}

.click-view-filter i {
    margin-left: 8px;
}
.filter-mobile-round-image-bottom {
    position: fixed;
    bottom: 55px;
    right: 15px;
    z-index: 9;
    box-shadow: 3.5px 6.1px 8.4px 0.6px rgba(73, 73, 73, 0.45);
    overflow: hidden;
    border-radius: 50%;
    z-index: 99;
    width: 60px;
        height: 60px;
}
.view-all-speaker.agenda-speaker-switch-link-agenda {
    margin-bottom: 10px;
}
.filter-mobile-round-image-bottom img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
@media(min-width:1025px){
    .filter-mobile-round-image-bottom{
        display: none;
    }
    .accodion-wrapper-filter .filter-form-wrap {
        display: none;
    }
}
@media(max-width:1024px){
    .view-all-speaker {
        display: none;
    }
    .accodion-wrapper-filter .filter-form-wrap {
        display: block;
        padding: 29px 2.353rem 23px;
        border-bottom: 1px solid #e7e8ea;
    }
    
    .accodion-wrapper-filter .filter-form-wrap .searchbox-filter {
        max-width: 320px;
    }
    
    .accodion-wrapper-filter .filter-form-wrap .searchbox-input-filter {
        background-color: #f3f3f3;
        color: #b3b3b5;
        border: solid 1px #b3b3b5;
    }
    
    .accodion-wrapper-filter  .btn-search-filter i {
        color: #666666;
    }
    
    .accodion-wrapper-filter {
        padding: 0px 1.765rem;
    }
    .cpd-certified-checkbox-block {
        padding: 0px 4.188rem;
    }
    .go-back-agenda-btn a {
        width: 100% !important;
    }
    
    .go-back-agenda-btn {
        width: 100%;
    }
}

@media(max-width:767px){
    .multigrid-speaker-each-list {
        width: 100%;
    }
    .multigrid-speaker-each-list.moderator {
        padding-right: 110px;
    }
    .mod-wrap {
        top: 35px;
        right: 15px;
        left: auto;
        width: auto;
    }
    .multigrid-banner {
        padding: 35px 15px;
    }
    .multigrid-banner h2 {
        font-size: 18px;
    }
    
}

.go-icon-link {
    height: 100%;
    width: 100%;
    background: red;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 10px;
}
.filter-mobile-round-image-bottom a{
    text-decoration: none !important;
    display: block;
    height: 100%;
}
.icon-text-go {
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    margin-top: 4px;
    
}

.go-icon-link i {
    color: #fff;
}

@media(max-width:1024px){
    .agenda-speaker-left-image.agenda-speaker-left-image-agenda {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
}

.multigrid-agenda-speaker-list-content__heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.agenda-speaker-accordion-btn i.fa.fa-angle-up {
    color: #fff;
    font-size: 35px;
}

.agenda-speaker-accordion-btn {
    /* width: 30px; */
    background: #c11920;
    display: flex;
    justify-content: center;
    align-items: center;
 
    /* max-height: 31px; */
}
.agenda-social-icons ul{
    display: flex;
    align-items:center;
    
    
}
.agenda-social-icons ul li{
  margin-bottom:0;
    margin-right:10px;
    
}

.agenda-social-icons ul {
    display: flex;
    align-items: center;
    margin-left: 0;
}

/* .agenda-page-short-description.active {
    display: block;
}

.agenda-page-short-description {
    display: none;
} */
.agenda-page-short-description {

    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    padding: 0;
}
.agenda-page-short-description.active {

    max-height: 8000px;
    padding-bottom: 20px;
}

span.arrow-filter{
    transform: rotate(180deg);
    padding: 0 8px;
}

span.arrow-filter.active {
    transform: rotate(0deg);
    padding: 0 8px;
}
.go-back-agenda-btn-feat a:hover {
   
    text-decoration: none;
}
@media (max-width:550px){
    .agenda-speaker-accordion-btn{
        max-height: 35px;
    }

}
@media (max-width:400px){
    .multi-grid-list ul li a {
        padding: 0.541rem 0.388rem;
        font-size: 0.654rem;
    }

}
.go-back-agenda-wrap {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    clear: both;
}
@media (max-width:550px){
    .multigrid-section {
        grid-template-columns: 100%;
    }
    .multi-grid-logo-block {

        justify-content: space-around;
    }
    .header-right-ctas.multiple {
        justify-content: center;
        width: 100%;
    }

}
@media (max-width:768px){
    .agenda-page-short-description {
        border-bottom: 1px solid #dddddd;
    }

}
