/* 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; 
    }
}
/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_faaf00c844c5444586b25bafe94b438d { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_faaf00c844c5444586b25bafe94b438d > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_faaf00c844c5444586b25bafe94b438d > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_faaf00c844c5444586b25bafe94b438d > .item p {
    margin-bottom: 20px;
}

/* HOMEPAGE VIDEO */

.fluid-width-video-wrapper {
    padding-top: inherit !important;
    height: 300px;
}

@media only screen and (max-width: 600px) {
    div.blockWrap_f5ca0d94ef8049899cf99304ed751d44 {
        padding-bottom: 50px;
    }
    .fluid-width-video-wrapper {
        height: 240px;
    }
}

@media only screen and (max-width: 450px) {
    div.blockWrap_d5f35a0958684ce8b2767ee584cb0a7a {
        padding-bottom: 60px;
    }
    .fluid-width-video-wrapper {
        height: 175px;
    }
}

/* HOMEPAGE GALLERY CAROUSEL */

.block_ec5eaaad68c84f41ba83342012b3f553 .carousel-slides {
    padding: 10px;
}

.block_ec5eaaad68c84f41ba83342012b3f553 .maxWidth--gallery {
    max-width: 1050px;
}

.block_ec5eaaad68c84f41ba83342012b3f553 .carousel-slide .imgShape  {
    box-shadow: 1px 1px 5px #aaa;
    width: 933px !important;
}

.block_ec5eaaad68c84f41ba83342012b3f553 .carousel-slide .contentImg {
    max-height: 350px;
}

@media only screen and (max-width: 1150px) {
    .block_ec5eaaad68c84f41ba83342012b3f553 .maxWidth--gallery {
        max-width: 825px;
    }
    
    .block_ec5eaaad68c84f41ba83342012b3f553 .carousel-slide .imgShape  {
        width: 666px !important;
    }
    
    .block_ec5eaaad68c84f41ba83342012b3f553 .carousel-slide .contentImg {
        max-height: 250px;
    }
}

@media only screen and (max-width: 850px) {
    .block_ec5eaaad68c84f41ba83342012b3f553 .maxWidth--gallery {
        max-width: 685px;
    }
    
    .block_ec5eaaad68c84f41ba83342012b3f553 .carousel-slide .imgShape  {
        width: 533px !important;
    }
    
    .block_ec5eaaad68c84f41ba83342012b3f553 .carousel-slide .contentImg {
        max-height: 200px;
    }
}

@media only screen and (max-width: 900px) {
    .fullBleed .noSecondaryContent .primaryAndSecondaryContent div.blockWrap_ec5eaaad68c84f41ba83342012b3f553 .blockContent.blockContentBleed {
        padding-left: 0;
        padding-right: 0;
    }
}

/* HOMEPAGE SLIDER */

div.blockWrap_c9d6c98b75794a6491ed39bb226b3d16 .blockContent.blockContentBleed {
    background-color: #000000
}

/* HOMEPAGE SERVICES */

@media only screen and (max-width: 850px) and (min-width: 481px) {
    .cols3 .item {
        width: 100%;
        margin: 40px 0 0;
    }
}

.fullBleed .noSecondaryContent .primaryAndSecondaryContent .blockContent {
    padding-left: 7%;
    padding-right: 7%;
}

/* HOMEPAGE - TESTIMONIALS */

.blockContainer.blockWrap_d5009b3390b94e9e8b824cad0b60824d {
    z-index: 1;
    position: relative;
    background-color: transparent;
}

.itemsCollectionContainer.blockWrap_e6d1572a87ba421c883cc55a7964ab2a {
    margin-top: -160px;
    z-index: 0;
}

.blockContent.block_e6d1572a87ba421c883cc55a7964ab2a {
    margin-top: 170px;
}