@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@500;600;700;800;900&display=swap');

html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body.external {
  background-color: #26275E;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  line-height: normal;
  font-weight: 600;
  overflow-x: hidden;
}

body.external .container-fluid {
  padding: 0;
}

body.external .layoutcontent {
	margin-top: 0 !important;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: transparent;
  width: 27px;
  height: 27px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #757a7e;
  font-size: 11px;
  border: 2px solid #757a7e;
  z-index: 99;
}

#return-to-top i {
  color: #757a7e;
  margin: 0;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 21px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background-color: rgba(0,0,0,.1);
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px rgba(0,0,0,.2);
}

#return-to-top:hover i {
  color: #fff;
  top: -2px;
  text-shadow: 0px 0px 2px rgba(0,0,0,.2);
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover, a:focus, a:visited, a:active {
  color: #fff;
  text-decoration: none;
}

a:focus {
	outline: 2px dotted #fff;
	outline-offset: 1px;
}

h1, h2 {
	font-family: inherit;
}

.layoutcontent h1 {
	font-size: 6.2rem;
  	font-weight: 800;
  	margin-bottom: 1.5rem;
}

h2 {
  font-weight: 900;
  font-size: 3.7rem;
}

.mmxxiv h2.chiller {
	font-weight: 600;
  font-size: 3rem;
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.bold {
  font-weight: 800;
}

.uppercase {
	text-transform: uppercase;
}

.orange {
	color: #f06e1f;
}

.spacing-1 {
  letter-spacing: .2rem;
}

.spacing-2 {
  letter-spacing: .3rem;
}

p span {
  display: inline-block;
  vertical-align: middle;
}

section {
  padding: 9rem 1.5rem 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}

.white-bg {
  background-color: #fff;
  color: #26275E;
}

.half-half {
  padding: 0;
}

.half-half > div {
  width: 50%;
  padding: 8rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
}

.flex-col {
  flex-direction: column;
}

.top, .bottom {
  text-align: center;
}

a.button {
  padding: 1.4rem 4.4rem;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
}

a.button:hover, a.button:focus {
	opacity: 0.9;
}

a.btn-orange {
  background-color: #f06e1f !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 19px;
  display: inline-block;
}

a.btn-orange:focus {
  outline: 3px dotted #f06e1f;
  outline-offset: 1px;
}

a.btn-blue {
  background-color: #26275E !important;
  color: #fff !important;
}

a.btn-blue:focus {
  outline: 3px dotted #26275E;
  outline-offset: 1px;
}


/* section 1 */

.sec-1 {
  justify-content: space-around;
  background-image: url(/assets/images/external/spot-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.mmxxiv .sec-1 {
	background-image: none;
}*/

.sec-1 .top {
  padding-bottom: 4rem;
}

.inline-logo {
  max-width: 260px;
  margin-bottom: 1em;
}

.sec-1 .top a {
	display: inline-block;
}

.sec-1 .top p {
  font-size: 1.5rem;
  margin-top: 1.2rem;
}

.sec-1 .bottom {
  font-size: 2rem;
  padding: 0 11rem;
}

.sec-1 .spacing-2.uppercase {
  font-size: 1.4em;
  margin-bottom: 1.4em;
}

.sec-1 .spacing-2 {
  font-size: 1.4em;
}

.register-btn {
  margin-top: 2em;
}

.mmxxiv .register-btn {
  margin: 2em auto;
}


/* section 2 */

.sec-2 {
  padding: 4rem 9rem 8rem;
  align-items: flex-start;
}

@media (max-width: 1130px) {
	.mmxxiv .sec-2 {
		padding: 4rem 6rem 8rem;
	}
}

ol, .sessions {
	list-style: none;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-left: 0;
	padding-top: 2em;
}

.sessions {
	padding-top: 0;
}

ol li, .sessions article {
  padding-bottom: 1.5em;
	padding-left: 160px;
	padding-right: 140px;
	position: relative;
}

ol li::before {
  position: absolute;
  color: #f06e1f;
  font-size: 1.4em;
  left: 0;
  top: 0;
}

.sessions article {
	padding: 1.5em;
  border: 1px solid;
  border-radius: 30px;
  margin: 1em auto;
  background-color: #f7f8fa;
}


@media (max-width: 1199px) {
	ol li {
	  padding-right: 0;
	}
}

@media (max-width: 767px) {
	ol li {
	  padding-left: 0;
	}

	ol li::before {
	  position: relative;
	}
}

ol li.one::before {
  content: "9am";
}

ol li.two::before {
  content: "9:30am";
}

ol li.three::before {
  content: "10:30am";
}

ol li.four::before {
  content: "11:30am";
}

ol li.five::before {
  content: "12:20pm";
}

ol li h2, .sessions article h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  line-height: 1.3em;
}

.sessions h1 {
	text-align: center;
  margin-bottom: 1em;
}

.sessions article h2 {
  margin-top: 0;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
  font-size: 1.75rem;
}

.sessions article p {
  margin-bottom: 1em;
}

.session-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

a.session-speaker {
  color: #26275E;
  font-size: 0.8em;
  margin-right: .6em;
}

.session-speaker .thumb {
  width: 30px;
  margin-right: 0.6em;
}

.session-links .btn.first {
  margin-left: auto;
  margin-right: 0.6em;
}

@media (max-width: 810px) {
	.mmxxiv .sec-2 {
	  padding: 4rem 2rem 8rem;
	}

	.session-links {
	  flex-direction: column;
	  justify-content: center;
	  align-items: flex-start;
	}

	a.session-speaker {
	  margin-bottom: 1em;
	}

	.session-links .btn.first {
	  margin-left: 0;
	  margin-bottom: 0.6em;
	}
}

.sec-2 .register-btn {
  align-self: center;
}

.sec-2 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 8rem 4rem;
}

.sec-2 .top .left, .sec-2 .top .right {
  width: 50%;
  text-align: left;
}

.sec-2 .top .left {
  padding-right: 8rem;
}

.sec-2 .bottom {
  padding-bottom: 2rem;
}


/* section 2a */

.sec-2a {
  display: block;
  text-align: center;
  padding: 4rem;
}

@media (min-width: 1200px) {
	.sec-2a {
	  padding: 4rem 6rem;
	}
}

.speakers.row {
  font-size: .8em;
  margin-top: 2em;
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.speaker {
  padding: 3rem;
}

.mmxxiv .speaker {
  max-width: 400px;
}

.speaker .speaker-image {
  /*background: #26275E;
  background: radial-gradient(circle farthest-corner at center center, #8385D1 0%, #8385D1 20%, #26275E 65%);*/
  padding: 15%;
  margin: -5%;
  background-image: url(/assets/images/external/lil-spot-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.speaker .speaker-image {
		padding: 20%;
		/*margin: -10%;*/
	}
}

.speaker-name {
  text-transform: uppercase;
  margin: 1.3em 0 0.7em;
  letter-spacing: 1px;
}

.mmxxiv .speaker-name {
  margin-top: 0;
}

.speaker-bio {
  font-size: 0.8em;
  font-weight: 500;
}

@media (max-width: 767px) {
	.speaker {
	  margin-bottom: 1em;
	}

	.speaker .speaker-name {
	  margin: .7em 0;
	}
}


/* section 2b */

.sec-2b {
	padding: 5rem 1.5rem 8rem;
}

.sec-2b .top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 6rem 8rem 2rem;

  padding: 2rem 6rem 2rem 2rem;
}

.sec-2b .top .left {
  width: 45%;
  font-size: .9em;
}

.sec-2b .top .about {
  width: 100%;
  padding: 0 2em;
}

.sec-2b .top h2 {
  font-weight: 700;
}

.sec-2b .inline-logo {
  margin-bottom: 0.45em;
}

.sec-2b .top .about p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.sec-2b .middle {
  padding: 0rem 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sec-2b .middle .left, .sec-2b .middle .right {
	width: 50%;
	padding: 2rem 3rem;
}

.sec-2b .middle .left p {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}


/* section 2c */

section.sec-2c {
  padding: 3rem 6rem;
  min-height: 1px;
  align-items: flex-start;
}

.sec-2c .left, .sec-2c .right {
  width: 50%;
}

.sec-2c h2 {
	font-weight: 800;
	margin-top: 0;
}

.sec-2c .inner-top {
  margin-bottom: 2rem;
}

.sec-2c .inner-bottom {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
}

.logo-address img {
  width: 100%;
  max-width: 230px;
}

.logo-address a {
	display: inline-block;
}

.address {
  margin: 1em 5px;
  font-size: 0.8em;
}

ul.socials {
  list-style: none;
  padding: 0;
}

ul.socials li {
  display: inline-block;
  margin: 0.3em 0.3em 0.3em 0;
}

ul.socials a {
  display: inline-block;
}


/* section 3 */

.sec-3 {
  font-size: 1.5rem;
}

.sec-3 .right {
  text-align: center;
  justify-content: space-around;
}

.sec-3 .right h2 {
  font-weight: 600;
}




@media (max-width: 1399px) {
	.sec-2c > .left {
	  width: 40%;
	}

	.sec-2c > .right {
	  width: 60%;
	}
}


@media (max-width: 1199px) {

	.sec-1 .bottom {
	  padding: 0 7rem;
	}

	.sec-2b .top .about {
	  padding: 0 0 0 2em;
	}

	.sec-2b .middle .right h1 {
		font-size: 5rem;
	}

	.sec-2c > .left, .sec-2c > .right {
	  width: 50%;
	}

	.sec-2c .inner-bottom {
	  flex-direction: column;
	}

	.sec-2c .inner-bottom .left, .sec-2c .inner-bottom .right {
		width: 100%;
	}

}

@media (min-width: 1100px) {
	.sec-3 .right {
		background-color: #f7f7f7;
	}
}

@media (max-width: 1120px) {
	html {
	  font-size: 14px;
	}
}

@media (max-width: 1099px) {
	.sec-2 .top {
	  flex-direction: column;
	}

	.sec-2 .top .left, .sec-2 .top .right {
	  width: 100%;
	  padding-right: 0;
	}

	.half-half {
	  flex-direction: column;
	}

	.half-half > div {
	  width: 100%;
	}

	 .sec-3 .left {
	  text-align: center;
	}

}

@media (max-width: 810px) {

	.sec-1 .bottom {
	  padding: 0;
	}

	.sec-2b .top {
	  padding: 0;
	  flex-direction: column;
	}

	.sec-2b .top .left {
	  width: 100%;
	}

	.sec-2b .top .right {
	  width: 100%;
	  padding: 4rem 1rem 2rem;
	}

	.sec-2b .middle {
	  flex-direction: column-reverse;
		padding: 0;
		text-align: center;
	}

	.sec-2b .middle .left, .sec-2b .middle .right {
	  width: 100%;
	  padding: 2rem;
	}

	.sec-2b .bottom {
	  padding-top: 2rem;
	}

	section.sec-2c {
	  padding: 3rem 3rem;
	}

}

@media (max-width: 550px) {
	html {
	  font-size: 12px;
	}

	section {
	  padding: 6rem 2rem;
	  min-height: 1px;
	}

	.sec-2 {
		padding: 4rem 2rem;
	}

	ol, .sessions {
		font-size: 1em;
	}

	ol li h2, .sessions article h2 {
  font-size: 2rem;
 }

	.speakers.row {
	  font-size: 1em;
	}

	.sec-2b .top .left {
	  padding: 0 2em;
	  font-size: 1em;
	}

	.sec-2b {
	  padding: 4rem 2rem 6rem;
	}

	.sec-2b .top .about {
	  padding: 4rem 0 2rem;
	}

	.sec-2b .middle .left, .sec-2b .middle .right {
	  width: 100%;
	  padding: 0;
	}

	.sec-2b .top .left .speaker-image {
		padding: 15%;
		margin: -5%;
	}

	.sec-2b .top .left .speaker-name {
		margin-top: 0;
	}

	section.sec-2c {
	  flex-direction: column;
	}

	.sec-2c > .left, .sec-2c > .right {
	  text-align: center;
	}

	.sec-2c > .left, .sec-2c > .right {
	  width: 100%;
	}

	.sec-2c > .right {
	  margin-top: 5rem;
	}

	.address {
	  margin: 1em 0;
	  font-size: 1em;
	}

	.sec-2c .inner-bottom {
	  font-size: 1em;
	}

	.half-half > div {
	  width: 100%;
	  padding: 6rem 2rem;
	  min-height: 1px;
	}

	.layoutcontent h1 {
	  font-size: 4rem;
	  margin-bottom: 3.5rem;
	}

	.sec-2b .middle .right h1 {
	  font-size: 4rem;
	}

	.sec-2 .top {
	  padding: 0;
	}

	.sec-2 .bottom {
	  padding: 4rem 0 0;
	}

	a.button {
	  padding: 1.4rem 2rem;
	}

	.sec-3 .right .inner-bottom {
	  padding: 4rem 0 2rem;
	}
}

@media (max-width: 370px) {
	.layoutcontent h1 {
	  font-size: 3.6rem;
	}
	a.button {
	  padding: 1.4rem;
	  font-size: 1.3rem;
	}

	.sec-2b .bottom a.button {
  padding: 1.4rem 1.6rem;
  font-size: 1.2rem;
}
}


/****************** demo request page ***************/

.demo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.demo-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.demo-logo, .demo-login {
  margin-bottom: 2em;
}

.demo-logo a:focus {
  outline: 3px dotted #26275E;
  outline-offset: 1px;
}

a.btn-demo {
  color: #26275E;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: 4px solid #f06e1f;
  border-radius: 5px;
  padding: 10px 28px;
}

a.btn-demo:hover, a.btn-demo:focus {
  background-color: #f06e1f;
  color: #fff;
}

a.btn-demo:focus {
  outline: 3px dotted #26275E;
  outline-offset: 1px;
}

.demo .main-area {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.demo .intro {
  margin-right: 2em;
}

.demo .info-col {
	width: 40%;
}

.demo .intro.hidden-xs {
  margin-top: 30px;
}

.demo .intro.download-report.hidden-xs {
  margin: 30px 0;
}

.demo h2 {
  font-weight: 900;
  font-size: 4.7rem;
  margin-bottom: 25px;
}

.demo h2.chiller {
	font-size: 3.2rem;
}

.demo p {
  font-size: 25px;
}

.demo-ul {
	padding: 0;
	margin-top: 50px;
	font-family: 'Montserrat', sans-serif;
}

.demo-ul li {
  list-style: none;
  padding: 0 0 45px 110px;
  font-size: 25px;
  font-weight: 500;
}

.demo-ul li p {
  font-size: 30px;
}

.demo-ul li.ee {
	background: url(/assets/client/Image/demo/Commerce-bullet.png) no-repeat left 12px;
}

.demo-ul li.msi {
	background: url(/assets/client/Image/demo/Integrations-bullet.png) no-repeat 10px 12px;
}

.demo-ul li.cc {
	background: url(/assets/client/Image/demo/Conversions-bullet.png) no-repeat 15px 12px;
}

.demo-ul.sales li.ee {
  background: url(/assets/client/Image/demo/club-sales-bullet.png) no-repeat left 12px;
  background-size: 75px;
}

.demo-ul.sales li.msi {
	background: url(/assets/client/Image/demo/ecomm-sales-bullet.png) no-repeat 5px 12px;
  background-size: 85px;
}

.demo-ul.sales li.cc {
	background: url(/assets/client/Image/demo/pos-sales-bullet.png) no-repeat 5px 12px;
  background-size: 75px;
}

.demo-ul li.mi {
	background: url(/assets/client/Image/wholesale/MobileIcon.png) no-repeat left 9px;
  background-size: 45px;
}

.demo-ul li.rd {
	background: url(/assets/client/Image/wholesale/DashboardIcon.png) no-repeat 0 9px;
  background-size: 80px;
}

.demo-ul li.im {
	background: url(/assets/client/Image/wholesale/InventoryIcon.png) no-repeat 0 10px;
  background-size: 60px;
}

.demo-ul li.sa {
	background: url(/assets/client/Image/wholesale/SalesforcePurple.png) no-repeat 0 10px;
  background-size: 85px;
}

.demo-ul.no-icons li {
  padding: 0 0 45px 0;
  background: none;
}

.demo .testimonials {
  color: #000;
}

.demo .testimonials.test-top {
  margin-top: 50px;
}

.demo .testimonial {
  border: 5px solid #f06e1f;
  border-radius: 50px;
  padding: 40px 50px;
}

.demo .testimonial img {
	float: right;
  margin: 30px 40px 0;
}

.demo-form {
  filter: drop-shadow(0 0 0.75rem #ccc);
  background-color: #fff;
  padding: 50px 1.75em 0;
  border-radius: 50px;
  max-width: 485px;
  width: 100%;
  top: 30px;
  position: sticky;
}

.demo-form.stuck {
  position: fixed;
  overflow-y: scroll;
  height: 100vh;
  max-height: 840px;
}

.demo-form h2, .demo-form h3, h3.sub {
  font-size: 46px;
  font-weight: 800;
  text-align: center;
}

.intro.sales h3 {
	font-size: 46px;
  font-weight: 800;
}

.intro.sales h3.chiller {
  font-size: 36px;
}

.demo-form.download-report h2 {
  font-size: 40px;
}

h3.sub {
	text-align: left;
}

.demo-form p.asterisk {
  font-size: 15px;
  line-height: normal;
  max-width: 250px;
  margin: 0 auto;
  color: #666;
  font-family: 'Lato',sans-serif;
  text-align: center;
}

.demo-form .embed-container {
		height: 620px
}

.demo-form.sales .embed-container {
  height: 700px;
}

.demo-form.download-report .embed-container {
  height: 480px;
}

.intro.whole-intro.hidden-xs p {
  margin-bottom: 3em;
}

@media (min-width: 1200px) {
	.info-col {
	  width: 50%;
	}
}


@media (min-width: 1025px) {
	.demo-header {
	  height: 150px;
	}

	.info-col {
	  -webkit-box-sizing: border-box;
    -moz-box-sixing: border-box;
    box-sizing: border-box;
    margin-right: 60px;
	}

	.demo .intro h2 {
    text-align: left !important;
  }

  /*.form-col {
	  width: 485px;
	  position: absolute;
	  right: 0;
	  top: 0;
	}*/

	.form-col {
		width: 485px;
    position: sticky;
    top: 0;
  }

	.demo-form {
	  width: 485px;
	}
}


@media (max-width: 1024px) {
	.demo-header {
		flex-direction: column;
	  align-items: center;
	  margin-bottom: 2em;
	}

	.main-area {
	  flex-direction: column;
	}

	.form-col, .info-col {
	  width: 100%;
	  position: relative;
	}

	.demo .intro.visible-xs {
	  max-width: 550px;
	  margin: 0 auto;
	  text-align: center;
	}

	.demo .intro.sales.visible-xs {
    max-width: 750px;
  }

	h3.sub {
	  margin-bottom: 1em;
	}

	.demo-form {
		top: 0;
  	margin: 50px auto;
	}

	.demo-ul {
	  margin-top: 0;
	}

	.demo-ul li {
	  font-size: 20px;
	  line-height: 1.75;
	}

	.demo-ul li p {
	  font-size: 25px;
	  line-height: 1.5;
	}

	.demo .testimonial img {
	  margin: 30px 0 0;
	}

	.demo .testimonial {
	  font-size: 21px;
	  line-height: 1.5;
	}

}


@media (max-width: 575px) {
	.demo .intro h2 {
	  font-size: 3.9rem;
	}

	.intro.sales h3.chiller {
	  font-size: 32px;
	}

	.demo .intro p {
	  font-size: 23px;
	  text-align: center;
	  line-height: 1.5;
	}

	.demo .testimonials.test-top {
	  margin-top: 0;
	  margin-bottom: 50px;
	}

	.demo-form {
  	padding: 50px 0 45px;
	}

	.demo-form h2, .demo-form h3 {
	  font-size: 35px;
	}

	h3.sub {
		font-size: 34px;
    margin-bottom: 1em;
  }

  .demo-ul li {
	  padding: 0 0 45px 100px;
	}

	.demo-form p.asterisk {
	  margin-bottom: 30px;
	}

	 .demo-form .embed-container {
    height: 570px;
    background-color: transparent;
  }

   .demo-form.sales .embed-container {
    height: 660px;
  }
}

.mmxxiv ul {
	margin: 1em auto;
}

.mmxxiv li {
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 500;
}