﻿img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

body {
    overflow-x: hidden;
}

.agendaHeader select::-ms-expand {
    display: none;
}

.agendasearch {
    width: 100%;
    height: 36px;
    margin: 0px auto 10px;
    border: #383c4e solid 1px;
    color: #000 !important;
}

.agendameta li {
    display: inline-block;
    list-style: none;
    margin-right: 4px;
    margin-bottom: 10px;
}

.agendameta li .Map_agendaStageCard {
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    background: #383c4e;
}

.agendameta li .AddStageCard {
    color: #101010;
    font-size: 15px;
    padding: 5px 10px;
    background: transparent;
    border: #000 solid 1px;
}

.agenda-schedule-time p {
    margin: 0px;
}

.agendaRight {
    padding: 0px 10px 30px 0px;
}

.agendasearch.form-control {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.agendaStyle02 .dayTabs li a span {
    padding: 0 20px;
    display: block;
    padding: 0;
    font-weight: 500;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 29px;
    color: #1a2150;
}

.agendaStyle02 .dayTabs li a {
    border-bottom: 4px solid transparent;
}

.agendaStyle02 .etn-day {
    font-size: 16px !important;
    margin: 0;
    line-height: 20px !important;
    color: #fdb72e !important;
    font-weight: 600 !important;
}

.agendaHeader .select {
    position: relative;
    display: inline-block;
    width: 100%;
    /*height: 2.5em;
    */
    line-height: 3;
    background: #35aeef !important;
    overflow: hidden;
    border-radius: .25em;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    /*margin-left: 5px;
    */
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    -ms-border-radius: .25em;
    -o-border-radius: .25em;
}

.agendaHeader .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1c2157de;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(89 44 130 / 34%);
}

.calender {
    float: right;
}

.calender .fa {
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 5px;
}

.expendedInfo {
    display: none;
    padding: 18px 0 20px;
    border-top: 1px solid #1a2150;
    margin-top: 18px;
}

.expendedInfo p {
    color: #fff;
    font-size: 14px;
}

.AgendaScrollButtons.buttons_top.Buttons_Fixed {
    position: fixed;
    background: #fff;
    z-index: 2;
    width: 20.5%;
    display: flex;
}

.agendameta_left .fa {
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 3px;
    text-align: left;
}

.agendaOverview {
    position: relative;
    padding: 0px 0px;
    width: 100%;
    padding: 40px 30px 40px 30px;
}

.agendaHeader {
    position: relative;
    margin-bottom: 20px;
}

.seven_show {
    width: 100%;
}

.agendaHeader .seven_show ul {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-align: Center;
    width: 90%;
    margin: 0px auto;
    padding-bottom: 20px;
}

.agendaHeader .seven_show ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 0px 15px 0px;
}

.agendaHeader .seven_show ul li a {
    background: transparent;
    color: #000;
    padding: 8px 10px;
    margin: 0px 5px;
    text-transform: uppercase !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    position: relative
}

.button6 .btncontent {
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.button6 .btncontent:before {
    background:#df1e3b;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    content: '';
    width: 50%;
    margin: 0 auto;
    text-align: center;
    height: 2px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.button6:hover .btncontent:before {
    width: 100%;
}

.agendaOverview .seven_show ul li a:hover {
        color: #df1e3b;
    background: transparent;
}

.agendaOverview .seven_show ul li a:before,
.agendaOverview .seven_show ul li a:after {
    display: none;
}

.agendafilter {
    position: relative;
    width: 89%;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.M-2 {
    padding: 0px 3px;
}

.agendafilter select {
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 3;
    background: #f6f6f6 !important;
    overflow: hidden;
    border-radius: 0.25em;
    padding: 0px 5px;
    color: #000;
    font-size: 12px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 5px;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
}

.agendafilter .select:after {
    content: '\25BC';
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0 0.8em;
    background: #383c4e;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #fff;
    font-size: 13px;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
}

.agendafilter .select:hover::after {
    color: #fff;
}

.agendafilter select option {
    color: #000;
    font-size: 13px;
    padding: 10px 0px;
    line-height: 20px;
    background: #fff;
}

.agendaHeader .select select:focus {
    color: #000;
}

.agendafilter .form-control:focus {
    background-color: #fff;
    border-color: #f77215;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(89 44 130 / 34%);
    color: #fff;
}

.resetBtn {
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    hyphens: auto;
    border: none;
    color: #fff;
    border-radius: 0;
    background: transparent;
    position: relative;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    z-index: 99;
    background:#df1e3b;
    padding: 9px 15px !important;
    height: 35px;
    line-height: 17px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.resetBtn:hover {
    background: #000;
    color: #fff;
}

.agendaContentWraper {
    position: relative;
    padding: 20px 10px;
    width: 93%;
    margin: 0 auto;
}

.sidebar {
    position: relative;
    top: 0 !important;
}

.sidebar.fixed {
    position: sticky;
    top: 100px !important;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.sidebar.fixed .schedule-day {
    padding: 10px 15px 0px 15px;
}

.sidebar.fixed .agenda-schedule-time {
    padding-right: 30px;
}

@media only screen and (min-width:1300px) and (max-width:1359px) {
    .AgendaScrollButtons.buttons_top.Buttons_Fixed {
        width: 18.5%;
    }
}

@media only screen and (min-width:1360px) and (max-width:1380px) {
    .AgendaScrollButtons.buttons_top.Buttons_Fixed {
        width: 18%;
    }
}

@media only screen and (min-width:1380px) and (max-width:1499px) {
    .AgendaScrollButtons.buttons_top.Buttons_Fixed {
        width: 17.5%;
    }
}

@media only screen and (min-width:1500px) and (max-width:1699px) {
    .AgendaScrollButtons.buttons_top.Buttons_Fixed {
        width: 16.5%;
    }
}

@media only screen and (min-width:1700px) and (max-width:1900px) {
    .AgendaScrollButtons.buttons_top.Buttons_Fixed {
        width: 15%;
    }
}

.sidebar .nav-tabs.dayTabs {
    border: none;
    text-align: center;
    border: none;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding-top: 0px;
}

.sidebar .dayTabs li {
    padding: 0px 0px 0px 0px;
    margin: 0;
    position: relative;
}

.sidebar .dayTabs li a {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    padding: 5px 15px;
    position: relative;
    border-bottom: 4px solid #f2f2f2;
    padding: 5px 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    color: #FFFFFF;
}

.sidebar .dayTabs li a.active {
    border-bottom: 4px solid #df1e3b;
}

.sidebar .agenda-schedule-time {
    color: #000;
    background: #f2f2f263 !important;
    display: flex;
    flex-wrap: wrap;
}

.sidebar .schedule-day {
    width: 23%;
    background: #383c4e;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    height: 60px;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    padding-top: 10px;
}

.sidebar a.FocusButton.active .schedule-day {
    background: #df1e3b;
}

.sidebar .agenda-date-day {
    width: 75%;
    display: flex;
    text-align: center;
}

.sidebar .agenda-date-day p {
    text-align: center;
    padding-left: 30px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    text-transform: capitalize;
}

.sidebar a.FocusButton.active .agenda-date-day p {
    color: #1c2157;
}

.agendaRight {
    padding: 0px 10px 30px 0px;
    position: relative;
    min-height: 500px;
}

.agendascheduleItem {
    background-color: #fff;
    margin: 0px 0px 10px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0% 0% 0% 0%;
    width: 100%;
    float: left;
    -webkit-border-radius: 0% 0% 0% 0%;
    -moz-border-radius: 0% 0% 0% 0%;
    -ms-border-radius: 0% 0% 0% 0%;
    -o-border-radius: 0% 0% 0% 0%;
}

.agendascheduleItem .time-schedule-info {
    background-color: #e7e7e7;
    width: 100%;
    margin-bottom: 10px;
}

.agendascheduleItem .time-schedule-info p {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    padding: 5px 0px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #383c4e;
}

.agendascheduleItem .schedule-content {
    padding: 0px 10px 10px 10px;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.schedule-content p {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-top: 10px;
}

.agendameta {
    position: relative;
    width: 100%;
}

.agendameta ul.agendameta_left {
    width: 90%;
}

.agendameta ul.agendameta_left li {
    display: inline-block;
    list-style: none;
    margin-right: 4px;
    margin-bottom: 10px;
}

.agendameta li span {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    background: #383c4e;
}

.agendameta li .Map_agendaStageCard .icon {
    display: none;
}

.agendameta li .agenda-sector-icon {
    width: 15px;
    height: 15px;
    /*background: #dddddd;
    */
    vertical-align: middle;
    margin: 0px 5px;
    border-radius: 100%;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.expendiv h4 {
    font-weight: 600;
    position: relative;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 17px;
}

.expendiv ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

.expendiv li {
    margin: 2px 0;
    font-size: 15px;
    color: #000;
    position: relative;
    padding: 0 10px 0 20px;
    display: flex;
    align-items: center;
}

.expendiv li:before {
    position: absolute;
    top: 5px;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0a9";
    color: #df1e3b;
}

.ShorDescription {
    color: #000;
    font-size: 15px;
    position: relative;
    border-radius: 4px;
    text-align: left;
    margin-right: 26px;
    margin-bottom: 18px;
    margin-top: 0px;
    height: 48px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.ShorDescription.active {
    height: auto;
    mask-image: inherit;
    -webkit-mask-image: inherit;
}

.speakersList {
    padding-top: 5px;
    position: relative;
    width: 100%;
}

.expendiv h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    color: #000000;
    border-bottom: #f9f9f9 solid 1px;
    font-weight: 600;
    font-weight: 500;
    padding: 5px 0;
}

.speakerthumnail {
   width: 100%;
    display: flex;
    padding-bottom: 10px;
 
}

.speakerthumnail figure {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background-size: cover !important;
    background-position: 50% !important;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px;
    background: #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #0d153a3d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.speakerthumnail figure img {
    max-width: 100%;
}

.speakerthumnail .speakerInfo {
    display: inline-block;
    vertical-align: top;
}

.speakerthumnail .speakerInfo h5 {
   font-size: 17px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    line-height: 17px;
    font-family: nunito,sans-serif;
}

.speakerthumnail .speakerInfo p {
       color: #585757;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

.sponsorthumbimg {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poweredByImg {
    width: 100%;
    height: 100%;
    min-height: unset;
    align-items: center;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.poweredByImg img {
    max-width: 100%;
    max-height: 100%;
}

.speaker-bio {
    position: relative;
}

.speaker-bio h2 {
    font-size: 20px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
    font-weight: 600;
}

.speaker-bio p {
    font-size: 15px;
    line-height: 25px;
    color: #282727;
    font-weight: 400;
}

.sessionWrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fdfdfd;
    padding-top: 5px;
}

.sessionWrap h2 {
    font-size: 20px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    font-weight: 600;
}

.popupsessionItem {
    width: 100%;
    text-align: left;
    padding: 3px 5px;
    border-left:#e54b62 solid 5px;
    margin-bottom: 10px;
}

.popupsessionTime {
    width: auto;
    background: transparent;
    color: #383c4e;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    border-left: none;
    width: auto;
}

.popupSessionTitle {
    font-size: 16px;
    width: 100%;
    /* background: #f4f0f0; */
    color: #1f1f20;
    padding: 0;
    font-weight: 500;
}

.modal-backdrop.show {
    z-index: 99999;
}

.speakerModal {
    z-index: 999999 !important;
}

.agendaItemTopBar {
    align-items: center;
    position: relative;
    display: flex;
    padding: 5px 0px;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.agendaItemcurrentTime {
    background: #df1e3b;
    color: #fff;
    font-size: 16px;
    padding: 5px 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.addtocalenderBTn {
    margin-left: 10px;
}

.addtocalenderBTn .AddStageCard {
    border: #f1efef solid 1px;
    color: #050505 !important;
    font-size: 16px;
    padding: 7px 6px;
    background: 0 0;
    border-radius: 3px;
    cursor: pointer;
    background: #f3f1f1;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.addtocalenderBTn .AddStageCard i {
    color: #000;
    padding-right: 8px;
}

.addtocalenderBTn .AddStageCard a {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.addtocalenderBTn .AddStageCard:hover {
    background-color: #000;
    color: #fff !important;
}

.addtocalenderBTn .AddStageCard:hover i {
    color: #fff !important;
}

.addtocalenderBTn .AddStageCard:hover a {
    color: #fff !important;
}

.ribbon {
    z-index: 10;
    width: auto;
    height: 120px;
    overflow: hidden;
    position: absolute;
    /* padding: 0px 10px;*/
}

.ribbon :before,
.block-content .ribbon:after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #c52025;
}

.ribbon span {
    position: relative;
    display: block;
    width: auto;
    padding: 4px 10px 4px 20px;
    background-color: #f3f1f1;
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    /*text-shadow: 0 1px 1px rgb(0 0 0 / 20%);*/
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    margin-top: 5px;
    border: #e2dfdf solid 1px;
    border-right: none;
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -ms-border-radius: 20px 0px 0px 20px;
    -o-border-radius: 20px 0px 0px 20px;
}

.ribbon-top-right {
    top: 0;
    right: -11px;
    overflow: hidden;
}

.ribbon-top-right:before,
.block-content .ribbon-top-right:after {
    border-top-color: transparent;
    border-right-color: transparent;
    display: none
}

.ribbon-top-right:before {
    top: 0;
    left: 0;
}

.ribbon-top-right:after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: 0px;
    top: 0px;
    /* transform: rotate(45deg);*/
}

.ribbon span.Freetxt {
    background-color: #f3f1f1 !important;
}

.ribbon span.Paidtxt {
    background-color: #f3f1f1 !important;
}

.tooltips {
    position: relative;
    cursor: pointer;
}

.tooltips .discriptxt {
    min-width: 290px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    box-shadow: 3px 3px 5px 3px rgb(138 155 165/40%);
    background: #0e0e0e;
    border: #df1e3b solid 1px;
    border-radius: 5px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
    -webkit-transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
    -moz-transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
    -ms-transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
    -o-transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
    -webkit-filter: alpha(opacity=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.tooltips[tooltip-position=top] .discriptxt {
    margin-left: 10px
}

.tooltips .discriptxt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0
}

.tooltips[tooltip-position=top] .discriptxt:after {
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #f77215;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.tooltips:hover .discriptxt {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    filter: alpha(opacity=100);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-filter: alpha(opacity=100)
}

.tooltips[tooltip-position=top]:hover .discriptxt {
    bottom: 110%;
    left: 0;
    margin-left: 0
}

.tooltips span.discriptxt p,
.tooltips span.discriptxt p strong {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 6px
}

.sponsorList .col-sm-3 {
    max-width: 100px;
    height: 100px;
    /* clear: both; */
    display: flex;
    margin: 0px 10px;
    align-content: center;
    justify-content: center;
    -ms-flex: 0 0 25%;
    flex: unset !important;
    padding: 0 5px;
    width: 100px !Important;
}

.speakerthumnail p.companyname19 {
    font-weight: 600 !important;
    color: #df1e3b;
    margin: 0 !important;
    font-size: 16px;
}

.speakersideInfo p {
      margin: 0;
    font-size: 14px;
    font-weight: 400;
   color: #cfcfcf;
}

.speakersideInfo h2 {
       font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: nunito,sans-serif;
}

.speakerModal .modal-dialog {
    width: 100%;
    margin: 1.75rem auto;
}

.speakerModal .modal-content {
    border: #aaa8a787 solid 8px;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
}

.speakerModal .close {
   margin: 0;
    position: absolute;
    right: 0;
    color: #df1e3b;
    padding: 0 10px;
    font-size: 40px;
    background: #efefef;
    opacity: .8;
    z-index: 999;
}

.speakersideInfo {
    height: 100%;
    background-color: #141414 !important;
}

.speakersideInfo figure {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    border: #fff solid 5px;
}

.speaker-bio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
}

.speakersideInfo p.companyname19 {
    font-size: 20px;
    font-weight: 600;
    color: #df1e3b!important;
    padding-top: 5px;
}
.logo_title{
    background: #ffa430;
    font-size: 12px;
    text-align: center;
    padding: 2px;
    color: #000;
    margin-top: 10px;
    font-weight: 400;
}

.wagon_logo{
    border: 1px solid #ddd;
    padding:5px 15px;
}
.wagon_box{
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 15px;
    margin-right: 10px;
}
.wagon_box p{
    font-size: 15px!important;
    margin-bottom: 0px;
}






@media only screen and (max-device-width : 768px) {
    #northheader {
        width: 100%;
        padding: 5px 15px;
    }

    .northsatrLogo {
        width: 8.625rem;
    }

    .headerbtn {
        margin-left: 1rem;
    }

    .headerbtn .siteBtn {
        font-size: 14px;
        padding: 4px 10px;
        display: inline-block;
    }

    .agendabaner {
        padding: 30px 0 15px;
    }

    .agendaHeader .seven_show ul {
        width: 100%;
    }

    .agendaHeader .seven_show ul li a.button6 {
        font-size: 15px;
    }

    .agendafilter,
    .agendaContentWraper {
        width: 100%;
    }

    .agendaContentWraper {
        padding: 20px 0;
    }

    .agendafilter {
        padding-left: 15px;
        padding-right: 15px;
    }

    .agendaOverview {
        width: 100%;
        padding: 40px 15px 40px 15px;
        padding-top: 30px;
    }

    .sidebar.AgendaScrollButtons {
        margin-bottom: 30px;
    }

    .agendafilter select {
        font-size: 14px;
    }

    .sidebar .schedule-day {
        font-size: 16px;
    }

    .agendascheduleItem .time-schedule-info p {
        font-size: 16px;
        font-weight: 500;
    }

    .agendaItemcurrentTime {
        font-size: 11px;
    }

    .schedule-content .agendaItemTopBar {
        padding-top: 3rem;
    }

    .ribbon span.Paidtxt {
        padding: 4px 15px 4px 20px;
    }

    .speakerthumnail .speakerInfo p {
        line-height: 1.4;
    }

    .agendameta ul.agendameta_left li:last-child {
        margin-right: 0;
    }

    .schedule-content .expendiv h4 {
        font-size: 16px;
        line-height: 1.4;
    }

    .speakerModal .close {
        font-size: 30px;
    }

    .speakersideInfo {
        padding-top: 3rem !important;
    }

    .speakerModal .modal-content {
        height: auto;
    }

    .speakerModal .modal-dialog {
        width: 92%;
    }

    .Download-Image_ {
        width: 88%;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .agendabaner h1 {
        font-size: 30px;
        line-height: 1.5;
    }

    .agendaOverview {
        width: 100%;
        padding: 20px 10px 20px 10px;
    }

    .agendaHeader .seven_show ul li {
        margin: 5px 0px 12px 0px;
    }

    .agendaHeader .seven_show ul li a,
    .agendaHeader .select,
    .agendaHeader .button6,
    .addtocalenderBTn .AddStageCard,
    .agendameta li .Map_agendaStageCard {
        font-size: 15px;
    }

    .agendaHeader .select select {
        font-size: 11px;
    }

    .agendaOverview.agendaStyle02 .agendaContentWraper {
        width: 100%;
        padding: 10px 0;
    }

    .agendameta ul.agendameta_left li:last-child {
        margin-right: 0;
    }

    .agendaItemcurrentTime {
        font-size: 14px;
    }

    .agendascheduleItem .time-schedule-info p {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500;
    }

    .speakerthumnail .speakerInfo h5 {
        font-size: 16px;
        line-height: 1.4;
    }

    .speakerthumnail .speakerInfo p {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 4px;
        margin-bottom: 8px;
    }

    .speakerthumnail figure {
        margin-right: 8px;
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
        margin-bottom: 6px;
    }

    .speakerthumnail {
        margin-bottom: 0.325rem;
    }

    .addtocalenderBTn .AddStageCard,
    .addtocalenderBTn .AddStageCard a {
        font-size: 14px;
    }

    .sidebar .schedule-day {
        font-size: 16px;
        line-height: 1.4;
    }

    .sidebar .agenda-date-day p {
        line-height: 24px;
        font-size: 16px;
    }

    .speakerModal .modal-content {
        height: auto;
    }

    .speakerModal .modal-dialog {
        width: 100%;
        max-width: 610px;
    }
    
}




section.page-banner {
    display: none;
}

    section.page-banner.d-block {
        display: block !important;
    }

.speakerthumnail figure {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
}


a.button6.ButtonMainStage {
    color: #e02739 !important;
    margin-left: 12px;
}

.expendiv .speakersList h2 {
    float: none !important;
}

.sidebar .agenda-date-day p {
    font-weight: 500;
}

.agendameta ul.agendameta_left {
    width: 100%;
    margin: 20px 0;
    padding-left: 0;
}

.resetBtn {
    width: 100%;
    display: block;
    margin-bottom: 6px;
}

.innerHeader {
    min-height: 250px;
}


.sessionWrap .popupDATE {
    font-weight: 600;
    margin: 0 0 5px 0;
}

.sessionWrap .popupStreams {
    margin: 10px 0 10px 0px;
    background: #383c4e;
    color: #fff;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
}

.sessionWrap .popupSessionTitle {
    margin: 12px 0 3px 0;
    display: inline-block;
    font-size: 15px;
}

@media only screen and (min-device-width:320px) and (max-device-width:767px) {
    .sidebar .dayTabs li {
 
    width: 30%;
    display: inline-block;
}
    .sidebar .schedule-day {
        width: 100%;
        display:block;
    }
    .sidebar .agenda-date-day{
        width:100%;
        display: block;
    }
        .sidebar .agenda-date-day p {
            text-align: center;
            padding-left: 5px;
                font-size: 14px;
    line-height: 22px;

        }
}