@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;
}
.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;
}
h1.mfrPages, h2.mfrPages {
	color: #CC0E11;
	font-weight: 600;
}

.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;
}

.busCard {
/*	background-image:url("/images/22/tiles/card-body-bkgrd-2.png") !important;
	background-repeat: repeat;
	background-position:left top;
	box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
*/
	border-radius: 0 !important;
}

.busCard:hover {
	transform: scale(1.03);
	box-shadow: 5px 5px 8px rgba(0,0,0,.3);
	transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
	opacity: 1.0;
}

.churchCard {
	background-image:url("/images/22/tiles/card-body-bkgrd-2.png") !important;
	background-repeat: repeat;
	background-position:left top;
	border-radius: 0 !important;
/*	box-shadow: 0 0 6px rgba(0,0,0,.05);
*/
}

.churchCard:hover {
	transform: scale(1.03);
	box-shadow: 5px 5px 8px rgba(0,0,0,.3);
	transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
	opacity: 1.0;
}

.churchHeading {
	color: #335c55 !important;
}

/*  MEDIA QUERIES  */

@media screen and (min-width:1201px) {
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 1.9rem;
}
div.leaseParts {
	position:absolute;
	top: 130px;
	right: 50px;
	height:auto;
}
.leaseParts {
	display: inline;
	font-size: 24pt;
}
.leasePartsPhone {
	display: none;
}
.locationCards {
	min-height: 300px;
}

.bestBusBuyerTips {
	width: 40%;
	padding: 7px 10px;
	margin: auto auto 0 0;
	font-weight: bold;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 50%;
	background-color: #6C3D7B;
	color: #fff;
	z-index: 1101;
}

.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: 1101;
}
img.glavalWarranty {
	max-width: 150px;
}
iframe.IframeSearch {
	background-color: transparent;
	width: 100%;
	height: 280px;
	border: 0;
}
.homeSearch {
/*	display:none; */
	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;
}
.prodDesc2noind {
    column-count: 2;
    column-gap: 1.5rem;
    column-rule: 1px solid #bfbfbf;
}
.prodDesc2noind p {
    text-indent: 0rem;
    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;

}
.colBorder {
	border-left:1px solid #bfbfbf;
}
.ftDS {
	max-width:325px;
}
}

@media screen and (max-width: 1200px) {
h1 {
	font-size: 2.2rem;
}
h2 {
	font-size: 1.7rem;
}
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;
}

.bestBusBuyerTips {
	width: 50%;
	padding: 7px 10px;
	margin: auto auto 0 0;
	font-weight: bold;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #6C3D7B;
	color: #fff;
	z-index: 1101;
}

.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; 
}
.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;
}
.prodDesc2noind {
    column-count: 2;
    column-gap: 1.5rem;
    column-rule: 1px solid #bfbfbf;
}
.prodDesc2noind p {
    text-indent: 0rem;
    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;
}
.colBorder {
	border-left:1px solid #bfbfbf;
}
.ftDS {
	max-width:325px;
}
}

@media screen and (max-width: 922px) {
h1 {
	font-size: 1.8rem;
}
h2 {
	font-size: 1.5rem;
}
iframe.IframeSearch {
    display:none;
}
.homeSearch {
    display:none;
}
.colBorder {
	border-left:1px solid #bfbfbf;
}
.prodDesc {
    column-count: 2;
    column-gap: 1.5rem;
    column-rule: 1px solid #bfbfbf;
}
}

@media screen and (max-width: 768px) {
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.2rem;
}
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;
}

.bestBusBuyerTips {
	width: 70%;
	padding: 7px 10px;
	margin: auto auto 0 0;
	font-weight: bold;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #6C3D7B;
	color: #fff;
	z-index: 1101;
}

.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: 1rem;
	font-family: inherit;
}
h5.endPage {
	font-size: 1.2rem;
}
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;
}
.prodDesc2noind {
    column-count: 2;
    column-gap: 1.5rem;
    column-rule: 1px solid #bfbfbf;
}
.prodDesc2noind p {
    text-indent: 0rem;
    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;
}
.colBorder {
border-left:none;
}
.ftDS {
	max-width:400px;
}
}

@media screen and (max-width: 576px) {
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.2rem;
}
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;
}

.bestBusBuyerTips {
	width: 70%;
	padding: 7px 5px;
	margin: auto auto 0 0;
	font-weight: bold;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #6C3D7B;
	color: #fff;
	z-index: 1101;
}

.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: 1rem;
	font-family: inherit;
}
h5.endPage {
	font-size: 1.2rem;
}
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;
}
.prodDesc2noind {
    column-count: 1;
}
.prodDesc2noind p {
    text-indent: 0rem;
    margin-bottom: 0;
    margin-top: 0;
}
.prodDesc2 ul {
     margin-left: 15px;
     padding-left: 0px;
     list-style-type: square;
}
.border-left-lg {
    border-left:none;
}
.colBorder {
border-left:none;
}
.ftDS {
	max-width:400px;
}
}
