/*********************************************************************************************\
*       COPYRIGHT � 2018 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED       *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

@font-face {
  font-family: Gipsiero;
  src: url('fonts/Gipsiero.otf');
}

@font-face {
  font-family: Freshman;
  src: url(fonts/Freshman.ttf);
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: OpenSans-Bold;
  src: url(fonts/OpenSans-Bold.ttf);
}

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(fonts/OpenSans-ExtraBold.ttf);
}

@font-face {
  font-family: OpenSans-ExtraBoldItalic;
  src: url(fonts/OpenSans-ExtraBoldItalic.ttf);
}

@font-face {
  font-family: OpenSans-SemiBold;
  src: url(fonts/OpenSans-SemiBold.ttf);
}

@font-face {
  font-family: Staatliches-Regular;
  src: url(fonts/Staatliches-Regular.ttf);
}

/* 2025 Home Page ===================================================================================================*/
.grey-divider {
  background: #494c49;
  height: 8px;
  color: #fff;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.arrow_down {
  display: none;
  height: 0;
  width: 0;
  border: 1vw solid transparent;
  border-top-color: #d3d3d3;
  position: absolute;
  bottom: -35.15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

#burgundy_bars {
  border-left: 1px solid darkred;
  border-right: 1px solid darkred;
  width: calc(33.3% - 2px) !important;
}

#day_bubble_container {
  padding: 2vw 0 3vw;
}

.day_bubble {
  background: #f4f4f4;
  border: 2.5px solid #d3d3d3;
  border-radius: 50px;
  color: #c41e3a;
  cursor: pointer;
  font-family: OpenSans-ExtraBoldItalic, sans-serif;
  height: 4vw;
  position: relative;
  width: 4vw;
}

.day_bubble span {
  font-size: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.day_bubble_selected {
  background: #f4f4f4;
  border: 2.5px solid #d3d3d3;
  border-radius: 50px;
  color: #c0c1c0;
  font-family: OpenSans-ExtraBoldItalic, sans-serif;
  height: 4vw;
  position: relative;
  width: 4vw;
  z-index: 1;
}

.day_bubble_selected span {
  font-size: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.day_bubble_solo_container {
  display: inline-block;
  margin: 0 1%;
  position: relative;
}

.display_block {
  display: block;
}

.display_none {
  display: none;
}

.event_description_block {
  font-size: 18px;
  white-space: pre-wrap; /* adds line breaks in the description for newlines */
}

#footer_tagline_logo {
  display: inline-block;
  max-height: 70px;
  max-width: 70px;
  height: calc(11px + 3vw);
  width: calc(12px + 3vw);
  vertical-align: middle;
  padding-bottom: 3%;
}

#hamburger_menu_content {
  background-color: #fff;
  overflow: hidden;
  transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

#hamburger_menu_content.shift_right {
  transform: translate(min(400px, 64vw), 0);
}

#hamburger_menu_cover {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.4;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .2s;
  z-index: 9999;
}

#hamburger_menu_cover.hamburger_menu_cover_display {
  display: block;
}

/* HAMBURGER MENU STYLES =================================================================== */
#hamburger_menu {
  background: #fff;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  top: 0;
  transition: width .2s cubic-bezier(.16, .68, .43, .99);
  position: fixed;
  width: 0;
  z-index: 1;
}

#hamburger_menu_header {
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin-top: 4px;
  margin-right: 4px;
}

#hamburger_menu_header_close {
  font-size: 16px;
  border: 1px solid #000;
  padding: 2px 6px;
  cursor: pointer;
}

#hamburger_menu.open_menu {
  width: min(400px, 64vw);
}

#hamburger_menu .hamburger_navigation_menu .parent {
  color: #000;
  border-left: 2px solid #000;
  cursor: pointer;
}

#hamburger_menu .parent {
  display: block;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin: 15px 0 0 10px;
  text-decoration: none;
  padding: 10px 0 10px 20px;
  color: #c10330;
}

#hamburger_menu .hamburger_navigation_menu .expansion_menu {
  display: none;
}

#hamburger_menu .hamburger_navigation_menu .nested_menu .depth1 {
  display: block;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin: 15px 0 0 30px;
  text-decoration: none;
  padding: 10px 0 10px 20px;
  color: #000;
  border-left: 2px solid #000;
  cursor: pointer;
}

#hamburger_menu .hamburger_navigation_menu .nested_menu .nested_menu_2 {
  display: none;
}

#hamburger_menu .hamburger_navigation_menu .nested_menu .nested_menu_2 .depth2 {
  display: block;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin: 15px 0 0 50px;
  text-decoration: none;
  padding: 10px 0 10px 20px;
  border-left: 2px solid transparent;
  color: #c10330;
}

/* CMS ADMIN STYLES =================================================================== */
#cmsAdminPageControls {
  position: fixed !important;
  top: 200px !important;
}

/* HEADER STYLES =================================================================== */
#header_container {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: calc(40px + 95px + 50px);
  width: 100%;
  background-color: #000;
}

#header_menu_bar {
  margin: 0 auto;
  padding: 0;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 1138px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

@media (max-width: 750px) {
  #header_menu_bar .parent {
    display: none;
  }
}

#header_menu_bar a {
  color: white;
  margin: 0 16px;
  text-decoration: none;
}

#header_menu_bar .header_menu_app_link img {
  height: 33px;
}

#header_main_wde_container {
  background: #f6f6f6;
  height: 95px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#header_main_wde {
  width: 1138px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#header_logo_link {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 280px;
}

#header_logo_link #header_logo_content {
  display: flex;
  flex-direction: row;
}

#header_logo_link img {
  height: 90%;
  padding: 4px 0;
  width: auto;
}

#header_logo_link #header_logo_text {
  align-items: center;
  color: #494c49;
  display: flex;
  font-family: Staatliches-Regular, Sans-Serif;
  font-size: 29px;
}

#header_logo_link #header_logo_text div {
  line-height: 23px;
}

#header_logo_link #header_logo_text div span {
  color: #c41e3a;
  font-family: OpenSans-Regular, Sans-Serif;
  font-size: 16px;
  font-weight: 800;
}

#search_on_top {
  display: inline-block;
  width: 30%;
}

@media (max-width: 800px) {
  #search_on_top {
    display: none;
  }
}

#search_on_top input {
  border-radius: 25px;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  height: 40px;
  padding: 0 6px 0 20px;
  width: 100%
}

#search_site {
  height: 100%;
  padding: 0 4%;
}

#header_become_sponsor {
  display: flex;
  width: 217px;
  height: 52px;
  background: #c10330;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
}

#header_mobile_menu_button {
  font-size: 18px;
  padding: 8px 16px;
  border: 1px solid #000;
  margin-right: 24px;
  cursor: pointer;
}

#header_main_menu_bar {
  width: 100%;
  height: 50px;
  background: #c10330;
  display: flex;
  justify-content: center;
}

#header_main_menu_bar_container {
  max-width: 1138px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

#header_main_menu_2025, #header_mobile_pay_menu {
  display: flex;
  position: relative;
  height: 100%;
  flex-grow: 1;
  justify-content: center;
}

#header_mobile_pay_menu {
  flex-grow: 0;
}

:is(#header_main_menu_2025, #header_mobile_pay_menu) .parent {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  height: 100%;
  display: flex;
  padding: 0 16px;
  align-items: center;
  text-transform: uppercase;
}

#header_mobile_pay_menu .parent {
  padding: 0 48px;
  text-transform: initial;
}

#header_main_menu_2025 #navId_636.parent {
  /* Make the pay menu a bit wider so the sub menu fits */
  padding: 0 40px;
  margin-left: auto;
}

:is(#header_main_menu_2025, #header_mobile_pay_menu) :is(.parent:hover, .parent.open) {
  background-color: #0000005a;
}

:is(#header_main_menu_2025, #header_mobile_pay_menu) .expansion_menu {
  background: white;
  display: none;
  position: absolute;
  flex-wrap: nowrap;
  padding: 10px;
  top: 50px;
  z-index: 3;
}

:is(#header_main_menu_2025, #header_mobile_pay_menu) .expansion_menu .nested_menu {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-right: 1px solid #dadada;
}

:is(#header_main_menu_2025, #header_mobile_pay_menu) .expansion_menu .nested_menu:last-of-type {
  border-width: 0;
}

:is(#header_main_menu_2025, #header_mobile_pay_menu) .expansion_menu .nested_menu :is(a, span).depth1 {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 16px;
}

:is(#header_main_menu_2025, #header_mobile_pay_menu) .expansion_menu .nested_menu .nested_menu_2 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}

#header_main_menu_2025 .expansion_menu#expansion_menu_544 .nested_menu:first-of-type .nested_menu_2 {
  grid-template-columns: 1fr 1fr;
}

:is(#header_main_menu_2025, #header_mobile_pay_menu) .expansion_menu .nested_menu .nested_menu_2 :is(a, span).depth2 {
  text-decoration: none;
  color: #c10330;
  font-size: 16px;
  font-weight: 600;
}

:is(#header_main_menu_2025, #header_mobile_pay_menu) .expansion_menu.display_menu {
  display: flex;
}

#header_mobile_menu_bar_container {
  display: none;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

#header_mobile_become_a_sponsor {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 0 24px;
  text-decoration: none;
}

@media (max-width: 1140px) {
  #header_main_menu_bar_container, #header_become_sponsor {
    display: none;
  }

  #header_mobile_menu_bar_container {
    display: flex;
  }
}

@media (min-width: 1140px) {
  #header_mobile_menu_button {
    display: none;
  }
}

/* PREVIOUS WDE STYLES =================================================================== */

input, textarea, button, select {
  font-family: OpenSans-Regular, Sans-Serif;
  font-size: 22px;
}

#location_container {
  color: #fff;
  background: #000;
  max-height: 527px;
  overflow: hidden;
  padding: 5.5% 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#location_container h1 {
  color: #fff;
}

#location_container > img:first-child {
  height: auto;
  opacity: .5;
  left: 0;
  position: absolute;
  top: -14vw;
  width: 100%;
  z-index: 0;
}

#location_container .inline_block {
  display: inline-block;
}

#location_container #left_block {
  height: 19%;
  margin: 3% 2%;
  text-align: right;
  vertical-align: top;
  width: 43%;
}

#location_container #left_block h2 {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 2.5vw;
  margin: 0;
}

#location_container #left_block h4 {
  font-family: OpenSans-ExtraBoldItalic, sans-serif;
  font-size: 1.25vw;
  margin: 0;
}

#location_container #right_block {
  text-align: left;
  height: 19%;
  margin: 4% 2%;
  vertical-align: top;
  width: 43%;
}

#location_container #right_block a {
  background: #fff;
  border: none;
  color: #c41e3a;
  cursor: pointer;
  font-family: OpenSans-ExtraBoldItalic, sans-serif;
  font-size: 1.25vw;
  margin: 0 3%;
  padding: 1.5% 8%;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .5s;
  transition: background .5s;
}

#location_container #right_block a:hover {
  background: #c41e3a;
  color: #fff;
}

#location_container .text_over_image {
  position: relative;
  width: 100%;
  z-index: 1;
}

h1 {
  color: #494c49;
  font-family: OpenSans-ExtraBoldItalic, sans-serif;
  font-size: 2.3vw;
  text-transform: uppercase;
  padding: 0 0 2%;
  margin: 0;
}

#news-and-podcast {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}

.news-slides {
  height: 14vw;
  margin: 1vw 2vw;
  position: relative;
  width: 44.5vw;
}

.news-slide {
  background: #ebebeb;
  border-radius: 8px;
  font-family: OpenSans-Regular, sans-serif;
  display: block;
  height: 10vw;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 1vw 1.5vw 1vw 21.5vw;
  position: absolute;
  text-align: left;
  transition: opacity 1s;
  top: 0;
  width: 21.5vw;
  z-index: 1;
}

.news-slide-active {
  opacity: 1;
  z-index: 2;
}

.news-slide img {
  width: 20vw;
  height: 12vw;
  position: absolute;
  top: 0;
  left: 0;
}

.news-slide h4 {
  font-size: 1.2vw;
  margin-bottom: 0;
}

.news-slide p {
  font-size: 1vw;
  font-weight: 600;
}

.news-slide a {
  color: #c41e3a;
  text-decoration: none;
  font-weight: 600;
}

.news-slide a:hover {
  color: #af122c;
  text-decoration: none;
}

.news-slide-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  height: 0.75vw;
  width: 100%;
}

.news-slide-indicator {
  background-color: #494c49;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0.25vw;
  height: 0.75vw;
  transition: background-color 1s;
  width: 0.75vw;
}

.news-slide-indicator-active {
  background-color: #c41e3a;
}

#podcast-container {
  display: block;
  height: 14vw;
  margin: 1vw 2vw;
  width: 40vw;
}

:is(#page_883, #page_1334) #content {
  margin: calc(40px + 95px + 50px) auto 0 auto;
  max-width: 1920px;
  padding: 0;
}

:is(#page_883, #page_1334) #slideshow_container {
  background-color: black;
  height: 37.4vw;
  max-height: 724px;
  overflow: hidden;
  width: 100%;
}

:is(#page_883, #page_1334) #slideshow_container .homepage_2019_slideshow {
  display: inline-block;
  height: 37.7vw;
  max-height: 724px;
  position: relative;
  width: 33.3%;
}

:is(#page_883, #page_1334) #slideshow_container .homepage_2019_slideshow .gallery_container {
  display: inline-block;
  height: 37.7vw;
  margin: 0;
  max-height: 724px;
  overflow: hidden;
  width: 100%;
}

:is(#page_883, #page_1334) #slideshow_container .homepage_2019_slideshow .gallery_slideshow {
  height: 37.7vw;
  max-height: 724px;
  width: 100%;
}

:is(#page_883, #page_1334) #slideshow_container .homepage_2019_slideshow .gallery_slideshow .gallery_slide {
  height: 37.7vw;
  max-height: 724px;
  width: 100%;
}

:is(#page_883, #page_1334) #slideshow_container .homepage_2019_slideshow .gallery_slideshow .gallery_slide img {
  height: 37.7vw;
  max-height: 724px;
  opacity: .4;
  width: 100%;
}

#responsive_main_menu {
  height: 100%;
  left: 280px;
  position: absolute;
  top: 0;
  width: 70%;
  z-index: 999;
}

#responsive_main_menu .menu {
  display: inline-block;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 0.73vw;
  font-weight: bold;
  margin: 0;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: top;
  width: 11%;
}

#responsive_main_menu .has_open_child_menu {
  background: #af122c;
  /* TODO: Update this */
  padding: 5% 0;
}

#responsive_main_menu .has_open_child_menu a {
  color: #fff;
}

#responsive_main_menu .menu a {
  display: table-cell !important;
  font-family: OpenSans-Bold, sans-serif;
  font-weight: 100;
  padding: 0 .67vw;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 11.1vw;
}

#responsive_sub_menus .menu a {
  color: #fff;
  display: block;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 20px;
  font-size: 1vw;
  text-decoration: none;
  padding: 23px 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.schedule {
  display: none;
  line-height: 1.7;
  text-align: left;
}

.schedule-active {
  display: inline-block;
}

#schedule_container {
  color: #494c49;
  padding: 2.75% 4%;
  text-align: center;
  transition: height 0.2s;
}

#schedule_container p {
  font-family: OpenSans-Regular, sans-serif;
  font-size: .9vw;
  margin: 0;
}

#schedule_container_mobile {
  display: none;
}

.summary_block {
  color: #fff;
  cursor: pointer;
  font-family: OpenSans-Regular, sans-serif;
  padding: 50% 20%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.summary_block h2 {
  font-size: 1.5vw;
  margin: 2% 0;
}

.summary_block p {
  font-size: .96vw;
  line-height: 1.35;
  margin: 2% 0;
}

.summary_block a {
  color: #c41e3a;
  text-decoration: none;
  font-weight: 600;
}

.summary_block a:hover {
  color: #af122c;
  text-decoration: none;
}

#theme_container {
  background: #000;
  color: #fff;
  height: 16.875vw;
  max-height: 324px;
  position: relative;
  text-align: center;
}

#theme_container > p:first-child {
  margin: 0;
}

#theme_container > p:first-child > img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 16.875vw;
  max-height: 324px;
  width: 100%;
  z-index: 0;
  padding-right: 0;
}

#theme_date_location {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#theme_date_location h1 {
  color: #fff;
  font-family: Freshman, sans-serif;
  font-size: 4vw;
  padding: 0;
}

#theme_date_location h3 {
  font-family: Freshman, sans-serif;
  margin: 0;
  font-size: 1.5vw;
  font-weight: 100;
}

#video_2019 {
  background: #000;
  border-radius: 8px;
  display: inline-block;
  height: 26vw;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  width: 39%;
  margin-left: 7%;
}

#video_2019 #video_show {
  height: 100%;
  width: 100%;
}

#video_2019 #video_prompt > p:first-child > img:first-child {
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
}

#video_play_2019 {
  color: #fff;
  cursor: pointer;
  padding: 50% 12%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 76%;
}

#video_play_2019 .inline_block {
  display: inline-block;
  text-align: right;
  margin: 0 3%;
}

#video_play_2019 .inline_block h2 {
  font-family: OpenSans-ExtraBoldItalic, sans-serif;
  font-size: 3vw;
  margin: 0;
  text-transform: uppercase;
}

#video_play_2019 .inline_block p {
  font-family: OpenSans-Regular, sans-serif;
  font-size: .95vw;
  margin: 0;
}

#video_play_2019 .inline_block img {
  width: 4.5vw;
  height: auto;
}

#page_1294 #content {
  padding: 25px;
}

#page_1294 #content #user_registration_form {
  display: flex;
  flex-direction: column;
}

#page_1294 #content #user_registration_form .form_label {
  width: 400px;
}

#page_1294 #content #user_registration_form .checkbox_field {
  padding: 10px 0 0;
}

#page_1294 #recaptcha {
  margin: 10px 0;
}

#page_280 #content button.upload_button {
  height: 26px;
  font-size: 16px;
  margin: 0 15px 0 10px;
  display: none;
}

#page_280 #content button.upload_button.display {
  display: inline-block;
}

#page_280 #content .registration_upload,
#page_280 #content .registration_link {
  flex-direction: row;
  margin-top: 0;
  display: none;
}

#page_280 #content .registration_upload.display,
#page_280 #content .registration_link.display {
  display: inline-block;
}

#page_280 #content a.registration_document_upload_open {
  background: buttonface;
  color: buttontext;
  text-decoration: none;
  padding: 6px 8px 3px;
  border: 1px solid buttonborder;
  cursor: default;
}

#page_280 #content a.registration_document_upload_open:hover {
  background: #e1e1e1;
}

#page_280 #content .form_question.hide {
  display: none;
}

#page_1199 #content a {
  display: block;
  margin-top: 35px;
}

#page_1199 #content h1 {
  padding: 0;
}

#page_1199 #content p {
  font-size: 16px;
}

#page_1199 .subheader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 25px;
}

#page_1199 .subheader h3 {
  margin: 0;
}

#page_1199 #content .subheader button.submit {
  width: 25%;
}

#page_1199 #content {
  padding-bottom: 1vw;
}

#page_1199 #content .admin-notification {
  border: 2px solid #c18102;
  font-weight: 600;
  padding: 10px;
}

#page_1199 #content .admin-notification h3 {
  margin: 0 0 .5vw;
}

#page_1199 #content .admin-notification p {
  margin: 0;
}

#page_1199 #content .exhibitor-specific-links {
  padding-bottom: 1vw;
}

#page_1199 #content .exhibitor-specific-links p {
  margin: 0;
}

#page_1199 #content .exhibitor-specific-links a {
  margin-top: 5px;
  color: blue;
  font-size: 20px;
}

#page_1199 #content .exhibitor-specific-links a:hover {
  color: purple;
}

#page_1199 #content .exhibitor-specific-links a:visited {
  color: red;
}

#page_1199 #content button {
  cursor: pointer;
}

#page_1199 #content button.submit {
  background: #c10230;
  color: #fff;
  width: 100%;
  height: 55px;
  border: none;
}

#page_1199 #content button.mouse-down {
  background: #000;
}

#page_1199 #content .task {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  border: 4px solid #000;
}

#page_1199 #content .task .task-header {
  padding: 10px;
  border-bottom: 4px solid #000;
}

#page_1199 #content .task .task-header.required {
  background: #c10230;
  color: #fff;
}

#page_1199 #content .task .task-header.required.is-admin {
  background: #c18102;
}

#page_1199 #content .task .task-header.required .subtext {
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
}

#page_1199 #content .task .task-body {
  padding: 10px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

#page_1199 #content .task .task-body .task-details {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

#page_1199 #content .task .task-body .task-details .due-date {
  font-style: italic;
  font-weight: 600;
}

#page_1199 #content .task .task-body .task-details a {
  margin-top: 0;
  color: blue;
  font-style: italic;
}

#page_1199 #content .task .task-body .task-details a:visited {
  color: purple;
}

#page_1199 #content .task .task-body .task-details a:hover {
  color: red;
}

#page_1199 #content .task .task-body .task-fields {
  display: flex;
  flex-direction: column;
}

#page_1199 #content .task .task-body .task-fields button.upload-button {
  height: 26px;
  font-size: 16px;
  margin: 0 15px 0 10px;
  display: none;
}

#page_1199 #content .task .task-body .task-fields button.upload-button.display {
  display: inline-block;
}

#page_1199 #content .task .task-body .task-fields div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

#page_1199 #content .task .task-body .task-fields div span.certificate-date-invalid {
  color: #c10230;
  display: none;
}

#page_1199 #content .task .task-body .task-fields div span.certificate-date-invalid.display {
  display: block;
  padding: 0 10px;
}

#page_1199 #content .task .task-body .task-fields div:first-child {
  margin-top: 0;
}

#page_1199 #content .task .task-body .task-fields div .upload-component {
  display: none;
}

#page_1199 #content .task .task-body .task-fields div .upload-component.display {
  display: flex;
  flex-direction: row;
  margin-top: 0;
}

#page_1199 #content .task .task-body .task-fields label {
  display: block;
}

#page_1199 #content .task .task-body .task-fields input.checkbox-input {
  height: 20px;
  width: 20px;
}

#page_1199 #content .task .task-body .task-fields select,
#page_1199 #content .task .task-body .task-fields input {
  font-size: 16px;
}

#page_1199 #content .task .task-body .task-fields div.wde-status-tracker select {
  min-width: 200px;
}

@media (min-width: 1921px), (min-device-width: 1921px) {

  .arrow_down {
    border: 20px solid transparent;
    border-top-color: #d3d3d3;
  }

  #day_bubble_container {
    padding: 38px 0 57.6px;
  }

  .day_bubble {
    width: 76.8px;
    height: 76.8px;
  }

  .day_bubble span {
    font-size: 38px;
  }

  .day_bubble_selected {
    width: 76.8px;
    height: 76.8px;
  }

  .day_bubble_selected span {
    font-size: 38px;
  }

  h1 {
    font-size: 44px;
  }

  #location_container #left_block h2 {
    font-size: 48px;
  }

  #location_container #left_block h4 {
    font-size: 24px;
  }

  #location_container > img:first-child {
    top: -269px;
  }

  #location_container #right_block a {
    font-size: 24px;
  }

  .news-slides {
    height: 269px;
    margin: 19px 38px;
    position: relative;
    width: 854px;
  }

  .news-slide {
    height: 192px;
    padding: 19px 29px 19px 413px;
    width: 413px;
  }

  .news-slide img {
    width: 384px;
    height: 230px;
  }

  .news-slide h4 {
    font-size: 23px;
  }

  .news-slide p {
    font-size: 19px;
  }

  .news-slide-indicators {
    height: 14px;
  }

  .news-slide-indicator {
    margin: 0 5px;
    height: 14px;
    width: 14px;
  }

  #podcast-container {
    height: 269px;
    margin: 19px 38px;
    width: 768px;
  }

  #news {
    padding: 40px 70px;
    width: calc(100% - 140px);
  }

  .news_container {
    margin: 0 13px;
    padding: 262.4px 26px 17.4px;
  }

  .news_container h4 {
    font-size: 22px;
  }

  .news_container p {
    font-size: 19px;
  }

  #responsive_sub_menus .menu {
    height: 81px;
  }

  #schedule_container p {
    font-size: 17px;
  }

  .summary_block h2 {
    font-size: 30px;
  }

  .summary_block p {
    font-size: 18px;
    line-height: unset;
  }

  #theme_date_location h1 {
    font-size: 78px;
  }

  #theme_date_location h3 {
    font-size: 29px;
  }

  #video_play_2019 .inline_block h2 {
    font-size: 58px;
  }

  #video_play_2019 .inline_block p {
    font-size: 18px;
  }

  #video_play_2019 .inline_block img {
    width: 100%;
  }
}

@media (max-width: 1400px), (max-device-width: 1400px) {

  .arrow_down {
    bottom: -22px;
    border: 14px solid transparent;
    border-top-color: #d3d3d3;
  }

  .day_bubble {
    height: 56px;
    width: 56px;
  }

  .day_bubble span {
    font-size: 28px;
  }

  #day_bubble_container {
    padding: 28px 0 42px;
  }

  .day_bubble_selected {
    height: 56px;
    width: 56px;
  }

  .day_bubble_selected span {
    font-size: 28px;
  }

  h1 {
    font-size: 32px;
  }

  #location_container #left_block h2 {
    font-size: 35px;
  }

  #location_container #left_block h4 {
    font-size: 18px;
  }

  #location_container #right_block a {
    font-size: 18px;
  }

  .news_container h4 {
    font-size: 16.8px;
  }

  .news_container p {
    font-size: 14px;
  }

  #schedule_container p {
    font-size: 12.5px;
  }

  .summary_block h2 {
    font-size: 21px;
    margin: 5.516px;
  }

  .summary_block p {
    font-size: 13.5px;
  }

  #theme_date_location h1 {
    font-size: 56px;
  }

  #theme_date_location h3 {
    font-size: 21px;
  }

  #video_play_2019 .inline_block h2 {
    font-size: 42px;
  }

  #video_play_2019 .inline_block img {
    width: 63px;
  }

  #video_play_2019 .inline_block p {
    font-size: 13.3px;
  }
}

@media (max-width: 1360px), (max-device-width: 1360px) {

  #news {
    max-height: none;
  }

  .news_container {
    padding: 185px 18.5px 12.3px;
    margin: 0 9.25px;
    width: 265px;
    height: 156px;
  }

  .news_container img {
    height: 184.7px;
  }

  #video_2019 {
    height: 460px;
    width: 628px;
    margin: 2% 0 0;
  }

  #video_play_2019 .inline_block h2 {
    font-size: 51.6px;
  }

  #video_play_2019 .inline_block img {
    width: 77.3px;
  }

  #video_play_2019 .inline_block p {
    font-size: 16.3px;
  }
}

@media (max-width: 1200px), (max-device-width: 1200px) {
  #location_container #left_block h2 {
    font-size: 2.92vw;
  }

  #location_container #left_block h4 {
    font-size: 1.5vw;
  }

  #location_container #right_block a {
    font-size: 1.5vw;
  }

  #responsive_main_menu .menu a {
    padding: 0;
  }

  #responsive_sub_menus .menu {
    height: 33px;
  }

  #responsive_sub_menus .menu a {
    font-size: 14px;
  }

  /*#search_on_top {
    display: none;
  }*/
  .summary_block h2 {
    font-size: 1.75vw;
  }

  .summary_block p {
    font-size: 1.13vw;
  }

  #theme_date_location h1 {
    font-size: 4.7vw;
  }

  #theme_date_location h3 {
    font-size: 1.75vw;
  }
}

@media (max-width: 1000px), (max-device-width: 1000px) {
  #responsive_sub_menus .menu a {
    font-size: 1.4vw;
    padding: 23px 10px;
  }
}

@media (max-width: 800px), (max-device-width: 800px) {
  #burgundy_bars {
    width: 100% !important;
    border-left: none;
    border-right: none;
  }

  #footer_copyright {
    display: none;
  }

  #footer_tagline_logo {
    max-height: none;
    max-width: none;
    height: 13vw;
    width: 13vw;
  }

  .footer_tagline_word {
    font-size: 2.5vw;
  }

  h1 {
    font-size: 9vw;
  }

  #location_container {
    max-height: none;
  }

  #location_container > img:first-child {
    left: initial;
    top: 0;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    opacity: .9;
  }

  #location_container #left_block {
    width: 100%;
    text-align: center;
    margin: 2% 0;
  }

  #location_container #left_block h2 {
    font-size: 6vw;
  }

  #location_container #left_block h4 {
    font-size: 5vw;
  }

  #location_container #right_block {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  #location_container #right_block a {
    display: block;
    font-size: 7vw;
    margin: 5%;
  }

  #news-and-podcast {
    flex-direction: column;
  }

  .news-slides {
    height: 28vw;
    margin: 2vw 4vw;
    position: relative;
    width: 89vw;
  }

  .news-slide {
    height: 20vw;
    padding: 2vw 3vw 2vw 43vw;
    width: 43vw;
  }

  .news-slide img {
    width: 40vw;
    height: 24vw;
  }

  .news-slide h4 {
    font-size: 2.4vw;
  }

  .news-slide p {
    font-size: 2vw;
  }

  .news-slide-indicators {
    height: 1.5vw;
    width: 100%;
  }

  .news-slide-indicator {
    margin: 0 0.5vw;
    height: 1.5vw;
    width: 1.5vw;
  }

  #podcast-container {
    height: 28vw;
    margin: 2vw 4vw;
    width: 89vw;
  }

  .news_container {
    padding: 0 3% 0 53%;
    margin: 1% 0;
    height: 30vw;
    width: 41vw;
    max-height: none;
  }

  .news_container h4 {
    font-size: 4vw;
    margin: 2% 0 0 1%;
  }

  .news_container img {
    width: 51%;
    height: 100%;
  }

  .news_container p {
    font-size: 2.5vw;
    margin: 2% 0 2% 1%;
  }

  :is(#page_883, #page_1334) #slideshow_container {
    height: 197.6vw;
    max-height: none;
    background: darkred;
  }

  :is(#page_883, #page_1334) #slideshow_container .homepage_2019_slideshow {
    height: 65.4vw;
    max-height: none;
    overflow: hidden;
    width: 100%;
    background: black;
  }

  :is(#page_883, #page_1334) #slideshow_container .homepage_2019_slideshow .gallery_container {
    max-height: none;
    overflow: hidden;
    height: 100%;
  }

  :is(#page_883, #page_1334) #slideshow_container .homepage_2019_slideshow .gallery_slideshow {
    max-height: none;
    height: 100%;
  }

  :is(#page_883, #page_1334) #slideshow_container .homepage_2019_slideshow .gallery_slideshow .gallery_slide {
    max-height: none;
    height: 100%;
  }

  :is(#page_883, #page_1334) #slideshow_container .homepage_2019_slideshow .gallery_slideshow .gallery_slide img {
    height: auto;
    max-height: none;
  }

  #responsive_footer_menu {
    display: none;
  }

  #schedule_container {
    display: none;
  }

  #schedule_container_mobile {
    display: block;
    padding: 5.5% 0;
    text-align: center;
  }

  #schedule_container_mobile p {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 2vw;
    margin-top: 0;
  }

  #schedule_container_mobile .schedule_header_mobile {
    font-family: OpenSans-ExtraBoldItalic, sans-serif;
    color: #c41e3a;
    text-transform: uppercase;
    font-size: 9vw;
    transition: color .5s;
  }

  #schedule_container_mobile .schedule_container_mobile_solo {
    border-top: 1px solid #c41e3a;
    border-bottom: 1px solid #c41e3a;
    overflow: hidden;
    padding: 0 5vw;
    height: 12vw;
    transition: height .5s ease-in-out;
  }

  #schedule_container_mobile .schedule_header_mobile.schedule_open {
    color: #000;
  }

  #schedule_container_mobile td {
    border-bottom: 2px solid black;
    padding: 10px 0;
  }

  #schedule_container_mobile td a.ui-widget {
  }

  #schedule_container_mobile td a.ui-widget span {
    font-weight: bold;
  }

  .summary_block {
    padding: 16% 20%;
  }

  .summary_block h2 {
    font-size: 4.5vw;
  }

  .summary_block p {
    font-size: 3vw;
  }

  #theme_container {
    max-height: none;
  }

  #theme_container > p:first-child > img:first-child {
    left: initial;
    width: 100%;
    transform: translateX(-50%);
  }

  #theme_date_location h1 {
    font-size: 9vw;
  }

  #theme_date_location h3 {
    font-size: 4vw;
  }

  #video_2019 {
    width: 92.5vw;
    height: 67.7vw;
    max-height: none;
  }

  #video_play_2019 .inline_block h2 {
    font-size: 8vw;
  }

  #video_play_2019 .inline_block img {
    width: 12vw;
  }

  #video_play_2019 .inline_block p {
    font-size: 2.5vw;
  }

  #page_1199 #content .exhibitor-specific-links {
    padding-bottom: 5vw;
  }

  #page_1199 #content h1 {
    font-size: 8vw;
  }

  #page_1199 #content .subheader {
    flex-direction: column;
    align-items: baseline;
    font-size: 5vw;
  }

  #page_1199 #content .subheader button.submit {
    width: unset;
  }

  #page_1199 #content {
    padding-bottom: 1vw;
  }

  #page_1199 #content button.submit {
    height: unset;
    font-size: 5vw;
    padding: 2vw 4vw;
    margin-top: 1vw;
  }

  #page_1199 #content .task {
    margin-bottom: 3vw;
    border: 1vw solid #000;
  }

  #page_1199 #content .task .task-header {
    padding: 2vw;
    border-bottom: 1vw solid #000;
    font-size: 5vw;
  }

  #page_1199 #content .task .task-header.required .subtext {
    font-size: 4vw;
  }

  #page_1199 #content .task .task-body {
    padding: 2vw;
    font-size: 5vw;
  }

  #page_1199 #content .task .task-body .task-details {
    margin-bottom: 3vw;
  }

  #page_1199 #content .task .task-body .task-fields button.upload-button {
    height: unset;
    font-size: 5vw;
    width: 100%;
    margin: 3vw 0 0;
  }

  #page_1199 #content .task .task-body .task-fields div .upload-component.display {
    flex-wrap: wrap;
  }

  #page_1199 #content .task .task-body .task-fields div {
    margin-top: 3vw;
  }

  #page_1199 #content .task .task-body .task-fields input.checkbox-input {
    height: 5vw;
    width: 5vw;
  }

  #page_1199 #content .task .task-body .task-fields select,
  #page_1199 #content .task .task-body .task-fields input {
    font-size: 5vw;
  }

  #page_1199 #content .task .task-body .task-fields div.wde-status-tracker select {
    min-width: 44vw;
  }
}

/* Pre 2019 Styles ==================================================================================================*/
body {
  background-color: #000;
  color: #000;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin: 0;
  padding: 0;
}

/* SEE ID IN 2019 UPDATES */
/*input, textarea, button, select {*/
/*font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;*/
/*font-size: 22px;*/
/*}*/

img {
  border: 0px;
}

.small_image {
  height: auto;
  max-width: 33%;
}

.full_image {
  height: auto;
  max-width: 100%;
}

@media (max-width: 870px), (max-device-width: 870px) {
  /* This locks the hamburger menu viewport, the main content in the template, to at least 870px wide */
  #hamburger_menu_viewport {
    width: auto;
    overflow-x: hidden;
  }
}

#content {
  background: #fff;
  max-width: 1100px;
  margin: calc(40px + 95px + 50px) auto 0;
  padding: 0 1vw;
  position: relative;
}

/* Home Page During Show */
#page_881 #content {
  max-width: 1675px;
  padding: 0;
}

#page_942 #content {
  max-width: 1675px;
  padding: 0;
}

#page_942 #hamburger_menu_content {
  background-color: #fff;
}

#page_942 #during_show_homepage_content #top_news {
  width: auto;
}

#page_942 #podcast-container {
  height: 20.75vw;
  width: 35%;
  margin: 0;
}

#page_942 #video_2019 {
  height: 20.75vw;
  width: 35%;
  margin: 0;
}

#page_942 #video_2019 #video_play_2019 .inline_block h2 {
  font-size: 2.5vw;
}

#page_942 #video_2019 #video_play_2019 .inline_block img {
  width: 3vw;
}

/* Home Page*/
#page_804 #content {
  max-width: 1675px;
  padding: 0;
}

#content_header {
  background-color: #fff;
  margin: calc(40px + 95px + 50px) auto 0;
}

#content_header p {
  margin: 0;
  padding: 0;
}

#content.content_with_header,
#content.content_with_header_and_banner_add {
  padding-top: 1px;
  margin: 0 auto;
}

.content_with_header > h1:first-child {
  color: #fff;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-shadow: #000 0 0 5px;
  top: -125px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.content_with_header_and_banner_add > h1:first-child {
  color: #fff;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-shadow: #000 0 0 5px;
  top: -225px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 620px), (max-device-width: 620px) {
  .content_with_header > h1 {
    top: -20.16vw;
  }

  #content_header .content_header {
    background-size: cover;
    height: 40.32vw !important; /* override height specified in the wysiwyg */
  }
}

td p {
  margin: 0;
}

a {
  color: #000;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

a:hover {
  color: #af122c;
  text-decoration: underline;
}

.dialog {
  display: none;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  width: 0;
}

#responsive_sub_menus .menu_group {
  background-color: #c41e3a;
  border: 2px solid #3e3e3e;
  display: none;
  padding: 0;
  position: fixed;
  width: 320px;
  width: 16vw;
  z-index: 999;
}

#responsive_sub_menus .menu_group_depth_1 {
  border: none;
  box-sizing: border-box;
  padding: 0 5vw;
  top: calc(40px + 95px + 50px);
  width: 100%;
}

#responsive_sub_menus .menu {
  display: inline-block;
  margin: 0;
  /*padding: 23px 0;*/
  text-align: center;
  vertical-align: middle;
  /*width: 100%;*/
  width: 20%;
  /*height: 81px;*/
  height: 3.8vw;
  overflow: hidden;
}

#responsive_sub_menus .menu:hover {
  background: #af122c;
}

#banner_ad_surround {
  background-color: #fff;
  width: 100%;
}

#banner_ad {
  background-color: #f0f0f0;
  margin: 0 auto;
  max-width: 870px;
  max-height: 100px;
  overflow: hidden;
  padding: 0;
}

#banner_ad p {
  margin: 0;
  padding: 0;
}

#footer {
  background: #494c49;
  padding: 0;
  text-align: center;
}

#main_footer {
  display: inline-block;
  padding: 80px 0;
  position: relative;
  vertical-align: top;
}

#footer_banner {
  display: inline-block;
  position: relative;
  top: -62px;
  vertical-align: top;
}

@media (max-width: 1400px), (max-device-width: 1400px) {
  #footer_banner {
    display: none;
  }
}

#footer_tagline {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-size: calc(4px + 0.7vw);
  margin: 0 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.footer_tagline_word {
  display: inline-block;
  padding: 0 20px;
  padding: 0 1vw;
}

/* SEE ID IN 2019 UPDATES */
/*#footer_tagline_logo {*/
/*display: inline-block;*/
/*max-height: 60px;*/
/*max-width: 60px;*/
/*height: calc(11px + 3vw);*/
/*width: calc(12px + 3vw);*/
/*vertical-align: middle;*/
/*}*/

#responsive_footer_menu {
  margin: 30px 0 5px 0;
  text-align: center;
}

#responsive_footer_menu .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#responsive_footer_menu .menu a {
  color: #fff;
  border-left: 2px solid #fff;
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 15px;
  text-decoration: none;
}

#responsive_footer_menu .menu a:hover {
  color: #af122c;
}

#responsive_footer_menu .menu:first-child a {
  border-left: none;
}

#footer_copyright {
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  margin: 5px 0 30px 0;
  text-align: center;
}

#footer_copyright a {
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
}

#stay_upto_date {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin: 8px 0;
  text-align: center;
  text-transform: uppercase;
}

#footer_social_media_div {
  display: flex;
  justify-content: center;
}

.footer_social_media_link,
.footer_social_media_link img {
  border-radius: 50%;
  display: block;
  height: 55px;
  margin: 2px;
  width: 55px;
}

@media (min-width: 2000px) {
  /* fix very large menu item height issues */
  #responsive_main_menu .menu {
    font-size: 18px;
  }

  #responsive_sub_menus .menu a {
    font-size: 20px;
  }
}

@media (max-width: 1200px) and (min-width: 801px), (max-device-width: 1200px) and (min-device-width: 801px) {

  #responsive_main_menu {
    left: 0;
    width: 100%;
  }

  #responsive_main_menu .menu {
    font-size: 16px;
    font-size: 1.2vw;
  }

  #responsive_footer_menu .menu a {
    font-size: calc(3px + 1vw);
    padding: 0 calc(3px + 1vw);
  }

  #footer_copyright, #footer_copyright a {
    font-size: 1vw;
  }
}

@media (max-width: 800px), (max-device-width: 800px) {
  #hamburger_menu_button {
    cursor: pointer;
    height: 9.4vw;
    left: 0;
    position: absolute;
    width: 14vw;
    top: 0;
  }

  #responsive_footer_menu .menu a {
    font-size: 11px;
    font-size: calc(3px + 1vw);
    padding: 0 11px;
    padding: 0 calc(3px + 1vw);
  }

  #footer_copyright, #footer_copyright a {
    font-size: 8px;
    font-size: 1vw;
  }
}

@media (max-width: 500px), (max-device-width: 500px) {
  body {
    background-color: #141414;
  }

  #main_footer {
    margin-left: 0px;
  }

  #footer_tagline {
    font-size: 2.5vw;
  }

  /* SEE ID IN 2019 UPDATES */
  /*#footer_tagline_logo {*/
  /*height: 5.6vw;*/
  /*width: 5.9vw;*/
  /*}*/
  #responsive_footer_menu, #footer_copyright {
    display: none;
  }

  #stay_upto_date {
    font-size: 4vw;
  }

  .footer_social_media_link,
  .footer_social_media_link img {
    height: 11vw;
    width: 11vw;
  }
}

#content > div#homepage_logo_2016 {
  margin: 0;
  padding: 0;
}

#homepage_logo_2016 img {
  max-width: 1675px;
  width: 100%;
}

#homepage_logo_star_2018 {
  margin-top: -45px;
  margin-top: -4%;
  position: absolute;
  text-align: center;
  width: 100%;
}

#homepage_logo_star_2018 img {
  max-width: 100px;
  max-height: 100px;
  min-width: 50px;
  min-height: 50px;
  width: 8%;
  height: 8%;
}

#homepage_logo3_2018 img {
  height: 19vw;
  max-height: 340px;
  min-height: 150px;
  max-width: 1675px;
  width: 100%;
}

#page_637 #homepage_logo_2016 img {
  max-height: 431.55px;
}

/* Normal homepage CSS */
#content > div#homepage_content {
  font-size: 0; /* This shrinks spaces between inline-block elements to nothing */
  margin: 0;
}

.homepage_content_pair {
  margin: 0 0 10px 0;
}

.homepage_content_box {
  box-sizing: border-box;
  display: inline-block;
  height: 400px;
  position: relative;
  vertical-align: top;
}

#homepage_content #top_news {
  width: 100%;
  font-size: 0;
  height: auto;
  margin: 0 2% 10px;
}

#homepage_content #top_news #news_top,
#homepage_content #top_news #news_bottom {
  height: 199px;
  position: relative;
  display: inline-block;
  width: 48%;
}

#homepage_content #top_news .news_image img {
  height: 199px;
  width: 291px;
  border: 7px solid #e98641;
}

#homepage_content #top_news .news_text {
  font-family: Gipsiero, Arial, Helvetica, Sans-Serif;
  box-sizing: border-box;
  display: table;
  font-size: 18px;
  left: 292px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 330px;
  width: calc(100% - 292px);
}

#homepage_content #top_news .news_text_center {
  display: table-cell;
  height: 199px;
  overflow: hidden;
  vertical-align: middle;
  color: #e98641;
  font-size: 23px;
}

#homepage_content #top_news .news_read_more {
  background-color: #e98641;
  color: #fff;
  border: 2px solid #e98641;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  height: 49px;
  margin: 1em auto 0 auto;
  padding: 12px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 140px;
  -webkit-transition: color .5s, background-color .5s;
  -moz-transition: color .5s, background-color .5s;
  -ms-transition: color .5s, background-color .5s;
  -o-transition: color .5s, background-color .5s;
  transition: color .5s, background-color .5s;
}

#homepage_content #top_news .news_read_more:hover {
  background-color: #fff;
  color: #af122c;
}

#homepage_content #news_read_more {
  width: 100%;
  height: 50px;
  background: #f9dbb3 url(/templates/Main_2019/images/news_read_more_star.png) center center repeat-x;
  text-align: center;
}

#homepage_content #news_read_more a {
  display: inline-block;
  font-size: 20px;
  background-color: inherit;
  padding: 13px;
}

#homepage_content #video,
#homepage_content #video_overlay {
  text-align: center;
  width: 1060px;
  width: 64%;
}

#homepage_content #video_overlay {
  background: url("/templates/Main_2019/images/video_overlay.jpg") center center no-repeat;
  background-size: cover;
  max-height: 450px;
  cursor: pointer;
}

#homepage_content #video_overlay .play_button {
  position: absolute;
  width: 70px;
  height: 70px;
  left: calc(50% - 25px);
  top: calc(50% - 40px);
  fill: #98382a;
  -webkit-transition: width .5s, height .5s, left .5s, top .5s, fill .5s;
  -moz-transition: width .5s, height .5s, left .5s, top .5s, fill .5s;
  -ms-transition: width .5s, height .5s, left .5s, top .5s, fill .5s;
  -o-transition: width .5s, height .5s, left .5s, top .5s, fill .5s;
  transition: width .5s, height .5s, left .5s, top .5s, fill .5s;
}

#homepage_content #video_overlay:hover .play_button {
  width: 90px;
  height: 90px;
  left: calc(50% - 36px);
  top: calc(50% - 50px);
  fill: #af122c;
}

#homepage_content #video .video_description_box {
  font-size: 22px;
  height: 26px;
  margin: 2px 0;
  text-align: center;
}

@media (max-width: 1600px), (max-device-width: 1600px) {
  /* adjust width of news and book boxes */
  #homepage_content #top_news {
    width: 100%;
  }

  #homepage_content #video,
  #homepage_content #video_overlay {
    height: 56.26vw;
    width: 100%;
  }

  #homepage_content #video iframe {
    /*height: 56.26vw; making it smaller for the description box below*/
    height: 52.04vw;
    width: 100%;
  }

  #homepage_content #video .video_description_box {
    font-size: 3.09vw;
    height: 3.66vw;
    margin: 0.28vw 0;
  }
}

@media (max-width: 1300px), (max-device-width: 1300px) {
  /* stack the news and book boxes rather than side by side */
  #homepage_content #top_news {
    width: 100%;
  }

  #homepage_content #top_news .news_text {
    font-size: 26px;
  }
}

@media (max-width: 1100px), (max-device-width: 1100px) {
  /* stack the news and book boxes rather than side by side */
  #homepage_content #top_news #news_top,
  #homepage_content #top_news #news_bottom {
    width: 96%;
    margin: 20px 0;
  }
}

#help_footer,
#homepage_content #help {
  background: #fff url("/templates/Main_2019/images/help_background.jpg") center center no-repeat;
  background-size: cover;
  color: #8e271c;
  width: 100%;
  height: auto;
  min-height: 400px;
  font-size: 0;
}

#help_footer #help_left,
#help_footer #help_right,
#homepage_content #help #help_left,
#homepage_content #help #help_right {
  font-size: initial;
  box-sizing: border-box;
  display: inline-block;
  height: 225px;
  margin: 90px 0 0 0;
  width: 530px;
  width: 50%;
  vertical-align: top;
}

#help_footer #help_right,
#homepage_content #help #help_right {
  border-left: 2px solid #ea8641;
}

#help_footer #need_help_header,
#homepage_content #help #need_help_header {
  font-family: Gipsiero, Arial, Helvetica, Sans-Serif;
  font-size: 76px;
  margin: 15px 0 0 0;
  text-align: center;
}

#help_footer #need_help_subheading,
#homepage_content #help #need_help_subheading {
  font-size: 18px;
  text-align: center;
}

#homepage_content #search_site {
  text-align: center;
}

#help_footer #help_search_box,
#homepage_content #help #help_search_box {
  border: 1px solid #8e271c;
  background-color: rgba(142, 39, 28, 0.2);
  border-radius: 30px;
  box-sizing: border-box;
  display: block;
  font-size: 36px;
  height: 45px;
  margin: 20px auto 0 auto;
  padding: 0 15px;
  width: 345px;
  outline: 0;
}

#homepage_content #help #help_search_box {
  display: inline-block;
}

/* SEE ID IN 2019 UPDATES */
/*#search_site_button {*/
/*width: 45px;*/
/*height: 45px;*/
/*background: url(/templates/Main_2019/images/search.svg) center center no-repeat;*/
/*background-size: 100%;*/
/*display: inline-block;*/
/*margin: 20px auto 0 auto;*/
/*vertical-align: top;*/
/*cursor: pointer;*/
/*}*/

#help_footer #help_search_box:placeholder-shown,
#homepage_content #help #help_search_box:placeholder-shown {
  text-align: center;
  color: #8e271c;
}

#help_footer #help_search_box::-webkit-input-placeholder,
#homepage_content #help #help_search_box::-webkit-input-placeholder {
  text-align: center;
  color: #8e271c;
}

#help_footer #help_search_box::-moz-placeholder,
#homepage_content #help #help_search_box::-moz-placeholder {
  text-align: center;
  color: #8e271c;
}

#help_footer #help_search_box:-ms-input-placeholder,
#homepage_content #help #help_search_box:-ms-input-placeholder {
  text-align: center;
  color: #8e271c;
}

#help_footer #help_top_links_header,
#homepage_content #help #help_top_links_header {
  font-family: Gipsiero, Arial, Helvetica, Sans-Serif;
  font-size: 40px;
  margin: 25px 0 5px 0;
  text-align: center;
}

#help_footer #help_top_links,
#homepage_content #help #help_top_links {
  max-width: 475px;
  margin: 0 auto 20px auto;
  text-align: center;
}

#help_footer #help_top_links a,
#homepage_content #help #help_top_links a {
  color: #8e271c;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin: 5px 10px;
}

#help_footer #help_top_links a:hover,
#homepage_content #help #help_top_links a:hover {
  color: #af122c;
}

#homepage_content #contact_us {
  background: url(/templates/Main_2019/images/contact_background.png) center center no-repeat;
  color: #fff;
  background-size: contain;
  text-align: center;
  margin: 0 0 0 10px;
  width: 600px;
  width: calc(36% - 10px);
}

#homepage_content #contact_us a:hover {
  color: #000;
}

#homepage_content #contact_us:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(227, 132, 66, 0.8);
}

#homepage_content #contact_us #contact_us_top {
  font-family: Gipsiero, Arial, Helvetica, Sans-Serif;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 50px;
  text-align: center;
  margin: 40px 0 0;
}

#homepage_content #contact_us #contact_us_left,
#homepage_content #contact_us #contact_us_right {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 18px;
  height: 115px;
  line-height: 1.6em;
  margin: 25px 0;
  padding: 20px 0 0 55px;
  padding-left: calc(25% - 100px);
  width: 50%;
  text-align: left;
}

#homepage_content #contact_us #contact_us_right {
  padding-left: 30px;
  padding-left: calc(25% - 125px);
  border-left: 2px solid #fff;
}

#homepage_content #contact_us #contact_us_bottom {
  background-color: #fff;
  box-sizing: border-box;
  font-size: 24px;
  padding: 18px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 10px auto;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

#homepage_content #contact_us #contact_us_bottom a {
  color: #e38442;
  text-decoration: none;
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

#homepage_content #contact_us #contact_us_bottom:hover {
  background-color: #98382a;
}

#homepage_content #contact_us #contact_us_bottom:hover a {
  color: #fff;
}

@media (max-width: 1600px), (max-device-width: 1600px) {
  /* stack the help and contact us boxes rather than side by side */
  #homepage_content #contact_us {
    margin: 10px 0 0;
    width: 100%;
  }
}

@media (max-width: 850px), (max-device-width: 850px) {
  /* Stack the help box contents rather than side by side */
  #help_footer #help_left,
  #homepage_content #help #help_left {
    margin: 40px 0 0 0;
    width: 100%;
  }

  #help_footer #help_right,
  #homepage_content #help #help_right {
    height: auto;
    margin: 0;
    width: 100%;
    border: none;
  }

  #help_footer #help_top_links_header,
  #homepage_content #help #help_top_links_header {
    border-top: 2px solid #cdcdcd;
    margin: 10px auto 5px auto;
    max-width: 450px;
    padding: 25px 0 0 0;
  }
}

@media (max-width: 620px), (max-device-width: 620px) {
  /* Once the screen shrinks below double column width we want to shink the content to retain two columns */
  .homepage_content_pair {
    margin: 0 0 1.61vw 0;
  }

  .homepage_content_box {
    height: 64.52vw;
  }

  #homepage_content #top_news {
    width: 100vw;
  }

  #homepage_content #top_news #news_top,
  #homepage_content #top_news #news_bottom {
    height: 32.10vw;
  }

  #homepage_content #top_news .news_image img {
    height: 32.10vw;
    width: 46.94vw;
  }

  #homepage_content #top_news .news_text {
    font-size: 2.90vw;
    left: 47.10vw;
    width: 52.90vw;
  }

  #homepage_content #top_news .news_text_center {
    height: 32.10vw;
  }

  #homepage_content #top_news .news_read_more {
    font-size: 3.23vw;
    height: 7.26vw;
    padding: 1.94vw 0 0 0;
    width: 22.58vw;
  }

  #homepage_content #video,
  #homepage_content #video_overlay {
    height: 56.26vw;
    margin: 1.61vw 0 0 0;
    width: 100vw;
  }

  #homepage_content #video iframe {
    /*height: 56.26vw; making it smaller for the description box below*/
    height: 52.04vw;
    width: 100vw;
  }

  #homepage_content #video .video_description_box {
    font-size: 3.09vw;
    height: 3.66vw;
    margin: 0.28vw 0;
    width: 100vw;
  }

  #homepage_content #help {
    height: 72.58vw;
    width: 100vw;
  }

  #homepage_content #help #help_left {
    height: 36.29vw;
    margin: 6.45vw 0 0 0;
    width: 100vw;
  }

  #homepage_content #help #help_right {
    width: 100vw;
  }

  #homepage_content #help #need_help_header {
    font-size: 12.26vw;
    margin: 2.42vw 0 0 0;
  }

  #homepage_content #help #need_help_subheading {
    font-size: 2.90vw;
  }

  #homepage_content #help #help_search_box {
    border-radius: 4.84vw;
    font-size: 5.81vw;
    height: 7.26vw;
    margin: 3.23vw auto 0 auto;
    padding: 0 2.42vw;
    width: 55.65vw;
  }

  #homepage_content #help #help_top_links_header {
    font-size: 6.45vw;
    margin: 1.61vw auto 0.81vw auto;
    max-width: 72.58vw;
    padding: 4.03vw 0 0 0;
  }

  #homepage_content #help #help_top_links {
    max-width: 76.61vw;
  }

  #homepage_content #help #help_top_links a {
    font-size: 2.58vw;
    margin: 0.81vw 1.61vw;
  }

  #homepage_content #contact_us {
    margin: .61vw 0 0 0;
    width: 100vw;
    background-position: center 30px;
  }

  #homepage_content #contact_us #contact_us_left,
  #homepage_content #contact_us #contact_us_right {
    font-size: 2.90vw;
    height: 18.55vw;
    margin: 8vw 0;
    padding: 3.23vw 0 0 8.87vw;
  }

  #homepage_content #contact_us #contact_us_right {
    padding-left: 4.84vw;
  }

  #homepage_content #contact_us #contact_us_bottom {
    font-size: 4.5vw;
  }

  #homepage_content #mission {
    background-size: contain;
    margin: 1.61vw 0 0 0;
    width: 100vw;
  }

  #homepage_content #mission #mission_text {
    font-size: 3.87vw;
    line-height: 1.5em;
    margin: 60px auto 0;
    width: 72.58vw;
  }
}

/* During Show homepage CSS */
#content > div#during_show_homepage_content {
  font-size: 0; /* This shrinks spaces between inline-block elements to nothing */
  margin: 0;
}

#during_show_homepage_content_top {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: row;
  margin: 10px;
  justify-content: space-around;
}

#during_show_homepage_content_bottom {
  display: flex;
  flex-direction: row;
  margin: 20px 10px;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #f8f8f8;
}

.during_show_homepage_content_box {
  background-color: #f8f8f8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 410px;
  position: relative;
  vertical-align: top;
  width: 310px;
}

.during_show_homepage_content_box .content_box_image {
  height: 180px;
  margin: 50px auto 0 auto;
  width: 200px;
}

.during_show_homepage_content_box .content_box_image img {
  height: 180px;
  width: 200px;
}

.during_show_homepage_content_box .content_box_text {
  font-family: Gipsiero, Arial, Helvetica, Sans-Serif;
  font-size: 40px;
  margin: 10px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}

.during_show_homepage_content_box .view_button {
  background-color: #4d2e86;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 45px;
  margin: 12px auto 0 auto;
  padding: 12px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 140px;
}

#during_show_homepage_content #search_site {
  text-align: center;
}

#during_show_homepage_content #top_news {
  border: 1px solid #bababa;
  width: 620px;
}

#during_show_homepage_content #top_news #news_top,
#during_show_homepage_content #top_news #news_bottom {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#during_show_homepage_content #top_news #news_bottom {
  background-color: #fff;
}

#during_show_homepage_content #top_news .news_image img {
  height: 199px;
  width: 291px;
}

#during_show_homepage_content #top_news .news_text {
  font-size: 18px;
  text-align: center;
  width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 125px;
}

#during_show_homepage_content #top_news .news_text b {
  display: block;
}

#during_show_homepage_content #top_news .news_read_more {
  background-color: #e38442;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  height: 45px;
  padding: 12px 0 12px 0;
  text-align: center;
  text-decoration: none;
  width: 140px;
  display: block;
}

#during_show_homepage_content #help {
  /*background: #616c76;*/
  /*background: repeating-linear-gradient(135deg, #616c76, #4d5862 2px, #616c76 3px, #616c76 7px);*/
  /*border: 1px solid #bababa;*/
  /*color: #fff;*/
  /*width: 1060px;*/

  background: #fff url("/templates/Main_2019/images/help_background.jpg") center center no-repeat;
  background-size: cover;
  color: #8e271c;
  font-size: 0;
  height: auto;
  min-height: 400px;
  width: 100%;
}

#during_show_homepage_content #help #help_left, #during_show_homepage_content #help #help_right {
  box-sizing: border-box;
  display: inline-block;
  height: 225px;
  margin: 90px 0 0 0;
  width: 530px;
  width: 50%;
  vertical-align: top;
}

#during_show_homepage_content #help #help_right {
  border-left: 2px solid #cdcdcd;
}

#during_show_homepage_content #help #need_help_header {
  font-family: Gipsiero, Arial, Helvetica, Sans-Serif;
  font-size: 76px;
  margin: 15px 0 0 0;
  text-align: center;
}

#during_show_homepage_content #help #need_help_subheading {
  font-size: 18px;
  text-align: center;
}

#during_show_homepage_content #help #help_search_box {
  border: 1px solid #8e271c;
  background-color: rgba(142, 39, 28, 0.2);
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 36px;
  height: 45px;
  margin: 20px auto 0 auto;
  padding: 0 15px;
  width: 345px;
}

#during_show_homepage_content #help #help_search_box::-webkit-input-placeholder {
  text-align: center;
  color: #8e271c;
}

#during_show_homepage_content #help #help_search_box::-moz-placeholder {
  text-align: center;
  color: #8e271c;
}

#during_show_homepage_content #help #help_search_box:-ms-input-placeholder {
  text-align: center;
  color: #8e271c;
}

#during_show_homepage_content #help #help_search_box:placeholder-shown {
  text-align: center;
  color: #8e271c;
}

#during_show_homepage_content #help #help_top_links_header {
  font-family: Gipsiero, Arial, Helvetica, Sans-Serif;
  font-size: 40px;
  margin: 25px 0 5px 0;
  text-align: center;
}

#during_show_homepage_content #help #help_top_links {
  max-width: 475px;
  margin: 0 auto 20px auto;
  text-align: center;
}

#during_show_homepage_content #help #help_top_links a {
  color: #e38442;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin: 5px 10px;
}

#during_show_homepage_content #mission {
  background: #ca6f5a;
  color: #fff;
  margin: 0 0 0 1%;
  width: 600px;
  width: 35%;
}

#during_show_homepage_content #mission #mission_text {
  font-size: 24px;
  line-height: 1.5em;
  margin: 110px auto 0 auto;
  width: 450px;
  text-align: center;
}

@media (max-width: 1300px), (max-device-width: 1300px) {
  /* stack the help and mission boxes rather than side by side */
  #during_show_homepage_content #help {
    width: 100%;
  }

  #during_show_homepage_content #mission {
    margin: 10px 0 0 0;
    width: 100%;
  }
}

@media (max-width: 850px), (max-device-width: 850px) {
  /* Stack the help box contents rather than side by side */
  #during_show_homepage_content #help {
    height: auto;
  }

  #during_show_homepage_content #help #help_left {
    margin: 40px 0 0 0;
    width: 100%;
  }

  #during_show_homepage_content #help #help_right {
    height: auto;
    margin: 0;
    width: 100%;
  }

  #during_show_homepage_content #help #help_right {
    border: none;
  }

  #during_show_homepage_content #help #help_top_links_header {
    border-top: 2px solid #cdcdcd;
    margin: 10px auto 5px auto;
    max-width: 450px;
    padding: 25px 0 0 0;
  }
}

@media (max-width: 620px), (max-device-width: 620px) {
  /* Once the screen shrinks below double column width we want to shink the content to retain two columns */
  #during_show_homepage_content_bottom {
    margin: 1.61vw 0;
  }

  .during_show_homepage_content_box {
    height: 66vw;
    width: 50vw;
  }

  .during_show_homepage_content_box .content_box_image {
    height: 29.03vw;
    margin: 8.06vw auto 0 auto;
    width: 32.26vw;
  }

  .during_show_homepage_content_box .content_box_image img {
    height: 29.03vw;
    width: 32.26vw;
  }

  .during_show_homepage_content_box .content_box_text {
    font-size: 6.45vw;
    margin: 1.61vw 0 0 0;
  }

  .during_show_homepage_content_box .view_button {
    font-size: 3.23vw;
    height: 7.25vw;
    margin: 1.94vw auto 0 auto;
    padding: 1.94vw 0 0 0;
    width: 22.58vw;
  }

  #during_show_homepage_content #top_news {
    width: 100vw;
  }

  #during_show_homepage_content #top_news #news_top,
  #during_show_homepage_content #top_news #news_bottom {
    height: 32.10vw;
  }

  #during_show_homepage_content #top_news .news_image img {
    height: 32.10vw;
    width: 46.94vw;
  }

  #during_show_homepage_content #top_news .news_text {
    font-size: 2.90vw;
    left: 47.10vw;
    top: 8.06vw;
    width: 53.23vw;
  }

  #during_show_homepage_content #top_news .news_read_more {
    font-size: 3.23vw;
    height: 7.26vw;
    left: 61.29vw;
    padding: 1.94vw 0 1.94vw 0;
    top: 16.13vw;
    width: 22.58vw;
  }

  #during_show_homepage_content #help {
    height: 72.58vw;
    width: 100vw;
  }

  #during_show_homepage_content #help #help_left {
    height: 36.29vw;
    margin: 6.45vw 0 0 0;
  }

  #during_show_homepage_content #help #help_right {
    height: auto;
    margin: 0;
    width: 100%;
  }

  #during_show_homepage_content #help #need_help_header {
    font-size: 12.26vw;
    margin: 2.42vw 0 0 0;
  }

  #during_show_homepage_content #help #need_help_subheading {
    font-size: 2.90vw;
  }

  #during_show_homepage_content #help #help_search_box {
    border-radius: 4.84vw;
    font-size: 5.81vw;
    height: 7.26vw;
    margin: 3.23vw auto 0 auto;
    padding: 0 2.42vw;
    width: 55.65vw;
  }

  #during_show_homepage_content #help #help_top_links_header {
    font-size: 6.45vw;
    margin: 1.61vw auto 0.81vw auto;
    max-width: 72.58vw;
    padding: 4.03vw 0 0 0;
  }

  #during_show_homepage_content #help #help_top_links {
    max-width: 76.61vw;
  }

  #during_show_homepage_content #help #help_top_links a {
    font-size: 2.58vw;
    margin: 0.81vw 1.61vw;
  }

  #during_show_homepage_content #mission {
    background-size: contain;
    margin: 1.61vw 0 0 0;
    width: 100vw;
  }

  #during_show_homepage_content #mission #mission_text {
    font-size: 3.87vw;
    line-height: 1.5em;
    margin: 17.74vw auto 0 auto;
    width: 72.58vw;
  }
}

/* Help Footer */
#content_footer {
  margin: 1vw 0 1px 0;
}

/* Featured Products and Restaurants */
#featured_product_section,
#pavilion_promotion_section,
#restaurant_section,
#career-connection-section {
  background-color: #e9e9e9;
  border-radius: 3px;
  font-size: 14px;
  position: relative;
}

#featured_product_search_bar,
#pavilion_promotion_search_bar,
#restaurant_search_bar,
#career-connection-search-bar {
  line-height: 1.8em;
  padding: 15px;
}

#featured_product_search, #featured_product_category,
#pavilion_promotion_search, #pavilion_promotion_category,
#restaurant_search, #restaurant_location, #restaurant_category,
#career-connection-search, #career-connection-category {
  font-size: 14px;
  width: 950px;
  width: calc(100% - 80px);
}

.featured_product_search_label,
.pavilion_promotion_search_label,
.restaurant_search_label,
.career-connection-search-label {
  display: inline-block;
  width: 70px;
}

#featured_product_search_button,
#pavilion_promotion_search_button,
#restaurant_search_button,
#career-connection-search-button {
  margin-left: 75px;
}

.featured_product,
.pavilion_promotion,
.restaurant,
.career-connection {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: absolute;
}

.featured_product,
.pavilion_promotion,
.career-connection {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 200px;
}

.restaurant {
  width: 250px;
}

.career-connection img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.featured_product_description,
.pavilion_promotion_description,
.restaurant_description,
.career-connection-description {
  border-top: 1px solid #e7e7e7;
  padding: 5px;
}

.featured_product_name,
.pavilion_promotion_name,
.restaurant_name,
.career-connection-name {
  border-top: 1px solid #e7e7e7;
  color: #4a182f;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  padding-bottom: 0;
}

.restaurant_name,
.career-connection-name {
  padding-bottom: 5px;
}

.restaurant_website,
.restaurant_location,
.restaurant_category,
.restaurant_phone,
.restaurant_address {
  padding: 0 5px;
}

.restaurant_address {
  padding-bottom: 5px;
}

.featured_product_exhibitor,
.pavilion_promotion_exhibitor,
.pavilion_promotion_category {
  color: #4a182f;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  padding-top: 0;
}

.pavilion_promotion_exhibitor {
  padding-bottom: 0;
}

#featured_product_detail,
#pavilion_promotion_detail,
#career-connection-detail {
  max-height: 800px;
}

#career-connection-detail img {
  display: block;
  margin: 0 auto;
}

.featured_product_detail_booth {
  text-decoration: underline;
}

@media (max-width: 1000px), (max-device-width: 1000px) {
  #featured_product_search_bar,
  #pavilion_promotion_search_bar,
  #restaurant_search_bar,
  #career-connection-search-bar {
    padding: 1.5vw;
  }
}

@media (max-width: 428px), (max-device-width: 428px) {
  #featured_product_section,
  #pavilion_promotion_section,
  #restaurant_section,
  #career-connection-section {
    font-size: 2.27vw;
  }

  #featured_product_search, #featured_product_category,
  #pavilion_promotion_search, #pavilion_promotion_category,
  #restaurant_search, #restaurant_location, #restaurant_category,
  #career-connection-search, #career-connection-category {
    font-size: 2.27vw;
    width: calc(100% - 18.69vw);
  }

  .featured_product_search_label,
  .pavilion_promotion_search_label,
  .restaurant_search_label,
  .career-connection-search-label {
    width: 16.35vw;
  }

  #featured_product_search_button,
  #pavilion_promotion_search_button,
  #restaurant_search_button,
  #career-connection-search-button {
    margin-left: 17.52vw;
  }

  .featured_product,
  .pavilion_promotion,
  .restaurant,
  .career-connection {
    width: 46.73vw;
  }

  .featured_product_description,
  .pavilion_promotion_description,
  .restaurant_description,
  .career-connection-description {
    padding: 1.17vw;
  }

  .featured_product_name,
  .pavilion_promotion_name,
  .restaurant_name,
  .career-connection-name {
    font-size: 2.80vw;
    padding: 1.17vw;
  }

  .career-connection-name {
    padding-bottom: 1.17vw;
  }

  .featured_product_exhibitor,
  .pavilion_promotion_exhibitor,
  .pavilion_promotion_category {
    font-size: 2.80vw;
    padding: 1.17vw;
    padding-top: 0;
  }

  .pavilion_promotion_exhibitor {
    padding-bottom: 0;
  }
}

/* Expo TV */
#expo_tv_main {
  display: inline-block;
  vertical-align: top;
  width: 870px;
}

#expo_tv_main #live_streams_thumbnails img {
  cursor: pointer;
  vertical-align: top;
}

#expo_tv_main #live_streams_thumbnails img.active_live_streams_thumbnail {
  border-bottom: 2px solid #af122c;
  display: inline-block;
  padding-bottom: 5px;
}

#expo_tv_sidebar {
  display: inline-block;
  margin: 0 0 0 20px;
  text-align: center;
  vertical-align: top;
  width: 165px;
}

#expo_tv_sidebar a {
  display: inline-block;
  margin: 15px 0;
  vertical-align: middle;
}

@media (max-width: 860px), (max-device-width: 860px) {
  #expo_tv_main, #expo_tv_sidebar {
    width: 100%;
  }
}

/* Map CSS */
.map_label {
  display: inline-block;
  width: 80px;
}

#search_exhibitors .search_line {
  display: inline-block;
}

@media (min-width: 950px), (min-device-width: 950px) {
  #map_label_cat {
    display: inline;
  }
}

.map_nav_link {
  display: inline-block;
  margin: 0 0 0 20px;
  text-decoration: none;
}

.map_nav_link:hover {
  text-decoration: underline;
}

#maps_select_div, #search_exhibitors, #email_must_see_list_form {
  margin: 20px 0;
}

#exhibitor_map_tooltip {
  background-color: #feeccf;
  border: 4px solid #fbc877;
  color: #111;
  max-width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 9px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 10;
}

.exhibitor_tooltip_logo {
}

.exhibitor_tooltip_header {
  /*font-size: 12px;*/
  margin: 5px 0;
  padding: 30px 0 0 0;
}

.exhibitor_tooltip_header:first-child {
  padding: 0;
}

.exhibitor_tooltip_star_sponsor {
  font-weight: bold;
  line-height: 20px;
}

.exhibitor_tooltip_star_sponsor img {
  margin: 0 0 -5 0;
}

.exhibitor_tooltip_label {
  clear: both;
  float: left;
  font-style: italic;
  margin: 0 4px 0 0;
}

.exhibitor_tooltip_field {
  float: left;
}

.exhibitor_tooltip_website {
  clear: both;
  margin: 5px 0;
}

.exhibitor_tooltip_description {
  clear: both;
  margin: 10px 0;
  padding: 10px 0 0 0;
}

/** Search Table **/
#exhibitor_search_results {
  border-collapse: collapse;
  font-size: 18px;
  margin: 20px 0;
}

#exhibitor_search_results .header_row {
  background-color: #ffeccf;
  border-bottom: 1px solid #fbc877;
  border-top: 1px solid #fbc877;
}

#exhibitor_search_results th, td {
  text-align: left;
  padding: 3px;
}

#exhibitor_search_results .odd {
  background-color: #fff9ef;
  border-bottom: 1px solid #fbc877;
}

#exhibitor_search_results .even {
  background-color: #ffeccf;
  border-bottom: 1px solid #fbc877;
}

/* Details */

.exhibitor_detail_logo {

}

.exhibitor_detail_header {

}

.exhibitor_detail_header:first-child {
  padding: 0;
}

.exhibitor_detail_star_sponsor {
  font-weight: bold;
  line-height: 20px;
}

.exhibitor_detail_star_sponsor img {
  margin: 0 0 -5 0;
}

.exhibitor_detail_label {
  clear: both;
  float: left;
  font-style: italic;
  margin: 0 4px 0 0;
  width: 80px;
}

.exhibitor_detail_field {
  float: left;
}

.exhibitor_detail_website {
  clear: both;
  margin: 5px 0;
}

.exhibitor_detail_description {
  clear: both;
  margin: 10px 0;
  padding: 10px 0 0 0;
}

.exhibitor_social_media_link {
  margin: 5px 10px 5px 0;
  display: inline-block;
  vertical-align: center;
}

/* animal search popup */
#animal_search_popup {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  left: 164px;
  position: fixed;
  top: 300px;
}

#close_animal_search_popup {
  right: 4px;
  position: absolute;
  top: 4px;
}

#animal_search_popup p {
  margin: 0;
  padding: 0;
}

/* hotel search */
#page_24 #content {
  max-width: 1172px;
}

#search_hotels {
  text-align: center;
  color: #b4b4b4;
}

.hotel_search_question {
  display: inline-block;
  margin: 4px 0;
}

.hotel_search_question select {
  color: #8e262d;
}

.hotel_search_label {
  margin: 0 15px 0 30px;
}

#location {
  width: 250px;
}

#calendar_icon {
  vertical-align: bottom;
}

#hotel_search_days {
  display: none;
  width: 150px;
  position: absolute;
  left: 628px;
  top: 184px;
  background: white;
  border: solid 1px black;
  text-align: left;
  padding: 5px 0 3px 10px;
  z-index: 10;
}

.hotel_search_day {
  display: inline-block;
  color: #8e262d;
}

.error {
  color: red;
}

.form_required {
  color: red;
}

.form_label {
  float: left;
  padding: 2px 5px 0 0;
  width: 225px;
}

.form_field {
  float: left;
  padding: 0 0 2px 0;
  width: 400px;
}

.form_input {
  width: 350px;
}

#user_subscription .form_label {
  padding: 0;
  width: 0;
}

#user_subscription .form_field {
  width: 525px;
}

#hotel_search_results {
  line-height: 1.1;
  margin: 20px 0;
  width: 100%;
}

#hotels_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hotel_platinum_star {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 5;
}

.hotel_block {
  display: inline-block;
  width: 221px;
  height: 443px;
  margin: 0 53px 54px 0;
  padding: 0;
  vertical-align: top;
  position: relative;
}

.hotel_block_platinum {
  width: 374px;
}

.hotel_block_gold {
}

.hotel_block_silver {
  height: 101px;
}

.hotel_block_bronze {
  height: 99px;
}

.hotel {
  border-radius: 5px;
}

a.hotel {
  color: #af122c;
  text-decoration: none;
  cursor: pointer;
}

.hotel_image_container {
  width: 100%;
  height: 308px;
  text-align: center;

  background-position: center;
  background-size: auto 308px;
  background-repeat: no-repeat;
}

.hotel_text {
  display: inline-block;
  width: 171px;
  background-color: rgb(235, 235, 235);
  font-size: 22px;
  line-height: 32px;
  padding: 24px 25px;
  height: 87px;
}

.hotel_block_platinum .hotel_text {
  height: 87px;
  vertical-align: top;
  width: calc(100% - 153px);
}

.hotel_name {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}

.hotel_number {
  color: #e98641;
}

.hotel_room_rate {
  color: #e98641;
  font-size: 25px;
  font-weight: bold;
}

.hotel_room_rate_5_block {
  display: inline-block;
  width: 62px;
  height: 84px;
  padding: 30px 21px 21px 15px;
  background-color: #e98641;
  text-align: center;
}

.hotel_room_rate_5_block .hotel_room_rate {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.hotel_room_rate_5_block img {
  display: inline-block;
}

/* Search Formating */
.searchSummary {
  margin: 10px 0 10px 0;
}

.searchPreviewCreatedDate {
  display: none;
}

.searchPreviewTitle {
  font-weight: bold;
  font-size: 120%;
  margin: 10px 0 0 0;
}

.searchHighlight {
  background-color: #ee0;
}

.searchPreviewLastModified {
  font-size: 75%;
  font-style: italic;
  margin: 0 0 10px 0;
}

.searchResults {
  margin: 10px 0 10px 0;
  text-align: center;
  width: 400px;
}

.searchPage:first-child {
  float: right;
}

.searchPage {
  float: left;
}

/* ecom receipt stuff */
#eComReceiptTitle {
  font-size: 20px;
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.eComReceiptLabel {
  float: left;
  padding-right: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.eComReceiptValue {
  float: left;
  color: #000;
  width: 200px;
  font-size: 12px;
}

#eComReceiptPaymentInfoBlock, #eComReceiptShipToBlock, #eComReceiptBillToBlock {
  width: 350px;
  float: left;
  padding-top: 40px;
}

#eComReceiptBillToBlock {
  width: 350px;
  float: left;
  padding-top: 40px;
}

#eComReceiptItemSummaryContainer {
  padding-top: 30px;
  color: #000;
  font-size: 11px;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}

#eComReceiptSummaryHeaderContainer {
  border-bottom: 2px solid #000;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
}

#eComReceiptProductNumberHeader {
  float: left;
  width: 150px;
}

#eComReceiptProductNameHeader {
  float: left;
  width: 220px;
}

#eComReceiptQtyHeader {
  float: left;
  width: 100px;
  text-transform: uppercase;
  text-align: center;
}

#eComReceiptDiscountHeader {
  float: left;
  width: 125px;
}

#eComReceiptProductTotalPriceHeader {
  float: left;
  width: 140px;
}

.eComReceiptProductNumberValue {
  float: left;
  width: 150px;
}

.eComReceiptProductNameValue {
  float: left;
  width: 220px;
}

.eComReceiptQtyValue {
  float: left;
  width: 100px;
  text-transform: uppercase;
  text-align: center;
}

.eComReceiptDiscountValue {
  float: left;
  width: 125px;
}

.eComReceiptProductTotalPriceValue {
  float: left;
  width: 110px;
  text-align: left;
}

.eComReceiptProductRow {
  padding-top: 15px;
}

#eComReceiptCouponLabel {
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 20px;
}

#eComReceiptCouponContainer {
  border-bottom: 2px solid #000;
  font-size: 11px;
  color: #000;
  padding-bottom: 20px;

}

#eComReceiptCouponHeaderContainer {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #000;

}

#eComReceiptCouponCodeHeader {
  width: 150px;
  float: left;
}

#eComReceiptCouponDescriptionHeader {
  width: 445px;
  float: left;
}

#eComReceiptCouponDiscountHeader {
  width: 110px;
  float: left;
}

.eComReceiptCouponCodeValue {
  width: 150px;
  float: left;
}

.eComReceiptCouponDescriptionValue {
  width: 445px;
  float: left;
}

.eComReceiptCouponDiscountValue {
  width: 110px;
  float: left;
  text-align: right;
}

.eComReceiptCouponRow {
  padding-top: 15px;
}

.eComReceiptClear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

#eComReceiptSubtotalsContainer {
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  font-size: 11px;
}

.eComReceiptSubtotalLine {
  float: right;
  padding-right: 35px;
  width: 350px;
  padding-top: 10px;
}

.eComReceiptSubtotalLabel {
  text-transform: uppercase;
  float: left;
  color: #000;
  font-weight: bold;
  text-align: right;
  width: 250px;
}

.eComReceiptSubtotalValue {
  text-transform: uppercase;
  text-align: right;
  float: right;
  color: #000;
}

#eComReceiptTotalsContainer {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.eComReceiptTotalLine {
  float: right;
  padding-right: 35px;
  width: 350px;
  padding-top: 10px;
}

.eComReceiptTotalLabel {
  text-transform: uppercase;
  float: left;
  color: #000;
  font-weight: bold;
  text-align: right;
  width: 250px;
}

.eComReceiptTotalValue {
  text-transform: uppercase;
  text-align: right;
  float: right;
  color: #000;
  font-weight: bold;
}

/* END ecom receipt styles */

/* START ecom general user pages (downloads, quotes, orders) */
.eComPageTitle {
  font-size: 20px;
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.eComPageTable {
  margin: 15px 0px;
  font-size: 12px;
  border-bottom: 2px solid #000;
}

.eComPageTable THEAD TH {
  border-bottom: 2px solid #000;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000;
  padding: 5px 7px;
}

.eComPageTable TBODY TD {
  padding: 5px 7px;
}

/* END Ecom General User Pages */

/* Start Offer Styles */
.offer_section_header {

}

.offer_prompt {
  float: left;
  padding: 4px 10px 0 0;
  width: 200px;
}

.offer_field {
  float: left;
  padding: 2px 0 0 0;
}

.offer_required {
  color: red;
  float: left;
  padding: 4px 0 0 2px;
}

.offer_additional_info {
  float: left;
  padding: 4px 0 0 10px;
}

/* End Offer Styles */

#eComViewCartTable {
  width: 100%;
  margin: 1rem 0;
}

#eComViewCartTable thead tr {
  font-weight: bold;
}

#eComViewCartTable thead td,
#eComViewCartTable thead th {
  border-bottom: 1px solid black;
}

.eComCheckoutSubTotal {
  display: flex;
  flex-direction: row;
}

.eComCheckoutSubTotalLabel {
  font-size: 80%;
  min-width: 200px;
  text-align: right;
  margin-right: 1rem;
}

/* End E-Com styles (used for offer) */

.youtube_popup_link {
  text-align: center;
}

.youtube_dialog {
  width: 600px;
}

.youtube_iframe_container {
  float: left;
  margin: 20px 20px 0 0;
}

.youtube_popup_sponsors {
  float: left;
  text-align: center;
}

/* planned as general, but used by dairy cattle system */
.display_table,
.display-table {
  border: 2px solid #000;
  border-collapse: collapse;
  margin: 20px 0 10px 0;
}

.display_table thead tr,
.display-table thead tr {
  background-color: #af122c;
  border-bottom: 2px solid #000;
  color: #fff;
}

.display_table thead th,
.display-table thead th {
  text-align: left;
}

.display_table_highlight_row,
.display-table tbody tr:nth-child(odd) {
  background-color: #ddd;
}

.display_table tbody td:first-child,
.display_table thead th:first-child,
.display-table tbody td:first-child,
.display-table thead th:first-child {
  padding-left: 10px;
}

.display_table button.ui-button-icon-only,
.display_table a.ui-button-icon-only,
.display-table button.ui-button-icon-only,
.display-table a.ui-button-icon-only {
  height: 22px;
  width: 22px;
  padding: 2px;
  overflow: hidden;
  font-size: 0;
}

.button_bar {
  margin: 10px 0;
}

.form_question button.ui-button-icon-only {
  height: 22px;
  width: 22px;
  vertical-align: top;
}

.eitDCSFormatStringContainer {
  background: white;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  font-size: 18px;
  height: 18px;
  padding-top: 2px;
  text-align: center;
}

.form_question {
  margin: 5px 0;
}

.date-block label,
.form_question label:first-child,
.form_question br + label {
  /* before changing this check exhibitor dashboard/forms */
  display: inline-block;
  width: 270px;
}

.form_question label + label {
  display: inline-block;
  margin-left: 20px;
}

.form_question input[type="checkbox"]:first-child,
.form_question br + input[type="checkbox"] {
  margin-left: 280px;
}

.form_question .form_checkbox_label {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}

.form_question select, .form_question input[type="text"], .form_question textarea {
  width: 480px;
}

.form_question textarea {
  height: 100px;
  vertical-align: top;
}

.form_question input.short_input {
  width: 150px;
}

.missing_required {
  border-color: darkred;
}

form .button_bar {
  margin-left: 280px;
}

.sublabel {
  display: block;
  font-size: 14px;
  margin-left: 280px;
  width: 480px;
}

.international_registration_form_question_label {
  display: inline-block;
  margin-right: 10px;
  width: 100px;
}

.international_registration_form_question_question {
  display: inline-block;
  width: 400px;
}

.international_registration_table th {
  text-align: left;
}

.international_registration_table_question {
  width: 200px;
}

.international_registration_form_required_missing, .international_registration_form_bad_email_format {
  border-color: red;
}

/* 50th anniversary page */
#page_683 #content {
  max-width: 1675px;
  padding: 0;
}

#page_683 h1 {
  font-family: 'Bebas Neue', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: bold;
  top: -220px;
}

#page_683 h1 sup {
  font-size: 50px;
}

.rotating_gallery_container {
  height: 590px;
  margin: 100px 0 70px 0;
  width: 100%;
}

.rotating_gallery_slide {
  background-color: #fff;
  display: none;
  position: absolute;
  transition: left 0.5s, height 0.5s, top 0.5s, width 0.5s;
}

.rotating_gallery_slide img {
  transition: height 0.5s, width 0.5s;
}

.rotating_gallary_previous_slide,
.rotating_gallery_previous_ondeck_slide {
  display: block;
  height: 465px;
  left: 0;
  top: 50px;
  width: 678px;
  z-index: 2;
}

.rotating_gallary_active_slide {
  display: block;
  height: 590px;
  left: 407.5px;
  top: 0;
  width: 860px;
  z-index: 3;
}

.rotating_gallary_active_slide img {
  height: 590px;
  width: 860px;
}

.rotating_gallary_next_slide,
.rotating_gallary_next_ondeck_slide {
  display: block;
  height: 465px;
  left: 997px;
  top: 50px;
  width: 678px;
  z-index: 2;
}

.rotating_gallery_previous_ondeck_slide,
.rotating_gallary_next_ondeck_slide {
  z-index: 1;
}

.rotating_gallery_previous_ondeck_slide img,
.rotating_gallary_previous_slide img,
.rotating_gallary_next_slide img,
.rotating_gallary_next_ondeck_slide img {
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  opacity: 0.4;
  height: 465px;
  width: 678px;
}

.rotating_gallery_previous_button,
.rotating_gallery_next_button {
  background-color: #dfb84b;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 45px;
  font-weight: bold;
  height: 50px;
  opacity: 0.9;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  top: 255px;
  width: 80px;
  z-index: 3;
}

.rotating_gallery_previous_button {
  left: 300px;
}

.rotating_gallery_next_button {
  right: 300px;
}

@media (max-width: 1675px), (max-device-width: 1675px) {
  .rotating_gallary_active_slide {
    left: calc(50% - 430px);
  }

  .rotating_gallary_next_slide,
  .rotating_gallary_next_ondeck_slide {
    left: calc(100% - 678px);
  }

  .rotating_gallery_previous_button {
    left: calc(50% - 537.5px);
  }

  .rotating_gallery_next_button {
    right: calc(50% - 537.5px);
  }
}

@media (max-width: 1100px), (max-device-width: 1100px) {
  .rotating_gallery_previous_button {
    left: 10px;
  }

  .rotating_gallery_next_button {
    right: 10px;
  }
}

@media (max-width: 1000px), (max-device-width: 1000px) {
  .rotating_gallary_previous_slide,
  .rotating_gallery_previous_ondeck_slide,
  .rotating_gallary_next_slide,
  .rotating_gallary_next_ondeck_slide {
    display: none;
  }
}

#page_683 #events_header {
  font-family: 'Bebas Neue', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 65px 0 60px 0;
  text-align: center;
}

#page_683 .events {
  font-size: 0;
  text-align: center;
}

#page_683 .event {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}

#page_683 .event .event_day {
  border: 1px solid #d7a210;
  font-family: 'Bebas Neue', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  height: 34px;
  margin: 0;
  padding: 8px 0;
}

#page_683 #event_0 .event_day {
  background-color: #ffdf86;
}

#page_683 #event_1 .event_day {
  background-color: #ffdb76;
}

#page_683 #event_2 .event_day {
  background-color: #f9ce56;
}

#page_683 #event_3 .event_day {
  background-color: #f0c346;
}

#page_683 #event_4 .event_day {
  background-color: #e38442;
}

#page_683 .event .event_body {
  border: 1px solid #d2d2d2;
  margin: 0;
  padding: 20px 0 0 0;
  height: 480px;
}

#page_683 #event_1 .event_body {
  background-color: #fafafa;
}

#page_683 #event_1 .event_body {
  background-color: #f6f6f6;
}

#page_683 #event_2 .event_body {
  background-color: #f1f1f1;
}

#page_683 #event_3 .event_body {
  background-color: #ececec;
}

#page_683 #event_4 .event_body {
  background-color: #e6e6e6;
}

#page_683 .event .event_body h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

#page_683 .event .event_body .event_description {
  font-size: 14px;
  line-height: 24px;
}

#page_683 .event .event_body .event_date {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

#page_683 .items {
  font-size: 0;
  margin: 90px 0 50px 0;
  text-align: center;
}

#page_683 .item {
  display: inline-block;
  margin: 20px;
  vertical-align: middle;
  text-align: left;
}

#page_683 #store_item, #page_683 #clothing_store_item {
  width: 530px;
}

#page_683 #book_item {
  width: 550px;
}

#page_683 .item .item_image {
  display: inline-block;
  vertical-align: middle;
}

#page_683 #store_item .item_image, #page_683 #clothing_store_item .item_image {
  width: 300px;
}

#page_683 #book_item .item_image {
  width: 220px;
}

#page_683 #book_item .item_image img {
  border-radius: 100px;
  overflow: hidden;
}

#page_683 .item .item_text {
  display: inline-block;
  vertical-align: middle;
}

#page_683 #store_item .item_text, #page_683 #clothing_store_item .item_text {
  width: 230px;
}

#page_683 #book_item .item_text {
  width: 330px;
}

#page_683 .item .item_text h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#page_683 .item .item_text .item_description {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
  padding: 0;
}

#page_683 .item .item_text .item_learn_more {
  color: #e38442;
  font-family: 'Bebas Neue', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#page_683 .sponsor_footer {
  background-color: #f9f9f9;
  text-align: center;
}

#page_683 .sponsor_footer h2 {
  font-family: 'Bebas Neue', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 35px 0 0 0;
}

#page_683 .sponsor_footer h2 sup {
  font-size: 20px;
}

#page_683 .sponsor_footer .sponsors {
  padding: 10px 0;
}

.sponsor_footer .sponsors_label {
  margin: 10px 0;
}

#page_683 .sponsor_footer .plat_sponsor_link {
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 0 10px #000;
  display: inline-block;
  height: 200px;
  margin: 25px;
  width: 200px;
  vertical-align: bottom;
}

#page_683 .sponsor_footer .plat_sponsor_link img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#page_683 .sponsor_footer .gold_sponsor_link {
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 0 10px #000;
  display: inline-block;
  height: 200px;
  margin: 25px;
  width: 200px;
}

#page_683 .sponsor_footer .gold_sponsor_link img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* Texting updates signup form */
.texting_signup_input_group {
  margin-bottom: 10px;
  font-size: 2em;
}

.texting_signup_input_label {
  color: #777;
}

.texting_signup_inputs {
  padding-top: 3px;
}

.texting_signup_input_group input.text_type,
.texting_signup_input_group select.text_type {
  width: 100%;
}

.texting_signup_input_group input,
.texting_signup_input_group textarea,
.texting_signup_input_group button,
.texting_signup_input_group select {
  font-size: 40px;
}

.texting_signup_radio_label {
  display: block;
  margin-left: 10px;
}

#texting_updates_submit {
  margin-top: 7px;
  background-color: #af122c;
  color: white;

}

.error_message {
  color: red;
  font-size: .5em;
}

/* HOME PAGE 2025 STYLES ============================================================================================ */

/* HOME PAGE 2025 TOP THREE BOXES STYLES ============================================================================ */

#home_page_video_and_headlines {
  width: 100%;
  max-width: 1138px;
  margin: 64px auto 24px auto;
  display: flex;
  flex-direction: row;
  gap: 32px;
}

#home_wde_headlines_2025 {
  font-size: 16px;
}

#home_wde_headlines_2025 .home_wde_headline {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-bottom: 32px;
}

#home_wde_headlines_2025 .home_wde_headline img {
  object-fit: contain;
}

#home_wde_headlines_2025 .home_wde_headline_content {
  margin-left: 16px;
}

#home_wde_headlines_2025 .home_wde_headline_content h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}

#home_wde_headlines_2025 .home_wde_headline_content p {
  margin-top: 8px;
}

#home_wde_headlines_2025 .home_wde_headline_content a {
  text-decoration: none;
  color: #C10330;
  font-weight: bold;
}

#home_world_dairy_expo_2025 {
  max-width: 360px;
}

#home_world_dairy_expo_2025_button_bar {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

#home_world_dairy_expo_2025_button_bar a {
  color: white;
  background-color: #c10330;
  font-size: 18px;
  font-style: italic;
  margin-top: 1rem;
  text-decoration: none;
  height: 50px;
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1140px) {
  #home_page_video_and_headlines {
    flex-direction: column;
    align-items: center;
    margin-left: 4vw;
    margin-right: 4vw;
    width: calc(100% - 8vw);
  }
}

/* HOME PAGE 2025 EXPO BY THE NUMBERS =============================================================================== */
#home_page_expo_by_the_numbers {
  width: 100%;
  background-color: #c10330;
  color: #fff;
}

#home_page_expo_by_the_numbers_title {
  width: 100%;
  max-width: 1140px;
  padding: 24px 0 16px 0;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#home_expo_by_the_numbers_box {
  background-color: #c10330;
  color: #fff;
  width: calc(100% - 48px);
  max-width: 1140px;
  padding: 40px 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Default: 4 equal columns */
}

.home_page_expo_by_the_numbers_box {
  text-align: center;
}

.home_page_expo_by_the_numbers_number {
  font-size: 60px;
  border-right: 1px solid #fff;
}

.home_page_expo_by_the_numbers_box:last-child .home_page_expo_by_the_numbers_number {
  border-right-width: 0;
}

.home_page_expo_by_the_numbers_label {
  font-size: 16px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 20px;
}

@media (max-width: 850px) {
  #home_expo_by_the_numbers_box {
    grid-template-columns: repeat(2, 1fr); /* On smaller screens: 2 equal columns */
  }

  .home_page_expo_by_the_numbers_box .home_page_expo_by_the_numbers_number {
    border-right-width: 0;
  }

  .home_page_expo_by_the_numbers_box:nth-child(1) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .home_page_expo_by_the_numbers_box:nth-child(2) {
    border-bottom: 1px solid #fff;
  }

  .home_page_expo_by_the_numbers_box:nth-child(3) {
    border-right: 1px solid #fff;
  }
}

/* HOME PAGE 2025 SPONSORS ========================================================================================== */
#home_sponsors_box {
  background: #fff;
  text-align: center;
  padding: 3vw 0;
}

#home_sponsors_box h2 {
  font-style: normal;
  font-size: 32px;
  color: #494c49;
  text-transform: uppercase;
}

#home_sponsors_box p {
  margin-top: 0;
  font-size: 16px;
}

#home_page_sponsor_become_sponsor {
  display: flex;
  width: fit-content;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #c10330;
  margin: 32px auto 0 auto;
}

#home_sponsors_box #sponsors_slideshow {
  margin: 0;
  height: 14vw;
  min-height: 156px;
  max-height: 270px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#home_sponsors_box #sponsors_slideshow .gallery_container {
  display: flex;
  justify-content: center;
  margin: 0;
  position: absolute;
  width: auto;
}

#home_sponsors_box #sponsors_slideshow .gallery_container.slide-animating {
  transition: left 0.5s;
}

#home_sponsors_box #sponsors_slideshow .gallery_container .gallery_thumbnail_wrapper {
  display: block;
  flex: 0 0 auto;
  float: none;
  height: auto;
  max-width: 250px;
  margin: 10px 1.5vw;
}

#home_sponsors_box #sponsors_slideshow .gallery_container .gallery_thumbnail_wrapper .gallery_thumbnail img {
  height: auto;
  margin: 0 !important;
  max-width: 250px;
  width: 13vw;
  min-width: 150px;
}

@media (min-width: 1921px), (min-device-width: 1921px) {
  #home_sponsors_box #sponsors_slideshow .gallery_container .gallery_thumbnail_wrapper {
    margin: 10px 26px;
  }
}

@media (max-width: 800px), (max-device-width: 800px) {

  #home_sponsors_box {
    padding: 5.5% 0;
  }

  #home_sponsors_box #sponsors_slideshow {
    height: 38vw;
  }

  #home_sponsors_box #sponsors_slideshow .gallery_container .gallery_thumbnail_wrapper {
    max-width: none;
    margin: 1vw 5vw;
  }

  #home_sponsors_box #sponsors_slideshow .gallery_container .gallery_thumbnail_wrapper .gallery_thumbnail img {
    max-width: none;
    width: 37vw;
  }
}

/* HOME PAGE 2025 TICKETS ON SALE NOW =============================================================================== */
#home_tickets_on_sale_now_box {
  background-color: #c10330;
  width: 100%;
  padding: 32px 0;
}

#home_page_tickets_on_sale_now_container {
  max-width: 1138px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

#home_page_tickets_on_sale_now_text {
  color: #fff;
  font-size: min(4vw, 36px);
  font-weight: bold;
  flex: 1 0 auto;
}

#home_page_tickets_on_sale_now_button {
  flex: 0 0 auto;
  background-color: #fff;
  color: #c10330;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  padding: 16px 24px;
  text-decoration: none;
}

@media (max-width: 950px) {
  #home_page_tickets_on_sale_now_container {
    flex-direction: column;
  }

  #home_page_tickets_on_sale_now_button {
    margin-top: 32px;
  }
}

/* HOME PAGE 2025 WORLD DAIRY EXPO HIGHLIGHTS ======================================================================= */
#home_page_wde_highlights {
  max-width: 1138px;
  margin: 64px auto;
  padding: 0 16px;
}

#home_page_wde_highlights_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

#home_page_wde_highlights_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.home_page_wde_highlights_highlight {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
}

.home_page_wde_highlights_highlight:nth-child(1),
.home_page_wde_highlights_highlight:nth-child(2),
.home_page_wde_highlights_highlight:nth-child(3) {
  border-bottom: 4px solid #f6f6f6;
}

.home_page_wde_highlights_highlight:nth-child(1),
.home_page_wde_highlights_highlight:nth-child(2),
.home_page_wde_highlights_highlight:nth-child(4),
.home_page_wde_highlights_highlight:nth-child(5) {
  border-right: 4px solid #f6f6f6;
}

.home_page_wde_highlights_highlight_title {
  font-size: 20px;
  font-weight: bold;
}

.home_page_wde_highlights_highlight_body {
  margin: 1rem 0;
  font-weight: 600;
  font-size: 16px;
  flex: 1 0 auto;
}

.home_page_wde_highlights_highlight_link {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #c10330;
  text-decoration: none;
}

@media (max-width: 1140px) {
  #home_page_wde_highlights_container {
    grid-template-columns: repeat(2, 1fr);
  }

  .home_page_wde_highlights_highlight:nth-child(1),
  .home_page_wde_highlights_highlight:nth-child(2),
  .home_page_wde_highlights_highlight:nth-child(3),
  .home_page_wde_highlights_highlight:nth-child(4),
  .home_page_wde_highlights_highlight:nth-child(5),
  .home_page_wde_highlights_highlight:nth-child(6) {
    border-bottom: 0;
    border-right: 0;
  }

  .home_page_wde_highlights_highlight:nth-child(1),
  .home_page_wde_highlights_highlight:nth-child(2),
  .home_page_wde_highlights_highlight:nth-child(3),
  .home_page_wde_highlights_highlight:nth-child(4) {
    border-bottom: 4px solid #f6f6f6;
  }

  .home_page_wde_highlights_highlight:nth-child(1),
  .home_page_wde_highlights_highlight:nth-child(3),
  .home_page_wde_highlights_highlight:nth-child(5) {
    border-right: 4px solid #f6f6f6;
  }
}

@media (max-width: 750px) {

  #home_page_wde_highlights {
    padding: 0 40px;
  }

  #home_page_wde_highlights_container {
    grid-template-columns: repeat(1, 1fr);
  }

  .home_page_wde_highlights_highlight:nth-child(1),
  .home_page_wde_highlights_highlight:nth-child(2),
  .home_page_wde_highlights_highlight:nth-child(3),
  .home_page_wde_highlights_highlight:nth-child(4),
  .home_page_wde_highlights_highlight:nth-child(5),
  .home_page_wde_highlights_highlight:nth-child(6) {
    border-bottom: 0;
    border-right: 0;
  }

  .home_page_wde_highlights_highlight:nth-child(1),
  .home_page_wde_highlights_highlight:nth-child(2),
  .home_page_wde_highlights_highlight:nth-child(3),
  .home_page_wde_highlights_highlight:nth-child(4),
  .home_page_wde_highlights_highlight:nth-child(5) {
    border-bottom: 4px solid #f6f6f6;
  }
}

/* SECONDARY PAGE 2025 BREADCRUMBS ================================================================================== */
#breadcrumbs {
  background-color: #c10330;
  max-height: 36px;
  height: 36px;
  color: #fff;
}

#breadcrumbs_container {
  max-width: 1138px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}

#breadcrumbs_container img {
  height: 20px;
  width: auto;
}

#breadcrumbs_container .breadcrumbs_crumb {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 8px;
}

#breadcrumbs_container .breadcrumbs_crumb a {
  color: #fff;
}

#breadcrumbs_container .breadcrumbs_crumb:after {
  content: '/';
  padding-left: 8px;
}

#breadcrumbs_container .breadcrumbs_crumb:last-child:after {
  content: '';
  padding-left: 0;
}
