@font-face {
    font-family: 'Agrandir';
    src: url('/assets/fonts/agrandir/Agrandir-GrandLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Agrandir';
    src: url('/assets/fonts/agrandir/Agrandir-GrandRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Agrandir';
    src: url('/assets/fonts/agrandir/Agrandir-GrandThin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNueu';
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNueu';
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNueu';
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNueu';
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

#acousticForm {
  display: block;
  height: 2400px;
  width: 100%;
  border: none;
  background-color: #fff;
}
#trnsLogo {
  
  height: 80px;
}
#vid-container {
  text-align: center;
}
.event-text {
    text-align: center;
    font-family: 'HelveticaNueu';
    font-weight: 100;
    font-size: 24pt;
    line-height: 28pt;
    padding-top: 13px;
}

.event-text2 {
    font-family: 'HelveticaNueu';
    font-weight: 100;
    font-size: 21pt;
    line-height: 25pt;
    text-align: justify;
    padding-bottom: 10px;
}

.reg-closed {
  text-align: center;
}

.sectionvenue h2{
    font-family: 'Agrandir';
    font-weight: 300;
    font-size: 28pt;
    line-height: 30px;

}
.sectionvenue {
padding-left:10px;
text-align: left;
font-family: 'HelveticaNueu';
font-weight: 100;
font-size: 24pt;
line-height: 28pt;
padding-top:20px;
}

.golf-banner-img,
.navbar {
  height: auto;
  width: 100%;
}
.close,
.golf-banner-desc,
.modal-content button,
.modal-content table .name {
  font-weight: 700;
}
.container,
.rsvp {
  max-width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}
body {
  width: auto;
  background-color: #eee;
  margin: 0;
  overflow-x: hidden;
}
.container,
.rsvp,
.rsvp .rsvp-form .container {
  margin-right: auto;
  margin-left: auto;
}
.error {
  color: red !important;
  border-color: red !important;
}

.golf-banner-desc,
.golf-banner-header,
.golf-text,
.rsvp a,
.rsvp h1,
.rsvp p {
  font-family: 'Agrandir';
}
.navbar {
  background-color: #fff;
  padding-top: 26px;
  padding-bottom: 26px;
}
.golf-gradient {
  width: 100%;
  height: 20px;
}
.golf-banner-header {
 text-align: center;
 font-family: 'Agrandir';
 font-size: 48pt;
 font-weight: 100;
 line-height: 54px;
 text-transform: uppercase;
}
.golf-banner-desc {
  font-size: 13.28px;
  width: 75%;
  margin-bottom: 22px;
}
.golf-text li {
  margin-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  #acousticForm {
    height: 2400px;
  }
  #trnsLogo {
    height: 70px;
    margin-bottom: 10px;
  }
  #frame-vid {
    width: 100% !important;
    height: auto !important;
  }

  #carousel-container{
    height: 230px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel-img img{
    height: 230px !important;
    object-fit: contain;
    width: 100%;
  }

  .golf-banner-header {
    font-size: 27pt;
    line-height: 37px;
  }
  .event-text2{
    font-size: 16pt;
    line-height: 18pt;
  }
  .event-text{
    font-size: 20pt;
    line-height: 27pt;
  }

  .golf-text ul{
    padding-left: 25px !important;
  }

  .golf-text li{
    font-size: 18px;
    line-height: 24px;
  }

  .event-item img:not(.golf-gradient){
    height: auto !important;
    width: 100% !important;
  }

  .sectionvenue{
    font-size: 13pt;
    line-height: 18pt;
    padding-top: 20px !important;
    padding-left: 0 !important;
  }

  .event-text-mobile{
    margin: 0;
    padding: 0;
  }

  .events-container{
    padding: 0 !important;
    padding-top: 10px !important;
  }

  .disclaimer{
    font-size: 10px;
  }

}
.rsvp .rsvp-form {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #8fbe21;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.rsvp .rsvp-form .container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.rsvp .rsvp-form label {
  font-size: 12px;
  margin-bottom: 8px;
  color: #f3f4f4;
}
.rsvp .rsvp-form select {
  font-size: 16px;
  color: #fff;
  background: 0 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-color: #fff;
  outline: 0;
}
.rsvp .rsvp-form select option {
  background-color: #333;
}
.rsvp .rsvp-form input {
  font-size: 16px;
  color: #fff;
  background: 0 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-width: thin;
  border-color: #fff;
  outline: 0;
}
.rsvp .rsvp-form .rsvp-row1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 20px;
}
.rsvp .rsvp-form .rsvp-row2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.rsvp .rsvp-form .rsvp-row2 .firstname-div label,
.rsvp .rsvp-form .rsvp-row2 .lastname-div label {
  margin-bottom: 8px;
}
.rsvp .rsvp-form .rsvp-row2 .lastname-div {
  width: 45%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.rsvp .rsvp-form .rsvp-row2 .firstname-div {
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.rsvp .rsvp-form .rsvp-row3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.rsvp .rsvp-form .rsvp-row3 .occupation-div,
.rsvp .rsvp-form .rsvp-row3 .toi-div {
  width: 20%;
  display: -webkit-box;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.rsvp .rsvp-form .rsvp-row3 .occupation-div {
  display: flex;
}
.rsvp .rsvp-form .rsvp-row3 .occupation-div label {
  margin-bottom: 9px;
}
.rsvp .rsvp-form .rsvp-row3 .company-div label,
.rsvp .rsvp-form .rsvp-row3 .toi-div label,
.rsvp .rsvp-form .rsvp-row4 .address-div label,
.rsvp .rsvp-form .rsvp-row4 .city-div label,
.rsvp .rsvp-form .rsvp-row4 .postal-div label,
.rsvp .rsvp-form .rsvp-row4 .state-div label {
  margin-bottom: 8px;
}
.rsvp .rsvp-form .rsvp-row3 .toi-div {
  display: flex;
}
.rsvp .rsvp-form .rsvp-row3 #find-toi {
  border-radius: 7px;
  padding: 2px 16px;
  border: 1px;
  cursor: pointer;
}
.rsvp .rsvp-form .rsvp-row3 .company-div {
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.rsvp .rsvp-form .rsvp-row4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.rsvp .rsvp-form .rsvp-row4 .address-div {
  width: 35%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.rsvp .rsvp-form .rsvp-row4 .city-div,
.rsvp .rsvp-form .rsvp-row4 .state-div {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.rsvp .rsvp-form .rsvp-row4 .city-div {
  width: 20%;
  display: -webkit-box;
  display: flex;
}
.rsvp .rsvp-form .rsvp-row4 .state-div {
  width: 15%;
  display: -webkit-box;
  display: flex;
}
.rsvp .rsvp-form .rsvp-row4 .postal-div {
  width: 20%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.rsvp .rsvp-form .rsvp-row5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.rsvp .rsvp-form .rsvp-row5 .email-div label,
.rsvp .rsvp-form .rsvp-row5 .phone-div label {
  margin-bottom: 8px;
}
.rsvp .rsvp-form .rsvp-row5 .email-div {
  width: 45%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.rsvp .rsvp-form .rsvp-row5 .phone-div {
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.rsvp .rsvp-form .rsvp-row6 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.rsvp .rsvp-form .rsvp-row6 .product-div,
.rsvp .rsvp-form .rsvp-row6 .recommend-div,
.rsvp .rsvp-form .rsvp-row7,
.rsvp .rsvp-form .rsvp-row9 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.rsvp .rsvp-form .rsvp-row6 .product-div {
  width: 50%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
.rsvp .rsvp-form .rsvp-row6 .product-div label {
  margin-bottom: 8px;
}
.rsvp
  .rsvp-form
  .rsvp-row6
  .product-div
  .select2-container--default
  .select2-selection--multiple {
  background-color: unset;
  border-bottom: 1px solid #fff;
  border-radius: unset;
  cursor: text;
  color: #fff;
}
.rsvp
  .rsvp-form
  .rsvp-row6
  .product-div
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: unset;
}
.rsvp
  .rsvp-form
  .rsvp-row6
  .product-div
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #000;
  border: unset;
  border-radius: 4px;
  font-size: 12px;
}
.rsvp
  .rsvp-form
  .rsvp-row6
  .product-div
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 50%;
}
.rsvp .rsvp-form .rsvp-row6 .recommend-div {
  width: 45%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
.rsvp .rsvp-form .rsvp-row6 .recommend-div label {
  margin-bottom: 8px;
}
.rsvp .rsvp-form .rsvp-row7 {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.rsvp .rsvp-form .rsvp-row8 {
  margin-bottom: 20px;
}
.rsvp .rsvp-form .rsvp-row8 .receive-div {
  display: inline;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  vertical-align: sub;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rsvp .rsvp-form .rsvp-row8 #receiveEmail {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.rsvp .rsvp-form .rsvp-row8 .checkmark {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
}
.rsvp .rsvp-form .rsvp-row8 #receiveEmail:checked ~ .checkmark {
  background-color: #002b4e;
}
.rsvp .rsvp-form .rsvp-row8 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.rsvp .rsvp-form .rsvp-row8 #receiveEmail:checked ~ .checkmark:after {
  display: block;
}
.rsvp .rsvp-form .rsvp-row9 {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.rsvp .rsvp-form .rsvp-row10 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.rsvp .rsvp-form .rsvp-row10 button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 64px;
  height: 36px;
  color: #fff;
  background: 0 0;
  outline: 0;
  border: none;
}
.rsvp .rsvp-form .rsvp-row10 button:hover {
  cursor: pointer;
  background: #72a300;
}
.info p {
  font-family: Arial, Helvetica, sans-serif;
}
.disclaimer {
  font-family: 'HelveticaNueu';
    font-weight: 100;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.disclaimer p {
  width: 95%;
}
@media only screen and (max-width: 993px) {
  .rsvp .rsvp-form,
  .rsvp h1,
  .rsvp p {
    font-family: Arial, Helvetica, sans-serif;
  }
  .golf-banner-desc,
  .golf-banner-header,
  .rsvp .rsvp-form,
  .select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    width: 100%;
  }
  .container {
    max-width: 100%;
  }
  .rsvp {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .rsvp h1,
  .rsvp p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rsvp .rsvp-form {
    background-color: #8fbe21;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .rsvp .rsvp-form .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .rsvp-row2,
  .rsvp-row3,
  .rsvp-row4,
  .rsvp-row5,
  .rsvp-row6 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .rsvp-row2,
  .rsvp-row3,
  .rsvp-row4,
  .rsvp-row5,
  .rsvp-row6,
  .rsvp-row8 {
    margin-bottom: 0 !important;
  }
  .address-div,
  .city-div,
  .company-div,
  .email-div,
  .firstname-div,
  .lastname-div,
  .occupation-div,
  .phone-div,
  .postal-div,
  .product-div,
  .recommend-div,
  .state-div,
  .toi-div {
    width: 100% !important;
    margin-bottom: 22px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  font-family: Helvetica;
}
.modal-content button {
  border-radius: 10px;
  border: 0;
  padding: 5px 12px;
  font-family: Helvetica;
  cursor: pointer;
}
.modal-content table {
  font-family: Helvetica;
  width: 100%;
}
.modal-content table tr:nth-child(odd) {
  background-color: #8fbe21;
  color: #fff;
}
.modal-content table td {
  border: none;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
