/* Button Padding */
.button {
    padding: 10px 20px;
}
    
.navContent li .button {
    padding: 10px 20px;
}
/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
    padding: 15px;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 {
        padding-top: 150px;
        padding-bottom: 40px;
        text-align: center;
    }
    
    .blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        font-size: 40px; 
    }
}

.blockWrap_ca1ee18fdbce4f3aa90e5a9067086564 .contentTitle {
        line-height: .9em;
        margin-bottom: -15px;
    }
    
    
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f965cfe1dbdb4f36b810908a3fa65237 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f965cfe1dbdb4f36b810908a3fa65237 > .item {
	display: flex;
	flex-direction: column;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item {
	display: flex;
	flex-direction: column;
}

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_fc035c1353124eaf8e45130c7c8ef705 {
        background-image: url(https://static.mywebsites360.com/c456874c79094b9f8d5c454837e95c3f/i/c45bf81e2cdf4dfb8fcda9de679e816a/1/5feFb8zhrk/IMG_9667%20copy.jpg);
    }
}
/* Sitewide Banner */

.block_fc035c1353124eaf8e45130c7c8ef705{
background-color: #000000;
color: #ffffff; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}