/* 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;
}

/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 150px 50px;
  /*margin-bottom:50px;*/
}

#iframe-container h1 {
    font-size: 50px;
    text-transform: capitalize;
    color: white;
    max-width: 850px;
    margin: 0 auto;
}

#iframe-container h3 {
    font-size: 25px;
    max-width: 1200px;
    margin: 0 auto 25px;
}

#iframe-container img{
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 25px auto 0;
}

#iframe-container a.button {
    font-size: 18px;
}


/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    /*div#iframe-container {*/
    /*    background-image: url(https://dta0yqvfnusiq.cloudfront.net/royal28517199/2019/11/mobilebg-5dc9d349e1db2.jpg);*/
    /*}*/
    
    /*.video-wrap {*/
    /*    display: none!important;*/
    /*}*/
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */

/*CIM*/
.headerContent div.logo img {
    width: 100%;
}
.useMobileSideNav body {
    overflow: unset;
}