/* 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; 
    }
}

/* Button Padding - Sitewide */

.button, .navContent li .button {
    padding: 10px 30px;
}

/* Homepage - Mobile Styling */

@media only screen and (max-width: 768px) {
    div.blockWrap_df6729a3b74d4dfcba39202755092b3f {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blockWrap_df6729a3b74d4dfcba39202755092b3f .contentTitle {
        font-size: 50px;
    }
    div.blockWrap_a3770dccc642498994b7e318e2d7f105 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .items_a3770dccc642498994b7e318e2d7f105 .item .contentTitle {
    font-size: 40px;
    }
    div.blockWrap_daf278313cde44f1af25c846df662f11 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Full Width Mountains */
.block_ad7a1dcee9164e82bef64a582c190525 .blockImg img,
.block_cc0092367a2f4e039fc0b11f419bccea .blockImg img {
    width: 100%;
}

/* Hero Heading Padding */
.blockWrap_df6729a3b74d4dfcba39202755092b3f .contentTitle {
    padding-bottom: .25em;
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b,
.items_e593b8beaae749ab92cd04108825eef9 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item,
.items_e593b8beaae749ab92cd04108825eef9 > .item {
	display: flex;
	flex-direction: column;
}