<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Previous Homepage Fixes */
.ideacat h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.ideacat .headname, .ourserv .headname {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    font-size: 100%;
}


.ideacat p, .ourserv p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 6em;
    font-size: 0.8em;
}


.ourserv h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.tlhm {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #C8C8C8;
    line-height: 0.1em;
    font-weight: bold;
}

.tlhm h1, .tlhm h2, .tlhm strong{
    background: #fff;
    padding: 0 25px;
    font-size: 100%;
    line-height: 0.1em;
    display: inline;
	font-weight:bold;
}

.tlhm a {
    color: grey;
}

.ftblk a {
	color:#444;
	text-decoration: none !important;
}

.footer_link {
	color:#444;
	text-decoration:none;
}

.footer_link:hover {
	text-decoration:underline;
}

.seoblk p {
	margin: 0 0 3% 0;
	font-size:90%;
}

.seoblk h3, .seoblk h2 {
	margin: 0 0 3% 0;
	font-size:100%;
}

@media only screen and (max-width: 850px) { 
	
	.tlhm, .carousel_title {
		border-bottom: 0px solid #C8C8C8 !important;
	}
	
	.tlhm h1, .tlhm h2, .tlhm strong {
		padding: 0;
		line-height:1.1em;
	}
	
	.hidemob {
		height:5px;
	}
	
	.col.span_1_of_3.bggrey {
		width: 32%;
		margin: 0.5%;
	}
}

@media only screen and (max-width: 650px) { 
	.col.span_1_of_3.bggrey {
		width: 100%;
	}
}

/* New Homepage Blocks */

/* Featured Blocks */

.cg22__featblocks {
	display: inline-block;
	/*flex-wrap: wrap;*/
	width: calc(100% + 22px);
	/*margin: 45px -11px 36px;*/
	/*margin: 0 -11px 36px;*/
	margin: 0 -11px 0;
}

.cg22__featblock {
	display: inline-block;
	float: left;
	margin: 11px;
	background-color: #E4E4E4;
	position: relative;
}

.cg22__featblock img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cg22__featblock.block--square:before {
	content: '';
	display: block;
	padding-top: 87.4%;
	width: 100%;
}

.cg22__featblock.block--square.block--25:before {
	padding-top: 87%;
}

.cg22__featblock.block--rect:before {
	content: '';
	display: block;
	padding-top: calc(42.7% - 5.5px);
	width: 100%;
}

.cg22__featblock.block--50 {
	width: calc(50% - 22px);
}

.cg22__featblock.block--33 {
	width: calc(33.333% - 22px);
}

.cg22__featblock.block--25 {
	width: calc(25% - 22px);
}

/* Button Banner  */

.cg22__btn-banner {
	min-height: 210px;
	/*min-height: 310px;*/
	display: flex;
	align-items: center;
	/*width: 100%;*/
	position: relative;
	padding: 30px;
	/*margin:  45px 0;*/
	margin: 0 0 45px 0;
}

.cg22__btn-banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.cg22__btn-banner .inner {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.cg22__btn-banner__copy {
	margin: 0 10px;	
}

.cg22__btn-banner .inner:nth-child(1) {
	margin-top: 0;
}

.cg22__btn-banner .inner:nth-last-child(1) {
	margin-bottom: 0;
}

.cg22__btn-banner__heading {
	/*font-size: 50px;*/
	font-size:  40px;
	font-weight: bold;
	line-height: 1.1;
	/*margin: 0 0 20px;*/
	margin: 0 10px 20px;
}

.cg22__btn-banner__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0;
}

.cg22__btn-banner__buttons a {
	margin: 20px 8px;
	min-width: 180px;
	height: 50px;
	padding: 0 25px;
	border: none;
	background-color: #b18648
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 0;
	transition: .2s all;
}

.cg22__btn-banner__buttons a:hover,
.cg22__btn-banner__buttons a:focus {
	background-color: #2c2e2f;
	text-decoration: none;
}

/* Product rows */

.cg22__row-products {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 18px);
	margin-left: -9px;
	margin-right: -9px;
	justify-content: center;
	padding: 15px 0 15px;
}

.cg22__row-product {
	padding: 0 9px;
	/*width: 25%;*/
	width: 22%;
	text-align: center;
	font-size: 16px;
	margin: 0 0 30px;
	color: #000;
}

.cg22__row-products.cg22__row-3 .cg22__row-product {
	/*width: 29%;*/
	width: 25%;
	padding: 0 23px;
}

.cg22__row-products.cg22__row-2 .cg22__row-product {
	/*width: 39%;*/
	width: 30%;
	padding: 0 50px;
}

.cg22__row-product__img {
	width: 100%;
	margin: 0 0 10px;
}

.cg22__row-product__mh {
	padding: 0 30px;
	margin: 0 0 20px;
}

.cg22__row-product__heading {
	font-weight: bold;
	margin: 0 0 5px;
	min-height: 50px;
}

.cg22__row-product__price {
	margin: 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cg22__row-product__btn {
	display: inline-block;
	width: 100%;
	max-width: 340px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #000;
	text-align: center;
	/*padding: 0 20px;*/
	font-size: 20px;
	color: #000;
	transition: .2s all;
	margin: 0;
}

.cg22__row-product__btn:hover,
.cg22__row-product__btn:focus {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

.cg22__slim-banner {
	/*height: 150px;*/
	/*width: 100%;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px 50px;
	margin: 45px 0;
}

.cg22__slim-banner.slim-banner--3D {
	background-color: #E2EFF7;
	background-image: url('/images/banners/3D-banner-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 150%;
}

.cg22__slim-banner__left {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.cg22__slim-banner__right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
}

.cg22__slim-banner__heading {
	font-size: 50px;
	margin: 0 0 5px;
	font-weight: bold;
	color: #314C89;
	line-height: 1.1;
	width: 100%;
}

.cg22__slim-banner__subheading {
	font-size: 20px;
	margin: 0;
	color: #314C89;
	width: 100%;
}

.cg22__slim-banner__right a {
	font-size: 20px;
	display: inline-block;
	text-decoration: underline;
	color: #314C89;
}

.cg22__slim-banner__right a:hover,
.cg22__slim-banner__right a:focus {
	text-decoration: none;
}

.span_1_of_6-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}

.span_1_of_6-title a {
	color: inherit;
	text-decoration: none;
}

.serv_boxes a {
	color: #fff;	
}

.serv_boxes_copy {
	text-decoration: none;	
}

@media only screen and (max-width: 1200px) {
	
	.span_1_of_6-title {
		font-size: 0.8em;
	}	
}

@media only screen and (max-width: 1100px) { 

	.cg22__row-product__mh {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 850px) {
	
	.span_1_of_6-title {
		font-size: 0.9em;
		height: 60px;
		-webkit-line-clamp: 3;
	}	
}

@media only screen and (max-width: 840px) {  

	.cg22__btn-banner__heading {
		font-size: 40px;
	}

	.cg22__btn-banner__buttons a {
		min-width: 150px;
		font-size: 16px;
		line-height: 40px;
		height: 40px;
		margin: 15px 5px;
		padding: 0 20px;
	}

	.cg22__row-product__btn {
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}

	.cg22__row-product__mh {
		padding: 0;
	}
}

@media only screen and (max-width: 700px) {

	.cg22__btn-banner__buttons a {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 600px) { 

	.cg22__featblock {
		margin: 6px;
	}

	.cg22__featblock.block--25 {
		width: calc(50% - 12px);
	}

	.cg22__featblock.block--50 {
		width: calc(100% - 12px);
	}

	.cg22__btn-banner {
		padding: 30px 15px;
	}

	.cg22__btn-banner .inner {
		font-size: 16px;
	}

	.cg22__btn-banner__heading {
		font-size: 30px;
	}

	.cg22__btn-banner__buttons {
		justify-content: space-evenly;
		margin: 20px 0 0;
	}

	.cg22__btn-banner__buttons a {
		min-width: 0;
		width: calc(40% - 10px);
		margin: 0 0 10px;
	}

	.cg22__row-product,
	.cg22__row-products.cg22__row-3 .cg22__row-product,
	.cg22__row-products.cg22__row-2 .cg22__row-product {
		/*width: 50%;*/
		width: 45%;
		padding: 0 9px;
	}

	.cg22__slim-banner {
		height: auto;
		padding: 25px;
	}

	.cg22__slim-banner__left,
	.cg22__slim-banner__right {
		width: 100%;
	}

	.cg22__slim-banner__heading {
		font-size: 35px;
	}

	.cg22__slim-banner__subheading {
		margin: 0 0 30px;
		font-size: 18px;
	}

	.cg22__slim-banner.slim-banner--3D {
		background-size: contain;
	}
} 

@media only screen and (max-width: 480px) {
	
	.cg22__btn-banner__buttons a {
		width: calc(45% - 5px);
		font-size: 14px;
		padding: 0 5px;
	}
}

/*Bullion Blocks*/

    .bb-6-block{
        width: 100%;
        margin: 30px auto;
    }
	
	.bb-cta {
    text-decoration: none;
}

    .bb-block {
    text-decoration: none;
}
    .bb-holder{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .bb-block{
        width: 15%;
        height: 100%;
        position: relative;
    }
    .bb-block .image-holder{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .bb-block .image-holder img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .bb-block .bb-cta{
        color: #fff !important;
        font-size:13px;
        margin-top: 20px;
		background-color: #17407c;
        padding: 5px 12px;
		border-radius: 18px;
    }
    .bb-block:hover{
        text-decoration: none;
    }

  .bb-block .bb-cta i{
        position: absolute;
        right: 13px;
        bottom: 10px;
        transition: 0.4s;
}
    .bb-block:hover .bb-cta i{
        transform: translateX(5px);
    }
    .bb-block .title{
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .darken {
        filter: brightness(80%);
    }

    @media screen and (max-width: 1100px){
        .bb-holder{
            justify-content: space-around;
        }
        .bb-block{
            width: calc(30% - 20px);
            margin-bottom: 30px;
        }
    }

    @media screen and (max-width: 900px){
        
    }

	@media screen and (max-width: 600px){
		.bb-block{
            width: calc(50% - 20px);
        }
	}

    @media screen and (max-width: 340px){
		.bb-block{
            width: 100%;
        }
	}

/*Ribbon Blocks*/

.ribbon * {
	
	box-sizing: border-box;
}


.ribbon {
        /*width: 100%;*/
        display: flex;
        justify-content: center;
        align-items: center;
   }
   
 .ribbon-title-img {
  width: 100%;
  max-width: 300px;
  height: 170px;
  display: block;
  margin: 0 auto;
}

   .ribbon.large{
        /*min-height: 200px;*/
        padding: 30px;
   }

   .ribbon.large.yellow{
        background-color: #FFB52F;
        color: #000;
		margin-bottom: 30px;
   }
   
   .ribbon.horzontal.large.red{
        background-color: #b71918;
        color: #000;
   }
   .ribbon.large.blue{
        background-color: #314C89;
        color: #FFF;
		margin-bottom: 30px;
		max-height: 150px;
   }
   .ribbon .ribbon-dotted{
        width: 100%;
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='16' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
   }
   
.ribbon.horzontal.large.red.ribbon-sale-red .ribbon-dotted {
        width: 100%;
        min-height: 100px;
        align-items: center;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23FFFFFF' stroke-width='4' stroke-dasharray='16' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

   
   .ribbon .ribbon-content{
        width: 100%;
        height: 100%;
        text-align: center;
   }
   .ribbon .ribbon-content h2{
        font-size: 55px;
        margin-bottom: 10px;
   }
    .ribbon .ribbon-content p{
          font-size: 16px;
          margin-bottom: 20px;
    }
    .ribbon .ribbon-content .cta{
        padding: 10px 20px;
        background-color: #FFF;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        transition: 0.4s;
        width: 180px;
        display: inline-block;
		margin-bottom: 10px;
    }
	
	.ribbon horzontal large blue .cta{
        padding: 10px 20px;
        background-color: #fbba00;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        transition: 0.4s;
        width: 180px;
        display: inline-block;
		margin-bottom: 10px;
    }
    .ribbon .ribbon-content .cta:hover{
        background-color: #000;
        color: #FFF;
    }
    .ribbon .ribbon-content .cta.blue{
        padding: 10px 20px;
        background-color: #314C89;
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        transition: 0.4s;
        width: 180px;
    }
    .ribbon .ribbon-content .cta.blue:hover{
        background-color: #FFF;
        color: #314C89;
    }
    .ribbon.small.blue{
        min-height: 150px;
        background-color: #314C89;
        color: #FFF;
		margin-bottom: 30px;
    }
    .ribbon .ribbon-content.split{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ribbon .ribbon-content.split .ribbon-lg{
        font-size: 40px;
        font-weight: bold;
    }
    .ribbon .ribbon-content.split .info-section{
        width: 40%;
        align-self: stretch;
        text-align: left;
        padding: 30px;
        line-height: 20px;
    }
    .ribbon .ribbon-content.split .ribbon-img-holder{
        background-image: url("/images/banners/RB-ribbon-img-1.jpg");
        background-size: cover;
        background-position: right;
        width: 40%;
        align-self: stretch;
    }
    .ribbon .ribbon-content.split img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ribbon .ribbon-content.split .ribbon-cta{
        width: 20%;
        align-self: stretch;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ribbon .ribbon-content.split .ribbon-cta.with-background{
        background-image: url("/images/banners/RB-ribbon-img-2.jpg");
        background-size: cover;
        background-position: center;
        width: 20%;
        align-self: stretch;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ribbon .ribbon-content.split .ribbon-percent{
        width: 30%;
        align-self: stretch;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: -20px;
    }
    .ribbon .ribbon-content.split .ribbon-percent .upto{
        font-size: 20px;
        margin-left: -60px;
        
    }
    .ribbon .ribbon-content.split .ribbon-percent .percent-section{
        display: flex;
        align-items: center;
    }
    .ribbon .ribbon-content.split .ribbon-percent .percent-section .percent{
        font-size: 100px;
        font-weight: bold;
        line-height: 60px;
    }
    .ribbon .ribbon-content.split .ribbon-percent .percent-section .off{
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        text-align: left;
    }
    .ribbon .ribbon-content.split .ribbon-percent .percent-section .off span{
        font-size: 50px;
    }

    @media screen and (max-width: 1100px){
        
    }

    @media screen and (max-width: 900px){
        
    }

	@media screen and (max-width: 650px){
		.ribbon .ribbon-content.split{
            flex-direction: column;
            padding-bottom: 20px;
        }
        .ribbon .ribbon-content.split .ribbon-img-holder {
            width: 100%;
            height: 200px;
        }

        .ribbon .ribbon-content.split .info-section {
            width: 90%;
            margin: auto;
            padding: 10px;
        }
        .ribbon .ribbon-content.split .ribbon-cta {
            width: 40%;
            margin: auto;
        }
        .ribbon .ribbon-content.split .ribbon-percent {
            width: 100%;
            padding-top: 30px;
            margin: 0 0 30px 0;
        }
        .ribbon .ribbon-content.split .ribbon-cta.with-background {
            width: 100%;
            height: 170px;
            background-position: left;
        }
        .ribbon .ribbon-content.split .ribbon-percent .percent-section .percent {
            font-size: 80px;
        }
        .ribbon .ribbon-content.split .ribbon-lg {
            font-size: 25px !important;
        }
        .ribbon .ribbon-content.split .ribbon-percent {
            width: 100%;
            padding-top: 20px;
            margin: 0 0 10px 0;
        }
	}

    @media screen and (max-width: 370px){
		
	}

    .ribbon.horzontal .ribbon-content{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    @media screen and (max-width: 700px){
        .ribbon.horzontal .ribbon-content{
            flex-direction: column;
        }
    }
	
	 @media screen and (max-width: 700px){
        .ribbon .ribbon-content .cta{
            flex-direction: column;
			/*margin-bottom: 10px;*/
        }
    }
	

    @media only screen and (max-width: 850px) {
    .nav-toggle:before {
        top: 20px;
    }
}

/*Brands Block*/

    .bb-images{
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .bb-image{
        width: calc(25% - 10px);
    }
    .bb-image img{
        width: 100%;
    }

    .img-hover-zoom {
        max-height: 400px;
        overflow: hidden;
        display: inline-block;
        position: relative;
    }
    .img-hover-zoom .cta{
        background-color: #FFF;
        padding: 10px 15px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #17407c;
    }
    .img-hover-zoom .cta i{
        /*margin-left: 5px;*/
        transition: transform .5s ease;
        color: #17407c;
    }
    .img-hover-zoom:hover .cta i{
       /*transform: translateX(10px);*/
    }
    .img-hover-zoom img {
    transition: transform .5s ease;
    }
    .img-hover-zoom:hover img {
    transform: scale(1.05);
    }

    .logo-list{
        display: flex;
        justify-content: space-between;
    }
    .bb-logo{
        width: calc(16% - 10px);
        margin: auto;
    }
    .bb-logo img{
        width: 60%;
        margin: auto;
    }
    .bb-logo img.pmc-logo{
        width: 27%;
    }
    .view-all{
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .view-all .cta{
        padding: 10px 20px;
        background-color: #314C89;
        color: #FFF;
        text-decoration: none;
        font-size: 16px;
        transition: 0.4s;
        width: 180px;
        
    }
    .view-all .cta:hover{
        background-color: #000;
        color: #FFF;
    }

    @media screen and (max-width: 1100px){
        
    }

    @media screen and (max-width: 900px){
        .logo-list{
            flex-wrap: wrap;
        }
        .bb-logo{
            width: calc(33% - 10px);
            margin-bottom: 40px;
        }
    }

	@media screen and (max-width: 600px){
        .bb-images{
            flex-wrap: wrap;
            margin-bottom: 0;
        }
        .bb-image{
            width: calc(50% - 10px);
            margin-bottom: 20px;
        }
        .bb-logo{
            width: calc(50% - 10px);
        }
        .mobhide{
            display: none;
        }
        .view-all{
            margin-top: 0px;
        }
    }
	
	/*Header Block - Top Fold*/
	
    .full-width-video {
        width: 100%;
        height: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 20px;
        position: relative;
    }
    
    .full-width-video .video-holder {
        position: relative;
        width: 100%;
        height: 1000%;
    }
    
    .full-width-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .full-width-video .intro{
        min-width: 320px;
        background: rgba(0,0,0,0.4);
        color: #FFF;
        padding: 20px;
        z-index: 2;
        position: absolute;
        top: 80px;
        left: 15%;
    }

    .full-width-video .intro p{
        margin-top: 10px;
        width: 80%;
    }

    .full-width-video .intro .cta{
        background: #FFF;
        color: #314C89;
        padding: 10px 20px;
        margin-top: 10px;
        display: block;
        text-align: center;
        width: 80%;
    }

	@media screen and (max-width: 600px){
		.full-width-video .intro{
			left: auto;
			background: rgba(0,0,0,0.4);
			padding: 10px;
			width: 220px;
			min-width: 220px;
			margin-top: 20px;
		}
		.full-width-video .intro .cta{
			background: #FFF;
			color: #314C89;
			padding: 5px 10px;
			margin-top: 10px;
			display: block;
			text-align: center;
			width: 100%;
		}
		.full-width-video .intro h1{
			font-size: 24px;
		}
		.full-width-video .intro p{
			margin-top: 10px;
			width: 100%;
		}
	}
	
	/*Ready to Make Double Block*/
	
	.ready_make_1{
		display: flex;
		flex-wrap: none;
		min-height: 360px;
	}
	.ready_make_1 .rm_1_col{
		width: 50%;
	}
	.ready_make_1 .rm_1_col.contents{
		background: #E4E4E4;
		width: 50%;
		padding: 30px;
		text-align: center;
		color: #314C89;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-around;
	}

	.ready_make_1 .rm_1_col.contents h2, .ready_make_1 .rm_1_col.contents p{
		width: 100%
	}

	.rm_1_col_ctas{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
	}
	.rm_1_col_ctas .cta{
		width: calc(43% - 10px);
		background-color: #314C89;
		color: #FFF;
		text-align: center;
		margin: 10px;
		padding: 10px;
	}

	.ready_make_1 .rm_1_col.image{
		background-image: url('/images/banners/ready-make-1.jpg');
		background-size: cover;
		width: 50%;
	}
	@media screen and (max-width: 800px){
		.rm_1_col_ctas .cta{
			width: 100%;
		}
	}
	@media screen and (max-width: 600px){
		.ready_make_1{
			flex-wrap: wrap;
			flex-direction: column-reverse;
		}
		.ready_make_1 .rm_1_col{
			width: 100%;
		}
		.ready_make_1 .rm_1_col.contents, .ready_make_1 .rm_1_col.image{
			width: 100%;
			min-height: 200px;
		}
		
	}
	
	/*Ready To Make Triple Block*/
	
	.ready_make_2{
		display: flex;
		flex-wrap: none;
		min-height: 280px;
	}
	.ready_make_2 .rm_2_col{
		width: 33%;
	}
	.ready_make_2 .rm_2_col.contents{
		background: #314C89;
		width: 33%;
		padding: 30px;
		text-align: center;
		color: #FFF;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-around;
	}

	.ready_make_2 .rm_2_col.contents h2, .ready_make_2 .rm_2_col.contents p{
		width: 100%
	}

	.rm_2_col_ctas{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.rm_2_col_ctas .cta{
	    width: fit-content;
		background-color: #FFF;
		color: #314C89;
		text-align: center;
		margin: 10px;
		padding: 5px 40px;
		display: block;
	}

	.ready_make_2 .rm_2_col.image1{
		background-image: url(/images/banners/NHB-ready-make-1.jpg);
		background-size: cover;
		width: 33%;
	}
	.ready_make_2 .rm_2_col.image2{
		background-image: url(/images/banners/NHB-ready-make-2.jpg);
		background-size: cover;
		width: 33%;
	}
	@media screen and (max-width: 800px){
		.rm_1_col_ctas .cta{
			width: 100%;
		}
	}
	@media screen and (max-width: 650px){
		.ready_make_2{
			flex-wrap: wrap;
			flex-direction: column-reverse;
		}
		.ready_make_2 .rm_2_col{
			width: 100%;
		}
		.ready_make_2 .rm_2_col.contents, .ready_make_2 .rm_2_col.image1, .ready_make_2 .rm_2_col.image2{
			width: 100%;
		}
		.ready_make_2 .rm_2_col.image1 {
			display: none;
		}
		.ready_make_2 .rm_2_col.image2, .rm_2_col .contents {
			height: 200px;
		}
		
	}
	
	/*Ready To Make 1/3 Block*/
	
	.ready_make_3{
		display: flex;
		flex-wrap: none;
		min-height: 360px;
	}
	.ready_make_3 .rm_3_col{
		width: 33%;
	}
	.ready_make_3 .rm_3_col.contents{
		background: #314C89;
		width: 33%;
		padding: 60px;
		text-align: left;
		color: #FFF;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-around;
	}

	.ready_make_3 .rm_3_col.contents h2, .ready_make_3 .rm_3_col.contents p{
		width: 100%
	}

	.rm_3_col_ctas{
		display: flex;
		flex-wrap: wrap;
	}
	.rm_3_col_ctas .cta{
	    width: 100%;
		background-color: #FFF;
		color: #314C89;
		text-align: center;
		margin: 10px 0;
		padding: 5px 30px;
		display: block;
	}

	.ready_make_3 .rm_3_col.image3{
		background-image: url('/images/banners/silver_clay.jpg');
		background-size: cover;
		width: 66%;
	}

	.ready_make_3 .rm_3_col_offer{
		margin: 80px;
		background: #314C89;
		color: #FFF;
		padding: 20px;
		width: fit-content;
		font-size: 35px;
		text-align: center;
		line-height: 34px;
	}

	@media screen and (max-width: 900px){
		.ready_make_3 .rm_3_col.contents, .ready_make_3 .rm_3_col.image3{
			width: 50%;
		}
		.rm_3_col_ctas .cta{
			width: 100%;
		}
	}

	@media screen and (max-width: 800px){
		.rm_3_col_ctas .cta{
			width: 100%;
		}
	}
	@media screen and (max-width: 600px){
		.ready_make_3{
			flex-wrap: wrap;
			flex-direction: column-reverse;
		}
		.ready_make_3 .rm_3_col.contents, .ready_make_3 .rm_3_col.image3{
			width: 100%;
		}
		.ready_make_3 .rm_3_col_offer{
			margin: 40px;
		}
	}
	
	/*Black Friday Block*/
	
	.black_friday_header{
		display: flex;
		flex-wrap: none;
		min-height: 360px;
		border-radius: 20px;
		overflow: hidden;
		position: relative;
	}
	.black_friday_header .rm_bf_col{
		width: 40%;
	}
	.black_friday_header .rm_bf_col.contents{
		background: #314C89;
		width: 40%;
		padding: 60px;
		text-align: left;
		color: #FFF;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-around;
		background-image: url('/images/banners/bf_bg_1.jpg');
		background-size: cover;
	}

	.black_friday_header .rm_bf_col.contents h2, .black_friday_header .rm_bf_col.contents p{
		width: 100%
	}
	.black_friday_header .rm_bf_col.contents h2{
		font-size: 40px;
	}
	.black_friday_header .rm_bf_col.contents h2 span{
		color: #FFB52F !important;
	}
	.rm_bf_col_ctas{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.rm_bf_col_ctas .cta{
	    width: auto;
		background-color: #FFF;
		color: #314C89;
		text-align: center;
		margin: 10px 5px;
		padding: 5px 20px;
		display: block;
	}

	.black_friday_header .rm_bf_col.image3{
		background-image: url('/images/banners/bf_bg_2.jpg');
		background-size: cover;
		background-position: center;
		width: 60%;
	}

	.black_friday_header .rm_bf_col_offer{
		font-size: 35px;
		color: #FFB52F;
		position: absolute;
		right: 40px;
		top: 40px;
	}
	.bf23__highlight__percentage {
		font-size: 22px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		line-height: 1.1;
		text-transform: uppercase;
		font-weight: bold;
		flex-direction: column;
	}

	.bf23__highlight__percentage .top {
		text-align: left;
		height: 20px;
		display: block;
	}
	.bf23__highlight__percentage .bottom {
		font-size: 100px;
		padding-right: 57px;
		position: relative;
		line-height: .85;
		letter-spacing: 1px;
	}
	.bf23__highlight__percentage .bottom:before {
		content: '%';
		font-family: inherit;
		top: 3px;
		right: 0;
		font-size: .65em;
		position: absolute;
	}
	.bf23__highlight__percentage .bottom:after {
		content: 'off';
		font-family: inherit;
		bottom: 5px;
		right: 2px;
		font-size: .25em;
		position: absolute;
	}

	@media screen and (max-width: 900px){
		.black_friday_header .rm_bf_col.contents, .black_friday_header .rm_bf_col.image3{
			width: 50%;
		}
		.rm_bf_col_ctas .cta{
			width: 100%;
		}
	}

	@media screen and (max-width: 800px){
		.rm_bf_col_ctas{
			justify-content: center;
		}
		.rm_bf_col_ctas .cta{
			width: 80%;
		}
	}
	@media screen and (max-width: 600px){
		.black_friday_header{
			flex-wrap: wrap;
			flex-direction: column-reverse;
		}
		.black_friday_header .rm_bf_col.contents, .black_friday_header .rm_bf_col.image3{
			width: 100%;
			min-height: 250px;
		}
		.black_friday_header .rm_bf_col_offer{
			right: 10px;
			top: 10px;
			padding: 10px;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.5);
		}
		.black_friday_header .rm_bf_col.contents h2 {
			font-size: 28px;
		}
		.black_friday_header .rm_bf_col.contents{
			padding: 20px;
		}
	}
	
	/*Ready to Make 2/3 block*/
	
	.ready_make_4{
		display: flex;
		flex-wrap: none;
		min-height: 340px;
	}
	.ready_make_4 .rm_3_col{
		width: 33%;
	}
	.ready_make_4 .rm_3_col.contents{
		background: #314C89;
		width: auto;
		padding: 50px;
		text-align: center;
		color: #FFF;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-around;
	}

	.ready_make_4 .rm_3_col.contents h2, .ready_make_4 .rm_3_col.contents p{
		width: 100%
	}

	.rm_3_col_ctas3-4{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.rm_3_col_ctas3-4 .cta{
		background-color: #FFF;
		color: #314C89;
		text-align: center;
		margin: 10px 5px;
		padding: 5px 30px;
		display: block;
		text-decoration: none!important;
		transition: 0.4s
	}
	
	/*.rm_3_col_ctas3-4 .cta:hover{
	    width: fit-content;
		background-color: #000000;
		color: #ffffff;
	}*/

	.ready_make_4 .rm_3_col.image3{
		background-image: url(/images/banners/New-to-jewellery-making-NHB-9.jpg;
		background-size: cover;
		width: 50%;
	}

	.ready_make_4 .rm_3_col_offer{
		margin: 80px;
		background: #314C89;
		color: #FFF;
		padding: 20px;
		width: fit-content;
		font-size: 35px;
		text-align: center;
		line-height: 34px;
	}
	
	/*.ready_make_4 .rm_3_col.image3 {
    width: 50%;
    display: flex;
    align-items: stretch;
}

.ready_make_4 .rm_3_col.image3 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}*/

	@media screen and (max-width: 1200px){
		.rm_3_col_ctas3-4 .cta{
			width: 40%;
		}
	}

	@media screen and (max-width: 900px){
		.ready_make_4 .rm_3_col.contents, .ready_make_4 .rm_3_col.image3{
			width: 50%;
		}
		.rm_3_col_ctas3-4 .cta{
			width: 100%;
		}
	}

	@media screen and (max-width: 800px){
		.rm_3_col_ctas3-4 .cta{
			width: 100%;
		}
	}
	@media screen and (max-width: 600px){
		.ready_make_4{
			flex-wrap: wrap;
			/*flex-direction: column-reverse;*/
		}
		.ready_make_4 .rm_3_col.contents, .ready_make_4 .rm_3_col.image3{
			width: 100%;
			height: 340px;
		}
		.ready_make_4 .rm_3_col.image3{
			width: 100%;
			height: 250px;
		}
		.ready_make_4 .rm_3_col_offer{
			margin: 40px;
		}
	}
/*Video Block*/

.full-width-image-left {
        width: 100%;
        height: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 20px;
        position: relative;
    }
    
    .full-width-image-left .image-holder {
        position: relative;
        width: 100%;
		height: 100%;
		background-image: url('/images/banners/elma_bg.jpg');
		background-size: cover;
    }
    
    

    .full-width-image-left .intro{
        min-width: 320px;
        background: #314c89de;
        color: #FFF;
        padding: 20px;
        z-index: 2;
        position: absolute;
        top: 80px;
		text-align: center;
		left: 15%;
    }

	.full-width-image-left .intro h1 img{
		display: inline-block;
		width: 30%;
    }

    .full-width-image-left .intro p{
		margin: auto;
        margin-top: 10px;
        width: 80%;
    }

    .full-width-image-left .intro .cta{
        background: #FFF;
        color: #314C89;
        padding: 10px 20px;
		margin: auto;
        margin-top: 10px;
        display: block;
        text-align: center;
        width: 80%;
    }

	@media screen and (max-width: 600px){
		.full-width-image-left .intro{
			left: auto;
			background:#314c89de
		}
		.full-width-image-left .image-holder {
			position: relative;
			width: 100%;
			height: 100%;
			background-image: url('/images/banners/elma_bg_mobile.jpg');
			background-size: cover;
		}
	}</pre></body></html>