/*
Theme Name: Big Tex Trailer World
Theme URI: https://bigtextrailerworld.com/
Version: 1.0
Description: A custom theme for Big Tex Trailer World
Author: The WebFX Team
Author URI: https://webfx.com/
template: bb-theme
*/

/************************************************************
 * GENERAL
 ***********************************************************/

.fl-col-group.fl-node-1ipkqftc7g42, /* temp */
.fl-col-group.fl-node-5poxeyra6k2j,
.fl-row.fl-row-full-width.fl-row-bg-none.fl-node-qg8hk72ew4tc {
	display: none !important;
}

.fl-page {
	overflow-x: hidden;
}

@media ( min-width: 1250px ) {
	.skew-layout--left .fl-row-content {
		margin-left: calc( ( 100vw - 1270px ) / 2 );
	}
	.skew-layout--right .fl-row-content {
		margin-right: calc( ( 100vw - 1270px ) / 2 );
	}
	.col-padded--left .fl-col-content {
		padding-left: calc( ( 100vw - 1270px ) / 2 );
	}
	.col-padded--right .fl-col-content {
		padding-right: calc( ( 100vw - 1270px ) / 2 );
	}
}

.col-fill-heights .fl-col-content,
.col-fill-heights .fl-col-group {
	height: 100%;
}

.bt-button .creative-button-wrap a.uabb-button {
	border: 1px solid #000000;
}

.bt-button .uabb-none-btn {
	border: 1px solid #000000 !important;
	background-image: url( '/content/uploads/2022/02/Button-rectangle.svg' ) !important;
	background-position: right !important;
	background-size: 10% !important;
	background-repeat: no-repeat !important;
}

.bt-button .uabb-none-btn:hover {
	background-color: #ffffff !important;
	background-size: 145% auto !important;
}

/*
 * Header
 */

.site-alert p {
	margin: 0;
	padding: 0;
}

.site-alert a {
	font-family: Work Sans, sans-serif;
	font-weight: 600;
	color: #ffda00 !important;
}

.fl-builder-content[data-type='header'].fl-theme-builder-header-shrink
	.fl-row-content-wrap {
	-webkit-box-shadow: 0 0 10px 0 rgb( 0 0 0 / 25% );
	box-shadow: 0 0 10px 0 rgb( 0 0 0 / 25% );
}

.fl-builder-content[data-shrink='1'] .header-logo img {
	width: 250px;
}

.fl-builder-content[data-type='header'].fl-theme-builder-header-shrink
	.header-logo
	img {
	width: 150px;
}

.fl-builder-content[data-type='header'] .menu img {
	width: 20px;
}

.fl-builder-content[data-shrink='1'] #menu-header-nav.menu a {
	-webkit-transition: all 0.4s ease-in-out, background-position 1ms;
	-o-transition: all 0.4s ease-in-out, background-position 1ms;
	transition: all 0.4s ease-in-out, background-position 1ms;
}

.fl-builder-content[data-type='header'].fl-theme-builder-header-shrink
	#menu-header-nav.menu
	> li
	> a,
.fl-builder-content[data-type='header'].fl-theme-builder-header-shrink
	#menu-header-nav.menu
	> li
	> div
	> a {
	padding-top: 15px;
	padding-bottom: 15px;
}

#header-top {
	max-height: 139px;
}

#menu-header-nav a {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	margin-left: 12px;
	margin-right: 12px;
}

#menu-header-nav > li > a::after,
#menu-header-nav > li > div > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: transparent;
	left: 0;
}

#menu-header-nav .sub-menu a {
	padding: 10px;
	margin: 0;
	text-transform: none;
	font-weight: 500;
	position: relative;
}

#menu-header-nav .sub-menu li:hover > a::before,
#menu-header-nav .sub-menu li:focus > a::before,
#menu-header-nav .sub-menu li:active > a::before,
#menu-header-nav .sub-menu li:active:focus > a::before {
	content: '';
	position: absolute;
	left: -2px;
	top: 50%;
	height: 6px;
	width: 6px;
	background-color: #ffda00;
	transform: translateY( -50% );
}

#menu-header-nav > .menu-item:hover > a::after,
#menu-header-nav > .menu-item:hover > div > a::after,
#menu-header-nav > .menu-item.current-menu-item > a::after,
#menu-header-nav > .menu-item.current-menu-item > div > a::after,
#menu-header-nav > .menu-item.current-menu-ancestor > a::after,
#menu-header-nav > .menu-item.current-menu-ancestor > div > a::after,
.header-row .sub-menu > .menu-item.current-menu-item > a::after,
.header-row .sub-menu > .menu-item:hover > a::after {
	background-color: #ffda00;
}

#menu-header-nav > .menu-item.fl-has-submenu:hover > div > a::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f4d100;
	background-color: transparent;
	width: 0;
	height: 0;
	left: 50%;
	-webkit-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}

#menu-header-nav {
	position: relative;
}

#menu-header-nav li.mega-menu.fl-has-submenu > ul.sub-menu {
	width: 120% !important;
	left: auto !important;
}

#menu-header-nav > li.fl-has-submenu > ul.sub-menu {
	border-top: 5px solid #f7d400;
	padding: 15px;
}

#menu-header-nav
	.mega-menu
	> .sub-menu
	> .fl-has-submenu
	> .fl-has-submenu-container
	a {
	text-transform: uppercase;
	font-weight: 700;
	cursor: default;
	pointer-events: none;
}

#menu-header-nav .mega-menu .heading-gap > div > a {
	text-indent: -9999px;
}

#menu-site-nav li {
	vertical-align: middle;
}

#menu-site-nav .this-site a {
	color: #ffda00;
}

#menu-site-nav img {
	width: auto;
	max-height: 14px !important;
	position: absolute;
	-webkit-transform: translateX( 5px );
	-ms-transform: translateX( 5px );
	transform: translateX( 5px );
}

.pp-announcement-bar.pp-top-bar
	.fl-builder-content[data-type='header'].fl-theme-builder-header-sticky {
	top: auto !important;
}

#menu-topbar-nav li > a > .menu-item-text,
#menu-topbar-nav li > a > .menu-item-text img,
#menu-shop-nav li > a > .menu-item-text,
#menu-shop-nav li > a > .menu-item-text img {
	position: relative;
}

#menu-topbar-nav li > a > .menu-item-text::before,
#menu-shop-nav li > a > .menu-item-text::before {
	content: '';
	position: absolute;
	left: -2.5px;
	top: -2.5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 100%;
	z-index: 0;
	background: transparent;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

#menu-topbar-nav li:hover > a > .menu-item-text::before,
#menu-shop-nav li:hover > a > .menu-item-text::before {
	background: #ffda00;
}

#menu-shop-nav li {
	display: inline-block;
}

.menu .has-location-dropdown > div > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu .has-location-dropdown > div > a::after {
	content: '';
	width: 0;
	height: 0;
	margin-left: 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #888;
}

.js-stick-phone-number {
	display: none;
}

a.transfered-mobile__number {
    background-color: #000;
    padding-inline: 2rem;
    padding-block: 16px;
    text-align: center;
    color: #fff!important;
    display: block;
    margin-top: 5px;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media ( max-width: 767px ) {

	#menu-header-nav a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#menu-header-nav > li.fl-has-submenu > ul.sub-menu {
		padding: 0 10px;
	}

	#menu-header-nav .sub-menu .menu-item a::before {
		content: none;
	}

	#menu-header-nav > li > a::after,
	#menu-header-nav > li > div > a::after,
	#menu-header-nav > .menu-item.fl-has-submenu:hover > div > a::after {
		content: none;
	}

	#menu-header-nav > li.fl-has-submenu > ul.sub-menu {
		border-top: none;
	}

	#menu-header-nav
		li
		> .sub-menu
		> .fl-has-submenu
		> .fl-has-submenu-container
		a {
			text-transform: uppercase;
			font-weight: 700;
			padding-top: 15px;
			padding-bottom: 15px;
	}

	#menu-header-nav .heading-gap > div > a {
		display: none;
	}

	/* #menu-header-nav > li.fl-has-submenu > ul.sub-menu .sub-menu {
		display: block !important;
	} */

	#menu-shop-nav a {
		padding-left: 5px;
	}

	.menu .has-location-dropdown > div > a::after {
		margin-left: 0;
	}
}

/* Location Dropdown */

.has-location-dropdown ul.sub-menu {
	width: 420px;
	border: none !important;
}

.location-dropdown {
	background: #ffffff;
	padding: 20px;
}

.location-dropdown--reviews {
	line-height: 24px;
	font-family: 'Work Sans';
	font-size: 14px;
	display: flex;
	align-items: center;
}

.location-dropdown--reviews[data-rating]::after {
	color: #ffda00;
	font-size: 16px;
	margin-left: 5px;
}

.location-dropdown--reviews[data-rating='1']::after,
.review-card--rating[data-rating='1']::before,
.review-summary--rating-stars[data-rating='1']::before {
	content: '\2605\2606\2606\2606\2606';
}

.location-dropdown--reviews[data-rating='2']::after,
.review-card--rating[data-rating='2']::before,
.review-summary--rating-stars[data-rating='2']::before {
	content: '\2605\2605\2606\2606\2606';
}

.location-dropdown--reviews[data-rating='3']::after,
.review-card--rating[data-rating='3']::before,
.review-summary--rating-stars[data-rating='3']::before {
	content: '\2605\2605\2605\2606\2606';
}

.location-dropdown--reviews[data-rating='4']::after,
.review-card--rating[data-rating='4']::before,
.review-summary--rating-stars[data-rating='4']::before {
	content: '\2605\2605\2605\2605\2606';
}

.location-dropdown--reviews[data-rating='5']::after,
.review-card--rating[data-rating='5']::before,
.review-summary--rating-stars[data-rating='5']::before {
	content: '\2605\2605\2605\2605\2605';
}

.location-dropdown--body {
	font-weight: 600;
}

.location-dropdown--image {
	width: 100% !important;
	max-height: 100% !important;
}

.location-dropdown--status {
	background: #ffda00;
	-webkit-clip-path: polygon( 10% 0, 100% 0%, 90% 100%, 0% 100% );
	clip-path: polygon( 10% 0, 100% 0%, 90% 100%, 0% 100% );
	display: inline-block;
	padding: 0.15rem 0.85rem;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Work Sans', sans-serif;
}

.location-dropdown--time {
	display: inline-block;
	width: 100%;
	margin: 5px 0 15px;
}

.location-dropdown--phone a {
	color: inherit;
	padding: 3px 0;
}

.location-dropdown--footer {
	margin-top: 20px;
}

.location-dropdown--footer .btn {
	border-radius: 0;
	padding: 0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	height: 55px;
	line-height: 55px;
	text-transform: uppercase;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.location-dropdown--footer .btn-all-locations {
	padding: 10px 10px 0;
	margin-top: 5px;
	text-align: center;
	color: inherit;
}

@media ( max-width: 767px ) {
	.header-right .fl-col-group {
		display: flex;
	}

	.header-right .header-right--icons {
		flex-shrink: 0;
	}
	.header-right .header-right--location .has-location-phone {
		display: none !important;
	}
	.header-right .header-right--location .has-location-dropdown {
		margin-right: 0 !important;
	}
	.header-right--location
		.uabb-creative-menu
		.menu
		> li
		> .uabb-has-submenu-container
		> a {
		padding-left: 0 !important;
		font-size: 12px !important;
	}
	.header-right .header-right--location .menu-item-text img {
		display: none;
	}

	.header-right .location-dropdown {
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 100;
	}

	.has-location-dropdown,
	.location-dropdown-wrapper,
	#menu-location-nav {
		position: static !important;
		max-width: 148px;
	}

	.has-location-dropdown ul.sub-menu {
		box-shadow: none !important;
	}

	.has-location-dropdown .sub-menu.open {
		display: block !important;
	}
	.has-location-dropdown .sub-menu:not( .open ) {
		display: none !important;
	}
}

.review-card {
	border-bottom: 1px solid #f2f2f2;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.review-summary {
	font-weight: 600;
}

.review-card--rating,
.review-summary--rating-stars {
	color: #ffda00;
	font-size: 30px;
	line-height: 1;
}

.review-summary--rating-stars {
	font-size: 34px;
	letter-spacing: 4px;
	margin-bottom: 0.5rem;
}

.review-card--date {
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: 500;
}

.review-card [data-toggle='review'] {
	text-transform: uppercase;
	color: inherit;
	font-weight: 700;
	padding-left: 0;
	padding-right: 0;
	background: none !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.review-card--initials {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #f2f2f2;
	border-radius: 100%;
	text-align: center;
	font-weight: 700;
	font-family: 'Work Sans';
	font-size: 22px;
	color: rgb( 0 0 0 / 50% );
}

.review-summary {
	background: #f2f2f2;
	padding: 2rem;
}

.review-summary--rating {
	font-size: 32px;
	font-family: 'Work Sans';
	font-weight: 900;
}

.review-summary--bars .progress {
	height: 28px;
	border-radius: 0;
	background: #fff;
	border: 1px solid;
}

.review-summary--bars .progress-bar {
	background: #ffda00;
}

.review-bar--label {
	line-height: 28px;
	margin-right: 0.5rem;
}

.review-bar--label::after {
	content: '\2605';
	color: #ffda00;
}

.review-summary--date {
	font-weight: 400;
	font-size: 14px;
	font-family: 'Work Sans';
}

.reviews-heading {
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.reviews-heading::after,
.reviews-heading::before {
	content: '';
	width: 102px;
	height: 87px;
	position: absolute;
	left: -122px;
	top: 50%;
	margin-top: -51px;
	background: url( '/content/uploads/2022/03/ql.png' ) no-repeat 0 0;
}

.reviews-heading::after {
	background-image: url( '/content/uploads/2022/03/qr.png' );
	left: auto;
	right: -122px;
}

/* Site Search */

#site_search {
	width: 0;
	overflow: hidden;
	position: absolute;
	top: 2px;
	right: 30px;
	z-index: 2;
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}

#site_search .input-group {
	flex-wrap: nowrap;
}

.open #site_search {
	width: 320px;
}

#site_search .form-control {
	height: 37px;
	border-radius: 0;
}

#site_search button {
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#site_search button:hover,
#site_search button:focus,
#site_search button:active {
	background-color: #ffffff;
	border-color: #e6e6e6;
}

#site_search button img {
	max-height: 20px;
}

header .fl-menu .fl-menu-mobile-toggle {
	padding: 10px 10px 20px 20px;
}

@media ( max-width: 767px ) {
	#site_search {
		top: auto;
		bottom: -50px;
		right: 0;
	}

	#site_search .form-control {
		height: 50px;
	}

	.open #site_search {
		width: 100%;
	}

	#menu-shop-nav,
	.has-site-search {
		position: static !important;
	}
}

/*
 * Footer
 */

@media ( max-width: 767px ) {
	footer .fl-col-small:not( .fl-col-small-full-width ) {
		max-width: 100%;
	}
}

/*
 * Backgrounds
 */

.bg-col-extended--left > .fl-col-content,
.bg-col-extended--right > .fl-col-content,
.bg-tilt--left > .fl-col-content,
.bg-tilt--right > .fl-col-content,
.bg-tilt-inverted--left > .fl-col-content,
.bg-tilt-inverted--right > .fl-col-content,
.bg-tilt-inverted--left > .fl-col-content .fl-module,
.bg-tilt-inverted--right > .fl-col-content .fl-module,
.bg-tilt--left > .fl-col-content .fl-module,
.bg-tilt--right > .fl-col-content .fl-module,
.bg-tilt--overlay > div {
	position: relative;
}

.bg-col-extended--left > .fl-col-content::after,
.bg-col-extended--right > .fl-col-content::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 200%;
	background: inherit;
	z-index: 0;
}

.bg-col-extended--left > .fl-col-content::after {
	left: -200%;
}

.bg-col-extended--right > .fl-col-content::after {
	right: -200%;
}

.bg-tilt--left > .fl-col-content::before,
.bg-tilt--right > .fl-col-content::before,
.bg-tilt-inverted--left > .fl-col-content::after,
.bg-tilt-inverted--right > .fl-col-content::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 200px;
	background: inherit;
	z-index: 0;
}

.bg-tilt--left > .fl-col-content::before {
	right: -100px;
	-webkit-clip-path: polygon( 0 0, 50% 0, 100% 100%, 0 100% );
	clip-path: polygon( 0 0, 50% 0, 100% 100%, 0 100% );
}

.bg-tilt--right > .fl-col-content::before {
	left: -100px;
	-webkit-clip-path: polygon( 50% 0%, 100% 0%, 100% 100%, 0 100% );
	clip-path: polygon( 50% 0%, 100% 0%, 100% 100%, 0 100% );
}

.bg-tilt-inverted--left > .fl-col-content::after {
	right: -100px;
	-webkit-clip-path: polygon( 0 0, 100% 0%, 50% 100%, 0% 100% );
	clip-path: polygon( 0 0, 100% 0%, 50% 100%, 0% 100% );
}

.bg-tilt-inverted--right > .fl-col-content::after {
	left: -100px;
	-webkit-clip-path: polygon( 0 0, 100% 0%, 100% 100%, 50% 100% );
	clip-path: polygon( 0 0, 100% 0%, 100% 100%, 50% 100% );
}

.bg-tilt--overlay > div::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 300px;
	right: 0;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop( 26%, #ffffff ),
		color-stop( 108%, rgba( 255, 255, 255, 0 ) )
	);
	background: -o-linear-gradient(
		left,
		#ffffff 26%,
		rgba( 255, 255, 255, 0 ) 108%
	);
	background: linear-gradient(
		90deg,
		#ffffff 26%,
		rgba( 255, 255, 255, 0 ) 108%
	);
	mix-blend-mode: normal;
	opacity: 0.25;
	-webkit-clip-path: polygon( 33.33% 0%, 100% 0%, 100% 100%, 0 100% );
	clip-path: polygon( 33.33% 0%, 100% 0%, 100% 100%, 0 100% );
	z-index: 2;
}

.bg-tilt-inverted--left > .fl-col-content .fl-module,
.bg-tilt-inverted--right > .fl-col-content .fl-module {
	z-index: 1;
}

@media ( max-width: 767px ) {
	.bg-tilt--overlay > div::before {
		content: none;
	}
}

/*
 * Pages
 */

.page-content h2 {
	font-size: 36px;
}

.page-content h3 {
	font-size: 30px;
}

.page-content h4 {
	font-size: 24px;
}

.page-content h5 {
	font-size: 20px;
}

.page-content h6 {
	font-size: 18px;
}

.infobox-has-stretched-link {
	position: relative;
}

.infobox-has-stretched-link .uabb-infobox-cta-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: '';
	background-color: rgba( 0, 0, 0, 0 );
}

.infobox-has-stretched-link:hover .uabb-infobox-cta-link,
.infobox-has-stretched-link:hover .uabb-infobox-cta-link * {
	color: #ffda00 !important;
}

.infobox-shape .uabb-infobox {
	background-image: url( '/content/uploads/2022/02/BT-white-shape.svg' ) !important;
	background-position: center right;
	background-size: 125px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
}

.financing-infobox .uabb-infobox {
	max-width: 450px;
}

/*
 * Icons
 */

.quick-link-icons .uabb-image-content,
.quick-link-icons .uabb-image-content img {
	position: relative;
}

.quick-link-icons .uabb-image-content img {
	margin-left: 20px;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.quick-link-icons .uabb-image-content::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -5px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	background: #ffda00;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.quick-link-icons .uabb-infobox:hover .uabb-image-content img {
	margin-left: 0;
	-webkit-transform: scale( 0.9 );
	-ms-transform: scale( 0.9 );
	transform: scale( 0.9 );
}

.quick-link-icons .uabb-infobox:hover .uabb-image-content::before {
	width: 70px;
	height: 70px;
	line-height: 70px;
	top: -10px;
}

.banner_info .fl-heading .fl-heading-text:before,
.banner_info .uabb-infobox-title:before {
	content: '';
	display: inline-block;
	height: 50px;
	width: 19px;
	border-top: 50px solid #ffda00;
	border-right: 14px solid transparent;
	margin-right: 5px;
}

.banner_info .fl-heading .fl-heading-text:after,
.banner_info .uabb-infobox-title:after {
	content: '';
	display: inline-block;
	height: 50px;
	width: 19px;
	border-bottom: 50px solid #ffda00;
	border-left: 14px solid transparent;
	margin-left: 5px;
}

.trailer-type-card {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

#trailer-types-grid button {
	display: block;
	color: #000000;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-transform: uppercase;
	vertical-align: middle;
	background: none;
	border: none;
	border-radius: 0;
}

#trailer-types-grid button span {
	font-size: 12px;
}

.trailer-type-card--title {
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.trailer-type-card--title a {
	display: flex;
	justify-content: center;
}

.trailer-type-card--title span {
	display: block;
	margin: -40px 20px 0;
	background: #ffffff;
	padding: 10px 30px;
	position: relative;
	width: fit-content;
}

#trailer-types-grid.row,
#trailer-types-grid .row {
	margin-left: -2px;
	margin-right: -2px;
}

#trailer-types-grid.row div[class^='col'] {
	padding-left: 2px;
	padding-right: 2px;
}

.trailer_post_grid .uabb-post-thumbnail {
	background-color: #f2f2f2;
	margin: 0 -30px -21px;
	height: 280px;
}

.trailer_post_grid .uabb-post-heading {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-left: -15px;
}

.trailer_post_grid .uabb-post-heading a {
	background-color: #fff;
	padding: 12px 15px;
	display: block;
}

.trailer_post_grid .uabb-blog-posts-description {
	padding-top: 0;
}

.trailer_post_grid .uabb-blog-posts-description p {
	margin-bottom: 0;
}

.trailer_post_grid .uabb-post-wrapper:hover .uabb-blog-posts-shadow {
	border-color: #ffda00;
}

.trailer_post_grid .uabb-post-wrapper:hover .uabb-post-thumbnail {
	background-color: #e5e5e5;
}

.trail_type_grid .pp-category__img {
	border: 1px solid transparent;
	position: relative;
	margin-bottom: -25px;
}

.trail_type_grid .category-inner:hover .pp-category__img {
	border-color: #ffda00;
}

.trail_type_grid .pp-category__img:before,
.trailer_post_grid .uabb-post-wrapper .uabb-post-thumbnail:before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #ffda00;
	-webkit-clip-path: polygon( 61% 0%, 100% 0%, 100% 100%, 0 100% );
	clip-path: polygon( 61% 0%, 100% 0%, 100% 100%, 0 100% );
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.trail_type_grid .category-inner:hover .pp-category__img:before,
.trailer_post_grid .uabb-post-wrapper:hover .uabb-post-thumbnail:before {
	width: 27.63%;
}

.trail_type_grid .pp-category .pp-category__content {
	background-color: transparent !important;
	text-align: center;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 2;
}

.trail_type_grid .pp-category .pp-category__title_wrapper {
	display: inline-block;
	background-color: #ffffff;
	padding: 12px 15px;
}

.trailer_size_table {
	width: 100%;
	margin-top: 12px;
	border-top: 1px solid #f2f2f2;
	font-family: 'Work Sans', sans-serif;
}

.trailer_size_table.no_ln {
	border-top: 0;
	margin-top: 0;
}

.trailer_size_table th {
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 12px;
}

.trailer_size_table td {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
}

.trailer_size_table th,
.trailer_size_table td {
	padding-left: 5px;
	padding-right: 5px;
}

.trailer_size_table td._price {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #ff2600;
}

.trailer_size_table td._bold_price {
	font-weight: 600;
	font-size: 1.5em !important;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #000000;
}

._bold_list_pay_low {
	font-size: 0.9em !important;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #000000;
}

.trailer_size_table td._bold_list_price {
	font-weight: 600;
	font-size: 1em !important;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #000000;
}

.trailer_size_table.inv_det {
	margin: 0;
	border-top: 0;
}

.trailer_size_table.inv_det th {
	font-size: 17px;
	line-height: 22px;
}

.trailer_size_table.inv_det td {
	font-size: 17px;
	line-height: 22px;
	width: 50%;
	vertical-align: top;
}

.trailer_size_table.inv_det td._price {
	font-size: 25px;
	line-height: 1.2;
}

.trailer_links .uabb-cl-ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.trailer_links .uabb-cl-ul .uabb-creative-link {
	width: 100%;
}

.trailer_links .uabb-cl-ul .uabb-cl-heading {
	display: block;
}

.trailer_links .uabb-cl-ul .uabb-creative-link a {
	margin: 0;
	position: relative;
	z-index: 0;
	display: block;
	padding: 12px 15px;
	line-height: 16px;
	background-color: #fff;
}

.trailer_links .uabb-cl-ul .uabb-creative-link a:before {
	z-index: -1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 6%;
	height: 100%;
	background-color: #ffda00;
	-webkit-clip-path: polygon( 61% 0%, 100% 0%, 100% 100%, 0 100% );
	clip-path: polygon( 61% 0%, 100% 0%, 100% 100%, 0 100% );
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.trailer_links .uabb-cl-ul .uabb-creative-link a:hover:before {
	width: 98%;
	-webkit-clip-path: polygon( 10% 0%, 100% 0%, 100% 100%, 0 100% );
	clip-path: polygon( 10% 0%, 100% 0%, 100% 100%, 0 100% );
}

.key_features_row {
	margin-left: -10px;
	margin-right: -10px;
}

.key_features_row > div {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.key_feature {
	min-height: 100%;
	position: relative;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000000;
}

.key_feature-body {
	z-index: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-align: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: rgba( 0, 0, 0, 0.6 );
	padding: 11%;
}

.key_feature-body:before {
	z-index: -1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: -50%;
	top: 0;
	width: 34%;
	height: 100%;
	background-color: #ffda00;
	-webkit-clip-path: polygon( 61% 0%, 100% 0%, 100% 100%, 0 100% );
	clip-path: polygon( 61% 0%, 100% 0%, 100% 100%, 0 100% );
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity: 0;
}

.key_feature-body h4 {
	font-weight: 800;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	color: #ffffff;
	text-shadow: 0px 2px 0px #000000;
	margin: 0 0 4px;
}

.key_feature-body p {
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	margin: 0;
}

@media ( max-width: 767px ) {
	.key_feature {
		padding: 0;
	}

	.key_feature-body {
		position: relative;
		padding: 5%;
	}

	.key_feature-body h4 {
		font-size: 20px;
		line-height: 24px;
	}
}

.specification_list .uabb-pl-price-inner {
	margin-left: 10px;
	max-width: 70%;
	text-align: right;
}

.specification_list .uabb-pl-price-outer {
	margin-left: 0;
}

.trailer_tab ul li {
	border-bottom: 5px solid transparent;
}

.trailer_tab ul li.uabb-tab-current {
	border-bottom-color: #ffda00;
}

.standard_equipment_list {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.standard_equipment_list li {
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 20px;
	padding: 0 10px 0 41px;
	background: url( '/content/uploads/2022/03/yellow-check.png' ) no-repeat
		10px 0;
}

.optional_equipment_list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.optional_equipment_list li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.optional_equipment_list ._B {
	padding: 16px 30px 16px 20px;
	background-color: #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-family: 'Work Sans', sans-serif;
}

.optional_equipment_list ._L {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.optional_equipment_list ._V {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	text-align: right;
	font-weight: 500;
}

.testimonial_customer .pp-testimonials-heading {
	margin-bottom: 53px;
}

.testimonial_customer .pp-content-wrapper {
	position: relative;
	height: auto !important;
	padding: 0 170px;
}

.testimonial_customer .pp-content-wrapper:after,
.testimonial_customer .pp-content-wrapper:before {
	content: '';
	width: 102px;
	height: 87px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -51px;
	background: url( '/content/uploads/2022/03/ql.png' ) no-repeat 0 0;
}

.testimonial_customer .pp-content-wrapper:after {
	background-image: url( '/content/uploads/2022/03/qr.png' );
	left: auto;
	right: 0;
}

.testimonial_customer .pp-testimonials .pp-vertical-align {
	display: block;
}

.testimonial_customer .pp-testimonials .pp-testimonials-image {
	display: block;
	margin-right: 0;
	margin-bottom: 18px;
}

.testimonial_customer .pp-testimonials .pp-title-wrapper {
	display: block;
}

.testimonial_customer .owl-theme .owl-dots .owl-dot span {
	background-color: transparent !important;
	border: 1px solid #fff;
	margin-right: 4px;
	margin-left: 4px;
	width: 8px;
	height: 8px;
}

.testimonial_customer .owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff !important;
}

.testimonial_customer .owl-theme .owl-dots .owl-dot:focus {
	top: 0 !important;
}

.locations_grid .fl-post-grid,
.locations_grid .fl-post-grid-post,
.locations_grid .uabb-blog-posts,
.locations_grid .uabb-blog-post-content {
	overflow: visible;
}

.locations_grid .fl-post-grid-post {
	padding: 0 30px 24px;
}

.locations_grid .uabb-post-badge,
.locations_grid .location-card--badge {
	position: absolute;
	right: 0;
	top: -10px;
	background-color: #ffda00;
	font-family: 'Work Sans', sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000000;
	padding: 2px 15px 3px 8px;
	z-index: 5;
}

.locations_grid .location-card--badge::before,
.locations_grid .uabb-post-badge::before {
	z-index: -1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 99%;
	top: 0;
	width: 15px;
	height: 100%;
	background-color: #ffda00;
	-webkit-clip-path: polygon( 61% 0%, 100% 0%, 100% 100%, 0 100% );
	clip-path: polygon( 61% 0%, 100% 0%, 100% 100%, 0 100% );
}

.locations_grid .location-card--image,
.locations_grid .uabb-post-thumbnail {
	background-color: #f2f2f2;
	margin: 0 -30px -21px;
}

.locations_grid .location-card--title,
.locations_grid .uabb-post-heading {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-left: -15px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.locations_grid .location-card--title a,
.locations_grid .uabb-post-heading a {
	background-color: #fff;
	padding: 12px 15px;
	display: block;
}

.location_contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: baseline;
}

.location_contact-item {
	position: relative;
	padding-left: 27px;
	/* border-bottom: 1px solid #f2f2f2; */
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	color: #333333;
	font-family: 'Work Sans', sans-serif;
	margin-right: 40px;
}

.location_contact-item:last-child {
    border-bottom: 1px solid #FFDA00;
    padding-bottom: 5px!important;
    margin-bottom: 0;
}

.location_contact-item p {
	margin: 0;
}

.location_contact-item a {
	color: inherit;
}

.location_contact-icon {
	position: absolute;
	left: 0;
	top: 0;
}

.location_contact-icon img {
	width: auto;
	height: auto;
}

.location_contact-icon--location {
	width: 18px;
}

.location_features {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.location_features-item {
	font-family: 'Work Sans', sans-serif;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #333333;
	display: inline-block;
}

.location_features-icon {
	position: absolute;
	left: 0;
	top: 0;
}

.location_features-icon img {
	width: auto;
	height: auto;
}

.location_hours {
	list-style: none;
	margin: 0;
	padding: 0;
}

.location_hours-item {
	font-family: 'Work Sans', sans-serif;
	position: relative;
	margin-bottom: 2px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.location_hours-day {
	text-transform: capitalize;
	width: 200px;
	max-width: 200px;
	font-weight: 500;
}

.location_col_details .fl-col-content {
	position: relative;
	z-index: 1;
}

.location_col_details .fl-col-content:before {
	z-index: -1;
	display: block;
	background-color: #fff;
	content: '';
	position: absolute;
	left: -18%;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-transform: skewX( -8deg );
	-ms-transform: skewX( -8deg );
	transform: skewX( -8deg );
}

.fl-module-pp-star-rating.location_rating .pp-rating-content {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.location_rating .pp-rating-title {
	margin-right: 10px;
	line-height: 26px;
}

.location_rating .pp-rating-title p {
	position: relative;
	background-color: #ffda00;
	padding: 2px 8px 3px 15px;
	z-index: 0;
	margin-right: 20px;
	display: inline-block;
}

.location_rating .pp-rating-title p::before {
	z-index: -1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 99%;
	top: 0;
	width: 15px;
	height: 100%;
	background-color: #ffda00;
	-webkit-clip-path: polygon( 0% 0%, 45% 0%, 100% 100%, 0% 100% );
	clip-path: polygon( 0% 0%, 45% 0%, 100% 100%, 0% 100% );
}

.location_rating .pp-rating-title p {
	margin-bottom: 0;
}

.location_rating .pp-rating i {
	line-height: 1;
	transform: translateY( -2px );
	cursor: pointer;
}

.location_custom_link .uabb-creative-link {
	margin: 0;
	padding: 0 23px;
	position: relative;
	padding-bottom: 5px;
}

.location_custom_link .uabb-creative-link:after {
	content: '';
	position: absolute;
	top: 27px;
	right: 0;
	height: 24px;
	border-right: 1px solid #000;
}

.location_custom_link .uabb-creative-link:last-child:after {
	display: none;
}

.location_custom_link .uabb-cl-heading a {
	padding-top: 27px;
	padding-bottom: 23px;
}

.location_map-col {
	position: relative;
}

.location_map .fl-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#location-promos.row {
	margin-left: -5px;
	margin-right: -5px;
}

#location-promos.row div[class^='col'] {
	padding-left: 5px;
	padding-right: 5px;
}

#location-promos img {
	width: 100%;
}

#location-page-navigation {
	text-align: center;
	margin: 5px 0;
}

#location-page-navigation .list-inline-item {
	padding: 0 23px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}

#location-page-navigation .list-inline-item + .list-inline-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	height: 100%;
	width: 1px;
	background: #000000;
}

#location-page-navigation .list-inline-item a {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;
	padding-top: 27px;
	padding-bottom: 23px;
	position: relative;
}

#location-page-navigation .list-inline-item a::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	content: '';
	opacity: 0;
	background: #000000;
	height: 5px;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY( 10px );
	-moz-transform: translateY( 10px );
	transform: translateY( 10px );
	pointer-events: none;
}

#location-page-navigation .list-inline-item a:hover::after {
	opacity: 1;
	-webkit-transform: translateY( 0px );
	-moz-transform: translateY( 0px );
	transform: translateY( 0px );
}

@media ( max-width: 767px ) {
	#location-page-navigation .list-inline-item {
		padding: 0 6px;
	}

	#location-page-navigation .list-inline-item a {
		padding-top: 12px;
		padding-bottom: 8px;
		font-size: 14px;
	}
}

.inventory_grid .fl-post-grid,
.inventory_grid .fl-post-grid-post,
.inventory_grid .uabb-blog-posts,
.inventory_grid .uabb-blog-post-content {
	overflow: visible;
}

.inventory_grid .fl-post-grid-post {
	border: none;
	padding-bottom: 50px;
}

.inventory-card-wrap {
	margin-bottom: 30px;
}

.inventory-card {
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 0 30px 24px 30px;
}

.inventory-card--footer {
	position: relative;
	z-index: 2;
}

.inventory-card--footer .btn {
	border-radius: 0;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.inventory_grid .uabb-post-badge,
.inventory-card .inventory-card--badge {
	position: absolute;
	right: 0;
	top: -10px;
	background-color: #ffda00;
	font-family: 'Work Sans', sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000000;
	padding: 2px 15px 3px 8px;
	z-index: 5;
}

.inventory-card .inventory-card--badge::before,
.inventory_grid .uabb-post-badge::before {
	z-index: -1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 99%;
	top: 0;
	width: 15px;
	height: 100%;
	background-color: #ffda00;
	-webkit-clip-path: polygon( 61% 0%, 100% 0%, 100% 100%, 0 100% );
	clip-path: polygon( 61% 0%, 100% 0%, 100% 100%, 0 100% );
}

.inventory-card .inventory-card--image,
.inventory_grid .uabb-post-thumbnail {
	background-color: #f2f2f2;
	/*margin: 0 -30px -21px;*/
	margin: 0 -30px;
}

.inventory-card--image img {
	aspect-ratio: 4/3;
	object-fit: contain;
}

.inventory-card .inventory-card--title,
.inventory_grid .uabb-post-heading {
	/*	position: relative;*/
	width: calc( 100% + 30px );
	z-index: 2;
	display: inline-block;
	margin-top: -20px;
	margin-left: -15px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.inventory-card .inventory-card--title a,
.inventory_grid .uabb-post-heading a {
	background-color: #fff;
	padding: 12px 15px;
	display: block;
}

.inventory-card--txt-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
}

.inventory-card--txt-btn::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #ffda00;
    position: absolute;
    left: 0;
    top: 27px;
    z-index: -1;
}

.inventory-card--txt-btn:hover::after {
    height: 24px;
    top: 6px;
}

.side_filter_heading .fl-heading .fl-heading-text:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 8px;
	border-top: 20px solid #ffda00;
	border-right: 5px solid transparent;
	margin-right: 10px;
	margin-top: -5px;
	vertical-align: middle;
}

.move_to_front {
	position: relative;
	z-index: 5;
}

.bt-button.text_left .uabb-none-btn {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.has-clip-left-white-160 .fl-col-content {
	position: relative;
	z-index: 0;
}

.has-clip-left-white-160 .fl-col-content:before {
	z-index: -1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: -2px;
	top: 0;
	width: 160px;
	height: 100%;
	background-color: #fff;
	-webkit-clip-path: polygon( 0% 0%, 100% 0%, 0% 100%, 0% 100% );
	clip-path: polygon( 0% 0%, 100% 0%, 0% 100%, 0% 100% );
}

.has-clip-right-white-160 .fl-col-content {
	position: relative;
	z-index: 0;
}

.has-clip-right-white-160 .fl-col-content:before {
	z-index: -1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: -2px;
	top: 0;
	width: 160px;
	height: 100%;
	background-color: #fff;
	-webkit-clip-path: polygon( 100% 0%, 100% 100%, 0% 100%, 0% 100% );
	clip-path: polygon( 100% 0%, 100% 100%, 0% 100%, 0% 100% );
}

.custom-button .fl-button {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.custom-button .fl-button:before {
	z-index: -1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: -92%;
	top: 0;
	width: 96%;
	height: 100%;
	background-color: #ffda00;
	-webkit-clip-path: polygon( 3% 0%, 100% 0%, 100% 100%, 0% 100% );
	clip-path: polygon( 3% 0%, 100% 0%, 100% 100%, 0% 100% );
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.custom-button .fl-button:hover:before {
	right: 0;
}

.heading_badge .fl-heading-text {
	display: inline-block;
	position: relative;
	background-color: #ffda00;
	padding: 7px 5px 7px 12px;
	z-index: 0;
}

.heading_badge .fl-heading-text:before {
	z-index: -1;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 99%;
	top: 0;
	width: 15px;
	height: 100%;
	background-color: #ffda00;
	-webkit-clip-path: polygon( 0% 0%, 45% 0%, 100% 100%, 0% 100% );
	clip-path: polygon( 0% 0%, 45% 0%, 100% 100%, 0% 100% );
}

.post-type-archive-inventory .fl-module-class-facet .fl-module-content {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.facetwp-facet-location_count {
	color: #000;
	font-size: 45px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
}

#facetwp-map {
	width: 100% !important;
	height: 28vw !important;
	min-height: 515px;
}

@media ( min-width: 768px ) and ( max-width: 1023px ) {
	#facetwp-map {
		min-height: 490px;
	}
}

@media ( min-width: 1024px ) {
	#facetwp-map {
		min-height: 500px;
	}
}

.facetwp-facet input.facetwp-location {
	padding: 15px 30px 15px 15px;
	font-size: inherit;
	border: none;
	border-radius: 0;
}

.facetwp-radius-dropdown {
	padding: 15px;
	min-width: 240px;
	border: none;
	border-radius: 0;
}

.gm-style-iw.gm-style-iw-c {
	min-width: 280px !important;
	border-radius: 0;
}

.facetwp-map-filtering {
	display: none;
}

.facetwp-facet.facetwp-facet-reviews_sort.facetwp-type-sort {
	display: flex;
	justify-content: flex-end;
}

.facetwp-facet.facetwp-facet-reviews_sort.facetwp-type-sort select {
	padding: 15px;
	border: 1px solid #000;
}

.sortby select {
    -webkit-box-direction: normal;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    text-transform: none;
    word-wrap: normal;
    transition: .2s box-shadow ease-in-out;
    width: 100%;
    max-width: 100%;
    appearance: none;
    height: 42px;
    box-sizing: border-box;
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    padding-left: calc(7px);
    border-radius: 0;
    color: #595d64;
    transition-property: color,background-color,border,border-color;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    border-color: #d9d9d9!important;
    box-shadow: none!important;
    outline: none!important;
    background-size: .5em;
    background-repeat: no-repeat;
    font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
    border: 1px solid #cfd4d8;
    background-color: #fff;
    padding-right: calc(28px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1805.18'%3E%3Cpath fill='%23595d64' d='M461.6,643.4L10.9,79.9C-14.9,47.7,8,0,49.3,0h901.5c41.2,0,64.1,47.7,38.4,79.9L538.4,643.4	C518.7,668,481.3,668,461.6,643.4z' transform='rotate(180 500 902.59) translate(0 1143.28)'%3E%3C/path%3E%3Cpath fill='%23595d64' d='M461.6,643.4L10.9,79.9C-14.9,47.7,8,0,49.3,0h901.5c41.2,0,64.1,47.7,38.4,79.9L538.4,643.4	C518.7,668,481.3,668,461.6,643.4z' transform='translate(0 1143.28)'%3E%3C/path%3E%3C/svg%3E");
    background-position: right 7px top 50%;
}

.filters-toggler .fl-button,
.filters-toggler .fl-button:hover,
.filters-toggler .fl-button:focus {

    background: #ffda00 !important;
}

.filters-toggler .fl-button .fl-button-text,
.filters-toggler .fl-button:hover .fl-button-text,
.filters-toggler .fl-button:focus .fl-button-text {
    color: #000 !important
}

.filters-toggler .fl-button:active {
    top: 0 !important;
}

@media ( max-width: 767px ) {
	#filter-toggle ~ .fl-module {
		display: none;
	}
	.location-filter,
    .sortby,
    .filters-toggler {
		display: block !important;
	}
	.open #filter-toggle ~ .fl-module {
		display: block;
	}

	.facetwp-facet.facetwp-facet-reviews_sort.facetwp-type-sort {
		justify-content: center;
	}
}

.location-filter .facetwp-bb-module {
	background: #ffda00;
	padding: 20px;
}

.location-filter .fs-dropdown {
	width: calc( 100% + 40px );
	left: -20px;
	top: calc( 100% + 20px );
}

.fl-module-class-facet .facetwp-facet-title {
	font-size: 18px;
	font-weight: 600;
}

.fl-module-class-facet .fs-wrap {
	width: 100%;
	display: block;
	font-size: 15px;
}

.fl-module-class-facet .facetwp-checkbox {
	background: transparent !important;
	position: relative;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	color: #333333;
	padding-left: 30px;
	margin-bottom: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fl-module-class-facet .facetwp-checkbox::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 15px;
	height: 15px;
	border: 1px solid #d9d9d9;
}

.fl-module-class-facet .facetwp-checkbox.checked::before {
	border-color: #ffda00;
	background: url( '/content/uploads/2022/04/checkmark.svg' ) no-repeat center
		#ffda00;
}

.fl-module-class-facet .facetwp-checkbox.disabled {
	/*display:none;*/
}

.fl-module-class-facet .facetwp-slider-wrap {
	padding-bottom: 8px;
}

.fl-module-class-facet .facetwp-slider-label {
	font-size: 15px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
}

.fl-module-class-facet .noUi-target {
	height: 5px;
	border-color: #f2f2f2;
	background-color: #f2f2f2;
}

.fl-module-class-facet .noUi-connect {
	background-color: #ffda00;
}

.fl-module-class-facet .noUi-horizontal .noUi-handle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	border-color: #ffda00;
	background-color: #ffda00;
	top: -6px;
}
.fl-module-class-facet .fs-option {
	padding: 8px;
}

.fl-module-class-facet .fs-wrap.multiple .fs-option .fs-checkbox i {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 15px;
	height: 15px;
}

.fl-module-class-facet .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background: url( '/content/uploads/2022/04/checkmark.svg' ) no-repeat center
		#ffda00;
}

.fl-page .facetwp-page {
	width: 45px !important;
}

.fl-page .facetwp-pager {
	text-align: center;
}

.fl-page .facetwp-page {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #333333;
	border: 1px solid;
	box-sizing: content-box;
	padding: 0;
}

.fl-page .facetwp-page:hover,
.fl-page .facetwp-page.active {
	background: #ffda00;
	border-color: #ffda00;
}

.facetwp-facet-proximity .facetwp-input-wrap {
	width: 320px;
	max-width: 100%;
}

.facetwp-facet .location-results {
	z-index: 1;
}

.facetwp-facet .location-result {
	padding: 10px 5px;
}

.facetwp-facet .location-result.active,
.facetwp-facet .location-result:hover {
	background: #f2f2f2;
}

@media ( max-width: 991px ) {
	.banner_info .fl-heading .fl-heading-text:before,
	.banner_info .uabb-infobox-title:before {
		height: 32px;
		width: 15px;
		border-top-width: 32px;
		border-right-width: 10px;
	}
	.banner_info .fl-heading .fl-heading-text:after,
	.banner_info .uabb-infobox-title:after {
		height: 32px;
		width: 15px;
		border-bottom-width: 32px;
		border-left-width: 10px;
	}
	.standard_equipment_list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
	.testimonial_customer .pp-testimonials-wrap .pp-testimonials-heading {
		font-size: 36px;
	}
	.testimonial_customer .pp-content-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
	.testimonial_customer .pp-content-wrapper:after,
	.testimonial_customer .pp-content-wrapper:before {
		width: 40px;
		height: 34px;
		margin-top: -17px;
		background-size: 100% auto;
	}
	.fl-builder-content-12 .fl-node-lzcy1oxpkt7i .uabb-infobox-title-prefix {
		font-size: 36px;
		line-height: 1.2;
	}
}

@media ( max-width: 767px ) {
	.banner_info .fl-heading .fl-heading-text:before,
	.banner_info .uabb-infobox-title:before {
		border-top-width: 26px;
		height: 26px;
	}
	.banner_info .fl-heading .fl-heading-text:after,
	.banner_info .uabb-infobox-title:after {
		border-bottom-width: 26px;
		height: 26px;
	}
	.standard_equipment_list {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.optional_equipment_list li {
		width: 100%;
	}
	.testimonial_customer .pp-testimonials-wrap .pp-testimonials-heading {
		margin-bottom: 30px;
		font-size: 30px;
	}
	.facetwp-facet-proximity .facetwp-input-wrap {
		margin-bottom: 20px;
	}
}

@media ( max-width: 480px ) {
	.testimonial_customer .pp-content-wrapper {
		padding: 40px 0 1px;
		z-index: 0;
	}
	.testimonial_customer .pp-content-wrapper:before {
		top: 0;
		margin-top: 0;
		z-index: -1;
	}
	.testimonial_customer .pp-content-wrapper:after {
		top: auto;
		margin-top: 0;
		bottom: 10px;
		z-index: -1;
	}
}

.fl-page .facetwp-facet {
	margin-bottom: 0 !important;
}

.fl-page .fs-label-wrap {
	border: none;
}

.fl-page .fs-label-wrap .fs-label {
	/*    padding-left: 0;*/
}

.fl-page .fs-arrow {
	width: auto;
	height: auto;
	top: 50%;
	transform: translateY( -50% );
	/*    margin-top: -2px;*/
	border: none;
}

.fl-page .fs-open .fs-arrow {
	margin-bottom: 6px;
}

.fl-page .fs-arrow::before {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fl-page .facetwp-selections ul {
	padding: 0;
	margin: 0;
}

.fl-page .facetwp-selections .facetwp-selection-label {
	display: none !important;
}

.fl-page .facetwp-selections .facetwp-selection-value {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	background: #ffda00;
	padding: 0.5rem 2rem 0.5rem 1rem;
	margin-right: 5px;
	position: relative;
}

.fl-page .facetwp-selections .facetwp-selection-value::after {
	content: '\f00d';
	right: 1rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	position: absolute;
	font-size: 80%;
	line-height: 14px;
}

.bttw-loading-wrap {
	position: fixed;
	z-index: 99;
	inset: 0;
	background: rgba( 255, 255, 255, 0.7 );
}

.bttw-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 1px;
	background: conic-gradient( #0000 10%, #000000 ) content-box;
	-webkit-mask: repeating-conic-gradient(
			#0000 0deg,
			#000 1deg 20deg,
			#0000 21deg 36deg
		),
		radial-gradient(
			farthest-side,
			#0000 calc( 100% - 9px ),
			#000 calc( 100% - 8px )
		);
	-webkit-mask-composite: destination-in;
	mask-composite: intersect;
	animation: loading 1s infinite steps( 10 );
}

@keyframes loading {
	to {
		transform: rotate( 1turn );
	}
}

.trailer-specs {
	display: flex;
	flex: 1 0 50%;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}

.trailer_post_grid .fl-post-grid-empty {
/*	max-width: 800px;*/
	margin-left: auto;
	margin-right: auto;
}

.trailer_post_grid .fl-post-grid-empty h3 {
	text-align: center;
}

.inventory-specs--table,
.trailer_post_grid .fl-post-grid-empty ul {
	display: flex;
	flex: 1 0 auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-left: -5px;
	margin-right: -5px;
}

.tax-trailer_type .trailer_post_grid .fl-post-grid-empty ul {
	display: block;
    padding: 0 0 0 40px;
}

.trailer-specs--table {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 40px;
}

.inventory-specs--item,
.trailer-specs--item {
	display: flex;
	flex: 0 0 50%;
	align-items: center;
	padding: 5px;
}

.trailer-specs--item {
	padding: 2px;
	align-items: stretch;
}

/* Removed: .trailer_post_grid .fl-post-grid-empty li for bullet list fix */
.inventory-specs--item-inner,
.trailer-specs--item-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f2f2f2;
	padding: 16px 20px;
}

.inventory-specs--item-inner {
	flex: 1 0 100%;
}

/* Commented: .trailer_post_grid .fl-post-grid-empty li for bullet list fix */
/*.trailer_post_grid .fl-post-grid-empty li {
	width: calc( 50% - 4px );
	margin: 2px;
}*/

.inventory-specs--value,
.trailer-specs--type {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #000000;
}

.trailer-specs--table-header {
	display: flex;
	flex: 1 0 auto;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	font-family: 'Work Sans';
	font-weight: 900;
	padding-bottom: 10px;
}

.trailer-specs--table-header-th {
}

.trailer-specs--table-header-th-name {
	width: 70%;
	text-transform: uppercase;
}

.trailer-specs--table-header-th-type {
	width: 15%;
	text-align: center;
}

.trailer-specs--table-body {
	margin-left: -5px;
	margin-right: -5px;
}

.trailer-specs--item-inner {
	margin: 0 2px;
}

.trailer-specs--item-inner-name {
	width: 70%;
}

.trailer-specs--item-inner-type {
	width: 15%;
	justify-content: center;
}

@media ( max-width: 991px ) {
	.trailer-specs {
		flex-basis: 100%;
	}

	.trailer-specs--table {
		width: 100%;
	}
}

@media ( max-width: 767px ) {
	.inventory-specs--item,
	.trailer-specs--item {
		flex-basis: 100%;
	}

	.trailer-specs--table-header-th-type {
		font-size: 12px;
	}
}

.webrotate360 {
	position: relative;
}

.webrotate360::after {
	content: '';
	inset: 0 0 23px 0;
	position: absolute;
	background: url( '/content/themes/sbm-bb-theme/img/360-image-stage.svg' )
		center bottom no-repeat;
}

.wr360_player .container .theme_panel .toolbar > a {
	border-radius: 100% !important;
}

/*
 * Forms
 */

.fl-page .fsBody {
	background: none;
}

.fl-page .page-content .fsBody {
	background: #f2f2f2;
}

.fl-page .fsBody .fsForm {
	background: none;
	float: none;
	position: relative;
	z-index: 3;
}

.fl-page .fsBody .fsRowBody {
	margin: 0 !important;
	padding: 0 !important;
}

.fl-page .fsBody .fsLabel,
.fl-page .fsBody label {
	color: #333;
	font-family: 'Work Sans';
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.fl-page .fsBody .fsSupporting {
	margin-top: 0.5rem;
}

.fl-page .fsBody .fsSubField.fsFieldZip {
	width: 100%;
}

.fl-page .fsFieldRow .fsFieldCell.fsSpan50 {
    width: calc(50% - 5px) !important;
}

.fl-page .fsFieldRow .fsFieldCell.fsSpan50 + .fsFieldCell.fsSpan50 {
	margin-left: 2% !important;
}

.fl-page .fsRowBody input[type='checkbox'],
.fl-page .fsRowBody input[type='radio'] {
	top: 4px;
	height: 20px;
}

.fl-page .fsForm select,
.fl-page .fsForm textarea,
.fl-page .fsRowBody input[type='email'],
.fl-page .fsRowBody input[type='number'],
.fl-page .fsRowBody input[type='tel'],
.fl-page .fsRowBody input[type='text'] {
	border-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.fl-page .fsForm .ui-slider-handle:focus,
.fl-page .fsForm input:focus,
.fl-page .fsForm select:focus,
.fl-page .fsForm textarea:focus {
	box-shadow: none !important;
	outline: none !important;
}

.fl-page .fsNextButton,
.fl-page .fsPreviousButton,
.fl-page .fsSubmitButton {
	border: none !important;
}

label#label90406812 {
	/* services select a store label */
	display: none;
}



/* Optimize AB test */

section.updated-btn-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.updated-btn-cards .btn-card-item {
	display: inline-block;
	width: 100%;
	padding: 30px;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}

.bci-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background: #000;
}

.bci-wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit:cover;';
	opacity: 0.3;
}

.btn-card-item h3,
.btn-card-item p,
.btn-card-item li,
.btn-card-item a,
.btn-card-item h4 {
	color: #fff;
	position: relative;
}

.btn-card-item ul {
	padding-left: 0;
	list-style: none;
}

.btn-card-item li {
	margin-bottom: 10px;
}

a.uabb-button.uabb-creative-button.uabb-creative-flat-btn.uabb-none-btn.bt-button {
	padding: 15px 30px;
	border: 1px solid #fff;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

a.uabb-button.uabb-creative-button.uabb-creative-flat-btn.uabb-none-btn.bt-button
	span {
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

a.uabb-button.uabb-creative-button.uabb-creative-flat-btn.uabb-none-btn.bt-button:hover
	span {
	color: #000;
}

a.uabb-button.uabb-creative-button.uabb-creative-flat-btn.uabb-none-btn.bt-button:before {
	content: '';
	width: 0;
	background: #ffda00;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}

a.uabb-button.uabb-creative-button.uabb-creative-flat-btn.uabb-none-btn.bt-button:hover:before {
	content: '';
	width: 100%;
}

a.uabb-button.uabb-creative-button.uabb-creative-flat-btn.uabb-none-btn.bt-button:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 56px 15px 0 0;
	border-color: #ffda00 transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease-in-out;
}

a.uabb-button.uabb-creative-button.uabb-creative-flat-btn.uabb-none-btn.bt-button:hover:after {
	content: '';
	left: 100%;
}

@media ( min-width: 768px ) {
	section.updated-btn-cards {
		flex-wrap: wrap;
		justify-content: center;
	}
	.updated-btn-cards .btn-card-item {
		width: calc( 50% - 10px );
		margin: 0 5px 10px;
	}
}

@media ( min-width: 1024px ) {
	section.updated-btn-cards {
		justify-content: space-between;
	}
	.updated-btn-cards .btn-card-item {
		width: calc( 33.333% - 5px );
		margin: 0;
	}
}


/*Location Dropdown*/
.current-location, .all-locations{
	transition: transform .5s ease;
}


.all-locations.drop-hidden {
    top: 45px;
    transform: translateX(120%);
}
.drop-hidden {
    position: absolute;
    transform: translateX(-120%);
}

ul.sub-menu {
    overflow: hidden;
}

.all-locations {
    overflow-x: auto;
    max-height: 390px;
}

.all-locations a {
    color: #333;
    font-weight: 600;
}
.all-locations li {
    padding: 5px;
}

.all-locations span br {
    display: none;
}
.all-locations span {
    font-size: 14px;
    display: block;
    color: #333;
    font-weight: 400;
    margin-top: 5px;
}

a.changelocation {
    color: #333;
    position: relative;
    text-align: right;
    font-size: 14px;
    top: -10px;
}

a.changelocation img{
	max-width: 14px; 
}

.location_contact-item > a {
	display:block;
	width: 100%;
}

/* Promo Image Buttons */

.image-buttons-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.image-button-single {
    position: relative;
    width: 100%;
    border: 1px solid #f2f2f2;
    margin: 16px 0;
    box-shadow: 0 0 20px #0000001c;
}

.image-button-content-container {
    padding: 16px;
    margin-top: 0;
    margin-bottom: 40px;
}

.image-button-header {
    font-family: "Work Sans", sans-serif;
    color: #000;
    font-weight: 800;
    display: block;
	margin-bottom: 0;
}

.image-button-header:hover {
    text-decoration: underline !important;
    text-decoration-color: #ffda00 !important;
}

.image-button-subheader {
    color: #5c5c5c;
    /* margin-bottom: 15px; */
}

.image-button-content {
    margin-bottom: 15px;
    border-top: 1px solid #5c5c5c4a;
    margin-top: 15px;
	padding-top: 15px;
}

.image-button-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    background: #ffda00;
    padding: 15px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
}

.image-button-link:hover {
	background: #000;
	color: #fff;
}

@media (min-width: 768px) {
	
	.image-button-single {
		width: calc(50% - 32px);
		margin: 16px;
	}

}

@media (min-width: 1025px) {

	.image-button-single {
		width: calc(33% - 32px);
	}
	
}

@media (min-width: 1200px) {

	.image-button-single {
		width: calc(25% - 32px);
	}
	
}

/* End Promo Image Buttons */


/* Dealer Locator Changes 09/09/24 EPIC Creative */
.locations_grid .fl-post-grid{
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.locations_grid .fl-post-grid-post{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    height: 100%;
    padding: 0;
	display: flex;
	flex-direction: column;
}
.locations_grid .location-card--badge{
	display: none!important;
}
.locations_grid .location-card--image,
.locations_grid .uabb-post-thumbnail {
	display:none;
}
.locations_grid .location-card--title,
.locations_grid .uabb-post-heading{
	width: 100%;
    margin: 0;
}
.locations_grid .location-card--title a,
.locations_grid .uabb-post-heading a{
	background-color: #ffda00;
    min-height: 67px;
	transition:all .3s ease-in-out;
}
.locations_grid .location-card--title a:hover,
.locations_grid .uabb-post-heading a:hover{
	background-color: black;
	color: white;
}
.location_contact{
	flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 15px 20px!important;
}
.location_contact .location_contact-item:nth-child(2){
	margin-top:auto;
}
.location_contact-item{
	padding-bottom: 0;
}


/* Fix for promo banner in footer to always be highest in order */
.pp-announcement-bar-wrap{
	z-index: 9999999999999999;
}

@media(max-width:768px){
	body > .gtranslate_wrapper{
		display:none;
	}
}