/*Font Declarations*/
@font-face {
    font-family: "A2Beckett";
    src: url(https://swoogo.s3.amazonaws.com/themes/5ce59534d85ca/A2Beckett-BookWEB.woff2) format('woff2'),
        url(https://swoogo.s3.amazonaws.com/themes/5ce59534d85ca/A2Beckett-BookWEB.woff) format('woff');
}
@font-face {
    font-family: "Centra No1";
    src: url(https://swoogo.s3.amazonaws.com/themes/5ce59534d85ca/CentraNo1-Bold.woff2) format('woff2'),
        url(https://swoogo.s3.amazonaws.com/themes/5ce59534d85ca/CentraNo1-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Centra No2";
    src: url(https://swoogo.s3.amazonaws.com/themes/5ce59534d85ca/CentraNo1-BoldItalic.woff2) format('woff2'),
        url(https://swoogo.s3.amazonaws.com/themes/5ce59534d85ca/CentraNo1-BoldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Centra No1";
    src: url(https://swoogo.s3.amazonaws.com/themes/5ce59534d85ca/CentraNo1-Book.woff2) format('woff2'),
        url(https://swoogo.s3.amazonaws.com/themes/5ce59534d85ca/CentraNo1-Book.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Centra No1";
    src: url(https://swoogo.s3.amazonaws.com/themes/5ce59534d85ca/CentraNo1-BookItalic.woff2) format('woff2'),
        url(https://swoogo.s3.amazonaws.com/themes/5ce59534d85ca/CentraNo1-BookItalic.woff) format('woff');
    font-weight: normal;
    font-style: italic;
}




/* General Styles
--------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700;900&display=swap');
* {box-sizing: border-box;}
body {
  font-family: 'Centra No1', sans-serif;
  font-size: 18px;
  color: #333;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.paragraph {
  font-family: 'Centra No1', sans-serif;
  font-size: 19px;
  line-height: 28px;
}
p, li { font-size: 20px; line-height: 24px; }
.container {max-width: 770px !important;}
.title, .title p {
  color: #2E3192;
  /*  font-size:68px; if we have Regular
  line-height:63px; */
  text-transform:uppercase;
  letter-spacing:0.08em;
  font-family:'A2Beckett', sans-serif;
  font-size: 62px;
  line-height: 58px;
}
@media all and (max-width:799px) {
  .title p br { display: none; }
}
a, a:focus, a:hover, a:active {outline:none; color:#7e8493;}
.ui-sortable-placeholder {min-height:40px;}


/* Sticky Foot
--------------------------------------------------------------------------------------*/
html { display: flex; }
body, body > form {
    width: 100%;
      display: flex;
    min-height: 100vh;
    flex-direction: column;
}
#header-wrap, #footer-wrap, #header-wrap-standard, #footer-wrap-standard { flex-shrink: 0; }
.content-section { flex-grow: 1; }


/* 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
--------------------------------------------------------------------------------------*/
.site-background {background-repeat: no-repeat;background-position: center top;background-size: cover;}
.landing-page #header-wrap .banner-wrap {
  min-height: 254px;
  height: 254px;
  max-width: 625px;
  margin: 0 auto;
}
.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 {margin-bottom:0px;background-color: #000;border-bottom: 1px solid #545454;height:110px; padding:18px 0;}
.navbar-header {padding-top: 4px;padding-bottom: 4px;}
.swoogo-nav {float:left;padding-left: 15px;padding-top: 15px;padding-bottom: 15px;width:100%;}
.navbar-nav > li > a {padding-top: 7px;padding-bottom: 5px;}
.swoogo-nav > li a {line-height:19px;font-family:'Lato', sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:2px;padding-left:10px;padding-right:10px;}
.swoogo-nav > li > a {background:none !important;margin: 2px;color: #000;font-size: 12px;border: 1px solid transparent;}
.swoogo-nav > li > ul a {color: #333;font-size: 10px;}
.swoogo-nav > li > a::after {content: '';display: block;width: 0;height: 2px;background: #fff;transition: width .3s;}
.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: #fff;}

.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);}
.navbar-toggle span.icon-bar {background: #fff;}

/* 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: #333;}
.swoogo-reg-progress .steps > li.done > a.step .number {background-color: #4AAEC8;color: #fff;}

/* Banner
--------------------------------------------------------------------------------*/


#header-wrap {
      height: 625px;
  	  padding: 0;
  	  background-color: #000;
	}


.header .title, .header .title p {
  font-family:'A2Beckett', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 108px;
  line-height: 88px;
  letter-spacing: 0.05em;
  color: #fff;
}
.header .paragraph {
  color: #9ad6db;
  font-size: 30px;
  text-transform:uppercase;
  font-family:'Centra No1', sans-serif;
  font-weight: 900;
  letter-spacing: .08em;
}

.standard-page .header .title {/*font-size: 3em;*/}
.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;}
.header a, .header a:hover {/*color:#FFF;*/}
.standard-page .site-background {background-position: center center;}

.no-nav {
  background-color: #000;
  background-image: url(https://assets.swoogo.com/themes/601d6cf9a5389/icons-bg-standard-black.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2352px;
  padding: 20px 0;
}
.no-nav img {
  height: auto !important;
  max-height: 40px; 
}

/* Buttons
--------------------------------------------------------------------------------*/
.btn {-webkit-transition: background-color .2s ease-in-out;-ms-transition: background-color .2s ease-in-out;transition: background-color .2s ease-in-out;}
.btn-standard, .btn-alternate {
  padding: 9px 20px;
	height: 40px; min-width: 210px; border-radius: 100px;color: #000; background: #00C3FF; font-family:'centra_no2-bold', sans-serif;font-weight: normal; font-size: 16px;text-transform: capitalize;
}
.btn-standard:hover, #btn-standard_hover, .btn-alternate:hover, #btn-alternate_hover {
  color:#000;
  background-color: #feed01;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}


/* Main content */
.content-section-1, .content-section {margin-bottom:30px;}

/* Footer */
footer { margin-top: 100px; background-color: #000;padding-top: 25px;padding-bottom:30px;}
footer p { color:#ccc;font-family:'Centra No1', sans-serif;font-size:12px;line-height:22px; }
footer a {color:#ccc;text-decoration:underline;}
footer a:hover {color:#fff;}


/* 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%}
}


/* Brightwell */
.navbar-header { float: none; }
.desktop-logo img { height: 68px; }
@media (max-width: 768px) {
  .mobile-logo {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
  }
  .mobile-logo div { display: block; }
  .mobile-logo a img {
      width: auto;
      max-width: 90%;
  }
}
#livebtn {
    position: absolute;
    top: 26px;
    right: 26px;
}
@media all and (max-width:900px) {
  #livebtn {
	position: relative;
    clear: both;
    text-align: left;
    top: 20px;
    right: auto;
  }
  .navbar { height: 160px; }
}

#livebtn .btn {
    font-weight: 600;
    background: transparent;
    border-color: white;
    font-size: 16px;
    letter-spacing: 0.03em;
    padding: 10px 16px;
    color: #fff;
}
#livebtn .btn-alternate {
    border-color: #666;
    color: #666;
    text-transform: uppercase;
}
/* @group Blink */
@-webkit-keyframes blink { 0% { opacity: 1; } 50% { opacity: 1; } 50.01% { opacity: 0; } 100% { opacity: 0; } }
@-moz-keyframes blink { 0% { opacity: 1; } 50% { opacity: 1; } 50.01% { opacity: 0; } 100% { opacity: 0; } }
@-ms-keyframes blink { 0% { opacity: 1; } 50% { opacity: 1; } 50.01% { opacity: 0; } 100% { opacity: 0; } }
@-o-keyframes blink { 0% { opacity: 1; } 50% { opacity: 1; } 50.01% { opacity: 0; } 100% { opacity: 0; } }
@keyframes blink { 0% { opacity: 1; } 50% { opacity: 1; } 50.01% { opacity: 0; } 100% { opacity: 0; } }
#livebtn .btn-standard .fas.fa-square {
    -webkit-animation: blink .75s linear infinite; -moz-animation: blink .75s linear infinite;	-ms-animation: blink .75s linear infinite; -o-animation: blink .75s linear infinite; animation: blink .75s linear infinite;
    color: red;
    font-size: 5px;
    bottom: 4px;
    position: relative;
    margin-right: 5px;
}
#livebtn .btn-alternate .far.fa-square {
    font-size: 8px;
    bottom: 3px;
    position: relative;
    margin-right: 5px;
}
a.watchLiveLink {
  color: #000;
}
a.watchLiveLink:hover {
  color: #000;
  text-decoration: underline;
}
a.watchLiveLink span { display: block; }
a.watchLiveLink span::before {
  	content: "\f0c8";
    -webkit-animation: blink .75s linear infinite; -moz-animation: blink .75s linear infinite;	-ms-animation: blink .75s linear infinite; -o-animation: blink .75s linear infinite; animation: blink .75s linear infinite;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  	color: red;
    font-size: 5px;
    bottom: 4px;
    position: relative;
    margin-right: 5px;
}
.jumbotron { position: relative; }
.jumbotron .container {
    margin: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none !important;
  	width: 100%;
}
.jumbotron .img-responsive {
  max-height: 468px;
}
.swoogo-reg-progress { display: none; }
.title p.webinarSubhead {
  font-family: 'Centra No1', sans-serif;
  font-size: 26px;
  color: #333;
  font-weight: 300;
  line-height: 31px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 20px;
}
.title p.webinarSubhead b, .title p.webinarSubhead strong {
  font-weight: 700;
}
.mainEventTime {
  font-size: 24px;
}
.webinarDate {
    font-size: 30px;
    font-family: 'Centra No1', sans-serif;
    color: #9ad6db;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.webinarDate span.timezone {
  font-size: 20px;
  text-transform: uppercase;
}
.sponsored {
  	color: #b2bbc4;
    font-family: 'Centra No1', sans-serif;
  	font-weight: normal;
  	text-transform: uppercase;
  	letter-spacing: .13em;
  	font-size: 10.5px;
  	line-height: 12px;
}
.benefits li:before {
	width: 26px;
    height: 30px;
    position: absolute;
    display: block;
    content: '\2022';
    text-indent: -999999px;
    left: 20px;
    background-repeat: no-repeat;
    background-image: url(https://assets.swoogo.com/themes/5e9f469011127/bullet-arrow.png);
    background-size: 26px;
    background-position: 0px 1px;
}
.benefits {
  list-style-type: none;
}
.benefits li {
  margin-top: 16px;
}

/* Speakers */
.speakers {
  background-color: #00C3FF;
  padding: 50px 0 15px 0;
  background-image: url(https://assets.swoogo.com/themes/601d6cf9a5389/icons-bg-spkrs-black.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 2940px;
  margin-bottom: 80px;
}
.speakers .title, .content-section > .content .title p,
.speakers p { color: #FBB9C2; }
.swoogo-speakers.layout-custom { border: none; }


.speakers .container { padding-right: 0; padding-left: 0; }
.swoogo-speakers.layout-custom .list-view .text-center { display: none; }

.swoogo-speakers.layout-custom .list-view {display: flex;flex-flow: row wrap;justify-content: space-between;justify-content: space-evenly;align-items: stretch;align-content: center; max-width: 1200px; margin: 0 auto;}

    .swoogo-speakers.layout-custom .list-view .speakerBlock {flex: 0 0 100%;flex-flow: column nowrap;display: flex;justify-content: flex-start;padding: 0px;}
    .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-image {width: calc(100% + 4px);height: 280px;overflow: hidden;background-repeat: no-repeat;background-size: cover;background-position: center center;-webkit-filter: grayscale(100%);filter: grayscale(100%);transition: filter 300ms ease;}
    .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-image:hover {-webkit-filter: grayscale(0%);filter: grayscale(0%);}
    .swoogo-speakers.layout-custom .list-view .speakerBlock > div {flex: 0 0 auto;}
    .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data {
    	padding: 5px 0px 30px;text-align: left;width: 100%;line-height: 1.25;
    	-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
    }
    .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-name,
	.swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-name > a {
        color: #fff !important;
      	text-decoration: none;
      	font-size: 23px;
      	line-height: 24px;
      	transition: .25s all ease-in-out;
		font-style: normal;
		font-weight: 700;
      	text-transform: uppercase;
        letter-spacing: .12em;
        }
    .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-name {padding-bottom:7px;padding-top:5px;}
    .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-job,
    .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-company {
        color: #9ad6db;
    	font-size: 20px;
		line-height: 24px;
    	font-weight: 300;
    }
    .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-company {
    	font-weight: 700;
    }
    .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-name > a:hover {opacity: .75;}
    .speaker-v2-alt-btn-wrap {text-align: center;padding-bottom: 20px;padding-top: 20px;}
    @media (min-width: 400px) {
        .swoogo-speakers.layout-custom .list-view .speakerBlock {flex: 0 0 50%;}
    }
    @media (min-width: 768px) {
        .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-image {width: 100%;}
        .swoogo-speakers.layout-custom .list-view .speakerBlock {flex: 0 0 33.33%;}
    }
    @media (min-width: 992px) {
        .swoogo-speakers.layout-custom .list-view .speakerBlock {flex: 0 0 20%;}
    }
.speakerBlock {
    max-width: 176px;
    margin: 6px 4px 0;
}
.speakerImg {
  	width: 175px;
    height: 175px;
    background-size: cover;
}


/* Countdown timer
--------------------------------------------------------------------------------*/
.swoogo-countdown {
    max-width: 300px;
    margin: 0 auto;
}
.countdown-row {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
}
.countdown-amount {
  	font-family: 'Centra No1', sans-serif;
    color: #fbb9c2;
/*    border: solid 1px #fbb9c2;
    padding: 0 10px; */
}
.countdown-period {
  	font-family: 'Centra No1', sans-serif;
  	font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #fbb9c2;
/*    padding-top: 8px; */
  margin-top: -8px;
}


/* Pop Ups
--------------------------------------------------------------------------------*/

.modal-header {
  border: none;
  padding: 15px 15px 0 0;
}
.modal-header button {
    position: absolute;
    right: 18px;
    z-index: 9999999;
}
.modal-title { display: none; }
.modal-body.content { font-weight: 300; }

.modal .img-thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
}
.modal .swoogo-speaker-info > div {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 0 !important;
}

.modal-body .speaker.more-info-title.field-contact_fullName,
.modal-body .speaker.more-info-title.field-contact_job_title,
.modal-body .speaker.more-info-title.field-contact_company,
.modal-body .speaker.more-info-title.field-contact_bio,
.modal-body .session.more-info-title.field-name,
.modal-body .session.more-info-title.field-start_time,
.modal-body .session.more-info-title.field-description {
  display: none;
}
.modal-body .speaker.more-info-data.field-contact_fullName {
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-bottom: 0px !important;
    margin-top: 167px;
  	font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 36px;
	line-height: 50px;
    color: #000;
}
.modal-body .session.more-info-data.field-name  {
  	font-weight: 700;
  	color: #000;
    font-size: 1.5em;
    line-height: 1em;
}
.modal-body .session.more-info-data.field-start_time {
  color: #ff0094;
  	font-weight: 600;
}
.modal-body .session.more-info-title.field-speakersLinks {
  	color: #4a154b;
  	margin-top: 25px;
}
.modal-body .speaker.more-info-data.field-contact_job_title,
.modal-body .speaker.more-info-data.field-contact_company {
	font-weight: 300;
	margin-bottom: 0 !important;
	color: #000;
}
.modal-body .speaker.more-info-data.field-contact_company {
	font-weight: 700;
}
.modal-body .speaker.more-info-data.field-contact_bio {
	margin: 50px 0;
}
.modal-body .speaker.more-info-data.field-contact_bio br {
  display:block; content:""; margin-top:1em; line-height:200%; vertical-align:top;
}


@media (max-width: 991px) {
	.modal .swoogo-speaker-info > div {
		flex-direction: column-reverse;
	}
  .modal .swoogo-speaker-info > div div { width: 100%; }
  .modal-body .speaker.more-info-data.field-contact_fullName { margin-top: 20px; }
  .modal .img-thumbnail { margin: 0; }
  .modal-body .session.more-info-data.field-name  { max-width: none; }
}


/* Forms
--------------------------------------------------------------------------------*/
div.required label.control-label:first-child::after { color: #00c3ff;}


/* Short Banner */
.shortBanner {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 50px;
  color: #000;
  font-family:'Centra No1', sans-serif;
  font-style: normal;
}
.shortBanner .paragraph p:not(.webinarDate) {
  font-weight: 900;
  letter-spacing: 0.12em;
}
.shortBanner .paragraph p {
  font-family: 'Centra No1';
  color: #9ad6db;
}
.shortBanner .title, .shortBanner .title p {
  color: #000000;
  font-family:'A2Beckett', sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 300;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 39px;
  letter-spacing: 0.08em;
}
.shortBanner .webinarDate { font-size: 20px; line-height: 26px; }
@media (max-width: 580px) {
  .shortBanner .title, .shortBanner .title p {
    font-size: 32px;
	line-height: 30px;
  }
  .shortBanner .webinarDate {
    font-size: 16px;
    line-height: 20px;
    max-width: 300px;
    margin: 0 auto!important;
  }
  .mobile-logo {
    height: auto;
  }
}



/* InGo
----------------------------------------------------*/

.ingo_login_widget .ingo_login_widget_header {
	color: #333 !important;
	font: 600 18px/1em 'Centra No1' !important;
    display: none !important;
}
.ingo_login_widget .ingo_login_widget_subheader, .ingo_login_widget .ingo_login_widget_manual_link {
	color: #333 !important;
	font: 300 17px/20px 'Centra No1' !important;
}
.ingo_login_widget .ingo_login_widget_subheader {
	margin-bottom: 30px !important;
    display: none !important;
}
.ingo_login_widget {
	border: none !important;
	background-color: transparent !important;
	width: auto !important;
	padding: 0 !important;
}
.swoogo-ingo-login div:first-child {
	width: auto !important;
}
.ingo_login_widget_social_button_icon {
	background-color: #000 !important;
}
.ingo_login_widget .ingo_login_widget_social_button_facebook, .ingo_login_widget .ingo_login_widget_social_button_linkedin, .ingo_login_widget .ingo_login_widget_social_button_twitter {
	width: 361px !important;
	margin: 10px auto !important;
	background-color: #2E3192 !important;
}
.ingo_login_widget .ingo_login_widget_social_button_facebook:hover, .ingo_login_widget .ingo_login_widget_social_button_linkedin:hover, .ingo_login_widget .ingo_login_widget_social_button_twitter:hover {
	background-color: #5759a8 !important;
}
.ingo_login_widget .ingo_login_widget_social_button_facebook:hover .ingo_login_widget_social_button_icon, .ingo_login_widget .ingo_login_widget_social_button_linkedin:hover .ingo_login_widget_social_button_icon, .ingo_login_widget .ingo_login_widget_social_button_twitter:hover .ingo_login_widget_social_button_icon {
	background-color: #3E5366 !important;
}
.ingo_login_widget_social_button_text {
	font: 700 26px/70px 'Centra No1' !important;
	text-transform: uppercase !important;
	letter-spacing: 0.12em !important;
    color: #9AD6DB !important;
}
.ingo_login_widget .ingo_login_widget_hr {
	display: none !important;
}
.ingo_login_widget a.ingo_login_widget_manual_link {
	max-width: 361px !important;
	margin: 10px auto !important;
	display: block !important;
	position: relative !important;
	cursor: pointer !important;
	color: #000 !important;
	text-decoration: none !important;
	vertical-align: middle !important;
	background-color: #fff !important;
	border: solid 2px #000 !important;
	line-height: 70px !important;
	font: 400 20px/70px 'Centra No1' !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
}
.ingo_login_widget .ingo_login_widget_permissions {
	padding: 30px 0 0 0 !important;
	margin: 0 auto !important;
	max-width: 361px !important;
}
@media only print, screen and (min-width: 480px) {
	.ingo_login_widget .ingo_login_widget_permissions .ingo_login_widget_field_checkbox .ingo_login_widget_field_text {
		color: #333 !important;
		font: 300 16px/20px 'Centra No1' !important;
	}
}
.ingo_login_widget_field_tooltip_content {
	font-weight: 300 !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
}
.ingo_login_widget .ingo_login_widget_bottom {
	margin-top: 40px !important;
}
.ingo_login_widget .ingo_login_widget_bottom, .ingo_login_widget .ingo_login_widget_bottom a, .ingo_login_widget .ingo_login_widget_bottom a:hover, .ingo_login_widget .ingo_login_widget_bottom a:visited {
	color: #444 !important;
	font-weight: 300 !important;
}
.ingo_login_widget .ingo_login_widget_social_button_linkedin .ingo_login_widget_social_button_text,
.ingo_login_widget .ingo_login_widget_social_button_facebook .ingo_login_widget_social_button_text,
.ingo_login_widget .ingo_login_widget_social_button_twitter .ingo_login_widget_social_button_text {
  margin-left: 38% !important;
}
.ingo_login_widget_manual_fields {
  text-align: center !important;
}
.ingo_login_widget .ingo_login_widget_register_manual_link {
  display: inline !important;
  color: #888 !important;
  font: 300 20px/22px 'Centra No1' !important;
  text-decoration: none !important;
  border-bottom: 1px solid #888 !important;
  padding: 5px 0 5px;
}
.ingo_login_widget .ingo_login_widget_permissions .ingo_login_widget_field_checkbox { text-align: center !important; }

/* CONFIRMATION WIDGET */

.ingo_social_widget {
	border-color: #000 !important;
	border-width: 2px !important;
}
.swoogo-line {
	margin-left: -15px !important;
	margin-right: -15px !important;
}


/* Responsive */
@media all and (min-width:768px) {
 /*   .navbar {min-height:100px;display: flex;align-items: center;}
    .navbar > .container {flex: 1 0 auto;display: flex;align-items: center;}
    .navbar > .container > .navbar-header {flex: 0 0 auto;}
    .navbar > .container > #navbar {flex: 1 1 auto;}
 */   .header .paragraph {/*font-size: 24px;*/}
    .swoogo-nav {/*float:right;width:auto;*/display: flex;justify-content: flex-end;flex-flow: row wrap;align-items: center;}
    .swoogo-nav > li > a {margin: 0px 10px 0px 0px;}
    .swoogo-reg-progress .steps > li > a.step > .number {padding: 12px 15px 13px 15px;}
    .swoogo-nav > li > a:hover::after {width: 100%;}
}
/* @media screen and (min-width:992px) {
    .site-background {background-attachment: fixed;}
} */

.site-background {
    background-image: url(https://assets.swoogo.com/themes/601d6cf9a5389/icons-bg-landing-black.png);
    background-size: 2940px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media all and (max-width:768px) {
  	.site-background {
		background-image: url(https://assets.swoogo.com/themes/601d6cf9a5389/icons-bg-mob-black.png);
      	background-size: cover;
	}
  .header .swoogo-image img { width: 50vw; height: auto; max-height: none!important; }
  #header-wrap { height: auto; padding: 45vw 0; }
}

@media all and (max-width:589px) {
  p, li { font-size: 16px; line-height: 22px; }
  .title, .title p { font-size: 42px; line-height: 39px; }
  .webinarDate { font-size: 20px; line-height: 26px; }
  .title p.webinarSubhead {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .speakers {
    background-size: 1740px;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-name, .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-name > a {
    font-size: 20px;
    line-height: 20px;
  }
  .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-job, .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-company {
    font-size: 17px;
    line-height: 20px;
  }
  .ingo_login_widget .ingo_login_widget_register_manual_link { font-size:16px !important; }
}

/*speaker pages  20-10-2021 */

.speaker-section .container{max-width:850px !important;}
.speaker-section .speakers-custom-v2 .speaker {flex: inherit;padding: 0px 10px;width: 25%; text-align: left;
align-items: flex-start;}
.speaker-section .speakers-custom-v2{margin:20px -10px 0px;}
.speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-name > a{font-size:18px;line-height:18px; letter-spacing: 1.8px;
  color: #2E3192;}
.speaker-section  .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-name{text-align:left;}
.speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-job{color:#222222; letter-spacing: 1.4px; font-size:14px;line-height:18px; text-align:left;}
.speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-company{color:#222222; letter-spacing: 1.4px; font-size:14px;line-height:18px; text-align:left;}
.speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-image {height: 207px;width: 175px;margin: 0px;border: 2px solid #2E3192;filter: inherit;}

.landing-page .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-name > a{font-size:18px; line-height:22px; color:#9ad6db !important;}
.landing-page .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-job{color:#fff;font-size:16px; line-height:18px;}
.landing-page .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-company{color:#fff;font-size:16px; line-height:18px;}

/*.moreinfo-links .show-details{color:#2E3192; font-size:18px;  }*/
.addcalendarlink .btn-standard{font-size:18px; padding: 12px 18px; margin-top:12px; margin-bottom:12px;}
.addcalendarlink .btn-standard:focus{color: #bbe7ea;}
.addcalendarlink .btn-standard i{display:none;}

.myagendapage.schedulepage .pagagraph-desc .show-details{font-size:14px; margin:8px 0px 12px; display:inline-block; color:#000; text-decoration:none; letter-spacing:3.5px; text-transform: uppercase; font-family: 'gt_america_monomedium', sans-serif;	}



@media all and (max-width:767px) {.speaker-section .speakers-custom-v2 .speaker{width:100%; padding: 0px 0px	;}
.speaker-section .speakers-custom-v2{margin:20px 0px 0px;}
  .speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-image{width:100%; height: 300px;}
}

/*agenda page 26-10-2021 */
.agendasection .agenda-area-content .rightagenda .addcalendarlink a {color:#0000FF; width: 110px; text-align: left;float: right;display: block; text-decoration:none;  text-transform: uppercase; font-size:16px; letter-spacing: 3.2px; font-family: 'GT America Mono bold', sans-serif; }


/*new theme work start */
/***************** 16-02-2022 ***********/
@font-face {
    font-family: 'centra_no2-book';
    src: url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2-webfont.eot');
    src: url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2-webfont.woff2') format('woff2'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2-webfont.woff') format('woff'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2-webfont.ttf') format('truetype'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2-webfont.svg#centra_no2book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'centra_no2-medium';
    src: url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_medium-webfont.eot');
    src: url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_medium-webfont.woff2') format('woff2'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_medium-webfont.woff') format('woff'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_medium-webfont.ttf') format('truetype'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_medium-webfont.svg#centra_no2medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'centra_no2-bold';
    src: url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_bold-webfont.eot');
    src: url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_bold-webfont.woff2') format('woff2'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_bold-webfont.woff') format('woff'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_bold-webfont.ttf') format('truetype'),
         url('https://assets.swoogo.com/themes/61ef3fdc188fd/centra_no2_bold-webfont.svg#centra_no2bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*font section */
.eventcalender-page .container{max-width:1170px !important;}
.myagendapage .myagenda-section{padding:46px 0px 0px;}
.myagendapage .myagenda-section .heading-title .swoogo-title h2 { color: #000000;font-size: 30px;display: block;margin: 0px !important; padding: 0px 0px 36px;
line-height: 40px; letter-spacing: 9px;text-transform: uppercase;font-family: 'GT America Mono bold', sans-serif;font-weight: 700;}
.myagenda-section .container {max-width: 1170px !important;}
body.myagendapage {font-family: 'GT America Mono', sans-serif;}

 .myagendapage .agenda-area-content .start-time{list-style: none;position: relative; text-transform: uppercase;color: #4D4D4D;
 font-size: 14px;line-height: 20px;letter-spacing: 2.1px;font-family: 'gt_america_monomedium', sans-serif; width: 20%;  padding-right:20px; padding-top:3px;}
.myagendapage .agenda-title h2{margin:0px !important; padding-bottom:0px;}
.myagendapage .agenda-title h2 p > strong:first-child{margin:0px 0px 10px; color:#000; padding:0px; display:block; font-size:20px; line-height:28px; letter-spacing:6px; text-transform: uppercase; 
  font-family:'GT America Mono bold', sans-serif; font-weight:700;}
.myagendapage .agenda-title h2 p{margin:0px; padding:0px; color:#4D4D4D; font-size:16px; line-height:24px; letter-spacing:0.4px; font-weight: 400; font-family: 'Centra No1', sans-serif;  }
.myagendapage .agenda-title h2 p > strong:first-child + br{display:none;}
.myagendapage .pagagraph-desc p{margin:0px; padding:0px; color:#4D4D4D; font-size:16px; line-height:24px; letter-spacing:0.4px; font-style: italic; font-family: 'Centra No1', sans-serif;  }	
.myagendapage .addcalendarlink .btn-standard{padding: 11px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;min-width: 240px; margin:0px !important;	}
.myagendapage .addcalendarlink .btn-standard:hover{color: #1EFFD3;background: #000;}
.myagendapage .right-agenda {display: flex; justify-content: space-between;}
 .myagendapage .agenda-area-content .middlecontent {width: 57%;  padding-right:20px;}
.myagendapage  .addcalendarlink {width: 23%;text-align: right;}
.myagendapage  .agenda-section {border-bottom: 1px solid #ddd;padding: 0px 0px 40px;margin-bottom: 50px;}
.myagendapage .modal-footer .btn-standard{padding: 15px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;margin:0px !important;	}
.myagendapage .modal-footer .btn-standard:hover{color: #1EFFD3;background: #000;}
.myagendapage .swoogo-agenda .show-more-faq {font-size: 14px;text-align: center;color: #000;text-decoration: none;letter-spacing: 2.8px;width: 200px;
margin: 0px auto 50px;display: block;text-transform: uppercase;font-family: 'gt_america_monomedium', sans-serif;}
.eventpage .modal-footer .btn-standard{padding: 15px 20px;border-radius: 6px;color: #1EFFD3;background: #000;
font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;margin:0px !important;	}
.eventpage .modal-footer .btn-standard:hover{color: #1EFFD3;background: #000;}


.schedulesection .moreinfo-links{margin:8px 0px 12px;}
.schedulesection .moreinfo-links{width: 20%;text-align: right;}
.myagendapage.schedulepage .agenda-area-content .start-time{width: 25%;}
.schedulesection .moreinfo-links .show-details.btn-standard{padding:0px;border-radius: 0px;color: #000;background: #fff;
font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;min-width: 106px; margin:0px !important;	}
/*.schedulesection .moreinfo-links .show-details.btn-standard{padding: 11px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;min-width: 106px; margin:0px !important;	}
.schedulesection .moreinfo-links .show-details.btn-standard:hover{color: #1EFFD3;background: #000;}*/


.myspeaker-section{padding:55px 0px;}
.myspeaker-section .heading-title .swoogo-title h2 { color: #000000;font-size: 30px;display: block;margin: 0px !important; padding: 0px 0px 36px;
line-height: 40px; letter-spacing: 9px;text-transform: uppercase;font-family: 'GT America Mono bold', sans-serif;font-weight: 700;}
.myspeaker-section .container {max-width: 1170px !important;}
.myspeaker-section.speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-name .show-details {font-size: 14px;text-decoration: none;
  display: inline-block;padding-top: 0px;text-transform: uppercase;line-height: 20px;letter-spacing: 3.5px;font-family: 'GT America Mono bold', sans-serif;font-weight: 700;
color: #000;}
.myspeaker-section.speaker-section .speakers-custom-v2 .speaker{width: 20%;}
.myspeaker-section.speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-image{border: 2px solid #1EFFD3;}
.myspeaker-section.speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-job {text-align: left;color: #222222;text-transform: uppercase;
font-size: 14px;letter-spacing: 3.5px;font-family: 'gt_america_monomedium', sans-serif; line-height:17px;}
.myspeaker-section.speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-company {text-align: left;color: #222222;text-transform: uppercase;
font-size: 14px;letter-spacing: 3.5px;font-family: 'gt_america_monomedium', sans-serif; line-height:17px;}
.myspeakerpage .modal-footer .btn-standard{padding: 15px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;margin:0px !important;	}
.myspeakerpage .modal-footer .btn-standard:hover{color: #1EFFD3;background: #000;}
.myspeakerpage .myspeaker-section.speaker-section .show-more-faq {font-size: 14px;text-align: center;color: #000;text-decoration: none;letter-spacing: 2.8px;width: 200px;
margin: 30px auto 30px;display: block;text-transform: uppercase;font-family: 'gt_america_monomedium', sans-serif;}
.myspeakerpage  .myspeaker-section.speaker-section .speakers-custom-v2{justify-content: flex-start;}

.homepage-landingpage .banner-section{background-image: url(https://assets.swoogo.com/themes/6209cb14cbb1e/banner-image-new.svg); min-height:712px; position: relative;
background-repeat:repeat;background-position: center top;  background-size: 100%; }
.homepage-landingpage .banner-section .v_18507168.swoogo-image {margin-top:60px ;}
body.homepage-landingpage {	font-family: 'GT America Mono', sans-serif;}
.homepage-landingpage  .container{max-width:1170px !important;}
.homepagesection-content{padding:50px 0px 20px;}
.homepagesection-content p.datename{color:#000; font-size:14px;letter-spacing:3.5px; display:block; text-align:center; font-family: 'gt_america_monomedium', sans-serif; text-transform: uppercase;}
.homepagesection-content .v_18474802.swoogo-button{text-align:center; margin-top:30px; margin-bottom:26px;}
.homepagesection-content .v_18474802.swoogo-button .btn-standard{padding: 11px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
	font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;min-width: 240px;	}
.homepagesection-content .v_18474802.swoogo-button .btn-standard:hover{color: #1EFFD3;background: #000;}
.homepagesection-content .countdown-amount{font-size: 60px; font-family: 'GT America Mono bold', sans-serif; font-weight: 700;letter-spacing: 6.73px;
color: #080A01;}
.homepagesection-content .countdown-period{ font-family: 'gt_america_monomedium', sans-serif; letter-spacing: 2.8px;
color: #080A01; text-transform: uppercase; font-size:14px; font-weight:normal}
.homepagesection-content .swoogo-countdown{max-width: 410px; margin-bottom:60px; margin-top:40px;}
.homepagesection-content .v_18474774.swoogo-text p{color:#4D4D4D; font-size:16px; line-height:24px; display: block; margin:0px; padding:0px 0px 16px; letter-spacing:0.4px; }
.homepagesection-content .v_18474774.swoogo-text{margin-bottom:50px;}
.homepagesection-content .v_18474774.swoogo-text p:first-child{margin-bottom:20px;}


.homepagesection-content .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-name .show-details {font-size: 14px;text-decoration: none;
  display: inline-block;padding-top: 0px; line-height: 20px;letter-spacing: 3.5px;font-family: 'GT America Mono bold', sans-serif;font-weight: 700;
color: #fff; margin-bottom:10px;}
.homepagesection-content .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-name .show-details:hover{color:#1EFFD3}
.homepagesection-content .speakers-custom-v2 .speaker{width: 20%; flex: inherit;padding: 0px 10px;text-align: left;align-items: flex-start;}
.homepagesection-content .speakers-custom-v2 .speaker .speaker-v2-alt-image{border: 2px solid #1EFFD3; height: 207px;width: 175px;margin: 0px;filter: inherit;}
.homepagesection-content .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-job {text-align: left;color: #fff; 
font-size: 14px;letter-spacing: 3.5px;font-family: 'gt_america_monomedium', sans-serif;}
.homepagesection-content .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-company {text-align: left;color: #fff;
font-size: 14px;letter-spacing: 3.5px;font-family: 'gt_america_monomedium', sans-serif;}
.homepage-landingpage .modal-footer .btn-standard{padding: 8px 20px; color: #000; background: #00C3FF; height: 40px; min-width: 210px; border-radius: 100px; font-family: 'centra_no2-bold', sans-serif; font-weight: normal; font-size: 16px; letter-spacing: 0px;}
.homepage-landingpage .modal-footer .btn-standard:hover{color: #000; background: #feed01;}
.homepage-landingpage .myspeaker-section.speaker-section .show-more-faq {font-size: 14px;text-align: center;color: #000;text-decoration: none;letter-spacing: 2.8px;width: 200px;
margin: 30px auto 30px;display: block;text-transform: uppercase;font-family: 'gt_america_monomedium', sans-serif;}
.homepagesection-content .speakers-custom-v2{justify-content: flex-start;}
.homepagesection-content .speakers{background-image: inherit; margin-bottom: 45px;}
body.homepage-landingpage .speakers h2.title{color:#1EFFD3; font-size:30px; display: block; margin:0px !important; padding:0px 0px 16px; line-height:40px; letter-spacing:9px; text-transform: uppercase;}
.homepagesection-content .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-name{text-align:left; padding-bottom: 0px;}
.homepagesection-content .speakers .swoogo-button .btn-standard{padding: 11px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
	font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;min-width: 276px;	}
.homepagesection-content .speakers .swoogo-button .btn-standard:hover{color: #000;background: #fff;}
.homepagesection-content .register-form h2.title{text-align:center; padding-bottom:0px; color:#000; font-size:30px; display: block; margin:0px !important; padding:0px 0px 16px; line-height:40px; letter-spacing:9px; text-transform: uppercase;}
.homepagesection-content  .v_18474796.swoogo-text p{color:#4D4D4D; font-size:16px; line-height:24px; display: block; margin:0px; padding:0px 0px 0px; letter-spacing:0.4px; }

.homepagesection-content .register-form .ingo_login_widget .ingo_login_widget_social_button_facebook, 
.homepagesection-content .register-form .ingo_login_widget .ingo_login_widget_social_button_linkedin, 
.homepagesection-content .register-form .ingo_login_widget .ingo_login_widget_social_button_twitter {width: 212px !important; border-radius: 6px;margin: 10px auto !important;background-color: #000 !important;
height: 48px !important; padding-left: 84px;}
.homepagesection-content .register-form .ingo_login_widget a .ingo_login_widget_social_button_icon {width: 48px;height: 100%;background-color: #1EFFD3 !important;
border-radius: 4px 0px 0px 4px;/*border: 1px solid #000;*/}
.homepagesection-content .register-form .ingo_login_widget a .ingo_login_widget_social_button_icon svg{top: 0px;left: 0px;margin-left: 0px;margin-top: 0px;height: 20px;width: 20px;
 margin: auto;bottom: 0px;right: 0px; fill: #000;}
.homepagesection-content .register-form .ingo_login_widget_social_button_text {font: 400 14px/20px 'GT America Mono', sans-serif !important;
text-transform: uppercase !important;letter-spacing: 3.5px !important;color: #fff !important;margin: 0px !important;padding-top: 14px !important;display: block !important;}
.homepagesection-content .register-form .ingo_login_widget_manual_fields{padding-top:8px;}
.homepagesection-content .register-form .ingo_login_widget_manual_fields a{color:#000 !important; font-size:16px !important; line-height:24px !important;  display:inline-block !important;
  margin:0px; padding:0px 0px 0px; letter-spacing:0.4px; text-decoration: none !important;
border-bottom: #333 solid 1px !important; }
/*.homepagesection-content .register-form .ingo_login_widget_permissions, .homepagesection-content .register-form .ingo_login_widget_bottom{display:none;}
*/
.agendainformation .paragraph-content  p { color: #4D4D4D; font-size: 20px;line-height: 30px;
 display: block;margin: 0px;padding: 0px 0px 22px;letter-spacing: 0.5px;}

.agendainformation .btn-standard{padding: 11px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
	font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;min-width: 276px;	}
.agendainformation .btn-standard:hover{color: #1EFFD3;background: #000;}
.agendainformation .swoogo-button{margin-bottom:40px;}

.banner-area .swoogo-cols .swoogo-video2 .widget-container.resized {height: 203px;width: 334px !important;border: 2px solid #fff;z-index: 999;}


#swoogo-modal .swoogo-ingo-login .ingo_login_widget .ingo_login_widget_social_button_facebook, 
#swoogo-modal .swoogo-ingo-login .ingo_login_widget .ingo_login_widget_social_button_linkedin, 
#swoogo-modal .swoogo-ingo-login .ingo_login_widget .ingo_login_widget_social_button_twitter {width: 212px !important; border-radius: 6px;margin: 10px auto !important;background-color: #000 !important;
height: 48px !important; padding-left: 84px;}
#swoogo-modal .swoogo-ingo-login .ingo_login_widget a .ingo_login_widget_social_button_icon {width: 48px;height: 100%;background-color: #b3b3b3 !important;
border-radius: 4px 0px 0px 4px;/*border: 1px solid #000;*/}
#swoogo-modal .swoogo-ingo-login .ingo_login_widget a .ingo_login_widget_social_button_icon svg{top: 0px;left: 0px;margin-left: 0px;margin-top: 0px;height: 20px;width: 20px;
 margin: auto;bottom: 0px;right: 0px; fill: #000;}
#swoogo-modal .swoogo-ingo-login .ingo_login_widget_social_button_text {font: 400 14px/20px 'GT America Mono', sans-serif !important;
text-transform: uppercase !important;letter-spacing: 3.5px !important;color: #fff !important;margin: 0px !important;padding-top: 14px !important;display: block !important;}
#swoogo-modal .swoogo-ingo-login .ingo_login_widget_manual_fields{padding-top:8px;}
#swoogo-modal .swoogo-ingo-login .ingo_login_widget_manual_fields a{color:#000 !important; font-size:16px !important; line-height:24px !important;  display:inline-block !important;
  margin:0px; padding:0px 0px 0px; letter-spacing:0.4px; text-decoration: none !important;
border: none !important; }
/*#swoogo-modal .swoogo-ingo-login .ingo_login_widget_permissions, #swoogo-modal .swoogo-ingo-login .ingo_login_widget_bottom{display:none;}*/
.topstrip-bar{background-color:#B3B3B3; position: relative; z-index: 999;}
.topstrip-bar .paragraph{font-family: 'GT America Mono bold', sans-serif;
font-weight: 700; font-size:12px; letter-spacing:3px;  text-transform: uppercase ;color:#000; text-align: center; line-height: 23px;}

.myspeakerpage .myspeaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-data{max-width:175px;}

.eventcalender-page .modal-footer .btn-standard{padding: 15px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;margin:0px !important;	}
.eventcalender-page .modal-footer .btn-standard:hover{color: #1EFFD3;background: #000;}
.eventcalender-page .session.more-info-data.field-speakersImages.mb-large img{width: auto !important; border: 2px solid #1EFFD3;
padding: 0px;}
.schedulepage  .session.more-info-data.field-speakersImages.mb-large img{width: auto !important; border: 2px solid #1EFFD3;
padding: 0px;}



/* login page */
.signpage .widget{border:none !important;}
.signpage-section .swoogo-cols .row{margin:0px; display:flex; /*min-height:600px;*/}
.signpage-section .swoogo-cols .row > div{padding:0px;}
.signpage-section .swoogo-cols .row .col-sm-9{padding: 0;}
.signpage-section .swoogo-cols .row .col-sm-9 .swoogo-image img {width:100%;}
.signpage-section .swoogo-cols .row .col-sm-3{padding:42px }
.signpage-section .col-sm-3 .swoogo-title  h2 {color:#000000; font-size:30px; display: block; margin:0px !important; padding:0px 0px 26px; line-height:40px; letter-spacing:9px; 
  text-transform: uppercase; font-family: 'GT America Mono bold', sans-serif;font-weight: 700;}
.signpage-section .col-sm-3 .swoogo-text .paragraph p{color:#4D4D4D; font-size:16px; line-height:24px; display: block; margin:0px; padding:0px 0px 16px; font-family: 'Centra No1', sans-serif; }
.signpage-section .col-sm-3 .btn-standard{display:block; min-width: 100%; margin: 0px;}
.signpage-section .col-sm-3 .swoogo-text .paragraph p a{font-weight:700; color:#4D4D4D;}
.signpage-section .swoogo-login-form .form-control{height:50px; border-radius:0px; border:1px solid #000; font-size:16px; color:#4D4D4D;}
.signpage-section .swoogo-login-form .form-group.field-registrantloginform-password{margin-bottom:0px;}
.signpage-section .swoogo-login-form label{display:none;}
.signpage-section .swoogo-login-form  .form-group {margin-bottom: 25px;}
.signpage-section  .forgetpass a{margin:0px 0px 30px !important; font-family: 'gt_america_monomedium', sans-serif; font-weight:400; padding:0px 0px 0px; color:#000; 
  font-size:14px; display: inline-block; line-height:22px; letter-spacing:2.8px; text-transform: uppercase;}
.signpage-section  .forgetpass{font-family: 'gt_america_monomedium', sans-serif; font-weight:400; color:#000; font-size:14px;  line-height:22px; letter-spacing:2.8px;}
.signpage-section .swoogo-login-form .has-error .form-control{border:1px solid #843534;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;}
.signpage-section .swoogo-login-form .form-control::placeholder{opacity:1; color:#4D4D4D;}
.signpage-section .video-controls-container{display:none !important;}
.signpage-section .swoogo-login-form .help-block{font-size:14px;}
.signpage-section video{pointer-events: none;}
.signpage-section .swoogo-button-group{margin-top:22px;}
.signpage-section .swoogo-btn-group .btn-standard{padding: 11px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
	font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;min-width: 240px;	}
.signpage-section .swoogo-btn-group .btn-standard:hover{color: #1EFFD3;background: #000;}

.registerformpage .shortBanner .swoogo-title h2 {color:#000000; font-size:30px; display: block; margin:0px !important; padding:0px 0px 16px; line-height:40px; letter-spacing:9px; 
  text-transform: uppercase; font-family: 'GT America Mono bold', sans-serif;font-weight: 700;}
.registerformpage .shortBanner .swoogo-title h2 p{color:#000000; font-size:30px; display: block; margin:0px !important; padding:0px 0px 0px; line-height:40px; letter-spacing:9px; 
  text-transform: uppercase; font-family: 'GT America Mono bold', sans-serif;font-weight: 700;}
.registersection{padding-bottom:60px;}

.registersection .btn-standard{padding: 11px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
	font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;min-width: 240px;	}
.registersection .btn-standard:hover{color: #1EFFD3;background: #000;}
.registerformpage #registrant-form{min-height:auto; display: block;}


/*video on demand */

.video-demandpage .agenda-btn-info .btn-standard{padding: 11px 20px;border-radius: 6px;color: #000;background: #1EFFD3;
	font-family:'GT America Mono bold', sans-serif;font-weight: 700;font-size: 14px;text-transform: uppercase;letter-spacing: 3.5px;min-width: 240px;	}
.video-demandpage .agenda-btn-info .btn-standard:hover{color: #1EFFD3;background: #000;}

.videopopup-section  .v_17161484.swoogo-cols {position: fixed;top: 0;left: 0;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s; background-color:rgba(0,0,0,0.90); z-index: 999999;
}
.videopopup-section .v_17161484.swoogo-cols.open{overflow-x: hidden; overflow-y: auto; display: block;}
.videopopup-section .v_17161484.swoogo-cols .row{max-width: 990px;margin:70px auto 100px; position: relative;width: auto;}
.videopopup-section .v_17161484.swoogo-cols .row .col-sm-12 {position: relative; padding: 10px; display: flex; flex-direction: column; width: 100%;
    pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; outline: 0; z-index: 9999;}
.videopopup-section .v_17161484.swoogo-cols .row .col-sm-12 .swoogo-iframe iframe { height: 540px !important; width:100% !important; vertical-align: top;}
.closemenu {position: absolute;top: -35px;right: 0px;background-color: transparent;border: none;color: #00C3FF;font-size: 27px;}
.video-demandpage.scrollstop{overflow:hidden;}

/*video on demand */



@media (min-width:1200px) and (max-width:1250px){.signpage-section .swoogo-cols .row .col-sm-3 {padding: 30px;}}

@media (min-width:992px) and (max-width:1199px){
  .myagendapage .agenda-area-content .start-time{width: 26%;}
  .myagendapage .addcalendarlink {width: 26%;text-align: right;}
  .myagendapage .agenda-area-content .middlecontent {
	width: 48%;padding-right: 20px;}
  .signpage-section .swoogo-cols .row .col-sm-3 {padding: 10px 20px 10px;}
  .signpage-section .col-sm-3 .swoogo-title h2{font-size: 28px;padding: 0px 0px 5px;}
  .signpage-section .forgetpass a{margin-bottom:0px !important;}
  .signpage-section .swoogo-btn-group .btn-standard{min-width: auto; padding: 11px 30px;}
  .signpage-section .swoogo-login-form .form-group {margin-bottom: 15px;}
  .signpage-section .swoogo-button-group {margin-top: 10px;}
   .banner-content img{max-width:380px;}
  .homepage-landingpage .banner-section .virtualevent .paragraph p{font-size:22px;}
  
}
@media (min-width:768px) and (max-width:991px){
   .myagendapage .agenda-area-content .start-time{width: 100%; padding-right: 0px; padding-bottom: 10px;}
  .myagendapage .addcalendarlink {width: 100%;text-align: left;}
  .myagendapage .agenda-area-content .middlecontent {
	width: 100%;padding-right: 0px;}
  .myagendapage .right-agenda {display:block;}
  .myagendapage .agenda-title h2 p > strong:first-child{margin-bottom:16px;}
  .myagendapage .agenda-section{margin-bottom: 30px;}
  .myagendapage .addcalendarlink{margin-top: 15px;}
  .schedulesection .moreinfo-links{width: 100%;text-align: left;}
  .myspeaker-section.speaker-section .speakers-custom-v2 .speaker{width:25%}
   .homepagesection-content .speakers-custom-v2 .speaker{width:25%}
  .signpage-section .swoogo-cols .row .col-sm-9{width:100%;}
  .signpage-section .swoogo-cols .row .col-sm-3{width:100%; padding:20px;}
  .signpage-section .swoogo-cols .row {
    margin: 0px;
    display: block;}
  .banner-content img{max-width:300px;}
  .homepage-landingpage .banner-section .virtualevent .paragraph p{font-size:18px;}
  .homepage-landingpage.landing-page .banner-section{min-height: 300px;}
}

@media (max-width:767px){
   .myagendapage .agenda-area-content .start-time{width: 100%; padding-right: 0px; padding-bottom: 10px;}
  .myagendapage .addcalendarlink {width: 100%;text-align: left;}
  .myagendapage .agenda-area-content .middlecontent {
	width: 100%;padding-right: 0px;}
  .myagendapage .right-agenda {display:block;}
  .myagendapage .agenda-title h2 p > strong:first-child{margin-bottom:16px; letter-spacing: 4px;}
  .myagendapage .agenda-section{margin-bottom: 30px;}
  .myagendapage .addcalendarlink{margin-top: 15px;}
    .schedulesection .moreinfo-links{width: 100%;text-align: left;}
  .myspeaker-section.speaker-section .speakers-custom-v2 .speaker{width: 100%;}
 .homepagesection-content .speakers-custom-v2 .speaker{width: 100%; padding: 0px;}
  .footer-wrap.footersection .swoogo-image img {max-width: 200px;}
  .myspeaker-section .heading-title .swoogo-title h2{padding-bottom:0px;}
  .homepagesection-content .speakers-custom-v2 .speaker .speaker-v2-alt-image{width: 100%;}
  .homepage-landingpage .container {
	max-width: 100% !important;padding: 0px 15px;}
  body.homepage-landingpage .speakers h2.title{font-size:27px; letter-spacing:3.03px;}
 .homepagesection-content .register-form h2.title{padding:0px;}
 .homepagesection-content{margin-bottom:0px; padding-top:20px;}
 .homepagesection-content .countdown-amount{font-size:48px; font-family: 'GT America Mono bold', sans-serif; font-weight: 700;letter-spacing: 4.73px;
color: #080A01;}
 .homepagesection-content .swoogo-countdown {max-width: 410px;margin-bottom: 20px;margin-top: 20px;}
 .homepage-landingpage .banner-section { min-height:410px; background-size: cover; background-position: center;}
 .homepage-landingpage .banner-section .v_18507168.swoogo-image {margin-top: 20px;}
  #banner-content{padding:0px 16px;}
 .homepage-landingpage .banner-section::after {display:none;}
 .banner-area .swoogo-cols .swoogo-video2 .widget-container.resized{display:none !important;}
.myagendapage.schedulepage .agenda-area-content .start-time{width: 100%;}
.signpage-section .swoogo-cols .row .col-sm-9 .swoogo-image img {max-width: 100%;}
.signpage-section .swoogo-cols .row .col-sm-3 {padding: 20px }
.signpage-section .swoogo-cols .row{min-height: inherit; display: block;}
  .videopopup-section .v_17161484.swoogo-cols{padding:12px;}
 
.homepage-landingpage .banner-section{background-image: url(https://assets.swoogo.com/themes/6209cb14cbb1e/banner-image-new-mobile.jpg); background-repeat:repeat; background-size: auto;}	
}

.banner-area.video-banner .widget.v_18429229.swoogo-cols .row .col-sm-3 { height: 100%; } 
.banner-area.video-banner .swoogo-cols .row .col-sm-3 .swoogo-iframe div.mt-medium.mb-medium { margin-top: 0 !important; }



h2.title{color: #000; font-family:'centra_no2-bold', sans-serif; font-size: 30px; line-height: 45px; text-transform:inherit; letter-spacing: 0;}



/*ingo popup css*/
.modal-body .swoogo-title h2.title p{color: #000; text-transform: capitalize; letter-spacing: 0; font-family: 'centra_no2-bold', sans-serif; font-size: 45px; line-height: 45px; text-align: center;}
.modal-body .swoogo-text .paragraph p strong{font-family: 'centra_no2-bold', sans-serif; display: inline-block; font-weight: normal;}
.modal-body .swoogo-text .paragraph p{color: #4d4d4d; font-family: 'centra_no2-book', sans-serif; font-size: 20px; line-height: 30px; letter-spacing: 0.5px; text-align: center; margin: 0 auto; max-width: 640px; padding: 10px 0 15px 0;}

#swoogo-modal .swoogo-ingo-login .ingo_login_widget .ingo_login_widget_social_button_facebook, 
#swoogo-modal .swoogo-ingo-login .ingo_login_widget .ingo_login_widget_social_button_linkedin, 
#swoogo-modal .swoogo-ingo-login .ingo_login_widget .ingo_login_widget_social_button_twitter {width: 212px !important; margin: 5px auto !important;background-color: #000 !important;
height: 48px !important; padding-left: 84px; border-radius: 0;}
#swoogo-modal .swoogo-ingo-login .ingo_login_widget a .ingo_login_widget_social_button_icon{width: 48px;height: 100%;background-color: #00c3ff !important; border-radius: 0;}
#swoogo-modal .swoogo-ingo-login .ingo_login_widget a:hover .ingo_login_widget_social_button_icon, #swoogo-modal .swoogo-ingo-login .ingo_login_widget a .ingo_login_widget_social_button_icon:hover{background-color: #00c3ff !important;}
#swoogo-modal .swoogo-ingo-login .ingo_login_widget a .ingo_login_widget_social_button_icon svg{top: 0px;left: 0px;margin-left: 0px;margin-top: 0px;height: 20px;width: 20px;
 margin: auto;bottom: 0px;right: 0px; fill: #fff;}
#swoogo-modal .swoogo-ingo-login .ingo_login_widget_social_button_text {font-size: 14px !important; letter-spacing: 2.8px !important; line-height: 18px !important; font-family: 'centra_no2-bold', sans-serif !important; font-weight: normal !important;}
#swoogo-modal .swoogo-ingo-login .ingo_login_widget_manual_fields a {color: #00c3ff !important; text-decoration: underline !important; padding-top: 16px !important;}
#swoogo-modal .ingo_login_widget .ingo_login_widget_permissions .ingo_login_widget_field_checkbox .ingo_login_widget_field_text{color: #4d4d4d !important; font-size: 16px !important; line-height: 24px !important; letter-spacing:0 !important; font-family: 'centra_no2-book', sans-serif;}
#swoogo-modal .ingo_login_widget .ingo_login_widget_permissions .ingo_login_widget_field_checkbox input[type="checkbox"]{height: 16px; width: 16px; border: 1px solid #3E3E3E !important;}
#swoogo-modal .ingo_login_widget .ingo_login_widget_permissions .ingo_login_widget_field_checkbox{text-align: left !important;}
@media (max-width:767px){
#swoogo-modal .ingo_login_widget .ingo_login_widget_permissions .ingo_login_widget_field_checkbox .ingo_login_widget_field_text{font-size: 14px !important;}
}

/** 28-03-2022 ***/
/** speaker changes **/
.speakerpage .speaker-section h2.title{ padding-bottom:30px;}

.howtosignup-page .how-session-steps .container {
  max-width: 1300px !important;
}
.step-section.how-session-steps .swoogo-cols .paragraph{padding-top:15px;}
.step-section.how-session-steps .v_22585246.swoogo-title h2.title{font-size:40px;}
.session-selection-steps .swoogo-question .form-group .col-sm-3.control-label{width:100%; float:none;}
.session-selection-steps .swoogo-question .form-group .col-sm-9{width:100%; float:none;}
.schedule-section.session-selection-steps .show-details{min-width: 90px; text-decoration:none; display: inline-block;}
.schedule-section.session-selection-steps .agenda-table td.agenda-name {max-width: 400px;padding-right: 30px;}
.schedule-section.session-selection-steps .session .sw_input{
	height: 18px;
	width: 18px; margin: 0px;
}

.schedulepage .schedule-section.session-selection-steps .agenda-table td{vertical-align: top;}
.schedulepage  .schedule-section .agenda-table.table th.times_with_timezone {min-width: 220px;padding: 10px 30px 10px 0px;}
.session-selection-page.schedulepage .schedule-section .show-details{color: #00c3fd; margin: 0px; font-family: 'centra_no2-medium', sans-serif;}
.schedulepage .session.more-info-data.field-speakersImages.mb-large img{border: 2px solid #00c3fd;}

.v_20954853.swoogo-text .paragraph{padding-bottom:20px;}

.session-selection-page.schedulepage .schedule-section .agenda-heading th b{font-family: 'centra_no2-bold', sans-serif;}
.session-selection-page.schedulepage .schedule-section .times{text-transform: capitalize;}
.session-selection-page.schedulepage .schedule-section .agenda-table.table tbody tr.group-heading th{font-size: 30px; }
.session-selection-page.schedulepage .schedule-section .agenda-table.table tbody tr.group-heading th b{font-size:30px; font-weight:normal}
.session-selection-page.schedulepage .schedule-section .agenda-table.table tbody tr.group-heading th.more_info b{font-size:0;}

/**** 25-04-2022 ****/
.session.more-info-data.field-description p{font-style: italic;}
.viewbox-section .swoogo-cols .row .col-sm-4{position: relative; padding-bottom:80px;}
.banner-content{padding:40px 0px;}
.viewbox-section .swoogo-cols .swoogo-button {position: absolute;bottom: 25px;left: 0px;width: 100%; padding:0 35px;}


@media (min-width:768px) and (max-width:991px){
  .step-section.how-session-steps .swoogo-cols .col-sm-4 { padding: 0px 20px 0px 50px;float: left;width: 33.33%;}
  .session-filters  .multiselect-container > li > a > label > input[type="checkbox"] {margin-bottom: 5px;height: 18px;width: 18px;margin-left: 0px;left: 10px;top: 7px;}
  #w_17263016 .responsive-table:not(.no-headers) > tbody > tr > td:nth-of-type(4)::before {content: 'Time';display: none;}
  .schedulepage .schedule-section .responsive-table:not(.no-header-row) > tbody > tr > td.more_info {padding-top: 0px;}
  .schedulepage .schedule-section .more_info .show-details {display: inline-block;margin: 0px;}
    .schedulepage .schedule-section .session-filters .multiselect-container{z-index: 999;}
  header{z-index: 9999;}
  
   .schedule-section.session-selection-steps .session .sw_input{margin-top:10px; margin-left: 5px;}
    .schedule-section.session-selection-steps .responsive-table:not(.no-header-row) > tbody > tr > td{padding-left: 40px !important;}
  .schedule-section.session-selection-steps .responsive-table:not(.no-header-row) > tbody > tr > td.text-center:first-child {padding-left: 0px !important; position: absolute;top: 0px;left: 0px;}
  .schedule-section.session-selection-steps .agenda-table td:nth-of-type(4){position: absolute;top: 12px;left: 0px;}
  .schedule-section.session-selection-steps .agenda-table td.agenda-name{padding-top:36px; padding-bottom:5px}
 .schedule-section.session-selection-steps .responsive-table > tbody > tr > td::before {top: 0px;position: relative;left: 0px;padding-right: 12px;}
  .session-selection-steps #registrant-sq_1623592 table > tbody > tr > td:nth-of-type(1)::before, .session-selection-steps #registrant-sq_1623592 table > tbody > tr > td:nth-of-type(4)::before{ display:none;}
  .session-selection-steps #registrant-sq_1623592 table > tbody > tr > td:nth-of-type(2)::before  {content: ''; display:none;}
  .session-selection-steps .responsive-table .group-heading:not(:first-child) {margin-top: 0px;}
  .session-selection-steps #registrant-sq_1623592 table > tbody > tr > td:nth-of-type(5)::before {display:none;}
  .schedule-section.session-selection-steps .agenda-table.table tbody tr.group-heading th {font-size: 20px;}
  #registrant-sq_1623592 table > tbody > tr > td:nth-of-type(3)::before {
  content: 'Session Type';
}
}



@media (max-width:767px){
  .step-section.how-session-steps .swoogo-cols .paragraph{padding-top:5px;}
.step-section.how-session-steps .swoogo-spacer{display:none;}
  .step-section.how-session-steps .swoogo-button-group .swoogo-button{margin-bottom:8px;}
  .session-selection-steps .swoogo-question .row.visible-xs.text-center .agenda-filter-toggle + br{display:none;}
   .session-selection-steps .swoogo-question .row.visible-xs.text-center .agenda-filter-toggle + br + br{display:none;}
  .schedule-section.session-selection-steps .swoogo-title h2.title{margin-bottom:10px !important;}
  .schedule-section.session-selection-steps .agenda-table td.agenda-name {max-width: 100%;	padding-right: 0px;}
  .schedule-section.session-selection-steps .session .sw_input{margin-top:10px; margin-left: 5px;}
    .schedule-section.session-selection-steps .responsive-table:not(.no-header-row) > tbody > tr > td{padding-left: 40px !important;}
  .schedule-section.session-selection-steps .responsive-table:not(.no-header-row) > tbody > tr > td.text-center:first-child {padding-left: 0px !important; position: absolute;top: 0px;left: 0px;}
  .schedule-section.session-selection-steps .agenda-table td:nth-of-type(4){position: absolute;top: 12px;left: 0px;}
  .schedule-section.session-selection-steps .agenda-table td.agenda-name{padding-top:36px; padding-bottom:5px}
 .schedule-section.session-selection-steps .responsive-table > tbody > tr > td::before {top: 0px;position: relative;left: 0px;padding-right: 12px;}
  .session-selection-steps #registrant-sq_1623592 table > tbody > tr > td:nth-of-type(1)::before, .session-selection-steps #registrant-sq_1623592 table > tbody > tr > td:nth-of-type(4)::before{ display:none;}
  .session-selection-steps #registrant-sq_1623592 table > tbody > tr > td:nth-of-type(2)::before  {content: ''; display:none;}
  .session-selection-steps .responsive-table .group-heading:not(:first-child) {margin-top: 0px;}
  .session-selection-steps #registrant-sq_1623592 table > tbody > tr > td:nth-of-type(5)::before {display:none;}
  .schedule-section.session-selection-steps .agenda-table.table tbody tr.group-heading th {font-size: 20px;}
.session-selection-steps .swoogo-button-group .swoogo-button{margin-bottom:8px;}
  .registationpage .swoogo-reg-summary .responsive-table-overflow .responsive-table.table-condensed > tbody > tr > td::before {position: absolute;text-align: left;top: 6px;left: 10px;width: 100%;}
  .registationpage .swoogo-reg-summary .responsive-table-overflow .responsive-table.table-condensed:not(.no-header-row) > tbody > tr > td{padding: 29px 10px 6px !important;}
 .session-filters  .multiselect-container > li > a > label > input[type="checkbox"] {margin-bottom: 5px;height: 18px;width: 18px;margin-left: 0px;left: 10px;top: 7px;}
#w_17263016 .responsive-table:not(.no-headers) > tbody > tr > td:nth-of-type(4)::before {content: 'Time';display: none;}
.schedulepage .schedule-section .responsive-table:not(.no-header-row) > tbody > tr > td.more_info {padding-top: 0px;}
.schedulepage .schedule-section .more_info .show-details {display: inline-block;margin: 0px;}
.schedulepage .schedule-section .session-filters .multiselect-container{z-index: 999;}
header{z-index: 9999;}
.schedulepage .schedule-section .agenda-table.table tbody tr.group-heading th {padding: 0px 5px 10px;}
  .schedulepage .schedule-section .session-filters{padding-top:15px;}  
  /*.schedule-section .agenda-table td.c_750 p strong + br + strong{display:none;}*/

.session-selection-page.schedulepage .schedule-section .agenda-table.table tbody tr.group-heading th b{font-size: 30px;}
  /**** 25-04-2022 ****/
  .video-section .col-sm-8 div{min-height: 230px;}
  .landing-homepage-live.mainstage  .welcome-content{padding-top:25px;}
  .agdenda-area-content .bottom-agenda .sponsored-block{padding-top:28px;}

}

@media (max-width:399px){
  .landing-homepage-live.mainstage .content-section .nav > li > a p{font-size:14px;}
  .landing-homepage-live.mainstage .content-section .nav > li{padding-right:12px;}
  .landing-homepage-live.mainstage .content-section .nav > li:last-child{padding-right:0px;}  
}
@media (max-width:390px){
.video-section .col-sm-8 div{min-height: 220px;}
} 
@media (max-width:375px){
.video-section .col-sm-8 div{min-height: 210px;}
}
@media (min-width:1199px){
.header-nav-list{padding-right:60px !important;}
  
}

/** 28-03-2022 ***/

#swoogo-modal .modal-footer{display:none;}
.swoogo-session-info .field-date_and_time{font-family: 'centra_no2-book', sans-serif; font-size: 16px;}
.swoogo-session-info .field-c_750, .swoogo-session-info .session.more-info-data.field-c_750 p{font-family: 'centra_no2-medium', sans-serif; font-size: 20px; color:#000;}
.session.more-info-data p{color: #4D4D4D; font-size: 16px; font-family: 'centra_no2-book', sans-serif; font-weight: normal; line-height: 21px;}
.session.more-info-data p strong{display: inline-block; font-family: 'centra_no2-medium', sans-serif; font-weight: normal;}
.swoogo-session-info .field-c_750 strong, .swoogo-session-info .session.more-info-data.field-c_750 p strong{font-weight: normal;}
.swoogo-session-info .field-speakersLinks{font-family: 'centra_no2-book', sans-serif; font-size: 16px;}

.powered-by {
	display: none;
}


/*19-01-2023*/
@font-face {
    font-family: 'centra_no2-light';
    src: url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2-light.eot');
    src: url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2-light.eot?#iefix') format('embedded-opentype'),
        url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2-light.woff2') format('woff2'),
        url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2-light.woff') format('woff'),
        url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2-light.ttf') format('truetype'),
        url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2-light.svg#CentraNo2-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*.footersection .v_32622601.swoogo-image{padding: 0; display: block;}*/
.footersection .v_32622601.swoogo-image img{height: auto;}
body.homepage-landingpage .rsvp-section {padding-top: 76px;}
.rsvp-section .paragraph, .expectcontent .paragraph{font-family: 'centra_no2-book', sans-serif;}

@media (max-width:767px){
body.homepage-landingpage .rsvp-section {padding-top: 41px;}
.rsvp-section .v_34095869.swoogo-title .title{font-size: 40px; line-height: 42px;}

.header-new .header-nav-list li a {font-size: 16px !important; letter-spacing: 0 !important; font-weight: normal !important;}
}
body.mic-dinner .speaker-section {display:none;}

/****** 01-02-2023 *****/
.rsvp-section .swoogo-title .title .dinner-date{letter-spacing: 0px;color: #FEED01;text-transform: uppercase;font-size: 20px;line-height: 26px; display: block;}
.rsvp-section .btn-alternate{margin-top: 4px !important;}
.signin-section .signin-content .swoogo-button-group .v_34573202 .btn{background-color:#b3b3b3; margin-left:15px;}
.signin-section .signin-content .swoogo-button-group .v_34573202 .btn:hover{background-color:#f4f4f4;}
.signin-section .signin-content .forgot{font-family: 'centra_no2-light', sans-serif;letter-spacing: 0.32px;color: #4D4D4D;line-height: 20px; font-size:16px;}
.signin-section .signin-content .forgot a{text-decoration:underline; color: #00c3ff;}
#registrant-form .banner-section .v_34574873.swoogo-title .title{letter-spacing: 0px;color: #FEED01;text-transform: uppercase;font-size: 20px;line-height: 26px;text-align: center; 
    font-family: 'centra_no2-medium', sans-serif; padding: 0; display: block; margin: 35px 0 35px !important;}
@media (min-width:768px){
.homepage-landingpage .rsvp-section .container{max-width:765px !important;}
.homepage-landingpage .banner-content { padding-top: 50px !important; }
}

@media (min-width:768px) and (max-width:991px){
  
  .mic-dinner .banner-section .swoogo-image img{max-height:180px;}
}
@media (max-width:767px){
  .signin-section .signin-content .swoogo-button-group .btn{min-width:170px;}  
  .signin-section .signin-content .swoogo-button-group .v_34573202 .btn{margin-left:6px;}

  .regiser-section .v_32621790.swoogo-button-group .swoogo-btn-group .btn{min-width:170px;}  
  .mic-dinner.bodypad {padding-top: 100px;}
  .mic-dinner .banner-section .swoogo-image img{max-height: 130px;;}
    .mic-dinner #registrant-form .banner-section .v_34574873.swoogo-title .title{margin-bottom:0px !important; margin-top: 40px !important;}
  .mic-dinner .button-section .swoogo-button-group .swoogo-btn-group .btn{min-width:170px;}  
  .mic-dinner .button-section .swoogo-button-group .swoogo-button { margin: 0px;}
  .mic-dinner .button-section .swoogo-button-group .swoogo-button .registration-check-alert{margin-left:6px;}
  .mic-dinner .banner-section{padding-bottom:32px;}
  
}
@media (max-width:389px){
  .signin-section .signin-content .swoogo-button-group .btn{min-width:165px;}  
   .signin-section .signin-content .swoogo-button-group .v_34573202 .btn{margin-left:3px;}
   .regiser-section .v_32621790.swoogo-button-group .swoogo-btn-group .btn{min-width:165px;} 
  .mic-dinner .button-section .swoogo-button-group .swoogo-btn-group .btn{min-width:165px;}
   .mic-dinner .button-section .swoogo-button-group .swoogo-button .registration-check-alert{margin-left:3px;}
}
@media (max-width:374px){
  .signin-section .signin-content .swoogo-button-group .btn{min-width:139px;}  
    .regiser-section .v_32621790.swoogo-button-group .swoogo-btn-group .btn{min-width:139px;} 
    .signin-section .signin-content .swoogo-button-group .v_34573202 .btn{margin-left:0px;}
    .mic-dinner .button-section .swoogo-button-group .swoogo-button .registration-check-alert{margin-left:0px;}
  .mic-dinner .button-section .swoogo-button-group .swoogo-btn-group .btn{min-width:139px;}
}

/****** 01-02-2023 *****/

.homepagesection-content .swoogo-text .paragraph p.image-title {font-size: 16px;line-height: 21px;text-align: left;margin-top: 10px;margin-bottom: 10px;color: #4D4D4D;}
.v_32623025.swoogo-text a{color: #fff; text-decoration: none;}

@font-face {
    font-family: 'centra_no2medium';
    src: url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2_medium-webfont.eot');
    src: url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2_medium-webfont.woff2') format('woff2'),
         url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2_medium-webfont.woff') format('woff'),
         url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2_medium-webfont.ttf') format('truetype'),
         url('https://assets.swoogo.com/themes/6209cb14cbb1e/centra_no2_medium-webfont.svg#centra_no2medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media (min-width: 768px){
.header-nav-list{padding-right: 40px !important;}
  body.homepage-landingpage .summit-banner {padding-bottom: 45px !important; height: auto; }
  .honoree-resources-page .infosection .container {max-width: 950px !important;}
}

body.speakerpage .speaker-section .speakers-custom-v2 .speaker { width: 25% !important; }
body.speakerpage .speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-image { height: 225px !important; width: 100% !important; min-width: 225px !important; background-position: unset; }

.right-agenda .bottom-agenda{align-items: center;}

@media (max-width:767px){
body.speakerpage .speaker-section .speakers-custom-v2 .speaker {width: 50% !important; /*max-width: 170px;*/ padding: 0 10px; }
body.speakerpage .speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-image { height: 170px !important; min-width: 100% !important; }
body.speakerpage .speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-company::after { display: none; }
body.speakerpage .speaker-section .speakers-custom-v2 .speaker .speaker-v2-alt-data .speaker-v2-alt-company { padding-left: 0 }

.footersection .v_37970576.swoogo-image img{height:45px; max-width: 100%;}
.footersection .v_32622601.swoogo-image img{height:60px;}
.footersection .v_37970589.swoogo-image img{height:50px;}
  .swoogo-agenda .agenda-section { padding bottom: 18px !important; margin-bottom: 16px !important; }
}

body.vodpage.mainstage.bodypad .agdenda-area-content .bottom-agenda {position: relative;}

@media (max-width: 767px) {
body.vodpage.mainstage.bodypad .agdenda-area-content .bottom-agenda {padding-top: 40px !important;}
body.vodpage.mainstage.bodypad .bottom-agenda .partner-place {position: relative;}
}