/********************
CUSTOM PROPERTIES
********************/
:root {
    --green-200: #3ca92e;
    --blue-400: #318299;
}
/********************
ALTERNATIVE LINK COLORS
********************
:is(
.blockWrap_eac239c1f7f14a33aba8ed31cf86d752, /plantation-shutters-anderson-sc/
.blockWrap_c9c4781448f645fdbdad8fea955acd66, /polywood-plantation-shutters-in-anderson/
.blockWrap_ee8a4cc8c82b4e3397534c5bce6badad, /classic-and-traditional-plantations-shutters-in-asheville/
.blockWrap_a80491dbecaa4619a754c108bd7dd225 /polywood-plantation-shutters-in-asheville/
) a {
    color: var(--green-200);
}*/
/********************
VIDEO CONTAINER FIX
********************/
.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 150px 50px;
  margin-bottom:50px;
}

/* 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 on services page*/

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

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