/* General Styles
--------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Futura LT Pro';
    font-weight: 700;
    font-style : normal;
    src        : url('https://assets.swoogo.com/custom-font/5777.otf') format('opentype');
}

@font-face {
    font-family: 'Futura LT Pro';
    font-weight: 800;
    font-style : normal;
    src        : url('https://assets.swoogo.com/custom-font/5634.otf') format('opentype');
}

@font-face {
    font-family: 'Caslon 540 LT Std';
    font-weight: 400;
    font-style : normal;
    src        : url('https://assets.swoogo.com/custom-font/5635.otf') format('opentype');
}

@font-face {
    font-family: 'Caslon 540 LT Std';
    font-weight: 400;
    font-style : italic;
    src        : url('https://assets.swoogo.com/custom-font/5636.otf') format('opentype');
}

@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat&display=swap');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Caslon 540 LT Std', sans-serif;
    color      : #191919;
    font-style : normal;
    font-weight: 400;
    font-size  : 17px;
    line-height: 24px;
    overflow-x : hidden;
}

.container {
    max-width: 1200px !important;
    margin   : 0 auto;
}

.title {
    font-size  : 32px;
    font-family: 'Futura LT Pro', sans-serif;
    font-weight: 700;
}
.modal-content .title {
    font-size: 20px;
}
a,
a:focus,
a:hover,
a:active {
    /*outline:none;*/
}

.registration-form-section .col-sm-5 {
    padding        : 30px 45px;
    background     : url(https://assets.swoogo.com/uploads/full/1518146-61c0fd5cd16cc.png);
    background-size: 100%;
}

.modal-title {
    color: #191919;
  display:none;
}
.slick-dots {
    display: none !important;
}
.slick-slider  .panel-body {
    padding: 0;
}
.slick-slider img.profile-picture {
    margin-bottom: 15px;
}
.swoogo-carousel-container.swoogo-carousel-center .slick-swoogo-img .carousel-card .panel {
    display: block;
  background: #fff;
      border: none;
    border-radius: 0;
}
.swoogo-carousel-container.swoogo-carousel-center .slick-swoogo-img .carousel-card .panel .panel-body {
      text-align: center;
}

/*.modal-content {
    background     : #ED7633 url(//assets.swoogo.com/uploads/full/1528100-61d70ab1357c1.jpg) no-repeat center bottom;
    background-size: 100%;
}*/
.modal-content {
  background: #fef8f1;
}

.ui-sortable-placeholder {
    min-height: 40px;
}

.bg-grey {
    background: #fef8f1;
}

.bg-orange {
    background: #FF5F13;
}

.bg-transparent {
    background: #FFF0;
}

.bg-light-orange {
    background: #FEF8F1;
}

.text-right {
    text-align: right;
}

div.required label.control-label:first-child::after {
    color  : #191919;
    content: " *";
}

.modal-header .close {
    color: #191919;
}

.registration-form-section {
    padding: 80px 0;
}

/*Global style*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin        : 0;
    text-transform: uppercase;
    margin-bottom : 15px;
    font-weight   : 700;
}

h1 {
    font-size     : 60px;
    line-height   : 59px;
    font-family   : 'Futura LT Pro', sans-serif;
    letter-spacing: 2.2px;
}

h2 {
    font-size     : 40px;
    line-height   : 48px;
    font-family   : 'Futura LT Pro', sans-serif;
    letter-spacing: 1.6px;
}

h3 {
    font-size     : 34px;
    line-height   : 41px;
    font-family   : 'Futura LT Pro', sans-serif;
    letter-spacing: 0.7px;
}

h4 {
    font-size     : 24px;
    line-height   : 29px;
    font-family   : 'Futura LT Pro', sans-serif;
    letter-spacing: 0.5px;
}

h5 {
    font-size     : 18px;
    line-height   : 22px;
    font-family   : 'Futura LT Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.sub-head {
    font-family   : 'Caslon 540 LT Std';
    font-size     : 22px;
    color         : #191919;
    line-height   : 33px;
    letter-spacing: 0px;
}

.sub-head p
{
	margin-bottom:15px;
}

h4.date {
    text-transform: initial;
}
.text-white {
 color:#fff; 
}
.table-striped>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr{
    background-color: #f9f9f900;
}
body.text-white a {
    color: #ffffff;
    text-decoration: none;
}
body.text-white a.btn-default {
    color: #fff;
    background-color: #fff0;
    border-color: #ccc0;
    box-shadow: none;
    border: none;
}
.speaker.more-info-title.field-contact_bio,
.speaker.more-info-title.field-contact_company,
.speaker.more-info-title.field-contact_job_title,
.speaker.more-info-title.field-contact_fullName {
    font-family: 'Futura LT Pro';
}

.reg-list-card {
    padding-bottom: 25px;
}

.close {
    opacity: .8;
}
.showContentAll .contentData span:hover, .showContentAll .someVeek span:hover {
  color:#ED7633;
}
/* form updates */
.form-control {
    height: auto
}

.has-error .form-control:focus,
.form-control:focus {
    box-shadow  : none;
    border-color: #191919;
}

.input-group {
    position   : relative;
    display    : flex;
    flex-wrap  : wrap;
    align-items: stretch;
    width      : 100%
}


.has-error .form-control,
.form-control,
.form-control-static {
    border       : 1px solid #191919;
    border-radius: 0;
    outline      : none;
    padding      : 14px 20px;
    height       : 50px;
    border-radius: 0;
    display      : flex;
    align-items  : center;
    background   : #fff;
    font-size    : 17px;
    line-height  : 100%;
}

.form-control-static {
    background: #f2f1ec;
}

.input-group-addon,
.input-group-btn {
    width: auto
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ffffff;
}
label {
    font-size     : 13px;
    line-height   : 20px;
    font-weight   : 800;
    font-family   : 'Futura LT Pro', sans-serif;
      color: #ffffff;
    text-transform: uppercase;
}

.text-dark .has-error .checkbox, .text-dark .has-error .checkbox-inline, .text-dark .has-error .control-label, .text-dark .has-error .help-block, .text-dark .has-error .radio, .text-dark .has-error .radio-inline, .text-dark .has-error.checkbox label, .text-dark .has-error.checkbox-inline label, .text-dark .has-error.radio label, .text-dark .has-error.radio-inline label, .text-dark label {
   color: #191919;
}

.checkbox label span, .radio label span {
    font-family: 'Caslon 540 LT Std';
  	    text-transform: capitalize;
}

#registrant-c_1526393 span,
#registrant-c_1546663 span{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
    font-family: 'Futura LT Pro', sans-serif;
}

.label-ambition {
    background-color: #58c0db;
    letter-spacing  : 2px;
    font-weight     : 500;
}

.swoogo-form .has-error .help-block,
.swoogo-form .has-error .control-label,
.swoogo-form label {
    color: #ffffff;
}

.label-add-on .input-group-addon {
    font-size: inherit
}

.input-group .input-group-btn.input-group-append {
    display: flex
}

.input-group-addon {
    display      : flex;
    align-items  : center;
    line-height  : 1.5;
    text-align   : center;
    white-space  : nowrap;
    border-radius: 4px
}

.input-group>.form-control,
.input-group>.form-select {
    position : relative;
    flex     : 1 1 auto;
    width    : 1%;
    min-width: 0
}

.input-group .input-group-btn div.btn {
    display: flex
}

.input-group>.file-input.file-input-new {
    display: flex;
    flex   : 1 1 auto
}

.input-group>.file-input:not(.file-input-new) {
    display  : flex;
    flex-wrap: wrap;
    flex     : 1
}

.input-group>.file-input .kv-upload-progress {
    width: 100%
}

.input-group-addon~.file-input.file-input-new .form-control {
    border-top-left-radius   : 0;
    border-bottom-left-radius: 0
}

.swoogo-reg-summary .responsive-table .buttons .btn-group.btn-group-sm {
    min-width: 100px
}

.btn-group.btn-group-sm>.btn {
    font-size: 12px !important
}

/* end form updates */
#button {
  background-color: #FF5F13 !important;
}
#button:hover {
      background: #d93706 url(//assets.swoogo.com/uploads/full/1528100-61d70ab1357c1.jpg) no-repeat bottom !important;
    background-size: 100% 100%;
}
/* Logos
--------------------------------------------------------------------------------------*/
.text-logo a {
    color          : #666666;
    text-decoration: none;
}

.desktop-logo .text-logo {
    font-size: 28px;
    max-width: 400px;
}

.mobile-logo .text-logo {
    font-size: 18px;
}

/* Backgrounds
--------------------------------------------------------------------------------------*/
/*section#expect,*/
section#speakers,
.site-background {
    background: #d93706 url(//assets.swoogo.com/uploads/full/1528100-61d70ab1357c1.jpg) no-repeat !important;
    background-position: center bottom;
    background-size: 100% !important;
}

.landing-page #header-wrap .banner-wrap {
    min-height: 254px;
    height    : 254px;
}

.standard-page #header-wrap {
    overflow    : hidden;
    /*background: linear-gradient(-45deg, #001377, #0098e5, #2bb4e5, #23D5AB);background-size: 400% 400%;-webkit-animation: Gradient 15s ease infinite;-moz-animation: Gradient 15s ease infinite;animation: Gradient 15s ease infinite;*/
}

/* Navigation
--------------------------------------------------------------------------------*/
.navbar.navbar-static-top {
    margin-bottom   : 0px;
    background-color: #fff;
    border-bottom   : 1px solid #E8E8E8;
    min-height      : 65px;
    display         : block;
    position        : fixed;
    left            : 0;
    right           : 0;
}

.main-content {
    padding-top: 103px;
}
.navbar-header {
    padding: 14px 0px;
}


.mobile-logo a {
    margin-left: 15px;
}

.mobile-logo-img {
    padding-top: 0.35em;
}

.mobile-logo-img img {
    max-height: 38px !important;
    max-width : 100% !important;
}

.desktop-logo {
    display: block;
    flex   : 1;
}

.swoogo-nav {
    float         : left;
    padding-left  : 15px;
    padding-top   : 15px;
    padding-bottom: 15px;
    width         : 100%;
}

.top-nav-main-area {
    background: #ED7633 url(//assets.swoogo.com/uploads/full/1528100-61d70ab1357c1.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding   : 5px 0;
      max-height: 34px;
}

.top-nav-main-area h5 {
    color    : #fff;
    margin   : 0;
    font-size: 14px;
}

.navbar-nav>li>a {
    padding-top   : 7px;
    padding-bottom: 5px;
}

.swoogo-nav>li a {
    font-family   : "Futura LT Pro", sans-serif;
    font-weight   : 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left  : 10px;
    padding-right : 10px;
}

.swoogo-nav>li>a {
    background    : none !important;
    margin        : 2px;
    color         : #191919;
    font-size     : 11.25px;
    letter-spacing: 1px;
    border        : 1px solid transparent;
}

.swoogo-nav>li>ul a {
    color    : #191919;
    font-size: 10px;
}

.swoogo-nav>li>a:hover,
.swoogo-nav a.active {
    color: #ED7633;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: transparent;
}

.swoogo-nav .dropdown-menu>.active>a,
.swoogo-nav .dropdown-menu>.active>a:hover,
.swoogo-nav .dropdown-menu>.active>a:focus {
    background-color: #ED7633;
}

.navbar-toggle {
    margin-top: 15px;
    border    : 1px solid transparent;
}

.navbar-toggle {
    -webkit-transform : rotate(0deg);
    -moz-transform    : rotate(0deg);
    -o-transform      : rotate(0deg);
    transform         : rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition   : .5s ease-in-out;
    -o-transition     : .5s ease-in-out;
    transition        : .5s ease-in-out;
}

.navbar-toggle .icon-bar {
    -webkit-transition: .25s ease-in-out;
    -moz-transition   : .25s ease-in-out;
    -o-transition     : .25s ease-in-out;
    transition        : .25s ease-in-out;
    position          : absolute;
    height            : 3px;
    width             : 50%;
    opacity           : 1;
    margin-top        : 0 !important;
}

.navbar-toggle span.icon-bar:nth-child(odd) {
    border-radius: 4px 0 0 4px;
}

.navbar-toggle span.icon-bar:nth-child(even) {
    border-radius: 0 4px 4px 0;
}

.navbar-toggle.collapsed .icon-bar {
    -webkit-transform: rotate(0deg) !important;
    -moz-transform   : rotate(0deg) !important;
    -o-transform     : rotate(0deg) !important;
    transform        : rotate(0deg) !important;
    opacity          : 1 !important
}

.navbar-toggle.collapsed span.icon-bar:nth-child(1),
.navbar-toggle.collapsed span.icon-bar:nth-child(2) {
    top: 0px;
}

.navbar-toggle.collapsed span.icon-bar:nth-child(3),
.navbar-toggle.collapsed span.icon-bar:nth-child(4) {
    top: 7px;
}

.navbar-toggle.collapsed span.icon-bar:nth-child(5),
.navbar-toggle.collapsed span.icon-bar:nth-child(6) {
    top: 14px;
}

.navbar-toggle.collapsed span.icon-bar:nth-child(odd) {
    left: 0px;
}

.navbar-toggle.collapsed span.icon-bar:nth-child(even) {
    left: 50%;
}

.navbar-toggle span.icon-bar:nth-child(1) {
    left: 0px;
    top : 4px;
}

.navbar-toggle span.icon-bar:nth-child(2) {
    left: calc(50% - 3px);
    top : 4px;
}

.navbar-toggle span.icon-bar:nth-child(3) {
    left   : -50%;
    opacity: 0;
}

.navbar-toggle span.icon-bar:nth-child(4) {
    left   : 100%;
    opacity: 0;
}

.navbar-toggle span.icon-bar:nth-child(5) {
    left: 0px;
    top : 11px;
}

.navbar-toggle span.icon-bar:nth-child(6) {
    left: calc(50% - 3px);
    top : 11px;
}

.navbar-toggle span.icon-bar:nth-child(2),
.navbar-toggle span.icon-bar:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    -o-transform     : rotate(-45deg);
    transform        : rotate(-45deg);
}

.navbar-toggle span.icon-bar:nth-child(1),
.navbar-toggle span.icon-bar:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    -o-transform     : rotate(45deg);
    transform        : rotate(45deg);
}

button.navbar-toggle.collapsed span.icon-bar {
    background: #6e6e6e;
}

.navbar-toggle span.icon-bar {
    background: #ED7633;
}

/* Registration progress */
.swoogo-reg-progress .steps>li.active>a.step .number {
    /*color: #fff;background: linear-gradient(270deg, #50cee3, #005aa3);background-size: 400% 400%;-webkit-animation: Gradient 15s ease infinite;-moz-animation: Gradient 15s ease infinite;animation: Gradient 15s ease infinite;*/
}

.swoogo-reg-progress .steps>li.active>a.step .desc {
    color: #191919;
}

.swoogo-reg-progress .steps>li.done>a.step .number {
    background-color: #4AAEC8;
    color           : #fff;
}

.white-text {
    color: #fff;
}

.orange-text {
    color: #FF5F13;
}

/* Banner
--------------------------------------------------------------------------------*/
.header .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style : normal;
    font-size  : 3em;
    color      : #fff;
}

.header .paragraph {
    color         : #FFF;
    font-size     : 18px;
    text-transform: uppercase;
}

.header .paragraph .presented-title {
    /*font-family    : 'Caslon 540 LT Std';*/
    font-family: 'Futura LT Pro';
    font-size: 15px;
    line-height: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    text-transform: uppercase;
      font-weight: 800;
    letter-spacing: 1px;
}
.header .paragraph .presented-title img {
    height     : 22px;
    margin-left: 20px;
    filter     : brightness(0) invert(1);
}

section {
    overflow: hidden;
}
.position-title {
}
/*section#expect {
 color:#fff; 
}*/

div#w_15943160,
#field-registrant-c_1526393-label,
.form-group.field-registrant-c_1526391 label.control-label,
#field-registrant-c_1546663-label{
    display: none;
}

.form-group.field-registrant-c_1526389 {
    margin-bottom: 0;
}

.field-registrant-c_1500175.has-error .help-block
{
	font-size:0px;
}

.field-registrant-c_1500175.has-error .help-block::before{
content:'Answers should be at least 100 words; should not exceed 500 words.';
  font-size:17px;
}

section#expect .swoogo-cols:nth-child(even) .row {
    flex-direction: row-reverse;
}
section#expect .swoogo-cols+.swoogo-cols .row {
    margin-top: 50px;
}
section#expect .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
section#expect .mw-pra {
  max-width:500px;
}
section#expect #w_15443785 .row {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
}

section#expect h5{
    font-size: 14px;
    line-height: 18px;
  	text-transform:initial;
}

#w_15695524 img.img-responsive.mt-none.mb-none {
    filter: brightness(0) invert(1);
}

.landing-page #banner {
    text-align: center;
}

.standard-page #banner,
.short-header-page #banner {
    text-align: left;
}

.table-wrapper {
    display     : table;
    width       : 100%;
    table-layout: fixed;
}

.tr-wrapper {
    display: table-row;
    height : 100%;
}

.td-wrapper {
    display       : table-cell;
    vertical-align: middle;
}

.standard-page .site-background {
    background-position: center center;
}

/* Buttons
--------------------------------------------------------------------------------*/
a[role=button] {
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom : 2px solid #191919;
    transition    : color 250ms cubic-bezier(0, 0, 0.2, 1), border 250ms cubic-bezier(0, 0, 0.2, 1);
}

a[role=button]:hover {
    color          : #ED7633;
    text-decoration: none;
    border-bottom  : 2px solid #ED7633;
}

[role=button],
.btn {
    -webkit-transition: background-color .2s ease-in-out;
    -ms-transition    : background-color .2s ease-in-out;
    transition        : background-color .2s ease-in-out;
    border-radius     : 0;
    font-weight       : bold;
    letter-spacing    : 2px;
    font-size         : 14px;
    color             : #191919;
    text-decoration   : none;
    font-family       : 'Futura LT Pro', sans-serif;
    text-transform    : uppercase;
}


a.btn-standard,
a.btn-alternate,
.btn-standard,
.btn-alternate {
    padding: 16px 40px;
}

.expect-section .btn-standard {
    padding: 16px 25px;
}

a.btn-standard,
.btn-standard {
    color     : #fff;
    background: #fff0;
    border    : 1px solid #fff;
}

a.btn-standard:hover,
.btn-standard:hover,
#btn-standard_hover {
    color            : #ED7633;
    background       : #fff;
    border           : 1px solid #fff;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation   : Gradient 15s ease infinite;
    animation        : Gradient 15s ease infinite;
}
/*.swoogo-nav>li:last-child a,*/
.reg-btn .btn-alternate,
a.btn-alternate,
.btn-alternate {
    color     : #191919;
    background: transparent;
    border    : 1px solid #191919;
}
.reg-btn .btn-alternate {
    font-size: 11px;
    line-height: 14px;
    padding: 10px 13px;
      text-align: center;
}
.reg-btn .btn-alternate a:hover,
a.btn-alternate:hover,
.btn-alternate:hover,
#btn-alternate_hover {
    color     : #fff;
    background: #ED7633;
    border    : 1px solid #ED7633;
}
/*.swoogo-nav>li:last-child a:hover {
    background: #ED7633 !important;
}*/

.reg-btn {
    padding: 14px 0;
}

.reg-btn .sortable{min-height:45px;}
.modal-header {
    text-align: center;
    border-bottom: none;
    padding      : 30px 30px 0;
}

.modal-body {
    padding: 30px;
  padding-top: 0;
}

.modal-footer {
    display: none;
}

/* Main content */
.reg-list-card .panel {
    border       : none;
    border-radius: 0;
    text-align   : center;
    box-shadow   : none;
    background   : rgb(255 255 255 / 0%);
}
.slick-swoogo-img .carousel-card a,
.reg-list-card .panel a {
    text-transform : uppercase;
    font-family    : 'Futura LT Pro';
    font-size      : 20px;
    color          : #191919;
    transition     : .25s all ease-in-out;
    text-decoration: none;
    line-height    : 1.15;
    padding-bottom : 5px;
  outline:none;
}


span.company-name {
    color: #ED7633;
}

span.speaker-desc {
   /* overflow          : hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display           : -webkit-box;*/
    text-align        : center;
}

.section {
    padding: 60px 0;
}

section#speaker {
    padding-bottom: 50px;
}

#speaker div#w2 {
    display  : flex;
    flex-wrap: wrap;
}

#home.section {
    padding: 0;
}
.carousel-fade .carousel-control {
  display:none;
}
.carousel-indicators {
   bottom:-40px;
}
.carousel-indicators li {
      background-color: rgba(0,0,0,0);
    border: 1px solid #ED7633;
}
.carousel-indicators .active{
    background-color:#ED7633;
}
.glyphicon-chevron-left:before {
    content    : "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.glyphicon-chevron-right:before {
    content    : "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
ul.session-list-dots {
    list-style: outside;
    /*padding-left: 15px;*/
}
ul li::marker{
     font-size: 32px;
}
ul.session-list-dots li+li {
    margin-top: 10px;
}
ul.session-list-dots strong {
    font-family: 'Futura LT Pro';
    text-transform: uppercase;
}
/*FAQ styling*/
.swoogo-accordion .panel-title a.row-reverse {
    border : none;
    padding: 0;
}

.panel-default>.panel-heading {
    color           : #191919;
    background-color: #ffffff;
    border-top      : 1px solid;
    border-radius   : 0;
}

.panel-default>.panel-heading:first-child {
    border-top: none;
}

.FAQ-section .swoogo-accordion .panel {
    max-width: 900px;
    margin   : 0 auto;
}

.swoogo-accordion .panel-heading a [class*='-icon'].pull-right {
    font-size: 18px;
}

.swoogo-accordion .panel,
.swoogo-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body,
.swoogo-accordion .panel-group .panel-heading+.panel-collapse>.list-group {
    border-color : #f0f0f0;
    border-radius: 0;
}

.swoogo-tabs.tab-style-underline .nav-tabs {
    width: fit-content;
}

.swoogo-tabs.tab-style-underline .nav-tabs>li>a:hover,
.swoogo-tabs.tab-style-underline .nav-tabs>li:not(.active)>a:hover,
.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a,
.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a:focus,
.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a:hover,
.swoogo-tabs.tab-style-underline .nav-tabs>li.active>a:active,
.swoogo-tabs.tab-style-underline>.tab-loc-bottom>.nav-tabs>li.active>a,
.swoogo-tabs.tab-style-underline>.tab-loc-bottom>.nav-tabs>li.active>a:focus,
.swoogo-tabs.tab-style-underline>.tab-loc-bottom>.nav-tabs>li.active>a:hover,
.swoogo-tabs.tab-style-underline>.tab-loc-bottom>.nav-tabs>li.active>a:active {
    border-color: #ED7633;
}

.swoogo-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
    padding   : 0px 55px 30px 35px;
  background:#fff;
}

.panel-heading {
    padding: 30px 35px;
}

.main-session-wrap+.main-session-wrap {
    margin-top: 30px;
}

.main-session-wrap .session-name a:focus,
.main-session-wrap .session-name a {
    border         : none;
    text-decoration: none;
    outline        : none;
    color          : #191919;
      position: relative;
      display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
span.vertical-line {
    position: relative;
    margin-right: 20px;
}
span.vertical-line:before {
  content:'';
    position: absolute;
    width: 2px;
    min-height: 15px;
    height: 100%;
    background: #000;
      top: 0;
    bottom: 0;
    margin: auto 10px;
}
/**agenda style**/

.main-session-wrap .panel-heading .accordion-toggle:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size  : 20px;
    content    : "\f106";
    float      : right;
    color      : #191919;
}

.main-session-wrap .panel-heading .accordion-toggle.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content    : "\f107";
    font-weight: 900;
}

.main-session-wrap .panel-heading:hover a,
.main-session-wrap .panel-heading:hover .accordion-toggle:after {
    color: #ED7633;
}
.main-session-wrap .panel-heading:hover span.vertical-line:before {
  background: #ED7633;
}
/*new footer styling*/
.tb-footer ul {
    list-style: none;
    margin    : 0;
    padding   : 0;
}

.tb-footer ul li {
    padding: 0;
}

.tb-footer .tb-footer__top__links__list ul li,
.tb-footer .tb-footer__top__links__list ol li {
    margin: 6px 0;
}

.tb-footer .tb-footer__top__links__list ul li:first-of-type,
.tb-footer .tb-footer__top__links__list ol li:first-of-type {
    margin-top: 0;
}

.tb-footer br.mobile-only {
    display: block;
}

@media screen and (min-width: 1025px) {
    .tb-footer br.mobile-only {
        display: none;
    }
}

.tb-footer__top {
    background: #fef8f1;
    padding   : 30px 0;
}

@media screen and (min-width: 1025px) {
    .tb-footer__top {
        padding: 60px 0;
    }
}

.tb-footer__top .container {
    align-items    : center;
    display        : flex;
    justify-content: center;
    padding        : 0 40px;
}

@media screen and (min-width: 1025px) {
    .tb-footer__top .container {
        align-items    : flex-start;
        justify-content: space-between;
    }
}

.tb-footer__top__social {
    align-items    : center;
    display        : flex;
    justify-content: center;
    width          : 100%;
}

@media screen and (min-width: 1025px) {
    .tb-footer__top__social {
        justify-content: flex-start;
        width          : 50%;
    }
}

.tb-footer__top__social__link {
    margin: 0 20px;
}

.tb-footer__top__social__link:first-of-type {
    margin-left: 0;
}

.tb-footer__top__social__link a {
    align-items    : center;
    display        : flex;
    justify-content: center;
}

.tb-footer__top__social__link a svg {
    fill      : #191919;
    transition: fill 300ms cubic-bezier(0, 0, 0.2, 1);
}

body:not(body.touch) .tb-footer__top__social__link a svg:hover {
    fill: #ed7633;
}

.tb-footer__top__social__link a svg.hover {
    fill: #ed7633;
}

.tb-footer__top__links {
    display        : none;
    flex-shrink    : 0;
    justify-content: flex-end;
    width          : 70%;
}

@media screen and (min-width: 1025px) {
    .tb-footer__top__links {
        display: flex;
    }
}

.tb-footer__top__links h5 {
    text-transform: uppercase;
}

.tb-footer__top__links__list {
    margin: 0 50px 0 0;
}

.tb-footer__top__links__list h5 {
    margin-bottom: 20px;
}

.tb-footer__top__links__list a {
    color          : #191919;
    font-family    : "Caslon 540 LT Std", serif;
    font-size      : 17px;
    line-height    : 27px;
    text-decoration: none;
    text-transform : initial;
}

body:not(body.touch) .tb-footer__top__links__list a:hover {
    color: #ed7633;
}

.tb-footer__top__links__list a.hover {
    color: #ed7633;
}

.tb-footer__top__links__list:last-of-type {
    margin-right: 0;
}

.tb-footer__bottom {
    background: #fff;
    padding   : 26px 0 18px;
}

.tb-footer__bottom .container {
    align-items    : center;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    padding        : 0 40px;
}

@media screen and (min-width: 1025px) {
    .tb-footer__bottom .container {
        align-items    : center;
        flex-direction : row;
        justify-content: flex-start;
    }
}

.tb-footer__bottom .container .privacy-container {
    align-items: center;
    display    : flex;
}

@media screen and (min-width: 1025px) {
    .tb-footer__bottom .container .privacy-container {
        margin-left: 7px;
    }
}

.tb-footer__bottom .container p {
    margin    : 0;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .tb-footer__bottom .container p {
        text-align: left;
    }
}

.tb-footer__bottom .container a {
    color          : #191919;
    text-decoration: underline;
}

body:not(body.touch) .tb-footer__bottom .container a:hover {
    color: #ed7633;
}

.tb-footer__bottom .container a.hover {
    color: #ed7633;
}

.swoogo-reg-progress,
#registrant-form .alert-warning {
    display: none;
}

.registration-form-section .col-sm-5 {
    padding: 30px 45px;
}

.img-thumbnail {
    border: 0;
}

.social-media-sharing a {
    color: #191919;
}

.social-media-sharing a i {
    color: #fff;
}

p.sub-head-title {
    font-family   : "Futura LT Pro";
    text-transform: uppercase;
    margin        : 0;
    padding-top   : 25px;
    padding-bottom: 10px;
}

div.description p {
    font-size  : 20px;
    line-height: 1;
}

ul.expect-list {
    padding   : 0;
    margin    : 0;
    list-style: none;
    max-width : 615px;
}

.attend-ticket-section ul.expect-list {
    margin   : 0 auto;
    max-width: 445px;
}

/*ul.expect-list li {
margin     : 0 0 15px;
padding    : 5px 0 5px 15px;
position   : relative;
font-size  : 18px;
font-weight: 400;
}

ul.expect-list li:before {
content          : '';
position         : absolute;
display          : block;
height           : 100%;
width            : 3px;
top              : 0;
left             : 0;
background       : #f66016;
z-index          : 1;
transform        : translateX(-50%);
-webkit-transform: translateX(-50%);
}*/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ED7633;
    border-color: #ED7633;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination>li>a, .pagination>li>span {
    color: #ED7633;
}
/*speaker section*/
/*#speaker .reg-list-card .panel-body {
padding: 0 0 15px;
}*/
.speaker-section .list-view {
    display  : flex;
    flex-wrap: wrap;
  margin:0 -15px;
  text-align:center;
}
.speaker-section .list-view .text-center {
    width: 100%;
}
#w_15811707 .carousel-indicators {
 display:none; 
}
.speaker-section .reg-list-card {
    padding-bottom: 0px;
    margin-bottom : 30px;
}

.speaker-section .reg-list-card img {
    max-width    : 100%;
    width        : 100% !important;
    height       : 230px;
    padding      : 0;
    object-fit   : cover;
    border-radius: 0;
}

.speaker-section .reg-list-card .panel {
    margin: 0;
      background: #fff;
}

.speaker-section .reg-list-card .speaker-details {
    padding: 20px 20px 15px;
}

.social-media {
    margin-top: 10px;
}

.social-media a {
    font-size: 16px !important;
  color:#191919;
}

.social-media a+a {
    margin-left: 10px;
}

.for-sponsorship {
    max-width: 700px;
    margin   : 0 auto;
}

.for-sponsorship a {
    color          : #ED7633;
    text-decoration: none;
    padding-bottom : 2px;
    border-bottom  : 2px solid #ED7633;
}

.for-sponsorship h5 {
    text-transform: initial;
      font-family: 'Caslon 540 LT Std';
}

img.profile-picture,
.swoogo-speaker-info img {
    width          : 100%;
    height         : 230px;
    border-radius  : 0;
    object-fit     : cover;
    object-position: top;

}

.speaker-bg {
    height         : 230px;
    background     : url('https://assets.swoogo.com/uploads/medium/1523505-61cf44ce154c3.png') no-repeat;
    background-size: 100%;
}

.profile-picture[src=""] {
    display: none;
}

.swoogo-tabs.tab-style-underline .nav-tabs>li {
    min-width: 125px;
}

.sponsor-section .panel-body {
    padding: 0;
}

.sponsor-section .panel-body img {
    object-fit    : contain;
    -webkit-filter: grayscale(1);
    filter        : grayscale(1);
    -moz-filter   : grayscale(1);
    -o-filter     : grayscale(1);
    -ms-filter    : grayscale(1);
}
    .sponsor-section .swoogo-sponsors .logo-img {
        max-height: 60px;
      	opacity:0.65;
    }

    #w_15443807 .logo-img {
        max-height: 110px;
    }

    #w_15579218 .logo-img {
        max-height: 90px;
    }

    #w_15579219 .logo-img {
        max-height: 60px;
    }
p.start-end-time {
    font-weight: bold;
}

/**responsive youtube**/

.video-section {
    background: #fef8f1;
}

.video-section #w_16073244 iframe
{
	border:5px solid #fff;
}
.video-section .swoogo-iframe {
   position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-section .swoogo-iframe iframe,
.video-section .swoogo-iframe object,
.video-section .swoogo-iframe embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#w_16073244 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#w_16073244 iframe,
#w_16073244 object,
#w_16073244 embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive */
@media all and (min-width:768px) {
  
  .navbar-collapse.collapse
  {
  	display:flex !important;
  }
  
    .row-eq-height {
        justify-content: center;
    }

    .standard-page #banner h2 {
        /*font-size: 3em;*/
    }

    /* .navbar {
min-height : 100px;
display    : flex;
align-items: center;
}

.navbar>.container {
flex       : 0 0 auto;
display    : flex;
align-items: center;
flex-flow  : row wrap;
justify-content: center;
}

.navbar>.container>.navbar-header {
flex: none;
}

.navbar>.container>#navbar {
flex: 1;
}*/

    .header .paragraph {
        /*font-size: 24px;*/
    }

    /*.swoogo-nav {
display        : flex;
justify-content: flex-end;
flex-flow      : row wrap;
align-items    : center;
}*/

    .swoogo-nav li+li a {
        margin-left: 10px;
    }

    .swoogo-reg-progress .steps>li>a.step>.number {
        padding: 12px 15px 13px 15px;
    }

    .swoogo-nav>li>a:hover::after,
    .swoogo-nav a.active::after {
        width: 100%;
    }

}

@media screen and (min-width:992px) {
    .site-background {
        background-attachment: fixed;
    }
}

/* Keyframes */
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@media only screen and (max-width: 1200px) {
    .swoogo-speakers .row-eq-height {
        flex-wrap: wrap;
    }

    .swoogo-speakers .row-eq-height>div {
        width: 50%;
    }
}


@media only screen and (max-width: 992px) {
    .mobile-logo-img img {
          margin: 0 auto;
    }
  .main-content {
    padding-top: 97px;
}
    #registrant-form .col-sm-5 {
        padding: 30px 20px;
    }

    .registration-form-section {
        padding: 70px 0;
    }

    .navbar-toggle {
        display: initial;
    }

    .navbar-header {
        display        : flex;
        align-items    : center;
        justify-content: space-between;
        flex-direction : row;
        width          : 100%;
    padding: 10px 0px;
}
    .navbar-collapse.collapse {
        display: none !important;
        float  : none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }
  
.navbar-right {
  float:none !important;
}
  
  .swoogo-nav
  {
  	padding:15px 0;
    margin:0;
  }
  
  .swoogo-nav>li>a
  {
  	padding:10px 0;
  }

    .swoogo-nav li+li a {
        margin-left: 0;
    }

    .navbar-collapse.collapse {
        width: 100%;
    }

    .navbar-nav>li {
        float: none;
    }
}

@media only screen and (max-width: 768px) {
  .main-content {
    padding-top: 91px;
}
    .registration-form-section {
        padding: 60px 0;
    }

    .sponsor-section .panel-body img {
        max-width: 265px;
    }

    body {
        font-size  : 16px;
        line-height: 24px;
    }

    h1 {
        font-size     : 40px;
        line-height   : 44px;
        letter-spacing: 2px;
    }

    h3 {
        font-size     : 30px;
        line-height   : 38px;
        letter-spacing: 2px;
    }

    h4 {
        font-size     : 18px;
        line-height   : 23.8px;
        letter-spacing: 0.5px;
    }

    h5 {
        font-size     : 18px;
        line-height   : 22px;
        letter-spacing: 1.2px;
    }

    .sub-head {
        font-size  : 18px;
        line-height: 27px;
    }

    #registrant-form .col-sm-5 {
        padding: 25px 15px;
    }

    .mobile-logo {
        display: none;
    }

    .swoogo-speakers .row-eq-height>div {
        width: 100%;
    }
  
  .speaker-section .carousel-card .panel b {
    text-transform: uppercase;
    font-family: 'Futura LT Pro';
}
}

@media only screen and (max-width: 767px) {
  section#expect .row {
  justify-content: center;
}
  section#expect .swoogo-cols+.swoogo-cols .row {
    margin-top: 40px;
}
  section#expect .swoogo-button.text-left,
  section#expect,
  section#inperson {
    text-align: center;
}
  .slick-swoogo-img .carousel-card a,
    .reg-list-card .panel a {
        font-size  : 18px;
        line-height: 20px;
    }

    .top-nav-main-area h5 {
        font-size     : 10px;
        line-height   : 16px;
        letter-spacing: 0.7px;
    }

    .swoogo-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body,
    .panel-heading {
        padding: 15px;
    }

    .swoogo-accordion .panel-title a {
        align-items: flex-start;
    }

    .expect-section .btn-standard,
    a.btn-standard,
    a.btn-alternate,
    .btn-standard,
    .btn-alternate {
        padding: 12px 20px;
    }

    .mobile-logo-img img {
        max-height: 30px !important;
    }

    .swoogo-tabs.tab-style-underline .nav-tabs>li {
        min-width: 90px;
    }

    .swoogo-tabs .nav-tabs>li>a {
        padding: 10px;
    }

    .navbar-header {
        padding-left: 15px;
    }

    .swoogo-accordion .panel-title a>*:not(.fa) {
        line-height: 20px;
    }

    .section {
        padding: 50px 0px;
    }

    .reg-list-card {
        padding-bottom: 0px;
    }
  
    .swoogo-sponsors .row.row-eq-height
  {
  	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .swoogo-sponsors .row.row-eq-height .reg-list-card
  {
      flex-grow: 1;
    padding-bottom:15px;
  }

    #faq .tab-widget-content.col-xs-12 {
        padding: 0;
    }

    .swoogo-btn-group .swoogo-button+.swoogo-button {
        margin-top: 15px;
    }

    .speaker-section .reg-list-card {
        width: 50%;
    }

    .sponsor-section .swoogo-sponsors .logo-img {
        max-height: 60px;
    }

    #w_15443807 .logo-img {
        max-height: 110px;
    }

    #w_15579218 .logo-img {
        max-height: 90px;
    }

    #w_15579219 .logo-img {
        max-height: 60px;
    }
 
}

@media only screen and (max-width:480px) {
    .speaker-section div#w1 {
        display: block;
    }

    .for-sponsorship h5 {
        font-size: 12px;
    }

    .speaker-section .reg-list-card {
        width: 100%;
    }
}