/* Fonts
--------------------------------------------------------------------------------*/

@import url("https://use.typekit.net/kzi1ryi.css");

https://assets.swoogo.com/themes/5f05e9ee1d564/Grot12Condensed-SemiboldWEB.woff2 
@font-face {
  font-family: 'Grot12Cond';
  src: url('https://assets.swoogo.com/themes/5f05e9ee1d564/Grot12Condensed-SemiboldWEB.woff2') format('woff2'),
      url('https://assets.swoogo.com/themes/5f05e9ee1d564/Grot12Condensed-SemiboldWEB.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Grot12Cond';
  src: url('https://assets.swoogo.com/themes/5f05e9ee1d564/Grot12Condensed-BoldWEB.woff2') format('woff2'),
      url('https://assets.swoogo.com/themes/5f05e9ee1d564/Grot12Condensed-BoldWEB.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Grot12Cond';
  src: url('https://assets.swoogo.com/themes/5f05e9ee1d564/Grot12Condensed-BlackWEB.woff2') format('woff2'),
      url('https://assets.swoogo.com/themes/5f05e9ee1d564/Grot12Condensed-BlackWEB.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
/* END FONTS */

/* General Styles
--------------------------------------------------------------------------------------*/

body {
  background: #ffffff;
  font: 300 16px/25px le-monde-livre-std;
  letter-spacing: 0px;
  color: #474747;
}
:not(.footer) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: #FF3B00; }
a:hover { color: #000 }


.landing-page::before {
  background: #4d515c transparent url("menu-bg.png") repeat scroll left top;
  content: "";
  height: 130px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.landing-page .desktop-logo {
  display: none;
}

.landing-page #nav-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.landing-page #header-wrap {
  background-image: url("https://swoogo.s3.amazonaws.com/themes/59e7a43113fc2/Inc5000_swoogo_header_desktop_background.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .landing-page #header-wrap {
    padding-top: 92px;
  }
}

.landing-page #header-wrap .header-image {
  width: 100%;
}

@media (max-width: 768px) {
  .landing-page #header-wrap .header-image.desktop {
    display: none;
  }
}

.landing-page #header-wrap .header-image.mobile {
  display: none;
}

@media (max-width: 768px) {
  .landing-page #header-wrap .header-image.mobile {
    display: block;
  }
}

.landing-page .site-background {
  background-color: #474a52;
  background: url("main-bg.jpg") no-repeat fixed center top auto;
  background-image: url("main-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100%;
}

.landing-page #banner {
  text-align: center;
}

.landing-page .main-topper {
  padding-top: 75px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .landing-page .main-topper {
    padding-top: 20px;
  }
}

.landing-page .main-topper .items-row {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .landing-page .main-topper .items-row {
    flex-direction: column;
  }
}

.landing-page .main-topper .tickets-button {
  margin-top: 20px;
}

.landing-page .main-topper .tickets-button .btn,
.landing-page .main-topper .tickets-button-mobile .btn {
  margin: 0 auto;
  background: #f46d16;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  padding: 6px 15px;
}

.landing-page .main-topper .tickets-button-mobile {
  display: none;
}
@media (max-width: 768px) {
  .landing-page .main-topper .right-side {
    margin-top: 20px;
  }
  .landing-page .main-topper .tickets-button {
    display: none;
  }
  .landing-page .main-topper .tickets-button-mobile {
    display: block;
  }
}

.landing-page .pricingTable {
  border-spacing: 10px;
  border-collapse: separate;
}

.landing-page .pricingTable .optionName {
  font-weight: 700;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.landing-page .pricingTable .optionDescriptionMobile {
  display: none;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .landing-page .pricingTable .optionDescriptionMobile {
    display: block;
  }
}

.landing-page .pricingTable .optionDescriptionMobile .early {
  color: #f46d16;
  font-weight: bold;
}

.landing-page .pricingTable .optionDescriptionMobile .regular {
  font-weight: bold;
}

.landing-page .pricingTable .price {
  font-size: 20px;
  font-weight: bold;
  color: #666;
}

.landing-page .pricingTable .price.early {
  font-size: 20px;
  font-weight: bold;
  color: #f46d16;
}

.landing-page .pricingTable > tbody > tr > td {
  border-top: none;
}

@media (max-width: 768px) {
  .landing-page .pricingTable > tbody > tr > td:not(:first-child) {
    display: none;
  }
}

.landing-page .pricingTable span.hideField {
  visibility: hidden;
}

.landing-page .pricingTable th {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .landing-page .pricingTable th:not(:first-child) {
    display: none;
  }
}

.landing-page .pricingTable th .fine-print {
  font-size: 14px;
  font-weight: normal;
  color: #f46d16;
}

.landing-page .bottom-blurb {
  margin: 0px 20px;
}

.reg-page .btn-standard {
  background-color: #f46d16;
}

.reg-page .desktop-logo {
  display: table-cell;
}

.reg-page .site-background {
  background-image: url("https://swoogo.s3.amazonaws.com/themes/59e7a43113fc2/Inc5000_swoogo_header_desktop_background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.reg-page .main-topper {
  padding-top: 72px;
  padding-bottom: 20px;
}

.reg-page .main-topper .items-row {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .reg-page .main-topper .items-row {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .reg-page .main-topper .mobile-stamp {
    display: block;
  }
}

.reg-page .nav-logo-container {
  max-width: 132px;
  display: inline-block;
  padding: 20px 0px;
}
@media (max-width: 768px) {
  .reg-page .nav-logo-container {
    display: none;
  }
}

.reg-page .logo-on-mobile {
  display: none;
}
@media (max-width: 768px) {
  .reg-page .logo-on-mobile {
    display: block;
    max-width: 150px;
  }
}

.header .title {
  font-size: 66px !important;
  font-weight: normal;
  color: #000000;
  line-height: 56px;
  letter-spacing: -2px;
}

.orange-color {
  color: #f46d16;
}

.orange-background {
  background-color: #f46d16;
}

/* Logos
--------------------------------------------------------------------------------------*/

.desktop-logo {
  display: table-cell;
}

.desktop-logo img {
  width: 100%;
  max-width: 174px;
}

@media (max-width: 992px) {
  .desktop-logo img {
    max-width: 158px;
  }
}

@media (max-width: 768px) {
  .desktop-logo,
  .mobile-logo {
    display: none;
  }
}

/* Backgrounds
--------------------------------------------------------------------------------------*/

.standard-page::before {
  background: #4d515c transparent url("menu-bg.png") repeat scroll left top;
  content: "";
  height: 130px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.standard-page .site-background {
  background-color: #474a52;
  background: url("main-bg.jpg") no-repeat fixed center top auto;
  background-image: url("main-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: 100%;
}

.standard-page #header-wrap {
  padding-top: 40px;
  height: 300px;
  overflow: hidden;
}

.short-header-page #header-wrap {
  background: #343434;
  padding-bottom: 15px;
}

@media (max-width: 992px) {
  .standard-page .site-background {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .standard-page #header-wrap {
    max-height: 250px;
  }
  .standard-page .site-background {
    background-size: cover;
  }
  .short-header-page #header-wrap {
    padding-bottom: 0px;
  }
}

/* Navigation
--------------------------------------------------------------------------------*/

.navbar {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.swoogo-nav {
  border-bottom: 0px;
  float: right;
}

.swoogo-nav > li > a {
  /*background: none !important;*/
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid transparent;
  margin-right: 10px;
}

/*
.swoogo-nav>li>a:hover,
.swoogo-nav>li>a:active,
.swoogo-nav>li>.active a,
.swoogo-nav>li.active>a,
.swoogo-nav>li.open>a {
    border: 2px solid #f46d16 !important;
    border-radius: 6px;
}

.swoogo-nav .dropdown-menu>.active>a,
.swoogo-nav .dropdown-menu>.active>a:hover,
.swoogo-nav .dropdown-menu>.active>a:focus {
    background-color: #666;
}
*/

.navbar-toggle {
  margin-right: 0px;
  border: 1px solid #fff;
}

.navbar-toggle span.icon-bar {
  background: #fff;
}

.navbar.dontFix {
  position: absolute;
}

.invoice .v_2821028 {
 	display: none;
}


@media (max-width: 768px) {
  .navbar {
    padding-top: 0px;
    background: #333;
  }
  .navbar.dontFix {
    position: fixed;
  }
  .swoogo-nav {
    float: none;
  }
  .container > .navbar-header {
    margin-left: 0px;
    margin-right: 0px;
  }
  .swoogo-nav > li > a {
    margin: 2px;
  }
  .swoogo-nav .dropdown-menu > li > a {
    color: #fff;
  }
}

/* Banner
--------------------------------------------------------------------------------*/

#banner h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  /*text-shadow: 2px 2px #333;*/
}

#banner #banner-content {
  display: inline-block;
  background-image: url("https://swoogo.s3.amazonaws.com/themes/568d365928ff1/wide_burst.png");
  background-repeat: no-repeat;
  overflow: visible;
  background-size: contain;
  padding: 7% 7%;
}

#banner #banner-content .paragraph {
  text-shadow: none;
}

#banner .paragraph {
  color: #fff;
  font-size: 24px;
  text-shadow: 2px 2px #333;
}

.standard-page #banner h2 {
  font-size: 40px;
}

.standard-page #banner {
  text-align: left;
}

.standard-page #header-wrap {
  display: table;
  width: 100%;
}

.standard-page #nav-wrap {
  display: table-row;
  height: 1px;
}

.tr-wrapper {
  display: table-row;
  height: 100%;
}

.td-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.header a,
.header a:hover {
  color: #fff;
}

.innerDescription {
  font-size: 22px;
  color: #dcdfe4;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  display: inline-block;
}

/* MEDIUM SCREEN SIZE */

@media (max-width: 992px) and (min-width: 768px) {
  .innerDescription {
    vertical-align: bottom;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .innerDescription {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #banner h2 {
    font-size: 28px;
  }
  #banner .paragraph {
    font-size: 20px;
  }
}

/***
Main content
***/

#main-wrap {
  background-color: #fff;
  padding: 30px 0 25px;
}

.content h2 {
  font-size: 1.75em;
  font-weight: 700;
}

@media (max-width: 768px) {
  #main-wrap {
    padding: 15px 0 10px;
  }
}

/***
Footer
***/

/* Sticky Foot
--------------------------------------------------------------------------------------*/
html { display: flex; }
body, body > form {
    width: 100%;
      display: flex;
    min-height: 100vh;
    flex-direction: column;
}
#header-wrap, #footer-wrap { flex-shrink: 0; }
#main-wrap { flex-grow: 1; }


#footer-wrap {
  background-color: #000;
  color: #aaa;
  font-size: 13px;
  padding: 30px 0;
}

#footer-wrap h2 {
  border-bottom: 1px solid #3b3b3b;
  font-size: 20px;
}

#footer-wrap .paragraph {
  font-size: 14px;
}

#footer-wrap a {
  color: #aaa;
}

#footer-wrap a:hover {
  text-decoration: underline;
}

.blackRegisterNowButton {
  height: 52px;
  width: 278px;
  text-align: center;
  font-size: 23px;
  background-color: #000;
  color: #fff;
  display: table;
  margin: 0 auto;
}

.blackRegisterNowButton::before {
  content: "BEGIN REGISTRATION";
  vertical-align: middle;
  height: 52px;
  display: table-cell;
}

.main-topper .mobile-stamp {
  max-width: 220px;
  display: none;
  margin: 0 auto;
  width: 25%;
}

.main-topper .mobile-stamp img {
  width: 100%;
}

@media (max-width: 768px) {
  .main-topper .mobile-stamp {
    display: block;
  }
}

/***
Homepage Burst
***/

.homepage-burst {
  text-align: center;
}

.homepage-burst img {
  width: 100%;
  max-width: 611px;
}

.main-topper .fullWidthButton,
.bottomButton .fullWidthButton {
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
  clear: both;
  margin: 20px auto;
  width: 100%;
}

.main-topper .fullWidthButton button,
.bottomButton .fullWidthButton button {
  margin: 0 auto;
  background: #f46d16;
  border-radius: 0px;
  color: #fff !important;
  border: none;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.035em;
  font-weight: normal;
  padding: 10px 16px;
}

.main-topper .fullWidthButton button:hover,
.bottomButton .fullWidthButton button:hover {
  color: #58595b;
}

/*
bottom button
*/

.bottomButton .fullWidthButton {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.bottomButton .fullWidthButton button {
  margin: 0 auto;
  background: #f46d16;
  border-radius: 0px;
  color: #fff;
  border: none;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.035em;
  font-weight: normal;
}

.bottomButton .fullWidthButton button:hover {
  color: #58595b;
}

@media (max-width: 992px) {
  .homepage-burst {
    margin-top: 46px;
  }
  .main-topper .fullWidthButton button,
  .bottomButton .fullWidthButton button {
    font-size: 15px;
  }
  .bottomButtom .fullWidthButton button {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .homepage-burst {
    margin-top: 0px;
    padding: 0px;
  }
  .main-topper .fullWidthButton,
  .bottomButton .fullWidthButton {
    bottom: 14%;
  }
  .main-topper .fullWidthButton button,
  .bottomButton .fullWidthButton button {
    font-size: 14px;
    padding: 6px 8px;
  }
  .bottomButton .fullWidthButton button {
    font-size: 14px;
    padding: 6px 8px;
  }
}

/* Hide HOME nav button */
/*ul.swoogo-nav li:first-child {
    display: none;
}*/

/* --------- NEW/OLD CODE DIVIDER --------- */


/* ########## ########## ######### ######## ######## ######### ########## ########## */
/* ########## START -- NEW CODE Inc. 5000 Conference 2019 THEME (6/18/19) ########## */
/* ########## ########## ######### ######## ######## ######### ########## ########## */

body {
  padding-top: 100px;
}

/* Nav */
nav#top-nav {
  padding: 0 36px;
  margin: 0 0 50px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
nav#top-nav #menu-container ul.navbar-nav li a {
  padding: 0;
  margin: 8px 14px;
  position: relative;
}
nav#top-nav #menu-container ul.navbar-nav li a:hover,
nav#top-nav #menu-container ul.navbar-nav li:last-child a:hover {
  color: #000;
}
.nav > li > a:focus, 
.nav > li > a:hover {
  background-color: transparent;
}

nav#top-nav #logo-container {
  width: 70px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
nav#top-nav #mobile-menu-icon {
  display: none;
  font-size: 20px;
  color: #000;
}

/* for nav scroll */
nav#top-nav.navbar-scroll {
  height: 60px;
  transition: all 0.2s linear 0s;
}
nav#top-nav.navbar-scroll #logo-container {
  margin-bottom: -35px;
  width: 70px; /* 70px */
  z-index: 10;
  transition: all 0.3s ease 0s;
}

/* Invoice Page */
.invoice .v_2821028 {
  display: none; 
  
}

.invoice .title {
  font-family: "Grot12Cond";
  font-size: 36px;
}

.invoice .v_3844998 h2 {
  font-size: 72px; 
  text-align: center;
  font-weight: 500;
  color: black;
}

#w_2110253 .registrant-info td:first-child {
  width: 20% !important; 
}
/* Tickets Page */
main#page-content h2 {
  margin: 0 0 45px 0 !important;
  font-weight: 700;
  font-family: Grot12Cond; 
  font-weight: normal;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0em;
  color: #0a0a0a;
  text-align: center;
}
main#page-content h2 .subtitle {
  color: #808285;
  font-family: "Grot12Cond";
  font-style: italic;
  text-transform: none;
}
body#registration .ticket-option-header {
  border-top: 4px solid #d1d3d4;
  padding-top: 16px;
}
body#registration .ticket-option-header h4 {
  font-family: "Grot12Cond";
  font-weight: 800;
  font-size: 36px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #0a0a0a;
  margin: 0;
}
body#registration .ticket-option-header h4 span {
  font-style: italic;
}
body#registration .ticket-option-header .price {
  font-family: 'Grot12Cond';
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  color: #000000;
  margin: 12px 0 20px 0;
}
body#registration ul:not(.navbar-nav) li {
  margin: 0 0 0.5em 0;
}
body#registration .extra-copy {
  margin: 20px 0 0 0;
}
body#registration .extra-copy > span {
  font-family: 'Bryant'; 
  font-weight: 500; 
  font-style: normal;
  font-size: inherit;
  /* line-height: 18px; */
  letter-spacing: 0;
  color: #111111;
}
body#registration .extra-copy + ul:not(.navbar-nav) {
  margin: 0.5em 0 0 0;
}

/* Speaker List
[id*="speaker_list"] .list-view {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
[id*="speaker_list"] .speaker-tile {
  width: calc(25% - 22px);
  text-align: center;
  margin: 0 11px 50px 11px;
}
[id*="speaker_list"] .speaker-tile:nth-of-type(4n + 1) {
  margin-left: 0;
}
[id*="speaker_list"] .speaker-tile:nth-of-type(4n + 0) {
  margin-right: 0;
}
[id*="speaker_list"] .speaker-tile .speaker-image {
  margin: 0 0 10px 0;
}
[id*="speaker_list"] .speaker-tile .speaker-image img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  padding: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  height: auto !important;
}
.modal-body img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
[id*="speaker_list"] .speaker-tile .speaker-name {
  font-family: 'Grot12Cond';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #0a0a0a;
  margin: 0 0 12px 0;
}
.speaker-hr {
  content: "\00a0";
  background: #ffe600;
  width: 40%;
  height: 7px;
  margin: 0 auto 12px;
}
[id*="speaker_list"] .speaker-tile .speaker-role {
  font-family: 'Bryant';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0;
  color: #0a0a0a;
  margin: 0 0 4px 0;
}
[id*="speaker_list"] .speaker-tile .speaker-company {
  font-family: 'Bryant';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0;
  color: #0a0a0a;
} */
/* Speakers */
.swoogo-speakers.layout-custom .list-view {display: flex;flex-flow: row wrap;justify-content: center;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;align-items: center;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 50px;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: #000 !important;
      	text-decoration: none;
      	transition: .25s all ease-in-out;
    	font: 700 28px/30px Grot12Cond;
        }
    .swoogo-speakers.layout-custom .list-view .speakerBlock .speaker-v2-alt-data .speaker-v2-alt-name {padding-bottom:5px;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: #474747;
    	font-size: 14px;
		line-height: 20px;
    }
    .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:222px;
   	margin: 6px 12px 0;
}
.speakerImg {
  	width: 222px;
    height: 276px;
    background-size: cover;
    filter: grayscale(1);
}

/* 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;
	font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
	line-height: 50px;
  	margin-bottom: 20px;
	color: #000;
  	margin-top: 28px;
	font: 700 56px/60px Grot12Cond;
}
.modal-body .session.more-info-data.field-name  {
  	font-weight: 700;
  	color: #4a154b;
    font-size: 1.5em;
    line-height: 1em;
    max-width: 55%;
}
.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: 600;
	margin-bottom: 0 !important;
	color: #474747;
}
.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; }
}


/* Agenda page */
.chevron {
  height: 100%;
  width: 30px;
  background: url('https://swoogo.s3.amazonaws.com/themes/5d07efc99aba1/chevron-white.svg') center center / contain no-repeat;
  margin-left: 0.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* margin-left: 0.5em; */
}
body#agenda .agenda-day-button.selected .chevron {
  background: url('https://swoogo.s3.amazonaws.com/themes/5d07efc99aba1/chevron-black.svg') center center / contain no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
body#agenda #intro {
  font-family: 'Bryant';
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  color: #111111;
  text-align: center;
  margin: 0 0 30px 0;
}
body#agenda .agenda-day-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  background-color: #000;
  text-transform: uppercase;
  font-family: 'Bryant';
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0;
  color: #fff;
}
body#agenda .agenda-day-button span {
  font-weight: normal;
}
body#agenda .agenda-day-button:hover {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

body#agenda .agenda-day-button i.fa {
  margin-left: 0.5em;
}
body#agenda .agenda-day-button.selected {
  background-color: #ffe600;
  color: #000;
}
body#agenda .agenda-day-container {
  margin: 35px 0 0 0;
  display: none;
}
body#agenda .agenda-day-container.show {
  display: block;
}
body#agenda .agenda-day-container h3 {
  font-family: 'Grot12Cond';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0;
  color: #0a0a0a;
  margin: 0 0 26px 0;
}
body#agenda .agenda-day-container .agenda-panel {
  border-top: 3px solid #d1d3d4;
  padding: 14px 0 22px 0;
}
body#agenda .agenda-day-container .time {
  font-family: 'Bryant';
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  color: #808285;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  padding-bottom: 8px;
}
body#agenda .agenda-day-container .name {
  font-family: 'Grot12Cond';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0;
  color: #0a0a0a;
  margin: 0 0 20px 0;
}
body#agenda .agenda-day-container .info .agenda-row .copy {
  font-family: 'Bryant';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
  color: #0a0a0a;
  flex: 1;
}
body#agenda .agenda-day-container .info .agenda-row .copy b { font-weight: 500; }
body#agenda .agenda-day-container .info .agenda-row .copy em { font-style: italic; }


/* Schedule */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.agenda-table tr td:first-child, .agenda-table tr.agenda-heading th:first-child, .agenda-table tr.group-heading th {
  padding-left: 15px;
}
.agenda-table tr td:last-child, .agenda-table tr.agenda-heading th:last-child, .agenda-table tr.group-heading th {
  padding-right: 15px;
}
.agenda-table tr:not(.group-heading):nth-child(even) { background-color:#f4f4f4; }
.agenda-table tr.agenda-heading {
    background-color: #000 !important;
    color: #fff;
  	text-transform: uppercase;
  	letter-spacing: .12em;
  	font: 700 10px/12px ibm-plex-mono;
}
.agenda-table tr.group-heading {
  background-color: #7B7F83;
  color: #fff;
  font: normal 26px/26px 'Grot12Cond';
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 8px solid #fff;
}
.session-filters {
  margin-bottom: 30px;
  margin-top: 30px;
}
.session-filters .multiselect-selected-text {
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 700 10px/12px ibm-plex-mono;
}
.scheduleArea .session-filters .multiselect {
	background-color: #fff!important;
    border: 1px solid #FF3B00;
    color: #FF3B00 !important;
}
/*
.scheduleBW .scheduleArea .swoogo-title { display: none; }
.scheduleBW #main-wrap .swoogo-title.show { display: block; }
.scheduleBW #main-wrap .swoogo-agenda { display: none; }
.scheduleBW #main-wrap .swoogo-agenda.show { display: block; }
.scheduleBW .btn.selected { background-color: #000 !important; }*/
.scheduleBW .group-heading { display: table-row !important; }
.scheduleBW .inc5000 {
  	background-color: #FF3B00;
  	border-bottom: 3px solid #000;
}
.scheduleBW .tab-content {
  	padding-bottom: 50px;
  	display: none;
}
.scheduleArea {
	max-width: 962px;
  	margin: 0 auto;
}
.scheduleArea .title {
  color: #000;
  font-size: 36px;
  line-height: 36px;
  padding: 75px 0 45px;
  margin: 0;
}
@media (max-width: 515px) {
  .scheduleBW .flex.h-center { flex-wrap: wrap; }
  .scheduleBW .inc5000 .tabs div { margin-top: 2px; }
}

/* Special Experiences
----------------------------------------------------*/

body.SpEx main#page-content .content {
    max-width: 830px;
    padding: 0 15px !important;
    margin: 0 auto;
}
.SpExHead .paragraph {
  padding: 50px 0 30px;
}
.SpExHead .paragraph span {
  border-bottom:1px solid #FF3B00;
  padding-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 10px/12px ibm-plex-mono;
  color: #000;
}
main#page-content .SpExHead h2.title {
	font-size: 72px;
  	line-height: 72px;
	color: #000;
  	margin-bottom: 85px !important;
}
main#page-content .SpExBody h2.title {
	font-size: 28px;
  	line-height: 30px;
	color: #000;
	margin-bottom: 24px !important;
}
.SpExCTA {
	background-color: #FF3B00;
	color: #fff;
	margin: 100px 0 0;
	padding: 50px 30px;
  	font-size: 36px;
    line-height: 36px;
    font-family: "Grot12Condensed-Bold"!important;
}
.SpExCTA .content {
	display: flex;
  	justify-content: center;
	align-items: center;
  	flex-wrap: wrap;
}
.SpExCTA .btn {
  color: #fff !important;
  background-color: #000 !important;
  font-size: 16px;
    cursor: pointer;
    font-family: tablet-gothic, sans-serif;
    font-weight: 600;
}
.SpExCTA .btn:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.SpExCTA .paragraph, .SpExCTA .btn { margin: 0 20px; }
.SpEx footer { margin: 0; }
#w_6190095, /* day of service badge */
#w_6190224 /* mentoring guy */ {
  float: right;
  padding: 0 0 30px 30px;
}
#w_6190177::after { display: none; } /* remove mentoring subhead's clearfix */
/* round tables topics */
#w_6191423>.paragraph { margin-top:25px; }
#w_6191423>.paragraph>ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#w_6191423>.paragraph>ul>li {
  background-color: #f4f4f4;
  margin: 1px;
  padding: 15px;
  width: 24%;
}
#w_6191423>.paragraph>ul>li strong {
  	color: #000;
  	font: 600 20px/22px Grot12Cond;
}
#w_6191423>.paragraph>ul>li>ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0;
}
#w_6191423>.paragraph>ul>li>ul>li {
  padding-bottom:10px;
}
@media (max-width: 600px) {
  #w_6191423>.paragraph>ul {
    flex-wrap: wrap;
  }
  #w_6191423>.paragraph>ul>li {
    width: 49%;
  }
}
.SpExGala {
  max-width: 470px;
  margin: 0 auto;
}
.SpEx #emitter { top: 210px; }
@media (max-width: 767px) {
  .SpEx #emitter { top: 240px; }
}


/* Registration
----------------------------------------------------*/

.reg-page nav#top-nav { margin-bottom: 40px }
.reg-page #main-wrap { padding-top: 0; }

/* Registration progress */

.swoogo-reg-progress .steps > li > a.step .number {
    font: 600 20px/24px Grot12Cond;
    border-radius: 0!important;
    background-color: #E5E5E5;
    color: #b2b2b2;
	display: inline-block;
}
.swoogo-reg-progress .steps>li.active>a.step .number {
    background-color: #7B7F83;
    color: #fff;
}
.swoogo-reg-progress .steps > li:first-child > a.step .number {
 clip-path: polygon(19% 0, 92% 3%, 100% 71%, 90% 100%, 7% 93%, 0 24%);
}
.swoogo-reg-progress .steps > li:nth-child(2) > a.step .number {
  clip-path: polygon(36% 0, 100% 10%, 97% 91%, 61% 100%, 4% 85%, 0 10%);
}
.swoogo-reg-progress .steps > li:nth-child(3) > a.step .number {
  clip-path: polygon(75% 0, 97% 13%, 100% 95%, 25% 100%, 0 80%, 8% 3%);
}
.swoogo-reg-progress .steps > li:nth-child(4) > a.step .number {
  clip-path: polygon(91% 4%, 100% 36%, 93% 100%, 7% 93%, 0 61%, 7% 0);
}
.swoogo-reg-progress .steps > li:nth-child(5) > a.step .number {
  clip-path: polygon(87% 5%, 100% 57%, 86% 96%, 24% 100%, 0 55%, 17% 0);
}
.swoogo-reg-progress .steps > li:nth-child(6) > a.step .number {
  clip-path: polygon(84% 0, 100% 61%, 84% 100%, 12% 95%, 0 40%, 22% 4%);
}
.swoogo-reg-progress .steps > li > a.step .desc {
  font-family: ibm-plex-mono;
  font-weight: 800;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b2b2b2;
  display: inline-block;
  padding-left: 10px;
}
.swoogo-reg-progress .steps > li.done > a.step .desc,
.swoogo-reg-progress .steps > li.active > a.step .desc {
  font-weight: 400;
  color: #000;
}
/* Registration >> Forms */
.reg-page .content h2 {
  font-family: Grot12Cond;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
}
.reg-page .control-label {
  font-family: tablet-gothic;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
} 
/* .reg-page .control-label + div label > input[type=radio][name*="reg_type_id"] { margin-top: 18px; }
.reg-page .control-label + div div[id*="reg_type_id"] label > span {
  font-family: 'Grot12Cond';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
} */
.reg-page .control-label + div label > ul {
  font-family: 'Bryant';
  font-weight: normal;
  font-style: normal;
}
.reg-page .reg-note { 
  font-size: 13px;
  margin-top: -15px;
  text-align: right; 
}
.reg-page input.form-control, 
.reg-page select.form-control, 
.reg-page input.form-control + span > button {
  height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.reg-page textarea.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.reg-page input.form-control:focus, 
.reg-page select.form-control:focus,
.reg-page textarea.form-control:focus {
  border-color: rgba(255,230,0,.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,230,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,230,0,.6);
}
/* Registration Page Survey */
.reg-page-survey .control-label {
  font-family: 'Miller Banner';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  text-transform: none;
}
/* Extra Reg Page stuff */
.reg-page .swoogo-line { border-color: #d1d3d4; }
.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: #e15e23 !important;
}
/* Begin Reg Page */
.reg-page li > span {
  font-family: 'Bryant !important'; 
}
.reg-page li > span span { 
  font-family: 'Bryant !important';	
}
body .reg-page li.MsoNoSpacing > span > span {
  font-family: 'Bryant !important';	
}
body.reg-page div.radio li.MsoNoSpacing > span span {
  font-family: 'Bryant !important';	
}
body.reg-page div.radio li.MsoNoSpacing > span > span[style] {
  font-family: 'Bryant !important';	
}
#registrant-reg_type_id span span[style]{
  font-family: 'Bryant !important';
}
/* Footer */
footer {
  margin: 50px 0 0 0;
  padding: 40px calc((100vw - 800px) / 2);
  background-color: #0a0a0a;
}
footer {
  font-weight: 300;
  font-family: le-monde-livre-std;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #aaa !important;
}
footer a {
  text-decoration: underline;
  color: #aaa !important;
}

@media (max-width: 1230px) {
  nav#top-nav {
    padding: 0 36px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 130px;
  }
  nav#top-nav {
    height: 90px;
  }
  nav#top-nav #menu-container {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    background-color: rgba(231, 232, 232, 0.9);
    text-align: center;
    /* padding: 0 0 30px 0; */
  }
  nav#top-nav #menu-container ul.navbar-nav li a {
    font-size: 24px;
    line-height: 36px;
    text-transform: none;
    margin: 20px 0;
  }
  nav#top-nav #menu-container ul.navbar-nav li a:hover {
    background: transparent;
  }
  nav#top-nav #menu-container ul.navbar-nav li:last-child a, 
  nav#top-nav #menu-container ul.navbar-nav li:last-child a:hover {
    background-image: url("https://swoogo.s3.amazonaws.com/themes/5d07efc99aba1/nav-underline.png");
    background-repeat: no-repeat;
    background-size: 35% !important;
    background-position: center bottom !important;
    /* height: 55px; */
  }
  nav#top-nav #menu-container ul.navbar-nav li:last-child {
    margin-bottom: 20px;
  }
  
  
  main#page-content h2 {
    font-size: 50px;
    line-height: 52px;
  }
  /*
  [id*="speaker_list"] .speaker-tile {
    width: calc(50% - 10px);
    text-align: center;
    margin: 0 5px 50px 5px;
  }
  [id*="speaker_list"] .speaker-tile:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  [id*="speaker_list"] .speaker-tile:nth-of-type(2n + 0) {
    margin-right: 0;
  }
  */
  body#agenda .agenda-day-container .info .agenda-row .image {
    width: 100px;
    min-height: 100px;
  }
  .swoogo-reg-progress .steps > li > a.step .number::after {
    visibility: visible;
    content: "";
    width: 26px;
    height: 26px;
    background: #cccccc url('https://swoogo.s3.amazonaws.com/themes/5d07efc99aba1/chevron-white.svg') center center / contain no-repeat;
    background-size: 18px 18px;
  }
  .swoogo-reg-progress .steps > li.done > a.step .number::after {
    background: #000 url('https://swoogo.s3.amazonaws.com/themes/5d07efc99aba1/chevron-white.svg') center center / contain no-repeat;
    background-size: 18px 18px;
  }
  .swoogo-reg-progress .steps > li.active > a.step .number::after {
    background: #ffe600 url('https://swoogo.s3.amazonaws.com/themes/5d07efc99aba1/chevron-black.svg') center center / contain no-repeat;
    background-size: 18px 18px;
  }
}

/* Buttons */
.btn, .btn-standard {
  background-color: #FF3B00 !important;
  color: #fff !important;
  font-family: tablet-gothic;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  border-radius: 0;
  padding: 10px 40px;
}
.btn-standard:hover,
#btn-standard_hover {
  background-color: #000 !important;
  transition: all 0.3s ease 0s;
}
.scroll-to-top {
  float: right;
}

.btn-alternate,
.header .btn-alternate {
  /* background-color: #ffe600 !important; */
  background: transparent;
  border: 1px solid #000 !important;
  color: #000000 !important;
  font-family: 'Bryant';
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  transition: all 0.3s ease 0s;
}
.btn-alternate:hover,
.header .btn-alternate:hover,
#btn-alternate_hover {
  /* background-color: #000 !important; */
  background: transparent;
  border: 1px solid #ffe600 !important;
  /* color: #ffe600 !important; */
  transition: all 0.3s ease 0s;
  /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
}

/* Font Awesome */
.fa {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}
/* ########## ########## ######### ######## ######## ######### ########## ########## */
/* ########## END ---- NEW CODE Inc. 5000 Conference 2019 THEME (6/18/19) ########## */
/* ########## ########## ######### ######## ######## ######### ########## ########## */


/* body:not(.landing-page) {
  padding-top: 100px;
} */
/* nav#top-nav #menu-container {
  margin: 15px 0 0 0;
} */
nav#top-nav #menu-container.open {
  display: none;
}
@media (max-width: 767px) {
  nav#top-nav #menu-container.open {
    display: block;
  }
}
@media (max-width: 767px) {
  nav#top-nav #mobile-menu-icon {
    display: block;
  }
}
body:not(#speakers) main#page-content .content {
  padding: 0 calc((100vw - 800px) / 2);
}
@media (max-width: 1023px) {
  main#page-content .content {
    padding: 0 20px;
  }
}

body#registration h3#announcement {
  font-family: 'Bryant';
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #111111;
  text-align: center;
  margin: 0 0 20px 0;
}
body#registration #notes {
  font-family: 'Bryant';
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0;
  color: #111111;
  text-align: center;
  font-style: italic;
  margin: 0 0 55px 0;
}
body#registration .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body#registration .row {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body#registration .row .col-sm-6 {
    padding-bottom: 50px;
  }
}
/* body#registration .btn {
  border: 1px solid #f58025;
  padding: 12px 18px;
  font-weight: 700;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #f58025 !important;
  background: #ffffff;
} */

body#registration ul:not(.navbar-nav) {
  padding: 0 0 0 18px;
  margin: 20px 0 0 0;
}

@media (max-width: 1023px) {
  footer {
    padding: 40px 20px;
    height: auto;
  }
}
/* footer {
  font-weight: 400;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  color: #ffffff !important;
} */
footer .paragraph {
  margin-bottom: 1em;
}

/* body#speakers main#page-content .content {
  padding: 0 calc((100vw - 1036px) / 2);
} 
body#speakers .speaker-image {
  position: relative;
}
body#speakers .speaker-image .show-details i {
  display: none;
}

body#speakers .speaker-image .show-details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
*/
body#agenda .agenda-day-container .info .agenda-row {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body#agenda .agenda-day-container .info .agenda-row:first-child {
  margin: 0;
}
body#agenda .agenda-day-container .info .agenda-row .image {
  width: 200px;
  min-height: 200px;
  margin: 0 40px 0 0;
}
body#agenda .agenda-day-container .info .agenda-row .image img {
  width: 100%;
}



/* New Tickets Page
----------------------------------------------------*/

body.tickets-new { padding-top: 0; }
.tickets-new .headerArea {
  background-color: #FF3B00;
  padding-top: 50px;
}
.logo-small-stacked {
  width: 70px;
  height: auto;
}
nav#top-nav #logo-container {
 margin-bottom: -25px; 
}
nav#top-nav {
	background-color: #FF3B00;
  	height: 60px;
}
nav#top-nav #menu-container ul.navbar-nav li a {
    font-family: tablet-gothic;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: none;
	margin-bottom: 0!important;
    margin-top: 0!important;
  	border: none;
}
nav#top-nav #menu-container ul.navbar-nav li:last-child a {
  color: #fff;
  background-image: none;
  border-bottom: solid 3px #000;
  border-right: none;
  border-left: none;
  padding-bottom: 3px;
}
nav#top-nav #menu-container ul.navbar-nav li a.dropdown-toggle,
nav#top-nav #menu-container ul.navbar-nav li a.dropdown-toggle:active,
nav#top-nav #menu-container ul.navbar-nav li a.dropdown-toggle:focus {
  background-color: transparent !important;
}
.swoogo-nav .dropdown-menu {
   background-color: #000;
   left: 13px;
   margin-top: 5px !important;
   padding: 0;
}
.swoogo-nav .dropdown-menu li {
    padding: 0;
}
nav#top-nav #menu-container ul.navbar-nav li ul.dropdown-menu li a {
  padding: 10px;
  margin: 0;
}
.swoogo-nav .dropdown-menu a, .swoogo-nav .dropdown-menu a:focus, .swoogo-nav .dropdown-menu a:hover {
  outline: none;
}
.swoogo-nav .dropdown-menu>.active>a, .swoogo-nav .dropdown-menu>.active>a:focus, .swoogo-nav .dropdown-menu>.active>a:hover {
  background-color: #7B7F83;
}


@media (max-width: 767px) {
  nav#top-nav #menu-container {
    background-color: #e7e8e8;
  }
  .nav>li {
    padding: 8px 0;
  }
  nav#top-nav #menu-container ul.navbar-nav li a {
    color: #000;
  }
  nav#top-nav #menu-container ul.navbar-nav li:last-child {
    margin-bottom: 0;
  }
  nav#top-nav #menu-container ul.navbar-nav li:last-child a {
    border: none;
    color: #000;
  }
}

.tickets-new .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.tickets-new .flex.h-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.tickets-new .flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.tickets-new .flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}


.inc5000, .inc5000 * {
  margin: 0;
  padding: 0;
  line-height: normal;
}


@media (max-width: 768px) {
  .inc5000 .content {
    padding-bottom: 0;
  }
}

body.tickets-new main#page-content h2 {
 font-size: 72px;
 line-height: 72px;
  color: #fff;
 margin: 10px 0 8px 0 !important;
  font-family: Grot12Cond;
  font-weight: 700;
}
@media (max-width: 768px) {
  .inc5000 .tabs-block > .row {
    max-width: 100%;
  }
}
.inc5000 .row {
  position: relative;
  width: 1140px;
  max-width: 94%;
  margin: 0 auto;
}
.inc5000 .tabs {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
.inc5000 .tabs div {
  display: inline-block;
  margin-right: 1px;
  padding: 15px 20px;
  cursor: pointer;
  color: #7B7F83;
  background: #e5e5e5;
  border-radius: 0;
  font: 600 16px/20px tablet-gothic;
  letter-spacing: 0px;
}
@media (max-width: 960px) {
  .inc5000 .tabs div {
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .inc5000 .tabs div {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .inc5000 .tabs div {
    letter-spacing: 0;
    padding: 15px 6px;
  }
}
.inc5000 .tabs div:last-child {
  margin-right: 0;
}
.inc5000 .tabs div.active {
  color: #fff;
  background: #000000;
}
.inc5000 .ticket-info .item {
  position: relative;
}
.inc5000 .ticket-info .item:nth-child(even) {
  background: #f2f2f2;
}
.inc5000 .ticket-info .item .title {
  font: 300 16px/25px le-monde-livre-std;
  letter-spacing: 0px;
  color: #474747;
  position: relative;
  padding: 14px 35px 14px 10px;
  cursor: pointer;
}
.inc5000 .tab-content-1 .ticket-info .item:first-child .title {
  padding-right: 10px;
}
.inc5000 .includes {
    font-weight: 800;
    font-family: ibm-plex-mono;
    font-size: 10px;
    letter-spacing: 2px;
  	text-transform: uppercase;
}
.inc5000 .ticket-info .item .title.acc-info span {
  position: absolute;
  top: 18px;
  right: 20px;
}
@media (max-width: 768px) {
  .inc5000 .ticket-info .item .title.acc-info span {
    display: none;
  }
}
.inc5000 .ticket-info .item .title.acc-info span:before, .inc5000 .ticket-info .item .title.acc-info span:after {
  position: absolute;
  right: 0;
  content: "";
  background-color: #999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inc5000 .ticket-info .item .title.acc-info span:before {
  right: 4px;
  width: 1px;
  height: 9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inc5000 .ticket-info .item .title.acc-info span:after {
  top: 4px;
  right: 0;
  width: 9px;
  height: 1px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inc5000 .ticket-info .item .title.acc-info.active span:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.inc5000 .ticket-info .item .title.acc-info.active span:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.inc5000 .ticket-info .item .info {
  font-size: 15px;
  font-weight: normal;
  display: none;
  padding: 0px 35px 20px 25px;
  color: #999;
}
.inc5000 .ticket-info .item .info p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 5px;
}
.inc5000 .tabs-block {
  background-color: #FF3B00;
}
.inc5000 .tab-content {
  display: none;
  border-top: 2px solid #000000;
  background-color: #fff;
}
@media (max-width: 768px) {
  .inc5000 .tab-content {
    background-color: #efefef;
    padding-bottom: 100px;
  }
}
.inc5000 .tab-content.active {
  display: inherit;
}
.inc5000 .tab-content .rate-desktop {
  background: #000000;
  position: relative;
}
@media (max-width: 768px) {
  .inc5000 .tab-content .rate-desktop {
    display: none;
  }
}
.inc5000 .tab-content .rate-desktop .row {
  width: 960px;
  width: 580px;
}
.inc5000 .tab-content .rate-desktop .item {
  position: relative;
  padding: 35px 0 25px;
  background: #000000;
  -webkit-flex-basis: 120px;
  -moz-flex-basis: 120px;
  -ms-flex-basis: 120px;
  flex-basis: 130px;
}
.inc5000 .tab-content .rate-desktop .item h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #888;
  font-weight: 800;
  font-family: ibm-plex-mono;
  font-size: 10px;
  letter-spacing: 2px;
}
.inc5000 .tab-content .rate-desktop .item .ends-date {
  position: relative;
  box-sizing: border-box;
/*  width: 77px;
  height: 83px; */
  margin: 0 auto;
  text-align: center;
  border: none;
  background: #000 no-repeat center center;
  z-index: 1;
}
/* .inc5000 .tab-content .rate-desktop .item:first-child .ends-date {
  background-image: url(https://assets.swoogo.com/themes/5f05e9ee1d564/polygon1-outline.png);
}
.inc5000 .tab-content .rate-desktop .item:nth-child(2) .ends-date {
  background-image: url(https://assets.swoogo.com/themes/5f05e9ee1d564/polygon2-outline.png);
}
.inc5000 .tab-content .rate-desktop .item:last-child .ends-date {
  background-image: url(https://assets.swoogo.com/themes/5f05e9ee1d564/polygon3-outline.png);
} */
.inc5000 .tab-content .rate-desktop .item .ends-date .text {
    padding: 0 10px;
}
/* .inc5000 .tab-content .rate-desktop .item .ends-date .circle-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: calc(100% + 5px);
  width: 185px;
  border-bottom: solid 1px #555;
} */
.inc5000 .tab-content .rate-desktop .item .ends-date .circle-wrapper span {
  background: #888;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 6px;
  border-radius: 50%;
}
.inc5000 .tab-content .rate-desktop .item .ends-date div.text {
  width: 100%;
  text-transform: none;
  color: #888;
/*  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  font: 600 19px/17px Grot12Cond;
}
.inc5000 .tab-content .rate-desktop .item .ends-date .wrap-span-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.inc5000 .tab-content .rate-desktop .item .ends-date .wrap-span-dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #888;
}
/* .inc5000 .tab-content .rate-desktop .item:first-child.active .ends-date {
  background-image: url(https://assets.swoogo.com/themes/5f05e9ee1d564/polygon1-solid.png);
}
.inc5000 .tab-content .rate-desktop .item:nth-child(2).active .ends-date {
  background-image: url(https://assets.swoogo.com/themes/5f05e9ee1d564/polygon2-solid.png);
}
.inc5000 .tab-content .rate-desktop .item:last-child.active .ends-date {
  background-image: url(https://assets.swoogo.com/themes/5f05e9ee1d564/polygon3-solid.png);
} */
.inc5000 .tab-content .rate-desktop .item.active .ends-date div {
  color: #000;
  color: #fff;
}
.inc5000 .tab-content .rate-desktop .item.active h4 {
  color: #fff;
}
.inc5000 .tab-content .rate-desktop .item.img img {
  bottom: 0;
  background-color: #000000;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}



.inc5000 .tab-content .rate-mobile {
  display: none;
  background: #000000;
  padding: 30px 25px;
}
.inc5000 .tab-content .rate-mobile > div {
  font-size: 17px;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
  overflow-x: hidden;
}
.inc5000 .tab-content .rate-mobile > div:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: "· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·";
}
.inc5000 .tab-content .rate-mobile > div span:first-child {
  padding-right: 0.43em;
  background: #000000;
}
.inc5000 .tab-content .rate-mobile > div span + span {
  float: right;
  padding-left: 0.43em;
  background: #000000;
}
.inc5000 .tab-content .rate-mobile > div:last-child {
  margin-bottom: 0;
}
.inc5000 .tab-content .rate-mobile > div.active {
  color: #fff;
}
@media (max-width: 768px) {
  .inc5000 .tab-content .rate-mobile {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .inc5000 .tab-content .rate-mobile {
    padding: 30px 20px;
  }
}




.inc5000 .tab-content .tickets-content {
  padding: 50px 0 60px;
}
@media (max-width: 768px) {
  .inc5000 .tab-content .tickets-content {
    padding: 40px 0 10px;
  }
}
.inc5000 .countdown {
  margin-bottom: 40px;
}
.inc5000 .countdown-row {
  display: flex;
  justify-content: center;
}
/* .inc5000 .countdown .content {
  padding: 0;
  display: inline-block;
} */
.inc5000 .countdown .countdown-section {
  width: initial;
  font-size: inherit;
  text-align: center;
  font: 400 14px/25px tablet-gothic;
  color: #b2b2b2;
}
.inc5000 .countdown .countdown-amount {
    letter-spacing: 3.9px;
  	font-weight: 600;
}
.inc5000 .countdown .countdown-amount::after {
  content: ':';
  padding-left:8px;
}
.inc5000 .countdown .countdown-section:last-child .countdown-amount::after {
  content: '';
}
.inc5000 .countdown .countdown-period {
  text-transform: lowercase;
  padding-right: 25.45px;
}
.inc5000 .countdown .countdown-section:last-child .countdown-period {
  padding-right: 12px;
}
.inc5000 .tab-content .tickets-content .info-text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: #000000;
}
@media (max-width: 768px) {
  .inc5000 .tab-content .tickets-content .info-text {
    padding: 0 26px;
  }
}
.inc5000 .tab-content .tickets-content .ticket-table {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.inc5000 .tab-content .tickets-content .ticket-table > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .inc5000 .tab-content .tickets-content .ticket-table {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .inc5000 .tab-content .tickets-content .ticket-table > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .inc5000 .tab-content .tickets-content .ticket-table {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .inc5000 .tab-content .tickets-content .ticket-table > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.inc5000 .tab-content .tickets-content .ticket-table > .item {
  position: relative;
  box-sizing: border-box;
  /* padding-bottom: 65px; */
  border: 1px solid #dedede;
}
@media (max-width: 768px) {
  .inc5000 .tab-content .tickets-content .ticket-table > .item {
    background-color: #fff;
  }
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .main-price {
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .main-price figure {
  margin-bottom: 8px;
  min-height: 56px;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .main-price h3 {
  margin-bottom: 15px;
  font: 700 32px/40px Grot12Cond;
  letter-spacing: 0px;
  color: #000000;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .main-price .price,
.inc5000 .tab-content .tickets-content .ticket-table > .item .main-price .price p {
  font-size: 56px;
  font-weight: 800;
  font-family: "Grot12Cond";
  color: #000;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .main-price .early-rate {
  font-size: 16px;
  font-weight: 700;
  color: #FE3B00;
  font-family: tablet-gothic;
  
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .main-price .early-rate span {
  display: block;
  text-transform: uppercase;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .main-price .early-rate .resize-target {
  height: 12px !important;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .two-proposals,
.inc5000 .tab-content .tickets-content .ticket-table > .item .one-proposal {
  font-size: 14px;
  padding: 15px 45px;
  color: #5a5a5a;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
  font-weight: 400;
  font-family: ibm-plex-mono;
  font-size: 10px;
  letter-spacing: 2px;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .two-proposals strong,
.inc5000 .tab-content .tickets-content .ticket-table > .item .one-proposal strong {
  font: 400 16px/18px tablet-gothic;
  letter-spacing: normal;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .two-proposals > div,
.inc5000 .tab-content .tickets-content .ticket-table > .item .one-proposal > div {
  font-weight: normal;
  text-align: center;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .one-proposal {
  margin: 0 auto;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .two-proposals strong,
.inc5000 .tab-content .tickets-content .ticket-table > .item .one-proposal strong {
  display: block;
}
.inc5000 .tab-content .tickets-content .ticket-table > .item .ticket-info {
  padding: 2px 14px 14px
}
@media (max-width: 768px) {
  .inc5000 .tab-content .tickets-content .ticket-table > .item .ticket-info {
    display: none;
  }
}
.inc5000 .tab-content .tickets-content .ticket-table > .item > .content {
	padding: 13px;
}
.inc5000 .tab-content .tickets-content .ticket-table .btn {
/*  position: absolute;
  right: 11px;
  bottom: 16px; */
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  margin: 0;
}
@media (max-width: 768px) {
  .inc5000 .tab-content .tickets-content .ticket-table .btn {
    letter-spacing: 1px;
  }
}
@media (max-width: 640px) {
  .inc5000 .tab-content .gallery figure {
    display: none;
  }
  .inc5000 .tab-content .gallery figure:first-child {
    display: block;
  }
}
.inc5000 .tab-content .gallery img {
  width: 100%;
  height: 188px;
  -o-object-fit: cover;
  object-fit: cover;
}
.inc5000 .copyright {
  text-align: center;
}
.inc5000 .copyright p {
  font-family: "Bryant";
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .inc5000 .copyright p {
    padding: 0 25px;
    line-height: 1.3;
  }
}
.inc5000 .copyright p a {
  color: #666;
}
.inc5000 .grid-1 {
  margin: 0 auto 30px;
  max-width: 400px;
}
.inc5000 .grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.inc5000 .grid-3 > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 640px) {
  .inc5000 .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .inc5000 .grid-3 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.inc5000 .gallery {
  margin-bottom: 20px;
}
.inc5000 .info-text {
  max-width: 690px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .inc5000 .info-text {
    max-width: 100%;
  }
}
.inc5000 .info-text p {
  font-family: "Bryant";
  font-size: 19px;
}
.inc5000 .title-content h3 {
  font-family: "A2Beckett";
  font-weight: normal;
  font-size: 44px;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 768px) {
  .inc5000 .title-content h3 {
    font-size: 36px;
  }
}
.inc5000 .tab-content-3 {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .inc5000 .tab-content-3 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .inc5000 .tab-content-3 .mobile-wrap {
    padding-top: 40px;
    background: #fff;
  }
}
.inc5000 .tab-content-3 > .row {
  padding-top: 18px;
}
.inc5000 .tab-content-3 .ticket-info {
  padding: 33px 13px 13px;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inc5000 .tab-content-3 .ticket-info {
    background: #fff;
  }
}
.inc5000 .tab-content-3 .ticket-info h4 {
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
.inc5000 .tab-content-3 .ticket-info .item .title {
  cursor: initial;
}
.inc5000 .tab-content-3 .bottom-info {
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .inc5000 .tab-content-3 .bottom-info {
    background: #fff;
    padding: 50px 0 100px;
  }
}
.inc5000 .tab-content-3 .bottom-info p {
  font-size: 20px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .inc5000 .tab-content-3 .bottom-info p {
    line-height: 1.3;
  }
}
.inc5000 .tab-content-3 .bottom-info .red {
  color: #ef4224;
}
.inc5000 .tab-content-3 .bottom-info .red a {
  color: inherit;
}
.inc5000 p {
  font-weight: 400;
  line-height: 1.6;
  /* padding-bottom: 20px; */
}
.inc5000 .btn {
  line-height: 1;
  bottom: 16px;
  left: 11px;
  display: inline-block;
  padding: 8px 28px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: #fff !important;
  border-radius: 0!important;
  background: #FE3B00 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font: 600 16px/20px tablet-gothic;
  letter-spacing: 0px;
}
.inc5000 .btn:hover {
  background-color: #000 !important;
  color: #ffffff !important;
  border-color: #000 !important;
}
.inc5000 .block-center {
  text-align: center;
}
.inc5000 .mobile-details {
  color: #707070;
  font: 300 16px/20px tablet-gothic;
  background: #B2B2B2;
  border-radius: 0px;
  padding: 8px 5px 8px;
  text-align: center;
  margin: 0 13px 13px;
  letter-spacing: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 768px) {
  .inc5000 .mobile-details {
    position: static;
    z-index: 1;
    opacity: 1;
  }
}
.inc5000 .mobile-details span {
  display: inline-block;
  width: 9px;
  height: 9px;
  position: relative;
  margin-left: 8px;
  margin-bottom: 1px;
}
.inc5000 .mobile-details span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 1px;
  background: #5a5a5a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inc5000 .mobile-details span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 9px;
  background: #5a5a5a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inc5000 .mobile-details.active span:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-180deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-180deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-180deg);
  transform: translate(-50%, -50%) rotateZ(-180deg);
}
.inc5000 .mobile-details.active span:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-90deg);
  transform: translate(-50%, -50%) rotateZ(-90deg);
}

.inc5000 .best {
  /* border: 1px solid #000; */
  background: #ffe600;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  position: absolute;
  top: -18px;
  right: -16px;
}
.inc5000 .best > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0;
}
.inc5000 .best .paragraph > div {
  line-height: 9px;
  font-size: 11px;
  font-weight: 800;

}
.inc5000 .best strong {
  font-family: MillerBanner;
  text-transform: uppercase;
  font-size: 17px;
  display: block;
  line-height: 15px;
  margin-bottom: 3px;
}
.inc5000 .tab-content-3 .swoogo-title, .inc5000 .tab-content-3 .swoogo-text {
  margin: 0 auto;
  max-width: 750px;
}

/* Upgrades Page
---------------------------------------------------*/
.upgrades .swoogo-title {
    color: #000;
}
.upgradesTitle { 
	font-weight: 800;
    font-size: 45px;
}
@media (min-width: 768px) {
	.upgrades .swoogo-cols .col-sm-4 {
		border: 1px solid #dedede;
    	padding: 0;
		width: calc(33.33333% - 16.66667px);
    	margin-right: 25px;
	}
	.upgrades .swoogo-cols .col-sm-4:last-child {
    	margin-right: 0;
	}
    .upgrades .swoogo-cols .swoogo-title {
    	border-bottom: 1px solid #dedede;
      	text-align: center;
	}
	.upgrades .swoogo-cols .col-sm-4>* {
    	padding: 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  	.upgrades .swoogo-cols .swoogo-text {
    	min-height: 400px;
	}
	#w_5553051 {
    	padding-bottom: 64px;
	}
}
@media (min-width: 992px) {
	.upgrades .swoogo-cols .swoogo-text {
    	min-height: 300px;
	}
}
.upgrades .swoogo-cols .col-sm-4 {
  margin-bottom: 50px;
}
.upgrades .swoogo-cols .swoogo-question:nth-child(3) .control-label { display: none; }
.upgrades .swoogo-cols .swoogo-question:nth-child(3) .col-sm-10 { width: 100%; }
.upgrades .swoogo-cols label {
	font: 600 18px/24px tablet-gothic;
	color: #FF3B00;
}
.upgrades .swoogo-cols label .yes { font: 900 20px/24px Grot12Cond; }
.upgrades .swoogo-cols label.control-label {
    color: #474747;
	font: 300 16px/18px le-monde-livre-std;
}
.upgrades .swoogo-cols .form-group { margin-bottom: 0; }
.upgrades .swoogo-cols .col-sm-4 .swoogo-question { padding: 0 25px; }
.upgrades .swoogo-cols .swoogo-question:nth-child(4) .form-group {
  padding: 0 25px 25px 20px;
  max-width: 240px;
}
.upgrades select.quantity { height: 35px; }
.upgrades .form-control {
      border-color: #474747;
}
.upgrades .form-control[disabled] {
    background-color: #fff;
    opacity: .25;
}

/* Company Page
---------------------------------------------------*/

.company-page { padding-top: 0; }
#company-header-wrap {
	background-color: #FF3B00;
	height: 50px;
  	margin-bottom: 168px;
}
.company-page #logo-container {
  margin: 0 auto;
  width: 166px;
  padding-top: 15px;
}
.company-page .swoogo-reg-progress { display: none; }
.congrats, .company-page .title, .company-page .title p {
  font: 800 72px/76px Grot12Cond;
  color: #000;
}
.company-page .title p:nth-child(2) {
  color: #FF3B00;
  margin-top:28px;
}
.company-page .swoogo-text {
  max-width: 685px;
  margin: 0 auto;
}
.woo-hoo {
  	max-width: 450px;
    margin: 0 auto !important;
	font: 300 20px/30px tablet-gothic;
    color: #000;
}
@media (max-width: 648px) {
  .congrats, .company-page .title, .company-page .title p {
    font-size: 11.1vw;
    line-height: 11.8vw;
  }
	.company-page .title p:nth-child(2) {
		margin-top: 4.3vw;
	}
}
/* Confetti */

#emitter {
  visibility: hidden;
  background-color: #222;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  
  left: 0%;
}
.dot-container {
  position:absolute;
  left:0;
  top:0;
  overflow:visible;
  z-index:5000;
  pointer-events:none;
}
.dot {
  position: absolute;
  pointer-events: none; /*performance optimization*/
}




/* InGo
----------------------------------------------------*/

.ingo_login_widget .ingo_login_widget_header {
	color: #000 !important;
	font: 600 30px/30px 'Grot12Cond' !important;
}
.ingo_login_widget .ingo_login_widget_subheader, .ingo_login_widget .ingo_login_widget_manual_link {
	color: #333 !important;
	font: 300 16px/25px le-monde-livre-std !important;
	letter-spacing: 0px;
	color: #474747;
}
.ingo_login_widget .ingo_login_widget_subheader {
	margin-bottom: 30px !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 .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: #FF3B00 !important;
}
.ingo_login_widget_social_button_icon {
	background-color: #000 !important;
}
.ingo_login_widget_social_button_text {
	font: 600 18px/70px tablet-gothic !important;
	text-transform: capitalize !important;
	letter-spacing: none !important;
	color: #000 !important;
}
.ingo_login_widget .ingo_login_widget_hr {
	display: none !important;
}
.ingo_login_widget .ingo_login_widget_register_manual_link {
	color: #000 !important;
	font: 600 16px/20px tablet-gothic !important;
	letter-spacing: 0px !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: #474747 !important;
		font: 300 16px/20px le-monde-livre-std !important;
  		letter-spacing: 0px !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: 50px !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 {
	  font-family: ibm-plex-mono !important;
  font-weight: 300 !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #b2b2b2 !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 .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;
}


/* Who's Attending / Logo Page
----------------------------------------------------*/
/* logo blocks */
.reg-list-card .panel {
	display: flex;
    justify-content: center;
    flex-direction: column;
	box-shadow: none;
	border-radius: 0;
}
.reg-list-card {
  width: 246px;
  height: 246px;
  padding: 12px;
}
.swoogo-registrants > div > div:not(.panel) .row {
    margin-right: -12px;
    margin-left: -12px;
}
.swoogo-registrants > div > div.panel .row {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 746px) and (max-width: 991px) {
	.reg-list-card {
		padding: 6px;
		width: calc(25vw - 4px);
		height: calc(25vw - 4px);
	}
	.row-eq-height {
		display: flex;
    }
}
@media (max-width: 745px) {
	.row.row-eq-height {
    	display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
}
@media (max-width: 500px) {
	.reg-list-card {
		padding: 6px;
		width: calc(50vw - 10px);
		height: calc(50vw - 10px);
	}
}
/* filters */
.swoogo-registrants > div > .panel {
	background-color: #f4f4f4;
    border: none;
    box-shadow: none;
    color: #474747;
}
.swoogo-registrants > div > .panel > .panel-body {
    display: flex;
    justify-content: space-between;
  	align-items: flex-end;
}
.swoogo-registrants > div > .panel > .panel-body .row:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* flex-wrap: wrap; */
}
.swoogo-registrants > div > .panel > .panel-body > .row .col-sm-6 {
  padding-bottom: 0 !important;
  width: 380px;
}
.swoogo-registrants > div > .panel .form-group .control-label { display: none; }
.swoogo-registrants > div > .panel > .panel-body > .row .col-sm-6:first-child .form-group:before {
  content: "FILTER BY STATE";
  width: 164px;
  margin-right: 5px;
}
.swoogo-registrants > div > .panel > .panel-body > .row .col-sm-6:nth-child(2) .form-group:before {
  content: "FILTER BY INDUSTRY";
  width: 211px;
  margin-right: 5px;
}
.swoogo-registrants > div > .panel > .panel-body > .row .col-sm-6:first-child {
  margin-right: -20px;
}
.swoogo-registrants > div > .panel .form-group:before {
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 800 10px/12px ibm-plex-mono;
}
.swoogo-registrants .multiselect-selected-text {
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 400 10px/12px ibm-plex-mono;
  color: #474747;
}
.swoogo-registrants .caret {
  color: #474747;
}
.swoogo-registrants > div > .panel .form-group {
 	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: center;
  	margin-bottom: 0;
}
.swoogo-registrants .multiselect.dropdown-toggle {
  background-color: #fff !important;
  padding: 6px 10px;
  width: 190px !important;
  margin-right: -40px;
}
@media (max-width: 991px) {
	.swoogo-registrants > div > .panel .form-group {
      	flex-wrap: wrap;
    }
  	.swoogo-registrants > div > .panel > .panel-body > .row .col-sm-6 .form-group:before {
    	margin-bottom: 5px;
    }
  	.swoogo-registrants > div > .panel > .panel-body > .row .col-sm-6,
    .swoogo-registrants > div > .panel > .panel-body > .row .col-sm-6:first-child {
    	margin-right: -150px;
	}
}
@media (max-width: 660px) {
  .swoogo-registrants > div > .panel > .panel-body .row:first-child { flex-wrap: wrap; }
  .swoogo-registrants > div > .panel > .panel-body > .row .col-sm-6:first-child { margin-bottom: 15px; }
}
@media (max-width: 426px) {
	.swoogo-registrants > div > .panel > .panel-body {
    	flex-wrap: wrap;
    	justify-content: center;
    }
    .swoogo-registrants > div > .panel > .panel-body > .row .col-sm-6,
    .swoogo-registrants > div > .panel > .panel-body > .row .col-sm-6:first-child {
      margin-right: 0;
      margin-bottom: 15px;
      width: 100%;
    }
   .swoogo-registrants .multiselect.dropdown-toggle { width: 100% !important }
}

.swoogo-registrants .row.text-center .btn {
  background-color: #474747 !important;
      height: 38px;
    padding: 0px 40px;
}
.swoogo-registrants .multiselect-clear-filter {
  background-color: #fff !important;
  padding: 10px 13px;
}
.swoogo-registrants .multiselect-clear-filter .glyphicon {
  color: #b2b2b2;
}
/* pagination */
.swoogo-registrants .list-view .text-center:before {
  content:'See more attendees using the links below:';
  font: 600 18px/25px le-monde-livre-std;
  letter-spacing: 0px;
  color: #474747;
  display: block;
  margin: 0 auto;
  background-color: white;
  padding-bottom: 10px;
}
.swoogo-registrants .list-view .text-center {
    background-color: #f4f4f4;
    margin-top: 25px;
    margin-bottom: 50px;
  	color: #474747;
}
.pagination {
  margin: 9px 0 5px;
}
.pagination>li>a, .pagination>li>span {
  text-transform: uppercase;
  letter-spacing: .12em;
  font: 600 10px/12px ibm-plex-mono;
  color: #474747;
  background-color: transparent;
  border: none;
  padding: 6px 18px;
}
.pagination li.next>a, .pagination li.prev>a, .pagination li.next>span, .pagination li.prev>span {
  font-size: 14px;
  font-weight: 300;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #474747;
    background-color: #dedede;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover,
.pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  background-color: transparent;
  border: none;
  color: #dedede;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  color: #474747;
  background-color: #fff;
  border:none;
}

/* Moxie
--------------------------------------------------------------------------------*/
html, body.moxie-global {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
  border: none;
}

@font-face {
    font-family: "Centra No1";
    src: url(https://assets.swoogo.com/themes/5edfedac608fd/CentraNo1-Light.woff2) format('woff2'),
        url(https://assets.swoogo.com/themes/5edfedac608fd/CentraNo1-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}


/* Moxie - Nav bar
--------------------------------------------------------------------------------*/
.moxie-global .desktop-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.moxie-global .desktop-logo img{
  max-width: 138px;
}
.moxie-global .navbar-toggle {
  border: 0;
  border-radius: 0;
}
.moxie-global .navbar-toggle .icon-bar {
  background-color: #333;
}
.moxie-global #site-nav.affix .navbar-toggle .icon-bar {
  background-color:#fff;
}
.moxie-global .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;
  margin-top: 15px;
}
.moxie-global .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;
  left:0;
  height: 2px;
  width: 100%;
  opacity: 1;
  border-radius: 4px;
   margin-top: 0!important;
 }
.moxie-global .navbar-toggle .icon-bar {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.moxie-global .navbar-toggle span.icon-bar:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.moxie-global .navbar-toggle span.icon-bar:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.moxie-global .navbar-toggle span.icon-bar:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.moxie-global .navbar-toggle span.icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  left: 10px;
}
.moxie-global .navbar-toggle span.icon-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.moxie-global .navbar-toggle span.icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 44px;
  left: 10px;
}
.moxie-global .navbar-toggle.collapsed span.icon-bar:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 15px;
  left: 0px;
}
.moxie-global .navbar-toggle.collapsed span.icon-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.moxie-global .navbar-toggle.collapsed span.icon-bar:nth-child(3) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 29px;
  left: 0px;
}
.moxie-global .navbar-header .site-branding{
  	margin:0 auto;
}

.moxie-global #nav-wrap {
  	position: -webkit-sticky;
    position: sticky;
  	/*position: relative;*/
    top: 0px;
    margin-bottom: -1px;
  	z-index: 1005;
}

.moxie-global #nav-wrap .navbar-default{
    background: #fff;
    border: none;
    width: 100%;
  	height: 80px;
    margin: 0;
  	padding: 0;
  	border-bottom: 1px solid #e6e6e6;
}

.moxie-global #nav-wrap .container{
	width: 100%;
  	height:100%;
    max-width: 100%;
  	display: block;
  	padding: 0 15px;
}

.moxie-global #nav-wrap .navbar-default .navbar-header{
    width: 100%;
  	height: 100%;
    padding: 6px 0px;
    position: relative;
}

.moxie-global #nav-wrap .navbar-default .navbar-toggle{
    display:block;
    left: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
    position: absolute;
    top: 50%;
  	width: 50px;
  	z-index: 5;
  	height: 50px;
}

.moxie-global .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  background-color: transparent;

}

.moxie-global .navbar-default .navbar-toggle .icon-bar{
  background-color: #000;
}

.moxie-global .navbar-default .collapsed .icon-bar{
  background-color: #000;
}

.moxie-global .mobile-logo{
    display:block;
  	position: absolute;
    left: 50%;
  	top: 50%;
    transform: translate(-50%, -50%);
    width: 388px;
    height: 64px;
}

.moxie-global .secondary-logo{
  	display: flex;
    align-items: center;
  	position: absolute;
  	right: 15px;
  	top: 50%;
    transform: translateY(-50%);
}

.moxie-global .secondary-logo .sl__title{
    width: 150px;
    height: 25px;
    font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: 2px;
    text-align: center;
    color: black;
  	white-space: nowrap;
  	margin-right: 16px;
  	text-transform: uppercase;
}

.moxie-global .secondary-logo .sl__title p{
	margin: 0;
}

.moxie-global .secondary-logo .sl__image{
  width: 220px;
  height: auto;
}

.moxie-global #nav-wrap .navbar-default .navbar-menu {
  position: absolute;
  background-color: white;
  margin-left: -15px;
  width: 450px;
  -webkit-box-shadow: 10px 3px 15px 0px rgba(145,145,145,0.56);
  -moz-box-shadow: 10px 3px 15px 0px rgba(145,145,145,0.56);
  box-shadow: 10px 3px 15px 0px rgba(145,145,145,0.56);
  max-height: 100vh;
  overflow-y: auto;
}

.moxie-global #nav-wrap .navbar-default .navbar-menu .top-section-hamburger {
  width: 450px;
  height: 208px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: white;
}

.moxie-global #nav-wrap .navbar-default .navbar-menu .top-section-hamburger .hamburger-logo img {
  width: 153px;
  margin-top: 36px;
  margin-left: 148px;
}

.moxie-global #nav-wrap .navbar-default .navbar-menu .top-section-hamburger .hamburger-hashtag {
  font-family: Grot12Cond;
  font-size: 28px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: center;
  margin-top: 21px;
  color: #ff3b00;
}

.moxie-global #nav-wrap .navbar-default .navbar-menu .top-section-hamburger .border-bottom {
  border-bottom: 1px solid black;
  padding-top: 30px;
  width: 90%;
  margin: 0 auto;
}

@media(hover: hover) and (pointer: fine) {
    .moxie-global #nav-wrap .navbar-default .navbar-menu {
      overflow: hidden;
    }
}

.moxie-global #nav-wrap .navbar-default .navbar-menu:hover {
  	overflow-y: auto;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.moxie-global #nav-wrap .navbar-default .navbar-menu .sign-out-container{
  	position: absolute;
	right:36px;
  	top: 30px;
  	height: 26px;
  	color: #2e3092;
}

.moxie-global #nav-wrap .navbar-default .navbar-menu .sign-out-container i{
	margin-right: 22px;
}

.moxie-global #nav-wrap .navbar-default .navbar-menu .notifications{
	width: 100%;
  	height: 0;
  	background-color: #000;
  	margin-top: 103px;
}

@media (max-width:767px) {
  	.moxie-global #nav-wrap .navbar-default .navbar-menu {
     	max-height: calc(100vh - 80px); 
    }
  	.moxie-global #nav-wrap .navbar-default .navbar-menu .notifications {
      	margin-top: 0;
    }
    .moxie-global #nav-wrap .navbar-default .navbar-menu .close-bg {
		background-color: transparent;
    }
  	/*.moxie-global .navbar-menu .menu-sponsor {
    	height: 295px !important;
    }*/
  	.moxie-global .desktop-logo {
        top: 50%;
      	left: auto;
        right: 0;
        transform: translateY(-50%); 
    }
}

.moxie-global .navbar-nav{
	margin-top: 225px;
  	width: 100%;
  	float: none;
  	margin-bottom: 10px;
}

.moxie-global .navbar-nav>li {
  	clear:both;
  	width: 100%;
  	height: 50px;
  	border: none;
  	background-color: #fff;
  	padding-left: 78px;
}

.moxie-global .navbar-nav > li > a {
	font-family: Centra No1;
  	font-weight: 300;
  	text-transform: none;
  	font-size: 20px;
}

.moxie-global .navbar-nav .nav-li div {
    font-family: Grot12Cond;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    font-style: normal;
    line-height: 2.7;
    letter-spacing: normal;
}

.moxie-global .navbar-nav .nav-li div > a{
    color: #000;
}

.moxie-global .navbar-nav .nav-li div > a:hover {
    color: #ff3b00;
}

.moxie-global .navbar-nav .nav-li div > a.active {
  	color: #ff3b00;
}

.moxie-global .navbar-nav .nav-li.active div > a {
 	color: #ff3b00;
  	text-decoration: underline;
}

.moxie-global .navbar-menu .menu-sponsor {
 	width: 100%;
    height: 215px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    border: 20px solid white;
}

.moxie-global .navbar-menu .menu-sponsor .paragraph {
	font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: 2px;
  	margin-top: 25px!important;
  	margin-bottom: 15px!important;
  	text-align: center;
  	text-transform: uppercase;
  	color: white;
}

.moxie-global .navbar-menu .menu-sponsor .swoogo-image {
	max-width: 200px;
    text-align: center;
    margin: 0 auto;
  	filter: invert(1);
  	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Sponsors Section
--------------------------------------------------------------------------------*/

.moxie-global .sponsors {
  background-color: black;
  padding-top: 55px;
  padding-bottom: 55px;
}

.moxie-global .sponsors .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.moxie-global .sponsors p {
  color: white;
  font-family: ibm-plex-mono;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: white;
  text-transform: uppercase;
}

.moxie-global .sponsors .swoogo-cols .col-sm-4 {
  width: 25%;
}

.moxie-global .sponsors .swoogo-cols .col-sm-4:nth-child(1) {
  width: 50%;
}

.moxie-global .sponsors .swoogo-cols .col-sm-4:nth-child(2) img{
  margin-top: 30px;
}

.moxie-global .sponsors .swoogo-cols .col-sm-4:nth-child(3) img{
  margin-top: 35px;
}

.moxie-global .sponsors .swoogo-sponsor-info, .moxie-global .sponsors .swoogo-sponsors {
  filter: invert(1);
}

.moxie-global .sponsors .swoogo-line-container {
  color: #666666;
  margin-left: 14px;
}

.moxie-global .sponsors .swoogo-title h2 p {
  font-size: 56px;
  font-family: Grot12Cond;
  font-weight: 600;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #fff;
  text-transform: none;
  margin: 0 0 48px 0!important;
	text-align: center;
}

.moxie-global .sponsors .swoogo-sponsor-info .logo-img{ 
  margin: 0 0 35px 0;
}

.moxie-global .sponsors .swoogo-sponsor-info .img-thumbnail, .moxie-global .sponsors .swoogo-sponsors .panel {
  border: none;
  margin-bottom: 0;
}

.moxie-global .sponsors .swoogo-sponsors .reg-list-card { 
  height: auto;
  width: 24%;
}

.moxie-global .sponsors .swoogo-sponsors .list-view .reg-list-card{
  padding-top: 0;
}

.moxie-global .sponsors .swoogo-sponsors .row {
  justify-content: start;
}

@media (min-width: 768px){
  .moxie-global .sponsors .container {
    width: 750px;
  }
}

@media (min-width: 992px){
   .moxie-global .sponsors .container {
       width: 970px;
   }
}
@media (max-width: 992px){
  .moxie-global .sponsors .swoogo-title h2 p {
  font-size: 42px;
}
}

@media (min-width: 1200px){
  .moxie-global .sponsors .container {
    width: 1170px;
  }
}

@media (max-width: 767px){
  .moxie-global .sponsors .swoogo-sponsors {
   	margin-top: 20px;
  }
  .moxie-global .sponsors .swoogo-sponsors .row {
    flex-wrap: wrap;
  }
  .moxie-global .sponsors .swoogo-sponsors .reg-list-card {
    width: 45%;
  }
  .moxie-global .sponsors .swoogo-title h2 p {
  font-size: 36px;
    line-height: 1.2;
}
}

@media (max-width: 540px){
  .moxie-global .sponsors .swoogo-sponsor-info .logo-img {
    max-height: 70px!important;
  }
  .moxie-global .sponsors {
   padding-bottom: 15px; 
  }
}


/* Footer
--------------------------------------------------------------------------------*/
.moxie-global #footer-wrap {
  margin-top: -1px;
  padding: 0;
}

.moxie-global #footer-wrap .widget{
  border: none;
}

.moxie-global #footer-wrap .container{
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.moxie-global #footer-wrap .footer-menu {
  background-color: black;
  display: flex;
  margin: 0 auto;
  
}
.moxie-global .footer-menu a {
  font-family: Grot12Cond;
  font-size: 12px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: white !important;
  text-decoration: none;
}

.moxie-global .footer-menu img {
  margin-top: 50px!important;
  transform: translateY(-50%);
}

@media (min-width: 768px){
   .moxie-global #footer-wrap ul, .moxie-global #footer-wrap .bottom-container, .moxie-global #footer-wrap .footer-menu {
       width: 750px;
   }
}

@media (min-width: 992px){
   .moxie-global #footer-wrap ul, .moxie-global #footer-wrap .bottom-container, .moxie-global #footer-wrap .footer-menu {
       width: 970px;
   }
}

@media (min-width: 1200px){
  .moxie-global #footer-wrap ul, .moxie-global #footer-wrap .bottom-container, .moxie-global #footer-wrap .footer-menu {
    width: 1170px;
  }
}

.moxie-global #footer-wrap ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  /*justify-content: center;*/
  height: 100px;
  width: 100%;
  max-width: 1170px;
}

.moxie-global #footer-wrap li {
  padding: 5px 15px;
}

.moxie-global #footer-wrap li a{
  color: #000a12;
}

.moxie-global #footer-wrap .footer-bottom {
  background-color: #ff3b00;
  height: 80px;
}

.moxie-global #footer-wrap .bottom-container{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.moxie-global #footer-wrap .copyright {
  color: white;
  font-family: le-monde-livre-std;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.moxie-global #footer-wrap .hashtag {
  color: #fff;
  font-family: Grot12Cond;
  font-size: 24px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

.moxie-global #footer-wrap .bottom-ul{
  width: auto;
  height: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.moxie-global #footer-wrap .bottom-ul li{
    padding: 0;
}

/*.moxie-global #footer-wrap .fa-lg {
   font-size: 1em;
}*/

.moxie-global #footer-wrap .far {
   color: #fff;
}

@media (max-width: 1200px) {
   .moxie-global .secondary-logo{
       width: 270px;
   }
     .moxie-global .secondary-logo .sl__title{
        margin-right: 10px;
         font-size: 14px;
         line-height: 20px;
         height: auto;
   }
}

@media (max-width: 960px) {
   .moxie-global .secondary-logo{
       width: 181px;
   }
     .moxie-global .secondary-logo .sl__title{
        display: none;
   }
     .moxie-global .site-background{
       min-height: 640px!important;
   }
}

@media (max-width: 767px) {
   .moxie-global .secondary-logo{
         display: none;
   }

     .moxie-global .mobile-logo{
         width: 308px;
         left: auto;
       right: -15px;
       height: auto;
       top: 50%;
       transform: translateY(-50%);
     }

     .moxie-global .mobile-logo a img {
       width: 100%;
         max-width: 100%;
   }

     .moxie-global .navbar-nav {
       padding: 0;
       margin-top: 135px;
   }

     .moxie-global .site-background{
       min-height: 550px!important;
   }

     .moxie-global .header .swoogo-btn-group {
       width: 90% !important;
   }

   .moxie-global #footer-wrap ul {
       font-size: 75%;
   }

   .moxie-global #footer-wrap .fa-stack-1x {
    	top: 0;
   }

  .moxie-global #footer-wrap svg {
    	width: 2.2rem !important;
    	margin-left: 5px!important;
    	margin-top: 1px!important;
   }
  .moxie-global #footer-wrap .bottom-ul {
   		margin-right: 10px; 
  }
  .moxie-global #footer-wrap .hashtag {
    	margin-right: 15px; 
  }

}

@media (max-width: 678px) {
  	.moxie-global #footer-wrap .bottom-social{
     	text-align: right; 
    }
  	.moxie-global #footer-wrap svg {
    	margin-left: auto!important;
      	margin-right: 5px!important;
   }
   .moxie-global #footer-wrap .copyright {
     	font-size: 14px;
     	margin-left: 15px;
   }
   .moxie-global #footer-wrap .footer-menu {
     	padding: 0 15px;
   }
}

@media (max-width: 480px) {
     .moxie-global .mobile-logo{
     width: 220px;
   }

     .moxie-global #nav-wrap .navbar-default .navbar-menu {
       width: 100%;
   }

     .moxie-global #nav-wrap .navbar-default .navbar-menu .sign-out-container {
         right: auto;
       left: 50%;
       transform: translateX(-50%);
   }

     .moxie-global .navbar-nav > li {
       text-align: center;
   }

     .moxie-global .header .swoogo-btn-group {
       width: 100% !important;
   }

     .moxie-global .header .swoogo-btn-group .btn-standard {
       padding: 10px 15px 8px;
         font-size: 13px;
   }
}

@media (max-width: 480px) {
    .moxie-global .mobile-logo{
    width: 150px;
  }
}


/* Moxie - Agenda page
--------------------------------------------------------------------------------*/
.moxie-global.agenda #nav-wrap .navbar-default .navbar-menu {
  	max-height: 100vh;
}

.moxie-global.agenda .container-wide {
 	margin-top: 20px;
  	display: none;
  	position: relative;
}

.moxie-global.agenda .description br {
  	display: block;
    margin: 0px 0;
    content: "";
}

.moxie-global.agenda .swoogo-cols .swoogo-agenda {
  display: none;
}
.moxie-global.agenda .swoogo-cols .swoogo-title {
  display: none;
}

.moxie-global.agenda .sponsors .swoogo-cols .swoogo-title {
  display: block;
}

.moxie-global.agenda .container-wide .tab-widget-content {
  	min-height: 840px;
  	padding: 15px 0px!important;
}

.moxie-global.agenda .swoogo-sponsor-info {
  position: absolute;
}

.moxie-global.agenda .sponsors .swoogo-sponsor-info {
  position: relative;
}

.moxie-global.agenda .multiselect-item.filter {
  display: none;
}

.moxie-global.agenda .container-wide .swoogo-image {
  	position: absolute;
    width: 20%;
    float: none;
    top: 610px;
    left: 20px;
}

.moxie-global.agenda .swoogo-sponsor-info .logo-header {
	font-family: 'Grot12Cond';
    font-size: 16px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000a12;
  	padding: 5px;
  	margin-bottom: 13px;
  	text-transform: capitalize;
}

.moxie-global.agenda .main-content .swoogo-sponsor-info .standard-text{
  	max-width: 190px;
  	max-height: 60px;
    margin: 0 auto !important;
}

.moxie-global.agenda .session-filters {
  	float: left;
 	width: 25%;
  	margin-left: 0px;
  	margin-top: 0px;
}

.moxie-global.agenda .session-filters .filters-title{
  	font-family: Grot12Cond;
    font-size: 16px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black;
    margin-left: 25px;
    margin-bottom: 14px;
}

.moxie-global.agenda .session-filters input.multiselect-search{
	opacity: 1 !important;
    height: 100% !important;
    width: 90% !important;
}

.moxie-global.agenda .session-filters .col-sm-6 {
 	width: 90%;
  	clear: both;
  	margin-left: 10px;
}

.moxie-global.agenda .session-filters .filters-hashtag {
  	clear: both;
  	width: 100%;
 	padding: 20px;
  	text-align: center;
    font-family: Grot12Cond;
    font-size: 18px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff3b00;

}

.moxie-global.agenda .tab-style-folder {
  	float: right;
 	width: 75%;
  	padding-right: 15px;
}

.moxie-global.agenda .session-filters .btn-default {
  	border: none;
  	border-bottom: 1px solid #000;
  	border-radius: 0;
  	text-align: left;
  	padding: 14px 22px 28px 0;
  	background-color: transparent!important;
}

.moxie-global.agenda .session-filters div:nth-of-type(2) .btn-default{
  	border-top: 1px solid #000;
  	padding-top: 20px;
}

.moxie-global.agenda .session-filters .btn-group {
  overflow: hidden;
}

.moxie-global.agenda .session-filters .btn-group.open .btn-default{
  	border-bottom: none !important;
    background-color: #e6e6e6!important;
    border-top: 1px solid black;
  	padding-left: 10px;
}

.moxie-global.agenda.agenda .session-filters .btn-group.open .icon-filters:nth-child(1) {
  	transform: rotate(27deg);
    top: -2px;
}

.moxie-global.agenda.agenda .session-filters .btn-group.open .icon-filters:nth-child(2) {
  	transform: rotate(-27deg);
    top: -2px;
}

.moxie-global.agenda .session-filters .open-close {
	width: 25px;
    height: 25px;
  	position: absolute;
    right: 5px;
  	margin-top: 5px;
}

.moxie-global.agenda .session-filters .open-close .icon-filters:nth-child(1) {
	background-color: black;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 10px;
    border-radius: 1px;
    transform: rotate(-27deg);
    top: 3px;
}

.moxie-global.agenda .session-filters .open-close .icon-filters:nth-child(2) {
	background-color: black;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 16px;
    border-radius: 1px;
    transform: rotate(27deg);
    top: 3px;
}

.moxie-global.agenda .session-filters .open-close .icon-filters:nth-child(3) {
	background-color: black;
    width: 1px;
    height: 17px;
    position: absolute;
    left: 13px;
    border-radius: 1px;
    top: -2px;
}

.moxie-global.agenda .session-filters .btn-default:active, .moxie-global.agenda .session-filters .btn-default:hover, .moxie-global.agenda .session-filters .btn-default:focus {
  	background-color: transparent;
  	box-shadow: none;
}

.moxie-global.agenda .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  	background-color: transparent;
  	box-shadow: none;
}

.moxie-global.agenda .session-filters .multiselect-selected-text {
 	font-family: tablet-gothic;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
    text-transform: none;
 }

.moxie-global.agenda .session-filters .multiselect-container {
 	position: relative;
  	max-width: 100%;
  	border-bottom: 1px solid #000 !important;
  	padding-bottom: 20px;
  	margin-left: 20px;
}

.moxie-global.agenda .session-filters .multiselect-container label {
 	font-family: tablet-gothic;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.09;
    letter-spacing: normal;
    color: #000a12;
}

.moxie-global.agenda .session-filters .dropdown-menu {
 	border: none;
  	box-shadow: none;
  	border-radius: 0;
}

.moxie-global.agenda .session-filters .caret {
 	display: none;
}

.moxie-global.agenda .session-filters .col-sm-6 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.moxie-global.agenda .session-filters .btn-group label:before{
  	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro";
    content: "\f0c8";
    width: 15px;
    height: 15px;
    color: #979797;
  	margin-right: 8px;
}

.moxie-global.agenda .session-filters li.active label:before{
  	font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro";
  	font-weight: 900;
    content: "\f14a";
    width: 15px;
    height: 15px;
    color: #ff3b00;
  	margin-right: 8px;
}

.moxie-global.agenda .session-filters li.active a{
  	color: #3e5660;
  	background-color: #fff;
}

.moxie-global.agenda .agenda-table {
 	border-collapse: separate;
    border-spacing: 0px 115px;
  	table-layout: fixed;
}

.moxie-global.agenda .agenda-table tbody tr{
 	background-color: #fff;
  	color: #000;
  	display: flex;
  	height: auto;
  	border: none;
  	padding: 80px 0;
}

.moxie-global.agenda .agenda-table tbody tr:nth-child(1) {
  	margin-top: -70px;
}

.moxie-global.agenda .agenda-table tbody tr a{
  	color: #fff;
    background-color: #ff3b00;
  	font-family: tablet-gothic;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
  	border: none;
}

.moxie-global.agenda .agenda-table tbody tr a:hover {
 	color: #fff;
  	border: none;
}

.moxie-global .btn-black {
  	background-color: #000!important;
}

.moxie-global .btn-grey {
  	background-color: #7b7f83!important;
}

.moxie-global .btn-orange {
  	background-color: #ff3b00!important;
}

.moxie-global .btn-white {
  	background-color: #fff!important;
  	color: #ff3b00!important;
  	border: 1px solid #ff3b00!important;
}

.moxie-global .btn-white a{
	color: #ff3b00!important;
}

.moxie-global .btn-white a:hover{
	color: #fff!important;
  	border: 1px solid transparent;
}

.moxie-global .btn-white:hover {
  	border: 1px solid transparent;
}

.moxie-global.agenda .agenda-table tbody tr.expanded{
 	height: auto;
  	border: none;
}

.moxie-global.agenda .agenda-table tbody td {
 	border: none;
  	padding: 0!important;
}

.moxie-global.agenda .agenda-table .start_time {
 	position: absolute;
    display: block;
    margin-top: -112px;
    color: white;
  	font-family: Grot12Cond;
    font-size: 34px;
    font-weight: 600;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: lowercase;
  	width: 100%;
    padding: 5px 34px !important;
    background-color: #7b7f83;
}

.moxie-global.agenda .agenda-table .speakersImages {
  display: none;
}

.moxie-global.agenda .agenda-table .speakers_img {
 	padding: 0 !important;
  	max-width: 175px;
    height: 224px;
  	width: 175px;
  	position: relative;
  	background-image: url(https://assets.swoogo.com/uploads/full/701835-5f85bea1625b1.png);
  	background-repeat: no-repeat;
    background-size: auto 224px;
  	display: block;
  	overflow: hidden;
  	margin-left: 34px;
  	float: left;
}

.moxie-global.agenda .agenda-table .speakers_img img {
 	width: auto!important;
    max-width: none;
    height: 100%;
  	padding: 0;
    border: none;
  	border-radius: 0px;
  	height: 245px;
}

.slick-track:before, .slick-track:after {
	display: none!important;
}

.moxie-global.agenda .agenda-table .speakers_img .fa-chevron-left {
 	position: absolute;
    z-index: 2;
    left: 0px;
    padding: 10px;
    top: 100px;
  	font-size: 24px;
  	color: #fff;
  	text-shadow: 0px 0px 3px #9d9d9d;
  	cursor: pointer;
}

.moxie-global.agenda .agenda-table .speakers_img .fa-chevron-right {
 	position: absolute;
    z-index: 2;
    right: 0px;
    padding: 10px;
    top: 100px;
  	font-size: 24px;
  	color: #fff;
    text-shadow: 0px 0px 3px #9d9d9d;
  	cursor: pointer;
}

.moxie-global.agenda .agenda-table .speakers_img .slick-dots {
 	position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin: 0;
    background-color: #fff;
    opacity: 0.7;
    height: 39px;
}

.moxie-global.agenda .agenda-table .speakers_img .slick-dots li{
  	font-size: 0px;
    line-height: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0px;
    cursor: pointer;
  	border: 1px solid #979797;
    background: transparent;
    border-radius: 50%;
  	margin: 10px;
}

.moxie-global.agenda .agenda-table .speakers_img .slick-dots button {
  	font-size: 0px;
    display: block;
    width: 9px;
    height: 9px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
    background: transparent;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: 2px;
}

.moxie-global.agenda .agenda-table .speakers_img .slick-dots .slick-active button {
  background: #9ad6db;
}

.moxie-global.agenda .agenda-table .speakers_img a:nth-child(1) {
 	display: contents;
}

.moxie-global.agenda .agenda-table .speakers_img .slick-slide:nth-child(2) {
 	min-width: 193px;
}

.moxie-global.agenda .agenda-table .speakers_img .slick-track {
	min-width: 193px;
}

.moxie-global.agenda .agenda-table .type_id {
 	display: none; 
}

.moxie-global.agenda .agenda-table .session-type {
  	display: inline-block;
  	font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #7b7f83;
  	text-transform: uppercase;
  	transform: translateY(-5px);
}

.moxie-global.agenda .agenda-table .info-container {
 	width: 100%;
  	background-color: white;
}


.moxie-global.agenda .agenda-table .left-container {
    display: block;
    width: 58%;
    height: auto;
    margin: 0;
    float: left;
  	position: relative;
  	padding-left: 34px;
  	min-height: 224px;
}

.moxie-global.agenda .agenda-table .right-container {
	display: block;
    width: 20%;
    height: 224px;
    float: right;
  	text-align: right;
  	position: relative;
}

.moxie-global.agenda .agenda-table td.name {
	display: none;
}

.moxie-global.agenda .agenda-table div.session-title {
	font-family: Grot12Cond;
    font-size: 28px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    width: 100%;
    padding-left: 0;
  	margin-top: 0px;
  	overflow: hidden;
    text-overflow: ellipsis;
  	white-space: nowrap;
}

.moxie-global.agenda .agenda-table td.speakers {
 	display: none;
}

.moxie-global.agenda .agenda-table div.speakers {
  	font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #ff3b00;
  	display: inline-block;
    width: auto;
    text-transform: uppercase;
  	margin-right: 10px;
  	transform: translateY(-5px);
}

.moxie-global.agenda .agenda-table .speakers p {
 	margin-bottom: 3px;
}

.moxie-global.agenda .agenda-table .speakers p.active{
  	font-weight: bold;
}

.moxie-global.agenda .agenda-table td.description {
 	display: none;
}

.moxie-global.agenda .agenda-table div.description {
	display: block;
    overflow: hidden;
    max-height: 97px;
    width: 100%;
    font-family: le-monde-livre-std;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
  	margin-top: 15px;
}

.moxie-global.agenda .agenda-table .c_20159 {
 	display: none;
}

.moxie-global.agenda .agenda-table div.description p {
  	margin: 0;
}

@media (max-width: 1200px) {
  	.moxie-global.agenda .agenda-table .right-container {
      width: 20%;
    }
  	.moxie-global.agenda .agenda-table div.session-title {
      	font-size: 25px;
    }
 	.moxie-global.agenda .agenda-table div.description {
     	max-height: 95px;
      	width: auto;
    }
}

.moxie-global.agenda .agenda-table tr.expanded div.description {
  	max-height: 95% !important;
}

.moxie-global.agenda .agenda-table .times {
	display: none;
}

.moxie-global.agenda .agenda-table div.learn-more{
  	font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
	display: block;
  	width: 100px;
    position: absolute;
  	cursor: pointer;
  	bottom: 0;
}

.moxie-global.agenda .agenda-table div.learn-more .open-close {
    transform: scale(0.8);
    display: inline-block;
    top: -10px;
    position: relative;
}

.moxie-global.agenda .agenda-table div.learn-more .open-close .icon-filters:nth-child(1) {
  	background-color: black;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 10px;
    border-radius: 1px;
    transform: rotate(-27deg);
    top: 3px;
}

.moxie-global.agenda .agenda-table div.learn-more .open-close .icon-filters:nth-child(2) {
  	background-color: black;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 16px;
    border-radius: 1px;
    transform: rotate(27deg);
    top: 3px;
}

.moxie-global.agenda .agenda-table div.learn-more .open-close .icon-filters:nth-child(3) {
  	background-color: black;
    width: 1px;
    height: 17px;
    position: absolute;
    left: 13px;
    border-radius: 1px;
    top: -2px;
}

.moxie-global.agenda .agenda-table div.learn-more .learn-close .open-close .icon-filters:nth-child(1) {
    transform: rotate(27deg);
    top: -2px;
}

.moxie-global.agenda .agenda-table div.learn-more .learn-close .open-close .icon-filters:nth-child(2) {
    transform: rotate(-27deg);
    top: -2px;
}

.moxie-global.agenda .agenda-table div.learn-more .learn-open {
  	display: block;
}

.moxie-global.agenda .agenda-table div.learn-more .learn-close {
  	display: none;
}

.moxie-global.agenda .agenda-table tr.expanded div.learn-more {
  	/*bottom: -165px;*/
}

.moxie-global.agenda .agenda-table tr.expanded div.learn-more .learn-open {
	 display: none;
}

.moxie-global.agenda .agenda-table tr.expanded div.learn-more .learn-close{
	display: block;
}

.moxie-global.agenda .agenda-table td.c_21864 {
 	display: none;
}

.moxie-global.agenda .agenda-table div.sponsor {
    min-width: 260px;
    height: auto;
    display: block;
    position: relative;
    top: 50px;
    right: 0;
}

.moxie-global.agenda .agenda-table tr.expanded div.sponsor {
  	bottom: -100px;
}

.moxie-global.agenda .agenda-table div.sponsor p {
 	color: #000;
  	font-family: Grot12Cond;
    font-size: 16px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
  	margin: 0;
  	padding-bottom: 5px;
}

.moxie-global.agenda .agenda-table div.sponsor img{
  	max-width: 200px;
  	max-height: 35px;
    height: auto;
    width: auto;
}

.moxie-global.agenda .agenda-table .c_750 {
 	display: block;
  	margin-left: 39px;
  	max-height: 80px;
    overflow: hidden;
}

.moxie-global.agenda .agenda-table td.c_21863 {
 	display: none;
}

.moxie-global.agenda .agenda-table div.tags {
 	display: block;
  	max-height: 80px;
    overflow: hidden;
  	font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: right;
    color: #000a12;
  	text-transform: uppercase;
}

.moxie-global.agenda .agenda-table .addToCalendar {
	display: none;
}

.moxie-global.agenda .agenda-table .webinar_url, .moxie-global.agenda .agenda-table .date_and_time {
  	display: none;
}

.moxie-global.agenda .agenda-table .c_20995 {
 	 display: none;
}

.moxie-global.agenda .agenda-table div.button {
 	position: absolute;
    bottom: 0px;
    right: 0px;
  	width: 202px;
}

.moxie-global.agenda .agenda-table div.button a {
 	width: 100%;
}

@media (max-width: 1200px) {
  	.moxie-global.agenda .agenda-table div.sponsor {
      	min-width: 0;
    }
  	.moxie-global.agenda .agenda-table div.sponsor img {
  		max-width: 150px;
	}
  	.moxie-global.agenda .agenda-table div.button {
     	width: 155px;
    }
  	.moxie-global.agenda .agenda-table div.button a {
    	padding: 10px 32px 8px;
        letter-spacing: 1px;
        font-size: 12px;
    }
}

.moxie-global.agenda .agenda-table tr.expanded div.button {
 	/*bottom: -165px;*/
}

.moxie-global.agenda .agenda-table td.c_20568 {
	display: none;
}

.moxie-global.agenda .nav-tabs {
  	border: none;
  	display: flex;
  	justify-content: space-evenly;
  	border-bottom: solid 1px #979797;
}

.moxie-global.agenda .nav-tabs li {
  	margin-right: 33px;
  	padding-bottom: 10px;
}

.moxie-global.agenda .swoogo-tabs.tab-style-folder .nav-tabs>li:not(.active)>a:hover {
  	border: none;
}

.moxie-global.agenda .swoogo-tabs .nav-tabs>li>a {
  	-webkit-transition: none;
  	transition: none;
}

.moxie-global.agenda .nav-tabs li a {
  	font-family: ibm-plex-mono;
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.67px;
    text-align: center;
    color: #000a12;
  	padding: 3px 7px;
}

.moxie-global.agenda .nav-tabs li.active {
  	border-bottom: 3px solid #000;
}

.moxie-global.agenda .nav-tabs li.active a, .moxie-global.agenda .nav-tabs li.active a:hover {
	border: none;
}
@media (max-width: 1400px) {
	.moxie-global.agenda .agenda-table .left-container {
      	width: 52%
    }
}

@media (max-width: 1200px) {
  .moxie-global.agenda .session-filters .multiselect-selected-text {
  		font-size: 15px;
  }
  .moxie-global.agenda .session-filters .multiselect-container label {
        font-size: 13px;
        padding: 3px 10px 3px 3px;
  }
  .moxie-global.agenda .nav-tabs li a {
  		font-size: 10px;
  }
}
@media (max-width: 1200px) {
  	.moxie-global.agenda .nav-tabs li {
        margin-right: 5px;
    }
}

@media (max-width: 1050px) {
	.moxie-global.agenda .nav-tabs li a {
      	font-size: 9px;
    }
  	.moxie-global.agenda .agenda-table .right-container {
      width: 20%
    }
  	.moxie-global.agenda .agenda-table .left-container {
      width:50%
    }
}

@media (max-width: 970px) {
  .swoogo-agenda .row.session-filters {
   		float: none;
    	width: 100%;
    	margin-top: 0;
  }
  .moxie-global.agenda .session-filters .col-sm-6 {
    	width: 100%;
  }
  .moxie-global.agenda .session-filters .multiselect-selected-text {
    	font-size: 20px;
  }
  .moxie-global.agenda .session-filters .filters-hashtag{
    	text-align: left;
  }
  .moxie-global.agenda .swoogo-sponsor-info {
        width: auto!important;
        right: 20px;
  }
  .moxie-global.agenda .container-wide .swoogo-image {
    	display: none;
  }
  .moxie-global.agenda .tab-style-folder {
  		margin-top: 0;
    	float: none;
    	width: 100%;
  }
  .moxie-global.agenda .nav-tabs li a {
  		font-size: 10px;
  }
  .moxie-global.agenda .container-wide .tab-widget-content {
        padding: 15px 0 15px 15px!important;
        overflow: hidden;
  }
}

@media (max-width: 767px) {
	.moxie-global.agenda .agenda-table tbody tr {
      	display: flex;
      	flex-flow: wrap;
    }
  	.moxie-global.agenda .agenda-table .speakers_img {
     	float: left;
    }
  	.moxie-global.agenda .agenda-table .type_id {
     	float: left;
      	background-color: #000 !important;
    }
  	.moxie-global.agenda .agenda-table div.session-title {
      	padding-left: 10px;
    }
  	.moxie-global.agenda .agenda-table div.speakers {
      	padding: 0px 0px 15px 10px;
    }
  	.moxie-global.agenda .agenda-table div.description {
      	padding-left: 10px;
    }
  	.moxie-global.agenda .agenda-table div.learn-more {
     	margin-left: 10px;
    }
  	.moxie-global.agenda .agenda-table .left-container {
      	width: 40%;
    }
  	.moxie-global.agenda .agenda-table .right-container {
      	width: 24%;
    }
}

@media (max-width: 660px) {
  	.moxie-global.agenda .agenda-table .start_time {
    	font-size: 30px;
    }
  	.moxie-global.agenda .agenda-table .right-container {
        width: 100%;
        height: 113px;
        float: left;
        text-align: left;
        position: relative;
    }
  	.moxie-global.agenda .agenda-table div.tags {
     	text-align: left;
        margin-left: 0px;
        position: absolute;
        bottom: 0; 
    }
  	.moxie-global.agenda .agenda-table div.sponsor {
      	position: absolute;
        left: 0px;
        right: auto;
        top: 5px;
      	padding: 0px 20px 20px 0;
    }
  	.moxie-global.agenda .agenda-table div.sponsor p {
     	text-align: left;
      	margin-bottom: 11px;
    }
  	.moxie-global.agenda .agenda-table div.button {
     	position: absolute;
        bottom: 0px !important;
        right: 0px;
    }
  	.moxie-global.agenda .agenda-table .left-container {
      	float: left;
        width: 64%;
        margin-left: 0px;
    }
  	.moxie-global.agenda .agenda-table .speakers_img {
     	margin-left: 0px; 
    }
}

@media (max-width: 540px) {
  	.moxie-global.agenda .session-filters .dropdown-menu li {
      	padding-bottom: 15px;
    }
 	.moxie-global.agenda .session-filters .col-sm-6 {
      	width: 96%;
    }
  	.moxie-global.agenda .agenda-table .left-container {
      	width: 95%;
      	margin-left: 0;
      	padding-left: 0;
      	margin-top: 20px;
      	min-height: auto;
      	height: auto!important;
    }
  	.moxie-global.agenda .agenda-table .right-container {
        height: auto;
    }
  	.moxie-global.agenda .agenda-table {
     	width: 100%;
      	padding-right: 15px;
    }
  	.moxie-global.agenda .tab-style-folder {
     	padding-right: 0;
    }
  	.moxie-global.agenda .agenda-table div.sponsor {
      	position: relative;
        left: auto;
      	overflow: hidden;
      	padding: 20px 20px 0 0;
    }
  	.moxie-global.agenda .agenda-table div.sponsor p {
      	float: left;
      	margin-left: 5px;
    }
  	.moxie-global.agenda .agenda-table div.sponsor img {
      	margin-left: 5px;
    }
  	.moxie-global.agenda .agenda-table div.button{
     	width: 100%;
      	position: relative;
      	margin-top: 20px;
    }
  	.moxie-global.agenda .agenda-table div.button a {
      	width: 100%;
    }
  	.moxie-global.agenda .agenda-table div.tags {
    	margin-top: 30px;
      	bottom: auto;
      	position: relative;
    }
  	.moxie-global.agenda .agenda-table tr.expanded div.sponsor {
      	bottom: auto;
    }
  	.moxie-global.agenda .agenda-table tr.expanded div.button {
     	bottom: 20px;
    }
  	.moxie-global.agenda .nav-tabs {
      	justify-content: center;
        flex-wrap: wrap;
        width: 95%;
        margin: 0 auto;
    }
  	.moxie-global.agenda .nav-tabs li {
    	margin-right: 15px;
    }
  	.moxie-global.agenda .agenda-table .speakers_img {
      	z-index: 2;
        left: 50%;
        transform: translateX(-50%);
    }
  	.moxie-global.agenda .agenda-table div.speakers {
     	padding: 0px 0px 15px 0px;
    }
  	.moxie-global.agenda .agenda-table div.session-title {
     	padding-left: 0; 
    }
  	.moxie-global.agenda .agenda-table div.description {
        padding-left: 0;
      	margin-bottom: 40px;
    }
    .moxie-global.agenda .agenda-table .type_id {
		z-index: 2;
    }
  .moxie-global.agenda .agenda-table div.learn-more {
  		bottom: 0;
     	margin-left: 0;
  }
}

@media (max-width: 420px) {
  	.moxie-global.agenda .nav-tabs li {
    	margin-right: 5px;
    }
  	.moxie-global.agenda .nav-tabs li a {
     	font-size: 9px; 
      	padding: 3px 2px;
    }
}

/* Main stage
--------------------------------------------------------------------------------*/
.moxie-global.sessions .container-top .content {
    display: flex;
    width: 100%;
}

.moxie-global.sessions .container-top .swoogo-title {
	display: none;
}

.moxie-global.sessions .container-top .content .sortable {
    width: 100%;
}
.moxie-global.sessions .container-top .swoogo-iframe {
	position: relative;
  	width: 25%;
  	min-width: 320px;
}

.moxie-global.sessions .container-top .swoogo-speakers {
	position: relative;
  	width: 27%;
  	min-width: 320px;
  	overflow: hidden;
  	background-color: #fff;
    font-family: le-monde-livre-std;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
}

.moxie-global.sessions .container-top .swoogo-speakers:before {
	content: "Coaching & Consulting Corner";
  	width: 100%;
  	height: 107px;
  	background-color: #ff3b00;
  	display: flex;
  	align-items: center;
  	align-content: center;
  	justify-content: center;
  	position: relative;
  	z-index: 99;
    font-family: Grot12Cond;
    font-size: 22px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #000a12;
  	padding: 16px;
}

.moxie-global.sessions .container-top .swoogo-speakers .row {
	margin: 0;
}

.moxie-global.sessions .container-top .swoogo-speakers hr {
	margin: 0;
  	border-color: #000;
}

.moxie-global.sessions .container-top .swoogo-speakers b {
    font-family: Grot12Cond;
    font-size: 20px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
  	padding-bottom: 7px;
  	display: inline-block;
}

.moxie-global.sessions .container-top .swoogo-speakers .col-sm-3 {
	padding: 0;
  	width: 35%;
}

.moxie-global.sessions .container-top .swoogo-speakers .col-sm-9 {
	padding: 7px 15px 34px 15px;
  	width: 65%;
  	position: relative;
}

.moxie-global.sessions .container-top .swoogo-speakers .col-sm-9 a {
	display: block;
    font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
  	text-transform: uppercase;
  	position: absolute;
  	bottom: 7px;
  	left: 0;
  	padding: 0 15px;
}

.moxie-global.sessions .container-top .swoogo-speakers > div {
	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: 0;
  	height: 100%;
  	overflow: auto;
  	padding-top: 107px;
}

.moxie-global.sessions .container-top .swoogo-iframe:before {
	display: block;
    content: "";
    width: 100%;
    padding-top: calc(23 / 48 * 100%);
}

.moxie-global.sessions .container-top .swoogo-iframe div {
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  	margin: 0 !important;
}

.moxie-global.sessions .container-top .swoogo-iframe iframe {
	height: 100%;
    max-width: 100%;
  	overflow-y: hidden;
}

.moxie-global.sessions .swoogo-video {
 	width: 100%;
  	max-height: calc(100vh - 180px);
}

.moxie-global.sessions .swoogo-video .embed-responsive iframe {
  	max-height: calc(100vh - 180px);
}

.moxie-global.sessions .swoogo-pigeonhole {
 	width: 25%;
  	height: auto;
  	flex-grow: 1;
  	min-width: 320px;
}

.moxie-global.sessions .swoogo-pigeonhole .communicate-container {
  	height: 100%;
  	margin: 0 !important;
}

.moxie-global.sessions .swoogo-pigeonhole .communicate-container .clearfix {
  	height: 100%;
}

.moxie-global.sessions .swoogo-pigeonhole .communicate-container iframe {
  	height: 100%;
}

.moxie-global.sessions .swoogo-video .mt-medium{
  	max-height: 100% !important;
 	width: 100%;
  	margin: 0 !important;
}

.moxie-global.sessions .swoogo-video .mt-medium .embed-responsive{
  	height: 100%;
  	width: 100%;
  /*padding-bottom: 53% !important;*/
}

.moxie-global.sessions .container-top {
 	background-color: #000;
}

.moxie-global.sessions .container-top .widget{
 	border: none;
}

.moxie-global.sessions .container-top img {
  	margin: 0 !important;
}

.moxie-global.sessions .divided-right {
  	float: right;
 	width: 24%;
  	background-size: contain;
}

.moxie-global.sessions .container-main .gala-title a{
  font-family: Grot12Cond;
  font-size: 50px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000a12;
  text-decoration: none;
}

.moxie-global.sessions .container-main .gala-title a:hover {
  color: #000a12;
  text-decoration: none;
}

.moxie-global.sessions .container-main .gala-title-bottom a{
  font-family: Grot12Cond;
  font-size: 30px;
  font-weight: 700;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000a12;
}

.moxie-global.sessions .container-main .gala-title-bottom a:hover {
  color: #000a12!important;
  text-decoration: none;
}

.moxie-global.sessions .container-main .gala-title-bottom a span{
  color: #ff3b00;
}

.moxie-global.sessions .container-main .swoogo-button-group{
  	width: 100%;
	height: 100px;
  	border: 1px solid #dcdcdc !important;
}

.moxie-global.sessions .container-main .swoogo-button-group.innovation {
 	background-color: #9ad6db;
}

.moxie-global.sessions .container-main .swoogo-button-group .swoogo-btn-group {
 	margin: 0 !important;
  	padding: 0 !important;
}

.moxie-global.sessions .container-main .swoogo-button-group .swoogo-button{
	width: 16.66%;
  	height: 100px;
  	background-color: #fff;
  	display: block;
  	float: left;
  	border: 1px solid #dcdcdc;
  	position: relative;
  	text-align: left !important;
  	margin: -1px 0 0 -1px;
  	border-right: 0;
  	cursor: pointer;
}

.moxie-global.sessions .container-main .swoogo-button-group .swoogo-button a{
	position: absolute;
    height: 100%;
    width: 100%;
    font-family: Grot12Cond;
    font-size: 16px;
    font-weight: 600;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #a0a0a0!important;
    background-color: white!important;
    text-transform: capitalize;
}

.moxie-global.sessions .container-main .swoogo-btn-group div:nth-child(1), .moxie-global.sessions .container-main .swoogo-btn-group div:nth-child(2) {
  	white-space: nowrap;
}

.moxie-global.sessions .container-main .swoogo-button-group .swoogo-button span{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  	text-align: center;
}

.moxie-global.sessions .container-main .swoogo-button-group .swoogo-button.active {
  	background-color: #9ad6db;
}

.moxie-global.sessions .container-main .swoogo-button-group .swoogo-button.active a{
  	color: #000!important;
    border-bottom: 3px solid black;
}

.moxie-global.sessions .container-main .swoogo-title, .moxie-global.sessions .container-re .swoogo-title {
 	width: 90%;
    margin: 0px auto; 
}



.moxie-global.sessions .swoogo-title p.main-stage-title {
 	font-family: Grot12Cond;
    font-size: 50px;
    font-weight: 900;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
}

.moxie-global.sessions .container-main .swoogo-text .paragraph {
  	font-family: le-monde-livre-std;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
  	margin-left: 5%;
}

.moxie-global.sessions .container-re .swoogo-line {
 	margin: 0 auto!important;
}

.moxie-global.sessions .container-re .swoogo-text .paragraph {
  	font-family: le-monde-livre-std;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
  	margin-left: 5%;
}

.moxie-global.sessions .container-re .swoogo-text .paragraph a:hover, .moxie-global.sessions .container-main .swoogo-text .paragraph a:hover {
  	color: #ff3b00;
}

.moxie-global.sessions .container-main .swoogo-agenda{
 	padding: 0;
  	/*display: none;*/
}

.moxie-global.sessions .container-main .session-container {
 	border-top: solid 1px black;
  	display: block;
  	padding: 10px 38px 10px 38px;
  	overflow: hidden;
  	min-height: 200px;
  	position: relative;
}

.moxie-global.sessions .container-main .mt-medium .session-container:nth-child(1){
  	border-top: none;
}

.moxie-global.sessions .container-main .tab-widget-content .session-top {
    width: 100%;
  	margin-bottom: 30px
}

.moxie-global.sessions .container-main .tab-widget-content .session-left {
    width: 12%;
    float: left;
}

.moxie-global.sessions .container-main .tab-widget-content .session-middle {
    float: left;
  	width: 60%;
}

.moxie-global.sessions .container-main .tab-widget-content .session-middle {
  
}

.moxie-global.sessions .container-main .tab-widget-content .session-middle .description br {
  	display: block;
    margin: 15px 0;
    content: "";
}

.moxie-global.sessions .container-main .tab-widget-content .session-middle .description p {
  	font-family: le-monde-livre-std;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
}

.moxie-global.sessions .container-main .tab-widget-content .session-middle .description strong{
    font-family: Grot12Cond;
    font-size: 28px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
}

.moxie-global.sessions .container-main .tab-widget-content .reg-type {
  	display: none;
}

.moxie-global.sessions .container-main .tab-widget-content .calendar {
    display: none;
}

.moxie-global.sessions .container-main .swoogo-tabs {
  	width: 90%;
    margin: 0 auto;
  	border-left: 1px solid black;
    border-right: 1px solid black;
}

.moxie-global.sessions .container-main .tab-widget-content {
	padding: 0;
}

.moxie-global.sessions .container-main .nav-tabs {
	border-bottom: 1px solid black;
  	justify-content: inherit;
}

.moxie-global.sessions .container-main .nav-tabs li {
    width: 257px;
    height: 70px;
    margin-left: 2%;
}

.moxie-global.sessions .container-main .nav-tabs li:nth-child(1) {
  	margin-left: 0;
}

.moxie-global.sessions .container-main .nav-tabs li.active{
    border-bottom: 3px solid black;
}

.moxie-global.sessions .container-main .nav-tabs li.active p{
  	color: black;
}

.moxie-global.sessions .container-main .nav-tabs li p {
  	color: black;
    text-transform: uppercase;
    font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.33px;
    text-align: center;
  	top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
  	padding: 0 20px;
}

.moxie-global.sessions .container-main .nav-tabs .swoogo-tab-header {
  	padding: 0!important;
}

.moxie-global.sessions .container-main .tab-widget-content .session-right {
 	right: 0;
  	width: 20%;
  	position: absolute;
  	top: 50%;
    transform: translateY(-50%);
}

.moxie-global.sessions .container-main .tab-widget-content .session-right .session-button {
    width: 169px;
    height: 48px;
    font-family: tablet-gothic;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 48px;
    letter-spacing: normal;
    text-align: center;
    color: white;
    background-color: black;
  	position: relative;
  	cursor: pointer;
}

.moxie-global.sessions .container-main .tab-widget-content .session-right .session-button a:hover {
  	background-color: #000;
  	color: #fff;
  	border-radius: 0px;
  	text-decoration: none;
}

.moxie-global.sessions .container-main .tab-widget-content .session-right .session-button a{
  	display: block;
  	color: white;
}

.moxie-global.sessions .container-main .tab-widget-content .virtual-room {
 	display: none; 
}

.moxie-global.sessions .container-main .tab-widget-content a.btn.btn-standard {
	display: none;
}

.moxie-global.sessions .container-main .tab-widget-content .session-date {
  	font-family: Grot12Cond;
    font-size: 28px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff3b00;
  	text-transform: capitalize;
  	display: none;
}

.moxie-global.sessions .container-main .tab-widget-content .start_time {
 	font-family: Grot12Cond;
    font-size: 28px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff3b00;
  	text-transform: lowercase;
}

.moxie-global.sessions .container-main .tab-widget-content .session_type {
 	display: inline-block;
  	font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #ff3b00;
    text-transform: uppercase;
  	margin-right: 5px;
}

.moxie-global.sessions .container-main .tab-widget-content .session_speakers {
 	display: inline-block;
  	font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #7b7f83;
  	text-transform: uppercase;
}

.moxie-global.sessions .container-main .tab-widget-content .swoogo-button {
    padding: 20px 38px;
    font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
  	text-transform: uppercase;
    color: black;
    cursor: pointer;
  	width: 200px;
    position: relative;
  	margin: 0;
}

.moxie-global.sessions .container-main .tab-widget-content .swoogo-button a{
  	color: black;
}

.moxie-global.sessions .open-close {
	width: 25px;
    height: 25px;
    position: absolute;
    right: 61px;
    top: 20px;
    transform: scale(0.7);
}

.moxie-global.sessions .open-close .icon-filters:nth-child(1) {
	background-color: black;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 10px;
    border-radius: 1px;
    transform: rotate(-27deg);
    top: 3px;
}

.moxie-global.sessions .open-close .icon-filters:nth-child(2) {
	background-color: black;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 16px;
    border-radius: 1px;
    transform: rotate(27deg);
    top: 3px;
}

.moxie-global.sessions .open-close .icon-filters:nth-child(3) {
	background-color: black;
    width: 1px;
    height: 17px;
    position: absolute;
    left: 13px;
    border-radius: 1px;
    top: -2px;
}


.moxie-global.sessions .container-re .swoogo-cols {
  	padding: 36px 5%;
}

.moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(1) {
    background-color: black;
}

.moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(2) {
    background-color: #ff3b00;
    margin: 0 5%;
  	background-image: url(https://assets.swoogo.com/uploads/700367-5f84bf162f347.svg);
    background-position: center;
}

.moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(3) {
    background-color: #7b7f83;
}

.moxie-global.sessions .container-re .swoogo-cols .col-sm-4 {
    width: 30%;
    padding: 33px 33px 48px 33px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.25);
}

.moxie-global.sessions .resources-content .swoogo-cols .swoogo-title {
    font-family: A2Beckett;
    font-size: 90px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.81;
    letter-spacing: 8px;
    color: #000a12;
    text-transform: uppercase;
    margin-left: 0%;
  	max-width: 230px;
}

.moxie-global.sessions .resources-content .swoogo-cols .col-sm-4 h2 {
    color: #fff;
    margin: 0 !important;
    font-family: Grot12Cond;
    font-size: 32px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
}

.moxie-global.sessions .resources-content .swoogo-cols .col-sm-4:nth-child(1) .swoogo-line-container div {
    border-color: #9ad6db;
}

.moxie-global.sessions .resources-content .swoogo-cols .col-sm-4:nth-child(2) .swoogo-line-container div {
    border-color: #fbb9c2;
}

.moxie-global.sessions .resources-content .swoogo-cols .col-sm-4:nth-child(3) .swoogo-line-container div {
    border-color: #2e3590;
}

.moxie-global.sessions .resources-content .swoogo-cols .col-sm-4 .swoogo-text .paragraph {
    margin: 10px 0 43px !important;
}

.moxie-global.sessions .resources-content .swoogo-cols .swoogo-text .paragraph {
    font-family: Centra No1;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
    margin-left: 5%;
  	max-width: 270px;
}

.moxie-global.sessions .resources-content .swoogo-cols .swoogo-text .insperity-logo img{
 	max-width: 200px; 
}

.moxie-global.sessions .resources-content .swoogo-cols .col-sm-4 .swoogo-text p {
	color: #fff;
}

.moxie-global.sessions .resources-content .swoogo-cols .col-sm-4 a {
  	display: block;
    background-color: transparent!important;
    border: 1px solid white;
    text-decoration: none;
  	width: 202px;
    bottom: 48px;
    position: absolute;
}

.moxie-global.sessions .container-re .resources-content  .swoogo-cols .swoogo-image{
 	width: 100%;
}

.moxie-global.sessions .container-re .swoogo-cols .row {
    display: flex;
    width: 100%;
  	min-height: 350px;
}

/*@media (min-width: 1400px) {
  	.moxie-global.sessions .container-main .swoogo-tabs {
      width: 1200px;
    }
  	.moxie-global.sessions .container-main .swoogo-title, .moxie-global.sessions .container-re .swoogo-title {
      width: 1200px;
    }
  	.moxie-global.sessions .container-main .swoogo-text .paragraph, .moxie-global.sessions .container-re .swoogo-text .paragraph {
      width: 1200px;
      margin: 0 auto;
    }
  	.moxie-global.sessions .container-re .swoogo-cols {
      max-width: 1200px;
      margin: 0 auto;
      padding: 36px 0%;
    }
  	.moxie-global.homepage .main-content .swoogo-button {
      width: 1200px!important; 
    }
}*/

@media (max-width: 1300px) {
    .moxie-global.sessions .swoogo-video {
        width: calc(100% - 300px);
    }
    .moxie-global.sessions .swoogo-pigeonhole {
        width: 320px;
    }
  }

@media (max-width: 1100px) {
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-4 h2 {
    font-size: 32px !important;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(1) {
    background-size: 100px;
    background-position: 95% -5%, 90% 90%;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(3) {
    background-size: 100px;
    background-position: 95% -8%, 90% 90%;
  }
}

@media (max-width: 960px) {
  .moxie-global.sessions .container-re .swoogo-cols .row {
    flex-wrap: wrap;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(1) {
    width: 47.5%;
    margin-right: 5%;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(2) {
    width: 47%;
    margin: 0;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(3) {
    width: 47.5%;
    margin-top: 5%;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-3 {
    width: 50%;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-3:nth-child(1) {
    margin-bottom: 36px;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-3:nth-child(2) {
    margin-bottom: 36px;
  }
  .moxie-global.sessions .container-main .nav-tabs li {
    width: 225px;
  }
  .moxie-global.sessions .swoogo-title p.main-stage-title span {
    display: block;
  }
  .moxie-global.sessions .container-main .swoogo-button-group .swoogo-button a {
    letter-spacing: -0.04em;
  }
  .moxie-global.sessions .container-main .session-container {
      	padding: 10px 20px 10px 20px;
  }
  .moxie-global.sessions .container-main .tab-widget-content .session-left {
   		width: 16%; 
  }
  .moxie-global.sessions .container-main .tab-widget-content .session-date, .moxie-global.sessions .container-main .tab-widget-content .start_time {
  		font-size: 24px;
  }
  .moxie-global.sessions .container-main .tab-widget-content .session-middle {
   		width: 57%; 
  }
  .moxie-global.sessions .container-main .tab-widget-content .session-right {
  		right: 20px;
    	width: 22%;
  }
  .moxie-global.sessions .container-main .tab-widget-content .session-right .session-button {
    	width: 149px;
    	height: 48px;
  }
  .moxie-global.sessions .resources-content .swoogo-cols .col-sm-4 a {
   	bottom: 25px; 
  }
}

@media (max-width: 767px) {
  	.moxie-global.sessions .container-main .nav-tabs li {
        height: 50px;
        width: 150px;
      	padding: 0;
    }
    .moxie-global.sessions .container-main .nav-tabs li p {
        font-size: 10px;
        line-height: 12px;
        padding: 0 10px;
    }
  /*.moxie-global.sessions .container-top .content {
        flex-direction: column;
    }*/
    .moxie-global.sessions .swoogo-video {
        width: 100%;
      	max-height: calc(100vh - 100px);
    }
    .moxie-global.sessions .swoogo-pigeonhole {
        width: 100%;
      	height: 300px;
    }
  	.moxie-global.sessions .container-top .swoogo-iframe {
      	width: 100%;
    }
  	.moxie-global.sessions .container-main .swoogo-button-group .swoogo-button a {
        font-size: 12px;
      	padding: 10px 5px; 
    }
    .moxie-global.sessions .container-main .swoogo-button-group .swoogo-button {
        height: 75px;
    }
    .moxie-global.sessions .container-main .swoogo-button-group {
        height: 75px;
    }
  	.moxie-global.sessions .container-main .swoogo-button-group .swoogo-button span {
     	width: 100%; 
    }
  	.moxie-global.sessions .swoogo-video .embed-responsive iframe {
        max-height: calc(100vh - 100px);
    }
  	.moxie-global.sessions .container-main .tab-widget-content .session-left {
      	width: 100%;
      	float: none;
    }
  	.moxie-global.sessions .container-main .tab-widget-content .session-middle {
      	width: 100%;
      	float: none;
      	margin-top: 10px;
    }
  	.moxie-global.sessions .container-main .tab-widget-content .session-right {
        width: 100%;
        position: relative;
        clear: both;
      	right: auto;
      	margin-top: 20px;
      	transform: none;
    }
  	.moxie-global.sessions .swoogo-title p.main-stage-title {
     	font-size: 44px; 
    }
  	.moxie-global.sessions .container-top .swoogo-speakers {
	display: none;
}
 }

@media (max-width: 600px) {
  /*.moxie-global.sessions .container-main .tab-widget-content .session-date, .moxie-global.sessions .container-main .tab-widget-content .start_time, .moxie-global.sessions .container-main .tab-widget-content .session_type, .moxie-global.sessions .container-main .tab-widget-content .speakers {
    font-size: 18px;
  }*/
  .moxie-global.sessions .container-main .tab-widget-content .description {
    font-size: 16px;
    line-height: 25px;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(1) {
    width: 100%;
    margin: 0;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(2) {
    width: 100%;
    margin: 36px 0 0 0;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-4:nth-child(3) {
    width: 100%;
    margin: 36px 0 0 0;
  }
  .moxie-global.sessions .container-re .swoogo-cols .row {
    margin: 0;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-3 {
    width: 100%;
    padding: 0;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-3:nth-child(1) {
    margin-bottom: 36px;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-3:nth-child(2) {
    margin-bottom: 36px;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-3:nth-child(3) {
    margin-bottom: 36px;
  }
  .moxie-global.sessions .container-re h3 {
    font-size: 32px;
  }
  .moxie-global.sessions .container-re .swoogo-cols .col-sm-3 a {
    font-size: 26px;
  }
  .moxie-global.sessions .container-main .nav-tabs li {
    width: 125px;
  }
  .moxie-global.sessions .container-main .swoogo-button-group .swoogo-button a {
    font-size: 9px;
    letter-spacing: normal;
  }
  .moxie-global #nav-wrap .navbar-default .navbar-menu .top-section-hamburger { 
    width: 100%;
  }
  .moxie-global #nav-wrap .navbar-default .navbar-menu .top-section-hamburger .hamburger-logo img {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .moxie-global.sessions .resources-content .swoogo-cols .col-sm-4 a {
   	bottom: 20px; 
  }
}

@media (max-width: 440px) {
  .moxie-global.sessions .container-main .nav-tabs li {
    width: 100px;
  }
  .moxie-global.sessions .container-main .nav-tabs li p{
    font-size: 8px;
    line-height: 10px;
  }
  .moxie-global.sessions .container-main .swoogo-button-group .swoogo-button a {
  	white-space: break-spaces;
  }
}

/* Virtual Visit
--------------------------------------------------------------------------------*/

.moxie-global.sessions .container-main .swoogo-line {
  	border-color: #656565;
  	    margin: 0 auto!important;
}

.moxie-global.sessions .container-main .swoogo-cols .widget {
 	border: none; 
}

.moxie-global.sessions .container-main .swoogo-cols {
 	width: 90%;
    margin: 0 auto;
  	position: relative;
  	margin-top: 35px;
  	margin-bottom: 35px;
}

.moxie-global.sessions .container-main .swoogo-cols .swoogo-sponsor-info .standard-text {
  	max-height: 100%;
}

.moxie-global.sessions .container-main .swoogo-cols img.logo-img {
    max-height: 70px;
    margin: 0;
}

.moxie-global.sessions .container-main .swoogo-cols .row{
  	margin: 0;
}

.moxie-global.sessions .container-main .swoogo-cols .col-sm-4 {
  	height: 240px;
}

.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(1) {
  	width: 360px;
    padding: 0;
}

.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(2) {
  	width: 40%;
}

.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(3) {
  	right: 0;
    position: absolute;
  	width: 19%;
  	padding: 0;
}

.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(2) .swoogo-text .paragraph {
 	font-family: ibm-plex-mono;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #ff3b00;
  	margin: 0;
}

.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(3) .paragraph {
  	text-align: right;
}

.moxie-global.sessions .container-main .swoogo-cols .col-sm-4 .swoogo-title {
  	margin-left: 0 !important;
}

.moxie-global.sessions .container-main .swoogo-cols .btn{
  	min-width: 202px;
    position: absolute;
    right: 0;
    bottom: 0;
  	background-color: #000!important;
}

.moxie-global.sessions .container-main .swoogo-cols .session-name{
  	font-family: Grot12Cond;
    font-size: 42px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  	margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.moxie-global.sessions .container-main .swoogo-cols .speaker-name{
  	font-family: Centra No1;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.moxie-global.sessions .container-main .swoogo-cols .swoogo-sponsor-info {
  	position: absolute;
    right: 0;
    top: 30px;
}

.moxie-global.sessions .container-main .swoogo-cols .presented{
  	position: absolute;
    right: 0;
    top: 29px;
}


.moxie-global.sessions .container-main .session-title {
 	font-family: "Centra No1";
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    color: rgb(154, 214, 219);
    text-transform: uppercase;
    padding-top: 13px;
}

.moxie-global.sessions .container-main .swoogo-countdown {
 	position: absolute;
  	bottom: 0;
}

.moxie-global.sessions .container-main .swoogo-countdown .countdown-amount {
    font-size: inherit;
}

.moxie-global.sessions .container-main .swoogo-countdown .paragraph {
    font-family: 'Grot12Cond';
    font-size: 60px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #ff3b00;
  	margin: 0 !important;
}

.moxie-global.sessions .container-main .swoogo-session-info {
  	width: 360px;
    height: 240px;
}

.moxie-global.sessions .container-main .swoogo-session-info .paragraph {
 	margin: 0 !important; 
}
  
.moxie-global.sessions .container-main .swoogo-session-info img {
	width: 237px;
    border: none;
    border-radius: 0;
    padding: 0;
  	margin-top: -90px;
}

.moxie-global.sessions .container-main .swoogo-session-info .field-speakersImages {
  	overflow: hidden;
  	width: 360px;
    height: 240px;
}

.moxie-global.sessions .container-main .swoogo-session-info .field-name {
 	display: none; 
}

.moxie-global.sessions .container-main .swoogo-session-info .field-speakersLinks {
  	display: none;
}

.moxie-global.sessions .container-main .swoogo-session-info .field-webinar_url {
  	display: none;
}

.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(3) .paragraph .col-sm-12 {
  	padding: 0;
}

@media (min-width: 1200px) {
    .moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(2){
      	width: 48%;
      	padding-left: 34px;
      	padding-right: 0;
    }
  	.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(3){
		width: 19%;
    } 
  	.moxie-global.sessions .container-main .swoogo-cols .session-name{
        font-size: 60px;
        -webkit-line-clamp: 2;
    }
}
@media (min-width: 1400px) {
    .moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(2){
      	width: 54%;
      	padding-left: 34px;
      	padding-right: 0;
    }
  	.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(3){
		width: 17%;
    } 
}
@media (max-width: 960px) {
  	.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(1) {
     	width: 190px; 
    }
  	.moxie-global.sessions .container-main .swoogo-session-info {
      	width: 100%;
    }
  	.moxie-global.sessions .container-main .swoogo-session-info .field-speakersImages {
      	width: 100%;
    }
  	.moxie-global.sessions .container-main .swoogo-session-info img { 
      	width: 100%;
      	margin-top: 0;
    }
  	.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(2) {
     	width: 51%; 
    }
  	.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(3) {
      	width: 22%;
    }
  	.moxie-global.sessions .container-main .swoogo-cols .btn {
      	min-width: 153px;
    }
}
@media (max-width: 768px) {
  	.moxie-global.sessions .navbar {
    	position: relative;
    }
    .moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(2){
		height: auto;
      	width: 100%;
      	padding: 15px 0 60px 0;
    }
  	.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(3){
		height: auto;
        position: relative;
        min-height: 150px;
      	width: 100%;
    }
  	.moxie-global.sessions .container-main .swoogo-cols .btn {
      	width: 100%;
        position: relative;
        bottom: auto;
      	margin-bottom: 30px!important;
    }
  	.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(3) .paragraph {
      	padding: 0;
      	text-align: left;
      	margin-top: 15px;
      	margin-left: 0;
    }
  	.moxie-global.sessions .container-main .swoogo-cols .col-sm-4:nth-child(3) .swoogo-sponsor-info .paragraph {
     	margin-top: 5px !important; 
    }
  	.moxie-global.sessions .container-main .swoogo-cols .swoogo-text .paragraph {
      	margin: 15 0 0 0!important;
    }
  	
  	.moxie-global.sessions .container-main .swoogo-cols .presented {
        position: relative;
        left: 0px;
        top: 0px;
    }
  	.moxie-global.sessions .container-main .swoogo-cols .swoogo-sponsor-info {
        position: relative;
        left: 0px;
        top: 0px;
        right: auto;
    }
  
  	.moxie-global.sessions .swoogo-cols .swoogo-sponsor-info .standard-text {
        margin: inherit!important;
      	padding: 20px 0;
    }
  
  	.moxie-global.sessions .container-main .session-container {
     	display: block; 
    }
  	.moxie-global.sessions .container-main .tab-widget-content .session-left {
      	width: 100%;
    }
    .moxie-global.sessions .container-main .tab-widget-content .session-right .session-button {
		position: relative;
        transform: none;
        right: 0;
        margin-top: 20px;
    }
}

@media (max-width: 540px) {
 	.moxie-global.sessions .container-main .swoogo-button-group .swoogo-button a {
   		font-size: 9px;
      	letter-spacing: -0.04em;
    }
}



/* Login page
--------------------------------------------------------------------------------*/

.moxie-global.sign-in .main-content {
  background-image: url(https://assets.swoogo.com/uploads/full/690604-5f7dfaf9e9590.gif);
  background-color: #ff3b00;
  background-size: cover;
  background-position: center;
}
.moxie-global.sign-in .main-content .container {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 38px;
}
.moxie-global.sign-in .main-content .container * {
  margin: 0;
}
.moxie-global.sign-in .main-content .container .swoogo-reg-progress {
  display: none;
}
.moxie-global.sign-in .main-content .container .swoogo-login-form {
  margin: 30px auto 20px auto;
  max-width: 400px;
}
.moxie-global.sign-in .main-content .container .control-label {
  display: none;
}
.moxie-global.sign-in .main-content .container .form-control {
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  font-family: 'tablet-gothic';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 18px;
  line-height: normal;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #fff;
}
.moxie-global.sign-in .main-content .container input::placeholder {
  font-size: 16px;
  font-family: 'tablet-gothic';
  color: #fff;
}
.moxie-global.sign-in .main-content .container .swoogo-title {
  font-family: 'Grot12Cond';
  font-size: 40px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -1.13px;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.moxie-global.sign-in .main-content .container .help-block {
  color: #fff !important;
}
.moxie-global.sign-in .main-content .container .swoogo-sponsor-info img {
  filter: invert(1);
}
.moxie-global.sign-in .main-content .container .swoogo-sponsor-info:before {
  content: 'Sponsored By';
  text-transform: uppercase;
  color: #fff;
  font-family: 'ibm-plex-mono';
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 62px;
  margin-bottom: 18px;
  display: block;
}
.moxie-global.sign-in .main-content .container .swoogo-sponsor-info img {
  margin: 0 auto;
}
.moxie-global.sign-in .main-content .container .swoogo-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000a12;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.moxie-global.sign-in .main-content .container .forgot-pass a {
  font-family: 'ibm-plex-mono';
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.moxie-global.sign-in .main-content .container .col-sm-9 {
  width: 100%;
  padding: 0;
}
.moxie-global.sign-in .main-content .container .swoogo-button {
  max-width: 400px;
  margin: 0 auto;
}
.moxie-global.sign-in .main-content .container .swoogo-button button {
  width: 100%;
  background-color: #000 !important;
}
.moxie-global.sign-in .main-content .container .field-registrantloginform-password {
  margin-top: 35px;
}
@media (max-width: 980px) {
  	.moxie-global.sign-in .main-content .container .swoogo-title {
      font-size: 36px;
    }
	.moxie-global.sign-in .main-content .container .swoogo-text {
      font-size: 14px;
    }
}
@media (max-width: 768px) {
  	.moxie-global.sign-in .main-content .container {
      width: 80%;
      padding-top: 60px;
  	  padding-bottom: 38px;
    }
  	.moxie-global.sign-in .main-content .container .swoogo-title {
      font-size: 28px;
    }
}

/* Waiting Room
--------------------------------------------------------------------------------*/
.moxie-global .waiting-room {
    display: flex;
    width: 100%;
    height: calc(100vh - 80px);
  	background-color: #000;
    color: #fff;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
  	position: relative;
}
.moxie-global .waiting-room::before {
  	content: '';
    width: 100%;
	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	background-image: url(https://assets.swoogo.com/uploads/706575-5f87ad27c2e9e.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  	filter: brightness(0) invert(1);
}

.moxie-global .waiting-room .container-main {
	width: 100%;
}

.moxie-global .waiting-room .content {
    padding: 0 10%;
}

.moxie-global .waiting-room .swoogo-sponsor-info img {
  filter: invert(1);
}

.moxie-global .waiting-room .more-info-title {
    display: none;
}

.moxie-global .waiting-room .field-topic {
  font-family: 'Grot12Cond';
  font-size: 50px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.moxie-global .waiting-room .countdown-period {
  display: block;
  position: absolute;
  font-family: 'ibm-plex-mono';
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #ff3b00;
  width: 100%;
  top: -40px;
  left: 0;
}

.moxie-global .waiting-room .countdown-section:after {
  content: ':';
  display: block;
  position: absolute;
  font-family: 'Grot12Cond';
  font-size: 140px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: 0.57;
  letter-spacing: normal;
  right: -18px;
  bottom: 9px;
}

.moxie-global .waiting-room .countdown-section {
  position: relative;
  font-family: 'Grot12Cond';
  font-size: 50px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: 0.57;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.moxie-global .waiting-room .countdown-section:nth-child(4):after {
  display: none;
}

.moxie-global .waiting-room .swoogo-countdown {
  padding-top: 40px;
  margin-top: 63px;
}

.moxie-global .waiting-room .swoogo-countdown .paragraph {
  width: 830px;
  margin: 0 auto;
}

.moxie-global .waiting-room .swoogo-sponsor-info:before {
  content: 'Sponsored By';
  text-transform: uppercase;
  color: #fff;
  font-family: 'ibm-plex-mono';
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 111px;
  margin-bottom: 11px;
  display: block;
}
.moxie-global .waiting-room .swoogo-sponsor-info img {
  margin: 0 auto;
}
@media (max-width: 1000px) {
.moxie-global .waiting-room .countdown-section {
  font-size: 36px;
}
.moxie-global .waiting-room .countdown-section:after {
  font-size: 100px;
  right: -12px;
  bottom: 7px;
}
.moxie-global .waiting-room .swoogo-countdown .paragraph {
  width: 680px;
}
}
@media (max-width: 768px) {
.moxie-global .waiting-room .countdown-section {
  font-size: 28px;
}
.moxie-global .waiting-room .countdown-section:after {
  font-size: 50px;
  right: -8px;
  bottom: 5px;
}
.moxie-global .waiting-room .swoogo-countdown .paragraph {
  width: 340px;
}
.moxie-global .waiting-room .countdown-period {
  font-size: 10px;
  top: -28px;
}
.moxie-global .waiting-room .swoogo-countdown {
  padding-top: 28px;
}
.moxie-global .waiting-room .field-topic {
  font-size: 40px;
}
}

/* Luster */
.moxie-global.luster .swoogo-iframe {
  /*max-height: calc(100vh - 80px);*/
  border: none;
}
.moxie-global.luster .swoogo-iframe div {
  height: 100%;
}
.moxie-global.luster .swoogo-iframe div.clearfix {
  position: relative;
  width: 100%;
  padding-top: 57.14%;
}
.moxie-global.luster .swoogo-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: none;
  height: 100%;
  /*max-height: calc(100vh - 80px);*/
}

/* Homepage */
.moxie-global.homepage .top-content {
  background-color: #ff3b00;
  width: 100%;
  padding-top: 28.1%;
  position: relative;
}
.moxie-global.homepage .top-content .header-container {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moxie-global.homepage .top-content .header-container .content {
      width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.moxie-global.homepage .top-content .header-container .content:last-of-type {
background-image: url(https://assets.swoogo.com/uploads/706569-5f87ac7d2c0cd.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.moxie-global.homepage .top-content .header-container .content .swoogo-video {
  border: none;
  width: 100% !important;
  max-height: none;
}
.moxie-global.homepage .top-content .header-container .swoogo-title {
  font-family: 'Grot12Cond';
  font-size: 34px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -1.13px;
  color: #fff;
  margin-bottom: 12px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.moxie-global.homepage .top-content .header-container .swoogo-text {
  margin-left: auto;
  margin-right: auto;
  font-family: Grot12;
  font-size: 18px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000a12;
  margin-bottom: 32px;
  max-width: 400px;
}
.moxie-global.homepage .top-content .header-container .swoogo-button .btn {
  background-color: #000 !important;
}
.moxie-global.homepage .main-content .swoogo-carousel-container.swoogo-carousel-arrows {
  width: 100%;
  padding-bottom: 75px;
}
.moxie-global.homepage .main-content .slick-swoogo-img .carousel-card .panel {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.moxie-global.homepage .main-content .slick-swoogo-img .carousel-card .panel-body {
  padding: 25px;
}
.moxie-global.homepage .main-content .swoogo-carousel-container .slick-center .carousel-card {
  transform: none;
}
.moxie-global.homepage .main-content .slick-swoogo-img .carousel-card .panel-body b {
  font-family: 'ibm-plex-mono';
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ff3b00;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}
.moxie-global.homepage .main-content .slick-swoogo-img .carousel-card .panel-body img {
  display: none;
}
.moxie-global.homepage .main-content .swoogo-carousel-container .slick-slide {
  margin: 2px;
}
.moxie-global.homepage .main-content .slick-swoogo-img .carousel-card {
  padding: 0;
}
.moxie-global.homepage .main-content .slick-swoogo-img .carousel-card .panel-body .speaker-image {
  height: 340px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.moxie-global.homepage .main-content .slick-swoogo-img .carousel-card .panel-body .spkr-session {
  font-family: 'Grot12Cond';
  font-size: 28px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin: 7px 0 24px 0;
}
.moxie-global.homepage .main-content .slick-swoogo-img .carousel-card .panel-body .spkr-title {
  font-family: le-monde-livre-std;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000a12;
  line-height: 28px;
}
.moxie-global.homepage .main-content .slick-list {
  padding: 0 calc(5% - 25px) !important;
}
.moxie-global.homepage .main-content .slick-prev {
  left: 5%;
  bottom: 0;
  top: auto;
  width: 64px;
  height: 64px;
}
.moxie-global.homepage .main-content .slick-prev:before {
  content: '';
  background-image: url(https://assets.swoogo.com/uploads/702210-5f85d10a8e0d5.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: center;
  opacity: 1;
  width: 64px;
  height: 64px;
}
.moxie-global.homepage .main-content .slick-next {
  left: calc(5% + 64px + 23px);
  bottom: 0;
  top: auto;
  width: 64px;
  height: 64px;
}
.moxie-global.homepage .main-content .slick-next:before {
  content: '';
  background-image: url(https://assets.swoogo.com/uploads/702211-5f85d10a8e5a0.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: center;
  opacity: 1;
  width: 64px;
  height: 64px;
}
.moxie-global.homepage .main-content .swoogo-title h2 {
  font-family: Grot12Cond;
  font-size: 50px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000a12;
  /*padding: 0 125px;*/
  margin-top: 30px !important;
  margin-bottom: 12px !important;
}
.moxie-global.homepage .main-content .swoogo-text .paragraph {
  font-family: le-monde-livre-std;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000a12;
  /*padding: 0 125px;*/
  margin-bottom: 32px !important;
}
.moxie-global.homepage .main-content .swoogo-button {
  width: 90%;
  margin: 0 auto;
}
.moxie-global.homepage .main-content .swoogo-button .btn {
  background-color: #000 !important;
  /*margin: 0 125px;*/
}
@media (max-width: 980px) {
.moxie-global.homepage .main-content .swoogo-title h2 {
  font-size: 40px;
  /*padding: 0 25px;*/
}
.moxie-global.homepage .main-content .swoogo-text .paragraph {
  /*padding: 0 25px;*/
  margin-bottom: 32px;
}
.moxie-global.homepage .main-content .swoogo-button .btn {
  /*margin: 0 25px;*/
}
}
@media (max-width: 1050px) {
.moxie-global.homepage .top-content .header-container {
  flex-direction: column;
}
  .moxie-global.homepage .top-content .header-container {
    position: relative;
  }
  .moxie-global.homepage .top-content {
    padding-top: 0;
  }
  .moxie-global.homepage .top-content .header-container .content {
    width: 100%;
  }
  .moxie-global.homepage .top-content .header-container .swoogo-button .btn {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .moxie-global.homepage .top-content .header-container .swoogo-title {
  font-size: 24px;
}
.moxie-global.homepage .top-content .header-container .swoogo-text {
  font-size: 12px;
  padding: 0 24px;
}
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
  	max-height: calc(100% - 2px);
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.logo-rotator.slick-vertical .slick-slide {
    display: flex;
  	align-items: center;
  	align-content: center;
  	justify-content: left;
    height: 30px;
  	border: 1px solid transparent;
  	overflow: hidden;
}
.slick-arrow.slick-hidden {
    display: none;
}
.moxie-global .logo-rotator{
  	width: 250px;
  	height: 30px;
  	display: none;
}
.moxie-global.agenda .swoogo-cols .swoogo-agenda {
  display: none;
}
.moxie-global.agenda .swoogo-cols .swoogo-title {
  display: none;
}

/* Honor Page */
.moxie-global.honor .swoogo-title h2 {
    font-family: Grot12Cond;
    font-size: 50px;
    font-weight: 900;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
    margin-bottom: 12px !important;
}
.moxie-global.honor .main-content .swoogo-table-div h4 {
    font-family: Grot12Cond;
    font-size: 50px;
    font-weight: 900;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
    margin-bottom: 12px !important;
}
.moxie-global.honor .main-content .swoogo-table-div h5 {
    font-family: Grot12Cond;
    font-size: 18px;
    font-weight: 700;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000a12;
}
.moxie-global.honor .main-content .swoogo-table-div h5 span {
    text-transform: uppercase;
    display: block;
}
.moxie-global.honor .main-content .swoogo-table-div {
    width: 90%;
    margin: 0 auto;
}
.moxie-global.honor .main-content .swoogo-table-div td:first-of-type {
    padding: 0 96px 0 0;
}
.moxie-global.honor .main-content .swoogo-table-div td:last-of-type {
    padding: 0 0 0 96px;
}
.moxie-global.honor .main-content .swoogo-table-div .divider-line {
    position: absolute;
    display: block;
    width: 1px;
    height: 80%;
    background-color: #000;
    right: 0;
    top: 10%;
}
.moxie-global.honor .main-content .swoogo-table-div:last-of-type {
    border: none;
    width: 100%;
}
.moxie-global.honor .main-content .swoogo-table-div img {
    display: block;
  	width: 75%;
}
.moxie-global.honor .main-content .swoogo-table-div:last-of-type table {
    display: block;
}
.moxie-global.honor .main-content .swoogo-table-div:last-of-type tbody {
    display: block;
}
.moxie-global.honor .main-content .swoogo-table-div:last-of-type tr {
    display: block;
}
.moxie-global.honor .main-content .swoogo-table-div:last-of-type td {
    display: block;
    padding: 0;
}
.moxie-global.honor .main-content .swoogo-table-div tr {
  	border: none !important;
}
.moxie-global.honor .main-content .swoogo-table-div td {
  	background-color: transparent !important;
}
.moxie-global.honor .main-content .swoogo-table-div td {
    position: relative;
}
.moxie-global.honor .main-content .slick-honorees {
    padding-bottom: 100px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.moxie-global.honor .main-content .slick-honorees > div {
    width: 350px;
}
.moxie-global.honor .main-content .slick-honorees .slick-list {
    width: 100%;
    padding: 0;
}
.moxie-global.honor .main-content .slick-honorees .slick-slide {
    padding: 0 25px;
}
.moxie-global.honor .main-content .slick-honorees img {
    display: block;
    width: 100%;
}
.moxie-global.honor .main-content .slick-honorees .subtitle {
    font-family: 'ibm-plex-mono';
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #ff3b00;
    display: block;
    margin: 7px 0 12px 0;
}
.moxie-global.honor .main-content .slick-honorees .subtitle span {
    color: #7b7f83;
}
.moxie-global.honor .main-content .swoogo-carousel-container.swoogo-carousel-arrows {
    width: 100%;
    padding-bottom: 75px;
}
.moxie-global.honor .main-content .slick-prev, .moxie-global.honor .main-content .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.moxie-global.honor .main-content .slick-prev {
    left: 5%;
    bottom: 0;
    top: auto;
    width: 64px;
    height: 64px;
}
.moxie-global.honor .main-content .slick-prev:before {
    content: '';
    background-image: url(https://assets.swoogo.com/uploads/702210-5f85d10a8e0d5.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-position: center;
    opacity: 1;
    width: 64px;
    height: 64px;
}
.moxie-global.honor .main-content .slick-next {
    left: calc(5% + 64px + 23px);
    bottom: 0;
    top: auto;
    width: 64px;
    height: 64px;
}
.moxie-global.honor .main-content .slick-next:before {
    content: '';
    background-image: url(https://assets.swoogo.com/uploads/702211-5f85d10a8e5a0.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-position: center;
    opacity: 1;
    width: 64px;
    height: 64px;
}
.moxie-global.honor .container-top .swoogo-iframe {
    position: relative;
  	width: 100%;
}
.moxie-global.honor .container-top .swoogo-iframe:before {
    padding-top: calc(4 / 7 * 100%);
}
@media (max-width: 768px) {
.moxie-global.honor .main-content .swoogo-table-div td:first-of-type {
  padding: 0;
}
  .moxie-global.honor .main-content .swoogo-table-div .divider-line {
    display: none;
  }
  .moxie-global.honor .main-content .swoogo-table-div td:last-of-type {
    padding: 24px 0 0 0;
  }
}

/* Marketplace */
.moxie-global.sessions.marketplace .container-top .swoogo-iframe {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 80px);
}
.moxie-global.sessions.marketplace .container-top .swoogo-iframe .mt-none {
      max-height: 100% !important;
    width: 100%;
    margin: 0 !important;
  position: relative;
  height: auto;
}
.moxie-global.sessions.marketplace .container-top .swoogo-iframe .clearfix {
height: 100%;
  width: 100%;
  padding-bottom: 47.91%;
  position: relative;
}
.moxie-global.sessions.marketplace .container-top .swoogo-iframe iframe {
      max-height: calc(100vh - 80px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  	max-width: 100%;
}
.moxie-global.sessions.marketplace .container-top .swoogo-iframe:before {
  padding-top: 0;
}

/* Resources Page */
.moxie-global.resources .container-main .swoogo-table-div {
  border: none;
}
.moxie-global.resources .container-main .swoogo-table-div .resource-wrapper {
  width: 90%;
  margin: 0 auto 48px auto;
  display: flex;
  flex-wrap: wrap;
}
.moxie-global.resources .container-main .swoogo-table-div .resource-wrapper.slick-slider {
  width: 100%;
}
.moxie-global.resources .container-main .swoogo-table-div table {
  display: block;
}
.moxie-global.resources .container-main .swoogo-table-div tbody {
  display: block;
}
.moxie-global.resources .container-main .swoogo-table-div tr {
  display: block;
  border: none !important;
}
.moxie-global.resources .container-main .swoogo-table-div td {
  display: block;
  padding: 0;
  background-color: transparent !important;
}
.moxie-global.resources .container-main .swoogo-title h2 {
  font-family: Grot12Cond;
  font-size: 50px;
  font-weight: 900;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  color: #000;
  padding: 0 5%;
}
.moxie-global.resources .container-main .resource-pod {
  width: 270px;
  display: inline-block;
  float: left;
  padding: 0;
  margin-right: 50px;
  position: relative;
}
.moxie-global.resources .container-main .slick-slider .resource-pod {
  width: 320px;
  display: inline-block;
  float: left;
  padding: 0 25px;
  margin-right: 0;
  position: relative;
}
.moxie-global.resources .container-main .swoogo-text {
  padding: 0 5% 48px 5%;
}
.moxie-global.resources .container-main .slick-slider .resource-pod {
  width: 320px;
  height: 190px;
  display: inline-block;
  float: left;
  padding: 0 25px;
  position: relative;
}
.moxie-global.resources .container-main .slick-slider {
  padding-bottom: 100px;
  margin-bottom: 48px !important;
}
.moxie-global.resources .container-main .resource-pod img {
  display: block;
  width: 100%;
  margin-bottom: 39px;
  border: 1px solid #979797;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.moxie-global.resources .container-main .slick-slider .resource-pod img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.moxie-global.resources .container-main .resource-pod a {
  display: block;
  font-family: le-monde-livre-std;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 39px;
}
.moxie-global.resources .container-main .resource-pod a:hover {
  text-decoration: none;
}
.moxie-global.resources .container-main .resource-pod a:active {
  text-decoration: none;
}
.moxie-global.resources .container-main .resource-pod a:hover:after {
  content: '';
  display: block;
  width: 270px;
  height: 190px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(https://assets.swoogo.com/uploads/663012-5f6d0153576ce.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.moxie-global.resources .container-main .slick-slider .resource-pod a:hover:after {
  content: '';
  display: block;
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(https://assets.swoogo.com/uploads/663012-5f6d0153576ce.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.moxie-global.resources .container-main .slick-prev, .moxie-global.resources .container-main .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.moxie-global.resources .container-main .slick-prev {
  left: 5%;
  bottom: 0;
  top: auto;
  width: 64px;
  height: 64px;
}
.moxie-global.resources .container-main .slick-next {
  left: calc(5% + 64px + 23px);
  bottom: 0;
  top: auto;
  width: 64px;
  height: 64px;
}
.moxie-global.resources .container-main .slick-prev:before {
  content: '';
  background-image: url(https://assets.swoogo.com/uploads/702210-5f85d10a8e0d5.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: center;
  opacity: 1;
  width: 64px;
  height: 64px;
}
.moxie-global.resources .container-main .slick-next:before {
  content: '';
  background-image: url(https://assets.swoogo.com/uploads/702211-5f85d10a8e5a0.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: center;
  opacity: 1;
  width: 64px;
  height: 64px;
}
.moxie-global.resources .container-main .swoogo-line {
  margin: 0 auto !important;
}