/* Bidbook Microsite */

/* Page Overrides */
.body-section.has-top-margin {
	margin-top: 0;
}

.bidbook-theme .contentRender_name_plugins_core_textbox {
	max-width: 1198px;
}

.bidbook-theme .contentRender_name_plugins_core_textbox:has(a:is(:empty)) {
	/* removes height from textboxes only containing jump anchors */
	padding: 0 var(--space-5);
}

/*----- maps -----*/

.bidbook-theme .contentRender_name_plugins_maps_embed_widget {
    max-width: 1158px;
    margin-right: auto;
	margin-left: auto;
}

/* Bidbook Button */
button.bidbutton,
a.bidbutton,
a.bidbutton:link,
a.bidbutton:visited,
a.bidbutton:focus {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	background-color: var(--burgundy);
	border-radius: 5px;
	border: 2px solid transparent;
	font-family: var(--font-soft-extended);
	font-style: normal;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #fff;
	padding: 12px 30px;
	letter-spacing: 0;
	font-weight: 600;
	text-transform: uppercase;

	transition: border-color var(--transition-appendix), background-color var(--transition-appendix),
		color var(--transition-appendix);
}

@media (hover: hover) {
	button.bidbutton:hover,
	a.bidbutton:hover {
		color: var(--burgundy);
		background-color: transparent;
		border-color: var(--burgundy);
	}
}

button.bidbutton::after {
	display: none;
}
button.bidbutton > .fa,
a.bidbutton > .fa {
	padding-left: 8px;
	font-size: 16px;
}
/* Container */
.bidbook-container {
	display: block;
	width: 100%;
	padding: 40px;
	background: rgb(0, 40, 48);
	background: linear-gradient(
		45deg,
		rgba(0, 40, 48, 1) 0%,
		rgba(0, 115, 140, 1) 25%,
		rgba(0, 115, 140, 1) 60%,
		rgba(0, 34, 42, 1) 90%
	);
}
@media (min-width: 64em) {
	.bidbook-container {
		padding: 70px;
	}
}

/* Header Panel */
.header-bidbook {
	position: relative;
	z-index: 1;
}
.header-bidbook .header-banner {
	width: 250px;
	position: absolute;
	left: 0;
	background: var(--off-whiter);
	padding: var(--space-5) 30px 30px;
	gap: 28px;
	display: grid;
}
.header-bidbook .header-banner .logo {
	max-width: 165px;
	padding: 0;
}
.header-bidbook .header-banner .logo a {
	display: block;
}
.header-bidbook .header-banner .logo a img {
	width: 100%;
}
.header-bidbook .header-banner .banner-info {
	padding: 0;
	text-align: left;
	display: grid;
	gap: var(--space-3);
}
.header-bidbook .header-banner .banner-info h4 {
	position: relative;
	font-style: normal;
	text-transform: uppercase;
	cursor: default;
	font-family: var(--font-soft-extended);
	font-weight: 800;
	color: var(--burgundy);
	font-size: 0.8125rem;
	line-height: 1;
	display: flex;
	align-items: center;
}
.header-bidbook .header-banner .banner-info h4::before {
	display: block;
	content: '';
	width: 14px;
	height: 2px;
	background: var(--burgundy);
	margin-left: 3px;
	margin-right: 7px;
}

.header-bidbook .header-banner .banner-info p {
	font-family: var(--font-display);
	cursor: default;
	font-weight: 900;
	color: var(--blue-darkest);
	font-size: 1.0625rem;
	line-height: 1.2;
	margin-bottom: 9px;
}
.header-bidbook .header-banner .contact-info {
	margin-top: var(--space-px);
}

.header-bidbook .header-banner .banner-info p:is(.email, .phone) a,
.header-bidbook .header-banner .banner-info p:is(.email, .phone) {
	cursor: pointer;
	font-weight: 700;
	color: #767474;
	font-size: 0.9375rem;
	line-height: 1.2;
	font-family: var(--font-body);
	text-decoration: none;
	margin-bottom: 0;
}
.header-bidbook .header-banner .banner-info p.email a,
.header-bidbook .header-banner .banner-info p.email {
	text-decoration: underline;
	color: var(--burgundy);
}

@media (min-width: 64em) {
	.header-bidbook .header-banner {
		left: 30px;
		width: 300px;
		padding-top: 30px;
	}
	.header-bidbook .header-banner .banner-info h4 {
		font-size: 0.875rem;
	}
	.header-bidbook .header-banner .banner-info p {
		font-size: 1.1875rem;
		margin-bottom: var(--space-4);
	}
	.header-bidbook .header-banner .logo {
		max-width: 204px;
	}
	.header-bidbook .header-banner .banner-info p:is(.email, .phone) a,
	.header-bidbook .header-banner .banner-info p:is(.email, .phone) {
		font-size: 1.0625rem;
	}
}

/* Navigation */
.nav-primary.bidbook {
	float: none;
	background-color: var(--burgundy);
	width: 100% !important;
}
.nav-primary.bidbook nav {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	height: 75px;
}
.nav-primary.bidbook .item {
	position: relative;
	margin: 0 10px;
}
.nav-primary.bidbook .item:not(:last-of-type)::after {
	display: inline-block;
	height: 25px;
	width: 1px;
	position: absolute;
	right: -11px;
	top: 50%;
	transform: translate(0, -50%);
	border-right: 2px dotted rgba(255, 255, 255, 0.4);
	content: '';
}
.nav-primary.bidbook .item > a {
	display: block;
	max-width: 150px;
	height: auto;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-family: 'Knockout', sans-serif;
	font-style: normal;
	font-size: 25px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 0.1em;
	transition: color 0.3s ease;
}
.nav-primary.bidbook .item > a:hover {
	color: #db852f;
}

.mobilenav {
	background-color: transparent;
	transition: background-color 0.3s ease;
}
.mobilenav.active {
	position: fixed;
	background-color: var(--burgundy);
}
.mobilenav .hamburger {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.mobilenav .hamburger .fa {
	display: none;
	padding: 15px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}
.mobilenav .hamburger .fa::before {
	text-shadow: 0 0 2px #000;
}
.mobilenav:not(.active) .hamburger .fa.fa-navicon,
.mobilenav.active .hamburger .fa.fa-times {
	display: inline-block;
}

.mobilenav .mobile-dd {
	margin: 50px 40px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.1s ease;
}
.mobilenav.active .mobile-dd {
	opacity: 1;
	pointer-events: all;
}
.mobilenav .mobile-dd .menu-text {
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-family: 'Brown-Bold', Arial;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	border-bottom: 2px dotted rgba(255, 255, 255, 0.3);
}
.mobilenav .mobile-dd .nav-list {
	margin: 0;
	list-style: none;
}
.mobilenav .mobile-dd .nav-list li.item-middle {
	display: none;
}
.mobilenav .mobile-dd .nav-list li a {
	display: block;
	padding: 10px 0;
	font-family: 'Knockout', sans-serif;
	font-style: normal;
	font-size: 30px;
	line-height: 25px;
	color: #fff;
	letter-spacing: 0.1em;
}

/* Intro Panel */
.bidbook-intro {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: var(--space-5);
	margin-bottom: var(--space-10);
	--beige: #f1ece0;
}
.bidbook-intro .inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1158px;
	margin: 0 auto var(--space-10);
}
.bidbook-intro .inner .intro-left {
	flex: 1;
}
.bidbook-intro .inner .intro-right {
	padding: 45px 45px 33px;
	background: var(--beige);
}

.bidbook-intro .inner .intro-left > .contentRender_name_plugins_core_textbox {
	padding-bottom: var(--space-6);
	--width-base: 760px;
}

.bidbook-intro .contentRender_name_plugins_core_textbox h2 {
	margin: 0 0 var(--space-5);
	font-family: var(--font-display);
	font-style: normal;
	font-size: 2rem;
	line-height: 1.1;
	color: var(--blue-darkest);
	font-weight: 900;
}
.bidbook-intro .contentRender_name_plugins_core_textbox h3 {
	margin: 0 0 22px;
	font-family: var(--font-serif);
	font-size: 1.5rem;
	line-height: 1.2;
	color: var(--burgundy);
}
.bidbook-intro .contentRender_name_plugins_core_textbox p {
	margin: 0 0 15px;
	font-family: var(--font-soft);
	font-size: 1.0625rem;
	line-height: 1.5;
}
.bidbook-intro .contentRender_name_plugins_core_textbox .signature {
	font-family: shabby-chic, sans-serif;
	font-weight: 400;
	font-size: 3.75rem;
	line-height: 1.2;
}
.bidbook-intro .intro-bottom {
	position: relative;
}
@media (min-width: 64em) {
	.bidbook-intro {
		padding-top: 74px;
	}

	.bidbook-intro .inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 35%;
	}
	.bidbook-intro .inner .intro-left {
		padding: 0 40px;
	}
	.bidbook-intro .inner .intro-right {
		padding-block: 80px 76px;
		position: relative;
	}
	.bidbook-intro .inner .intro-right > div {
		position: relative;
	}

	.bidbook-intro .contentRender_name_plugins_core_textbox {
		padding: 0;
	}

	.bidbook-intro .contentRender_name_plugins_core_textbox h2 {
		margin-bottom: 14px;
		font-size: 2.75rem;
	}
	.bidbook-intro .contentRender_name_plugins_core_textbox h3 {
		font-size: 1.625rem;
	}
	.bidbook-intro .contentRender_name_plugins_core_textbox p {
		margin-bottom: var(--space-10);
	}
	.bidbook-intro .contentRender_name_plugins_core_textbox .signature {
		font-size: 3.75rem;
		margin-bottom: 0;
		line-height: 0.5;
	}
	.bidbook-intro .inner .intro-left > .contentRender_name_plugins_core_textbox {
		padding-block: 0;
	}
}

@media (min-width: 90em) {
	.bidbook-intro .inner .intro-left {
		padding-left: 0;
	}
}

/* Contact Card */
.bidbook-contactcard {
	max-width: 350px;
	margin: 0 auto;
}
.bidbook-contactcard .image-cont {
	overflow: hidden;
}
.bidbook-contactcard .image-cont img {
	width: 100%;
}
.bidbook-contactcard .details-cont {
	margin-top: 30px;
}
.bidbook-contactcard .details-cont h4 {
	margin: 0 0 6px;
	font-family: var(--font-serif);
	font-size: 1.625rem;
	line-height: 1.2;
	color: var(--gray-dark-alt);
	font-weight: 800;
}
.bidbook-contactcard .details-cont ul {
	list-style: none;
	margin: 0;
}
.bidbook-contactcard .details-cont ul li {
	margin-bottom: 0;
	font-family: var(--font-soft);
	font-style: normal;
	font-size: 1.0625rem;
	line-height: 1.2;
	color: var(--burgundy);
	text-decoration: none;
}
.bidbook-contactcard .details-cont ul li:first-child {
	margin-bottom: 27px;
	color: #767674;
	border-bottom: 1px solid #76747440;
	padding-bottom: 24px;
}
.bidbook-contactcard .details-cont ul li a {
	color: inherit;
	text-decoration: none;
}
.bidbook-contactcard .details-cont ul li a:hover {
	text-decoration: underline;
}
@media (min-width: 64em) {
	.bidbook-contactcard .details-cont {
		margin-top: 44px;
	}
}

/* Quick-Links */
.bidbook-quicklinks {
	--black: #222;
	background-color: var(--beige);
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0 auto;
	max-width: 1158px;
}

.bidbook-quicklinks .details-cont {
	padding: var(--space-8) 40px var(--space-6);
}
.bidbook-quicklinks .details-cont h3 {
	margin: 0 0 15px;
	font-family: var(--font-display);
	font-style: normal;
	font-size: 28px;
	line-height: 1;
	color: var(--black);
}
.bidbook-quicklinks .details-cont .description {
	max-width: 805px;
}
.bidbook-quicklinks .details-cont .description p {
	margin: 0;
	font-family: var(--font-body);
	font-style: normal;
	font-size: var(--text-base);
	line-height: var(--leading-normal);
	color: var(--black);
}
.bidbook-quicklinks .details-cont .description a {
	color: var(--burgundy-dark);
	text-decoration: underline;
	transition: color 0.3s ease;
}
.bidbook-quicklinks .details-cont .description a:hover {
	color: var(--brown-light);
}
.bidbook-quicklinks .downloads-cont {
	padding: 0 40px 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.bidbook-quicklinks .downloads-cont > a {
	text-decoration: none;
}
.bidbook-quicklinks .downloads-cont > a .fa {
	font-size: var(--text-sm);
	color: var(--yellow);
}

@media (min-width: 64em) {
	.bidbook-quicklinks {
		border-radius: 10px;
	}
	.bidbook-quicklinks::before {
		width: calc(100% - 140px);
	}
	.bidbook-quicklinks .details-cont {
		flex: 1;
	}
	.bidbook-quicklinks .details-cont h3 {
		margin: 0 0 25px;
		font-size: 2rem;
		text-align: left;
		margin-bottom: var(--space-4);
	}

	.bidbook-quicklinks .downloads-cont {
		flex: 0 1 35%;

		justify-content: start;
	}
}
@media (min-width: 1200px) {
	.bidbook-quicklinks .downloads-cont {
		flex-direction: row;
	}
}

/* Callout (Fullwidth) */
.bidbook-callout {
	display: block;
	position: relative;
	overflow: hidden;
}
.bidbook-callout .image-cont img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.bidbook-callout .text-cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 860px;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}
.bidbook-callout .text-cont h3 {
	margin: 0 0 15px;
	font-family: 'Knockout', sans-serif;
	font-style: normal;
	font-size: 80px;
	line-height: 60px;
	letter-spacing: 0.03em;
	color: #fff;
	text-transform: uppercase;
	cursor: default;
	text-shadow: 0px 0px 94.94px rgba(0, 0, 0, 0.85);
}
.bidbook-callout .text-cont h4 {
	margin: 0 0 15px;
	font-family: 'Brown-Regular', sans-serif;
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	cursor: default;
	text-shadow: 0px 1px 8px rgba(0, 0, 0, 1);
}
@media (min-width: 64em) {
	.bidbook-callout .text-cont h3 {
		font-size: 125px;
		line-height: 1;
	}
	.bidbook-callout .text-cont h4 {
		margin: 0 0 25px;
		font-size: 32px;
		line-height: 1;
	}
	.bidbook-container .bidbook-callout .text-cont h3 {
		font-size: 80px;
		line-height: 60px;
	}
	.bidbook-container .bidbook-callout .text-cont h4 {
		margin: 0 0 15px;
		font-size: 24px;
		line-height: 28px;
	}
	.bidbook-container .bidbook-callout .text-cont .bidbutton {
		min-width: 176px;
		min-height: 40px;
	}
}

/* Footer Panel */
.footer-bidbook {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: relative;
}
.footer-bidbook > .background {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.footer-bidbook > .background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer-bidbook button.bidbutton {
	border-radius: 5px 5px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	translate: 0 -100%;
}
.footer-bidbook .inner {
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0 auto;
	max-width: 1260px;
	padding: 40px 40px 14px;
	gap: 56px;
}
.footer-bidbook .footer-left {
	display: grid;
	gap: 24px;
}
.footer-bidbook .footer-left .logo {
	margin-bottom: 0;
}
.footer-bidbook .footer-left .logo a {
	display: inline-block;
}
.footer-bidbook .footer-left .logo a img {
	max-width: 280px;
}
@media (min-width: 64em) {
	.footer-bidbook .footer-left .logo a img {
		max-width: 355px;
	}
}
.footer-bidbook .contentRender_name_plugins_core_textbox {
	color: inherit;
	padding: 0;
}
.footer-bidbook .contentRender_name_plugins_core_textbox p {
	font-family: var(--font-soft);
	font-size: var(--text-base);
	line-height: 1.8;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}
.footer-bidbook .contentRender_name_plugins_core_textbox h3 {
	font-family: var(--font-soft);
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.3;
	color: #fff;
	margin-bottom: var(--space-3);
}
.footer-bidbook .contentRender_name_plugins_core_textbox h4 {
	font-family: var(--font-soft);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 0;
	color: #fff;
}

.footer-bidbook .contentRender_name_plugins_core_textbox a {
	color: #fff !important;
	transition: color 0.3s ease;
}

.footer-bidbook .footer-right {
	display: grid;
	gap: 17px;
}

.footer-bidbook .footer-right .footer-bottom {
	max-width: 134px;
	margin-top: 56px;
}

.footer-bidbook .footer-right .footer-contacts {
	margin-bottom: 25px;
}
.footer-bidbook .footer-right .bidbutton {
	min-width: 176px;
	margin: 0 auto;
}

@media (min-width: 64em) {
	.footer-bidbook .inner {
		padding: 40px 50px 14px;
		flex-direction: row;
	}
	.footer-bidbook .footer-left {
		flex: 1;
		align-self: start;
	}
	.footer-bidbook .footer-right {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex: 1;
		max-width: 220px;
	}
	.footer-bidbook .footer-right .footer-contacts {
		margin-bottom: 65px;
	}
	.footer-bidbook .footer-right .bidbutton {
		margin: 0;
	}
}

.bidbook-theme .ccl-v2-widget .widget-subtitle {
	--color: var(--blue-dark);
}

.bidbook-theme .ccl-v2-widget .slide-footer .qv-btn,
.bidbook-theme .ccl-v2-widget .slide-footer .read-more {
	color: var(--burgundy);
}

.bidbook-theme .ccl-v2-widget:not(.imagebox-v2-1-across) .widget-view-all {
	background: var(--burgundy);
	border-color: var(--burgundy);
}

.bidbook-theme .ccl-v2-widget.imagebox-v2-1-across .widget-view-all {
	--text-color: var(--burgundy);
}

@media (hover: hover) {
	.bidbook-theme .ccl-v2-widget:not(.imagebox-v2-1-across) .widget-view-all:hover {
		color: var(--burgundy);
		background-color: transparent;
		border-color: var(--burgundy);
	}
}

.bidbook-theme .ccl-v2-widget:not(.imagebox-v2-1-across):not(.cards-v2-2-across) .widget-view-all span {
	color: #fff;
}

.bidbook-theme .ccl-v2-widget.imagebox-v2-1-across .slide-footer .read-more {
	background: #faf9ef;
	border-color: #faf9ef;
}
.bidbook-theme .ccl-v2-widget.imagebox-v2-1-across .slide-footer .read-more span {
	color: var(--burgundy);
}

.bidbook-theme .side-by-side-slider.beige .slide-footer .read-more {
	background: var(--burgundy);
	color: #fff;
	border-color: var(--burgundy);
}

.bidbook-theme .side-by-side-slider .slide-footer .read-more:after {
	color: #db852f !important;
}

.bidbook-theme .contentRender_name_plugins_maps_embed_widget {
	margin-bottom: var(--widget-margin-bottom);
}

.bidbook-theme .custom-navbar {
	--vertical-padding: 22px;
	padding: 0;
	margin-bottom: 0;
}

.bidbook-theme .custom-navbar a {
	color: #fff;
	font-size: 1rem;
	text-transform: capitalize;
}

.bidbook-theme .custom-navbar.initialized .inner {
	background-color: var(--burgundy);
	max-width: unset;
	color: #fff;
	border-radius: 0;
}

.bidbook-theme .custom-navbar .overflow button {
	background-color: transparent;
	color: #fff;
}

.bidbook-theme .custom-navbar .overflow.open .overflow-list {
	background-color: var(--burgundy);
}

.bidbook-theme .contentRender_name_plugins_collections_template_custom_navbar {
	position: sticky;
	top: 0;
	z-index: 1;
}

@media (min-width: 64em) {
	.bidbook-theme .custom-navbar {
		--vertical-padding: 32px;
	}
	.bidbook-theme .ccl-v2-widget.imagebox-v2-1-across .title-col {
		padding-inline: var(--space-5);
		max-width: 1200px;
		text-align: left;
	}
	.bidbook-theme .contentRender_name_plugins_maps_embed_widget {
		margin-bottom: var(--space-24);
	}
}
@media (min-width: 85em) {
	.bidbook-theme .custom-navbar.initialized .inner {
		justify-content: center;
	}
}
