@charset "utf-8";

body {

	font-size:15px;
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	"wdth" 100,
	"YTLC" 500;
}

.breadcrumb-list {
	
	float:left;
	font-size:11px;
	position:relative;
	z-index:10000;
	margin-left:20px;
}

.breadcrumb {
	
	background: transparent;
}

#ScrollToTop {
	
	position:fixed;
	bottom:0;
	left:50%;
	display:none;
	background:rgba(170,170,170,0.87);
	cursor:pointer;
	width:48px;
	height:24px;
  	border-top-left-radius: 24px;
  	border-top-right-radius: 24px;
	text-align:center;
}

h1, h2 {

	font-family: "Archivo Black", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h3, h4 {

	font-family: "Nunito Sans", sans-serif;
}

.floatBlock {
	
	display:block;
}

.floatBlock:after {
	
	content:'';
	display:block;
	clear:both;	
}

.contentWidthFrame {

	clear:both;
	max-width:1170px;
	margin:0 auto;
	padding:0;
}

.contentWidth {

	width:82%;
	margin:0 9%;
}

.widgetFade {

	display:none;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.4);	
}

a.buttonLinkSub, a.buttonLinkSub:visited {
	
	color:#121212;
}

a.buttonLinkSub:hover {
	
	color:#121212;
}

.buttonLinkSub .widgetFade {
	
	background:none;
}

.grayFade {
	
	background:#eee;
}

.grayFadeSpacer {
	
	margin:32px 0;
	background:#eee;
}

.whiteFade {
	
	background:#fff;
}

.lightFade {
	
	background:#D4E6E9;
}

.stripImageBlock {
	
	float:left;
}

img.stripImage {
	
	width:100%;
}

.column50 {
	
	float:left;
	width:50%;
	margin:20px 0 0 0;
}

.column60 {
	
	float:left;
	text-align:left;
	width:50%;
	margin:24px 3% 0 0;
}

.column40 {
	
	float:right;
	text-align:left;
	width:44%;
	margin:24px 0 0 0;
	padding-left:3%;
}

.column40 table > tbody > tr > td {
	
	border:none;
}

.columnWidth {

	margin:0 auto;
	max-width:600px;
}
/* ---------------------------------------------------------- */

.ms-gallery-template .ms-gallery-botcont {
	
	background:#0B3B4A;
}

.ms-gallery-template .ms-timerbar {
	
	display:none;
}

.ms-gallery-template .ms-thumb-list.ms-dir-h {
	
	background:#B0D7D6;
	padding-top:10px;
}

.ms-thumbs-cont:after {
	
	content:'';
	display:block;
	clear:both;
}

.ms-gallery-template .ms-thumb-frame {
	
	margin-right:8px;
}

.ms-gallery-template .ms-thumb-frame:last-child {
	
	margin-right:0;
}

/* ---------------------------------------------------------- */

.site-header .search-form {
	
	position: absolute;
	right: 10px;
	top: 10px;
}

.site-header .search-field {
	
	background-color: transparent;
	background-image: url(../images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: none;
	-o-transition: none;
}

.site-header .search-field:focus {
	
	background-color: #fff;
	border: 1px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

.search-form
.search-submit { 

	display:none;
}

/* ---------------------------------------------------------- */

#FeatImage {

	width:100%;	
	max-height:400px;
	overflow:hidden;
}

#FeatImage img {

	width:100%;		
}

/* ---------------------------------------------------------- */

#HomeTestimonials {
	
	text-align:center;
}

.homeTestimonialWrap, .homeTestimonialWrapShort { /* Short - used as shortcode param - set full-width-page-handrails.php, full-width-page-product-item.php */
	
	padding:40px 0;
	width:90%;
	margin:0 auto;
}

.homeTestimonialWrapShort { 
	
	padding:10px 0 40px 0;
}

#HomeTestimonials .homeTestimonialWrap:after, #HomeTestimonials .homeTestimonialWrapShort:after {
	
	content:'';
	clear:both;
}

.homeTestimonialWrap h2, .homeTestimonialWrapShort h2 {
	
	color:#2B7497;
	text-align:left;
	margin-bottom:36px;
}

#HomeTikTok {
	
	width:90%;
	max-width:1050px;
	margin:0 auto;
	padding:40px 0 60px 0;
	color:#fff;
	text-align:center;
}
#HomeTestimonials img {

	float:left;
	margin-right:30px;
	vertical-align:middle;
	max-width:100px;
}

.testimonial_1 {
	
	max-width:64%;
	float:left;
	text-align:center;
	margin-left:10%;
}

.testimonial_2 {
	
	clear:both;
	max-width:100%;
	text-align:center;
}

.testimonial_3 {
	
	max-width:70%;
	float:right;
	text-align:center;
}

#HomeTestimonials p {
	
	font-size:1.2em;
	margin-bottom:32px;
}

#HomeTestimonials p.title {
	
	text-align:right;
	text-transform:uppercase;
	font-size:1em;
}

.testimonalFrom {
	
	color:#2B7497;
}

/* --------------------------------------------------- */

.subPageThumbsFrame {

	background:#fff;
	text-align:center;
}

.subPageThumbsFrame:after {

	content:'';
	display:block;
	clear:both;
}

img.fullContentWidth {
	
	max-width:none;
	width:100%;
}

/* --------------------------------------------------- */

.twoColumnSection {

	position:relative;
	padding:0 0 50px 0;
	color:#fff;
	width:100%;
	background: #c9942b url(../images/homepage/content-area-background.png) bottom left no-repeat;
}

.twoColumnSectionContent {
	
	float:none;
	width:92%;
	padding:10px 30px 60px 30px;
	max-width:1050px;
	margin:0 auto;
	text-align:center;
	
}

.twoColumnSectionContent:after {

	content:'';
	display:block;
	clear:both;
}

.twoColumnPadding {

	padding:0 40px;
}

.twoColumnPadding:after {

	content:'';
	display:block;
	clear:both;
}

.twoColumnSectionContent h2 {

	display:inline-block;
	color:#fff;
	padding:10px 30px;
	margin:20px 0;
}

@media screen and (max-width: 750px) {
  
	.twoColumnSectionContent h2 {

		padding:0;
	}
}

.textColumns {

	margin-top:20px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.textColumns .textColumn6 {

	flex:1;
	max-width:calc(100%/6);
	min-width:140px;
	margin:20px 10px 0 10px;
	border-top:3px #fff solid;
	border-bottom:3px #fff solid;
	align-content: center;
}

.textColumns .textColumnInner {

	padding:16px 0;
	font-weight:800;
	font-size:16px;
}

/*---------------------------------------------------------*/
/* Tablet Layout: Landscape */

@media screen and (max-device-width: 1024px) and (orientation:landscape) {

}

/*---------------------------------------------------------*/
/* Tablet Layout: Portrait */

@media screen and (max-device-width: 1024px) and (orientation:portrait) {

}

/*---------------------------------------------------------*/
/* Tablet Layout: 901px to 980px. */

@media screen and (min-width:901px) and (max-width:980px) {

}

/*---------------------------------------------------------*/
/* Tablet Layout: 481px to 900px. */

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

}

/*---------------------------------------------------------*/
/* Tablet Layout: 481px to 650px. */

@media screen and (min-width:481px) and (max-width:750px) {

	.column50 {
		
		float:none;
		width:100%;
	}

	.column60 {
		
		float:none;
		width:100%;
		margin:10px 0 0 0;
	}
	
	.column40 {
		
		float:none;;
		width:100%;
		margin:50px 0 0 0;
		padding-left:0;
		border-left:none; 
	}

	.twoColumnPadding {

		padding:0 20px;
	}
}

/*-------------------------------------------------------------------------------*/
/* Mobile Layout: 480px and below. */

@media only screen and (min-width:0px) and (max-width:480px) {

	.column50 {
		
		float:none;
		width:100%;
	}

	.column60 {
		
		float:none;
		width:100%;
		margin:20px 0 0 0;
	}
	
	.column40 {
		
		float:none;;
		width:100%;
		margin:30px 0 0 0;
		padding-left:0;
		border-left:none; 
	}

	.twoColumnPadding {

		padding:0 12px;
	}

	.twoColumnPadding {

		padding:0 20px;
	}
}

/*---------------------------------------------------------------------*/

