<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tp-banner {
  max-height: 750px;
  height: 750px;
}
.page-title {
  text-shadow: black 0.1em 0.1em 0.2em;
}
.page-header {
    margin: 0;
    padding: 0;
    border: 0;
    min-height: 600px;
    top: -55px;
    position: relative;
    margin-bottom: -55px;
    background-color: #ccc;
    width: 100%;
    aspect-ratio: 16/9;
    min-height: 300px;
    max-height: 1000px;
    max-height:80vh;
}
.username {
  display: none;
}
@media only screen and (max-width: 767px){
  .page-header{
    min-height: 300px;
  }
  .page-header h1.page-title {
      padding: 52px 0 0;
      font-size: 22px;
  }
}

.card {
  box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.4);
}

.btn-shadowed {
  box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.4);
  /*text-shadow: grey 0.1em 0.1em 0.1em;*/
}

.spacer-25 {
    height: 25px;
    clear: both;
    width: 100%;
}

.jplist-drop-down .jplist-dd-panel {
  min-width: 220px
}

.jplist-drop-down ul {
  min-width: 219px
}

.is-sticky .actions-bar {
    width: 102%;
}

.search-find-results, .dd-menu &gt; ul &gt; li &gt; ul li ul {
  border-top: 2px solid;
  border-top-color: #dabc74;
}

.results-grid-view .result-item {
  width: 48%;
  margin-left: 2%;
  float: left;
  margin-bottom: 40px;
}

.result-item .vehicle-age, .result-item .premium-listing {
  box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5);
}
.text-slide {
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
.icon-box-style1:hover {
	color:#fff;
}

.icon-box.ibox-center:not(.ibox-bg) h3:after {
  border-top: 2px solid #fff;
  width: 0;
}

.overlay-white {
  background:rgba(255,255,255,.8);
}

.icon-box.ibox-plain.ibox-large .ibox-icon img,.icon-box.ibox-center.ibox-plain .ibox-icon img {
	height:auto;
}


/*-------------------
       Ribbon
--------------------*/

.ui.ribbon.label {
  position: relative;
  margin: 0em;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0em 0.2857rem 0.2857rem 0em;
  border-color: rgba(0, 0, 0, 0.15);
}

.ui.ribbon.label:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0%;
  background-color: transparent !important;
  border-style: solid;
  border-width: 0em 1.2em 1.2em 0em;
  border-color: transparent;
  border-right-color: inherit;
  width: 0em;
  height: 0em;
}

/* Right Ribbon */

.ui[class*="right ribbon"].label {
  text-align: left;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  border-radius: 0.2857rem 0em 0em 0.2857rem;
  padding-left: 0.8em;
}

.ui[class*="right ribbon"].label:after {
  left: auto;
  right: 0%;
  border-style: solid;
  border-width: 1.2em 1.2em 0em 0em;
  border-color: transparent;
  border-top-color: inherit;
}

/* Positioning */

.ui.ribbon.label {
  left: -webkit-calc( -1rem  -  1.2em );
  left: calc( -1rem  -  1.2em );
  margin-right: -1.2em;
  padding-left: -webkit-calc( 1rem  +  1.2em );
  padding-left: calc( 1rem  +  1.2em );
}

.ui[class*="right ribbon"].label {
  left: -webkit-calc(100% +  1rem  +  1.2em );
  left: calc(100% +  1rem  +  1.2em );
  padding-right: -webkit-calc( 1rem  +  1.2em );
  padding-right: calc( 1rem  +  1.2em );
}

/* Inside Image */

.ui.image &gt; .ribbon.label,
.ui.card .image &gt; .ribbon.label {
  position: absolute;
  top: 1rem;
}

.ui.card .image &gt; .ui.ribbon.label,
.ui.image &gt; .ui.ribbon.label {
  left: -webkit-calc( 0.05rem  -  1.2em );
  left: calc( 0.05rem  -  1.2em );
  padding-left: -webkit-calc( -0.05rem  +  1.2em );
  padding-left: calc( -0.05rem  +  1.2em );
}

.ui.card .image &gt; .ui[class*="right ribbon"].label,
.ui.image &gt; .ui[class*="right ribbon"].label {
  left: -webkit-calc(100% +  -0.05rem  +  1.2em );
  left: calc(100% +  -0.05rem  +  1.2em );
  padding-left: 0.8em;
  padding-right: -webkit-calc( -0.05rem  +  1.2em );
  padding-right: calc( -0.05rem  +  1.2em );
}

/*-------------------
      Attached
--------------------*/

.ui.top.attached.label,
.ui.attached.label {
  width: 100%;
  position: absolute;
  margin: 0em;
  top: 0em;
  left: 0em;
  padding: 0.75em 1em;
  border-radius: 0.2857rem 0.2857rem 0em 0em;
}

.ui.bottom.attached.label {
  top: auto;
  bottom: 0em;
  border-radius: 0em 0em 0.2857rem 0.2857rem;
}

.ui.top.left.attached.label {
  width: auto;
  margin-top: 0em !important;
  margin-left: 30px;
  border-radius: 0em 0em 0.2857rem 0em;
}

.ui.top.right.attached.label {
  width: auto;
  left: auto;
  right: 0em;
  border-radius: 0em 0.2857rem 0em 0.2857rem;
}

.ui.bottom.left.attached.label {
  width: auto;
  top: auto;
  bottom: 0em;
  border-radius: 0em 0.2857rem 0em 0.2857rem;
}

.ui.bottom.right.attached.label {
  top: auto;
  bottom: 8.4em;
  left: auto;
  right: 0em;
  width: auto;
  border-radius: 0.2857rem 0em 0em 0em;
}

@media only screen and (max-width: 480px) {
	.dd-menu .megamenu-container{
		width:100%;
	}

	.navbar{
		border-left-width:0;
		border-right-width:0;
	}
	.dd-menu &gt; ul &gt; li &gt; ul li ul{
		border: 0;
		border-top: 1px solid #dabc74;
		border-radius: 0;
	}
	.dd-menu &gt; ul &gt; li &gt; ul li ul li{

	}
}
</pre></body></html>