/* IMPORT MASTER CFG FILE */
/* VARIABLES */
/* Color Set */
/* GENERAL ELEMENTS */
body,
body * {
  font-family: 'Montserrat', sans-serif;
  color: #00233A;
}
.btn-pbw-primary {
  margin: 2px;
  background-color: #D88A13;
  border: 0!important;
  border-radius: 0!important;
  font-size: 10pt;
  color: white;
  text-transform: uppercase;
  font-weight: bold!important;
}
.btn-pbw-primary:active,
.btn-pbw-primary:visited,
.btn-pbw-primary:hover,
.btn-pbw-primary:focus {
  background-color: #AF7010 !important;
  color: white;
}
a,
a.link,
a.visited {
  color: #409e7e;
  text-decoration: underline;
}
a.active,
a:hover,
a:focus {
  text-decoration: none;
  color: #245c49;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  line-height: 130%;
  font-weight: normal;
}
h1 {
  font-size: 40pt;
  color: #00233A;
}
h2 {
  font-size: 28pt;
  color: #D88A13;
}
h3 {
  font-size: 20pt;
  color: #409e7e;
}
h4 {
  font-size: 16pt;
}
h5 {
  font-size: 12pt;
}
h6 {
  font-size: 11pt;
}
/* Helpers/re-defined from Bootstrap */
.glyphicon-inverse {
  color: white;
}
/* Fixed Scroll To Top arrow */
.to-top {
  opacity: 0;
  transition: opacity 500ms;
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 45px!important;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #245c49;
  border: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.to-top * {
  font-size: 20pt;
  line-height: 48px;
  color: white;
}
.to-top.is-visible {
  opacity: .5;
  transition: opacity 500ms;
}
.to-top:hover {
  opacity: 1;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}
/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  min-width: 300px;
  padding: 0;
  background-color: white;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}
header div {
  font-size: 10pt;
  font-weight: 600;
  color: #00233A !important;
}
header .show-location-bar {
  background-color: #ddd!important;
  padding: 4px;
  text-align: center;
}
header .show-location-bar a {
  text-decoration: none;
  color: #00233A;
}
header .show-location-bar a:hover,
header .show-location-bar a:active {
  text-decoration: underline;
}
header .show-info {
  background-color: white;
  text-align: center;
}
header .show-info img {
  width: auto;
  height: 60px;
  margin: 15px auto;
}
header .show-info .show-dates {
  display: block;
  font-size: 12pt;
  font-weight: bold;
  line-height: 130%;
}
header .social-media-panel {
  padding: 10px 0;
}
header .social-media-panel * {
  color: #00233A !important;
}
header .social-media-panel span {
  display: inline-block;
  font-size: 18pt!important;
  padding: 0 10px;
}
header .social-media-panel span i:hover {
  color: #0061a0 !important;
}
header .show-callout {
  background-color: #00233A;
}
header .show-callout * {
  font-size: 14pt;
  font-weight: bold;
  color: white!important;
}
@media (min-width: 576px) {
  header .show-location-bar {
    text-align: right!important;
    padding-right: 15px!important;
  }
  header .show-info {
    white-space: nowrap;
    text-align: left;
  }
  header .show-info img {
    height: auto;
    max-height: 35px;
    margin-left: 10px;
  }
  header .show-info .show-dates {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 9pt;
    white-space: nowrap;
    padding: 0;
    padding-left: 10px;
    margin: 0;
  }
  header .social-media-panel {
    padding: 15px 0 0 0;
    text-align: right;
  }
  header .social-media-panel * {
    color: #00233A !important;
  }
  header .social-media-panel span {
    display: inline-block;
    font-size: 18pt!important;
    padding: 0;
  }
  header .social-media-panel span i:hover {
    color: #0061a0 !important;
  }
}
@media (min-width: 768px) {
  header .show-info img {
    max-height: 45px;
    margin-bottom: 0;
  }
  header .show-info .show-dates {
    margin-top: 10px;
    font-size: 10.5pt;
  }
  header .show-nav {
    top: -3px;
  }
}
@media (min-width: 992px) {
  header .show-info img {
    max-height: 55px;
  }
  header .show-info .show-dates {
    margin-top: 15px;
    font-size: 12pt;
  }
  header .show-nav {
    top: 0;
  }
}
@media (min-width: 1200px) {
  header .show-location-bar > div,
  header .show-info,
  header .show-nav {
    width: 1200px!important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  header .show-info img {
    max-height: 65px;
  }
  header .show-info .show-dates {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 14pt;
  }
}
/* END: HEADER */
/* NAVIGATION */
/* custom buttons appearing in the nav menu at bottom */
.buttons-custom-nav {
  background-color: white;
  padding: 1px;
  margin: 0;
  border: 0;
}
button[name=navExhibitor],
button[name=navRegister] {
  cursor: pointer;
  margin: 0;
  margin-bottom: 1px;
  border: 0;
  border-radius: 0;
  font-size: 11pt;
  color: white;
  text-transform: uppercase;
  font-weight: bold!important;
  width: 100%;
  display: block;
}
button[name=navExhibitor]:after {
  content: "Exhibit";
}
button[name=navRegister]:after {
  content: "Register";
}
/* nav bar top level bar */
.navbar-pbw {
  background-color: #a0d9ff !important;
  padding: 0 15px;
}
.navbar-pbw button.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.8);
  margin: 5px;
}
.navbar-pbw button.navbar-toggler:hover,
.navbar-pbw button.navbar-toggler:focus {
  border-color: #ffffff;
}
.navbar-pbw ul.navbar-nav > li.nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-pbw ul.navbar-nav > li.nav-item > a.nav-link {
  padding-left: 10px;
  color: #00233A;
  font-size: 11pt;
}
.navbar-pbw ul.navbar-nav > li.nav-item > a.nav-link:hover,
.navbar-pbw ul.navbar-nav > li.nav-item > a.nav-link:focus {
  background-color: #87cfff;
}
.navbar-pbw ul.navbar-nav > li.nav-item div.dropdown-menu {
  background-color: #a0d9ff;
  border: 0;
  border-radius: 0;
  margin-top: -2px;
  padding: 15px;
}
.navbar-pbw ul.navbar-nav > li.nav-item div.dropdown-menu > a.dropdown-item {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #00233A;
  font-size: 10pt;
}
.navbar-pbw ul.navbar-nav > li.nav-item div.dropdown-menu > a.dropdown-item:last-child {
  border-bottom: 0;
}
.navbar-pbw ul.navbar-nav > li.nav-item div.dropdown-menu > a.dropdown-item:active,
.navbar-pbw ul.navbar-nav > li.nav-item div.dropdown-menu > a.dropdown-item:visited,
.navbar-pbw ul.navbar-nav > li.nav-item div.dropdown-menu > a.dropdown-item:hover,
.navbar-pbw ul.navbar-nav > li.nav-item div.dropdown-menu > a.dropdown-item:focus {
  background-color: #d3eeff;
}
.navbar-pbw ul.navbar-nav > li:last-child div.dropdown-menu {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .navbar {
    position: absolute!important;
    top: -1px;
    left: 0;
    z-index: 3;
    padding: 0;
    background-color: transparent!important;
    width: 100%;
  }
  .navbar button.navbar-toggler {
    width: 40px;
    height: 30px;
    padding: 4px 5px 5px 5px;
    line-height: 16px;
    overflow: hidden;
    background-color: #ccc!important;
  }
  .navbar button.navbar-toggler:active,
  .navbar button.navbar-toggler:focus {
    background-color: #00233A !important;
    box-shadow: none;
  }
  .navbar button.navbar-toggler * {
    color: white;
    font-size: 17px;
  }
  .navbar .navbar-toggler-icon {
    width: 90%;
    height: 18px;
    background-color: transparent;
  }
  .navbar .nav-item {
    background-color: #a0d9ff;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 9pt;
    padding-left: 7px!important;
  }
}
@media (min-width: 768px) {
  /* custom buttons appearing in the nav bar */
  .buttons-custom-nav {
    display: inline-block;
    white-space: nowrap;
    margin-left: 5px;
  }
  button[name=navExhibitor],
  button[name=navRegister] {
    cursor: pointer;
    margin: 0 0 0 1px;
    width: auto;
    display: inline-block;
  }
  .show-nav {
    position: relative;
    text-align: right!important;
    padding: 5px 0;
  }
  .show-nav .navbar-pbw {
    background-color: transparent!important;
    color: #00233A;
    position: relative;
    top: 3px;
    right: 0px;
    display: inline-block;
    padding: 0;
  }
  .show-nav .navbar-pbw .buttons-custom * {
    width: auto;
    display: inline-block;
  }
  .show-nav .navbar-pbw ul.navbar-nav .nav-item {
    border-bottom: 0;
    font-size: 11pt;
    color: #00233A !important;
  }
  .show-nav .navbar-pbw ul.navbar-nav .nav-item > .dropdown-toggle::after {
    border-top: .2em solid!important;
    border-right: .2em solid transparent!important;
    border-left: .2em solid transparent!important;
  }
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .nav-link {
    padding-left: 12px;
    padding-right: 10px;
    color: #00233A !important;
  }
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .nav-link:hover,
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .nav-link:focus {
    background-color: #d3eeff !important;
  }
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .dropdown-menu {
    background-color: #d3eeff !important;
    border: 1px solid #a0d9ff;
    border-radius: 0;
    margin-top: -2px;
    padding: 15px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  }
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .dropdown-menu > a.dropdown-item {
    padding-left: 7px!important;
    padding-right: 7px!important;
    font-size: 10pt!important;
    font-weight: 600;
    color: #00233A !important;
    border-bottom: 1px solid rgba(0, 0, 204, 0.15) !important;
  }
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .dropdown-menu > a.dropdown-itemlast-child {
    border-bottom: 0;
  }
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .dropdown-menu > a.dropdown-item:active,
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .dropdown-menu > a.dropdown-item:visited,
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .dropdown-menu > a.dropdown-item:hover,
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .dropdown-menu > a.dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }
  .show-nav .navbar-pbw ul.navbar-nav > .nav-item:nth-last-child(-n+3) .dropdown-menu {
    right: 0;
  }
}
@media (min-width: 992px) {
  /* custom buttons appearing in the nav bar */
  button[name=navExhibitor]:after {
    content: "Become an Exhibitor";
  }
  button[name=navRegister]:after {
    content: "Register to Attend";
  }
  .show-nav .navbar-pbw ul.navbar-nav .nav-item .nav-link {
    padding-left: 20px;
    padding-right: 17px;
  }
}
/* END: NAVIGATION */
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.content-start {
  padding-top: 240px;
}
section.pg-content-hd {
  display: none;
  width: 100%;
  min-width: 300px;
}
section.pg-content-hd .pghd-secimg {
  width: 100%;
}
section.pg-content-hd .pghd-secimg > img {
  width: 100%;
}
@media (min-width: 768px) {
  header > div {
    font-size: 16pt;
  }
  .content-start {
    padding-top: 200px;
  }
}
/* CYCLE SLIDESHOW */
.cycle-slideshow {
  width: 100%;
  min-width: 300px;
  position: relative;
  z-index: 1;
}
.cycle-slideshow > .cycle-prevControl {
  width: 5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.cycle-slideshow > .cycle-nextControl {
  width: 5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
.cycle-slideshow div.vert-center {
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cycle-slideshow > .cycle-prevControl *,
.cycle-slideshow > .cycle-nextControl * {
  cursor: pointer;
  font-size: 40px!important;
  color: rgba(255, 255, 255, 0.1) !important;
}
.cycle-slideshow > .cycle-prevControl:hover *,
.cycle-slideshow > .cycle-prevControl:focus *,
.cycle-slideshow > .cycle-nextControl:hover *,
.cycle-slideshow > .cycle-nextControl:focus * {
  color: rgba(255, 255, 255, 0.4) !important;
}
.cycle-slideshow > img {
  width: 100%;
}
/* PAGE CONTENT HEADER */
section.pg-content-hd {
  display: none;
  width: 100%;
  min-width: 300px;
}
section.pg-content-hd .pghd-secimg {
  display: none;
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
section.pg-content-hd .pghd-secimg img {
  width: 100%;
  min-height: 40px;
}
section.pg-content-hd .pghd-secimg div.imgtext {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  font-family: hernandez_niubold, sans-serif;
  font-size: 12pt;
  line-height: 100%;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.7);
}
section.pg-content-hd .breadcrumb {
  background-color: #EDEDE8;
  border: 0;
  border-radius: 0;
  padding: 10px;
  font-size: 10pt!important;
}
section.pg-content-hd .breadcrumb * {
  font-size: 10pt!important;
}
section.pg-content-hd h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  section.pg-content-hd .pghd-secimg {
    height: 70px;
  }
  section.pg-content-hd .pghd-secimg img {
    min-height: 70px;
  }
  section.pg-content-hd .pghd-secimg div.imgtext {
    font-size: 20pt;
  }
}
@media (min-width: 992px) {
  section.pg-content-hd .pghd-secimg {
    height: 90px;
  }
  section.pg-content-hd .pghd-secimg img {
    min-height: 90px;
  }
  section.pg-content-hd .pghd-secimg div.imgtext {
    font-size: 28pt;
  }
}
@media (min-width: 1200px) {
  section.pg-content-hd .breadcrumb > div,
  section.pg-content-hd h1 {
    width: 1200px!important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
/* END: PAGE CONTENT HEADER */
/* MAIN INSIDE CONTENT */
.main-content {
  margin: 15px;
  padding: 0;
}
@media (min-width: 1200px) {
  .main-content {
    width: 1200px!important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
/* END: MAIN INSIDE CONTENT */
/* MAIN CONTENT */
section.hm {
  min-width: 300px;
  margin-bottom: 30px;
}
section.hm h1 {
  margin: 0 0 30px 0;
  font-size: 24pt;
  font-weight: bold;
  color: #00233A;
  text-align: center;
}
section.hm .intro-copy {
  font-size: 14pt;
  line-height: 150%;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
section.hm .hm-attend-boxes {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.hm .hm-attend-boxes > div {
  width: 100%;
  min-height: 250px;
  margin: 0;
  padding: 25px;
  padding-top: 15%;
  background-size: cover;
  background-position: center top;
}
section.hm .hm-attend-boxes > div p {
  font-size: 16pt;
  font-weight: 400;
  color: White;
  text-align: center;
}
section.hm .hm-attend-boxes button {
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  background-color: transparent!important;
  font-size: 9pt!important;
  color: White;
}
section.hm .hm-attend-boxes button:active,
section.hm .hm-attend-boxes button:visited {
  background-color: transparent!important;
}
section.hm .hm-attend-boxes button:hover,
section.hm .hm-attend-boxes button:focus {
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
section.hm .hm-attend-boxes button.btn {
  color: white;
}
section.hm .hm-attend-boxes > div:nth-child(1) {
  background-image: url(/images/2021/hm-retail.png);
}
section.hm .hm-attend-boxes > div:nth-child(2) {
  background-image: url(/images/2021/hm-hospitality.png);
}
section.hm .hm-attend-boxes > div:nth-child(3) {
  background-image: url(/images/2021/hm-foodservice.png);
}
section.hm .hm-attend-boxes > div:nth-child(4) {
  background-image: url(/images/2021/hm-suppliersinvestors.png);
}
section.hm.hm-intro-shell {
  background-color: #EDEDE8;
  max-width: 100%;
  padding: 30px 0;
}
section.hm.hm-video-shell {
  background-image: url(/images/2020-2/hm-video-bgphoto.jpg);
  background-size: cover;
  padding: 30px 0;
}
section.hm.hm-connect-shell {
  display: none;
  background-color: #EDEDE8;
  max-width: 100%;
  padding: 30px 0;
  margin-bottom: 0;
}
.hm-video-player {
  width: 95%;
  min-width: 300px;
  margin: 0 auto;
}
/* Attendee Scroller */
.hm-attendee-ticker {
  display: none;
  position: relative;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  height: 36px;
  overflow: hidden;
}
.hm-attendee-ticker-label {
  display: none;
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
}
.ticker-veil {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
@media (min-width: 768px) {
  section.hm.hm-video-shell {
    padding: 30px 0;
  }
  section.hm .hm-attend-boxes > div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 300px;
    padding-top: 7%;
  }
  section.hm .hm-attend-boxes > div p {
    font-size: 14pt;
  }
  section.hm .hm-attend-boxes > div p:last-child {
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 0;
  }
  section.hm .hm-attend-boxes .quote {
    bottom: auto;
    left: 0;
    padding-top: 5%;
    font-size: 10pt;
  }
  section.hm .hm-attend-boxes .quote * {
    font-size: 10pt;
  }
  section.hm .hm-video-player {
    width: 85%;
  }
}
@media (min-width: 992px) {
  section.hm.hm-video-shell {
    padding: 50px 0;
  }
  section.hm .hm-attend-boxes > div p {
    font-size: 16pt;
  }
  section.hm .hm-attend-boxes .quote {
    padding-top: 5%;
    font-size: 11pt;
  }
  section.hm .hm-attend-boxes .quote * {
    font-size: 11pt;
  }
  section.hm .hm-video-player {
    width: 70%;
  }
  section.hm .quote * {
    font-size: 10pt;
  }
}
@media (min-width: 1200px) {
  section.hm .hm-attend-boxes > div p {
    font-size: 16pt;
  }
  section.hm .hm-attend-boxes .quote,
  section.hm .hm-attend-boxes .quote * {
    font-size: 12pt;
  }
}
/* SPONSOR SLIDESHOW */
.hm-sponsor-shell * .cycle-slideshow > div {
  text-align: center;
}
.hm-sponsor-shell * .cycle-slideshow > div > img {
  display: inline-block;
  max-width: 90px;
  max-height: 90px;
  vertical-align: middle;
  margin: 20px;
}
.hm-sponsor-shell * .cycle-slideshow > div > img:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .hm-sponsor-shell * .cycle-slideshow > div > img {
    margin: 10px;
  }
}
@media (min-width: 992px) {
  .hm-sponsor-shell * .cycle-slideshow > div {
    white-space: nowrap;
  }
  .hm-sponsor-shell * .cycle-slideshow > div > img {
    display: inline-block;
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .hm-sponsor-shell * .cycle-slideshow > div {
    white-space: nowrap;
  }
  .hm-sponsor-shell * .cycle-slideshow > div img {
    display: inline-block;
    max-width: 130px;
    max-height: 130px;
    vertical-align: middle;
    margin-right: 40px;
  }
}
/* FOOTER */
footer {
  width: 100%;
  background-color: #00233A;
}
footer div[class^="col"] {
  font-size: 10pt;
  color: white!important;
}
footer div[class^="col"] .ftr-hd {
  font-size: 11pt!important;
  color: #D88A13 !important;
}
footer div[class^="col"] button {
  width: 90%;
  max-width: 250px;
  min-width: 100px;
  padding: 8px 10px;
  text-align: center;
}
footer .social-media-panel * i {
  font-size: 12pt;
  line-height: 18pt;
}
footer div:nth-child(4) {
  font-size: 9pt;
  padding: 10px 0;
}
footer .nav-links * a.link,
footer a.visited,
footer a:link,
footer a:visited,
footer a:hover,
footer a:focus {
  color: white !important;
}
@media (min-width: 768px) {
  footer div:nth-child(4) {
    font-size: 9pt;
    padding: 0;
  }
}

/*# sourceMappingURL=main.css.map */