﻿#mdlcontact {
  background: transparent linear-gradient(270deg, #022A3A 0%, #004165 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 250px;
}
#mdlcontact .title {
  font-weight: bold;
  font-family: 'Lato';
  font-size: 40px;
  line-height: 1.1;
}
#mdlcontact .infoBox dl {
  padding: 20px 45px 20px 20px !important;
}
#mdlcontact .infoBox dt {
  font-size: 24px;
  font-family: 'Lato';
  color: #692932;
}
#mdlcontact .infoBox dd {
  font-size: 32px;
  font-family: 'Lato';
  color: #333333;
}
#mdlcontact #contact {
  background: #fff;
  border-radius: 3px;
  max-width: 1070px;
  margin-top: 157px;
}
#mdlcontact #contact #alert-message-view {
  position: absolute;
  width: 100%;
}
#mdlcontact #contact #alert-message-view #submissionResult {
  background-image: linear-gradient(45deg, #157F5B, #157F5B) !important;
  color: white !important;
  font-size: 14px !important;
  font-family: 'Lato' !important;
  font-weight: 700 !important;
  border-radius: 0 !important;
  margin-bottom: 14px !important;
  box-shadow: none !important;
}
#mdlcontact #contact #alert-message-view #submissionResult img {
  margin-right: 12px !important;
  margin-bottom: 3px !important;
}
#mdlcontact #contact #contactClubModal {
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}
#mdlcontact #contact #contactClubModal .modal-title {
  font-weight: 800 !important;
}
#mdlcontact #contact #contactClubModal #membership_message {
  margin-top: 10px;
  padding: 10px 0 10px 17px;
}
#mdlcontact #contact #contactClubModal #scheduleDateDiv {
  width: 100%;
}
#mdlcontact #contact #contactClubModal #scheduleDateDiv .input-group-addon span {
  margin: 0;
}
#mdlcontact #contact #contactClubModal #scheduleDateDiv .input-group-addon span:before {
  content: "\e109";
  font-family: 'Glyphicons Halflings';
}
#mdlcontact #contact #contactClubModal .lead-type {
  margin: 0;
}
#mdlcontact #contact #contactClubModal .lead-type .lead-type-label {
  width: 100%;
  position: relative;
}
#mdlcontact #contact #contactClubModal .dropdown label::after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  position: absolute;
  top: 41px;
  right: 15px;
}
#mdlcontact .disclaimer span {
  font-size: 12px !important;
}
#mdlcontact .disclaimer .para1 span {
  font-size: 14px !important;
  font-family: 'lato';
  font-weight: 500 !important;
  font-style: normal !important;
  color: #333 !important;
  margin-top: 32px;
}
#mdlcontact #disclaimerCheckbox {
  float: left;
  margin-right: 5px;
  scale: 1.2;
  accent-color: #004165;
}
#mdlcontact #disclaimerCheckbox .dis-check-box {
  margin: 36px 5px 17px 0;
}
#mdlcontact #disclaimerCheckbox .terms-para {
  display: inline;
  padding: 0 !important;
}
#mdlcontact #disclaimerCheckbox .terms-para span {
  font-size: 14px;
  color: #4D4D4D;
  font-family: 'Lato';
}
#mdlcontact .submit-btn {
  margin-right: 10px;
}
#mdlcontact .cancel-btn {
  background: #fff;
  color: #772432;
  border: 1px solid #772432;
}
#mdlcontact .disabled {
  pointer-events: none;
  opacity: 0.3 !important;
}
#mdlcontact #cancel_btn {
  display: block;
  margin: 0;
  width: 100%;
}
.mainFooter {
  padding: 0 !important;
}
.dropdown select {
  appearance: none;
}
#emailmodal {
  background: none;
  height: 100%;
  display: flex;
  align-items: center;
}
#contactClubEmailModal {
  overflow-y: hidden;
}
#contactClubEmailModal:before {
  display: none;
}
#eos_modal {
  display: block;
  opacity: 1;
  height: min-content;
  overflow: hidden;
}
#eos_modal .modal-dialog {
  margin: 0;
  display: block;
  transform: none;
}
#eos_modal-Footer {
  padding: 19px 70px 50px !important;
}
#loginButton {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.message-body {
  height: 100vh;
  background: transparent linear-gradient(270deg, #022A3A 0%, #004165 100%) 0% 0% no-repeat padding-box;
  padding-top: 145px;
}
.message-container {
  background: #fff;
  padding: 50px 40px;
  max-width: 1080px;
  margin: auto;
  box-shadow: 0px 2px 4px #00000029;
  border-radius: 2px;
}
.message-header {
  font-size: 36px;
  font-weight: bold;
  color: #4D4D4D;
  display: flex;
  column-gap: 46px;
  align-items: center;
  line-height: 1.1;
}
.message-header img {
  float: left;
}
.message-info {
  clear: both;
  margin-top: 50px;
  padding-left: 20px;
}
.message-info-title {
  background: #5c5c5c;
  color: #fff;
  padding: 15px;
  font-size: 24px;
  font-family: lato;
  font-weight: bold;
}
.message-content {
  padding: 35px 20px;
}
.message-content p {
  font-size: 18px;
  font-family: lato;
  margin-bottom: 20px;
}
.message-btns {
  padding-left: 40px;
  margin-bottom: 44px;
}
.message-btns button,
.message-btns a {
  background: #772432;
  color: #fff !important;
  border: none;
  border-radius: 3px;
  padding: 12px 15px;
  width: 290px;
  margin-right: 25px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
#cancelButton[disabled] {
  opacity: 0.2;
}
.lead-already-for-member-visit {
  font-size: 12px;
  font-family: 'Lato';
  color: #AC1B1B;
}
.lead-already-for-member-contact {
  font-size: 12px;
  font-family: 'Lato';
  color: #AC1B1B;
}
.lead-already-for-member {
  color: #AC1B1B;
  border: 1px solid #AC1B1B !important;
}
#cancel_btn {
  display: block;
  margin: 0;
  width: 100%;
}
#membership_message {
  background-color: rgba(244, 194, 194, 0.5);
  color: #333333;
  font-family: 'Lato';
  font-size: 14px;
  border: none;
  border-radius: 0;
  justify-content: space-between;
  font-weight: 600;
  align-items: center;
  padding: 0px 20px 0px 16px !important;
  margin-top: 12px !important;
  margin-bottom: -27px !important;
  z-index: 99;
  position: relative;
}
#membership_message a {
  font-size: 14px;
  font-family: 'Lato';
  color: #333333;
  border-bottom: 1px solid #333333;
}
#membership_message_button {
  background: none;
  font-size: 11px;
  border: none;
  font-family: 'Font Awesome 6 Brands';
  padding: 0;
  line-height: 8px;
  padding-left: 20px;
  margin-left: 23px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-left: 1px solid #CCCCCC;
}
.club-details {
  padding: 0;
  font-family: arial, sans-serif;
}
#membership_message {
  display: none;
}
#ScheduleDate {
  z-index: 0;
}
.error-banner {
  padding: 13px 68px 13px 16px;
  background: #AC1B1B;
  color: #FFFFFF;
  font-family: lato;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.error-banner a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff !important;
}
.guest-term p {
  line-height: 24px !important;
  font-family: Lato !important;
  font-size: 14px !important;
  color: #4D4D4D !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
.guest-term .terms-para {
  padding: 0 !important;
}
.guest-term div {
  margin-bottom: 40px !important;
}
.guest-term .guest-terms-para {
  line-height: 20px !important;
}
.guest-term-para span {
  color: #000000;
  font-weight: 600;
}