/*------------------------------------*\
    
    WebFX WYSIWYG Customizations - Global styling for all ACF WYSIWYG's

    Add custom WYSIWYG styling to this file if it should be applied to all ACF WYSIWYG's on the site
    Otherwise, put your block-specific styles in individual block stylesheets

\*------------------------------------*/

.wysiwyg { 
    position: relative;
    color: #565A5C;
}

.wysiwyg--bdr {
    border-top: 1px solid rgba(134, 140, 140, 0.37);
}

.wysiwyg--bdr-top {
    border-top: 1px solid rgba(134, 140, 140, 0.37);
    border-bottom: 1px solid rgba(134, 140, 140, 0.37);
}


.quote-block {
    background: #F6F9FB;
    padding: 22px 25px 22px 17px;
    color: #3D3E3F;
    margin: 36px 0 22px;
}

.quote-block img {
    float: right;
    width: 40%;
    height: 105px;
    margin: 0 0 0 15px;
}

.quote-block h4 {
    color: #3D3E3F;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-bottom: 7px;
    font-family: var(--font-gothambook);
}

.quote-block h3 {
    color: #3D3E3F;
    font-size: 22px;
    text-transform: none;
    letter-spacing: -0.01em;
    padding-bottom: 18px;
    line-height: 1.36em;
    font-family: var(--font-gothambold);
}

.quote-block p {
    color: #3D3E3F;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    padding-bottom: 0;
    line-height: 1.3em;
    font-family: var(--font-gothambold);
}
/* 
.wysiwyg__wrap {
    padding-top: 40px;
} */

.quote-block p span {
    color: #3D3E3F;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: var(--font-gothambook);
}


.wysiwyg ul {
    padding-left: 0;
    padding-bottom: 30px;
}

.wysiwyg ul:last-child {
    padding-bottom: 0;
}

.wysiwyg ul li {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    line-height: 1.81em;
    color: #3D3E3F;
    font-family: var(--font-poppins);
    font-weight: normal;
    letter-spacing: -0.03em;
    padding: 0;
    margin-bottom: 24px;
}

.wysiwyg ul li:last-child {
    margin-bottom: 0;
}

.wysiwyg ul li::before {
    background: #9EB28F;
    border-radius: 50%;
    content: "\e903";
    color: #1E0413;
    font-family: 'icomoon';
    font-size: 23px;
    font-weight: normal;
    height: 30px;
    display: inline-flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    text-indent: 14px;
    width: 30px;
}

.wysiwyg ul li ul.children {
    margin-top: 20px;
    padding-left: 50px;
}

.wysiwyg ul li ul.children:last-child {
    padding-bottom: 0;
}

.page-id-139795 .wysiwyg ul li::before {
    content: "";
    background: #000;
    width: 5px;
    height: 5px;
    top: -4px;
    position: relative;
    margin-right: 0;
    left: -10px;
}

.page-id-139795 .wysiwyg ul li {
    margin-bottom: 5px;
    line-height: 1.5rem;
}

@media (min-width: 768px) {
    .quote-block {
        padding: 0 26px 0 275px;
        margin: 26px 0 26px;
        position: relative;
    }
    
    .quote-block img {
        float: none;
        width: 258px;
        height: 100%;
        margin: 0 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .quote-block h4 {
        font-size: 14px;
        padding-top: 30px;
    }
    
    .quote-block h3 {
        font-size: 30px;
    }
    
    .quote-block p {
        font-size: 14px;
    }
    
    .quote-block p span {
        font-size: 14px;
        display: block;
        padding-bottom: 30px;
    }

    .wysiwyg--bdr-top {
        border-bottom: none;
    }

    .wysiwyg--bdr-top .wysiwyg__wrap {
        border: 1px solid rgba(134, 140, 140, 0.37);
        max-width: 1200px;
        padding: 40px 58px;
        margin: 0 auto;
    }

}


@media (min-width: 1200px) {
    .wysiwyg--bdr {
        border-top: none;
    }

    .wysiwyg__wrap {
        /*
        border: 1px solid rgba(134, 140, 140, 0.37);
        */
        max-width: 1200px;
        /*
        padding: 90px;
        */
        margin: 0 auto;
    }

    .quote-block {
        padding: 0 26px 0 390px;
        margin: 40px 0 35px;
        position: relative;
    }
    
    .quote-block img {
        width: 358px;
    }
    
    .quote-block h4 {
        font-size: 18px;
        padding-top: 44px;
    }
    
    .quote-block h3 {
        font-size: 30px;
        padding-bottom: 24px;
    }
    
    .quote-block p {
        font-size: 16px;
        padding-bottom: 5px;
    }
    
    .quote-block p span {
        font-size: 13px;
        display: block;
        padding-bottom: 40px;
    }

    .example-btns {
        padding-top: 20px;
    }

    .wysiwyg--bdr-top {
        border-top: none;
        padding: 0;
    }

    .wysiwyg--bdr-top .wysiwyg__wrap {
        border: 1px solid rgba(134, 140, 140, 0.37);
        max-width: 1200px;
        padding: 90px 90px;
        margin: 0 auto;
    }

    .wysiwyg ul li {
        letter-spacing: -0.01em;
        margin: 10px 0 30px 50px;
        text-indent: -54px;
    }

    .wysiwyg ul li:last-child {
        margin-bottom: 15px;
    }
    .wysiwyg ul li::before {
        width: 38px;
        height: 38px;
        font-size: 28px;
    }

    .wysiwyg ul li::before {
        width: 15px;
        height: 15px;
    }

}

.colors-list p {
	padding: 30px 0 0 0;
	margin: 0 20px 0 0;
}

.colors-list img.alignnone {
	margin: 0 0 10px 0;
}

.colors-list td {
	display: flex;
	flex-direction: column;
}

.colors-list tr {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.colors-list td {
		width: 20% !important;
		height: 100px;
	}
	.colors-list p {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 600px) {
	.colors-list td {
		width: 33% !important;
		height: 100px;
	}

    .w-title a {
        display: block;
    }
}

@media (max-width: 400px) {
	.colors-list td {
		width: 50% !important;
		height: 100px;
	}
}

.page-id-139795 .wysiwyg ol li {
    font-size: 1rem;
}

.page-id-139795 .wysiwyg ol li ul {
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.page-id-139795 .wysiwyg ol li ul {
    margin-top: 10px;
}

.page-id-139795 .wysiwyg ol li ul li {
    letter-spacing: 0;
    font-size: 1rem;
}

.page-id-139795 .wysiwyg--bdr {
    border-top: none;
}

.page-id-139795 ul li {
    font-size: 1rem;
    line-height: 1.5rem;
}