/* Link Hover Color */
.block_d6ada4f893964ffcba02220fa7ede6eb a:hover{
    color: #000000!important;
    text-decoration: underline!important;
}

/* HOME PAGE - Equalize Simple List Blocks*/

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

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



/* CONTACT PAGE - Equalize Simple List Blocks*/

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

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


/* ABOUT US PAGE - Equalize Simple List Blocks*/

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

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




/* RREVIEWS PAGE - Equalize Simple List Blocks*/

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

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

/*Acorn Page Link*/
/* Link Hover Color */
.block_e89aee4a381c4b4daedff1d6207a6de8 a:hover{
    color: #ffffff!important;
    text-decoration: underline!important;
}

.iframe-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    max-width: 675px;
    margin: 0 auto;
}

.iframe-container iframe{
    position:absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px){
    .iframe-container{
        padding-bottom: 30%;    
    }
}

/* Commercial Coatings Page */

/* Image margin */
.blockWrap_f933650d817b4818bc4400ba129dea64 .contentImg {
    margin-top: -80px;
}

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

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