.blockquote-text-image .blockquote-text-image-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	    -webkit-justify-content: space-between;
	        justify-content: space-between;
	-ms-flex-align: start;
	    -webkit-align-items: flex-start;
	        align-items: flex-start;
}

	.blockquote-text-image .blockquote-text-image-image {
		max-width: 40.625%;
	}

		.blockquote-text-image .blockquote-text-image-image img {
			height: auto;
			max-width: 100%;
		}
	
		.blockquote-text-image .blockquote-text-image-wrap.text-right .blockquote-text-image-image {
			-ms-flex-order: 0;
			    -webkit-order: 0;
			        order: 0;
			-ms-flex-negative: 1;
			    -webkit-flex-shrink: 1;
			        flex-shrink: 1;
			-ms-flex-positive: 0;
			    -webkit-flex-grow: 0;
			        flex-grow: 0;
		}

		.blockquote-text-image .blockquote-text-image-wrap.text-left .blockquote-text-image-image {
			-ms-flex-order: 1;
			    -webkit-order: 1;
			        order: 1;
			-ms-flex-negative: 1;
			    -webkit-flex-shrink: 1;
			        flex-shrink: 1;
			-ms-flex-positive: 0;
			    -webkit-flex-grow: 0;
			        flex-grow: 0;
		}	
		
		.blockquote-text-image .blockquote-text-image-text {
			width: 59.375%;
			font-weight: 400;
		}
		
		.blockquote-text-image .blockquote-text-image-wrap.text-right .blockquote-text-image-text {
			-ms-flex-order: 1;
			    -webkit-order: 1;
			        order: 1;
			-ms-flex-negative: 1;
			    -webkit-flex-shrink: 1;
			        flex-shrink: 1;
			-ms-flex-positive: 1;
			    -webkit-flex-grow: 1;
			        flex-grow: 1;
			padding-left: 20px;
		}
		
		.blockquote-text-image .blockquote-text-image-wrap.text-left .blockquote-text-image-text {
			-ms-flex-order: 0;
			    -webkit-order: 0;
			        order: 0;
			-ms-flex-negative: 1;
			    -webkit-flex-shrink: 1;
			        flex-shrink: 1;
			-ms-flex-positive: 1;
			    -webkit-flex-grow: 1;
			        flex-grow: 1;
			padding-right: 40px;
		}

			.blockquote-text-image .blockquote-text-image-text .accent-text {
				text-transform: none;
			}
	
@media ( max-width: 960px ) {
	.blockquote-text-image .text-image {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	
	.blockquote-text-image .blockquote-text-image-wrap {
		-ms-flex-direction: column;
		    -webkit-flex-direction: column;
		        flex-direction: column;
	}
	
		.blockquote-text-image .blockquote-text-image-text {
			max-width: 100%;
			width: 100%;
		}
	
		.blockquote-text-image .blockquote-text-image-image {
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 30px;
			max-width: 100%;
		}
	
		.blockquote-text-image .blockquote-text-image-wrap.text-left .blockquote-text-image-text {
			padding-right: 0;
		}
	
		.blockquote-text-image .blockquote-text-image-wrap.text-right .blockquote-text-image-text {
			padding-left: 0;
		}
}
.text-full-height-image-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch
}

	.text-fh-image-image {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		width: 50%;
	}

	.text-full-height-image-wrap.text-left .text-fh-image-image {
		order: 1;
	}

	.text-full-height-image-wrap.text-right .text-fh-image-image {
		order: 0;
	}

	.text-fh-image-text {
		width: 50%;
	}

		.text-full-height-image-wrap.text-left .text-fh-image-text {
			order: 0;
			padding: 80px 100px 80px 15px;
			margin: 0 0 0 auto;


		}

		.text-full-height-image-wrap.text-right .text-fh-image-text {
			order: 1;
			padding: 80px 15px 80px 100px;
			margin: 0 auto 0 0;


		}

	.text-fh-image-text {
		width:100%;
		max-width: 625px;
		margin: 0 0 0 auto;
	}

@media (max-width:1300px) {
	.text-fh-image-text {
		padding-left: 15px;
	}
}
@media (max-width:1200px) {
	.text-fh-image-text {
		padding-right: 40px;
	}
}	

@media (max-width:1023px) {
	.text-fh-image-text {
		padding: 60px 30px 60px 15px;
	}
}
@media (max-width:960px){
	.text-fh-image-image {
		width:100%;
		height: 45vw;
		order:0;
	}
	
	.text-full-height-image-wrap {
		flex-direction: column;
	}
	.text-fh-image-text {
		padding: 60px 15px;
		max-width: none;
		order:1;
		width:100%;
	}
	
	.text-full-height-image-wrap.text-right .text-fh-image-text,
	.text-full-height-image-wrap.text-left .text-fh-image-text{
		margin:0;
		padding: 30px 15px;
	}
	
	.text-full-height-image-wrap.text-left .text-fh-image-text {
		order: 1;
	}
	
}
@media (max-width:767px) {
	
	
	
	
	.text-full-height-image-wrap.text-right .text-fh-image-text,
	.text-full-height-image-wrap.text-left .text-fh-image-text 
	{
		padding: 40px 15px 40px 15px;
	}

}
.image-grid-section-heading {
	padding-bottom: 20px;
}

	.image-grid-section-heading .module-heading,
	.image-grid-section-heading .module-heading a{
		color: #ffffff;
		text-transform: uppercase;
	}

.image-module-image {
    width: 18%;
    padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.image-module-image:last-child {
	padding-right: 0;
}
.image-grid-items {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	        justify-content: space-between;
	-ms-flex-align: stretch;
	    -webkit-box-align: stretch;
	        align-items: stretch;
}

		.image-module-image img,
		.image-module-image a{
			display: block;
			margin-left: auto;
			margin-right: auto;
			text-decoration: none;
			line-height: 1.2;
			
		}

.image-link-heading {
	padding-top: 5px;
	text-align: center;
	
}

@media (max-width: 1370px) {
	.images-grid-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media ( max-width:1200px ) {
	
	.image-grid-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: center;
		    -webkit-box-pack: center;
		        justify-content: center;
	}
	
	.image-module-image {
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.image-module-image {
   		 width: 33.33%;
    	padding-right: 15px;
	} 
	.image-module-image :last-child {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.image-module-image {
   		 width: 50%;
	}
	.image-link-heading {
		font-size: 18px;
	}
	.image-module-image img,
	.image-module-image a{		
		width: 100%;
		height: auto;
	}
}

@media (max-width: 480px) {
	.image-module-image {
   		width: 100%;
		max-width: 210px;
	} 
}






.craft-design-ft-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.craft-design-ft-wrap .craft-right-column {
	flex-grow: 1;
}
.craft-footer-right-col {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.craft-ft-icon {
	display: flex;
    line-height: 1.2;
    align-items: flex-end;
	justify-content: flex-start;
}

.craft-ft-icon .fas {
	padding-right: 10px;
}

.ft-craft-right-text {
	line-height: 1.2;
}

.craft-ft-left-col {
	font-size: 20px;
}

.craft-left-column img {
	display: block;
}

@media (max-width:960px) {
	.ft-craft-right-text {
		font-size: 15px;
	}
	.craft-left-column img {
		margin-left: auto;
		margin-right: auto;
	}
	.craft-ft-left-col {
		font-size: 18px;
	}
}

@media (max-width:767px){
	
	.craft-design-ft-wrap {
		display: block;
		text-align: center;
	}
	.craft-footer-right-col {
		flex-direction: column;
		align-items: center;
	}
	
}

@media (max-width: 512px) {
	.craft-ft-left-col {
		font-size: 15px;
	}
}
