/* NAVIGATION HEIGHTS */
/* ----------------------
 * CUSTOM SITE -- SASS
 * ---------------------- */
a {
  color: #779ab1;
  text-decoration: none; }

a:hover, a:focus, a:active, a:visited {
  color: #779ab1;
  text-decoration: none;
  cursor: pointer; }

.hidden {
  display: none; }

/*- Fonts -*/
body {
  background-image: url('/assets/img/background-x-tile.jpg');
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px; }

h1 {
  font-size: 24px;
  font-family: 'Sriracha', sans-serif;
  font-weight: 300;
  color: #fff;
  background-color: #36549b;
  padding: 10px 40px;
  margin-top: 15px;
  letter-spacing: 1px;
  /*
  -webkit-clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
  */
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%; }

h2 {
  font-family: 'Sriracha', sans-serif;
  font-weight: 400;
  color: #99b940; }

h3 {
  font-family: 'Sriracha', sans-serif;
  font-weight: 700;
  color: #99b940; }

h4 {
  font-family: 'Sriracha', sans-serif;
  font-weight: 700;
  color: #99b940; }

@media (min-width: 450px) {
  h1 {
    font-size: 26px;
    /*width: calc(100% - 30px);*/ } }

@media (min-width: 768px) {
  body {
    font-size: 17px;
    line-height: 26px; }
  h1 {
    font-size: 30px;
    /*width: calc(80% - 30px);*/ } }

@media (min-width: 992px) {
  body {
    font-size: 19px;
    line-height: 30px; }
  h1 {
    /*width: calc(70% - 30px);*/ } }

@media (min-width: 1200px) {
  h1 {
    font-size: 36px;
    /*width: calc(60% - 30px);*/ } }

/*- Mobile Navigation -*/
.navbar {
  min-height: 50px; 
  font-family: 'Sriracha', sans-serif;
}

.navbar > .container .navbar-brand {
  height: 50px; }

body.fixed-navigation {
  padding-top: 50px; }

/*- Navbar Links -*/
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

/*- Non-mobile -*/
@media (min-width: 768px) {
  .navbar-nav {
    position: absolute;
    left: 15px;
    bottom: -1px; }
  /*- Brand Size & Compressed Fixed Version -*/
  .navbar > .container .navbar-brand {
    height: 100px;
    margin: 25px 0px; }
  .navbar.compressed > .container .navbar-brand {
    height: 80px;
    margin: 10px 0px; }
  /*- Full Navigation -*/
  .navbar {
    min-height: 150px; }
  body.fixed-navigation {
    padding-top: 150px; }
  .navbar .navbar-nav.navigation-valign-bottom {
    margin-top: 0px; }
  /*- Compressed Fixed Navigation -*/
  .navbar.compressed {
    min-height: 100px; }
  body.fixed-navigation.compressed {
    padding-top: 100px; }
  .navbar.compressed .navbar-nav.navigation-valign-bottom {
    margin-top: 0px; } }

/*- Larger Non-mobile -*/
@media (min-width: 992px) {
  /*- Brand Size & Compressed Fixed Version -*/
  .navbar > .container .navbar-brand {
    /*height: 120px;*/
    margin: 15px 0px; }
  .navbar.compressed > .container .navbar-brand {
    height: 100px;
    margin: 0px; } }

@media (min-width: 1200px) {
  .navbar-nav {
    left: unset;
    right: 15px; } }

/*------------------------------------------------------------------------------------------ */
/*HOMEPAGE*/
/*------------------------------------------------------------------------------------------ */
body.homepage header .container{
  /*height: 100px;*/
}
body.homepage header .navbar-header{
  /*height: 100%;*/
}
body.homepage .navbar-default{
  min-height: unset;
}
body.homepage .navbar-default .navbar-collapse{
  background-color: #ffffff;
}
body.homepage .navbar-brand img{
  display: inline-block;
  margin-right: 5px;
}
body.homepage .navbar-brand span{
  display: inline-block;
  font-size: 20px; 
}
@media (min-width: 768px) {
  body.homepage.fixed-navigation {
    padding-top: 50px;
  }  
  body.homepage.otherpage.fixed-navigation {
    padding-top: 100px;
  }  
  body.homepage .navbar-brand{
    display: none;
  }
  body.homepage.otherpage .navbar-brand{
    display: block;    
  }
  body.homepage.otherpage .navbar-brand span{
    display: none;    
  }
  body.homepage ul.nav.navbar-nav {
      position: absolute;
      top: 0px;
      right: 10px;
      left: 10px;
      background-color: #99b940;
      height: 65px;
      padding: 15px 15px 15px 15px;
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px;
      text-align: center;
      box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.2);
  }
  body.homepage .navbar-nav>li{
    float: none;
    display: inline-block;
  }
  body.homepage.otherpage .navbar-nav > li > a{
    font-size: 17px;
  }
  body.homepage.otherpage ul.nav.navbar-nav {
    position: absolute;
    top: 35px;
    right: 0px;
    left: unset;
    background-color: transparent;
    height: 65px;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
  }
  body.homepage.otherpage .navbar.compressed ul.nav.navbar-nav {  
    top: 20px;
  }

  body.homepage.otherpage .navbar-nav>li{
    float: left;    
  }
}
@media (min-width: 992px) {
  body.homepage.otherpage .navbar-nav > li > a{
    font-size: 20px;
  }
}
/*------------------------------------------------------------------------------------------ */
/*^^^^^^^^^^^^^^^^^ CLIENT SPECIFIC ^^^^^^^^^^^^^^^^^*/
/* ---------------------------------------------------- 
  	DEFAULTS  
   ---------------------------------------------------- */
img, video {
  width: 100%; }

blockquote {
  color: #9cc046; }

main {
  min-height: 600px; }

/*
main section:nth-child(2n+1) {
  background-color: #fff; }

main section:nth-child(2n) {
  background-color: #fff; }
*/

section.primary-background {
  background-color: #fff !important; }

section.secondary-background {
  background-color: #fff !important; }

section.highlight-background {
  background-color: #9cc046 !important;
  color: #fff; }

section div.wrapper {
  padding: 0px 0px; }

section div.wrapper.hero {
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

section div.wrapper.hero div.hero-title {
  height: 250px;
  position: relative; }

section div.wrapper.hero div.hero-title h1 {
  position: absolute;
  bottom: 0px;
  margin-bottom: -15px; }

@media (min-width: 450px) {
  h1 {
    font-size: 26px;
  } }

@media (min-width: 768px) {
  section div.wrapper {
    padding: 30px 0px; }

  section div.wrapper.hero div.hero-title {
    height: 350px; }
  h1 {
    font-size: 30px;
  } }

@media (min-width: 992px) {
  h1 {  } }

@media (min-width: 1200px) {
  section div.wrapper.hero div.hero-title {
    height: 450px; }
  h1 {
    font-size: 36px;
  } }

table {
  width: 100%;
  margin: 20px 0px; }

table tr th {
  border-bottom: none; }

table tr td {
  border-bottom: 1px solid #eee; }

table td {
  padding: 10px; }

/* ---------------------------------------------------- 
  	CTA BAR 
   ---------------------------------------------------- */
div.cta-bar {
  background-color: #374856;
  padding: 12px 0px !important;
  text-align: center;
  font-size: 17px;
  font-weight: 700; }

div.cta-bar.exhibitor-zone {
  display: block;
  padding: 0px !important;
  font-size: 13px;
  font-weight: 300px; }

div.cta-bar a {
  color: #fff;
  line-height: 20px;
  vertical-align: -webkit-baseline-middle; }

div.cta-bar nav {
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0px 0px 0px; }

div.cta-bar nav ul {
  display: table;
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
  list-style-image: none; }

div.cta-bar nav ul li {
  float: left;
  margin-right: 2px; }

div.cta-bar nav ul li a {
  color: #fff;
  display: block;
  margin: 4px;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 5px; }

div.cta-bar nav ul.sub-nav-first li a {
  font-size: 12px;
  margin: 4px;
  padding: 5px 5px 0px 5px; }

div.cta-bar nav ul.sub-nav-second li a {
  font-size: 12px;
  margin: 4px;
  padding: 0px 5px 5px 5px; }

div.cta-bar nav ul li a:hover {
  color: #eee;
  text-decoration: none; }

div.cta-bar nav ul li a.active {
  color: #9cc046;
  cursor: default; }

div.cta-bar img{
  max-width: calc(100% - 20px);
  margin: 5px 5px 0px 5px;
  width: 400px;  
}

@media (min-width: 580px) {
  div.cta-bar nav ul.sub-nav-first li a {
    font-size: 13px;
    padding: 5px 10px 0px 10px; }
  div.cta-bar nav ul.sub-nav-second li a {
    font-size: 13px;
    padding: 0px 10px 5px 10px; } 
  div.cta-bar img{
    margin: 10px 10px 5px 10px;
  }
}

@media (min-width: 768px) {
  div.cta-bar {
    display: block; }
  li.mobile-cta {
    display: none; }
  div.cta-bar nav ul {
    display: inline-block; }
  div.cta-bar nav ul.sub-nav-first li a {
    padding: 5px 10px 0px 10px; }
  div.cta-bar nav ul.sub-nav-second li a {
    padding: 0px 10px 5px 10px; } }

@media (min-width: 992px) {
  div.cta-bar nav ul {
    display: inline-block; }
  div.cta-bar nav ul.sub-nav-first li a {
    padding: 5px 10px 5px 10px; }
  div.cta-bar nav ul.sub-nav-second li a {
    padding: 5px 10px 5px 10px; } }

/* ----- NAVIGATION ---- */
#primaryNavigation{
  pointer-events:auto;
  background-color: transparent;
}
@media (min-width: 768px) {
  #primaryNavigation{
    pointer-events:none;
  }
}
/* ----- BUTTONS ---- */
.btn-core {
  line-height: 20px;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: #ddd 2px 2px;
  cursor: pointer; }

.btn-core.active {
  cursor: default; }

.btn-core:hover, .btn-core:active, .btn-core:focus, .btn-primary:visited {
  text-decoration: none; }

.btn-primary {
  color: #fff !important;
  background-color: #b5397c;
  border: 1px solid #b5397c; }

.btn-primary.active {
  color: #fff !important; }

.btn-secondary {
  color: #000 !important;
  background-color: #eee;
  border: 1px solid #eee;
  margin-right: 10px; }

.btn-secondary.active {
  color: #000 !important; }

.btn-register {
  color: #fff !important;
  background-color: #b5397c;
  border: 1px solid #b5397c; }

.btn-register.active {
  color: #2188ca !important; }

/* ---------------------------------------------------- 
  	HOMEPAGE 
   ---------------------------------------------------- */
#sponsor-slides {
  position: relative;
  width: 250px;
  height: 310px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  margin: auto;
  margin-top: 20px; }

#sponsor-slides > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

#sponsor-slides > div > p {
  text-align: center;
  font-size: 22px;
  padding: 15px;
  font-weight: 100;
  margin-bottom: 0px;
  background-color: #2f4a59;
  color: #fff; }

.section-callout {
  background-color: #f8feea;
  padding: 20px; }

.home-expo-details {
  position: absolute;
  bottom: 0px;
  margin-bottom: 57px;
  padding: 11px 35px 11px 40px;
  color: #fff;
  -webkit-clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
  margin-left: 20px;
  background-color: #b5397c;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px; }

.home-section-title {
  padding: 11px 35px 11px 40px;
  color: #fff;
  -webkit-clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
  background-color: #1485b2;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  width: 50%; }
.row.home-special-events{
  margin-bottom: 40px;
}
.section-special-events {
  background-color: #fdf8fb;
  padding: 0px 0px 10px 0px; }

.section-special-events img {
  margin: 0px 0px 10px 0px; }

.section-special-events p.title {
  padding: 0px 10px;
  font-weight: 700; }

.section-special-events p.description {
  font-size: 14px;
  line-height: 20px;
  padding: 0px 10px; }

.section-special-events a {
  display: block;
  padding: 0px 10px; }

@media (min-width: 450px) {
  .home-expo-details {
    margin-bottom: 61px; } }

@media (min-width: 639px) {
  .home-expo-details {
    margin-bottom: 33px;
    font-size: 18px;
    line-height: 20px;
    padding: 16px 45px 16px 40px; }
  .home-section-title {
    font-size: 18px;
    line-height: 20px;
    padding: 16px 45px 16px 40px; } }

@media (min-width: 768px) {
  #sponsor-slides {
    margin-left: -100px;
    margin-top: 40px; }
  .section-callout {
    background-color: #f8feea;
    padding: 20px 120px 20px 20px; }
  .home-expo-details {
    margin-bottom: 70px;
    font-size: 22px;
    line-height: 24px;
    padding: 16px 60px 16px 40px; }
  .home-section-title {
    font-size: 22px;
    line-height: 24px;
    padding: 16px 60px 16px 40px;
    margin-bottom: 40px; }
  .section-special-events img {
    margin: -20px 0px 10px 20px; } }

@media (min-width: 992px) {
  .section-special-events p.description {
    font-size: 16px;
    line-height: 22px; } }

@media (min-width: 1200px) {
  .home-expo-details {
    margin-bottom: 83px;
    font-size: 24px; }
  .home-section-title {
    font-size: 24px; } }

/* ---------------------------------------------------- 
  	TWO COLUMN  
   ---------------------------------------------------- */
.tcp-first-column {
  background-color: #f8feea;
  padding: 20px; }

.tcp-second-column {
  background-color: #fdf8fb;
  padding: 20px;
  text-align: center; }

@media (min-width: 768px) {
  .tcp-first-column {
    padding-right: 140px; }
  .tcp-second-column {
    margin-left: -100px;
    margin-top: 40px;
    font-size: 14px;
    width: calc(30% + 100px); } }

@media (min-width: 992px) {
  .tcp-second-column {
    font-size: 19px; } }

/* ---------------------------------------------------- 
  	BLOCKS  
   ---------------------------------------------------- */
/* --- Statement */
section.block-statement div.wrapper.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent; }

section.block-statement div.wrapper.bg-image div.block-statement-text {
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9); }

section.block-statement div.block-statement-text {
  background-color: rgba(255,255,255,0.9);  
  padding-top: 1px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  section.block-statement div.block-statement-text {
    border-radius: 40px;  
  }
}

@media (min-width: 992px) {
  section.block-statement div.block-statement-text {
    padding-top: 0px;
  }
}

section.block-statement div.wrapper.bg-image div.block-statement-aside div.form-wrapper {
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9); }

section.block-statement div.block-statement-aside p.display-form-title {
  font-weight: 300;
  font-size: 24px; }

/* --- Gallery */
/* --- Testimonial */
section.block-testimonial p {
  padding-left: 10px; }

section.block-testimonial p.testimonial-testimonial {
  font-style: italic;
  padding: 10px; }

section.block-testimonial p.testimonial-testimonial:before {
  content: "\201C";
  font-size: 25px;
  color: #000;
  line-height: 20px; }

section.block-testimonial p.testimonial-testimonial:after {
  content: "\201D";
  font-size: 25px;
  color: #000;
  line-height: 20px; }

section.block-testimonial p.testimonial-title {
  font-weight: 700;
  margin-bottom: 0px; }

section.block-testimonial p.testimonial-customer-info {
  font-size: 13px;
  color: #999; }

section.block-testimonial .slick-slider {
  margin-bottom: 0px; }

section.block-testimonial div.testimonial-arrows {
  position: relative;
  height: 40px;
  padding: 0px; }

section.block-testimonial div.testimonial-arrows i {
  background-size: 24px;
  background-position: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  border-radius: 0;
  cursor: pointer; }

section.block-testimonial div.testimonial-arrows i.next {
  position: absolute;
  right: 0px;
  background-image: url(../img/slick-next.png); }

section.block-testimonial div.testimonial-arrows i.prev {
  position: absolute;
  left: 0px;
  background-image: url(../img/slick-previous.png); }

/* --- Map Block --- */
section.block-map div.block-map-map {
  height: 450px; }

section.block-map div.block-map-map div.gmap-panel {
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.25); }

.overlay {
  display: block;
  width: 200px;
  text-align: center;
  color: #000;
  opacity: 0.95;
  background-color: #fafafa;
  border: 2px solid #779ab1;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #333;
  padding: 5px; }

.overlay p.point-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.overlay p.point-description {
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 5px; }

.overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute; }

.overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #779ab1; }

.overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #779ab1; }

/* ---------------------------------------------------- 
  	NAVIGATION  
   ---------------------------------------------------- */
/* --- core --- */
.navbar {
  transition: all 0.1s; }

.navbar-brand > img {
  width: auto;
  height: 100%;
  max-height: 95px; }

.navbar-collapse {
  position: relative; }

.navbar-cta-links a {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  color: #333;
  font-size: 15px; }

.navbar-cta-links a:hover {
  text-decoration: none; }

.navbar-brand {
  padding: 5px 15px; }

.navbar-nav {
    margin: 0px -15px 7.5px -15px;
}
.navbar-nav > li > a {
  font-size: 20px;
  color: #fff !important; }
.navbar-collapse.collapse.in .navbar-nav > li > a{
  color: #333 !important;   
}
.navbar-collapse.collapse.in .navbar-nav > li.active > a{
  color: #fff !important;   
}

.nav .dropdown.open .caret {
  border-top: none;
  border-bottom: 4px solid #000000; }

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default.compressed{
  background-color: #36549b;
}
.navbar-default .navbar-brand{
  color: #fff;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}
#primaryNavigation.collapse.in{
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #fff !important;
  background-color: #36549b; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > li > a {
  padding: 7px 20px;
  clear: both;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  white-space: nowrap; }

.navbar-default .navbar-nav > .dropdown.open > a, .navbar-default .navbar-nav > .dropdown.open > a:focus, .navbar-default .navbar-nav > .dropdown.open > a:hover {
  background-color: #e7e7e7;
  color: #333 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.navbar-default .navbar-nav > .dropdown.open.active > a, .navbar-default .navbar-nav > .dropdown.open.active > a:focus, .navbar-default .navbar-nav > .dropdown.open.active > a:hover {
  background-color: #779ab1; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333; }

.dropdown-menu {
  border: 1px solid #e7e7e7;
  padding: 5px 0;
  background-color: #fafafa !important; }

.dropdown-menu li {
  background-color: #fafafa; }

@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    border-radius: 5px;
  }
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default.compressed {
    background-color: #36549b;
  }  
  .navbar-nav > li > .dropdown-menu {
    border: 1px solid #e7e7e7;
    border-top: 1px solid #fff;
    padding: 0px 0;
    background-color: #fff;
    margin-top: -1px; }
  .dropdown-menu li {
    background-color: #fff; }
  .navbar-nav {
    float: right;
    margin-right: -15px; }
  .nav > li > a {
    padding: 7px 10px; } }

@media (min-width: 992px) {
  .nav > li > a {
    padding: 7px 14px; } }

/* --- fixed + compressed navigation --- */
.navbar.compressed {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    padding: 0px 0px 0px 15px; }
  .navbar.compressed > .container .navbar-brand {
    padding: 0px 0px 5px 15px; }
  .navbar.compressed {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); } }

@media (min-width: 992px) {
  .navbar > .container .navbar-brand {
    padding: 0px 0px 0px 15px; }
  .navbar.compressed > .container .navbar-brand {
    padding: 5px 0px 5px 15px; } }

@media (min-width: 1200px) {
  .navbar > .container .navbar-brand {
    padding: 0px 0px 0px 15px; }
  .navbar.compressed > .container .navbar-brand {
    padding: 10px 0px 10px 15px; } }

/* --- Core navigation alignment --- */
header .navbar-cta-links {
  display: none;
  position: unset; 
}

header.navigation-align-left .navbar-brand {
  float: left; }

header.navigation-align-left .navbar-toggle {
  float: right;
  margin-left: 0px;
  margin-right: 15px; }

@media (min-width: 768px) {
  header .navbar-cta-links {
    display: initial;
    position: absolute;
    bottom: 0px; }
  header.navigation-valign-bottom .navbar-cta-links {
    top: 0px;
    bottom: unset; }
  .navbar-cta-links a {
    display: inline-block;
    padding: 8px 15px 10px 15px;
    background-color: #eee;
    border-top: 4px solid #9cc046;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px; }
  .navbar-cta-links a.highlight {
    background-color: #9cc046;
    color: #fff;
    font-weight: 700;
  }
  header.navigation-align-left .navbar-header {
    float: left; }
  header.navigation-align-left .navbar-nav {
    float: left; }
  header.navigation-align-left .navbar-cta-links {
    right: 15px; }
  header.navigation-align-left .navbar-cta-links a {
    margin: -4px 0px 10px 10px; } }

@media (min-width: 1200px) {
  header.navigation-align-left .navbar-nav {
    float: right; } }

/* --- fixed + compressed navigation --- */
.navbar-default.cross-burger .navbar-toggle:focus,
.navbar-default.cross-burger .navbar-toggle:hover {
  background-color: transparent; }

.navbar-default.cross-burger .navbar-toggle {
  border: none; }

.navbar-default.cross-burger .navbar-toggle span.icon-bar {
  transition: all 0.15s; }

.navbar-default.cross-burger .navbar-toggle span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%; }

.navbar-default.cross-burger .navbar-toggle span:nth-child(3) {
  opacity: 0; }

.navbar-default.cross-burger .navbar-toggle span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

.navbar-default.cross-burger .navbar-toggle.collapsed span:nth-child(2),
.navbar-default.cross-burger .navbar-toggle.collapsed span:nth-child(4) {
  transform: rotate(0); }

.navbar-default.cross-burger .navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1; }

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 0px 20px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

/* -- */
.mm-dropdown-menu {
  list-style: none;
  padding-left: 0px;
  margin-left: -20px;
  margin-right: -20px; }

.mm-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.mm-dropdown-menu > li > a:hover,
.mm-dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.mm-dropdown-menu > .active > a,
.mm-dropdown-menu > .active > a:hover,
.mm-dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

@media (max-width: 767px) {
  .navbar-nav .open .mm-dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .mm-dropdown-menu > li > a,
  .navbar-nav .open .mm-dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .mm-dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .mm-dropdown-menu > li > a:hover,
  .navbar-nav .open .mm-dropdown-menu > li > a:focus {
    background-image: none; } }

.navbar-nav > li > .mm-dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .mm-dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .mm-dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .mm-dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .mm-dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .mm-dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .mm-dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; } }

/* --------------- */
#footer-navigation {
  padding: 20px 0px;
  background-color: #f8f8f8;
  color: #666;
  border-top: 1px solid #e7e7e7; }

#footer-navigation ul {
  list-style: none;
  padding-left: 0px; }

#footer-base {
  text-align: center;
  padding: 20px 0px;
  background-color: #333;
  color: #999;
  font-size: 13px; }

ul.social-links {
  text-align: left; }

ul.social-links li {
  display: inline-block;
  font-size: 45px;
  padding: 10px 10px 10px 0px; }

ul.social-links li a, ul.social-links li a:focus, ul.social-links li a:visited {
  color: #b5397c; }

ul.social-links li a:hover {
  color: #779ab1; }

/* =============================================================================
 PHOTOSWIPE SLIDES
 ========================================================================== */
div.photos {
  display: inline-block;
  width: 100%; }

div.photos img {
  padding: 1%; }

div.photos figure:nth-child(10n+1) img {
  float: left;
  width: 50%; }

div.photos figure:nth-child(10n+2) img, div.photos figure:nth-child(10n+3) img, div.photos figure:nth-child(10n+4) img, div.photos figure:nth-child(10n+5) img {
  float: left;
  width: 25%; }

div.photos figure:nth-child(10n+2) img, div.photos figure:nth-child(10n+3) img {
  margin: 0% 0% -0.5% 0%; }

div.photos figure:nth-child(10n+4) img, div.photos figure:nth-child(10n+5) img {
  margin: 0% 0% 0% 0%; }

div.photos figure:nth-child(10n+6) img {
  float: right;
  width: 50%; }

div.photos figure:nth-child(10n+7) img, div.photos figure:nth-child(10n+8) img, div.photos figure:nth-child(10n+9) img, div.photos figure:nth-child(10n+10) img {
  float: right;
  width: 25%; }

div.photos figure:nth-child(10n+7) img, div.photos figure:nth-child(10n+8) img {
  margin: 0% 0% -0.5% 0%; }

div.photos figure:nth-child(10n+9) img, div.photos figure:nth-child(10n+10) img {
  margin: 0% 0% 0% 0%; }

/* =============================================================================
 VIDEO EMBEDS
 ========================================================================== */
.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 49.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  border: none;
}

/* =============================================================================
 FORMS
 ========================================================================== */
div.form-wrapper {
  position: relative; }

div.form-wrapper form:after {
  content: "";
  display: table;
  clear: both; }

div.form-wrapper div.form-thank-you {
  position: absolute;
  top: 0px;
  display: none; }

div.form-wrapper label {
  font-weight: 700;
  margin: 5px 0px 0px 0px; }

div.form-wrapper textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 3px 0px; }

div.form-wrapper input[type="text"],
div.form-wrapper input[type="email"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

div.form-wrapper input[type="submit"] {
  display: inline-block;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  float: right;
  margin-top: 12px; }

div.form-wrapper input[type="submit"],
div.form-wrapper input[type="submit"]:hover,
div.form-wrapper input[type="submit"]:active,
div.form-wrapper input[type="submit"]:focus,
div.form-wrapper input[type="submit"]:visited {
  text-decoration: none;
  background-color: #b5397c !important;
  border: 1px solid #b5397c !important;
  color: #fff !important; }

div.form-wrapper .heading {
  margin: 10px 0px 5px 0px; }

.inline-error {
  font-size: 13px;
  color: red; }

/* =============================================================================
 ANIMATION
 ========================================================================== */
div[data-animation-type="fadeInLeft"],
div[data-animation-type="fadeInRight"] {
  opacity: 0; }

div[data-animation-type="slideInLeft"] {
  visibility: hidden; }

div[data-animation-type="slideInLeft"].slideInLeft {
  visibility: visible; }

div[data-animation-type="slideInRight"] {
  visibility: hidden; }

div[data-animation-type="slideInRight"].slideInRight {
  visibility: visible; }

/* ------- COMPANY ENTRY ------- */
.company-entry {
  border-bottom: 1px solid #eee;
}
.company-entry img {
  width: 150px;
}

.company-header {
  display: inline-block;
  padding: 15px 0px; 
}
.company-logo {
  display: inline-block;
  margin: 5px;
  width: 120px;
  border-radius: 5px;
  vertical-align: top; }

.company-teaser {
  font-size: 17px;
  line-height: 23px;
  color: #000;
  padding-bottom: 20px;
  font-weight: 100; }

.contact-table {
  width: 100%;
  text-align: center;
}
table.contact-table tr td{
  border-bottom: none;
}
.contact-table td {
  font-weight: 100;
  padding: 15px;
  vertical-align: top; }

.contact-table td:first-child {
  font-weight: 700; }
  
.company-entry .contact-table img{
  width: 220px;
  margin-bottom: 15px;
}
.contact-table p{
  margin-bottom: 15px;
  text-align: center;  
}
p.company-address{
  font-weight: 100;
}
.contact-table ul.social-links {
  text-align: center;
  padding: 0px; 
}

.come-see-us {
  font-weight: 100;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 10px 0px 15px 0px; }

/* ---- COMPANY TILE ---- */
.company-tile {
  margin-bottom: 15px; }

.company-tile-inner {
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1; }

.company-tile img {
  margin: 5px 5px 10px 5px;
  width: 80px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: top; }

.company-tile.exhibitor img{
  filter: grayscale(1);
  opacity: 0.3;  
}
.company-info-wrapper {
  display: inline-block;
  width: calc(100% - 135px);
  padding: 10px;
  color: #000;
  background-color: #fff; }

.company-list-type {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: #777;
  position: absolute;
  bottom: 0px;
  left: 10px;
  padding-right: 10px; }

.company-list-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px; }

.company-tile.exhibitor .company-list-title{
  color: #999;
}

.company-list-stand {
  font-size: 12px;
  color: #f27024;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: -8px; }

.company-list-industries {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #222; }

.company-tile.exhibitor .company-list-industries{
  display: none;
}

.company-list-teaser-core {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: #555; }

.company-list-teaser {
  display: none;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.company-list-teaser-full {
  display: block;
  padding: 5px; }

@media (min-width: 768px) {
  .company-tile img {
    margin: 20px;
    width: 130px; }
  .company-info-wrapper {
    width: calc(100% - 175px);
    padding: 20px; }
  .company-list-teaser-full {
    display: none; }
  .company-list-teaser {
    display: -webkit-box; } }

/* --------- Contact Us -------- */
.contact-wrapper {
  margin: 10px 0px 0px 0px; }

.contact-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.contact-wrapper img {
  width: 90px;
  float: left;
  margin: 0px 10px 0px 0px;
  border-radius: 5px; }

.contact-name {
  font-style: italic; }

/* --------- Exhibitor Zone -------- */
.container.exhibitor-zone {
  min-height: 500px; }

.zone-intro {
  margin: 20px 0px; }

.zone-offset-intro {
  margin-top: 20px;
  margin-bottom: 20px; }

.dashboard-form {
  padding-bottom: 40px; }

.dashboard-form input[type="text"], .dashboard-form input[type="email"], .dashboard-form input[type="tel"], .dashboard-form input[type="password"] {
  max-width: 400px; }

.exhibitor-subheading {
  font-size: 25px;
  font-weight: 100;
  color: #f27024; }

.exhibitor-subheading-hr {
  border-bottom: 1px solid #ddd;
  margin-top: -10px; }

.zone-expo-tile {
  margin: 10px 0px 20px 0px;
  padding: 15px;
  border: 1px solid #eee;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); }

.zone-expo-tile:after {
  content: "";
  display: table;
  clear: both; }

.zone-expo-tile-title {
  font-size: 22px;
  letter-spacing: 1px; }

.zone-expo-tile-venue {
  margin-bottom: 3px;
  font-size: 13px;
  color: #999;
  text-transform: uppercase; }

.zone-expo-tile-dates {
  font-size: 13px;
  color: #999;
  text-transform: uppercase; }

.zone-stand-tile {
  border-top: 1px dotted #ddd;
  padding-top: 15px; }

.zone-stand-tile-title-wrapper {
  display: inline-block;
  border: 1px solid #f27024;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.zone-stand-tile-title-wrapper div {
  display: inline-block;
  padding: 10px; }

.zone-stand-tile-title {
  color: #f27024;
  background-color: #fff; }

.zone-stand-tile-code {
  background-color: #f27024;
  color: #fff; }

.zone-expo-stand-action {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px; }

.zone-expo-stand-action a {
  float: right;
  margin-right: 0px !important; }

.zone-form-list-item {
  margin: 10px 0px 20px 0px;
  padding: 15px;
  border: 1px solid #eee;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); }

.zone-form-list-item:after {
  content: "";
  display: table;
  clear: both; }

.zone-form-list-item a.btn-core {
  float: right;
  margin-right: 0px !important; }

.form-intro-title {
  font-size: 22px;
  letter-spacing: 1px; }

.form-intro-body {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.form-entry-count {
  display: inline-block;
  color: #555;
  font-weight: 100;
  line-height: 35px;
  margin-bottom: 0px; 
  vertical-align: baseline;
}

.form-entry-count.deadline {
  /*color: #f27024;*/
  color: #DA1A03;
  font-weight: 400;
}

.zone-form-entry {
  padding: 10px;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
  margin: 10px 0px; }

.zone-field-name {
  font-weight: 700;
  margin-bottom: 0px; }

.zone-field-value {
  margin-bottom: 10px;
  font-weight: 100; }

.expo-info-text {
  font-weight: 100;
  padding: 10px 0px;
  line-height: 18px; }

p.general-info-wrapper {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px; }

p.general-info-wrapper:after {
  content: "";
  display: table;
  clear: both; }

ul.service-list {
  display: inline-block;
  margin: 5px 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none; }

ul.service-list li {
  float: left;
  margin-right: 10px;
  height: 40px; }

.asset-wrapper {
  position: relative;
  margin: 10px 0px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff; }

.removeAsset {
  font-size: 11px;
  color: #cc0000;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 10px; }

/* ------- BODY SECTION ------- */
#body-section {
  min-height: 500px; }

.body-well {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd; }

.body-main-heading {
  font-weight: 100;
  font-size: 34px;
  line-height: 36px;
  padding: 25px 0px 10px 0px; }

.body-sub-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  padding: 25px 0px 0px 0px; }

.body-sub-heading-light {
  font-weight: 100;
  font-size: 22px;
  line-height: 26px;
  padding: 25px 0px 0px 0px; }

.body-main-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 100; }

.body-main-text table {
  margin: 20px 0px;
  border: 1px solid #eee;
  font-size: smaller; }

.body-main-text tr {
  border-bottom: 1px solid #eee; }

.body-main-text tr:last-child {
  border-bottom: none; }

.body-main-text td, .body-main-text th {
  padding: 15px;
  border-left: 1px solid #eee; }

.body-main-text th {
  background-color: #fafafa;
  text-transform: uppercase; }

.body-main-text td:first-child, .body-main-text th:first-child {
  padding-right: 25px;
  border-left: none; }

/* ------- */
.search-filter-box {
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #ddd; }

.or-box {
  color: #999;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px; }

@media (min-width: 768px) {
  .search-filter-box {
    padding: 0px 20px;
  }
  .search-box {
    display: inline-block; }
  .search-box input {
    min-width: 235px; }
  .or-box {
    display: inline-block; }
  .filter-box {
    display: inline-block; }
  .filter-box select {
    min-width: 235px; } }

@media (min-width: 1200px) {
  .search-box input {
    min-width: 300px; }
  .filter-box select {
    min-width: 300px; } }

/* ----- */
.expo-form-wrapper {
  padding-top: 10px;
  clear: both; }

.expo-form-wrapper label {
  font-weight: 700;
  margin: 5px 0px 0px 0px; }

.expo-form-wrapper textarea, .dashboard-form textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 3px 0px; }

.expo-form-wrapper input[type="text"], .expo-form-wrapper input[type="email"], .expo-form-wrapper input[type="tel"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.expo-form-wrapper .submit {
  height: 45px; }

.dashboard-submit .submit {
  margin-bottom: 15px; }

.expo-form-wrapper input[type="submit"] {
  float: right;
  display: inline-block;
  margin-top: 12px;
  padding: 5px 10px;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #b5397c;
  border: 1px solid #b5397c;
  border-radius: 5px;
  box-shadow: #ddd 2px 2px;
  cursor: pointer; }

.expo-form-wrapper input[type="submit"], .expo-form-wrapper input[type="submit"]:hover, .expo-form-wrapper input[type="submit"]:active, .expo-form-wrapper input[type="submit"]:focus, .expo-form-wrapper input[type="submit"]:visited {
  text-decoration: none;
  background-color: #b5397c !important;
  border: 1px solid #b5397c !important;
  color: #fff !important; }

.expo-form-wrapper input[type="submit"][disabled="disabled"] {
  text-decoration: none;
  background-color: #eee !important;
  border: 1px solid #eee !important;
  color: #888 !important; }

.expo-form-wrapper .heading {
  font-weight: 700;
  margin: 10px 0px 5px 0px; }

.expo-form-wrapper .instructions, .dashboard-form .instructions {
  font-size: 12px;
  padding-top: 5px; }

.expo-form-wrapper .field {
  padding: 5px 10px 0px 5px; }

.expo-form-wrapper .radiobuttons input {
  margin: 7px 10px 7px 7px; }

.expo-form-wrapper .radiobuttons label, .expo-form-wrapper .checkboxes label {
  display: block;
  font-size: 14px;
  font-weight: 100; }

.industry-checkboxes {
  display: inline-block;
  width: 100%; }

.industry-checkboxes input[type="checkbox"] {
  margin: 10px; }

.industry-checkboxes label {
  font-weight: 100; 
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 40px);
  white-space: nowrap;
}

@media (min-width: 500px) {
  .expo-form-wrapper .radiobuttons label, .expo-form-wrapper .checkboxes label {   
    display: inline-block;
    width: 50%;
  }
  .expo-form-wrapper .radiobuttons label, .expo-form-wrapper .checkboxes.force-block label {   
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .industry-checkboxes {
    width: 45%; } }

@media (min-width: 992px) {
  .industry-checkboxes {
    width: 30%; } }

@media (min-width: 1200px) {
  .industry-checkboxes {
    width: 24%; } }

.success-wrapper {
  border: 1px solid #ddd;
  background-color: #fafafa;
  padding: 10px;
  margin: 20px 0px; }

.success-title {
  font-weight: 700; }

.error-text {
  color: #FC050D;
  font-size: 11px;
  margin-top: 10px !important; }

.forgot-links {
  margin-top: 5px; }

/* ----- CONTACT DETAILS ----- */
.company-contact .wrapper {
  background-color: #fafafa;
  padding: 30px 30px 0px 30px; }

.company-contact .wrapper img {
  max-width: 500px; }

.company-details {
  padding: 20px; }

.staff-contact img {
  width: 30%;
  max-width: 150px;
  vertical-align: top;
  border-radius: 5px;
  box-shadow: 2px 2px 10px 5px #eee; }

.contact-details {
  display: inline-block;
  padding: 20px;
  width: calc(65% - 40px); }

/* ------- */
#logoPhotoWrapper img {
  width: auto; }

.zone-company-action {
  padding-top: 10px;
  margin-top: 10px; }

.zone-company-action a {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 10px; }

/* ------- */
.in-page-form-section {
  background-color: #fafafa !important; }

/* ---- Events Page --- */
.download-panel {
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 10px; }

.download-panel a.ion-map {
  font-size: 45px; }

.download-panel span {
  font-size: 18px;
  font-weight: 700;
  color: #000; }

.download-desktop {
  display: none;
  float: right;
  margin-left: 20px; }

.download-mobile {
  display: block; }

@media (min-width: 768px) {
  .download-mobile {
    display: none; }
  .download-desktop {
    display: inline-block;
    margin-left: 40px; }
  .download-panel {
    padding: 30px;
    margin-bottom: 20px; }
  .download-panel a.ion-map {
    font-size: 85px; } }

/* ------- NEWS ENTRY ------- */
.news-article-type {
  display: inline-block;
  padding: 7px;
  background-color: cornflowerblue;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* ------- CONTENT TILES ------- */
article h1 {
  width: 100%; }

.related-column {
  margin-top: 25px; }

.news-tile {
  margin-bottom: 15px; }

.news-tile-inner {
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1; }

.news-info-wrapper {
  display: inline-block;
  padding: 10px;
  color: #000;
  background-color: #fff; }

.news-list-type {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 3px; }

.news-list-title {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700; }

.news-list-title-mini {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700; }

.news-list-teaser {
  font-weight: 100;
  font-size: 18px;
  line-height: 20px; }

.read-now {
  color: #b5397c;
  font-size: 13px;
  font-weight: 100;
  text-transform: uppercase;
  margin-left: 10px; }

img.news-image {
  width: 100%;
  margin-bottom: 20px; }

.news-info-wrapper img, .seminar-info-wrapper img {
  width: auto;
  float: right;
  display: none;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
  .news-info-wrapper img, .seminar-info-wrapper img {
    display: block; } }

/* ------ Homepage News Tile -----*/

#recent-news .wrapper{
  background-color: #f8f8f8;
}
.news-tile.homepage .news-tile-inner{
  border: 1px solid #e4e4e4;
}
.news-tile.homepage .news-list-title{
  font-size: 19px;
  line-height: 23px;
}

.news-tile.homepage .news-list-teaser{
  font-size: 14px;
  line-height: 18px;  
}

.news-tile.homepage .news-info-wrapper img{
  width: 160px;
  display: block;
}

/* ------ Summit Page -----*/
section.block-speakers div.wrapper {
  padding: 0px; }

div.section-speakers img {
  margin-top: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2); }

div.section-speakers .title {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 10px; }

div.section-speakers .description {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  min-height: 30px; }

@media (min-width: 768px) {
  div.section-speakers {
    font-size: 17px; } }

/* ------ Logos Page -----*/
.section-logo img {
    width: auto;
    margin: 20px 0px;
    max-width: 100%;
}

/* ------ Newsletter Signup Page -----*/
.form-embed-wrapper{
    margin: 0px auto;
    width: 600px;
    max-width: 100%;
}
.mc-field-group .asterisk{
  color: #b5397c !important;
}

/* ------- EXHIBITING ------- */
.brochure-box{
  display: block;
  font-size: 14px;
  width: 240px;
  margin: 15px auto 35px auto;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fafafa;
  border: 1px solid #eee;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);  

}
.brochure-box img{
  border: 1px solid #eee;
  max-width: 200px;
}

@media(min-width:992px){
  .brochure-box{
    display: initial;
    float: right;
    margin: 5px 25px 25px 25px;
  }
}

/* -------- EXHIBITOR MANUAL FORMS ------ */
.form-accordion .panel-default > .panel-heading{
  background-color: #fafafa;
}
.form-accordion .panel-title{
  position: relative;
  height: auto;
}
.form-accordion .panel-title > a{
  padding-left: 15px;
  line-height: 35px;  
  font-size: 14px;
}
.form-accordion .panel-title .title-buttons{
  text-align: left;
}
.form-accordion .panel-title .title-buttons .form-entry-count{
  padding-right: 10px;
  line-height: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}
.form-accordion .panel-title .title-buttons > a{
  margin-left: 20px;
}
.form-accordion .panel-heading .form-accordion-toggle:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: left;
  color: #000;
}
.form-accordion .panel-heading .form-accordion-toggle.collapsed:before {
  content: "\e080";
}
.form-accordion .panel-heading .btn-secondary{
  margin-right: 0px;
  background-color: #e4e4e4;
  border: 1px solid #e4e4e4;
}
.form-accordion .panel-body{
  font-size: 16px;
  line-height: 26px;
}
.form-accordion p.form-header-button-wrapper {
    display: block;
    width: auto;
    text-align: right;
}
@media(min-width:480px){
  .form-accordion .panel-title > a{
    font-size: 16px;
  }
  .form-accordion .panel-title .title-buttons{
    text-align: right;
  }
  .form-accordion p.form-header-button-wrapper {  
    display: inline-block;
  }
}
@media(min-width:768px){
  .form-accordion .panel-title{
    height: 35px;
  }
  .form-accordion .panel-title .title-buttons{
    float: right;
  }
  .form-accordion .panel-title .title-buttons .form-entry-count{
    line-height: 35px;
    margin-bottom: 0px;
    font-size: 16px;
  }
}
@media(min-width:992px){
  .form-accordion p.form-header-button-wrapper{
    width: 200px;
  }
}
@media(min-width:1200px){

}

/* ------ LEAD MODAL ------ */

#leadModal h3 {
  font-weight: 100;
  font-size: 29px;
  line-height: 35px;
}
#leadModal img.cover-image{
  width: 35%;
  min-width: 250px;
  box-shadow: 3px 3px 20px 2px #333;
  margin: 0px;
}
#leadModal .modal-body{
  background: #fff;  
  color: #000;
  text-align: center;
}
#leadModal form{  
  margin-top: 40px;
}
#leadModal form label {
  margin: 10px;
  font-weight: 100;
  font-size: 24px;
}
#leadModal form input[type='text'], #leadModal form input[type='email'] {
  font-size: 24px;
  text-align: center;
}
#leadModal form input[type='submit'] {
  font-size: 24px;
  text-align: center;
  padding: 15px 12px;
  border-radius: 5px;
}
#leadModal .fieldValidation{
  padding: 15px;
  font-size: 24px;
  font-weight: 100;
  width: 60%;
  margin: 10px auto 30px auto;
  background-color: #aaa;
  border-radius: 10px;
  min-width: 300px;
  display: none;
}

#leadModal .modal-buttons{
  text-align: right;
}
#leadModal .modal-buttons a{
  color: #000;
  font-size: 25px;
}
#leadModal .modal-header{
  border-bottom: none;
  padding-bottom: 0px;
}
#leadModal .modal-body{
  padding-top: 0px;
}

@media(min-width:768px){
  #leadModal img.cover-image{
    width: 100%;
  }

}

/* ---- Modal Content Styles ---- */

.lead-modal-v1{
  text-transform: uppercase;
  color: #000;
  padding: 0px 20px 30px 20px;
}
.lead-modal-v1 img{
  padding: 15px;
}
.lead-modal-v1 h3{
  font-size: 18px !important;
  color: #000;
  margin-bottom: 0px;
}
.lead-modal-v1 h1{
  width: 100%;
  margin-top: 0px;
  font-size: 25px;
  background-color: #fff;
  color: #aaa;
  font-weight: 700;
  padding: 0px;
  clip-path: none;
}
.lead-modal-v1 hr{
  width: 45%;
  margin-top: 10px;
  border-bottom: 2px solid #ddd
}
.lead-modal-v1 h4{
  font-size: 18px;
  margin-bottom: 30px;
  color: #000;
}
.lead-modal-v1 a{
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  background-color: #b5397c;
  color: #fff;
}
.lead-modal-v1 a:first-child{
  margin-left: 0px;
}

@media(min-width:450px){
  .lead-modal-v1 img{
    padding: 20px;
  }
  .lead-modal-v1 h1{
    padding: 0px 80px;
  }
  .lead-modal-v1 h4{
    font-size: 22px;
  }
  .lead-modal-v1 a{
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
}

@media(min-width:550px){
  .lead-modal-v1 img{
    padding: 30px;
  }  
  .lead-modal-v1 h3{
    font-size: 20px;
  }
  .lead-modal-v1 h1{
    font-size: 40px;
  }
  .lead-modal-v1 h4{
    font-size: 30px;
  }
}

section.exhibitor-list div.wrapper{
  padding: 0px 0px 30px 0px;
}

/* ---- Video Grid on Exhibitor List --- */
.video-grid-section .wrapper{
  padding-top: 0px;
}
.video-grid{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.video-grid-item{
  width: 50%;
  padding: 10px;
  cursor: pointer;
}

#video-modal .modal-header{
  border-bottom: none;
  text-align: right;
  padding: 0px 15px;
}
#video-modal .modal-buttons a{
  color: #fff;
}
#video-modal ion-icon{
  font-size: 20px;
  margin-bottom: -4px;
}
#video-modal .modal-content{
  border: none;
  box-shadow: unset;
  background-color: transparent;
}
#video-grid-frame{
  border: none;
}
@media(min-width:768px){
  .video-grid-item{
    width: 33%;
  }
  #video-modal .modal-dialog{
    width: 80%;
  }
}
.company-video-icon{
    float: right;
    margin: 0px 0px 0px 20px !important;
    width: 50px !important;
}
.block-speakers .row{
  display: flex;
  flex-wrap: wrap;  
}
.bio{
  font-size: 14px;
  line-height: 16px;
  margin-top: -18px;
  text-align: center;
}

/* ----------------- */

.homepage-logo img{
  display: block;
  width: 100%;
  margin: 50px 0px;
  padding: 0px 5%;
}

@media(min-width:500px){
  .homepage-logo img{
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }  
}

/* ----------------- */

section#body-section .container{
  background-color: rgba(255,255,255,0.9);
  padding-bottom: 20px;  
}
@media(min-width:768px){
  section#body-section .container{
    border-radius: 40px;
  }
}

/* ----------------- */

section#body-section .container{
  background-color: rgba(255,255,255,0.9);
  padding-bottom: 20px;  
}
section#body-section.exhibitor-list-page .container{
  background-color: rgba(255,255,255,1);
}
@media(min-width:768px){
  section#body-section .container{
    border-radius: 40px;
  }
}

/* ----------------- */
.company-tile-index{
  display: flex;
  flex-wrap: wrap;
}
.company-tile-index .company-tile{
  width: 100%;
  padding: 15px;
}
.company-tile-index .company-tile-inner{
  border-bottom: none;
}
@media(min-width:768px){
  .company-tile-index .company-tile{
    width: 50%;
  }
}
/* ----------------- */
section#body-section .company-entry .container{
  background-color: #fff;
}
.company-main-wrapper{
  padding: 20px;
}
.company-main-wrapper ul.social-links {
  text-align: left;
  padding: 0px;   
}
.company-main-wrapper ul.social-links li{
  padding: 0px 10px 0px 0px;
}
.company-header h2{
  font-size: 45px;
}
ul.company-list-cats{
  list-style-type: none;
  padding-left: 0px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #666; 
}
ul.company-list-cats li{
  padding: 3px 0px;
}
.company-address-section{
    margin: 20px 0px 0px 0px;
    background-color: #e8eff1;
    padding: 20px;
    border-radius: 20px;  
}
.company-address-section h2{
  margin-top: 0px; 
}
.company-website a, .company-telephone a{
  color: #000;
}

/* ----------------- */
.seminar-tile-index{
  display: flex;
  flex-wrap: wrap;
}
.seminar-tile-index .seminar-tile{
  width: 100%;
  padding: 15px;
}
.seminar-tile-index .seminar-tile-inner{
  border-bottom: none;
}
@media(min-width:600px){
  .seminar-tile-index .seminar-tile{
    width: 50%;
  }
}
@media(min-width:900px){
  .seminar-tile-index .seminar-tile{
    width: 33.333%;
  }
}

/* ---- SEMINAR TILE ---- */
.seminar-tile {
  margin-bottom: 0px; }

.seminar-tile-inner {
  padding-bottom: 0px;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1; }

.seminar-tile img {
  margin: 0px 5px;
  width: 100%;
  border-radius: 5px;
  vertical-align: top; }

.seminar-info-wrapper {
  display: block;
  width: 100%;
  padding: 10px;
  color: #000;
  background-color: #fff; }

.seminar-list-title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 4px; }

.seminar-list-duration {
  font-size: 16px;
  color: #b5397c;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* -------- Forms -------*/
.form-page-container{
  background-color: rgba(255,255,255,0.9);
  padding: 20px 20px 40px 20px;
  border-radius: 40px;
  margin: 0px;
}
.form-page-container h1{
  margin-top: 0px;
}
.sproutforms-message-success{
  padding: 20px;
  background: #779ab1;
  color: #fff;
  border-radius: 10px;  
}
.expo-form-wrapper .fields{
  margin-bottom: 30px;
}
.expo-form-wrapper button[type=submit]{
  border-radius: 5px;
  color: #fff;
  background-color: #9cc046;
  font-size: 18px;
  border: none;
  padding: 5px 18px;
}

/* -------- Homepage Buttons -------*/
.homepage-button-section{
  margin-bottom: 40px;
  padding: 40px 60px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 40px;
}
.homepage-button-wrapper{

}
.homepage-body{
  padding-top: 40px;
}
.homepage-button{
  min-height: 250px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}
.homepage-button h3{
  color: #fff;
  text-shadow: 2px 2px #999;
}
.homepage-button a, .homepage-button a:hover, .homepage-button a:visited, .homepage-button a:focus{
  color: #fff;
  text-decoration: none;
}
.b-search{
  background-image: url('/assets/img/search.png');
  border-top-left-radius: 20px;  
}
.b-seminars{
  background-image: url('/assets/img/seminar.png');
  border-top-right-radius: 20px;  
}
.b-education{
  background-image: url('/assets/img/education.png');
}
.b-register{
  background-image: url('/assets/img/register.png');
}
.b-contact{
  background-image: url('/assets/img/contact.png');  
}
@media(min-width:768px){
  .b-seminars{ 
    border-top-right-radius: 0px;  
  } 
  .b-register{
    border-top-right-radius: 20px;  
  }
}

/*----- HOME COMPANIES -------*/
.home-company{
  padding: 20px;
}
.home-company img{
  border-radius: 20px;
}
.home-seminar{
  padding: 20px;
}
.home-seminar img{
  border-radius: 5px;
}
div.com-slick-wrapper, div.sem-slick-wrapper, div.event-slick-wrapper{
  position: relative;
}

div.arrow-wrapper{
  position: absolute;
  width: 100%;
  top: 42%;
}
div.testimonial-arrows {
  position: relative;
  height: 40px;
  padding: 0px; }

div.testimonial-arrows i {
  background-size: 24px;
  background-position: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  border-radius: 0;
  cursor: pointer; 
  box-shadow: 2px 2px 6px 2px rgba(100,100,100,0.2);
}

div.testimonial-arrows i.next {
  position: absolute;
  right: -10px;
  background-image: url(../img/slick-next.png); }

div.testimonial-arrows i.prev {
  position: absolute;
  left: -10px;
  background-image: url(../img/slick-previous.png); }

/*----- SEMINAR ENTRY -------*/
.seminar-wrapper{
  height: 65vw;
  background-image: url('/assets/img/seminar-stage.svg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 30px;
  margin-bottom: -20px;
}
.seminar-wrapper>div{
  position: absolute;
  width: 62vw;
  top: -20px;
  left: 15vw;
}
@media(min-width:768px){
  .seminar-wrapper{
    height: 488px;  
  }
  .seminar-wrapper>div{
    width: 475px;
    top: -20px;
    left: 117px;
  }
}
@media(min-width:992px){
  .seminar-wrapper{
    height: 631px;  
  }
  .seminar-wrapper>div{
    width: 600px;
    top: -20px;
    left: 163px;
  }
}
@media(min-width:1200px){
  .seminar-wrapper{
    height: 761px;
  }
  .seminar-wrapper>div{
    width: 735px;
    top: -20px;
    left: 196px;
  }
}

#quicklink-box{
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: auto;
  padding: 20px 0px 30px 0px;
}
.quicklinks-section{
  padding: 10px 20px;
  font-weight: 700;
  font-size: 25px;
  background-color: #eee;
  width: 100%;
}
.quicklinks-section a{
  float: right;
  font-size: 14px;
  line-height: 25px;
}
@media(min-width:768px){
  #quicklink-box{
    width: 80%;
  }
}
@media(min-width:992px){
  #quicklink-box{
    width: 60%;
  }
}
/*-------------- FOOTER --------------*/
#footer-base {
  text-align: center;
  padding: 15px 0px;
  background-color: #36549b;
  color: #fff;
  font-size: 20px;
}
#footer-base p{
  margin-bottom: 0px;
  font-family: 'Sriracha', sans-serif;
}
#footer-base a, #footer-base a:hover, #footer-base a:visited, #footer-base a:focus{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Sriracha', sans-serif;
}
