/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */
@font-face {
  font-family: 'GT Pressura Mono';
  src: url('https://go.dmexco.com/hubfs/DmExco_June2018/fonts/GTPressuraMono-Bold.woff2') format('woff2'),
  url('https://go.dmexco.com/hubfs/DmExco_June2018/fonts/GTPressuraMono-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'New Rail Alphabet';
  src: url('https://go.dmexco.com/hubfs/DmExco_June2018/fonts/NewRailAlphabetWEB-Light.woff2') format('woff2'),
  url('https://go.dmexco.com/hubfs/DmExco_June2018/fonts/NewRailAlphabetWEB-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'New Rail Alphabet';
  src: url('https://go.dmexco.com/hubfs/DmExco_June2018/fonts/NewRailAlphabetWEB-Light.woff2') format('woff2'),
  url('https://go.dmexco.com/hubfs/DmExco_June2018/fonts/NewRailAlphabetWEB-Light.woff') format('woff');
  font-weight: 300;
  font-style: bold;
}

/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: "New Rail Alphabet", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}

/* Page Layout */

body {
	max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 1280px) and (max-width: 1359px) {
	body {
  	max-width: 1200px
  }
  .row-fluid {
  	max-width: 1200px;
  }
}

@media (min-width: 1360px) {
	.row-fluid {
  	max-width: 1280px;
  }
}



/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    color: #000000;
    font-family: "New Rail Alphabet";
    font-size: 47px;
    line-height: 52px;
}

@media screen and (max-width: 500px){
	h1 {
  	font-size: 36px;
    line-height: 42px;
  }
}

h2 {
    color: #000000;
    font-family: "New Rail Alphabet";
    font-size: 27px;
    line-height: 32px;
}
h3 {
    color: #000000;
    font-family: "New Rail Alphabet";
    font-size: 18px;
    line-height: 24px;
}
h4 {
    color: #000000;
    font-family: "New Rail Alphabet";
    font-size: 18px;
    line-height: 24px;
}
h5 {
    color: #000000;
    font-family: "New Rail Alphabet";
    font-size: 18px;
    line-height: 24px;
}
h6 {
    color: #000000;
    font-family: "New Rail Alphabet";
    font-size: 18px;
    line-height: 24px;
}

/* Anchor Links */
a { 
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
a:hover, a:focus {
    text-decoration: none;
    border-color: transparent
}

ul, ol {
	padding: 0;
  list-style-position: inside;
}

ol {
	list-style-type: none;
}

ol > li {
  counter-increment: customlistcounter;
}

ol > li:before {
  content: counter(customlistcounter) " ";
  float: left;
  width: 40px;
}

ol:first-child {
  counter-reset: customlistcounter;
}

/* ==========================================================================
   3. CORE TEMPLATE STYLES                                             
   ========================================================================== */

/* =============== Header =============== */

.header-container {
  position: relative;
  padding-top: 100px;
  background-color: #fff;
}

.dmexco-header-aug {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 14;
  padding: 40px 40px 20px 40px;
  background-color: #fff;
  display: block;
  margin-left: -40px!important;
}


.dmexco-aug-sidebar-container {
	padding: 0 40px 0 20px;
}

@media screen and (max-width: 1280px){
  .dmexco-aug-body-container {
  	padding: 0 40px;
  }
  
  .dmexco-header-aug {
  	margin-left: 0!important;
  }
}

@media screen and (max-width: 767px){
  
  .header-container {
  	padding-top: 40px;
  }
  
  .dmexco-header-aug {
  	padding: 20px;
  }
  
  .dmexco-aug-body-container {
    padding: 20px;
  }
  
  .dmexco-aug-sidebar-container {
    padding: 20px;
  }
}

.dmexco-aug-body-container img{
	max-width: 100%;
  height: auto;
}

.dmexco-header-aug .head-menu ul {
  margin: 0;
  padding: 0;
}

.dmexco-header-aug .head-menu ul li {
	display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 45px;
  text-align: right;
}

.dmexco-header-aug .head-date-text span, 
.dmexco-header-aug .head-menu li,
.dmexco-header-aug .head-cta span {
	line-height: 45px;
}

.dmexco-header-aug .head-date-text span {
  text-align: right;
  display: block;
  margin-right: 1rem;
}

.dmexco-header-aug .head-menu ul li {
  margin-right: 1rem;
}

.dmexco-header-aug .head-menu ul li a {
  color: #ff0000;
}

.dmexco-header-aug .head-menu ul li:first-child a {
  color: #0000ff;
}

@media screen and (min-width: 900px){
  .dmexco-header-aug .head-date-text span {
    margin-right: 2rem;
  }
	.dmexco-header-aug .head-menu ul li {
    margin-right: 2rem;
  }
}

@media screen and (min-width: 1080px){
  .dmexco-header-aug .head-date-text span {
    margin-right: 3rem;
  }
	.dmexco-header-aug .head-menu ul li {
    margin-right: 3rem;
  }
}

.dmexco-header-aug .head-menu ul li a {
  font-family: "GT Pressura Mono";
  text-transform: uppercase;
  word-spacing: -0.2rem;
  border-bottom: none;
}

.dmexco-header-aug .menu-cta-group {
  display: inline-flex;
  justify-content: flex-end;
}

.dmexco-header-aug .menu-cta-group a.cta_button {
  text-align: center;
  padding: 12px 40px;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #000;
  border-radius: 48px;
  color: #000;
}

.dmexco-header-aug .menu-cta-group a.cta_button:hover {
	color: #fff;
  background-color: #000;
}

/* Hide Mobile Elements */

.dmexco-header-aug .mobile-logo {
	display: none;
}

@media screen and (max-width: 840px){
  
  .dmexco-header-aug {
  	width: 100%!important;
  }
  
  .dmexco-header-aug .span3 {
  	float: left;
  }
  
  .dmexco-header-aug .span9 {
  	float: right;
  }
  
	.dmexco-header-aug .head-menu {
  	display: none;
  }
  
  .dmexco-header-aug .head-date-text {
  	display: none;
  }
}

@media screen and (max-width: 500px){
  
  .dmexco-header-aug .aug-logo {
    display: none;
  }
  
  .dmexco-header-aug .mobile-logo {
    display: block;
  }
  
  .dmexco-header-aug .menu-cta-group {
    display: none;
  }
}

/* ==========================================================================
   4. CUSTOM MODULES                                        
   ========================================================================== */


/* Category Title */
.category-title-container .category-title {
	font-family: "GT Pressura Mono";
  text-transform: uppercase;
  word-spacing: -0.2rem;
  display: block;
  margin-bottom: 1rem;
}

.category-title-container .category-title.blue {
	color: #0000FF;
}

.category-title-container .category-title.red {
	color: #FF0000;
}

/* Page Title Headline */
.page-title-headline-container h1.page-title-headline {
  display: block;
}

/* Text Headline */
.text-headline-container h2.text-headline {
  display: block;
}

/* Text */
.text-container {
	display: block;
  margin-bottom: 40px;
}

/* Highlighted Text */
.highlighted-text-container .highlighted-text {
	padding: 30px;
  margin: 0 -30px 40px -30px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 27px;
  line-height: 32px;
}

@media screen and (max-width: 768px){
  .highlighted-text-container .highlighted-text {
    padding: 20px;
    margin: 0 -10px 40px -10px;
  }
}

.highlighted-text-container .highlighted-text.blue {
	color: #0000FF;
  border-top: 1px solid #0000FF;
  border-bottom: 1px solid #0000FF;
}

.highlighted-text-container .highlighted-text.red {
	color: #FF0000;
  border-top: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}

.highlighted-text-container .highlighted-text p {
	margin: 0;
}

/* Helper / Consent Text */
.helper-consent-text-container span.helper-consent-text {
	font-size: 12px;
  line-height: 17px;
  display: block;
  margin-bottom: 40px;
}

/* Quote Module */
.quote-container .quote {
	font-size: 27px;
  line-height: 32px;
  display: block;
  margin-bottom: 40px;
  quotes: '\201c' '\201d';
}

.quote-container .quote:before {
	content: open-quote;
}

.quote-container .quote:after {
	content: close-quote;
}

.quote-container .author {
  margin-bottom: 40px;
}

/* Separation Line */
.separation-line {
	display: block;
  margin: 0px -30px 40px -30px;
  border-top: 1px solid #000;
}

@media screen and (max-width: 767px){
	.separation-line {
    display: block;
    margin: 0px -10px 40px -10px;
    border-top: 1px solid #000;
  }
}

.separation-line.blue {
  border-top: 1px solid #0000FF;
}

.separation-line.red {
  border-top: 1px solid #FF0000;
}

/* CTA Big */
.cta-big-container .cta-big {
	font-size: 27px;
  line-height: 32px;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 40px;
}

.cta-big-container .cta-big:hover {
	border-bottom: 1px solid transparent;
}

/* CTA Small */
.cta-small-container .cta-small {
	font-size: 18px;
  line-height: 24px;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 40px;
}

.cta-small-container .cta-small:hover {
	border-bottom: 1px solid transparent;
}

/* Buttons */
.button-container .button {
	display: inline-block;
  text-align: center;
  padding: 12px 40px;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #000;
  border-radius: 48px;
  color: #000;
  margin-bottom: 40px;
}

.button-container .button:hover {
	background-color: #000;
  color: #fff;
}

.button-container .button.blue {
	color: #0000FF;
  border: 1px solid #0000FF;
}

.button-container .button.blue:hover {
  background-color: #0000FF;
  color: #fff;
}

.button-container .button.red {
	color: #FF0000;
  border: 1px solid #FF0000;
}

.button-container .button.red:hover {
  background-color: #FF0000;
  color: #fff;
}

@media screen and (max-width: 500px){
	.button-container .button {
  	font-size: 26px;
    line-height: 32px;
    padding: 10px 40px;
    display: block;
    margin: 0 auto 40px auto;
  }
}

/* Number Module */

.number-container .number{
  font-size: 110px;
  line-height: 130px;
  color: #000;
}

.number-container .number-subtitle {
	font-size: 27px;
  line-height: 32px;
  margin-top: -15px;
  margin-bottom: 40px;
}

.number-container .number.blue{
  color: #0000FF;
}

.number-container .number.red{
  color: #FF0000;
}

/* Icon blocks */

.expo-conference-icons-container {
	width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
}

.expo-conference-icons-container .icon.expo{
	min-width: 18px;
  min-height: 18px;
  margin-left: 5px;
  background-color: #0000FF;
}

.expo-conference-icons-container .icon.conference{
	min-width: 21px;
  min-height: 21px;
  margin-left: 5px;
  background-color: #FF0000;
  border-radius: 50%;
}

.expo-conference-icons-container .icon.expo span {
	display: block;
  text-align: center;
  width: 24px;
  line-height: 24px;
  font-size: 13px;
  font-family: 'GT Pressura Mono';
  color: #fff;
}

.expo-conference-icons-container .icon.conference span {
	display: block;
  text-align: center;
  width: 28px;
  line-height: 28px;
  font-size: 13px;
  font-family: 'GT Pressura Mono';
  color: #fff;
}

/* Symbol text module */

.symbol-text-container {
  margin-bottom: 40px;
}

.symbol-text-container .category-title {
	font-family: "GT Pressura Mono";
  text-transform: uppercase;
  word-spacing: -0.2rem;
  display: block;
  margin-bottom: 1rem;
}

.symbol-text-container .text-headline {
	margin-bottom: 80px;
}

.symbol-text-container .text-headline a {
	border-bottom: none;
}

.symbol-text-container .symbol-text-footer {
	display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.symbol-text-container.expo .category-title {
	color: #0000FF;
}

.symbol-text-container.expo .icon {
	min-width: 18px;
  min-height: 18px;
  background-color: #0000FF;
}

.symbol-text-container.expo .icon span {
	display: block;
  text-align: center;
  width: 24px;
  line-height: 24px;
  font-size: 13px;
  font-family: 'GT Pressura Mono';
  color: #fff;
}

.symbol-text-container.conference .category-title {
	color: #FF0000;
}

.symbol-text-container.conference .icon {
	min-width: 21px;
  min-height: 21px;
  background-color: #FF0000;
  border-radius: 50%;
}

.symbol-text-container.conference .icon span {
	display: block;
  text-align: center;
  width: 28px;
  line-height: 28px;
  font-size: 13px;
  font-family: 'GT Pressura Mono';
  color: #fff;
}

/* Stage / Expo Description Module */

.stage-expo-description-block {
	margin-bottom: 40px;
}

.stage-expo-description-block .category-title {
	font-family: "GT Pressura Mono";
  text-transform: uppercase;
  word-spacing: -0.2rem;
  display: block;
  margin-bottom: 1rem;
}

.stage-expo-description-block .body-text {
	margin-bottom: 80px;
}

.stage-expo-description-block .stage-expo-description-footer {
	display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.stage-expo-description-block .stage-expo-description-footer a {
	font-size: 27px;
  line-height: 32px;
}

.stage-expo-description-block.expo .category-title, 
.stage-expo-description-block.expo .main-heading,
.stage-expo-description-block.expo .stage-expo-description-footer a {
	color: #0000FF;
}

.stage-expo-description-block.expo .stage-expo-description-footer a {
	border-color: #0000FF;
}

.stage-expo-description-block.expo .stage-expo-description-footer a:hover {
	border-color: transparent;
}

.stage-expo-description-block.expo .icon  {
	min-width: 18px;
  min-height: 18px;
  background-color: #0000FF;
}

.stage-expo-description-block.expo .icon span {
	display: block;
  text-align: center;
  width: 24px;
  line-height: 24px;
  font-size: 13px;
  font-family: 'GT Pressura Mono';
  color: #fff;
}

.stage-expo-description-block.conference .category-title, 
.stage-expo-description-block.conference .main-heading,
.stage-expo-description-block.conference .stage-expo-description-footer a {
	color: #FF0000;
}

.stage-expo-description-block.conference .stage-expo-description-footer a {
	border-color: #FF0000;
}

.stage-expo-description-block.conference .stage-expo-description-footer a:hover {
	border-color: transparent;
}

.stage-expo-description-block.conference .icon  {
	min-width: 21px;
  min-height: 21px;
  border-radius: 50%;
  background-color: #FF0000;
}

.stage-expo-description-block.conference .icon span {
	display: block;
  text-align: center;
  width: 28px;
  line-height: 28px;
  font-size: 13px;
  font-family: 'GT Pressura Mono';
  color: #fff;
}

/* Single Line Symbol Repeater */

.single-line-symbol-container {
	margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}

.single-line-symbol-container .single-line-symbol {
	padding: 40px;
  margin: 0 -30px;
  border-top: 1px solid #000;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 60px);
}

@media screen and (max-width: 768px){
  .single-line-symbol-container .single-line-symbol {
  	padding: 40px 10px;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}

.single-line-symbol-container .single-line-symbol.red {
	border-color: #FF0000;
}

.single-line-symbol-container .single-line-symbol.blue {
	border-color: #0000FF;
}


.single-line-symbol-container .single-line-symbol:last-child {
	border-bottom: 1px solid #000;
}

.single-line-symbol-container .single-line-symbol.red:last-child {
	border-bottom: 1px solid #FF0000;
}

.single-line-symbol-container .single-line-symbol.blue:last-child {
	border-bottom: 1px solid #0000FF;
}

.single-line-symbol-container .single-line-symbol a {
	font-size: 27px;
  line-height: 32px;
  border-bottom: none;
}

.single-line-symbol-container .single-line-symbol.red a {
	color: #FF0000;
}

.single-line-symbol-container .single-line-symbol.blue a {
	color: #0000FF;
}

.single-line-symbol-container .single-line-symbol .icon.blue {
		min-width: 24px;
  	min-height: 24px;
  	background-color: #0000FF;
}

.single-line-symbol-container .single-line-symbol .icon.blue span {
	display: block;
  text-align: center;
  width: 24px;
  line-height: 24px;
  font-size: 13px;
  font-family: 'GT Pressura Mono';
  color: #fff;
}

.single-line-symbol-container .single-line-symbol .icon.red {
		min-width: 28px;
  	min-height: 28px;
  	border-radius: 50%;
  	background-color: #FF0000;
}

.single-line-symbol-container .single-line-symbol .icon.red span {
	display: block;
  text-align: center;
  width: 28px;
  line-height: 28px;
  font-size: 13px;
  font-family: 'GT Pressura Mono';
  color: #fff;
}

.single-line-symbol-container .single-line-symbol.red:hover {
	background-color: #FF0000;
}

.single-line-symbol-container .single-line-symbol.red:hover a {
	color: #fff;
}

.single-line-symbol-container .single-line-symbol.red:hover .icon {
	background-color: #fff;
}

.single-line-symbol-container .single-line-symbol.red:hover .icon span {
	color: #FF0000;
}

.single-line-symbol-container .single-line-symbol.blue:hover {
	background-color: #0000FF;
}

.single-line-symbol-container .single-line-symbol.blue:hover a {
	color: #fff;
}

.single-line-symbol-container .single-line-symbol.blue:hover .icon {
	background-color: #fff;
}

.single-line-symbol-container .single-line-symbol.blue:hover .icon span {
	color: #0000FF;
}

/* Form styles */


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
.body-container form {
	margin-bottom: 40px;
}
.form-title {
  	color: #000000;
    font-family: "New Rail Alphabet";
		font-weight: 300;
}

@media screen and (max-width: 768px){
	font-size: 36px;
  line-height: 42px;
}

.hs-error-msgs {
	margin: 0;
  padding: 0;
  list-style: none;
  color: #f00;
}


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
	margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

/* Descriptions */
.hs-field-desc {
	font-size: 18px;
  line-height: 24px;
  order: 99;
}

.hs-form-field.hs_event_date > label,
.hs-form-field.hs-fieldtype-checkbox > label,
.hs-form-field.hs-fieldtype-radio > label {
  display: inline;
}

.hs_select_a_date label {
	display: block;
  font-size: 27px;
  line-height: 32px;
}

.hs-fieldtype-select label {
	display: block;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 32px;
}

.hs-fieldtype-textarea label {
	display: block;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 32px;
}

.hs-form-field.hs_event_date > label > span:first-child,
.hs-form-field.hs-fieldtype-checkbox > label > span:first-child,
.hs-form-field.hs-fieldtype-radio > label > span:first-child{
  font-size: 27px;
  line-height: 32px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	width: 100%;
  display: block;
  color: #000000;
  padding: 1px 0px;
  font-family: "New Rail Alphabet", sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 32px;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
}
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
}
  

/* Separate Styles for Multiple Line Inputs */
textarea {
	font-size: 18px;
  line-height: 24px;
  min-height: 200px;
  border: 1px solid #000;
  padding: 20px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #000;
  opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
  color: #000;
  opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #000;
  opacity: 1;
} /* IE10 */

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"],
input[type="radio"]{
  position: absolute;
  opacity:0;
  z-index:0;
}

input[type="checkbox"] + span::before,
input[type="radio"] + span::before{
    content: '';
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    margin-right: 15px;
  	margin-top: 3px;
}

input[type="radio"] + span::before{
	border-radius: 50%;
}

input[type="checkbox"]:checked + span::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249%22%20height%3D%2249%22%20viewBox%3D%220%200%2049%2049%22%3E\a %20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M22.7422836%2C25.5%20L1.62114178%2C4.37885822%20L4.37885822%2C1.62114178%20L25.5%2C22.7422836%20L46.6211418%2C1.62114178%20L49.3788582%2C4.37885822%20L28.2577164%2C25.5%20L49.3788582%2C46.6211418%20L46.6211418%2C49.3788582%20L25.5%2C28.2577164%20L4.37885822%2C49.3788582%20L1.62114178%2C46.6211418%20L22.7422836%2C25.5%20Z%22%20transform%3D%22translate%28-1%20-1%29%22%2F%3E\a %20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}

input[type="radio"]:checked + span::before{
  background-color: #000;
}

input[type="checkbox"] + span {
	display: inline-flex;
  align-items: flex-start;
}

input[type="checkbox"] + span:before {
	flex: 0 0 auto;
}

input[type="radio"] + span {
	display: inline-flex;
  align-items:  flex-start;
}

input[type="radio"] + span:before {
	flex: 0 0 auto;
}

.hs-error-msgs label{
  font-size: 12px;
  line-height: 17px;
  color: #000;
}

.form-title{
  font-size: 47px;
  line-height: 52px;
  margin 0 0 40px 0;
}  

/* Override default dependency field style */

.hs-dependent-field {
  margin-bottom: 40px;
}
.hs-dependent-field > div{
  margin-bottom: 20px;
}
.hs-dependent-field input{
 	font-size: 18px;
	line-height: 24px; 
}

.hs-dependent-field .hs-fieldtype-textarea label {
  font-size: 18px;
	line-height: 24px; 
}


/* Input type file custom styles */

.hs-fieldtype-file {
	display: inline-flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.hs-fieldtype-file legend {
	position: absolute;
  left: 0;
  top: 0px;
  font-size: 27px!important;
  line-height: 32px!important;
}

.hs-fieldtype-file .filename {
	margin-top: 20px;
}

.hs-fieldtype-file input {
	width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.hs-fieldtype-file label{
	display: inline-block;
  padding: 12px 40px;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 18px;
  cursor: pointer;
  flex: 0 0 auto;
}

.hs-fieldtype-file ul li label {
	display: block;
  font-size: 12px;
  line-height: 17px;
  border: none;
  cursor: default;
}

.hs-fieldtype-file label:hover {
	background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
	.hs-fieldtype-file {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
  }
  
  .hs-fieldtype-file .filename {
  	margin-left: 0;
    margin-top: 20px;
  }
}

/* Select inputs */

.hs-fieldtype-select .input {
	display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #000;
}

.hs-fieldtype-select select {
	-webkit-appearance: none;
  background-color: transparent;
  border-bottom: none;
}

.hs-fieldtype-select .input:after{
	content:'';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('https://go.dmexco.com/hubfs/landingpages/arrow_down_icn.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* Submit button */

.hs-submit input[type="submit"]{
	-webkit-appearance: none;
  display: block;
  padding: 12px 40px;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 18px;
  cursor: pointer;
}

.hs-submit input[type="submit"]:hover {
	background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hs-submit input[type="submit"]{
  	width: 100%;
  }
}

/* Consent checkboxes */
.hs-form-booleancheckbox-display span {
	display: inline-flex;
  align-items: flex-start;
}

.hs-form-booleancheckbox-display span:before {
	flex: 0 0 auto;
}

.legal-consent-container {
	margin-bottom: 40px;
}

/* ==========================================================================
   7. FOOTER STYLES                                        
   ========================================================================== */

.footer-container-wrapper {
	font-size: 11px;
  line-height: 15px;
  margin: 40px 10px 40px 10px;
  padding: 40px 40px 0 40px;
  border-top: 1px solid #000;
  max-width: 1200px;
}

@media screen and (min-width: 1300px){
  .footer-container-wrapper {
  	max-width: none;
    margin: 40px -30px 40px -30px;
  }
}

.footer-container-wrapper .footer-socials,
.footer-container-wrapper .top-links {
	min-height: 48px;
}

.footer-container-wrapper .footer-logo a svg{
	max-height: 45px;
}

.footer-container-wrapper ul, .footer-container-wrapper ol {
	list-style: none;
  margin: 0;
  padding: 0;
}

.footer-container-wrapper a {
	border-bottom: none;
}
.footer-container-wrapper .quick-links-1 ul li a {
	color: #FF0000;
}

.footer-container-wrapper .quick-links-1 ul li:first-child a{
	color: #0000FF;
}

.footer-container-wrapper .footer-exihibit-links ul li a{
	color: #FF0000;
}

.footer-container-wrapper .footer-exihibit-links ul li:first-child a{
	color: #0000FF;
}

.footer-container-wrapper .sponsor-description-text {
	margin-bottom: 10px;
  font-size: 8px;
  line-height: 12px;
}

.footer-container-wrapper .custom-footer-bvdw svg {
	max-height: 46px;
}

.footer-container-wrapper .footer-socials {
	width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-container-wrapper .footer-socials a img {
	height: 25px;
  width: auto;
}

.footer-container-wrapper .custom-footer-address p {
	margin-top: 0;
}

.footer-container-wrapper .footer-get-ticket ul li a {
	width: 85%;
  display: block;
  text-align: center;
  border: 1px solid #000;
  padding: 10px 0;
  border-radius: 34px;
}

.footer-container-wrapper .footer-get-ticket ul li a:hover {
	background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1280){
  .footer-container-wrapper {
  	max-width: 1200px;
    margin: 0 auto;
  }

}

.footer-container-wrapper .footer-quick-links .partner-image img {
	max-width: 100%;
}

/* 1080 Major Breakpoint */

@media screen and (max-width: 1080px){
  
  .footer-container-wrapper .footer-socials a img {
    height: 35px;
  }
  
  .footer-container-wrapper .footer-socials {
  	padding-right: 2rem;
  }
  
	.footer-container-wrapper .quick-links-1,
  .footer-container-wrapper .quick-links-2,
  .footer-container-wrapper .quick-links-3 {
  	display: none;
  }
  
  .footer-container-wrapper .sponsor-description-text {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 15px;
  }
  
  .footer-container-wrapper .custom-footer-left {
  	width: 100%;
    display: block;
  }
  
  .footer-container-wrapper .custom-footer-left .footer-socials {
  	width: 48.618784527%;
  }
  
  .footer-container-wrapper .custom-footer-left:after {
  	content: '';
    display: block;
    min-width: 100%;
    border-bottom: 1px solid #000;
    margin:  40px -40px;
  }
  
  .footer-container-wrapper .footer-info-group {
  	margin: 0px;
    width: 48.618784527%;
  }
  
  .footer-container-wrapper .footer-info-group .row-number-1 {
    width: 65.74585634900001%;
    float: left;
  }
  
  .footer-container-wrapper .footer-info-group .row-number-2 {
    width: 31.491712705%;
    float: left;
  }
  
  .footer-container-wrapper .footer-info-group .row-number-2 .span6 {
  	width: 100%;
  }
  
  .footer-container-wrapper .footer-socials {
  	justify-content: space-between;
  }
  
  .footer-container-wrapper .footer-socials a {
  	width: 33.3%;
    height: 30px;
    margin: 0 0 30px 0;
    position: relative;
    display: block;
  }
  
  .footer-container-wrapper .footer-socials a.right-align {
  	text-align: right;
  }
  
  .footer-container-wrapper .footer-socials a.center-align {
  	text-align: center;
  }
  
  .footer-container-wrapper .footer-right-links {
  	width: 48.618784527%;
  }
  
}

/* 780 Major Breakpoint */

@media screen and (max-width: 780px){
  
  .footer-container-wrapper .footer-socials {
  	padding-right: 0rem;
  }
  
  .footer-container-wrapper {
  	padding: 20px;
  }
  
  .footer-container-wrapper .custom-footer-left:after {
    margin:  20px -20px;
  }
  
  .footer-container-wrapper .custom-footer-left .footer-logo-group {
  	width: 48.618784527%;
    float: left;
  }
  
  .footer-container-wrapper .custom-footer-left .footer-logo-group .custom-footer-logo {
  	width: 48.618784527%;
    float: left;
  }
  
  .footer-container-wrapper .custom-footer-left .footer-logo-group .footer-quick-links {
  	width: 48.618784527%;
    float: left;
  }
  
  .footer-container-wrapper .custom-footer-left .footer-left-links {
  	width: 48.618784527%;
    float: left;
  }
  
  .footer-container-wrapper .custom-footer-left .footer-left-links .footer-quick-links {
  	width: 48.618784527%;
    float: left;
  }
  
  .footer-container-wrapper .sponsor-description-text {
  	display: none;
  }
  
  .footer-container-wrapper .partner-image span {
  	height: 97px;
    display: flex;
    margin: 0 10px;
  }
  
  .footer-container-wrapper .footer-info-group {
  	width: 100%;
  }
  
  .footer-container-wrapper .footer-info-group .row-number-1 {
  	width: 100%;
    float: none;
  }
  
  .footer-container-wrapper .footer-socials {
  	margin-bottom: 20px;
  }
  
  .footer-container-wrapper .footer-info-group .row-number-2 {
  	width: 100%;
  }
  
  .footer-container-wrapper .footer-socials a {
  	width: 30%;
  }
  
  .footer-container-wrapper .partner-links.hidden {
  	display: none;
  }
  
  .footer-container-wrapper .footer-info-group .row-number-2 .span6 {
  	width: 48.618784527%;
    float: left;
  }
  
  .footer-container-wrapper .footer-right-links {
  	width: 100%;
    float: none;
  }
  
  .footer-container-wrapper .footer-right-links .row-number-1 {
  	width: 48.618784527%;
    float: left;
  }
  
  .footer-container-wrapper .footer-right-links .row-number-2 {
  	width: 48.618784527%;
    float: left;
  }
  
  .footer-container-wrapper .footer-get-ticket {
  	display: none;
  }
}