/* ========================================
         Global / Base
         ======================================== */
:root {
  --brand-black: #212529;
  --brand-red: #ed3823;
}



b,
strong {
	font-weight: 455;
}

#location-section a {
	text-decoration: none;
}

.vlogo {
	width: 40px !important;
	margin-top: -10px !important;
}

/* NEW UPDATES */

b.highlight-heading {
    display: block;
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

.red-link,
.collapsible-content a {
	color: var(--brand-red);
	font-weight:500;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;

}

.red-link:hover,
.collapsible-content a:hover {
    color: #656565;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;


}


#location-section .tourVideo {
    margin: 0 25px 5px 0;
	float:left;
}

#mapLocations {
	margin-bottom:15px;
}


/* ../NEW UPDATES */

/* ========================================
         Staff Time / Access / Social
         ======================================== */
#location-staff-time {
	background: #f1f1f1;
	padding: 25px;
	height: 300px;
}

#social-media-section,
#location-access {
	text-align: center;
}

#location-access span {
	display: inline-block;
	margin: 0 20px;
}

/* ========================================
         Gray Section
         ======================================== */
section#gray-section {
	position: relative;
	margin: 0;
	background-image: url("../img/gray-scroll-f.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	background-attachment: fixed;
	padding: 25px 0 100px 0;
}

#gray-section h3 {
	color: white;
	padding: 25px;
	text-align: center;
	margin-bottom: 25px;
}

/* ========================================
         Club Highlight Cards
         ======================================== */
.clubHighlight {
	position: relative;
	margin-bottom: 25px;
	background-color: white;
	border: 5px solid #ffffff;
	border-radius: 10px;
	min-height: 645px;
}

.clubHighlight img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.clubHighlight span {
	display: block;
	padding: 10px;
	min-height: 275px;
	border-radius: 0 0 10px 10px;
}

.clubHighlight strong {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
}

.clubHighlight .theme-btn {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

/* ========================================
         FAQ Section
         ======================================== */
#faqSection {
	scroll-margin-top: 120px;
	background: #f1f1f1;
	margin: 0;
	padding: 60px 0;
}

#faqSection h3 {
	display: block;
	text-align: center;
	font-size: clamp(32px, 4vw + 16px, 40px);
	border-bottom: 1px solid #ededed;
	padding-bottom: 25px;
}

#faqSection .collapsible-header span {
	font-weight: normal;
	color: black;
}

#faqSection .collapsible-header:hover {
	background-color: #515151 !important;
}

#faqSection #appLinks img {
	width: 150px;
	margin: 10px 10px 20px 0;
}

#faqSection .basic-list li {
	padding-left: 25px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	font-weight: 455;
}

#faqSection .basic-list li::before {
	width: 20px !important;
}

/* ========================================
         FAQ Collapsible
         ======================================== */
#faq-collapsible .collapsible-section>.collapsible-header {
	border-bottom: 1px solid transparent;
}

#faq-collapsible .collapsible-section.open>.collapsible-header {
	border-bottom: 1px solid #d5d5d5;
}

#faq-collapsible .collapsible-section.open>.collapsible-header .fa-chevron-down {
	color: white !important;
}

#faq-collapsible .collapsible-section.open {
	background: #515151;
}

#faq-collapsible .collapsible-content {
	background: #ffffff;
}

#faq-collapsible .collapsible-content p {
	font-size: 17px;
}

#faq-collapsible i.fa-brands {
	color: black;
	font-size: 35px;
	margin: 15px 10px;
}

#faq-collapsible .collapsible-section.open span,
#faq-collapsible .collapsible-header:hover span,
#faq-collapsible .collapsible-header:hover .fa-chevron-down {
	color: white !important;
}

/* ========================================
         CTA / Utility Text
         ======================================== */
.cta-header {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	margin-top: 40px;
	color: #000000;
}

.faq-cta-header {
	font-size: 20px;
	font-weight: 500;
}

.center-bold {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

/* ========================================
         More Questions Section
         ======================================== */
#more-questions-section {
	background: #f1f1f1;
	padding: 0 25px 50px 25px;
	margin: 0;
}

#more-questions-section h3,
#more-questions-section p {
	margin: 0;
}

/* ========================================
         Responsive
         ======================================== */
@media (width <=420px) and (orientation: portrait) {
	section#gray-section {
		padding-bottom: 15px !important;
	}

	#gray-section h3 {
		padding: 0;
		font-size: 25px;
	}

	#gray-section .theme-btn-red {
		display: block;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}

	#faqSection {
		padding: 30px 0;
	}

	#faqSection h3 {
		font-size: 25px !important;
	}

	#faqSection #appLinks img {
		margin: 10px 10px 5px 0;
	}

	#faq-collapsible .collapsible-content p {
		font-size: 16px !important;
	}

	.collapsible-header span {
		font-size: 18px;
	}

	.cta-header {
		font-size: 24px !important;
		line-height: 30px;
	}

	.faq-cta-header {
		font-size: 17px;
	}

	.center-bold {
		display: block;
		text-align: center;
		font-size: 20px !important;
	}

	.vlogo {
		width: 30px !important;
		margin-top: -10px !important;
		margin-right: 5px;
	}

	.tourVideo {
		width: 100% !important;
		margin-bottom: 15px !important;
	}
}