/* Buttons */
.button, .navContent li .button {
    padding: 10px 30px;
}

/*equalize simple list blocks Home page*/

/*Targets the parent container of the simple list items*/
.items_ff542d2a84224eb0b9c9f8dda9dbfb82 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_ff542d2a84224eb0b9c9f8dda9dbfb82 > .item {
   display: flex;
   flex-direction: column;
}
/*equalize simple list blocks rent page*/

/*Targets the parent container of the simple list items*/
.items_b844228614634a5f934100b9eb35146d {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_b844228614634a5f934100b9eb35146d > .item {
   display: flex;
   flex-direction: column;
}

/*equalize simple list blocks Explor Page*/

/*Targets the parent container of the simple list items*/
.items_dcf6c77fb3764cfcbd270b64ccd8dad1 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_dcf6c77fb3764cfcbd270b64ccd8dad1 > .item {
   display: flex;
   flex-direction: column;
}

/*equalize simple list blocks About us Page*/

/*Targets the parent container of the simple list items*/
.items_b1ceef8f6de14d7898941f1b58e6e738 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_b1ceef8f6de14d7898941f1b58e6e738
 > .item {
   display: flex;
   flex-direction: column;
}

/*equalize simple list blocks Rental Terms Page*/

/*Targets the parent container of the simple list items*/
.items_ada9b75a5f9c4bdba2cab4c452632a46 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_ada9b75a5f9c4bdba2cab4c452632a46
 > .item {
   display: flex;
   flex-direction: column;
}

/*equalize simple list blocks Contact Us Page*/

/*Targets the parent container of the simple list items*/
.items_f9ebb3f70e6a4aeb8ecdadb9dcdcbf76 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_f9ebb3f70e6a4aeb8ecdadb9dcdcbf76 > .item {
   display: flex;
   flex-direction: column;
}

/*equalize simple list blocks covid 19 Page*/

/*Targets the parent container of the simple list items*/
.items_d1d16b0696e549a68f6710fa4b6801b0{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_d1d16b0696e549a68f6710fa4b6801b0 > .item {
   display: flex;
   flex-direction: column;
}

/*equalize simple list blocks Promotions Page*/

/*Targets the parent container of the simple list items*/
.items_d9dd5cc611374b52813c8a12a5855d35{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_d9dd5cc611374b52813c8a12a5855d35 > .item {
   display: flex;
   flex-direction: column;
}

/* Guided Off-Roading UTV Tours PB */
.blockWrap_b19b1a5e2257462896600fcbb12a519b .item {
    min-height: 380px;
}
@media only screen and (max-width: 599px) {
div.blockWrap_a3d30ba6688442b6a302d641ab6929d3,
div.blockWrap_ae5c8de4b25a439a8ca99c32c13a0aad {
    padding-bottom: 35px;
}
}
/* Sitewide Banner */

.blockWrap_ace295decbe54a6293c3ec4272569429{
background-color: #FF7304;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}