body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

#footer {
  margin-top: 60px;
}

.fancybox-slide--iframe .fancybox-content {
  min-height: 100%;
  min-width: 100%;
  margin: auto;
}

.block {
  display: block;
}

.btn-grey-bg {
  font-family: "Overpass", sans-serif;
  background: #E5E5E5;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #E4E4E4 100%);
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 14px;
  color: #7A7A7A;
  letter-spacing: 2.62px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.btn-grey-bg span {
  z-index: 1;
  position: relative;
}
.btn-grey-bg:before {
  border-radius: inherit;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #F1F1F1 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  transition: opacity 0.5s;
}
.btn-grey-bg:hover, .btn-grey-bg:focus {
  text-decoration: none;
  color: #7A7A7A;
}
.btn-grey-bg:hover:before, .btn-grey-bg:focus:before {
  opacity: 1;
}
.btn-grey-bg.eye:before {
  background: #E5E5E5;
  background-image: linear-gradient(-179deg, #416250 0%, #212B25 100%);
  color: #fff;
}
.btn-grey-bg.eye:after {
  background-image: url(../assets/icons/icon_eye.png);
  background-repeat: no-repeat;
  background-size: 52px 42px;
  background-position: left center;
}
.btn-grey-bg.eye:hover:before {
  opacity: 1;
}
.btn-grey-bg.download-pdf {
  padding-left: 30px;
}
.btn-grey-bg.download-pdf:after {
  background-image: url(../assets/icons/download-pdf.png);
  background-repeat: no-repeat;
  background-size: 22px 36px;
  background-position: left center;
}
.btn-grey-bg:after {
  background-image: url(../assets/icons/icon_globe.png);
  background-repeat: no-repeat;
  background-size: 53px 55px;
  background-position: left center;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.btn-grey-bg .arrow {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
}

header {
  position: relative;
}
header .container {
  position: relative;
}
header .container.header-bar {
  max-width: 70%;
}
header .bar {
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header .yellow-bar {
  background: #E9BB11;
}
header .green-bar {
  background: #345B4D;
}
header.with-menu {
  background-image: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 56%);
}
header .mobile_secondary_nav {
  height: 96px;
  margin-top: 6px;
  background-image: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 56%);
  z-index: 9999;
  position: relative;
}
header .mobile_secondary_nav a {
  cursor: hand;
  cursor: pointer;
}
header .mobile_secondary_nav #mobile_nav_icon {
  width: 16px;
}
header .mobile_secondary_nav #mobile_contact_icon {
  width: 22px;
}
header .mobile_secondary_nav #mobile_logo {
  max-height: 48px;
  width: auto;
}
header .mobile_secondary_nav .btn-mobile-menu {
  position: relative;
  background: transparent;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  height: 55px;
  width: 55px;
  z-index: 99999;
}
header .mobile_secondary_nav .btn-mobile-menu:focus {
  outline: none;
}
header .mobile_secondary_nav .btn-mobile-menu .mobile_close_icon {
  opacity: 0;
  height: 16px;
  width: 16px;
}
header .mobile_secondary_nav .btn-mobile-menu .mobile_menu_icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
header .mobile_secondary_nav .btn-mobile-menu .mobile_menu_icon.not-active {
  opacity: 0;
}
header .mobile_secondary_nav .btn-mobile-menu .mobile_menu_icon.active {
  opacity: 1;
}
header .mobile_secondary_nav .mobile_left {
  float: left;
}
header .mobile_secondary_nav .mobile_right {
  float: right;
}
header .mobile_secondary_nav .mobile_right .btn-mobile-menu:first-child {
  margin-right: 10px;
}
header .mobile_secondary_nav .mobile_vertical_center {
  display: table;
}
header .mobile_secondary_nav .mobile_vertical_center ._mobile_vertical_center {
  display: table-cell;
  vertical-align: middle;
  height: 96px;
}

html.home {
  height: 100%;
}
html.home body {
  background-color: #fff;
  height: 100%;
  text-align: center;
}
html.home body #newbiz {
  display: none;
}
html.home body .container.content {
  height: 100%;
  position: relative;
}
html.home body .container.content:before {
  box-shadow: -2px 0 2px -2px rgba(0, 0, 0, 0.4) inset;
  content: " ";
  height: 100%;
  left: -2px;
  position: absolute;
  top: 0;
  width: 2px;
  display: block;
}
html.home body .container.content:after {
  box-shadow: -2px 0 2px -2px rgba(0, 0, 0, 0.4) inset;
  content: " ";
  height: 100%;
  right: -2px;
  position: absolute;
  top: 0;
  width: 2px;
  display: block;
}
html.home body .container.content .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
html.home body .container.content .wrapper.loaded {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
}
html.home body .container.content .wrapper #logo {
  width: 90px;
  height: 59px;
}
html.home body .container.content .wrapper h1 {
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #DDDDDD;
  letter-spacing: 12px;
  text-transform: uppercase;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin: 8% 0px 0px 0px;
  padding: 5% 0px;
}
html.home body .container.content .wrapper a.btn-home {
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  color: #777777;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #E5E5E5;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #E8E8E8 100%);
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  max-width: 210px;
  position: relative;
  padding: 13px 10px;
  display: block;
  margin: 20% auto 0 auto;
  text-decoration: none;
  background-color: #EBEBEB;
  cursor: hand;
  cursor: pointer;
}
html.home body .container.content .wrapper a.btn-home span {
  position: relative;
  z-index: 1;
}
html.home body .container.content .wrapper a.btn-home:before {
  border-radius: inherit;
  background-image: linear-gradient(-180deg, #E8E8E8 0%, #FFFFFF 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
}
html.home body .container.content .wrapper a.btn-home:hover:before {
  opacity: 1;
}

html #newbiz {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-wrapper {
  max-height: 0px;
  height: 0px;
  overflow: hidden;
  z-index: 9999;
}
.menu-wrapper a {
  cursor: hand;
  cursor: pointer;
}
.menu-wrapper .menu li {
  list-style-type: none;
}
.menu-wrapper .menu li:hover a {
  text-decoration: none;
}
.menu-wrapper .menu li.anniversaryMenuLogo.vertical_center_wrapper {
  display: none;
}
.menu-wrapper .menu li.anniversaryMenuLogo.vertical_center_wrapper img {
  max-width: 55px;
}
.menu-wrapper.mobile {
  height: auto;
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 99999;
  overflow: auto;
  background: rgba(0, 0, 0, 0.81);
}
.menu-wrapper.mobile > .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.menu-wrapper.mobile br,
.menu-wrapper.mobile ._menu_hover_bar {
  display: none;
}
.menu-wrapper.mobile.mobile_contact_icon .non_contact_menu {
  display: none;
}
.menu-wrapper.mobile.mobile_nav_icon .contact_menu_wrapper {
  display: none;
}
.menu-wrapper.mobile .menu {
  padding-left: 0px;
}
.menu-wrapper.mobile .menu li {
  text-align: center;
}
.menu-wrapper.mobile .menu li.active > a {
  color: #E9BB11;
}
.menu-wrapper.mobile .menu li:hover > a {
  color: #E9BB11;
}
.menu-wrapper.mobile .menu li a {
  font-family: "Overpass", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: uppercase;
  display: block;
  padding-top: 25px;
  padding-bottom: 15px;
}
.menu-wrapper.mobile .menu li .sub-menu {
  padding-left: 0px;
}
.menu-wrapper.mobile .menu li .sub-menu li {
  border-top: 1px solid rgba(250, 250, 250, 0.33);
}
.menu-wrapper.mobile .menu li .sub-menu li a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.44px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.menu-wrapper.mobile .menu li.contact_menu_wrapper .sub-menu .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.menu-wrapper.mobile .menu li.contact_menu_wrapper .sub-menu .container ul {
  padding-left: 0px;
}
.menu-wrapper.mobile .menu li.contact_menu_wrapper .sub-menu .container li:first-child {
  border-top: 0px;
}

.intro_bg {
  top: 0px;
  background: url(../assets/home/home-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
}
.intro_bg.annual_suites {
  background: url(../assets/suites-gallery/champions_3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.intro_bg.individual_suites {
  background: url(../assets/suites-gallery/legends_2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.intro_bg .intro-content-wrapper {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
}
.intro_bg .lambeau_field_icon {
  width: 57px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: -13px;
  position: relative;
  z-index: 1;
}
.intro_bg h1 {
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 30px;
  letter-spacing: 12px;
  background: rgba(0, 0, 0, 0.49);
  text-align: center;
  border-top: 2px solid #E9BB11;
  border-bottom: 2px solid #E9BB11;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.intro_bg .intro-content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  background: rgba(0, 0, 0, 0.49);
  max-height: 400px;
  overflow: auto;
}
.intro_bg .intro-content p {
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 auto;
  width: 80%;
}
.intro_bg .intro-content ol, .intro_bg .intro-content ul {
  color: #fff;
  text-align: left;
  width: 80%;
  margin: auto;
  font-size: 17px;
}
.intro_bg .intro-content .summary-download a {
  color: #fff;
  font-size: 17px;
}
.intro_bg .col {
  padding-left: 0px;
  padding-right: 0px;
}
.intro_bg.summary_page .intro-content {
  overflow: hidden;
  height: 1000px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-height: 300px;
}
.intro_bg.summary_page .intro-content .intro-content-inner {
  height: 100%;
  overflow: auto;
}
.intro_bg.summary_page ol {
  padding-left: 20px;
}
.intro_bg.summary_page ul {
  list-style: none;
  padding-left: 0px;
}
.intro_bg.summary_page ul li {
  background-image: url(../assets/icons/bullet-point-arrow_white.png);
  background-position: left 5px;
  padding-left: 20px;
  background-repeat: no-repeat;
}
.intro_bg.summary_page li {
  font-weight: 600;
}
.intro_bg.summary_page .summary-download a {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background: #D5D5D5;
  padding: 9px 20px 9px 40px;
  position: relative;
  font-size: 13px;
  color: #2A433A;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.intro_bg.summary_page .summary-download a:before {
  background-image: url(../assets/icons/download-icon.png);
  background-position: left 2px;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  content: "";
  position: absolute;
  height: 100%;
  width: 15px;
  left: 15px;
}

.homepage_bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
}
.homepage_bg #videoControl {
  position: absolute;
  top: 15px;
  right: 80px;
  background: transparent;
  border: 0;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  color: #2A433A;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 15px;
  padding: 10px;
  border-radius: 5px;
}
.homepage_bg #videoControl:focus, .homepage_bg #videoControl:hover {
  outline: none;
}
.homepage_bg #videoControl img {
  display: none;
}
.homepage_bg #videoControl img.show {
  display: block;
  width: 52px;
  height: 52px;
}
.homepage_bg #soundControl {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: 0;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  color: #2A433A;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 15px;
  padding: 10px;
  border-radius: 5px;
}
.homepage_bg #soundControl:focus, .homepage_bg #soundControl:hover {
  outline: none;
}
.homepage_bg #soundControl img {
  display: none;
}
.homepage_bg #soundControl img.show {
  display: block;
  width: 52px;
  height: 52px;
}
.homepage_bg .videoContainer {
  position: relative;
  z-index: -1;
  height: calc(100vh - 101px);
  background: url(../assets/home/home-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.homepage_bg .videoContainer video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.homepage_bg .wrapper {
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.homepage_bg .wrapper.active {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.homepage_bg .headingWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.homepage_bg .lambeau_field_icon {
  width: 118px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: -20px;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.homepage_bg .lambeau_field_icon.animate {
  opacity: 1;
}
.homepage_bg h1 {
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 30px;
  letter-spacing: 12px;
  background: rgba(0, 0, 0, 0.49);
  text-align: center;
  border-top: 2px solid #E9BB11;
  border-bottom: 2px solid #E9BB11;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.homepage_bg .vertical_center_wrapper {
  display: table;
  position: absolute;
  top: -40px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 100%;
  width: 100%;
}
.homepage_bg .vertical_center_wrapper .vertical_center {
  display: table-cell;
  vertical-align: middle;
}
.homepage_bg .curtain {
  height: 100%;
  width: 50%;
  float: left;
  position: relative;
  z-index: 2;
  opacity: 0.9;
  top: 0;
}
.homepage_bg .curtain.right-curtain {
  left: 0%;
  -moz-transition: left 1s ease-in-out;
  -o-transition: left 1s ease-in-out;
  -webkit-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 1s;
  background: #E9BB11;
}
.homepage_bg .curtain.right-curtain.active {
  left: 50%;
}
.homepage_bg .curtain.left-curtain {
  right: 0%;
  -moz-transition: right 1s ease-in-out;
  -o-transition: right 1s ease-in-out;
  -webkit-transition: right 1s ease-in-out;
  transition: right 1s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 1s;
  background: #345B4D;
}
.homepage_bg .curtain.left-curtain.active {
  right: 50%;
}
.homepage_bg .homepage_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #304439;
  border-top: 1px solid #fff;
  padding: 20px 0;
  z-index: 1;
}
.homepage_bg .homepage_footer img {
  max-width: 53px;
  float: left;
}
.homepage_bg .homepage_footer .privacyPolicy {
  font-family: "Overpass", sans-serif;
  font-size: 13px;
  color: #E9BB11;
  letter-spacing: 0;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
  cursor: pointer;
  margin-top: 3px;
}

.carousel.suites .carousel-inner {
  overflow: visible;
}
.carousel.suites .item {
  height: 100%;
  width: 100%;
  max-height: calc(100% - 145px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  min-height: 375px;
}
.carousel.suites .item.prev, .carousel.suites .item.next {
  height: 100%;
}
.carousel.suites .item.prev.right,
.carousel.suites .item.next.left {
  max-height: 100%;
}
.carousel.suites .carousel_content_wrapper {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
}
.carousel.suites .carousel_content_wrapper .carousel_content_body {
  max-height: 0px;
  -moz-transition: max-height 0.8s 0.2s, opacity 0.8s 0.2s;
  -o-transition: max-height 0.8s 0.2s, opacity 0.8s 0.2s;
  -webkit-transition: max-height 0.8s 0.2s, opacity 0.8s 0.2s;
  transition: max-height 0.8s 0.2s, opacity 0.8s 0.2s;
  overflow: auto;
  opacity: 0;
}
.carousel.suites .carousel_content_wrapper .carousel_content_body.active {
  -moz-transition: max-height 1s 0.6s, opacity 0.8s 0.6s;
  -o-transition: max-height 1s 0.6s, opacity 0.8s 0.6s;
  -webkit-transition: max-height 1s 0.6s, opacity 0.8s 0.6s;
  transition: max-height 1s 0.6s, opacity 0.8s 0.6s;
  max-height: 450px;
  opacity: 1;
}
.carousel.suites .carousel_content_wrapper .carousel_content_title,
.carousel.suites .carousel_content_wrapper .carousel_content {
  background: rgba(0, 0, 0, 0.49);
}
.carousel.suites .carousel_content_wrapper .carousel_content_title .content_width,
.carousel.suites .carousel_content_wrapper .carousel_content .content_width {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.carousel.suites .carousel_content_wrapper .carousel_content_logo img {
  width: 57px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: -13px;
  position: relative;
  z-index: 1;
}
.carousel.suites .carousel_content_wrapper .carousel_content_title {
  border-top: 2px solid #E9BB11;
  border-bottom: 2px solid #E9BB11;
  padding-top: 28px;
  padding-bottom: 28px;
}
.carousel.suites .carousel_content_wrapper .carousel_content_title p {
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 4.32px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.carousel.suites .carousel_content_wrapper .carousel_content {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}
.carousel.suites .carousel_content_wrapper .carousel_content p {
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.carousel.suites .carousel_content_wrapper .col {
  padding-left: 0px;
  padding-right: 0px;
}
.carousel .controls {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33px;
  height: 77px;
  margin: auto;
  background: #E5E5E5;
  background-image: linear-gradient(0deg, #E4E3E3 0%, #FFFFFF 56%);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
.carousel .controls:before {
  border-radius: inherit;
  background-image: linear-gradient(0deg, #F1F1F1 0%, #FFFFFF 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  transition: opacity 0.5s;
}
.carousel .controls:hover:before {
  opacity: 1;
}
.carousel .controls .arrow {
  position: absolute;
  top: 50%;
  color: #B7B7B7;
  font-size: 19px;
  margin-top: -9px;
}
.carousel .controls.left {
  left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.carousel .controls.left .arrow {
  margin-left: 8px;
}
.carousel .controls.right {
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.carousel .controls.right .arrow {
  margin-left: 15px;
}
.carousel.suite_view .controls {
  border-radius: 10px;
}
.carousel.suite_view .controls.left {
  left: -16px;
  display: block;
}
.carousel.suite_view .controls.right {
  right: -16px;
}

.triangle-list,
.list_expand {
  list-style: none;
  padding-left: 0;
  max-height: 0px;
  transition: max-height 0.15s ease-out;
  overflow: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.triangle-list ul,
.list_expand ul {
  padding-left: 0;
  list-style-type: none;
}
.triangle-list li,
.list_expand li {
  background-repeat: no-repeat;
  background-size: 7px 10px;
  font-size: 14px;
  color: #737373;
  letter-spacing: 1px;
  line-height: 21px;
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
}
.triangle-list li:first-child,
.list_expand li:first-child {
  margin-top: 25px;
}
.triangle-list li:last-child,
.list_expand li:last-child {
  margin-bottom: 25px;
}
.triangle-list.left li,
.list_expand.left li {
  background-image: url(../assets/icons/bullet-point-arrow.png);
  background-position: left 5px;
  padding-left: 20px;
}
.triangle-list.right li,
.list_expand.right li {
  background-image: url(../assets/icons/bullet-point-arrow.png);
  background-position: left 5px;
  padding-left: 20px;
}
.triangle-list.expand,
.list_expand.expand {
  max-height: 500px;
  transition: max-height 0.5s ease-out;
  border-bottom: 1px solid #E6E6E6;
}

.section:last-child {
  padding-bottom: 60px;
}
.section.section_carousel {
  background: #000;
}
.section .section_title {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 3.6px;
  color: #4E4E4E;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
}
.section .section_sub_title {
  font-size: 14px;
  color: #737373;
  line-height: 21px;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.section .section_list {
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.section .section_list .section_list_icon {
  background: url(../assets/icons/icon_plus-sign.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 26px;
  width: 26px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  cursor: hand;
  cursor: pointer;
}
.section .section_list .section_list_icon.expand {
  background: url(../assets/icons/add-material-retina.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.section.section_interactive_map .suite_view_panel .list_expand {
  margin-bottom: 8px;
  border-bottom: 0px;
}
.section.section_interactive_map .suite_view_panel .list_expand ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.section.section_interactive_map .suite_view_panel .list_expand li {
  position: relative;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 15px;
  cursor: hand;
  cursor: pointer;
}
.section.section_interactive_map .suite_view_panel .list_expand li span {
  padding: 0px 10px;
}
.section.section_interactive_map .suite_view_panel .list_expand li:hover > span {
  background: #e3e3e3;
  color: #333333;
}
.section.section_interactive_map .suite_view_panel .list_expand li.active > span {
  background: #F0C542;
  color: #333333;
}
.section.section_interactive_map .suite_view_panel .list_expand li a {
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #E5E5E5;
  background-image: linear-gradient(90deg, #FFFFFF 36%, #F3F3F3 64%);
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  font-family: "Overpass", sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: #7A7A7A;
  letter-spacing: 2.06px;
  padding: 5px 25px;
}
.section.section_interactive_map .suite_view_panel .list_expand li a > span {
  position: relative;
  z-index: 1;
}
.section.section_interactive_map .suite_view_panel .list_expand li a:hover {
  text-decoration: none;
}
.section.section_interactive_map .suite_view_panel .list_expand li a:hover:before {
  opacity: 1;
}
.section.section_interactive_map .suite_view_panel .list_expand li a:before {
  border-radius: inherit;
  background-image: linear-gradient(90deg, #F3F3F3 100%, #FFFFFF 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.section.section_interactive_map .suite_view_panel .section_list {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #E4E4E4 100%);
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  color: #737373;
}
.section.section_interactive_map .suite_view_panel .section_list:hover {
  color: #fff;
}
.section.section_interactive_map .suite_view_panel .section_list:hover .section_list_icon {
  background: url(../assets/icons/icon_arrow_white.png);
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.section.section_interactive_map .suite_view_panel .section_list.expand {
  background: #E5E5E5;
  background-image: linear-gradient(-179deg, #416250 0%, #212B25 100%);
  color: #fff;
  border: 1px solid #212B25;
}
.section.section_interactive_map .suite_view_panel .section_list .section_list_icon {
  background: url(../assets/icons/icon_arrow.png);
  background-size: 11px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 15px;
  bottom: 0;
  margin: auto;
  top: 0;
}
.section.section_interactive_map .suite_view_panel .section_list .section_list_icon.expand {
  background: url(../assets/icons/icon_arrow_white.png);
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.section .suite_view_mobile {
  margin-bottom: 30px;
  margin-top: 30px;
}
.section .suite_view_mobile.no_margin_top {
  margin-top: 0px;
}
.section .suite_view_mobile.no_margin_bottom {
  margin-bottom: 0px;
}
.section.section_interactive_map #labeau_text_icon {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 15px;
  width: 80%;
}
.section .suite_view_button {
  margin-top: 30px;
}
.section .suite_view_button a {
  margin-bottom: 15px;
}
.section .suites_view_mobile img {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.pages_wrapper {
  background-color: #000;
  height: 100%;
  height: calc(100% - 102px);
  width: 100%;
  position: relative;
}

.pages {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: auto;
  background: #fff;
  opacity: 0;
  -moz-transition: opacity 0.9s ease-in-out;
  -o-transition: opacity 0.9s ease-in-out;
  -webkit-transition: opacity 0.9s ease-in-out;
  transition: opacity 0.9s ease-in-out;
}
.pages .carousel.suites .carousel_content_wrapper .carousel_content_body.gallery-content,
.pages .gallery-content {
  max-height: 0px;
  -moz-transition: max-height 1s 0.6s;
  -o-transition: max-height 1s 0.6s;
  -webkit-transition: max-height 1s 0.6s;
  transition: max-height 1s 0.6s;
}
.pages.fullHeight.active {
  bottom: 0px;
}
.pages.active {
  opacity: 1;
  z-index: 999;
  bottom: auto;
  overflow: hidden;
}
.pages.active.fullHeight {
  margin-bottom: 0px;
}
.pages.active.fullHeight .carousel.suites .carousel_content_wrapper .carousel_content_body.gallery-content,
.pages.active.fullHeight .gallery-content {
  height: auto;
  max-height: 600px;
}

#interactive-seating-map .section.section_slider_above {
  padding-bottom: 150px;
  margin-bottom: 0px;
}

#group-seating .section.section_slider_above {
  padding-bottom: 150px;
  margin-bottom: 0px;
}

.seating-modal.modal {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.seating-modal.modal button {
  background: transparent;
  border: 0;
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 25px;
}
.seating-modal.modal .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 30px;
}
.seating-modal.modal.in .modal-dialog {
  width: 80%;
  max-width: 800px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.swal-overlay {
  z-index: 99999;
}
.swal-overlay .swal-modal {
  font-family: "Overpass", sans-serif;
}
.swal-overlay .swal-modal .swal-text {
  font-size: 17px;
  text-align: center;
}

.showRequestInfoOverlay,
.showPrivacyPolicyOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.showRequestInfoOverlay.active,
.showPrivacyPolicyOverlay.active {
  opacity: 1;
  z-index: 99999;
}
.showRequestInfoOverlay .content,
.showPrivacyPolicyOverlay .content {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 20px;
  background-image: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 56%);
  border: 11px solid rgba(0, 0, 0, 0.2);
  max-width: 760px;
  width: 100%;
  max-width: 552px;
  max-height: 550px;
}
.showRequestInfoOverlay .content .title,
.showPrivacyPolicyOverlay .content .title {
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  color: #345B4D;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D5D5D5;
}
.showRequestInfoOverlay .content label,
.showPrivacyPolicyOverlay .content label {
  display: block;
  font-family: "Overpass", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #969696;
  letter-spacing: 0;
  line-height: 27px;
  margin-left: -20px;
}
.showRequestInfoOverlay .content label#riInterestLabel.error,
.showPrivacyPolicyOverlay .content label#riInterestLabel.error {
  color: #ff0000;
}
.showRequestInfoOverlay .content input,
.showPrivacyPolicyOverlay .content input {
  width: 100%;
  height: 55px;
  border: 1px solid #CCCCCC;
  border-bottom: 4px solid #CCCCCC;
  text-align: center;
  -moz-transition: border 0.5s ease-in-out;
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}
.showRequestInfoOverlay .content input:hover, .showRequestInfoOverlay .content input:focus,
.showPrivacyPolicyOverlay .content input:hover,
.showPrivacyPolicyOverlay .content input:focus {
  border: 1px solid #345B4D;
  border-bottom: 4px solid #345B4D;
  outline: none;
}
.showRequestInfoOverlay .content input.error,
.showPrivacyPolicyOverlay .content input.error {
  border: 1px solid #ff0000;
  border-bottom: 4px solid #ff0000;
}
.showRequestInfoOverlay .content input[type=checkbox],
.showPrivacyPolicyOverlay .content input[type=checkbox] {
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
  border: 2px solid #345B4D;
  outline: none;
  cursor: hand;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: -20px;
}
.showRequestInfoOverlay .content input[type=checkbox]:hover:before,
.showPrivacyPolicyOverlay .content input[type=checkbox]:hover:before {
  background: #345B4D;
}
.showRequestInfoOverlay .content input[type=checkbox]:before,
.showPrivacyPolicyOverlay .content input[type=checkbox]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.showRequestInfoOverlay .content input[type=checkbox]:checked:before,
.showPrivacyPolicyOverlay .content input[type=checkbox]:checked:before {
  background: #345B4D;
}
.showRequestInfoOverlay .content .inlineLabel,
.showPrivacyPolicyOverlay .content .inlineLabel {
  display: inline-block;
  font-family: "Overpass", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #2A433A;
  letter-spacing: 0;
  line-height: 27px;
  text-transform: uppercase;
  padding-left: 10px;
}
.showRequestInfoOverlay .content .riSmallPrint,
.showPrivacyPolicyOverlay .content .riSmallPrint {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 27px;
}
.showRequestInfoOverlay .content .row,
.showPrivacyPolicyOverlay .content .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 10px;
}
.showRequestInfoOverlay .content .row .col,
.showPrivacyPolicyOverlay .content .row .col {
  padding-left: 5px;
  padding-right: 5px;
}
.showRequestInfoOverlay .content .riSubmit,
.showPrivacyPolicyOverlay .content .riSubmit {
  background-image: linear-gradient(-180deg, #436450 0%, #2D4035 100%);
  font-family: "Overpass", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #E9BB11;
  letter-spacing: 0;
  text-align: center;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
  display: block;
  margin-top: 10px;
  cursor: hand;
  cursor: pointer;
  opacity: 1;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.showRequestInfoOverlay .content .riSubmit:hover,
.showPrivacyPolicyOverlay .content .riSubmit:hover {
  opacity: 0.9;
}
.showRequestInfoOverlay .content .closeRequestInfoOverlay,
.showPrivacyPolicyOverlay .content .closeRequestInfoOverlay {
  position: absolute;
  font-size: 30px;
  top: 0px;
  right: 0px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  cursor: hand;
  cursor: pointer;
}

.showPrivacyPolicyOverlay .content {
  max-width: 800px;
  font-family: "Overpass", sans-serif;
  overflow-y: auto;
}
.showPrivacyPolicyOverlay .content a {
  color: #E9BB11;
}

@media screen and (min-width: 768px) {
  header .container.header-bar {
    max-width: 70%;
  }
  header .mobile_secondary_nav {
    display: none;
  }

  html.home body .container.content .wrapper {
    width: 80%;
  }
  html.home body .container.content .wrapper h1 {
    font-size: 50px;
    letter-spacing: 20px;
    margin: 30px 0px 0px 0px;
    padding: 25px 0px;
  }
  html.home body .container.content .wrapper a.btn-home {
    top: -12px;
    padding: 13px 10px;
    margin: 0 auto;
  }

  .videoContainer {
    height: calc(100vh - 101px);
  }

  .menu-wrapper {
    display: block;
    position: relative;
    margin-top: 6px;
    max-height: none;
    height: auto;
    overflow: visible;
  }
  .menu-wrapper .container {
    position: static;
  }
  .menu-wrapper #logo {
    max-width: 70px;
  }
  .menu-wrapper .menu {
    height: 80px;
    text-align: center;
    padding: 0px;
    margin: 0px -15px;
  }
  .menu-wrapper .menu li {
    float: left;
    list-style-type: none;
    width: 14.28%;
    border-right: 1px solid #D5D5D5;
    box-shadow: 1px 0 2px -3px rgba(0, 0, 0, 0.2) inset;
  }
  .menu-wrapper .menu li.no_border_right {
    border-right: 0px;
  }
  .menu-wrapper .menu li.no_border_left {
    border-left: 0px;
    box-shadow: 1px 0 2px -3px rgba(0, 0, 0, 0.2) inset;
  }
  .menu-wrapper .menu li:first-child {
    border-left: 1px solid #D5D5D5;
  }
  .menu-wrapper .menu li.vertical_center_wrapper {
    display: table;
  }
  .menu-wrapper .menu li.vertical_center_wrapper .vertical_center {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
  }
  .menu-wrapper .menu li.vertical_center_wrapper .vertical_center.animate {
    opacity: 1;
  }
  .menu-wrapper .menu li.vertical_center_wrapper a {
    font-family: "Overpass", sans-serif;
    font-size: 12px;
    color: #2A433A;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: auto;
    text-decoration: none;
    width: 100%;
  }
  .menu-wrapper .menu li .sub-menu {
    max-height: 0px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    opacity: 0.9;
    background: #2A433A;
    padding: 0px;
    z-index: 9999;
  }
  .menu-wrapper .menu li .sub-menu li {
    display: inline-block;
    border: 0px;
    box-shadow: none;
    float: none;
    width: auto;
    line-height: 40px;
    background-color: transparent;
  }
  .menu-wrapper .menu li .sub-menu li.active a {
    color: #E9BB11;
  }
  .menu-wrapper .menu li .sub-menu a {
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0px 10px;
  }
  .menu-wrapper .menu li .sub-menu a:hover {
    color: #E9BB11;
  }
  .menu-wrapper .menu li a.menu_hover_bar {
    position: relative;
  }
  .menu-wrapper .menu li a.menu_hover_bar ._menu_hover_bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 6px;
    background: #E9BB11;
    transition: width 0.5s ease-in-out;
  }
  .menu-wrapper .menu li.active {
    background: #fff;
  }
  .menu-wrapper .menu li.active a.menu_hover_bar ._menu_hover_bar {
    transition: width 0.5s ease-in-out;
    width: 100%;
  }
  .menu-wrapper .menu li:hover {
    background: #fff;
  }
  .menu-wrapper .menu li:hover a.menu_hover_bar ._menu_hover_bar {
    transition: width 0.5s ease-in-out;
    width: 100%;
  }
  .menu-wrapper .menu li:hover .sub-menu {
    max-height: 50px;
    transition: max-height 0.15s ease-in;
  }
  .menu-wrapper .menu li:hover .sub-menu li {
    background: transparent;
  }
  .menu-wrapper .menu li.summary_active:hover.contact_menu_wrapper .sub-menu {
    max-height: 0px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper:hover {
    background: transparent;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .telephone-icon {
    width: 14px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .mail-icon {
    width: 18px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .vertical_center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .summary_menu {
    cursor: hand;
    cursor: pointer;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .summary_menu:hover {
    background: #fff;
  }
  .menu-wrapper .menu li.contact_menu_wrapper a {
    display: inline-block;
    padding: 3px 3px;
    width: auto;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .contact_menu {
    border: 1px solid #DDDDDD;
    border-radius: 9px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .contact_menu .white-border {
    border: 1px solid #FFFFFF;
    border-radius: 9px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .contact_menu .white-border:hover {
    background: #FFFFFF;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .sub-menu {
    text-align: right;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .sub-menu li:last-child a {
    padding-right: 0px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper .sub-menu a {
    padding: 0px 10px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper.summary_active {
    border-left: 1px solid #D5D5D5;
  }
  .menu-wrapper .menu li.contact_menu_wrapper.summary_active .contact_menu, .menu-wrapper .menu li.contact_menu_wrapper.summary_active .white-border {
    border: 0px;
    border-radius: 0px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper.summary_active .contact_menu {
    border-top: 1px solid #D5D5D5;
  }
  .menu-wrapper .menu li.contact_menu_wrapper.summary_active .vertical_center {
    padding-left: 0px;
    padding-right: 0px;
  }

  .homepage_bg .lambeau_field_icon,
.intro_bg .lambeau_field_icon {
    width: 158px;
  }
  .homepage_bg .container,
.intro_bg .container {
    position: relative;
    height: 100%;
  }
  .homepage_bg h1,
.intro_bg h1 {
    font-size: 50px;
    letter-spacing: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .homepage_bg .vertical_center_wrapper,
.intro_bg .vertical_center_wrapper {
    top: -80px;
  }

  .carousel.suites .item {
    height: 100%;
    max-height: calc(100% - 190px);
    min-height: 500px;
  }
  .carousel.suites .carousel_content_wrapper .carousel_content_logo img {
    width: 158px;
    margin-bottom: -22px;
  }
  .carousel.suites .carousel_content_wrapper .carousel_content_title {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .carousel.suites .carousel_content_wrapper .carousel_content_title p {
    font-family: "Overpass", sans-serif;
    font-size: 34px;
    line-height: 39px;
    letter-spacing: 11px;
  }
  .carousel.suites .carousel_content_wrapper .carousel_content {
    display: block;
  }
  .carousel .controls {
    width: 50px;
    height: 110px;
  }
  .carousel .controls .arrow {
    font-size: 31px;
    margin-top: -15px;
  }
  .carousel .controls.left .arrow {
    margin-left: 10px;
  }
  .carousel .controls.right .arrow {
    margin-left: 18px;
  }
  .carousel.suite_view {
    margin-top: 40px;
    border: 2px solid #ddd;
    border-radius: 5px;
  }
  .carousel.suite_view .carousel-inner > .item > img, .carousel.suite_view .carousel-inner > .item > a > img {
    max-width: 500px;
    margin: auto;
  }
  .carousel.suite_view .controls {
    border-radius: 10px;
    height: 83px;
    width: 39px;
  }
  .carousel.suite_view .controls.left {
    left: -18px;
  }
  .carousel.suite_view .controls.left .arrow {
    margin-left: 12px;
  }
  .carousel.suite_view .controls.right {
    right: -18px;
  }
  .carousel.suite_view .controls.right .arrow {
    margin-left: 16px;
  }
  .carousel.suite_view .controls .arrow {
    margin-top: -8px;
    font-size: 17px;
  }
  .carousel.suite_view .carousel-indicators {
    top: 5px;
    bottom: auto;
    right: 5px;
    margin: 0;
    left: auto;
    width: auto;
  }
  .carousel.suite_view .carousel-indicators li {
    text-indent: unset;
    height: 57px;
    width: 57px;
    background: #E5E5E5;
    background-image: linear-gradient(0deg, #E4E3E3 0%, #FFFFFF 56%);
    border: 1px solid #D0D0D0;
    position: relative;
    display: inline;
    float: left;
    margin: 0px;
    border-radius: 5px;
    opacity: 0.5;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .carousel.suite_view .carousel-indicators li.active, .carousel.suite_view .carousel-indicators li:hover {
    opacity: 1;
  }
  .carousel.suite_view .carousel-indicators li:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
  }
  .carousel.suite_view .carousel-indicators li:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .carousel.suite_view .carousel-indicators li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .carousel.suite_view .carousel-indicators li img#icon-3d {
    height: 21px;
    width: 17px;
  }
  .carousel.suite_view .carousel-indicators li img#icon-2d {
    height: 16px;
    width: 16px;
  }

  .intro_bg h1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .intro_bg .lambeau_field_icon {
    width: 118px;
    margin-bottom: -16px;
  }
  .intro_bg .col {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pages_wrapper {
    height: 100%;
    height: calc(100% - 86px);
  }

  .homepage_bg .videoContainer {
    height: calc(100vh - 86px);
  }
}
@media screen and (min-width: 992px) {
  .section.section_slider_above {
    position: relative;
    padding-top: 20px;
  }
  .section.section_slider_above:before {
    background: url(../assets/faded-g.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: -10% -20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section.section_slider_above:after {
    content: "";
    border-top: 1px solid #E6E6E6;
    position: absolute;
    top: 20px;
    width: 100%;
  }
  .section .text-right-sm {
    text-align: right;
  }
  .section .section_title {
    font-size: 25px;
    letter-spacing: 6px;
    padding-right: 0px;
  }
  .section .section_title.border-bottom-sm {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .section .section_sub_title {
    font-size: 16px;
    line-height: 28px;
  }
  .section .section_list {
    border-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section .section_list .section_list_icon {
    display: none;
  }
  .section .separator_row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .section .separator_row .separator {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #E6E6E6;
  }
  .section.section_interactive_map .suite_view_panel {
    margin-top: 30px;
  }
  .section.section_interactive_map .section_list .section_list_icon {
    display: block;
  }

  .triangle-list {
    max-height: 9999px;
    border-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .triangle-list li:first-child {
    margin-top: 15px;
  }
  .triangle-list li:last-child {
    margin-bottom: 15px;
  }
  .triangle-list.left li {
    background-image: url(../assets/icons/bullet-point-arrow.png);
    background-position: left 5px;
    padding-left: 20px;
  }
  .triangle-list.right li {
    background-image: url(../assets/icons/bullet-point-arrow-right.png);
    background-position: right 5px;
    padding-right: 20px;
  }

  .menu-wrapper .menu li {
    width: 14.28%;
  }
  .menu-wrapper .menu li.anniversaryMenuLogo.vertical_center_wrapper {
    display: table;
  }
  .menu-wrapper .menu li:hover, .menu-wrapper .menu li:focus {
    background: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .menu-wrapper #logo {
    max-width: 89px;
  }
  .menu-wrapper .menu {
    height: 95px;
  }
  .menu-wrapper .menu li.vertical_center_wrapper .vertical_center {
    height: 95px;
  }
  .menu-wrapper .menu li.vertical_center_wrapper a {
    font-size: 13px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper a {
    display: inline-block;
    padding: 5px 3px;
  }
  .menu-wrapper .menu li.contact_menu_wrapper.summary_active a {
    padding: 12px 3px;
  }
  .menu-wrapper .menu li .sub-menu li {
    line-height: 50px;
  }

  .carousel.suites .item {
    max-height: calc(100% - 190px);
  }

  .pages {
    top: 0px;
  }
  .pages_wrapper {
    height: 100%;
    height: calc(100% - 101px);
  }

  .homepage_bg .videoContainer {
    height: calc(100vh - 101px);
  }
}
@media screen and (min-width: 1400px) {
  .section.section_slider_above {
    padding-bottom: 20%;
    margin-bottom: -20%;
  }

  .section.section_slider_above:before {
    background-size: 50% auto;
    background-position: -10% -40px;
  }
}
@media screen and (max-width: 768px) {
  .intro_bg .intro-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro_bg h1 {
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .intro_bg .intro-content p {
    font-size: 17px;
    line-height: 24px;
  }

  .intro_bg .intro-content {
    max-height: 200px;
    overflow: auto;
    border-bottom: 20px solid transparent;
  }

  .showRequestInfoOverlay .content input {
    height: 40px;
  }
  .showRequestInfoOverlay .content .riSubmit {
    height: 40px;
    line-height: 40px;
  }
  .showRequestInfoOverlay .content label,
.showRequestInfoOverlay .content input[type=checkbox] {
    margin-left: 0px;
  }

  .showRequestInfoOverlay .content,
.showPrivacyPolicyOverlay .content {
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
    top: 0;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 100px;
  }
}

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