.rescalendar {
	max-width: 1000px;
	overflow: auto;
	margin: 0 auto;
}

.rescalendar_controls {
	margin-left: 65px;
	padding: 0;
	display: flex;
}

.rescalendar_controls input {
	text-align: center;
}

.rescalendar_table {
	margin: 0 auto;
}

.rescalendar_table .firstColumn {
	width: 0px;
	text-align: left;
}
.rescalendar_day_cells {
	font-family: "Montserrat", sans-serif;
	display: flex;
}

.rescalendar_day_cells .day_cell{
	border: 1px solid #bd9b60 !important;
    padding: 7px;
    height: 60px;
    width: 60px;
	margin-right: 10px;
}


.rescalendar_day_cells .dia{
	font-size: 24px;
	width: 100%;
	text-align: center;
}

.rescalendar_day_cells .dia_semana{
	font-size: 12px;
	width: 100%;
	text-align: center;
	font-weight: normal;
}

.rescalendar_day_cells td {
	width: 22px;
	border-radius: 3px;
}

.rescalendar_day_cells td.disabledDay {
	color: #626367;
	background: #262628;
	border: 0px !important;
	cursor: not-allowed;
	pointer-events: none;
}

.rescalendar_day_cells span {
	display: block;
	padding: 0 2px 0px;
	font-size: 14px;
	/* width: 22px; */
}

.rescalendar_day_cells span.day {
	display: block;
	width: 30px;
}

.rescalendar_day_cells td.selected {
	background:  #BD9B60;;
	color: #000;
}

.rescalendar_day_cells td.middleDay {
	border: 1px solid blue;
}

.rescalendar_day_cells td:hover {
	background: #eee;
	cursor: pointer;
	color: #000;
}

.rescalendar td a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.rescalendar td .hasEvent {
	background: yellow;
}

.error_wrapper {
	width: 100%;
	text-align: center;
	background: red;
	color: #fff;
	padding: 15px;
}

.timeslot-item {
	margin: 5px 10px 10px 0px;
}

.timeslot-item input {
	display: none !important;
}

.timeslot-item input[type="radio"]:checked + label {
	background-color: #bd9b60 !important;
	color: #000000;
}

.timeslot-item label {
	color: #ffffff;
	text-transform: uppercase;
	border: 1px solid #bd9b60;
	border-radius: 3px;
	padding: 6px 9px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.disabled-timeslot label {
	background-color: lightgray;
	border: 0px;

}

.timeslot-item span {
	font-weight: normal;
}

.timeslot {
	display: flex;
	flex-wrap: wrap;
}
.move_to_tomorrow{
	background: linear-gradient(to right, rgba(255, 0, 0, 0) 0%, #101011A6, #101011 20%) !important;
    border: none;
    color: white;
    font-weight: bold;
    width: 60px;
    margin-left: -20px;
}
.move_to_yesterday{
	background: linear-gradient(to right, #101011 45%, #101011A6, rgba(255, 0, 0, 0));
    border: none;
    color: white;
    font-weight: bold;
    width: 60px;
    margin-right: -20px;
	z-index: 1000;
}
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);

.rescalendar {
    max-width: 1000px;
    overflow: auto;
    margin: 0 auto
}

.rescalendar_controls {
    margin-left: 65px;
    padding: 0;
    display: flex
}

.rescalendar_controls input {
    text-align: center
}

.rescalendar_table {
    margin: 0;
    max-width: calc(100vw - 150px);
    overflow: hidden;
    display: flex;
}

.rescalendar_table .firstColumn {
    width: 0px;
    text-align: left
}

.rescalendar_day_cells {
    font-family: "Montserrat", sans-serif;
    display: flex
}

.rescalendar_day_cells .day_cell {
    border: 1px solid #bd9b60 !important;
    padding: 7px;
    height: 60px;
    width: 60px;
    margin-right: 10px
}

.rescalendar_day_cells .dia {
    font-size: 24px;
    width: 100%;
    text-align: center
}

.rescalendar_day_cells .dia_semana {
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-weight: normal
}

.rescalendar_day_cells td {
    width: 22px;
    border-radius: 3px
}

.rescalendar_day_cells td.disabledDay {
    color: #626367;
    background: #262628;
    border: 0px !important;
    cursor: not-allowed;
    pointer-events: none
}

.rescalendar_day_cells span {
    display: block;
    padding: 0 2px 0px;
    font-size: 14px
}

.rescalendar_day_cells span.day {
    display: block;
    width: 30px
}

.rescalendar_day_cells td.selected {
    background: #BD9B60;
    color: #000
}

.rescalendar_day_cells td.middleDay {
    border: 1px solid blue
}

.rescalendar_day_cells td:hover {
    background: #eee;
    cursor: pointer;
    color: #000
}

.rescalendar td a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.rescalendar td .hasEvent {
    background: yellow
}

.NycFlagship .error_wrapper {
    width: 100%;
    text-align: center;
    background: red;
    color: #fff;
    padding: 15px
}

.NycFlagship .timeslot-item {
    margin: 5px 10px 10px 0px
}

.NycFlagship .timeslot-item input {
    display: none !important
}

.NycFlagship .timeslot-item input[type="radio"]:checked + label {
    background-color: #bd9b60 !important;
    color: #000000
}

.NycFlagship .timeslot-item label {
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #bd9b60;
    border-radius: 3px;
    padding: 6px 9px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer
}

.NycFlagship .disabled-timeslot label {
    background-color: lightgray;
    border: 0px
}

.NycFlagship .timeslot-item span {
    font-weight: normal
}

.NycFlagship .timeslot {
    display: flex;
    flex-wrap: wrap
}

.NycFlagship .move_to_tomorrow {
    background: linear-gradient(to right, rgba(255, 0, 0, 0) 0%, rgba(16, 16, 17, 0.65098), #101011 20%) !important;
    border: none;
    color: white;
    font-weight: bold;
    width: 60px;
    margin-left: -20px
}

.NycFlagship .move_to_yesterday {
    background: linear-gradient(to right, #101011 45%, rgba(16, 16, 17, 0.65098), rgba(255, 0, 0, 0));
    border: none;
    color: white;
    font-weight: bold;
    width: 60px;
    margin-right: -20px;
    z-index: 1000
}




.NycFlagship .button {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    padding: 15px 35px;
    line-height: 1;
    transition: all .3s ease;
    text-align: center;
    border-radius: 2px;
    cursor: pointer
}


.NycFlagship p, .NycFlagship .section-story__secondary-cta, a {
    font-family: "Montserrat", sans-serif
}

.NycFlagship legend {
    display: none;
}

html.aem-AuthorLayer-Edit .baseComponent.NycFlagship  {
    min-height: 50px
}

@media (max-width: 600px) {
    .NycFlagship .bottom-left {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: flex-start
    }

    .rescalendar_table {
        max-width: calc(100vw - 70px);
    }
}


.flag-form {
    height: auto;
    margin-top: 0px;
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
    font-family: "Montserrat";
    border-radius: 10px
}

.flag-form .move_to_last_month, .flag-form .move_to_next_month, .flag-form .move_to_today {
    display: none
}

.flag-form .button, .flag-form button {
    height: auto;
    display: block
}

.flag-form .progress-root {
    margin: auto
}

.flag-form .progress-container {
    z-index: 1;
    margin: auto;
    height: 5px
}

.flag-form .progress-progressbar {
    list-style-type: none;
    height: 5px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.flag-form .progress-progressbar li {
    width: 30px;
    position: relative;
    text-align: center;
    height: 1px;
    background-color: #FFFFFF;
    margin-right: 5px
}

.flag-form .progress-progressbar li.selected {
    background-color: #BD9B60 !important;
    height: 2px
}

.flag-form .form-close {
    margin: auto;
    width: 200px;
    padding: 10px;
    text-align: center
}

.flag-form .form-close button {
    background: transparent;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    text-shadow: none;
    outline: 0px;
    cursor: pointer;
    font-family: "Montserrat" !important
}

.flag-form .form-close button svg {
    position: relative;
    top: 6px;
    left: 5px
}

.flag-form .close-btn {
    width: 200px;
    background-color: #e41010
}

.flag-form .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.flag-form .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #bd9b60;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #bd9b60 transparent transparent transparent
}

.flag-form .lds-ring div:nth-child(1) {
    animation-delay: -0.45s
}

.flag-form .lds-ring div:nth-child(2) {
    animation-delay: -0.3s
}

.flag-form .lds-ring div:nth-child(3) {
    animation-delay: -0.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.flag-form input {
    font-weight: normal
}

.flag-form input::placeholder {
    color: white;
    font-weight: normal
}

.flag-form input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none
}

.flag-form .terms-error-span, .flag-form .radio-input-error {
    color: #e41010;
    font-size: 9px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: none
}

.flag-form .terms-error-span.show-error, .flag-form .radio-input-error.show-error {
    opacity: 1;
    visibility: visible;
    display: block
}

.flag-form #date-error {
    color: #e41010;
    font-size: 9px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease
}

.flag-form #date-error.show-error {
    opacity: 1;
    visibility: visible
}

.flag-form #day-error {
    color: #e41010;
    font-family: Montserrat;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.18px
}

@media (max-width: 360px) {
    .flag-form {
        max-height: 1350px
    }
}

.NycFlagship fieldset {
    border: none;
    margin: 0
}

.flag-form .container {
    max-width: 850px;
    margin: 0px auto
}

@media only screen and (max-width: 768px) {
    .flag-form .container {
        width: 100%
    }
}

.NycFlagship input, .NycFlagship textarea, .NycFlagship select {
    order: 2;
    flex: 1 1 auto;
    font-size: 0.8em
}

.NycFlagship select, .NycFlagship input {
    display: flex;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: 0px;
    background: none;
    background-color: #262628 !important
}

.NycFlagship {
    position: relative
}

.NycFlagship .form-complete {
    position: absolute;
    top: 60vh;
    width: 100%
}

.NycFlagship .hero {
    padding-top: 0
}

@media (max-width: 767px) {
    .NycFlagship .hero {
        max-height: 50rem
    }

    .NycFlagship .hero__content {
        min-height: 350px
    }
}

.NycFlagship .form-bg .wrapper-bg {
    background: #262628;
    padding-bottom: 30px;
    max-width: 825px
}

@media only screen and (max-width: 767px) {
    .NycFlagship .form-bg .wrapper-bg {
        padding: 15px
    }
}

@media only screen and (max-width: 768px) {
    .NycFlagship .form-bg .wrapper-bg {
        width: 100%
    }
}

@media (max-width: 825px) {
    .form-bg .wrapper-bg {
        width: 100vw;
        max-width: 100%
    }
}

.form-bg section:not(.hidden-fields) {
    padding: 30px
}

@media only screen and (max-width: 600px) {
    .NycFlagship .form-bg section:not(.hidden-fields) {
        padding: 0px !important
    }
}

.NycFlagship .form-bg section.two-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns:1fr 1fr
}

@media only screen and (max-width: 600px) {
    .NycFlagship .form-bg section.two-grid {
        grid-template-columns:1fr
    }
}

@supports not (display: grid) {
    .NycFlagship .form-bg section.two-grid {
        display: flex
    }
}

.NycFlagship .form-bg section.two-grid.agree-statments {
    display: flex;
    align-items: center;
    justify-content: center
}

.NycFlagship .form-bg section.two-grid.agree-statments .checkbox-field {
    float: none;
    text-align: center;
    margin-right: 0
}

.NycFlagship .form-bg section.two-grid.agree-statments .checkbox-field .checklabel {
    padding-left: 0
}

.NycFlagship .form-bg section.two-grid.agree-statments .checkbox-field .checklabel .checkmark {
    left: auto
}

.NycFlagship .form-bg section.two-grid.agree-statments .checkbox-field .terms-block {
    padding-left: 1.5rem
}

.NycFlagship .form-bg section.social-form {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns:1fr 1fr 1fr
}

@media only screen and (max-width: 980px) {
    .NycFlagship .form-bg section.social-form {
        grid-template-columns:1fr 1fr
    }
}

@media only screen and (max-width: 600px) {
    .NycFlagship .form-bg section.social-form {
        grid-template-columns:1fr;
        margin: 30px 0px
    }
}

.NycFlagship .form-bg section.check-list {
    margin: 0px 0;
    display: grid;
    grid-gap: -1rem;
    grid-template-columns:1fr 1fr 1fr 2fr 2fr;
    grid-template-columns:repeat(5, 21%)
}

@media only screen and (max-width: 968px) {
    .NycFlagship .form-bg section.check-list {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media only screen and (max-width: 600px) {
    .NycFlagship .form-bg section.check-list {
        grid-template-columns:1fr 1fr;
        margin: 20px 0px
    }
}

@media only screen and (max-width: 360px) {
    .NycFlagship .form-bg section.check-list {
        grid-template-columns:1fr
    }
}

.NycFlagship .header-wrap {
    background: #101011
}

.NycFlagship .header-details {
    padding: 30px 0;
    text-align: center;
    background: #101011
}

@media (max-width: 767px) {
    .NycFlagship .header-details {
        padding: 25px 0
    }
}

.NycFlagship .header-details p {
    text-transform: none;
    color: #bd9b60;
    margin: 0;
    padding: 0;
    font-weight: 700
}

.step-window {
    min-height: 40vh;
    background: #262628;
    padding: 0
}

@media only screen and (max-width: 768px) {
    .form-bg section.timezone-grid {
        padding: 2.3rem 0 !important
    }
}

.first-step, .second-step, .third-step, .fourth-step {
    display: none
}

#summary .header-wrap .header-details {
    background-color: #101011
}

#summary .header-details {
    text-align: center;
    background-color: #262628
}

@media (max-width: 767px) {
    #summary .header-details {
        padding: 25px 0
    }
}

#summary .header-details h5 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2.8px;
    text-transform: uppercase
}

#summary .header-details.success-message, #summary .header-details.failure-message {
    display: none
}

#summary .header-details .thank-you-note {
    color: #ffffff
}

#summary .loading-message {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    text-align: center !important
}

#summary.success .header-details.success-message {
    display: block
}

#summary.success .header-details.success-message p {
    margin-bottom: 0;
    padding: 10px 150px;
    font-weight: 500 !important
}

#summary.loading .loading-message {
    display: flex
}

#summary.loading .summary-grid, #summary.loading .summary-cta {
    display: none
}

#summary.failure .header-details.failure-message {
    display: block
}

#summary.failure .header-details.failure-message p {
    margin-bottom: 0
}

#summary.failure .header-details.failure-message h5 {
    color: #bd9b60
}

.first-step, .second-step, .third-step, .fourth-step {
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s
}

@media (max-width: 767px) {
    .first-step, .second-step, .third-step, .fourth-step {
        padding: 0
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.social-form input[placeholder] {
    padding-left: 30px;
    color: #fff
}

.text-field {
    position: relative
}

.text-field input {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.28px
}

.text-field .datefield {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 1rem
}

.text-field .svg-error {
    position: absolute;
    right: 0px;
    top: 5px;
    display: none
}

.text-field .svg-error + input.error {
    display: block
}

.text-field input[type="number"]::-webkit-inner-spin-button, .text-field input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .text-field input[type="date"] {
        margin-top: -1px;
        color: #fff;
        letter-spacing: 1px
    }
}

.text-field input[type="date"] {
    margin-top: 7.6px;
    color: #fff;
    letter-spacing: 1px
}

.text-field .form-group {
    position: relative
}

.text-field .form-group i.fab {
    color: #fff;
    position: absolute;
    z-index: 60;
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
    top: 0
}

.text-field input.error {
    color: #e41010
}

.text-field input.error {
    border-bottom: 1px solid #e41010
}

.text-field label.error {
    color: #e41010;
    font-size: 9px;
    position: absolute
}

.text-field.text-field__email {
    grid-column: 1 / 3
}

@media only screen and (max-width: 768px) {
    .text-field.text-field__email {
        grid-column: unset
    }
}

.text-field input[placeholder].valid + .text-field .form-group i.fab {
    color: red
}

.select-field .form-group {
    position: relative
}

.select-field .form-group:hover {
    border-color: #BD9B60 !important
}

.select-field .form-group:hover svg path {
    stroke: #bd9b60 !important
}

.select-field .form-group select, .select-field .form-group option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select-field .form-group select {
    padding: 3px;
    border-bottom: 1px solid #94979B;
    outline: 0px;
    margin: 8px 0px 0px 0px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    height: 30px;
    border-radius: 0px;
    -webkit-transition: border 0.3s ease-out, color 0.3s ease-out, outline 0.3s ease-out, outline-color 0.3s ease-out, border-color 0.3s ease-out;
    transition: border 0.3s ease-out, color 0.3s ease-out, outline 0.3s ease-out, outline-color 0.3s ease-out, border-color 0.3s ease-out
}

.select-field .form-group select:focus, .select-field .form-group select:hover {
    border-bottom: 1px solid #bd9b60;
    color: #bd9b60
}

.select-field .form-group select .valid + option {
    color: #bd9b60
}

.select-field .form-group select.error {
    border-bottom: 1px solid #e41010
}

.select-field .form-group select[-webkit-input-placeholder].valid, .select-field .form-group select[placeholder].valid {
    color: #bd9b60 !important
}

.select-field .form-group option {
    position: absolute;
    top: 0px;
    padding: 0px;
    border: none;
    background-color: #262628;
    color: #ffffff
}

.select-field .form-group option:disabled {
    color: #ffffff30
}

.select-field .form-group .valid + svg path {
    -webkit-transition: stroke 0.3s ease-out;
    transition: stroke 0.3s ease-out
}

.select-field .form-group svg {
    position: absolute;
    top: 7.5px;
    right: 7.5px;
    pointer-events: none
}

.select-field .form-group svg path {
    stroke: #fff;
    -webkit-transition: stroke 0.3s ease-out;
    transition: stroke 0.3s ease-out
}

.select-field .form-group svg:hover {
    color: #bd9b60
}

.select-field .form-group svg:hover path {
    stroke: #ffffff
}

.select-field .error {
    color: #e41010;
    font-size: 9px
}

.select-field .label {
    font-size: 8px;
    font-family: Montserrat;
    line-height: 150%;
    letter-spacing: 0.28px;
    color: #94979B;
    position: absolute;
    top: -12px;
    left: 0
}

.checkbox-field {
    float: left
}

.checkbox-field input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.input-description {
    display: inline-block;
    margin-top: 6px;
}

.checkbox-field .checklabel {
    align-items: center;
    display: inline-flex;
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-field .checklabel .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #fff;
    border-radius: 3px;
    transform: translateY(-50%);
}

.checkbox-field .checklabel input[name=nyc-visit-type] ~ .checkmark {
    top: -1px !important;
}

.checkbox-field .checklabel .error-text a, .checkbox-field .checklabel .error-text {
    color: red
}

.checkbox-field .checklabel input.error {
    border: 2px solid #e41010
}

.checkbox-field .checklabel .error-check {
    border: 2px solid red
}

.checkbox-field .checklabel:hover input ~ .checkmark {
    border: 2px solid #fff
}

.checkbox-field .checklabel input:checked ~ .checkmark {
    border: 2px solid #bd9b60
}

.checkbox-field .checklabel input[type="checkbox"]:checked ~ .checkmark {
    background-color: #bd9b60
}

.checkbox-field .checklabel .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-field .checklabel input:checked ~ .checkmark:after {
    display: block
}

.checkbox-field .checklabel .checkmark:after {
    padding: 1.6px;
    width: 1px;
    height: 5px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    -webkit-transition: border 0.3s ease-out, color 0.3s ease-out, outline 0.3s ease-out, outline-color 0.3s ease-out, border-color 0.8s ease-in;
    transition: border 0.3s ease-out, color 0.3s ease-out, outline 0.3s ease-out, outline-color 0.3s ease-out, border-color 0.8s ease-in;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    box-sizing: content-box;
    top: calc(50% - 1px);
    left: 50%;
}

.checkbox-field .check-list {
    width: 100%;
    float: left;
    display: block
}

.checkbox-field .checkbox {
    display: inline
}

.checkbox-field .sudo-label {
    font-size: 10px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.checkbox-field .terms-block a, .checkbox-field .terms-block {
    font-size: 0.6rem;
    text-transform: initial;
    font-weight: normal
}

.checkbox-field .terms-block a {
    text-decoration: underline
}

.checkbox-field .terms-block a:hover, .checkbox-field .terms-block a:focus, .checkbox-field .terms-block a:active {
    outline: none !important;
    color: #bd9b60
}

.button-wrap {
    margin: 0 auto;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    background: #262628;
    left: 0
}

@media only screen and (max-width: 768px) {
    .button-wrap {
        padding: 20px 10px
    }
}

.button-wrap .blank-btn {
    color: #BD9B60;
    background: none;
    border: none;
    font-size: 0.8rem;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1.4px;
    line-height: 16.8px
}

.button-wrap .blank-btn .svg-back svg path {
    fill: #BD9B60
}

.button-wrap .blank-btn:hover {
    color: #957030 !important
}

.button-wrap .blank-btn:hover path {
    fill: #957030 !important
}

.button-wrap .btn {
    display: block;
    background: transparent;
    border: 0;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 0.8rem;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    color: #BD9B60;
    line-height: 16.8px;
    font-weight: bolder;
    letter-spacing: 0.1em
}

.button-wrap .btn:hover, .button-wrap .btn:focus, .button-wrap .btn:active {
    color: #957030 !important
}

.button-wrap .btn:hover path, .button-wrap .btn:focus path, .button-wrap .btn:active path {
    fill: #957030 !important
}

.button-wrap .button-wrap-button {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 12px
}

.button-wrap .button-wrap-button span {
    line-height: 1;
    padding: 0 .125rem
}

.button-wrap .button-wrap-button .next-button-svg {
    transform: rotate(180deg)
}

.button-wrap .button-wrap-button .next-button-svg path {
    fill: #BD9B60
}

.button-wrap .button-wrap-button.first-step-hidden {
    opacity: 0;
    visibility: hidden
}

.form-complete {
    display: none;
    margin: 0 auto;
    width: 100%;
    background: #101011;
    opacity: 0.8;
    position: absolute
}

.dateselect {
    padding: 3px;
    border-bottom: 1px solid #94979B;
    outline: 0px;
    margin: 8px 0px 0px 0px !important;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    height: 30px
}

.datepicker {
    border-radius: 0;
    padding: 0;
    position: absolute;
    cursor: pointer
}

.datepicker-days, .datepicker-months, .datepicker-years, .datepicker-decades, .datepicker-centuries {
    background: rgba(0, 0, 0, 0.95)
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #bd9b60 !important;
    color: #ffffff;
    border-radius: 0
}

.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px
}

.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7)
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0
}

.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #bd9b60;
    color: #ffffff;
    border-radius: 0
}

.datepicker .disabled {
    opacity: 0.2
}

.datepicker table tr td.active {
    background: #bd9b60
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none
}

.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px
}

.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px
}

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s
}

.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent
}

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #bd9b60;
    background-image: none
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0, 0, 0, 0.1)
}

.guid-div {
    background: #262628;
    text-align: center;
    padding: 20px 20px;
    max-width: 300px;
    border-radius: 5px;
    min-height: 300px;
    margin: 0 auto
}

.guid-div h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 0px
}

.guid-div p {
    color: #B5B2B2;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.28px;
    padding-top: 0px;
    font-weight: inherit;
    width: 233px;
    height: 85px;
    margin: 16px auto
}

.guid-div div.checkbox span.sudo-label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #ffffff
}

.guid-div .checkbox-field {
    margin: 10px auto
}

.guid-div .checkbox-field .checkmark {
    left: 55px !important
}

span#svg-location {
    position: absolute;
    top: 5px;
    right: 0px
}

button.move_to_yesterday svg {
    transform: rotateY(-180deg);
}

button.move_to_yesterday svg,
button.move_to_tomorrow svg {
    padding: 6px 3px;
    box-sizing: content-box;
}

@media (max-width: 767px) {
    button.move_to_yesterday svg {
        margin-left: 0;
    }
}

button.move_to_yesterday:focus svg,
button.move_to_tomorrow:focus svg {
    border: 1px dotted #bd9b60;
}

button.move_to_yesterday:focus svg *,
button.move_to_yesterday:hover svg *,
button.move_to_tomorrow:focus svg *,
button.move_to_tomorrow:hover svg * {
    fill: #bd9b60;
}

.svg-social svg {
    position: absolute;
    margin-top: -35px
}

.timeslot .disabled-timeslot {
    color: #000
}

.timeslot .disabled-timeslot label.seleted {
    background: #BD9B60 !important;
    color: #000
}

#user-interests__checklist .checkbox-field {
    width: 100%;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1.2px;
    font-weight: 500
}

.submit_btn {
    color: #BD9B60 !important;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em
}

.timeslot .timeslot-item {
    margin: 5px 20px 10px 0px !important
}

.timeslot label {
    padding: 6px 20px !important
}

::placeholder {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Aktiv Grotesk";
    font-weight: bold
}

.text-field:hover svg path {
    stroke: #7e5715 !important
}

label#MMERGE14-error {
    color: red;
    position: absolute;
    font-size: 9px;
    top: 27px;
    left: 75px
}

.disabled-timeslot label {
    background: #262628 !important;
    color: #626367 !important;
    padding: 6px 9px !important
}

#flagship-form {
    transform: scale(1);
    transition: all 5s ease-in-out;
    display: block;
    animation: modalComeIn 0.7s
}

.NycFlagship[data-appointment-type="virtual"] .in-person, .NycFlagship[data-appointment-type="virtual"] .in-person_virtual:not(.virtual) {
    display: none !important
}

.NycFlagship[data-appointment-type="inPerson"] .virtual, .NycFlagship[data-appointment-type="inPerson"] .in-person_virtual:not(.in-person) {
    display: none !important
}

.NycFlagship[data-appointment-type="in-person_virtual"] .virtual:not(.in-person_virtual), .NycFlagship[data-appointment-type="in-person_virtual"] .in-person:not(.in-person_virtual) {
    display: none !important
}

#summary.type-virtual .conf-in-person {display: none !important}
#summary.type-in-person .conf-virtual {display: none !important}

#flagship-form .hide {
    display: none
}

.form-out {
    transition: all 5s ease-in-out;
    animation: modalComeIn 0.7s
}

@-webkit-keyframes modalComeIn {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }
    65.5% {
        -moz-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03)
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes modalComeOut {
    0% {
        visibility: visible;
        transform: scale(1)
    }
    100% {
        visibility: hidden;
        transform: scale(0)
    }
}

.form-close-final {
    background-color: #be9960;
    margin: auto;
    display: block;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 15px 20px 15px 35px;
    border: 0px;
    font-weight: bold;
    color: black
}

.form-close-final svg {
    position: absolute;
    margin-left: -20px;
    margin-top: -4px;
    padding-right: 2px
}

.move_to_tomorrow {
    cursor: pointer
}

.summary-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    grid-gap: 10px;
    width: max-content;
    margin: auto
}

.summary-grid .form-summary {
    background: #101011;
    padding: 15px 30px;
    height: auto;
    border-radius: 5px;
    font-family: "Montserrat";
    margin: 0
}

.summary-grid .form-summary .form-summary-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    width: max-content
}

.summary-grid .form-summary .form-summary-container .summary-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.summary-grid .form-summary .form-summary-container .summary-info h5 {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.28px;
    text-transform: none;
    margin: 0
}

.summary-grid .form-summary .form-summary-container .summary-info p {
    color: #FFF;
    font-size: 12px;
    font-family: Montserrat;
    line-height: 150%;
    letter-spacing: 0.28px;
    margin-top: 5px
}

.summary-grid .form-summary .form-summary-container .summary-info p a {
    color: #FFF !important;
    font-weight: 400
}

.summary-grid .form-summary .form-summary-container .summary-info p:hover a {
    color: #957030 !important
}

.summary-grid .form-summary.in-person .summary-info p a {
    text-decoration: underline !important
}

.error-text {
    text-align: center;
    color: red;
    font-size: 12px
}

.share-details {
    text-align: center;
    padding-top: 20px !important
}

.share-details img {
    position: absolute;
    bottom: 129px;
    left: 310px
}

#virtual-icon {
    padding: 2px
}

.rescalendar_day_cells td.disabledDay {
    cursor: not-allowed !important
}

.disabled-timeslot label {
    cursor: not-allowed !important
}

.rescalendar_day_cells td.disabledDay {
    color: #626367 !important;
    background: none !important;
    border: 1px solid #626367 !important
}

.rescalendar_day_cells td.disabledDay:hover {
    color: #626367;
    background: none !important;
    border: 1px solid #626367 !important
}

.rescalendar_day_cells td:hover {
    background: #957030 !important;
    cursor: pointer;
    color: #000
}

.flag-form .form-close button:hover {
    color: #957030 !important
}

.flag-form .form-close button:hover line {
    stroke: #957030 !important
}

.rescalendar_controls {
    margin-left: 0 !important
}

.rescalendar {
    overflow: hidden
}

@media only screen and (max-width: 500px) {
    #date-time .timeslot .timeslot-item label {
        display: block;
        width: 100px !important;
        text-align: center;
        padding: 5px 0px 0px 0px !important;
        margin: 0 auto
    }

    .header-details p {
        padding: 0px !important
    }

    .step-one-summary .platform-heading {
        margin-left: 70px !important
    }

    .schudle-button button {
        margin-top: 10px;
        margin-left: 0px !important
    }

    .rescalendar_control {
        margin-left: 0px !important
    }

    .timeslot .timeslot-item {
        flex: 1 0 30.333333% !important
    }

    .day-select {
        margin-top: 20px !important
    }

    .rescalendar {
        overflow: hidden !important;
        margin: 0 auto !important
    }

    #summary.success .header-details.success-message p {
        padding: 0px !important
    }
}

.rescalendar_day_cells .day_cell {
    height: 80px !important;
    width: 65px !important;
    padding: 5px !important
}

.rescalendar_day_cells .day_cell span {
    text-align: center;
    text-transform: uppercase
}

.rescalendar_day_cells .day_cell span.dia {
    font-weight: 700
}

.rescalendar_day_cells .day_cell:focus-visible {
    outline: 2px solid #ffffff !important;
    margin-top: 1px;
    margin-bottom: 1px
}

.timeslot-item.enabled-timeslot label:hover {
    background: #957030 !important;
    color: #000 !important
}

.form-close-final {
    padding: 15px 20px 12px 35px !important;
    font-family: "Montserrat";
    cursor: pointer
}

.form-close-final:hover {
    background: #957030 !important
}

.hidden-fields {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    max-height: 0
}

#user-info input#mce-PHONE {
    line-height: 1.25
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #262628 inset;
    transition: background-color 5000s ease-in-out 0s;
    background-clip: content-box
}

.enabled-timeslot label {
    padding: 6px 15px !important
}

input#zipcode {
    line-height: 1.45 !important
}

.agree-statments .checklabel {
    line-height: 1 !important
}

.checkbox-field .terms-block {
    line-height: 1 !important
}

@media only screen and (max-width: 360px) {
    #date-time {
        margin-left: -2px !important
    }

    #date-time .rescalendar {
        width: 300px !important
    }
}

#project-start-dates {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns:1fr 1fr 1fr
}

#project-start-dates input {
    width: 150px !important
}

@media only screen and (max-width: 980px) {
    #project-start-dates {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media only screen and (max-width: 600px) {
    #project-start-dates {
        grid-template-columns:1fr 1fr 1fr !important
    }

    #project-start-dates input {
        width: 50px !important
    }
}

.date-error-message span#error {
    font-size: 12px !important;
    color: red !important
}

.text-field .label {
    font-size: 14px;
    font-family: Montserrat;
    line-height: 150%;
    letter-spacing: 0.28px;
    color: #94979B;
    transition: font-size 0.5s ease;
    transition: top 0.5s ease;
    position: absolute;
    top: 13px;
    left: 0
}

.text-field input {
    height: 40px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #94979B;
    padding-left: 0;
    margin-left: 0;
    border-radius: 0
}

.text-field input:hover, .text-field input:active, .text-field input:focus, .text-field input:-webkit-autofill:hover {
    border-bottom: 1px solid #bd9b60;
    outline: none
}

.text-field .form-group input:focus ~ label, .text-field .form-group input:not(:focus):not(:placeholder-shown) ~ label {
    top: -4px;
    font-size: 8px
}

.text-field span.error {
    color: #e41010;
    font-family: Montserrat;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.18px
}

.sub-header {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.28px;
    padding: 0;
    margin: 15px 0px 5px
}

#user-info #user-info__checklist {
    margin-top: 20px;
    display: flex;
    flex-direction: column
}

#user-info #user-info__checklist .checkbox-field .checklabel .checkmark {
    border-radius: 100%;
    width: 20px;
    height: 20px
}

#user-info #user-info__checklist .checkbox-field .checklabel input:checked ~ .checkmark:after {
    height: 5px;
    width: 5px;
    border: 1px solid #bd9b60;
    border-radius: 100%;
    background: #bd9b60;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
    #user-info #user-info__checklist {
        margin-top: 0
    }
}

#user-info #profession-div {
    padding: 0 30px;
    width: max-content
}

#user-info #profession-div #profession {
    padding: 0;
    width: 300px
}

@media (max-width: 767px) {
    #user-info #profession-div {
        width: 100%
    }

    #user-info #profession-div #profession {
        width: 100%
    }
}

@media only screen and (max-width: 600px) {
    #user-info #profession-div {
        padding: 0px !important
    }
}

#user-interests #user-interests__checklist {
    display: flex;
    flex-direction: column
}

#user-interests .wrapper-bg .text-field.anything-else {
    margin-top: 25px;
    padding: 0 30px
}

#user-interests .wrapper-bg .text-field.anything-else .form-group {
    line-height: 100%
}

#user-interests .wrapper-bg .text-field.anything-else .form-group input {
    margin-bottom: 8px;
    font-size: 12px
}

#user-interests .wrapper-bg .text-field.anything-else .form-group span {
    font-size: 10px;
    font-family: Montserrat;
    line-height: 100%;
    letter-spacing: 0.2px
}

@media (max-width: 767px) {
    #user-interests .wrapper-bg .text-field.anything-else {
        padding: 0px
    }
}

#date-time .wrapper-bg {
    display: flex;
    flex-direction: column
}

#date-time .wrapper-bg #date-time__checklist .checkbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

#date-time .wrapper-bg #date-time__checklist .checkbox .checklabel {
    min-height: 16px
}

#date-time .wrapper-bg #date-time__checklist .sudo-label {
    letter-spacing: 0.2px;
    text-transform: none;
    font-weight: 400;
    vertical-align: middle;
}

#date-time .move_to_tomorrow {
    background: linear-gradient(to right, rgba(38, 38, 40, 0) 0%, rgba(38, 38, 40, 0.65098), #262628 20%) !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    #date-time .move_to_tomorrow {
        width: 30px;
    }

    #date-time .move_to_yesterday {
        width: 30px;
    }
}

#date-time .move_to_yesterday {
    background: linear-gradient(to left, rgba(38, 38, 40, 0) 0%, rgba(38, 38, 40, 0.65098), #262628 20%) !important;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#date-time .select-field .form-group {
    width: 100%
}

@media (min-width: 1024px) {
    #date-time .select-field .form-group {
        width: max-content
    }
}

#date-time #timeslot-heading-label {
    margin-top: 30px
}

#date-time #timeslots {
    padding: 0;
    width: 100%;
    margin-bottom: 45px
}

@media (min-width: 1024px) {
    #date-time #timeslots {
        padding: 0 30px 0 0;
        width: 300px;
        margin-bottom: 0
    }
}

#date-time #timeslots.empty, #date-time #timeslots.empty + svg {
    opacity: 0.3
}

@media (max-width: 767px) {
    #date-time #timeslots-error {
        position: absolute;
        top: 50%
    }
}

#date-time #visit-type__checklist .sub-header {
    margin-bottom: 20px
}

#date-time #visit-type__checklist .checkmark {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    transform: none;
}

#date-time #visit-type__checklist .checklabel {
    font-size: 10px;
    line-height: 100%
}

#date-time #visit-type__checklist input:checked ~ .checkmark:after {
    height: 5px;
    width: 5px;
    border: 1px solid #bd9b60;
    border-radius: 100%;
    background: #bd9b60;
    top: 50%;
    transform: translate(-50%, -50%);
}

#date-time #visit-type__checklist input:checked ~ .checkmark + span.sudo-label {
    color: #ffffff
}

#date-time #visit-type__checklist .input-description, #date-time #visit-type__checklist .input-description a {
    color: #B5B2B2;
    font-size: 10px;
    font-family: Montserrat;
    line-height: 100%;
    letter-spacing: 0.2px;
    font-weight: 400
}

#date-time #visit-type__checklist .input-description a {
    color: #BD9B60;
    text-decoration: underline !important
}

#date-time .day-select .sub-header {
    margin-bottom: 15px
}

#summary-card-in-person, #summary-card-virtual {
    display: none;
    max-width: 850px;
    margin: 0px auto
}

input[type="radio"]:focus-visible + .checkmark, input[type="checkbox"]:focus-visible + .checkmark {
    border: 2px solid #fff
}

.summary-wrap {
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
}

.summary-grid  .form-summary.ics-link {
    height: min-content;
    background: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
#invite-link {
    font-size: 10px;
    line-height: 10px;
    color: white;
    font-weight: 400;
    text-align: center;
}
#invite-link svg {
    margin-right: 8px;
    display: inline;
}

.consult-cta {
    background-repeat: no-repeat;
    background-position: center top;
}

.consult-cta__img {
    max-height: 140px;
    margin: 0 auto 20px auto;
}

.consult-cta h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
.consult-cta p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.28px;
    margin-top: 8px;
}

.consult-cta-link {
    display: block;
    padding: 15px 17px;
    background-color: #BD9B60;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 1.399999976158142px;
    color: #000;
    text-align: center;
    width:fit-content;
    margin-top: 20px;
}

a.summary-info.google-meet-link:hover,
a.summary-info.google-meet-link:active,
a.summary-info.google-meet-link:visited,
a.summary-info.google-meet-link:focus {
    color: #fff;
}

.consult-cta-link:hover,
.consult-cta-link:visited {
    color: #000;
}

@media (max-width: 768px) {
    .summary-wrap {
        flex-direction: column;
    }
}

.progress-button-placeholder {
    min-width: 70px;
}
.third-step .progress-button-placeholder {
    min-width: 90px;
}

.step-three-show-update-block, .step-three-show-update-inline,
.step-three-show-new-block, .step-three-show-new-inline ,
.step-three-show-new-flex, .step-three-show-update-flex {display: none !important;}

.step-three-update .step-three-show-update-block {display: block !important;}
.step-three-new .step-three-show-new-block {display: block !important;}
.step-three-update .step-three-show-update-inline {display: inline !important;}
.step-three-new .step-three-show-new-inline {display: inline !important;}
.step-three-update .step-three-show-update-flex {display: flex !important;}
.step-three-new .step-three-show-new-flex {display: flex !important;}
.one-on-one-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 86px;
    width: 100%;
    height: 100%;
}

.one-on-one-modal__overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.48);
    z-index: 999;
}

.one-on-one-modal__content-container {
    position: relative;
    background: #222222;
    z-index: 999;
    overflow: hidden;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px; /* Added padding */
}

.one-on-one-modal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center; /* Added align-items: center */
}

.one-on-one-modal__button-close {
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 1.40px;
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
}

.one-on-one-modal__button-close:hover {
    background: transparent;
    border-color: transparent;
    color: rgb(189, 155, 96);
}

.one-on-one-modal__button-close>svg {
    width: 21px;
    height: 21px;
    stroke: currentcolor;
    fill: none;
}

.one-on-one-modal__header {
    margin-top: 40px;
}

.one-on-one-modal__heading {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 2.20px;
    text-align: center;
    color: #FFFFFF;
}

.one-on-one-modal__text {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.70px;
    text-align: center;
}

.one-on-one-modal__image-container {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
}

.one-on-one-modal__image-container svg {
    margin-right: 3px;
}

.one-on-one-modal__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.one-on-one-modal__footer__phone-number {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 37.5px;
    letter-spacing: 1.60px;
    text-align: center;
    margin: 0;
}

.one-on-one-modal__footer__customer-service {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.24px;
    text-align: center;
}

.one-on-one-modal__call-button-container {
    display: flex;
    justify-content: center;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.one-on-one-modal__call-button {
    width: 130px;
    height: 40px;
    padding: 11.5px 17px 11.5px 17px;
    gap: 10px;
    border-radius: 2px 0px 0px 0px;
    text-transform: uppercase;
    cursor: pointer;
    background: #BD9B60;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #000;
}

.one-on-one-modal__call-button:hover {
    background: rgb(149, 112, 48);
    border-color: rgb(149, 112, 48);
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 768px) {
    .one-on-one-modal {
        top:auto;
        bottom: 0;
        height: auto;
    }

    .one-on-one-modal__button-close {
        order: 1;
        margin-bottom: 50px;
    }

    .one-on-one-modal__call-button-container {
        margin-bottom: 20px;
    }
}

#user-info #consultation-info__checklist {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

#user-info #consultation-info__checklist .checkbox-field .checklabel .checkmark {
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

#user-info #consultation-info__checklist .checkbox-field .checklabel input:checked~.checkmark:after {
    height: 5px;
    width: 5px;
    border: 1px solid #bd9b60;
    border-radius: 100%;
    background: #bd9b60;
    top: 50%;
}

@media (min-width: 1024px) {
    #user-info #consultation-info__checklist {
        margin-top: 0;
    }
}

