<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body * 
{
	box-sizing: border-box;
}
body 
{
	/*font-family: Myriad Pro,sans-serif;*/
	font-family: "FrutigerNeueW01-Regular", "Helvetica Neue", sans-serif;
	margin: 0;
	padding: 0;
}
.adds-components
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1400px;
	padding: 1em;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
	width: 100%;
}

.adds-mobile-filters-toggle {
	display: none !important; /* Added by AC on 10/30/2022 to hide Filter header */
}

.addsearch-facets ul li input[type=checkbox] {
    margin-right: 7px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 0.8rem !important;
    height: 0.8rem !important;
    /*margin-right: 0.25rem !important;*/
	margin-left: 10px !important;
    border: 2px solid #0050B5 !important;
    /*border-radius: 100% !important;*/
    transition: background 0.14s ease-out !important;
}

.addsearch-facets ul li input:checked {
	background: #0050B5;
}

.addsearch-searchresults .number-of-results {
    font-family: "FrutigerNeueW01-Regular", "Helvetica Neue", sans-serif;
	margin: 1em 0 0.5em;
    padding: 0 1em;
	color: #1b1b32;
}

.panel-primary {
	background: #ffffff !important;
}

.search-bar input[type="text"],
.search-bar input[type="search"] {
  height: auto;
  /*padding: 0.35rem 0.75rem 0.35rem 2.2rem;*/
  /*font-size: 0.72rem;*/
  font-size: 1rem;
  line-height: 1rem;
  border: none;
  border-radius: 5px !important;
  border: 1px solid #dddddd !important;
  padding: 10px 10px 10px 10px;
  margin-left:45px;
}

.search-bar .fa-search {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	/*padding: 0.48rem 0.45rem !important;*/
	background: #EB8B00 !important;
	color: #fff !important;
	border-radius: 5px 0 0 5px;
	z-index: 3;
	/*padding-top:15px !important;*/
	/*padding: 15px !important;*/
	padding: 10px 15px 30px 15px !important;
}


#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper .adds-main-image,.adds-top-wrapper
{
	position: relative;
}
.adds-results-main-wrapper
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row;
	margin: 0;
	padding: 1em 0;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-flex-direction: row;
	width: 100%;
}
.adds-results-main-wrapper .adds-filters-wrapper
{
	background-color: #fff;
	/*border: solid #dcdcdc;*/
	border-width: 0 1px 0 0;
	flex-shrink: 0;
	margin: 0 1em 0 0;
	max-width: 300px;
	min-width: 250px;
	padding: 1em;
	webkit-flex-shrink: 0;
	width: 30%;

}
.adds-results-main-wrapper .adds-filters-wrapper .adds-filters-main-wrapper .adds-mobile-filters-toggle
{
	align-items: center;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 0;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-box-pack: justify;
	webkit-flex-direction: row;
	webkit-justify-content: space-between;
}
.adds-results-main-wrapper .adds-filters-wrapper .adds-filters-main-wrapper .adds-mobile-filters-toggle .adds-filter-toggle
{
	align-items: center;
	background-color: #696969;
	border: none;
	border-radius: 3px;
	color: #fff;
	display: none;
	flex-direction: row;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: 700;
	height: 38px;
	justify-content: center;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-box-pack: center;
	webkit-flex-direction: row;
	webkit-flex-shrink: 0;
	webkit-justify-content: center;
	width: 38px;
}
.adds-results-main-wrapper .adds-filters-wrapper .adds-filters-main-wrapper .adds-mobile-filters-toggle .adds-filter-toggle:after
{
	content: "-";
	position: relative;
	top: -1px;
}
.adds-results-main-wrapper .adds-filters-wrapper .adds-filters-main-wrapper .adds-filters-title
{
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.adds-results-main-wrapper .adds-results-wrapper
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	position: relative;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
	width: 100%;
}
.adds-results-wrapper
{
	flex-direction: column;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
}
#searchfield-container .addsearch-searchfield,.adds-results-wrapper
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	webkit-box-direction: normal;
}
#searchfield-container .addsearch-searchfield
{
	flex-direction: row;
	flex-wrap: nowrap;
	webkit-box-orient: horizontal;
	webkit-flex-direction: row;
	webkit-flex-wrap: nowrap;
	width: 97%;
	margin-left:20px !important;
	
}
#searchfield-container .addsearch-searchfield input[type=search]
{
	border-radius: 3px;
	height: auto !important;
	max-width: 100%;
	padding: 14px!important;
	width: 100%;
	
}
#searchfield-container .addsearch-searchfield input[type=search].icon
{
	padding-left: 40px!important;
}
#searchfield-container .addsearch-searchfield button
{
	background-color: #696969!important;
	border: none;
	border-radius: 3px;
	color: #fff!important;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	letter-spacing: 2px;
	padding: 16px;
	text-transform: uppercase;
}
#searchfield-container .addsearch-searchfield button:hover
{
	background-color: #767676!important;
}
#autocomplete-container .addsearch-autocomplete .adds-hits-main-wrapper,#autocomplete-container .addsearch-autocomplete .adds-suggestions,#autocomplete-container .addsearch-autocomplete .adds-suggestions-main-wrapper,#pagination-container .addsearch-pagination
{
	padding: 1em;
}
#autocomplete-container .addsearch-autocomplete .adds-suggestions .adds-suggestion:hover
{
	background-color: #f1f1f1;
	color: ineherit;
}
#autocomplete-container .adds-hit .adds-hit-wrapper
{
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	flex-grow: 1;
	webkit-box-flex: 1;
	webkit-flex-grow: 1;
}
#autocomplete-container .adds-hit .adds-hit-wrapper:hover,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper:hover
{
	background-color: #f1f1f1;
}
#autocomplete-container .adds-hit .adds-main-image
{
	height: auto!important;
	max-width: auto;
	min-width: 100%;
	width: 100%!important;
}
#autocomplete-container .adds-hit .adds-main-image img
{
	height: 100%;
	object-fit: cover;
	o-object-fit: cover;
	width: auto!important;
}
#autocomplete-container .adds-hit .adds-hit-top
{
	flex-shrink: 0;
	webkit-flex-shrink: 0;
}
#autocomplete-container .adds-hit .adds-hit-bottom,#autocomplete-container .adds-hit .adds-hit-top,#searchresults-container .addsearch-searchresults
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
}
#autocomplete-container .adds-hit .adds-hit-bottom,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper
{
	flex-grow: 1;
	webkit-box-flex: 1;
	webkit-flex-grow: 1;
}
	#autocomplete-container .adds-hit .adds-hit-title, #searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-title {
		color: #0C2340;
		font-size: 1.2em;
		margin: 0 0 .5em;
		font-family: 'Frutiger Neue W01 Light',Verdana, Geneva, sans-serif !important;
		font-weight: bold;
	}
#autocomplete-container .adds-hit .adds-hit-title a,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-title a
{
	word-break: normal!important;
}
#autocomplete-container .adds-hit .adds-highlight,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-highlight
{
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 0 0 .5em;
	font-family: 'Frutiger Neue W01 Light',Verdana, Geneva, sans-serif;
}
#autocomplete-container .adds-hit .adds-category-wrapper,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-category-wrapper
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: .5em 0;
	webkit-box-pack: start;
	webkit-flex-wrap: wrap;
	webkit-justify-content: flex-start;
}
#autocomplete-container .adds-hit .adds-category,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-category
{
	color: #848489;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Frutiger Neue W01 Light',Verdana, Geneva, sans-serif;
}
#autocomplete-container .adds-hit .adds-description,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-description
{
	font-size: 80%;
	padding: 0 0 .5em;
}
#autocomplete-container .adds-hit .adds-price,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-price
{
	font-size: 80%;
	font-weight: 700;
	padding: 0 0 .5em;
}
#autocomplete-container .adds-hit a,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit a
{
	text-decoration: none!important;
	word-break: break-all;
}
#autocomplete-container .adds-hit a:hover,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit a:hover
{
	text-decoration: underline!important;
}
#autocomplete-container .addsearch-autocomplete
{
	background-color: #fff;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-flex-direction: row;
	width: 100%;
	z-index: 10;
}
#autocomplete-container .adds-hit,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row;
	flex-shrink: 0;
	margin: 0!important;
	padding: 1em;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-flex-direction: row;
	webkit-flex-shrink: 0;
	width: 100%;
}
#autocomplete-container .adds-hit .adds-main-image:before,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper .adds-main-image:before
{
	content: "";
	display: block;
	padding-top: 100%;
	width: 100%;
}
#autocomplete-container .adds-hit .adds-main-image&gt;.adds-aspect,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper .adds-main-image&gt;.adds-aspect
{
	align-items: center;
	bottom: 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: center;
	webkit-justify-content: center;
}
#autocomplete-container .adds-hit&gt;.adds-hit-wrapper,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit&gt;.adds-hit-wrapper
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row!important;
	padding: 1em;
	webkit-box-direction: normal!important;
	webkit-box-orient: horizontal!important;
	webkit-flex-direction: row!important;
	width: 100%;
}
#autocomplete-container .adds-hit .adds-hit-top,#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-top
{
	margin-right: 1em!important;
	max-width: 150px;
	min-width: 100px;
	width: 25%;
}
#autocomplete-container .adds-hit .adds-main-image
{
	display: block;
	position: relative;
}
#selected-filters-container .item
{
	align-items: center;
	background-color: #0050B5;
	border-color: #fff;
	color: #fff;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row;
	margin: 5px;
	padding: .25em .5em;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-flex-direction: row;
}
#selected-filters-container .item button
{
	border: none;
	color: #fff;
	font-size: 20px;
	margin-right: -.25em;
}
#selected-filters-container .item button[data-clearall=true]
{
	font-size: 12px;
	height: 23px;
	margin: 0;
}
.adds-filters-group
{
	/*display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
	position: relative;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;*/
	
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    position: relative;
    border: 1px solid #e0e7ec;
}
@media screen and (max-width:991px)
{
	.adds-components
	{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column;
		margin: 0 auto;
		max-width: 1400px;
		padding: 1em;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
		width: 100%;
	}
	.adds-results-main-wrapper
	{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column;
		margin: 0;
		padding: 1em 0;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
		width: 100%;
	}
	.adds-results-main-wrapper .adds-filters-wrapper
	{
		border: 1px solid #dcdcdc;
		border-radius: 3px;
		margin: 0;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.adds-results-main-wrapper .adds-filters-wrapper .adds-filters-main-wrapper .adds-filter-inner-wrapper,.adds-results-main-wrapper .adds-filters-wrapper .adds-filters-main-wrapper .adds-mobile-filters-toggle .adds-filter-toggle
	{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
	}
	.adds-results-main-wrapper .adds-filters-wrapper .adds-filters-main-wrapper .adds-mobile-filters-toggle .filters-title
	{
		margin: 0;
	}
	.adds-results-main-wrapper .adds-filters-wrapper .adds-filters-main-wrapper.adds-close .adds-mobile-filters-toggle .adds-filter-toggle:after
	{
		content: "+";
		top: 0;
	}
	.adds-results-main-wrapper .adds-filters-wrapper .adds-filters-main-wrapper.adds-close .adds-filter-inner-wrapper,.adds-results-main-wrapper .adds-filters-wrapper .adds-filters-main-wrapper.adds-close .adds-filters-inner-wrapper
	{
		display: none;
	}
	#autocomplete-container .addsearch-autocomplete
	{
		flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.adds-filters-group .adds-label
	{
		align-items: center;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: row;
		font-size: 14px;
		height: 42px;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-direction: normal;
		webkit-box-orient: horizontal;
		webkit-flex-direction: row;
		
	}
	.adds-filters-group .adds-label input[type=checkbox]
	{
		margin-right: 10px;
	}
}
.adds-filters-group .adds-open-group-icon
{
	cursor: pointer;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-shrink: 0;
	height: 25%;
	position: absolute;
	right: .5em;
	top: 25%;
	webkit-flex-shrink: 0;
	width: 30px;
}
.adds-filters-group .adds-open-group-icon:before
{
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 2px;
	content: "";
	height: 10px;
	position: absolute;
	right: 0;
	top: 6px;
	transform: rotate(-45deg);
	transform-origin: center center;
	transform-style: preserve-3D;
	webkit-transform: rotate(-45deg);
	webkit-transform-origin: center center;
	webkit-transform-style: preserve-3D;
	width: 10px;
}
.adds-filters-group.adds-shrink .adds-open-group-icon:before
{
	right: 0;
	top: 0;
	transform: rotate(135deg);
	webkit-transform: rotate(135deg);
}
.adds-filters-group.adds-shrink .adds-filter-parent-container
{
	height: 0;
	margin: 0;
}
.adds-filters-group&gt;.adds-filter-title,.adds-sub-filter-title .adds-filter-icon:before
{
	cursor: pointer;
}
@media screen and (min-width:992px)
{
	.adds-filters-group&gt;.adds-filter-title:hover
	{
		/*background-color: #f1f1f1;*/
		transition: background-color .2s;
		webkit-transition: background-color .2s;
	}
}

/* top border header */
.adds-filter-title
{
	 -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.7em;
    margin: 0;
    /* font-weight: 600; */
    position: relative;
    border: 1px solid #6DC7B9;
    background: #6DC7B9;
    color: #fff;
    font-size: 22px;
    font-family: "FrutigerNeueW01-Regular", "Helvetica Neue", sans-serif !important;
}
.adds-filter-title,.adds-sub-filter-title
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-box-pack: justify;
	webkit-flex-direction: row;
	webkit-justify-content: space-between;
	width: 100%;
}
.adds-sub-filter-title .adds-label
{
	padding: 2px 0;
	width: 100%;
	font-size: 17px !important;
	font-family: "Frutiger Neue W01 Light", "Helvetica Neue", sans-serif;
}
.adds-sub-filter-title .adds-filter-icon
{
	text-align: center;
	width: 20px;
}
.adds-filter-parent-container
{
	margin: 1em 0;
	padding: 0 .5em;
}
.adds-filter-parent-container .adds-filter-parent-group
{
	padding: 0;
}
.adds-filter-child-container ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.adds-filter-child-container ul li
{
	border-bottom: 1px solid #dcdcdc;
	padding: 6px 0 6px 34px;
}
.adds-filter-child-container ul li .adds-label
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
}
.adds-filter-child-container ul li .adds-label input
{
	margin-right: 7px;
}
.adds-filter-parent-container,.adds-filter-parent-group
{
	overflow: hidden;
}
.adds-filter-parent-group .adds-filter-icon
{
	font-size: 14px;
}
.adds-filter-parent-group .adds-filter-icon:before
{
	content: "\2796";
}
.adds-filter-parent-group.adds-shrink .adds-filter-child-container
{
	height: 0;
}
.adds-filter-parent-group.adds-shrink .adds-filter-icon:before
{
	content: "\2795";
}
.adds-filters-tabs
{
	justify-content: center;
	padding: 1em;
	webkit-box-pack: center;
	webkit-justify-content: center;
}
.adds-filters-tabs,.adds-filters-tabs .adds-tabs,.adds-header,.adds-header .adds-header-wrapper
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-flex-direction: row;
}
.adds-filters-tabs .adds-tabs
{
	flex-wrap: nowrap;
	overflow: auto;
	webkit-flex-wrap: nowrap;
}
.adds-filters-tabs .adds-tab-button
{
	background-color: transparent;
	border-color: transparent;
	border-radius: 0!important;
	border-width: 0 0 3px!important;
	cursor: pointer;
	font-size: inherit;
	padding: .5em 1em;
	white-space: nowrap;
}
.adds-filters-tabs .adds-tab-button:hover
{
	border-color: #dcdcdc;
}
.adds-filters-tabs .adds-tab-button.adds-active
{
	border-color: #b38804;
}
#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-flex-direction: row;
	webkit-flex-wrap: wrap;
}
#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-main-image
{
	height: auto!important;
	max-width: auto;
	min-width: 100%;
	position: relative;
	width: 100%!important;
}
#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-main-image img
{
	height: 100%;
	object-fit: cover;
	o-object-fit: cover;
	width: 100%;
}
#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-top
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	flex-shrink: 0;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
	webkit-flex-shrink: 0;
}
#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-bottom
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	flex-grow: 1;
	webkit-box-direction: normal;
	webkit-box-flex: 1;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
	webkit-flex-grow: 1;
}
@media screen and (max-width:767px)
{
	#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit
	{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column;
		flex-shrink: 0;
		margin: 0!important;
		padding: 1em 0;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
		webkit-flex-shrink: 0;
		width: 100%;
	}
	#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit&gt;.adds-hit-wrapper
	{
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column!important;
		padding: 1em;
		webkit-box-direction: normal!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column!important;
		width: 100%;
	}
	#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-top
	{
		margin-bottom: 1em;
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}
	#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-main-image
	{
		display: block;
	}
	#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper
	{
		border: 1px solid #dcdcdc;
		border-radius: 2px;
		flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper .adds-hit-top
	{
		margin-right: 0!important;
	}
	#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper .adds-main-image
	{
		max-width: 100%;
		position: relative;
	}
	#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper .adds-main-image:before
	{
		content: "";
		display: block;
		padding-top: 56.25%;
		width: 100%;
	}
	#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper .adds-main-image&gt;.adds-aspect
	{
		align-items: center;
		bottom: 0;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: center;
		left: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}
}
#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-main-image
{
	display: block;
}
#searchresults-container .addsearch-searchresults .adds-hits-main-wrapper .adds-hit .adds-hit-wrapper
{
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}
.btn.all-results,.showAllBtn
{
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
}
.adds-search-results-link
{
	text-decoration: none;
	width: 100%;
}
.adds-hit
{
	text-decoration: none!important;
}
.adds-hit-wrapper
{
	padding: 5px;
}
.addsearch-autocomplete ul
{
	border: none!important;
}
.adds-hit-wrapper span
{
	color: #00a8c3;
	font-size: 18px;
}
.adds-header ul
{
	list-style-type: none!important;
}
.adds-tag-name
{
	color: #000!important;
	font-size: 11px!important;
	font-weight: 700!important;
	margin-left: 8px!important;
	font-family: 'Frutiger Neue W01 Light',Verdana, Geneva, sans-serif !important;
}
.showAllBtn
{
	display: flex;
	justify-content: center;
	padding: 1em 0;
	text-align: -webkit-center;
	webkit-box-pack: center;
	webkit-justify-content: center;
}
.btn
{
	font-size: 14px;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/ /*Comment out by AC on 9/20/2023 */
}
.btn.all-results
{
	align-self: center;
	display: flex;
	padding: 0;
	webkit-align-self: center;
}
.btn.all-results span
{
	background-color: #00a8c3;
	border-radius: 5px;
	color: #fff;
	padding: 1em;
}
.btn.all-results:hover
{
	border-color: #696969;
}
.btn.all-results:hover span
{
	background-color: #696969;
}
#pagination-container .addsearch-pagination button
{
	border: none !important;
	background-color: inherit!important;
	border-color: #dcdcdc!important;
	border-radius: 3px!important;
	color: #0050B5 !important;
	font-weight: bold;
}
#pagination-container .addsearch-pagination button[data-active=true]
{
	background-color: #536cb3!important;
	border-color: #536cb3 !important;
	color: #fff!important;
}
.adds-header
{
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid hsla(0,0%,86.3%,.5);
	height: 100px!important;
	justify-content: space-between;
	padding: 1em;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
	z-index: 100;
}
.adds-header .adds-header-wrapper
{
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}
.adds-header .adds-logo
{
	height: 120px;
	padding: 0 1em;
}
.adds-header .adds-nav
{
	align-items: center;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: row;
	margin: 0 auto;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-flex-direction: row;
}
.adds-header .adds-nav a
{
	padding: 0 1em;
	text-decoration: none;
}
.adds-header .adds-nav a:hover
{
	text-decoration: underline;
}</pre></body></html>