/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/*Responsive Homepage Hero*/
/*replace <.block_...> with copyable selector from widget*/

@media only screen and (max-width: 767px) {
    .blockContainer:has(.block_ca1ee18fdbce4f3aa90e5a9067086564) {
        padding-top: 60px;
        padding-bottom: 250px;
        text-align: center;
    }

    .block_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 40px;
    }

    .block_ca1ee18fdbce4f3aa90e5a9067086564 .blockInnerContent {
        font-size: 20px;
    }
}

/* Homepage 3 Steps Simple List Blocks - Pin Buttons to Bottom*/

/* 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;
  position: relative;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item p {
    margin-bottom: 20px;
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e1aad521e322429e88ded248f6432706 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e1aad521e322429e88ded248f6432706 > .item {
	display: flex;
	flex-direction: column;
}

/* Seedlings Class Info Simple List Blocks*/

/* Change item class here */
.items_f18a74324f234fa291d0e5a5cd4ab2a2 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f18a74324f234fa291d0e5a5cd4ab2a2 > .item {
	display: flex;
	flex-direction: column;
}

/* Seedlings Pricing Simple List Blocks*/

/* Change item class here */
.items_ab0ccc9656894a43ae9d152052d23485 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ab0ccc9656894a43ae9d152052d23485 > .item {
	display: flex;
	flex-direction: column;
}

/* Recreational Class Info Simple List Blocks*/

/* Change item class here */
.items_e5cb71e730104d10afb9cbd1dcf78980 { 
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}

/* Change item class here */
.items_e5cb71e730104d10afb9cbd1dcf78980 > .item {
	display: flex;
	flex-direction: column;
}

/* Sitewide Banner */

.blockWrap_fa82db97b99046b28170b61639553e79{
background-color: #0E3A61;
color: #ffffff; 
text-align: center;
padding: 10px;
font-size: 20px !important;
}

.headerAndNavContainer{
    padding-top: 0px !important;
}