@charset "utf-8";
/* CSS Document */

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.card {
 	background-color:transparent !important;
 	background-image:url(/images/19/card-background-w65.png);
	background-size: cover;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19),0 6px 15px 0 rgba(0, 0, 0, 0.35);
	border-radius: 0 !important;
}
.gradient-border {
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
	0% {background-position: 0% 50%;}
	50% {background-position: 100% 50%;}
	100% {background-position: 0% 50%;}
}

.bestBusYellow {
	color:#fed531;
}
p.mfrPages {
	color: #CC0E11;
	font-weight: bolder;

}
h5.mfrPages, h4.mfrPages, h3.mfrPages {
	color: #CC0E11;
	font-weight: bolder;
}

.titleBackground {
	background-color:transparent;
	background-image:url(/images/19/jumbotron-window.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.rowBkgrd {
    background-color: hsla(0,0%,67%,0.30);
    padding: 1rem 1rem;
}

.blueImageBorder {
    padding: 2px;
    border: solid medium #1089A8;
}

/* BEGIN MAX-WIDTH QUERIES */

@media screen and (min-width: 1201px) {
div.leaseParts {
	position:absolute;
	top: 130px;
	right: 50px;
	height:auto;
}
.leaseParts {
	display: inline;
	font-size: 24pt;
}
.leasePartsPhone {
	display: none;
}
.locationCards {
	min-height: 300px;
}
.topOfPage {
	width: 10%;
	padding: 7px 10px;
	margin: auto 0 0 auto;
	font-weight: bold;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #0E235C;
	color: #fff;
	z-index: 1100;
}
img.glavalWarranty {
	max-width: 150px;
}
iframe.IframeSearch {
	background-color: transparent;
	width: 100%;
	height: 280px;
	border: 0;
}
.homeSearch {
	padding:1rem 0.5rem 0.5rem;
	position:absolute;
	z-index:104;
	top:0px;
	right:0px;
	width:18%;
	min-height:100%;
	background-color:transparent;
	background-repeat: repeat;
	background-image: url(/images/19/dark-trans-tile.png);
}
.endPage {
	font-size: 0.8rem;
	font-family: inherit;
}
h5.endPage {
	font-size: 1.0rem;
}
.prodDesc {
    column-count: 3;
    column-gap: 1.5rem;
    column-rule: 1px solid #bfbfbf;
}
.prodDesc p {
    text-indent: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    orphans: 2;
    widows: 2;
}
ul.prodDesc, ul.prodDesc2, dl.prodDesc, dl.prodDesc2 {
    orphans: 2;
    widows: 2;
}
.prodDesc ul {
     margin-left: 20px;
     padding-left: 0px;
     list-style-type: square;
}
.prodDesc2 {
    column-count: 2;
    column-gap: 1.5rem;
    column-rule: 1px solid #bfbfbf;
}
.prodDesc2 p {
    text-indent: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    orphans: 2;
    widows: 2;
}
.prodDesc2 ul {
     margin-left: 20px;
     padding-left: 0px;
     list-style-type: square;
}
.border-left-lg {
    border-left:2px solid rgba(140,140,140,0.40);
}
.breakBefore {
	break-before: always !important;
	-webkit-column-break-before: always;
}
.noBreakAfter {
    break-after: avoid !important;
	-webkit-column-break-after: avoid !important;

}

}

@media screen and (max-width: 1200px) {
div.leaseParts {
	position: absolute;
	top: 120px;
	left: 240px;
	height: auto
}
.leaseParts {
	display: inline; 
	font-size: 24pt;
	line-height: 100%;
	color: #fff;
}
.leasePartsPhone {
	display: none
}
.locationCards {
	min-height: 300px;
}
.topOfPage {
	width: 25%;
	padding: 7px 10px;
	margin: auto 0 0 auto;
	font-weight: bold;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #0E235C;
	color: #fff;
	z-index: 1100;
}
img.glavalWarranty {
	max-width: 130px;
}


iframe.IframeSearch {
	background-color: transparent;
	width: 100%;
	height: 275px;
	border: 0;
}


.homeSearch {
	display:none; 
/*	padding:1rem 0.5rem 0.5rem;
	position:absolute;
	z-index:104;
	top:0px;
	right:0px;
	width:30%;
	min-height:100%;
	background-color:transparent;
	background-repeat: repeat;
	background-image: url(/images/19/dark-trans-tile.png);
*/
}
.endPage {
	font-size: 0.8rem;
	font-family: inherit;
}
h5.endPage {
	font-size: 1.0rem;
}
.prodDesc {
    column-count: 2;
    column-gap: 1.5rem;
    column-rule: 1px solid #bfbfbf;
}
.prodDesc p {
    text-indent: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    orphans: 2;
    widows: 2;
}
.prodDesc ul {
     margin-left: 20px;
     padding-left: 0px;
     list-style-type: square;
}
.prodDesc2 {
    column-count: 2;
    column-gap: 1.5rem;
    column-rule: 1px solid #bfbfbf;
}
.prodDesc2 p {
    margin-bottom: 0;
    margin-top: 0;
    orphans: 2;
    widows: 2;
}
.prodDesc2 ul {
     margin-left: 20px;
     padding-left: 0px;
     list-style-type: square;
}
.border-left-lg {
    border-left:2px solid rgba(140,140,140,0.40);
}
.breakBefore {
	-webkit-column-break-before: always;
	break-before: column;
}
.noBreakAfter {
    -webkit-column-break-after: avoid;
    break-after: avoid-column;
}

}


@media screen and (max-width: 960px) {
iframe.IframeSearch {
    display:none;
/*    width: 100%;
	height: 350px;
	border: 0;
*/
}
.homeSearch {
    display:none;
/*	padding:0.5rem;
	position:absolute;
	z-index:200;
	top:0px;
	right:0px;
	width:15rem;
	min-height:100%;
	background-color:transparent;
	background-repeat: repeat;
	background-image: url(/images/19/dark-trans-tile.png);
*/
}
}


@media screen and (max-width: 765px) {
div.leaseParts {
	position: absolute;
	top: 100px;
	left: 240px;
}
.leaseParts {
	display: inline; 
	font-size: 18pt;
	color: #fff;
}
.leasePartsOff {
	display: none
}
.leasePartsPhone {
	display: none
}
.locationCards {
	min-height: 300px;
}
.topOfPage {
	width: 30%;
	padding: 7px 8px;
	margin: auto 0 0 auto;
	font-weight: bold;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #0E235C;
	color: #fff;
	z-index: 1100;
}
img.glavalWarranty {
	max-width: 100px;
}
.homeSearch {
	display:none;
}
.endPage {
	font-size: 0.8rem;
	font-family: inherit;
}
h5.endPage {
	font-size: 1rem;
}
iframe.IframeSearch {
	background-color: transparent;
	width: 100%;
	height: 260px;
	border: 0;
}
.prodDesc {
    column-count: 2;
    column-gap: 1.5rem;
    column-rule: 1px solid #bfbfbf;
}
.prodDesc p {
    text-indent: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    orphans: 2;
    widows: 2;
}
.prodDesc ul {
     margin-left: 20px;
     padding-left: 0px;
     list-style-type: square;
}
.prodDesc2 {
    column-count: 2;
    column-gap: 1.5rem;
    column-rule: 1px solid #bfbfbf;
}
.prodDesc2 p {
    margin-bottom: 0;
    margin-top: 0;
    orphans: 2;
    widows: 2;
}
.prodDesc2 ul {
     margin-left: 20px;
     padding-left: 0px;
     list-style-type: square;
}
.border-left-lg {
    border-left:none;
}
.breakBefore {
	-webkit-column-break-before: auto;
	break-before: auto;
}
.noBreakAfter {
    -webkit-column-break-after: auto;
    break-after: auto;
}


}

@media screen and (max-width: 585px) {
div.leaseParts {
	top: 95px;
	display: inline;
	left: 225px;
}
.leaseParts {
	display: inline; 
	font-size: 14pt;
	color: #fff
}
.leasePartsPhone {
	display: inline;
}
.leasePartsPhone a {
	font-size: 16pt;
	color: #ffda28;
}
.locationCards {
	height: auto;
}
.topOfPage {
	width: 30%;
	padding: 7px 5px;
	margin: auto 0 0 auto;
	font-weight: bold;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #0E235C;
	color: #fff;
	z-index: 1100;
}
img.glavalWarranty {
	max-width: 100px;
}
.homeSearch {
	display:none;
}
.endPage {
	font-size: 0.8rem;
	font-family: inherit;
}
h5.endPage {
	font-size: 1rem;
}
iframe.IframeSearch {
	background-color: transparent;
	width: 100%;
	height: 260px;
	border: 0;
}
.prodDesc {
    column-count: 1;
}
.prodDesc p {
    text-indent: 1rem;
    margin-bottom: 0;
    margin-top: 0;
}
.prodDesc ul {
     margin-left: 20px;
     padding-left: 0px;
     list-style-type: square;
}
.prodDesc2 {
    column-count: 1;
}
.prodDesc2 p {
    margin-bottom: 0;
    margin-top: 0;
}
.prodDesc2 ul {
     margin-left: 15px;
     padding-left: 0px;
     list-style-type: square;
}
.border-left-lg {
    border-left:none;
}


}


/* begin min-width queries */
@media (min-width: 576px) {
    .card-columns {
        column-count: 2 !important;
    }
    .locationColumns {
        column-count: 2 !important;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2 !important;
    }
    .locationColumns {
        column-count: 3 !important;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3 !important;
    }
    .locationColumns {
        column-count: 3 !important;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 3 !important;
    }
    .locationColumns {
        column-count: 3 !important;
    }
}

@media (min-width: 1500px) {
    .card-columns {
        column-count: 4 !important;
    }
    .locationColumns {
        column-count: 3 !important;
    }
}

