@font-face {
  font-family: Bank gothic;
  src: url('../fonts/Bank-Gothic-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
}

.logo {
  width: 300px;
}

.logo.w--current {
  width: 300px;
  padding-top: 0;
}

.nav-menu {
  float: left;
  width: 65%;
  margin-left: 25px;
}

.nav-item {
  color: #f5f5f5;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 30px 10px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  transition: all .5s;
}

.nav-item:hover {
  color: #ffa300;
  border-bottom: 2px solid #ffa300;
}

.nav-item:active {
  color: #fff;
  text-shadow: 0 4px 6px #ffa300;
}

.nav-item.w--current {
  color: #f5f5f5;
  border-bottom: 2px solid #ffa300;
}

.nav-bar {
  background-color: #000;
  position: sticky;
  top: 0;
}

.nav-bar.interior {
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
}

.bg-video {
  z-index: -2;
  width: 100%;
  height: 100vh;
  margin-top: 50px;
  position: fixed;
  inset: 0;
}

.small-nav-menu {
  float: right;
}

.small-nav-item {
  color: #f5f5f5;
  padding: 20px 10px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  transition: color .5s;
  display: inline-block;
}

.small-nav-item:hover {
  color: #ffa300;
}

.small-nav-item.interioremail {
  padding: 0;
}

.homepage-content {
  text-align: center;
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
}

.h1-homepage-content {
  color: #f5f5f5;
  text-transform: none;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  line-height: 40px;
}

.h2-homepage-content {
  color: #f5f5f5;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
  font-weight: 700;
}

.register-button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d87900;
  border-radius: 15px;
  margin: 5px 15px;
  font-size: 13px;
  transition: all .5s;
  box-shadow: 0 0 6px 1px #fff;
}

.register-button:hover {
  color: #ffa300;
  background-color: #505050;
}

.register-button.gray {
  color: #ffa300;
  background-color: #505050;
  box-shadow: 0 0 6px #fff;
}

.register-button.gray:hover {
  color: #fff;
  background-color: #d87900;
}

.small-links-wrapper {
  margin-top: 15px;
}

.small-link {
  color: #f5f5f5;
  padding: 0 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  text-decoration: underline;
  transition: all .5s;
  display: inline-block;
}

.small-link:hover {
  color: #ffa300;
}

.footer {
  width: 100%;
  padding-bottom: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.wsdcbutton {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.wsdc-link-block {
  width: 120px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .5s;
}

.wsdc-link-block:hover {
  box-shadow: 0 0 6px 3px #ffa300;
}

.footer-container {
  text-align: center;
}

.asdc-link-block {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .5s;
  box-shadow: 0 0 6px #fff;
}

.asdc-link-block:hover {
  box-shadow: 0 0 6px #fff, 0 0 6px 3px #ffa300;
}

.aance-link-block {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .5s;
}

.aance-link-block:hover {
  box-shadow: 0 0 6px 3px #ffa300;
}

._16-link-block {
  width: 170px;
  transition: all .5s;
}

._16-link-block:hover {
  box-shadow: 0 0 6px 3px #ffa300;
}

.nfda-link-block {
  margin-left: 10px;
  margin-right: 10px;
  transition: all .5s;
}

.nfda-link-block:hover {
  box-shadow: 0 0 6px 3px #ffa300;
}

.footer2 {
  width: 100%;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer2-container {
  text-align: center;
}

.footer2-link {
  color: #fff;
  margin-right: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.footer2-link:hover {
  color: #ffa300;
}

.footer2-link.with-border {
  border-left: 2px solid #fff;
  padding-left: 15px;
}

.footer2-link.with-border.interior, .footer2-link.interior {
  font-size: 16px;
}

.interior-section {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.interior-h1 {
  color: #f5f5f5;
  font-family: Bank gothic, sans-serif;
  font-weight: 500;
}

.interior-h1.usdc {
  text-align: center;
  font-family: Bank gothic, sans-serif;
}

.mc-row {
  display: block;
}

.interior-h3 {
  color: #f5f5f5;
  text-align: center;
}

.interior-h3.long-name {
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.interior-h3.usdc {
  color: #ffb01c;
}

.interior-h3.condensed {
  white-space: nowrap;
}

.mc-image {
  border-radius: 30px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: block;
  box-shadow: 0 0 6px 2px #ffa300;
}

.mc-image:hover {
  box-shadow: 0 0 13px 3px #ffa300;
}

.instructor-section {
  background-color: #000;
}

.instructor-section.bottom-section {
  padding-bottom: 25px;
}

.staff-container {
  padding-top: 40px;
}

.staff-row {
  margin-bottom: 20px;
  margin-left: 11px;
  margin-right: 11px;
  display: block;
}

.staff-image {
  text-align: center;
  border-radius: 30px;
  max-height: 200px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: block;
  box-shadow: 0 0 6px 2px #ffa300;
}

.staff-image:hover {
  box-shadow: 0 0 15px 3px #ffa300;
}

.hotel-section {
  background-color: #000;
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/2019-ASC-image.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 40px;
}

.hotel-section.information {
  display: block;
}

.hotel-text {
  color: #f5f5f5;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

.hotel-column-div-block-1 {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}

.hotel-column-div-block-1.big-button {
  text-align: center;
}

.hotel-phone-link {
  color: #ffa300;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  text-decoration: none;
}

.hotel-slide {
  background-color: #0000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hotel-slide.hotel {
  background-image: none, none;
  background-position: 0 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

.hotel-slide.two {
  background-image: url('../images/cp-ballroom.jpg');
}

.hotel-slide._3 {
  background-image: url('../images/cp-lobby.jpg');
}

.hotel-slide._4 {
  background-image: url('../images/cp-double.jpg');
}

.hotel-slide._6 {
  background-image: url('../images/cp-king.jpg');
}

.hotel-slide._7 {
  background-image: url('../images/cp-bar.jpg');
}

.interior-h4 {
  color: #f5f5f5;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.schedule-title {
  color: #f5f5f5;
  padding-top: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
  list-style-type: square;
}

.schedule-title.info {
  margin-top: -10px;
}

.schedule-detail {
  color: #f5f5f5;
  margin-left: 50px;
}

.schedule-day {
  margin-top: -10px;
  margin-bottom: 20px;
  padding-left: 50px;
}

.interior-h2 {
  color: #f5f5f5;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
}

.interior-h2.pricing {
  color: #ffbe00;
}

.drop-down-main-text {
  color: #f5f5f5;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.drop-down {
  padding-top: 10px;
  padding-bottom: 10px;
}

.information-link-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.information-header-section {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-competition-section {
  background-color: #000;
  padding-bottom: 20px;
}

.swing16-link {
  color: #ffa300;
  text-decoration: none;
}

.info-past-results-section {
  background-color: #161616;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-sponsors {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-travel-section {
  background-color: #161616;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer2-image {
  border-radius: 0;
}

.schedule-tabs {
  margin-top: 25px;
  margin-bottom: 25px;
}

.schedule-tab-link {
  color: #ffa300;
  background-color: #505050;
  border-radius: 10px;
  margin: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  transition: all .5s;
}

.schedule-tab-link:hover {
  color: #f5f5f5;
  box-shadow: inset 0 0 8px #000;
}

.schedule-tab-link.w--current {
  color: #000;
}

.schedule-tab-link.w--current:hover {
  box-shadow: none;
}

.interior-footer {
  background-color: #000;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-right {
  z-index: 20;
  width: 70px;
  height: 150px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.hotel-slider-column, .slider-arrow {
  background-color: #0000;
}

.h3-homepage-content {
  color: #f5f5f5;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}

.footer-spacer {
  color: #000;
}

.future-paragraph {
  color: #f5f5f5;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.future-paragraph.slide {
  color: #ffa300;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
}

.text-block {
  color: #fff;
  margin-bottom: 5px;
  padding-top: 5px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

.heading {
  color: #f5f5f5;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.resultstab {
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.link {
  color: #ffa300;
}

.restaurant-slide {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.restaurant-slide.rs1 {
  background-image: url('../images/cp-bar.jpg');
  background-position: 0 0;
  background-size: cover;
}

.restaurant-slide.rs2 {
  background-image: url('../images/cp-grab-and-go.jpg');
  background-position: 50%;
  background-size: cover;
}

.restaurant-slide.rs3 {
  background-image: url('../images/cp-grab-n-go-2.jpg');
}

.heading-2 {
  color: #f5f5f5;
  text-align: center;
}

.html-embed {
  z-index: -1;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  color: #fff;
}

.dropdown {
  border-bottom: 1px #d87900;
  font-family: Georgia, Times, Times New Roman, serif;
  box-shadow: 0 2px 5px #0003;
}

.icon {
  margin-bottom: 8px;
  margin-right: 0;
  padding-left: 8px;
}

.dropdown-list {
  background-color: #000;
}

.drop-down-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white) var(--white) #f5f5f5;
  color: #f5f5f5;
}

.drop-down-link:hover {
  color: #ff9d00;
}

.section {
  background-color: var(--black);
  min-height: 50px;
}

html.w-mod-js [data-ix="scroll-fade-in"], html.w-mod-js [data-ix="load-fade-in-1"], html.w-mod-js [data-ix="load-fade-in-2"] {
  opacity: 0;
  transform: scale(.8);
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #161616;
    width: 50%;
  }

  .homepage-content {
    bottom: 75px;
  }

  .nav-menu-button {
    background-color: #ffa300;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .register-button.gray {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


@font-face {
  font-family: 'Bank gothic';
  src: url('../fonts/Bank-Gothic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}