@font-face {
    font-family: 'futurabold';
    src: url('../fonts/futura-bold-webfont.woff2') format('woff2'),
         url('../fonts/futura-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'madison_brightregular';
    src: url('../fonts/madison-bright-webfont.woff2') format('woff2'),
         url('../fonts/madison-bright-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_stdbook';
    src: url('../fonts/futurastd-book-webfont.woff2') format('woff2'),
         url('../fonts/futurastd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: 'futura_stdbook';
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    color: #15293c;
    margin: 0; 
}
a { 
    background-color: transparent; 
}
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
b, strong {
    font-family: 'futurabold';
}
header {
    background: black;
    padding: 50px 0;
}
.header-holder, .footer-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .date {
    font-family: 'futurabold';
    color: white;
    font-size:24px;
    text-transform: uppercase;
}
footer .date {
font-family: 'futurabold';
    color: #b15931;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: right;
    letter-spacing: 2px;
}
footer .copy {
    font-family: 'futura_stdbook';
    font-size: 14px;
    color: white;
    text-align: right;
    
}
.logo-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-main {
    margin-right:43px;
}
.logo-additional {
    margin-left:33px;
    position: relative;
}
.logo-additional:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 70px;
    background:#d6b135;
    left: -33px;
    
}
header {
    position: absolute;
    width: 100%;
    background: transparent;
}
.landing-keyart {
    background-image:url('../img/landing-keyart.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:894px;
}
.event-graphic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 150px;
}
.landing-banner {
    background-image:url('../img/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.landing-banner {
    font-size: 22px;
    color: white;
    font-family: 'futura_stdbook';
    text-align: center;
}

.landing-banner h2 {
    font-size: 54px;
    text-transform: uppercase;
    color: white;
    font-family: 'futurabold';
    text-align: center;
}
.estate {
    font-size: 24px;
    text-transform: uppercase;
}
.registration-form {
    padding: 100px 0;
}
.registration-form .date {
    font-size:24px;
    color: #b15931;
    text-transform: uppercase;
    font-family: 'futurabold';
    text-align: center;
    letter-spacing: 5px;
}
.registration-form h2 {
    color: #15293c;
    font-size: 70px;
    font-family: 'futurabold';
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
}
.registration-form h2:has(+div.show) {
    border: none;
}
.show .accordion-body {
    border-bottom: 1px solid #d6b135;
    padding-bottom: 50px;
}

.registration-form .instruction {
    color: #a3a3a4;
    font-size: 22px;
    font-family: 'futura_stdbook';
    text-align: center;
    margin-bottom: 100px;
    letter-spacing: 1px;
}
.member-guest {
    display: flex;
}
.prices {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #d6b135;
    margin-bottom: 30px;
}
.price {
    border-bottom: 1px solid #dfdfe0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 40px 15px 0;
}
.price + .price {
    border: none;
}
.price .spec-label {
    color: #15293c;
    font-size: 25px;
    font-family: 'futurabold';
    text-transform: uppercase;
    width: 220px;
} 
.price .price-number {
    color: #b15931;
    font-size: 25px;
    font-family: 'futurabold';
    text-transform: uppercase;
}
.price .price-number span {
    font-size: 18px;
    color: #a3a3a4;
    font-family: 'futura_stdbook';
    text-transform: none;
}
.checkboxes {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-right:40px;
}

.checkboxes .spec-label {
    color: #15293c;
    font-size: 25px;
    font-family: 'futurabold';
    text-transform: uppercase;
    width: 170px;
} 
.checkboxes label {
    color: #b15931;
    font-size: 25px;
    font-family: 'futurabold';
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.checkboxes label input {
    margin-right: 10px;
}
.checkboxes label span {
    font-size: 18px;
    color: #a3a3a4;
    font-family: 'futura_stdbook';
    text-transform: none;
    margin-left:15px;
}
.accordion-button::after {
    display: none;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color:  transparent;
    outline: 0;
    box-shadow: none;
}

.indicator {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 24px;
    border-radius: 100%;
    background-color: white;
    color: #d6b135;
    font-weight: bold;
    margin-left: auto;
    border: 1px solid #d6b135;
    aspect-ratio: 1 / 1;
}
.accordion-header {
    display: flex;
    border-bottom: 1px solid #d6b135;
}
.accordion-header button {
    font-size: 30px;
    font-weight:bold;
    font-family: 'futurabold';
}
.accordion-header button span{
    font-weight: normal;
    line-height: 1;
    font-size: 22px;
    padding-bottom: 4px;
}
.accordion-item {
    border: none;
}
.accordion-header .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    
}
.accordion-header label {
    font-size:12px; 
    text-transform: uppercase;
    margin-bottom: 3px;
}
.accordion-button {
    width:calc(100% - 50px);
}
input[type="submit"] {
    font-size: 22px;
    font-weight: bold;
    font-family: 'futurabold';
    color: white;
    background: #15293c;
    padding: 15px;
    border: 3px solid #d6b135;
    border-radius: 5px;
    letter-spacing: 3px;
    margin-top: 15px;
}
.event {
    color: #15293c;
    font-family: 'futura_stdbook';
    font-size: 20px;
}
.event h3 {
    color: #d6b135;
    font-family: 'futurabold';
    font-size: 24px;
    margin-bottom: 22px;
    letter-spacing: 2px;
    margin-top: 15px;
}
.event .event-date {
    padding-left: 40px;
    background:url('../img/cal.png') no-repeat center left;
    margin-bottom: 10px;
}
.event .event-time {
    margin-bottom: 22px;
    padding-left: 40px;
    background:url('../img/time.png') no-repeat center left;
}
.event p {
    
}
.section-image {
    border: 3px solid #d6b135;
}
input[type="text"],
input[type="date"],
input[type="email"]{
    border: 2px solid #15293c;
}
.form-control::placeholder {
  color: #a3a3a4;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { 
  color: #a3a3a4;
}
.red  {
    color: #d60023;
}
.billing-info {
    margin-top: 30px;
}
.form-major {
    margin-top: 50px;
}
footer {
    background: #15293c;
    padding:100px 0;
}
footer .logo-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form-holder.success {
    display: none;
}
h3.message-holder  {
    display: none;
}
h3.message-holder.success  {
    display: block;
    text-align: center;
}

label.dates {
  font-size: .8em;
    
}
.form-group {
    position: relative;
}

.form-group label.floating-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    padding: 0 5px;
    color: #aaa;
    transition: 0.3s;
    pointer-events: none;
}

.form-group input:focus + label.floating-label,
.form-group input:not(:placeholder-shown) + label.floating-label {
    top: 26px;
    font-size: 12px;
    color: #333;
}