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


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

@font-face {
  font-family: 'New Rail Alphabet';
  src: url('//4199765.fs1.hubspotusercontent-na1.net/hubfs/4199765/DmExco_June2018/fonts/NewRailAlphabetWEB-Light.woff2') format('woff2'),
  url('//4199765.fs1.hubspotusercontent-na1.net/hubfs/4199765/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: 110px;
  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;
  left: 0;
  margin-left: 0;
}
.dmexco-header-aug .row-fluid-wrapper > .row-fluid {
  margin: 0 auto !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;
}

.body-container form .required-text {
  float: right;
  color: black;
  font-size: 12px;
}

.body-container form .required-text span {
  color: red;
}

.body-container form:before:first-letter {
  color: red;
}

.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;
}

/* Reorder the elements to show errors above the input */

.hs-form-field > label {
  order: 0;
}

.hs-form-field .hs-field-desc {
  order: 1;
}

.hs-form-field .hs-error-msgs{
  order: 2;
}

.hs-form-field .input {
  order: 3;
  margin-top: 7px;
}


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

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

/* Descriptions */
.hs-field-desc {
	font-size: 12px;
  line-height: 16px;
  padding: 0px!important;
}

/* Labels and Legends */

.hs-form-required {
  color: #FF0000;
  margin-left: 3px;
}

.hs-form-field > label {
	font-size: 18px;
  line-height: 24px;
}
.hs-form-field.hs_event_date > label,
.hs-form-field.hs-fieldtype-checkbox > label,
.hs-form-field.hs-fieldtype-radio > label {
  display: inline;
}

/* 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: 0px !important;
  font-family: "New Rail Alphabet", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
}

.hs-form-field select {
  margin-bottom: 0px;
}

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: 0;
}

input::placeholder {
  color: rgba(0,0,0,0.2);
}

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

textarea::placeholder {
  color: rgba(0,0,0,0.2);
}

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;
  margin: 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: 16px;
  color: #ff0000;
}

.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; 
}

.legal-consent-container .hs-dependent-field{
  margin-bottom: 0px;
}

/* File inputs */

.filemessage {
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 20px 10px;
  text-align: center;
  opacity: 1;
}

.hs-field-desc {
  font-size: 12px;
  line-height: 16px;
}

.hs-fieldtype-file {
  padding-top: 0px!important;
}

.hs-fieldtype-file .input {
  position: relative;
  width: 265px;
  height: 160px;
  border: 1px solid rgba(0,0,0,0.2);
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(https://go.dmexco.com/hubfs/photo-icon.svg) no-repeat center center;
}

.hs-fieldtype-file .input:hover {
  border: 1px solid rgba(0,0,0,1);
}

.hs-fieldtype-file .input.is-active {
  border: 1px solid rgba(0,0,0,1);
}

.hs-fieldtype-file .input input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.hs-fieldtype-file .input .filepresent {
  opacity: 1!important;
}

/* Select 2 styles */

.hs-fieldtype-select .input {
  outline: 0;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    outline: 0!important;
    width: 100%!important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.6);
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0;
}

@media screen and (max-width: 1279px){
  .select2-container--open .select2-dropdown {
      left: 40px;
  }
}

@media screen and (max-width: 767px){
  .select2-container--open .select2-dropdown {
      left: 20px;
  }
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
  outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('https://go.dmexco.com/hubfs/landingpages/arrow_down_icn.svg');
    background-size: contain;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #000;
    color: #fff;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #000;
    outline: 0;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/* End select2 styles */

.hs-fieldtype-select input[disabled=disabled]{
  opacity: 0.2;
}

.hs-fieldtype-select .input select {
  display: none!important;
}

.hs-fieldtype-select .input {
	display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #000;
}
.select2-container.select2-container--default.select2-container--open {
  left: auto!important;
}

/* Date Input */

.hs-dateinput {
  width: 265px;
  cursor: pointer;
  position: relative;
}

.input {
  position: relative;
}

.input .down-arrow{
	content:'';
  position: absolute;
  left: 250px;
  top: 0;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url('https://go.dmexco.com/hubfs/landingpages/arrow_down_icn.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.15s ease;
}

.hs-dateinput input {
  cursor: pointer;
}

.hs-datepicker {
  margin-top: -10px;
}

.hs-datepicker .fn-date-picker .pika-lendar {
  width: 249px;
}

.hs-datepicker .fn-date-picker.pika-single {
  border: none;
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.6);
}

.hs-datepicker .fn-date-picker .pika-next, .hs-datepicker .fn-date-picker .is-rtl .pika-prev {
  background-image: url(https://go.dmexco.com/hubfs/arrow_icn.svg);
  opacity: 1;
}

.hs-datepicker .fn-date-picker .pika-prev, .hs-datepicker .fn-date-picker .is-rtl .pika-next {
  background-image: url(https://go.dmexco.com/hubfs/arrow_icn-back.svg);
  opacity: 1;
}

.hs-dateinput .fn-date-picker.pika-single {
  font-family: "New Rail Alphabet", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal!important;
}

.hs-dateinput .fn-date-picker .pika-table th {
  font-weight: normal;
  color: #000;
  font-size: 12px;
  line-height: 13px;
  padding-bottom: 5px;
}

.hs-dateinput .fn-date-picker .pika-table abbr {
  cursor: default;
  text-decoration: none;
}

.hs-dateinput .fn-date-picker .pika-title .pika-label {
  font-family: "New Rail Alphabet", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  border-bottom: 1px solid transparent;
  padding: 5px 3px 0px 3px;
}

.hs-dateinput .fn-date-picker .pika-title .pika-label:hover {
  border-bottom: 1px solid #000;
}

.hs-dateinput .fn-date-picker .pika-button {
  border: 0;
  margin: 0;
  width: 100%;
  padding: 7px 5px;
  margin: 1px;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: solid 1px transparent;
}

.hs-dateinput .fn-date-picker .is-today .pika-button {
  color: #000;
  font-weight: normal;
  border: 1px solid #000;
  border-radius: 50%;
}

.hs-dateinput .fn-date-picker .is-selected .pika-button {
  color: #fff;
  background-color: #000;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 50%;
  font-weight: normal;
}

.hs-dateinput .fn-date-picker .pika-button:hover {
  color: #000 !important;
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 50% !important;
  border: 1px solid #000;
}

/* Dependent fields */

.hs-dependent-field > .hs-form-field:first-child {
	margin-top: 0px;
}

.hs-dependent-field > .hs-form-field {
	margin-top: -20px;
}

/* 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: center!important;
  font-size: 10px;
  line-height: 12px;
}

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

.hs-form-booleancheckbox input[type="checkbox"] + span::before {
  width: 15px;
  height: 15px;
  margin-right: 11px;
  margin-top: 0px;
}

.legal-consent-container {
	margin-bottom: 40px;
  font-size: 10px;
  line-height: 12px;
  width: 100%;
  max-width: 610px;
}

/* Split form styles */

fieldset.form-columns-2 {
  width: 100%;
  max-width: 650px!important;
}

fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 20px)!important;
  margin-right: 20px;
}

/* ==========================================================================
   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;
  }
}