/* @import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

body {
  background: #fff;
  color: #4a4a4a;
  cursor: default;
  /* font: 300 14px/1.6em "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font: 300 14px/1.6em "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font: 300 14px/1.6em "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

a {
  color: #f6901e;
  cursor: pointer;
  transition: color 0.15s linear;
}
a:hover {
  color: #d87609;
  text-decoration: none;
}

button {
  cursor: pointer;
}

ul, ol {
  padding-left: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
  color: #1d1c57;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.1em;
}
@media (min-width: 1024px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 55px;
  }
}

.subheading {
  color: #f6901e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  margin-top: 3em;
  text-transform: uppercase;
}

img {
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic;
}

hr {
  border: 0;
  border-top: 1px solid #979797;
  margin: 40px 0;
  padding: 0;
}

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

.row {
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}
.row:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
}

.visually-hidden {
  display: none;
}

.svg {
  fill: currentColor;
  height: 1em;
  width: 1em;
}

.shadow {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0px 0px 12px #666);
  filter: drop-shadow(0px 0px 12px #666);
}

.button {
  appearance: none;
  background: #e2e8f1;
  border: 0;
  border-radius: 21px;
  color: #3d4b7F;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  outline: 0;
  overflow: hidden;
  padding: 0 40px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: color 0.15s linear;
  white-space: nowrap;
}
.button:hover {
  color: #1d1c57;
  background-color: #c0cde0;
}
@media (min-width: 1024px) {
  .button {
    font-size: 14px;
  }
}

.button-orange {
  appearance: none;
  background: #f6901e;
  border: 0;
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  outline: 0;
  overflow: hidden;
  padding: 0 40px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: color 0.15s linear;
  white-space: nowrap;
}
.button-orange:hover {
  color: #e2e8f1;
  background-color: #d87609;
}
@media (min-width: 1024px) {
  .button-orange {
    font-size: 14px;
  }
}

.button-red {
  appearance: none;
  background: #D3461C;
  border: 0;
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  outline: 0;
  overflow: hidden;
  padding: 0 40px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: color 0.15s linear;
  white-space: nowrap;
}
.button-red:hover {
  color: #e2e8f1;
  background-color: #a63716;
}
@media (min-width: 1024px) {
  .button-red {
    font-size: 14px;
  }
}

.button.full-width,
.button-orange.full-width,
.button-red.full-width {
  display: block;
  width: 100%;
}

.contact-panel {
  background: #e2e8f1;
  padding: 40px 5%;
  text-align: center;
}
.contact-panel .intro {
  margin: 0 auto 50px auto;
  max-width: 700px;
  text-align: center;
}
.contact-panel .intro h1 {
  margin: 0;
  padding: 0;
}
.contact-panel h3 {
  color: #f6901e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.contact-panel h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.contact-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-panel ul li {
  margin: 0 0 30px 0;
  overflow: hidden;
  text-align: center;
}
.contact-panel ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 95px;
}
.contact-panel ul li strong {
  color: #1d1c57;
  display: block;
}
.contact-panel ul li span {
  display: block;
}
.contact-panel ul li a {
  color: #4a4a4a;
  display: block;
  text-decoration: none;
}
@media (min-width: 660px) {
  .contact-panel ul li {
    display: inline-block;
    margin: 30px;
    width: 440px;
    text-align: left;
  }
  .contact-panel ul li img {
    margin: 0 20px 20px 0;
    float: left;
  }
}
@media (min-width: 1024px) {
  .contact-panel {
    padding: 60px 0;
  }
  .contact-panel h2 {
    font-size: 40px;
  }
}

.content-panel {
  overflow: hidden;
  padding: 60px 0;
  text-align: center;
}
.content-panel .row {
  max-width: 700px;
}
.content-panel img {
  margin-bottom: 20px;
}
.content-panel h3 {
  font-size: 30px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
.content-panel p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 660px) {
  .content-panel {
    font-size: 16px;
    line-height: 1.6em;
    padding: 120px 0;
  }
  .content-panel h3 {
    font-size: 40px;
  }
}

.doc-panel {
  background: #D3461C;
  color: #fff;
  overflow: hidden;
  padding: 40px 5%;
}
.doc-panel img {
  margin: 20px 20px 0 0;
}
.doc-panel h3 {
  color: #fec840;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.doc-panel--intro {
  font-size: 28px;
  line-height: 1.3em;
}
.doc-panel--intro p {
  margin-top: 0;
  padding-top: 0;
}
.doc-panel--intro, .doc-panel--left, .doc-panel--right {
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .doc-panel {
    padding: 80px 0;
  }
  .doc-panel--intro {
    float: left;
    margin-left: 2.5%;
    width: 40%;
  }
  .doc-panel--left {
    float: left;
    margin-top: 5px;
    padding-left: 50px;
    width: 28%;
  }
  .doc-panel--right {
    float: left;
    margin-top: 5px;
    padding-left: 50px;
    width: 28%;
  }
}

footer {
  background-color: #1d1c57;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  padding: 30px 0 0px 0;
  text-align: center;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #bcbce9;
}
footer .logo .svg {
  height: 53.6px;
  width: 164.8px;
}
footer h6 {
  color: #f6901e;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
footer nav {
  display: none;
  float: right;
  text-align: right;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav .menu-main {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
}
footer nav .menu-sub {
  font-size: 22px;
  line-height: 40px;
  margin: 10px 0;
}
footer .linkedin a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 165px;
  overflow: hidden;
  text-align: left;
}
footer .linkedin .svg {
  float: left;
  height: 31px;
  margin: 5px 15px 0 0;
  width: 31px;
}
footer .copyright {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  footer {
    background-position: 7% left bottom;
    padding: 60px 5% 0px 5%;
    text-align: left;
  }
  footer .logo {
    padding-top: 20px;
  }
  footer .logo .svg {
    height: 69px;
    width: 167px;
  }
  footer nav {
    display: block;
  }
  footer .info {
    overflow: hidden;
    padding-top: 20px;
    width: 50%;
  }
  footer .info .contact,
footer .info .copyright {
    float: left;
    width: 50%;
  }
  footer .linkedin a {
    margin-left: 0;
  }
}
footer .row {
  background: url("../img/footer.png?20170822") center bottom no-repeat;
  background-size: 201px 160px;
  padding-bottom: 200px;
}
@media (min-width: 1024px) {
  footer .row {
    background-position: 7% bottom;
    padding: 60px 0 180px 0;
  }
}

.globe-panel {
  overflow: hidden;
  padding: 30px 5% 0px 5%;
}
.globe-panel ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.globe-panel ul li {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 660px) {
  .globe-panel {
    padding: 60px 0 0px 0;
  }
  .globe-panel h2 {
    float: left;
    margin-left: 2.5%;
    max-width: 500px;
    width: 45%;
  }
  .globe-panel .row > div {
    float: right;
    margin-right: 2.5%;
    margin-top: 15px;
    width: 42.5%;
  }
}
@media (min-width: 1024px) {
  .globe-panel h2 {
    font-size: 40px;
  }
  .globe-panel .row > div {
    margin-top: 25px;
  }
}
.globe-panel .globesubheader {
  color: #f6901e;
  text-transform: uppercase;
  font-weight: 700;
}
.globe-panel img {
  vertical-align: bottom;
  max-width: 1040px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 70%;
}

header {
  background: #fff;
  box-sizing: border-box;
  height: 80px;
  left: 0;
  position: absolute;
  padding: 0 5%;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .row {
  height: 80px;
}
header .logo {
  display: inline-block;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .logo .svg {
  height: 56.25px;
  width: 192px;
}
header button {
  appearance: none;
  background: transparent;
  border: 0;
  font-size: 26px;
  outline: 0;
  padding: 15px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
header button .svg-icon-menu-close {
  display: none;
}
header .menu-desktop-loggedin {
  background-color: #D3461C;
  display: inline-block;
  width: 90%;
  text-align: right;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 5%;
  z-index: 99;
  display: none;
}
header .menu-desktop-loggedin ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #fff;
}
header .menu-desktop-loggedin ul li {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 5px;
}
header .menu-desktop-loggedin ul li a {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px 15px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
}
header .menu-desktop-loggedin ul li.loggedin-left {
  float: left;
}
header .menu-desktop-loggedin ul li.loggedin-right {
  float: right;
}
header .menu-desktop-main {
  display: none;
  font-size: 14px;
  list-style: none;
  margin: 50px 0;
  padding: 0;
  text-transform: uppercase;
}
header .menu-desktop-main > li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
header .menu-desktop-main > li:first-child {
  margin-left: 0;
}
header .menu-desktop-main > li > a {
  color: #1d1c57;
  text-decoration: none;
}
header .menu-desktop-main > li > a:hover {
  color: #f6901e;
}
header .menu-desktop-sub {
  border-left: 1px solid #979797;
  display: none;
  font-size: 12px;
  list-style: none;
  font-weight: 700;
  margin: 50px 0 50px 10px;
  padding: 0 0 0 10px;
  text-transform: uppercase;
}
header .menu-desktop-sub > li {
  display: inline-block;
  margin: 0 10px;
}
header .menu-desktop-sub > li:last-child {
  margin-right: 0;
}
header .menu-desktop-sub > li > a {
  color: #f6901e;
  text-decoration: none;
}
header .menu-desktop-sub > li > a:hover {
  color: #d87609;
}
header .menu-desktop-services ul {
  background: #f6901e;
  display: none;
  left: 50%;
  line-height: 1em;
  list-style: none;
  margin: 0;
  padding: 15px 5px;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
}
header .menu-desktop-services ul:before {
  border-bottom: 10px solid #f6901e;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
header .menu-desktop-services ul li {
  border-left: 1px solid #fff;
  display: inline-block;
  padding: 0 15px;
}
header .menu-desktop-services ul li:first-child {
  border-left: 0;
  margin-left: 0;
}
header .menu-desktop-services ul a {
  color: #fff;
  text-decoration: none;
}
header .menu-desktop-services ul a:hover {
  color: #1d1c57;
}
header .menu-desktop-services:hover {
  padding-bottom: 10px;
}
header .menu-desktop-services:hover ul {
  display: block;
}
header .menu-desktop-industries > a {
  transition: none;
}
header .menu-desktop-industries ul {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: none;
  left: 50%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 30px 60px;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  transform: translateX(-50%);
  width: 610px;
}
header .menu-desktop-industries ul li {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 1.3em;
  padding: 30px;
  width: 50%;
}
header .menu-desktop-industries ul li:nth-child(odd) {
  clear: both;
}
header .menu-desktop-industries ul img {
  float: left;
  margin-right: 20px;
  width: 36px;
  max-height: 32px;
}
header .menu-desktop-industries ul a {
  color: #4a4a4a;
  text-decoration: none;
}
header .menu-desktop-industries:hover {
  background: #1d1c57;
  margin-top: -10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
header .menu-desktop-industries:hover > a {
  color: #fff !important;
}
header .menu-desktop-industries:hover ul {
  display: block;
}
header .menu-mobile {
  background: #fff url("../img/menu-mobile.png?20170822") left bottom no-repeat;
  background-size: 312px 169px;
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  top: 80px;
  font-weight: 700;
  right: 0;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header .menu-mobile a {
  color: #1d1c57;
  text-decoration: none;
  letter-spacing: 1px;
}
header .menu-mobile .menu-mobile-main {
  font-size: 30px;
  line-height: 60px;
  list-style: none;
  margin: 0;
  padding: 30px 0 0 0;
}
header .menu-mobile .menu-mobile-main li {
  margin: 0 5%;
}
header .menu-mobile .menu-mobile-sub {
  font-size: 22px;
  line-height: 60px;
  list-style: none;
  margin: 0;
  padding: 0 0 30px 0;
}
header .menu-mobile .menu-mobile-sub li {
  margin: 0 5%;
}
header .menu-mobile-industries {
  margin: 0 !important;
}
header .menu-mobile-industries > a {
  margin: 0 5%;
  padding-left: 30px;
  position: relative;
}
header .menu-mobile-industries > a .svg-icon-plus {
  height: 11px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 11px;
}
header .menu-mobile-industries > a .svg-icon-arrow-up {
  display: none;
  height: 7px;
  left: 0;
  position: absolute;
  top: 25px;
  width: 13px;
}
header .menu-mobile-industries ul {
  background: #f2f2f2;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  font-size: 12px;
  line-height: 1.3em;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 30px 5%;
  text-align: center;
}
header .menu-mobile-industries ul li {
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 !important;
  padding: 20px;
  width: 50%;
}
header .menu-mobile-industries ul li:nth-child(odd) {
  clear: both;
}
header .menu-mobile-industries ul img {
  max-width: 30px;
}
header .menu-mobile-industries ul span {
  display: block;
  margin-top: 5px;
}
header .menu-mobile-industries.show > a .svg-icon-plus {
  display: none;
}
header .menu-mobile-industries.show > a .svg-icon-arrow-up {
  display: block;
}
header .menu-mobile-industries.show ul {
  display: block;
}
@media (min-width: 1024px) {
  header {
    height: 134px;
  }
  header.loggedin {
    top: 50px;
  }
  header .row {
    height: 134px;
  }
  header .logo {
    transform: translateY(-70%);
  }
  header button {
    display: none;
  }
  header .menu-desktop-main,
header .menu-desktop-sub {
    display: inline-block;
  }
  header .menu-desktop-loggedin {
    display: block;
  }
}
@media (min-width: 1100px) {
  header .logo .svg {
    margin-top: 40px;
    height: 75px;
    width: 256px;
  }
}

html.no-js header button {
  display: none;
}

body.show-mobile-menu {
  overflow: hidden;
}
body.show-mobile-menu header {
  height: 100%;
  position: fixed;
}
body.show-mobile-menu header button .svg-icon-menu {
  display: none;
}
body.show-mobile-menu header button .svg-icon-menu-close {
  display: inline-block;
}
body.show-mobile-menu header .menu-mobile {
  display: block;
}
@media (min-width: 1024px) {
  body.show-mobile-menu {
    overflow: auto;
  }
  body.show-mobile-menu header {
    height: 134px;
  }
  body.show-mobile-menu header .menu-mobile {
    display: none;
  }
}

main {
  margin-top: 80px;
  display: block;
}
@media (min-width: 1024px) {
  main {
    margin-top: 134px;
  }
}

@media (min-width: 1024px) {
  .header-loggedin {
    margin-top: 184px;
  }
}

.hero {
  background-color: #fff;
  padding: 30px 5% 30px 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero .notch {
  margin-bottom: 12px;
}
.hero h1 {
  margin: 0;
}
.hero h2 {
  color: #f6901e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.hero.hero-home {
  background-color: #e2e8f1;
  text-align: left;
}
.hero .scroll-down {
  padding-top: 20px;
}
.hero .scroll-down .svg {
  height: 52px;
  width: 52px;
}
.hero .additional-content > div {
  margin-top: 40px;
}
.hero .additional-content img {
  display: block;
  max-width: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media (min-width: 660px) {
  .hero .additional-content img {
    margin: 0;
  }
}
.hero .additional-content .button {
  margin-top: 20px;
}
@media (min-width: 660px) {
  .hero {
    background-position: right bottom;
    padding: 80px 0 80px 0;
    text-align: left;
  }
  .hero.hero-home {
    background-position: center bottom;
  }
  .hero .notch {
    margin-bottom: 20px;
  }
  .hero p {
    max-width: 500px;
  }
  .hero .row > div {
    margin-left: 2.5%;
    max-width: 600px;
    width: 76%;
  }
  .hero .additional-content {
    overflow: hidden;
  }
  .hero .additional-content > div {
    float: left;
    margin-right: 5%;
    width: 45%;
  }
  .hero .additional-content p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.hero .hero-imagehalf {
  bottom: 0;
  display: block;
  margin-top: 50px;
  margin-bottom: -30px;
}
.hero .hero-imagehalf img {
  vertical-align: bottom;
  width: 100%;
}
@media (min-width: 660px) {
  .hero .hero-imagehalf {
    position: absolute;
    left: 70%;
    width: 45%;
    bottom: 0;
    margin-bottom: 0px;
  }
  .hero .hero-imagehalf img {
    max-width: 685px;
    vertical-align: bottom;
    width: 100%;
  }
}
@media (min-width: 850px) {
  .hero .hero-imagehalf {
    position: absolute;
    left: 65%;
    width: 45%;
    bottom: 0;
    margin-bottom: 0px;
  }
  .hero .hero-imagehalf img {
    max-width: 685px;
    vertical-align: bottom;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .hero .hero-imagehalf {
    position: absolute;
    left: 52%;
    width: 50%;
    bottom: 0;
  }
  .hero .hero-imagehalf img {
    max-width: 685px;
    vertical-align: bottom;
    width: 100%;
  }
}
.hero .hero-sealimagehalf {
  bottom: 0;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero .hero-sealimagehalf img {
  vertical-align: bottom;
  width: 90%;
}
@media (min-width: 660px) {
  .hero .hero-sealimagehalf {
    position: absolute;
    left: 77%;
    width: 45%;
    bottom: 46%;
    margin-bottom: 0px;
    margin-left: 0;
  }
  .hero .hero-sealimagehalf img {
    max-width: 685px;
    vertical-align: bottom;
    width: 100%;
  }
}
@media (min-width: 850px) {
  .hero .hero-sealimagehalf {
    position: absolute;
    left: 60%;
    width: 45%;
    bottom: 42%;
    margin-bottom: 0px;
  }
  .hero .hero-sealimagehalf img {
    max-width: 370px;
    vertical-align: top;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .hero .hero-sealimagehalf {
    position: absolute;
    left: 52%;
    width: 50%;
    bottom: 315px;
  }
  .hero .hero-sealimagehalf img {
    max-width: 500px;
    vertical-align: top;
    width: 100%;
  }
}

.hero-home {
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 30px 5% 200px 5%;
  text-align: center;
  height: 175px;
}
@media (min-width: 660px) {
  .hero-home {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .hero-home {
    height: 355px;
  }
}
.hero-home .notch {
  margin-bottom: 12px;
}
.hero-home h1 {
  margin: 0;
}
.hero-home h2 {
  color: #f6901e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.hero-home.hero-home {
  background-color: #e2e8f1;
  text-align: left;
}
.hero-home .scroll-down {
  padding-top: 20px;
  position: absolute;
  top: 225px;
}
@media (min-width: 660px) {
  .hero-home .scroll-down {
    top: 240px;
  }
}
@media (min-width: 1024px) {
  .hero-home .scroll-down {
    top: 340px;
  }
}
.hero-home .scroll-down .svg {
  height: 52px;
  width: 52px;
}
.hero-home .additional-content > div {
  margin-top: 40px;
}
.hero-home .additional-content img {
  display: block;
  max-width: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media (min-width: 660px) {
  .hero-home .additional-content img {
    margin: 0;
  }
}
.hero-home .additional-content .button {
  margin-top: 20px;
}
@media (min-width: 660px) {
  .hero-home {
    background-position: right bottom;
    padding: 80px 0 120px 0;
    text-align: left;
  }
  .hero-home.hero-home {
    background-position: center bottom;
  }
  .hero-home .notch {
    margin-bottom: 20px;
  }
  .hero-home p {
    max-width: 500px;
  }
  .hero-home .row > div {
    margin-left: 2.5%;
    max-width: 600px;
    width: 60%;
  }
  .hero-home .additional-content {
    overflow: hidden;
  }
  .hero-home .additional-content > div {
    float: left;
    margin-right: 5%;
    width: 45%;
  }
  .hero-home .additional-content p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

html.no-js .scroll-down {
  display: none;
}

.hero-shows {
  padding: 30px 5%;
}
@media (min-width: 1024px) {
  .hero-shows {
    padding: 80px 0;
  }
  .hero-shows h1 {
    float: left;
    margin-left: 2.5%;
    width: 35%;
  }
  .hero-shows p {
    float: left;
    margin-left: 10%;
    width: 40%;
  }
}

.hero-profile {
  font-size: 14px;
  line-height: 1.3em;
  padding: 30px 0;
}
.hero-profile h3 {
  color: #f6901e;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.hero-profile .info {
  margin: 20px 0 0 0 !important;
  max-width: none !important;
  width: 100% !important;
}
@media (min-width: 1024px) {
  .hero-profile {
    padding: 80px 0;
  }
  .hero-profile h1 {
    float: left;
    margin-left: 2.5%;
    margin-right: 10%;
    width: 35%;
  }
  .hero-profile .info {
    float: left;
    margin: 20px 0 0 2.5% !important;
    width: 20% !important;
  }
}

.hero-shows-detail {
  background-color: #1d1c57;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 385px;
  margin-bottom: 80px;
}
.hero-shows-detail .upcoming-shows-panel-card {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 40px;
  right: 0;
}
@media (min-width: 660px) {
  .hero-shows-detail {
    padding-left: 5%;
  }
  .hero-shows-detail .upcoming-shows-panel-card {
    right: auto;
  }
}
@media (min-width: 1024px) {
  .hero-shows-detail {
    height: 440px;
    margin-bottom: 150px;
  }
  .hero-shows-detail .upcoming-shows-panel-card {
    top: 100px;
  }
  .hero-shows-detail .upcoming-shows-panel-card a {
    min-height: 420px;
    width: 320px;
  }
}

.industries-bar {
  background: #f2f2f2;
  font-size: 11.5px;
  line-height: 1.3em;
  padding: 20px 0;
  text-align: center;
}
.industries-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.industries-bar ul a {
  text-decoration: none;
  color: #4a4a4a;
}
.industries-bar ul li {
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 20px;
  width: 50%;
}
.industries-bar ul li:hover {
  background: #f8f8f8;
}
.industries-bar img {
  max-height: 19px;
}
.industries-bar span {
  display: block;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .industries-bar {
    padding: 40px 0;
  }
  .industries-bar ul li {
    display: inline-block;
    float: none;
    padding: 10px;
    vertical-align: text-top;
    width: 125px;
  }
}

.login-form {
  background: #fff url("../img/Log-In_BackgroundImg.svg?20170822") center bottom no-repeat;
  background-size: 710px 212px;
  padding: 40px 5% 200px 5%;
  text-align: center;
}
.login-form a {
  color: #4a4a4a;
  text-decoration: none;
}
.login-form .intro {
  margin: 0 auto 50px auto;
  max-width: 700px;
  text-align: center;
}
.login-form .intro h1 {
  margin: 0;
  padding: 0;
}
.login-form .field {
  margin: 15px auto;
  max-width: 370px;
  overflow: hidden;
}
.login-form input[type=email],
.login-form input[type=password],
.login-form input[type=text] {
  background: #fff;
  border: 3px solid #d8d8d8;
  box-sizing: border-box;
  display: block;
  font: 400 18px/1.6em "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px;
  width: 100%;
}
.login-form input[type=email]::-webkit-input-placeholder,
.login-form input[type=password]::-webkit-input-placeholder,
.login-form input[type=text]::-webkit-input-placeholder {
  color: #d8d8d8;
}
.login-form input[type=email]::-moz-placeholder,
.login-form input[type=password]::-moz-placeholder,
.login-form input[type=text]::-moz-placeholder {
  color: #d8d8d8;
}
.login-form input[type=email]:-ms-input-placeholder,
.login-form input[type=password]:-ms-input-placeholder,
.login-form input[type=text]:-ms-input-placeholder {
  color: #d8d8d8;
}
.login-form input[type=email]:-moz-placeholder,
.login-form input[type=password]:-moz-placeholder,
.login-form input[type=text]:-moz-placeholder {
  color: #d8d8d8;
}
.login-form .rememberme,
.login-form .forgotpassword {
  font-size: 14px;
}
.login-form .errors {
  color: #D3461C;
}
.login-form .button-orange {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .login-form {
    background-size: 1421px 423px;
    padding: 80px 0 250px 0;
  }
  .login-form .rememberme {
    float: left;
  }
  .login-form .forgotpassword {
    float: right;
    margin: 0;
    padding: 0;
  }
  .login-form .button-orange {
    margin-top: 50px;
  }
}

#map .gm-style .gm-style-iw,
#map .gm-style .gm-style-iw div {
  overflow: visible !important;
}

#map #content {
  padding: 10px 30px;
  position: relative;
  text-align: center;
}
#map #content svg {
  height: 44px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -80%);
  width: 88px;
}
#map #content #firstHeading {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}
#map #content #bodyContent {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6em;
}
#map #content #bodyContent a {
  color: #4a4a4a;
  text-decoration: none;
}

.meet-the-team-panel {
  background: #f2f2f2;
  overflow: hidden;
  padding: 30px 5%;
  text-align: center;
}
.meet-the-team-panel .intro {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}
.meet-the-team-panel .intro h2 {
  font-size: 20px;
  line-height: 1.3em;
}
.meet-the-team-panel .cards {
  padding: 30px 0 0;
  vertical-align: top;
}
.meet-the-team-panel .cards-mem {
  padding: 0 0 30px;
}
@media (min-width: 1024px) {
  .meet-the-team-panel {
    padding: 40px 0;
  }
  .meet-the-team-panel .intro h2 {
    font-size: 40px;
  }
  .meet-the-team-panel .cards {
    padding: 60px 0 0;
  }
  .meet-the-team-panel .cards-mem {
    padding: 0 0 60px;
  }
}

.cards .meet-the-team-card, .cards-mem .meet-the-team-card {
  background: #fff;
  border: 1px solid #f2f2f2;
  display: inline-block;
  font-size: 12px;
  line-height: 1.3em;
  overflow: hidden;
  margin: 0 10px 20px 10px;
  padding: 0 0 20px 0;
  width: 270px;
}
.cards .meet-the-team-card .image, .cards-mem .meet-the-team-card .image {
  background: #979797;
  display: block;
  height: 240px;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.cards .meet-the-team-card .image img, .cards-mem .meet-the-team-card .image img {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cards .meet-the-team-card h3, .cards-mem .meet-the-team-card h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.cards.three-column .meet-the-team-card, .cards-mem.three-column .meet-the-team-card {
  margin: 0 25px 20px 25px;
}

.our-process {
  background-color: #1d1c57;
  background-position: 50% 140%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  line-height: 1.6em;
  overflow: hidden;
  padding: 40px 5% 200px 5%;
  text-align: center;
}
.our-process h3 {
  color: #fec840;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.our-process h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
  margin: 0.5em auto 20px auto;
  max-width: 760px;
  padding: 0;
}
.our-process p {
  margin-top: 2px;
}
.our-process .row > div {
  padding-top: 20px;
  vertical-align: text-top;
}
@media (min-width: 1024px) {
  .our-process {
    background-position: right bottom;
    font-size: 16px;
    padding: 80px 0;
  }
  .our-process h3 {
    font-size: 18px;
  }
  .our-process h2 {
    font-size: 40px;
  }
  .our-process p {
    margin-top: initial;
  }
  .our-process .row > div {
    display: inline-block;
    padding: 20px 30px;
    width: 200px;
  }
}

.partner-with-us {
  background: #e2e8f1;
  overflow: hidden;
  padding: 60px 5%;
  text-align: center;
}
.partner-with-us .row {
  max-width: 850px;
}
.partner-with-us h2 {
  font-size: 30px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
.partner-with-us p:last-child {
  padding-top: 20px;
}
@media (min-width: 660px) {
  .partner-with-us {
    font-size: 17px;
    line-height: 1.6em;
  }
}
@media (min-width: 1024px) {
  .partner-with-us {
    font-size: 20px;
    line-height: 1.6em;
    padding: 90px 0;
  }
  .partner-with-us h2 {
    font-size: 40px;
  }
}

.services-selection-panel {
  overflow: hidden;
  text-align: center;
}
.services-selection-panel h3 {
  color: #D3461C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.services-selection-panel h2 {
  font-size: 30px;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 10px 0;
}
.services-selection-panel .button-orange {
  margin-top: 10px;
}
.services-selection-panel .row {
  max-width: 420px;
}
.services-selection-panel .left,
.services-selection-panel .right {
  padding: 40px 5% 0 5%;
}
.services-selection-panel .left img,
.services-selection-panel .right img {
  width: 100%;
  vertical-align: bottom;
}
.services-selection-panel .left {
  background-color: #E2E8F1;
}
.services-selection-panel .right {
  background-color: #B6BBD2;
}
@media (min-width: 1024px) {
  .services-selection-panel {
    display: flex;
    overflow: hidden;
  }
  .services-selection-panel h2 {
    font-size: 40px;
  }
  .services-selection-panel .left,
.services-selection-panel .right {
    flex: 1;
    float: left;
    padding: 80px 0 0 0;
    width: 50%;
  }
}

.shows-form {
  background-color: #1d1c57;
  color: #fff;
  padding: 40px 5%;
}
.shows-form label {
  color: #e2e8f1;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.shows-form .select-box {
  background-color: #fff;
  height: 45px;
  position: relative;
}
.shows-form select {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.shows-form .field {
  box-sizing: border-box;
  margin: 20px 0;
}
.shows-form .submit-field {
  box-sizing: border-box;
  margin: 10px 0;
}
.shows-form .button-red {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .shows-form {
    padding: 60px 0 70px 0;
  }
  .shows-form .field {
    float: left;
    padding: 0 20px;
    margin-left: 2%;
    width: 25%;
  }
  .shows-form .submit-field {
    float: left;
    padding: 0 20px;
    margin-left: 2%;
    width: 14%;
  }
}

.shows-page {
  overflow: hidden;
  padding: 0 5%;
}
.shows-page article {
  margin-bottom: 40px;
}
.shows-page article h2 {
  margin-top: 0;
  padding-top: 0;
}
.shows-page aside {
  margin-bottom: 80px;
}
.shows-page aside dl {
  font-size: 14px;
  line-height: 1.6em;
}
.shows-page aside dt {
  color: #f6901e;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.shows-page aside dd {
  margin: 0 0 20px 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .shows-page article {
    float: left;
    width: 58%;
  }
  .shows-page aside {
    float: right;
    width: 32%;
  }
}
.shows-page .imexShowSeal {
  width: 175px;
  margin-top: 10px;
}

.shows-gallery {
  margin: 60px 0;
}
.shows-gallery img {
  outline: 0 !important;
}

.shows-more-info {
  clear: both;
  margin-bottom: 80px;
  text-align: center;
}
.shows-more-info h3 {
  font-size: 20px;
}
.shows-more-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shows-more-info ul li {
  display: block;
  margin: 20px 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.shows-more-info ul a {
  color: #4a4a4a;
  text-decoration: none;
}
.shows-more-info ul a strong {
  color: #1d1c57;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 10px 0 10px 0;
}
.shows-more-info ul a span {
  display: block;
}
@media (min-width: 660px) {
  .shows-more-info ul li {
    display: inline-block;
    margin: 30px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .shows-more-info {
    margin-bottom: 120px;
  }
  .shows-more-info h3 {
    font-size: 40px;
  }
}









.shows-more-info-col {
  clear: both;
  /* margin-bottom: 80px; */
  text-align: center;
}
.shows-more-info-col h3 {
  font-size: 20px;
}
.shows-more-info-col ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.shows-more-info-col ul li {
  display: block;
  /* margin: 20px 0; */
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.shows-more-info-col ul a {
  color: #4a4a4a;
  text-decoration: none;
}
.shows-more-info-col ul a strong {
  color: #1d1c57;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 10px 0 10px 0;
}
.shows-more-info-col ul a span {
  display: block;
}
/* @media (min-width: 660px) {
  .shows-more-info-col ul li {
    display: inline-block; */
    /* margin: 30px;
    width: 250px;
  }
} */
/* @media (min-width: 1024px) {
  .shows-more-info-col {
    margin-bottom: 120px;
  }
  .shows-more-info-col h3 {
    font-size: 40px;
  }
} */





.shows-menu {
  font-size: 26px;
  line-height: 2em;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.shows-menu a {
  display: inline-block;
  text-decoration: none;
}
.shows-menu a.active {
  color: #D3461C;
}
@media (min-width: 1024px) {
  .shows-menu a.active {
    transform: translateX(-30px);
  }
}

.shows-hide-section {
  display: none;
}

.show-article-intro {
  margin-bottom: 3em;
}

.documents-heading {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #f6901e;
}

.show-documents {
  list-style: none;
  padding-left: 0;
}
.show-documents li {
  background: transparent url("../img/download-arrow.png?20170822") left center no-repeat;
  background-size: 11px 11px;
  padding-left: 1.25em;
}
.show-documents li h3 {
  font-size: 14px;
  font-weight: 400;
}
.show-documents a {
  color: #4a4a4a;
}

.forms-heading {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #f6901e;
}

.show-forms {
  list-style: none;
  padding-left: 0;
}
.show-forms li {
  background: transparent url("../img/pencil-square.png?20170822") left bottom 13px no-repeat;
  background-size: 11px 11px;
  padding-left: 1.25em;
}
.show-forms li h3 {
  font-size: 14px;
  font-weight: 400;
}
.show-forms a {
  color: #4a4a4a;
}

#checklist ul {
  list-style-type: square;
}

#forms div {
  margin: 30px 0px;
}
#forms div .subheading {
  margin: 0;
}
#forms li {
  margin: 5px 0;
}
#forms .required {
  color: red;
  font-size: 30px;
  vertical-align: -webkit-baseline-middle;
}

.noshow {
  display: none;
}

.active {
  display: block;
}

.show-gallery-container {
  width: 100%;
  margin: 0 auto;
}

.slider-nav {
  width: 85%;
  margin: 0 auto;
}
.slider-nav .slick-prev {
  left: -13%;
}
.slider-nav .slick-next {
  right: -13%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  z-index: 10;
}
.slick-prev .svg,
.slick-next .svg {
  height: 40px;
  width: 40px;
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

.slick-dots {
  bottom: 0;
  display: block;
  padding: 0;
  position: absolute;
  list-style: none;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 7px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 7px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 7px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background-color: #f6901e;
}

.slick-dots li button:before {
  background-color: #e2e8f1;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.15s linear;
  width: 7px;
}

.slick-dots li.slick-active button:before {
  background-color: #f6901e;
}

.img-wrapper {
  max-height: 325px;
}
@media(min-width: 1024px) {
  .img-wrapper {
    max-height: 450px;
  }
}
@media(min-width: 1024px) {
  .img-wrapper {
    max-height: 500px;
  }
}
.img-wrapper img {
  margin: 0 auto;
  max-height: 325px;
}
@media(min-width: 1024px) {
  .img-wrapper img {
    max-height: 450px;
  }
}
@media(min-width: 1024px) {
  .img-wrapper img {
    max-height: 500px;
  }
}

.video-wrapper {
  position: relative;
}
.video-wrapper iframe {
  width: 100%;
  height: 325px;
  border: none;
}
@media(min-width: 660px) {
  .video-wrapper iframe {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .video-wrapper iframe {
    height: 500px;
  }
}

.slider-nav div {
  max-height: 120px;
  margin: 0 1%;
}
@media(min-width: 660px) {
  .slider-nav div {
    max-height: 162px;
  }
}
@media(min-width: 1024px) {
  .slider-nav div {
    max-height: 150px;
  }
}

.tradeshow-partners-panel {
  overflow: hidden;
  padding: 30px 5%;
}
.tradeshow-partners-panel .intro {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
.tradeshow-partners-panel .intro h2 {
  font-size: 20px;
  line-height: 1.3em;
}
.tradeshow-partners-panel .intro h3 {
  color: #f6901e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.tradeshow-partners-panel .cards {
  padding: 30px 0;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .tradeshow-partners-panel {
    padding: 40px 0;
  }
  .tradeshow-partners-panel .intro h2 {
    font-size: 40px;
  }
  .tradeshow-partners-panel .cards {
    padding: 60px 0;
  }
}

.tradeshow-partners-card {
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  padding: 0 30px 45px 30px;
  text-align: center;
  width: 290px;
  vertical-align: top;
}
.tradeshow-partners-card a {
  text-decoration: none;
}
.tradeshow-partners-card p {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.tradeshow-partners-card .image {
  display: block;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 160px;
}
.tradeshow-partners-card .image img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90px;
}
.tradeshow-partners-card h3 {
  font-size: 20px;
  line-height: 1.3em;
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .tradeshow-partners-card {
    padding: 0 32.5px 65px 32.5px;
    text-align: center;
  }
}

.upcoming-shows-panel {
  padding: 40px 0;
  text-align: center;
}
.upcoming-shows-panel h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.upcoming-shows-panel > div {
  padding: 40px 0;
}
.upcoming-shows-panel .slick-track,
.upcoming-shows-panel .slick-slide {
  outline: none !important;
}
.upcoming-shows-panel .slick-track a,
.upcoming-shows-panel .slick-slide a {
  outline: none !important;
}
@media (min-width: 1024px) {
  .upcoming-shows-panel {
    padding: 60px 0;
  }
  .upcoming-shows-panel h2 {
    font-size: 40px;
  }
  .upcoming-shows-panel > div {
    padding: 60px 0;
  }
}

.upcoming-shows-panel-card {
  position: relative;
  display: block;
  font-size: 12px;
  text-align: center;
}
.upcoming-shows-panel-card a {
  background: #fff;
  border: 1px solid #A1A1A1;
  color: #4a4a4a;
  display: block;
  margin: 0 auto 20px auto;
  min-height: 280px;
  text-decoration: none;
  transition: border-color 0.15s linear;
  width: 230px;
}
.upcoming-shows-panel-card a:hover {
  border: 1px solid #f6901e;
  color: #4a4a4a;
}
.upcoming-shows-panel-card .logo {
  display: block;
  height: 220px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.upcoming-shows-panel-card .logo img {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 160px;
  max-height: 180px;
  z-index: 1;
}
.upcoming-shows-panel-card .icon {
  border-top: 1px solid #A1A1A1;
  margin: 0;
  padding: 0;
  position: relative;
  transition: border-color 0.15s linear;
}
.upcoming-shows-panel-card .icon .industry {
  background: #fff;
  display: block;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  max-height: 30px;
}
.upcoming-shows-panel-card .icon .left-industry {
  background: #fff;
  display: block;
  left: 41%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  max-height: 30px;
}
.upcoming-shows-panel-card .icon .right-industry {
  background: #fff;
  display: block;
  left: 59%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  max-height: 30px;
}
.upcoming-shows-panel-card h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  padding: 20px 0 0 0;
  margin-bottom: 5px;
  min-height: 72px;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
.upcoming-shows-panel-card .location {
  margin: 0;
  padding: 0;
}
.upcoming-shows-panel-card .date {
  margin: 0;
  padding: 0 0 30px 0;
}
@media (min-width: 1100px) {
  .upcoming-shows-panel-card a {
    min-height: 420px;
    width: 260px;
  }
  .upcoming-shows-panel-card .logo {
    height: 270px;
  }
}
@media (min-width: 1290px) {
  .upcoming-shows-panel-card a {
    min-height: 420px;
    width: 320px;
  }
  .upcoming-shows-panel-card .logo {
    height: 270px;
  }
}

.upcoming-shows-panel-grid {
  padding: 40px 0;
  text-align: center;
  margin-top: 40px;
}
.upcoming-shows-panel-grid .upcoming-shows-panel-card {
  display: inline-block;
  margin: 25px 30px;
}

.your-upcoming-shows-panel-grid {
  background: #f2f2f2;
  padding: 40px 0;
  text-align: center;
}
.your-upcoming-shows-panel-grid .intro {
  margin: 0 auto 40px auto;
  max-width: 780px;
  text-align: center;
}
.your-upcoming-shows-panel-grid .intro h3 {
  font-size: 20px;
  line-height: 1.3em;
}
.your-upcoming-shows-panel-grid .upcoming-shows-panel-card {
  display: inline-block;
  margin: 25px 30px;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .your-upcoming-shows-panel-grid .intro h3 {
    font-size: 40px;
  }
}

.imex-seal-icon {
  position: absolute;
  top: -42px;
  left: 50%;
  z-index: 2;
  margin-left: -42px;
}

.orange-text {
  color: #f6901e;
}

/*
.wFormContainer {

	.wForm {

		h1, h2, h3 {
			margin: 0 0 1em 0;
		}

		.wFormTitle {
			font-size: 27px;
			line-height: 1.1em;
			@media (min-width: 1024px) {
				font-size: 55px;
			}
			font-weight: $font-weight-book;
		}

		input[type=email], input[type=text], input[type=date], input[type=file], textarea, select {
			width: 100%;
			background: $color-white;
			border: 3px solid #d8d8d8;
			box-sizing: border-box;
			display: block;
			font: $font-weight-book 18px/1.6em $font-family-default;
			padding: 10px;
			&::-webkit-input-placeholder {
				color: #d8d8d8;
			}
			&::-moz-placeholder {
				color: #d8d8d8;
			}
			&:-ms-input-placeholder {
				color: #d8d8d8;
			}
			&:-moz-placeholder {
				color: #d8d8d8;
			}
		}

		.htmlSection {
			margin-top: 20px;
		}

		.preField {
			width: 100%;
		}

		.MsoNormal {
			margin-top: 10px;
		}

		input[type=submit] {
			display: block;
			margin: 0 auto;
			appearance: none;
			background: $color-gold;
			border: 0;
			border-radius: 21px;
			color: $color-white;
			cursor: pointer;
			display: inline-block;
			font-size: 12px;
			font-weight: $font-weight-bold;
			height: 42px;
			line-height: 42px;
			outline: 0;
			overflow: hidden;
			padding: 0 40px;
			text-align: center;
			text-decoration: none;
			text-overflow: ellipsis;
			text-transform: uppercase;
			transition: color 0.15s linear;
			white-space: nowrap;
			&:hover {
				color: $color-blue-light;
				background-color: darken($color-gold, 10%);
			}
			@media (min-width: 660px) {
				margin: 0;
			}
			@media (min-width: 1024px) {
				font-size: 14px;
			}

		}

	}
}
*/
