html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td,button,figure,figcaption{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:700;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}strong{font-weight: 700;}img, object, embed, svg {max-width: 100%;}img {height: auto;}img, svg {display: inline-block;}

/* Grid */
.grid-row {
width: 100%;
max-width: 1440px;
min-width: 755px;
margin: 0 auto;
position: relative;
}

.grid-row.grid-row-small {
	max-width: 1100px;
}

.grid-row.grid-row-smaller {
	max-width: 850px;
}

.grid-row .grid-no-padding {
padding-left: 0;
padding-right: 0;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
float: left;
min-height: 1px;
position: relative;
padding-left: 2em;
padding-right: 2em;
}

.grid-1 {
width:8.33333333333%;
}

.grid-2 {
width:16.6666666667%;
}

.grid-3 {
width:25%;
}

.grid-4 {
width:33.3333333333%;
}

.grid-5 {
width:41.6666666667%;
}

.grid-6 {
width:50%;
}

.grid-7 {
width:58.3333333333%;
}

.grid-8 {
width:66.6666666667%;
}

.grid-9 {
width:75%;
}

.grid-10 {
width:83.3333333333%;
}

.grid-11 {
width:91.6666666667%;
}

.grid-12 {
width: 100%;
}

@media handheld, only screen and (max-width: 56.25em) {

	.grid-row, body {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}
	
}

/* Layout for desktop */
*,*:after,*:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	text-rendering: optimizelegibility;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	line-height: 1.4;
	position: relative;
	padding-top: 6.625em;
}

body:before {
	content: '';
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1) .5s;
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1) .5s;
	background-color: #000;
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	z-index: 20;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

body.overlay-active:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

html, body, select, input, textarea, button {font-family: "Helvetica", "Arial", sans-serif; font-weight: 400; color: #444;}

::-moz-selection{background: rgba(0,0,0,0.1); text-shadow: none;}
::selection {background: rgba(0,0,0,0.1); text-shadow: none;}

button {
	-webkit-appearance: none;
	appearance: none;
}

a, svg {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

a:link {-webkit-tap-highlight-color: rgba(0,0,0,0.1);}

a {
	color: #444;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}

a:hover {
	color: #444;
	border-bottom-color: #444;
	text-decoration: none;
}

.grid-row:before, .clear:before, .grid-row:after, .clear:after {
  content: "";
  display: table;
} 
.grid-row:after, .clear:after {
  clear: both;
}
.grid-row, .clear {
  zoom: 1;
}

.no-scroll {
	overflow: hidden;
}

.pdd-top {
	padding-top: 5em;
}

.pdd-btm {
	padding-bottom: 5em;
}

.pdd-btm-desk {
	padding-bottom: 5em;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	body {
		padding-top: 4em;
	}
	
	.pdd-top {
		padding-top: 3em;
	}
	
	.pdd-btm {
		padding-bottom: 3em;
	}
	
	.pdd-btm-desk {
		padding-bottom: 0;
	}

}

/* Type */
h1, .h1 {
	font-size: 4.375em;
	margin-bottom: .5em;
	line-height: 1.2;
}

h2, .h2 {
	font-size: 2.25em;
	margin-bottom: .5em;
	line-height: 1.3;
}

h3, .h3 {
	font-size: 1.5em;
	margin-bottom: .5em;
	line-height: 1.3;
}

h4, .h4 {
	 font-size: 1.375em;
	margin-bottom: .5em;
}


.h4 {
	font-size: 22px;
}
h5, .h5 {
	font-size: 1.25em;
}

h6, .h6 {
	font-size: 1.125em;
}

p {
	font-size: 0.8125em;
	margin-bottom: 1.25em;
	line-height: 1.6;
}

p:last-child {
	margin-bottom: 0;
}

@media handheld, only screen and (max-width: 56.25em) {

	h1, .h1 {
		font-size: 2.125em;
	}
	
	h2, .h2 {
		font-size: 1.75em;
	}
	
	h3, .h3 {
		font-size: 1.375em;
	}
	
	h4, .h4 {
		font-size: 20px;
	}
	
	.hero-banner-button::after{
		content: "";
    top: 2px;
    right: -40px !important; 
		background: url("../images/Arrow_next_black.png") no-repeat center center !important;
		background-size: 70% !important;
}
	
	h5, .h5 {
		font-size: 1.125em;
	}
	
	h6, .h6 {
		font-size: 1em;
	}

}

/* Buttons */
.button, input[type=submit] {
	display: inline-block;
	background-color: #fc7a21;
	padding: 0.675em 1.25em;
	border: 3px solid #fc7a21;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.button.button-large {
	font-size: 1.125em;
	border-width: 3px;
}

.button:hover, input[type=submit]:hover {
	color: #fc7a21;
	background-color: #FFF;
	border-color: #FFF;
}

.button.button-alt-hover:hover {
	background-color: #FFF;
	color: #fc7a21;
	border-color: #fc7a21;
}

.button.button-inverse {
	background-color: transparent;
	color: #fc7a21;
}

.button.button-inverse:hover {
	border-color: #fc7a21;
	background-color: #fc7a21;
	color: #FFF;
}

.button span {
	display: inline-block;
	vertical-align: middle;
}

.button svg {
	fill: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.25em;
	stroke: #FFF;
	stroke-width: 12;
}

.button:hover svg {
	stroke: #fc7a21;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.button, input[type=submit] {
		width: 100%;
	}
	
	.button.button-large {
		font-size: 1em;
	}
	
}

/* Forms */
::-webkit-input-placeholder {
	color:#444;
	opacity: 0.5;
}

:-moz-placeholder {
	color:#444;
	opacity: 0.5;
}

::-moz-placeholder {
	color:#444;
	opacity: 0.5;
}

:-ms-input-placeholder {  
	color:#444;
	opacity: 0.5;
}

input[type=submit], button {
	-webkit-appearance: button;
	appearance: button;
	border-radius: 0;
}

input[type=text], input[type=email], textarea {
	padding: 0.675em;
	border: 3px solid #444;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	input[type=text], input[type=email], textarea {
		width: 100%;
	}
	
}

/* .site-header */
.site-header {
	background-color: #fc7a21;
	background-image: url('../images/site-header-bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 22;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	text-align: center;
}

.site-header .grid-12 {
	height: 6.625em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.site-header .custom-logo-link {
	border-bottom: none;
	display: inline-block;
	position: relative;
	bottom: -37px;
	z-index: 32;
	-webkit-transition: none;
	transition: none;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   
  .site-header .custom-logo-link {
		/*bottom: -39px;*/
	}
   
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.site-header .grid-12 {
		height: 4em;
	}
	
	.site-header .custom-logo-link {
		width: 226px;
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: -16px;
	}
	
}

/* Site Header Actions */
.site-header .site-header-actions {
	position: absolute;
	right: 2em;
	top: 1.9375em;
	color: #FFF;
	border-bottom: none;
	text-align: left;
}

.site-header .site-header-actions li {
	border: 3px solid #FFF;
	display: inline-block;
	float: left;
}

.site-header .site-header-actions li + li {
	border-left: none;
}

.site-header .site-header-actions a {
	display: block;
	border: none;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.25em 1.125em;
}

.site-header .site-header-actions span {
	color: #FFF;
	display: inline-block;
	margin-right: 0.75em;
	font-weight: 700;
	padding: 0.25em 0;
	vertical-align: middle;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.site-header .site-header-actions a:hover span {
	color: #000;
}

.site-header .site-header-actions svg {
	fill: #FFF;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.site-header .site-header-actions li:nth-child(2) svg {
	fill: none;
	stroke-width: 12;
	stroke: #FFF;
}

.site-header .site-header-actions a:hover svg {
	fill: #000;
}

.site-header .site-header-actions li:nth-child(2) a:hover svg {
	fill: none;
	stroke: #000;
}

@media handheld, only screen and (max-width: 62.5em) {
	
	.site-header .site-header-actions {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		background-color: #fc7a21;
		text-align: center;
	}
	
	.site-header .site-header-actions li {
		width: 50%;
		border-bottom: none;
		border-right: none;
	}
	
	.site-header .site-header-actions li:first-child {
		border-left: none;
	}
	
	.site-header .site-header-actions a {
		display: block;
		padding: 0.375em 1em;
	}
	
	.site-header .site-header-actions span {
		font-size: 0.9375em;
		margin-right: 0.5em;
	}
	
}

/* Navigation */
.site-header nav {
	text-align: left;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 24;
	-webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1) .375s;
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1) .375s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: #f2f0ee;
	border-top: 1px solid #FFF;
}

.site-header nav:before {
	content: '';
	background-color: #f2f0ee;
	top: 0;
	bottom: 0;
	left: -99em;
	width: 99em;
	position: absolute;
}

.menu-active nav {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}


#top-menu {
	position: relative;
}

#top-menu > li {
	-webkit-transition: opacity .5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	transition: opacity .5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	opacity: 0;
}

.menu-active #top-menu > li {
	opacity: 1;
	-webkit-transition-delay: .375s;
	transition-delay: .375s;
}

#top-menu a {
	color: #000;
	display: inline-block;
	font-size: 2.675em;
	vertical-align: middle;
	white-space: nowrap;
}

#top-menu > li > a {
	font-weight: 700;
	border: none;
	position: relative;
	z-index: 33;
	background-color: #f2f0ee;
	display: block;
	padding: 2rem 7rem 2rem 2rem;
}

#top-menu > li > a:hover , #top-menu .menu-item-has-children.this-sub-active > a {
	background-color: #e4e3e2;
}

#top-menu > li > a > svg {
	position: absolute;
	right: 0.675em;
	top: 1.125em;
	z-index: 33;
	fill: #000;
	width: 32px;
	height: 28px;
}
#top-menu > li > .dropdown-toggle{
  display: none;
}

#top-menu > li > a:hover, #top-menu > li.menu-item-has-children:hover > a, .menu-item-has-children.this-sub-active > a, #top-menu > li > a.active {
	color: #000;
}

#top-menu .sub-menu {
	position: absolute;
	z-index: 23;
	opacity: 0;
	visibility: hidden;
	left: 100%;
	top: 0;
	-webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1) .375s;
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1) .375s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: #e4e3e2;
}

#top-menu .sub-menu a:hover, #top-menu .sub-menu a.active {
	background-color: rgba(0,0,0,0.05);
}

#top-menu .menu-item-has-children.this-sub-active .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

#top-menu .sub-menu li {
	-webkit-transition: opacity .5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	transition: opacity .5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	opacity: 0;
}

#top-menu .menu-item-has-children.this-sub-active li {
	opacity: 1;
	-webkit-transition-delay: .375s;
	transition-delay: .375s;
}

#top-menu .sub-menu a {
	font-weight: 400;
	padding: 1em 3em 0.875em 1.375em;
	border: none;
	font-size: 1.875em;
	display: block;
}

#top-menu .sub-menu a:hover, #top-menu .sub-menu a.active {
	color: #000;
}

#top-menu .sub-menu a.sub-menu-back {
	display: none;
	padding: 0;
}

#top-menu .sub-menu a.sub-menu-back {
	padding: 1em;
	position: absolute;
	border: none;
	left: 0.25em;
	top: 0.15em;
	font-size: 1em;
}

#top-menu .sub-menu a.sub-menu-back:hover {
	background-color: transparent;
}

#top-menu .sub-menu a.sub-menu-back svg {
	fill: #000;
	display: block;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.site-header nav {
		right: 1em;
		position: fixed;
		height: auto;
		bottom: 0;
		top: 4em;
	}
	
	#top-menu.sub-active > li > a, #top-menu.sub-active > li > svg {
		opacity: 0;
		visibility: hidden;
	}
	
	#top-menu a, #top-menu .sub-menu a {
		font-size: 1.675em;
	}
	
	#top-menu svg {
		width: 24px;
		height: 28px;
	}
	
	#top-menu > li > a {
		padding: 1.25rem 1rem;
	}
	
	#top-menu .sub-menu a {
		padding: 1rem;
	}
	
	#top-menu > li > a > svg {
		top: 0.9375em;
	}
	
	#top-menu .sub-menu {
		left: 0;
		z-index: 44;
		padding: 0 0 0 4em;
		width: 100%;
		height: 100vh;
	}
	
	#top-menu .sub-menu a.sub-menu-back {
		display: block;
	}
	
}

/* Menu */
.site-header .menu-icon {
  cursor: pointer;
  position: absolute;
  top: 2.675em;
  left: 2em;
  height: 25px;
}

.menu-icon div {
  display: block;
  width: 35px;
  height: 3px;
  margin-top: 9px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-icon div::before, .menu-icon div::after {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  width: 35px;
  height:3px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-icon div::before {
  top: 0;
}

.menu-icon div::after {
  top: 18px;
}

.menu-active .menu-icon div {
  background: none;
}

.menu-active .menu-icon div::before, .menu-active .menu-icon div::after {
  top: 12px;
}

.menu-active .menu-icon div::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-active .menu-icon div::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.site-header .menu-icon {
		left: 1em;
		top: 1.375em;
	}
	
}

/* Menu */
.site-header .menu-icon {
  cursor: pointer;
  position: absolute;
  top: 2.675em;
  left: 2em;
  height: 25px;
}

.menu-icon div {
  display: block;
  width: 35px;
  height: 3px;
  margin-top: 9px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-icon div::before, .menu-icon div::after {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  width: 35px;
  height:3px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-icon div::before {
  top: 0;
}

.menu-icon div::after {
  top: 18px;
}

.menu-active .menu-icon div {
  background: none;
}

.menu-active .menu-icon div::before, .menu-active .menu-icon div::after {
  top: 12px;
}

.menu-active .menu-icon div::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-active .menu-icon div::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.site-header .menu-icon {
		left: 1em;
		top: 1.375em;
	}
	
}

/* Hero Banner */
.hero-banner {
	position: relative;
}

.hero-banner .slick-initialized .slick-slide {
	position: relative;
}

.hero-banner li > div {
	padding: 1.5em 0;
}

.hero-banner .hero-banner-arrows {
	padding-left: 1em;
	margin-bottom: 1em;
}

.hero-banner .slick-arrow svg {
	fill: #fc7a21;
}

.hero-banner .slick-arrow:hover svg {
	fill: #fc7a21;
}

.hero-banner .hero-banner-button {
	border: none;
	position: relative;
}

.hero-banner-button strong::after{
	content: "";
	position: absolute;
	top: 3px;
	right: -50px;
	background: url("../images/Arrow_next.png") no-repeat center center;
	background-size: 100%;
	width: 28px;
	height: 25px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.hero-banner .hero-banner-button:hover strong::after {
	right: -60px;
}

.hero-banner .hero-banner-button strong {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
}

.hero-banner .hero-banner-button svg {
	fill: #FFF;
	vertical-align: middle;
	margin-left: 1em;
}

.hero-banner .hero-banner-button:hover svg {
	-webkit-transform: translateX(0.375em);
	transform: translateX(0.375em);
}

@media handheld, only screen and (min-width: 56.3125em) {
	
	.hero-banner .hero-banner-arrows {
		margin-bottom: 0;
	}
	
	.hero-banner .arrows-holder {
		position: absolute;
		right: 0;
		margin: 0 auto;
		left: 2em;
		top: -6.5em;
		z-index: 2;
	}
	
	.hero-banner .hero-banner-arrows span {
		border-color: #FFF;
	}
	
	.hero-banner .slick-arrow:hover {
		background-color: #FFF;
	}
	
	.hero-banner .slick-arrow svg {
		fill: #FFF;
	}
	
	.hero-banner .slick-initialized .slick-slide {
		display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-height: 80vh;
		overflow: hidden;
		min-height: auto;
	}
	
	.hero-banner li > div {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		color: #FFF;
		padding: 8em 0 12em;
	}
	
	.hero-banner .h1 {
		text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
		max-width: 700px;
	}
	
	.hero-banner .hero-banner-button {
		color: #FFF;
	}
	
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	
	.hero-banner .slick-initialized .slick-slide {
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		-ms-grid-row-align: inherit;
		align-items: inherit;
	}
	
}

/* Arrows Holder */
.arrows-holder span {
	display: inline-block !important;
	padding: 0.875em;
	border: 3px solid #fc7a21;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.arrows-holder .arrows-holder-next {
	border-left: none;
}

.arrows-holder svg {
	fill: #fc7a21;
	display: block;
}

.arrows-holder.org-arrows svg {
	fill: #fc7a21;
}

@media handheld, only screen and (min-width: 56.3125em) {
	
	.arrows-holder span {
		border-color: #FFF;
	}
	
	.arrows-holder.org-arrows span {
		border-color: #fc7a21;
	}
	
	.arrows-holder.org-arrows span:hover {
		background-color: #fc7a21;
	}
	
	.arrows-holder.org-arrows span:hover svg {
		fill: #FFF;
	}
	
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.arrows-holder svg {
		width: 21px;
		height: 18px;
	}
	
}

/* Testimonial Block */
.testimonial-strip-block {
	background-color: #e9e7e5;
	padding: 1.5em 0;
}

.testimonial-strip-block .testimonial-strip-block-image {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	float: left; 
}

.testimonial-strip-block .testimonial-strip-block-image img {
	display: block;
}

.testimonial-strip-block figure {
	display: inline-block;
	vertical-align: middle;
	padding-left: 1em;
	width: calc(100% - 70px);
}

.testimonial-strip-block footer {
	font-size: 0.8125em;
	margin-top: 0.25em;
}

.testimonial-strip-block footer a {
	border-bottom: 1px solid currentcolor;
	font-weight: 700;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.testimonial-strip-block figure {
		padding: 1em 0 0 0;
		width: 100%;
	}
	
}

/* Uses List Block */
.uses-list-block {
	position: relative;
}
.uses-list-block.uses-list-bg {
	background-color: #f2f0ee;
}

.uses-list-block.uses-list-half-bg {
	background-color: transparent;
}

.uses-list-block:before {
	content: '';
	z-index: -1;
	background-color: #f2f0ee;
	left: 0;
	right: 0;
	top: 0;
	height: 30em;
	position: absolute;
}

.uses-list-block .uses-list-block-arrows {
	position: absolute;
	right: 2em;
	bottom: -1em;
}

.uses-list-block .uses-list-block-list {
	margin-top: 4em;
}

.uses-list-block .uses-list-block-list li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.uses-list-block .uses-list-block-list a {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	
}

/*.uses-list-block .uses-list-block-list figure {
	width: 100%;
	position: relative;
}

.uses-list-block .uses-list-block-list figure:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	opacity: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
}

.uses-list-block .uses-list-block-list a:hover figure:after {
	opacity: 1;
}

.uses-list-block .uses-list-block-list img {
	display: block;
}

.uses-list-block .uses-list-block-list figcaption {
	position: absolute;
	margin: auto;
	left: 50%;
	right: 0;
	text-align: center;
	padding: 1em;
	z-index: 4;
	width: 100%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.uses-list-block .uses-list-block-list h3 {
	color: #FFF;
	padding: 0.5em 1em;
	margin: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	display: inline-block;
}
*/
@media handheld, only screen and (max-width: 56.25em) {
	
	.uses-list-block .uses-list-block-list {
		margin-top: 1em;
		margin-bottom: 2em;
	}
	
	.uses-list-block .uses-list-block-list li {
		width: 50%;
	}
	
	.uses-list-block .uses-list-block-arrows {
		position: static;
		margin-top: 2em;
		float: left;
		width: 100%;
		padding-left: 1em;
	}
	
	.uses-list-block .uses-list-block-list h3 {
		font-size: 1.125em;
		padding: 0;
	}
	
}

/* Page uses list block */
.page-uses-list-block:before {
	display: none;
}

.page-uses-list-block.uses-list-block .uses-list-block-arrows {
	padding-left: 0;
}

/* Product Range Block */
.product-range-block .h1 {
	padding-right: 3.5em;
}

.product-range-block .button-large {
	position: absolute;
	right: 2em;
	top: 1em;
}

.product-range-block-list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* width: calc(100% + 2em);
	left: calc(-1em);*/
	position: relative;
	overflow: hidden;
}

.product-range-block-list li {
	width: 25%;
	padding: 1em;
	float: left;
}

.product-range-block-list a {
	border: none;
	display: block;
	position: relative;
	height: 100%;
}

.product-range-block-list figure {
	border: 3px solid #f2f0ee;
	border-bottom: none;
	padding: 2em;
	background-color: #FFF;
	width: 100%;
}

.product-range-block-list img {
	display: block;
	width: 100%;
}

.product-range-block-list h3 {
	background-color: #fc7a21;
	color: #FFF;
	padding: 0.75em 1em;
	margin: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	border-top: 5px solid #fc7a21;
	border-bottom: 5px solid transparent;
}

.product-range-block-list a:hover h3 {
	border-bottom-color: #c7631e;
}

.product-range-block-list + .button-large {
	display: none;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.product-range-block-list {
		width: 100%;
		left: 0;
	}
	
	.product-range-block .h1 {
		padding-right: 0;
	}
	
	.product-range-block .h1 + .button-large {
		display: none;
	}
	
	.product-range-block .button-large {
		position: static;
		margin: 1em 0 0;
	}
	
	.product-range-block-list li {
		width: 50%;
				width: calc(50% - 0.5em);
		padding: 0.5em 0;
	}
	
	.product-range-block-list figure {
		padding: 0.5em;
	}
	
	.product-range-block-list h3 {
		padding: 0.75em;
		font-size: 1.125em;
	}
	
	.product-range-block-list + .button-large {
		display: block;
	}
	
}

/* Page Product Range Block */
.page-block .product-range-block-list li {
	width: 50%;
}

.page-block .product-range-block-list figure {
	border-color: #FFF;
}

.page-block .product-range-block-list h3 {
	padding-right: 4em;
	position: relative;
}

.page-block .product-range-block-list h3 span {
	display: inline-block;
	border: 2px solid #FFF;
	position: absolute;
	right: 1em;
	padding: 0.375em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.product-range-block-list a:hover h3 span {
	background-color: #FFF;
}

.page-block .product-range-block-list h3 span svg {
	fill: #FFF;
	display: block;
}

.product-range-block-list a:hover h3 span svg {
	fill: #fc7a21;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.page-block .product-range-block-list li {
		width: 100%;
	}
	
}

/* Stockists Block */
.stockists-search-block {
	text-align: center;
}

.stockists-search-block p {
	max-width: 550px;
	margin: 0 auto 1.25em auto;
}

.stockists-search-block .stockists-inline-list,
.modal .stockists-inline-list {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}

.stockists-search-block .stockists-inline-list li,
.modal .stockists-inline-list li {
	display: inline-block;
	padding: 0.5em 1.75em 0 1.75em;
	vertical-align: middle;
	font-size: 14px;
}

.stockists-search-block .stockists-inline-list a,
.modal .stockists-inline-list a {
	display: block;
	border: none;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.stockists-search-block form {
		margin-top: 1.5em;
	}
	
	.stockists-search-block form input {
		margin: 0 0 1em 0;
	}
	
	.stockists-search-block .stockists-inline-list,
	.modal .stockists-inline-list {
		margin-top: 1.75em;
	}
	
	.stockists-search-block .stockists-inline-list li,
	.modal .stockists-inline-list li {
		padding-left: 0.675em;
		padding-right: 0.675em;
	}
	
}

/* Informed Block */
.informed-block {
	background-image: url('../images/stay-informed-image.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.informed-block .button {
	margin-top: 1.5em;
}

/* Banner Icon Block */
.icon-banner-block {
	background-color: #fb6c21;
	padding: 1.5em 0;
	position: relative;
}

.icon-banner-block:before {
	content: '';
	height: 3px;
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	background-color: #FFF;
	bottom: 2.5em;
}

.icon-banner-block img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 6;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.icon-banner-block:before {
		bottom: 2em;
	}
	
}

/* .site-footer */
.site-footer {
	background-color: #bad2dd;
	padding: 3em 0 5em;
}

.site-footer .site-footer-social li {
	display: inline-block;
	margin-right: 0.5em;
}

.site-footer .site-footer-social a {
	border: none;
	display: block;
	padding: 0.5em;
	background-color: #fc7a21;
}

.site-footer .site-footer-social a:hover {
	background-color: #FFF;
}

.site-footer .site-footer-social a:hover span {
	color: #fc7a21;
}

.site-footer .site-footer-social span {
	display: inline-block;
	color: #FFF;
	width: 32px;
	height: 32px;
	text-align: center;
}

.site-footer .site-footer-social span i {
	font-size: 25px;
  line-height: 35px;
}

.site-footer nav {
	margin: 1.5em 0;
}

.site-footer nav li {
	display: inline-block;
	margin-right: 1em;
}

.site-footer .site-footer-logo {
	border: none;
	display: block;
	margin: 2.5em 0 1.5em;
}

.site-footer p {
	font-size: 0.75em;
}

@media handheld, only screen and (min-width: 56.3125em) {
	
	.site-footer {
		padding: 5em 0;
	}
	
	.site-footer nav {
		margin: 2em 0;
	}
	
	.site-footer .site-footer-logo {
		position: absolute;
		right: 2em;
		top: 0;
		margin: 0;
	}
	
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider img {
	width: 100%;
	display: block;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Full width intro banner */
.full-width-intro-banner {
	color: #FFF;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8em 0;
}

.full-width-intro-banner h1:last-child {
	margin-bottom: 0;
}

@media handheld, only screen and (max-width: 56.25em) {

	.full-width-intro-banner {
		padding: 4em 0;
	}

}

/* Text content block */
.text-content-block + .text-content-block {
	padding-top: 0;
}

.text-content-block p {
	font-size: 1em;
	line-height: 1.8;
}


.text-content-block h1, .text-content-block h2, .text-content-block h3, .text-content-block h4, .text-content-block h5, .text-content-block h6 {
	font-weight: 400;
}

.text-content-block h1{
	font-weight: 700;
}

.text-content-block h1:last-child, .text-content-block h2:last-child, .text-content-block h3:last-child, .text-content-block h4:last-child, .text-content-block h5:last-child, .text-content-block h6:last-child {
	margin-bottom: 0;
}

.text-content-block a {
	color: #0c51a0;
	border-bottom-width: 1px;
	border-bottom-color: #0c51a0;
}

.text-content-block a:hover {
	border-bottom-color: #444;
}

.text-content-block ol, .text-content-block ul {
	padding-left: 1.125em;
	padding-bottom: 1.375em;
	line-height: 1.8;
}

.text-content-block ol {
	list-style: decimal;
}

.text-content-block ol:last-child, .text-content-block ul:last-child {
	padding-bottom: 0;
}

.text-content-block li {
	padding-left: 0.5em;
	font-size: 1em;
	padding-bottom: 0.375em;
	position: relative;
}

.text-content-block ul li:before {
	width: 0.3em;
	height: 0.3em;
	background-color: #fc7a21;
	border-radius: 50%;
	position: absolute;
	top: 0.675em;
	left: -1em;
	content: '';
}

.text-content-block dl {
	padding-bottom: 1.375em;
	line-height: 1.8;
}

.text-content-block dl:last-child {
	padding-bottom: 0;
}

.text-content-block dt, .text-content-block dd {
	font-size: 1em;
	padding: 0.5em 1em;
}

.text-content-block dt {
	font-weight: 700;
	color: #FFF;
	background-color: #fc7a21;
}

.text-content-block dd {
	background-color: #e9e7e5;
	margin-top: 0.15em;
}

.text-content-block img:not(:last-child), .text-content-block .fluid-width-video-wrapper:not(:last-child) {
	margin-bottom: 1.5em;
}

.text-content-block blockquote {
	border: 3px solid #fc7a21;
	padding: 3em;
	max-width: 420px;
	float: right;
	margin: 2em -8em 2em 2em;
}

.text-content-block blockquote p {
	font-weight: 700;
	line-height: 1.3;
	color: #fc7a21;
	font-size: 2.25em;
}

.text-content-block .text-content-block-pull-right {
	float: right;
	margin: 2em -8em 2em 2em;
	max-width: 50%;
	display: block;
}

.text-content-block .fluid-width-video-wrapper:not(:last-child) {
	margin-bottom: 1.375em;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.text-content-block dt, .text-content-block dd {
		padding: 0.5em 0.75em;
	}
	
	.text-content-block blockquote {
		max-width: none;
		width: 100%;
		margin: 0.5em 0 2em 0;
		padding: 1.5em;
	}
	
	.text-content-block blockquote p {
		font-size: 1.875em;
	}
	
	.text-content-block .text-content-block-pull-right {
		margin: 0.5em 0 2em 0;
		width: 100%;
		max-width: none;
	}
	
}

/* Text content informed block */
.inline-informed-block-container {
	padding: 2.5em 1em;
	background-color: #bad2dd;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-flow: wrap row;
	flex-flow: wrap row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inline-informed-block-container > div:last-child {
	text-align: center;
}

@media handheld, only screen and (min-width: 56.3125em) and (max-width: 70em) {
	
	.inline-informed-block-container .button {
		padding-left: 0.675em;
		padding-right: 0.675em;
	}
	
	.inline-informed-block-container .button svg {
		margin: 0 0 0 0.5em;
	}
	
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.inline-informed-block-container {
		padding: 1em 0;
	}
	
	.inline-informed-block-container .button {
		margin-top: 1.5em;
	}
	
}

/* text-content-block-concentina */
.text-content-block .text-content-block-concentina {
	border-bottom: 2px solid #f2f0ee;
	margin-bottom: 2.75em;
	padding-bottom: 0;
}

.text-content-block-concentina:last-child {
	margin-bottom: 0;
}

.text-content-block-concentina dt {
	border-top: 2px solid #f2f0ee;
	background-color: transparent;
	padding: 0;
}

.text-content-block-concentina button {
	display: block;
	background: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 1.125em;
	padding: 0.875em 2em 0.875em 0;
	width: 100%;
	position: relative;
	text-align: left;
}

.text-content-block-concentina button svg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 21px;
	margin: auto 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	fill: #858585;
}

.text-content-block-concentina button:hover svg, .text-content-block-concentina button.expanded svg {
	fill: #fc7a21;
}

.text-content-block-concentina button.expanded svg {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.text-content-block-concentina dd[hidden] {
	display: block;
	opacity: 0;
	max-height: 0;
}

.text-content-block-concentina dd {
	opacity: 1;
	max-height: 99em;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.text-content-block-concentina dd div {
	padding: 0.5em 0 1.75em;
}

/* Single product details block */
.single-product-details-block {
	background-color: #e9e7e5;
	position: relative;
	padding-left: 1em;
}

.single-product-details-block:after {
	content: '';
	left: 0;
	right: 0;
	bottom: -16px;
	position: absolute;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 15px 0 15px;
	border-color: #e9e7e5 transparent transparent transparent;
}

.single-product-details-block .single-product-details-block-images {
	padding-right: 4em;
}

.single-product-details-block .single-product-details-block-slider {
	background-color: #FFF;
	padding: 1em;
	margin-bottom: 1.25em;
}

.single-product-details-block .single-product-details-block-slider figcaption {
	margin-top: 1em;
}

.single-product-details-block .single-product-details-block-slider p {
	font-weight: 700;
}

.single-product-details-block .single-product-details-block-controls {
	position: relative;
	padding-right: 4em;
}

.single-product-details-block .single-product-details-block-arrows {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.single-product-details-block .single-product-details-block-arrows > div {
	height: 100%;
}

.single-product-details-block .single-product-details-block-arrows span {
	background-color: #cfcdcb;
	border: none;
	height: calc(50% - 0.125em);
	position: relative;
	display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-product-details-block .single-product-details-block-arrows .arrows-holder-prev {
	margin-bottom: 0.25em;
}

.single-product-details-block .single-product-details-block-arrows span:hover {
	background-color: #fc7a21;
}

.single-product-details-block .single-product-details-block-arrows span:hover svg {
	fill: #FFF;
}

.single-product-details-block .single-product-details-block-controls li {
	margin: 0 1.25em 0 0;
	padding: 0.25em;
	border: 3px solid #FFF;
	-webkit-transition: border .25s ease;
	transition: border .25s ease;
	cursor: pointer;
	background-color: #FFF;
}

.single-product-details-block .single-product-details-block-controls li:hover {
	border-color: #cfcdcb;
}

.single-product-details-block .single-product-details-block-controls .slick-current, .single-product-details-block .single-product-details-block-controls .slick-current:hover {
	border-color: #fc7a21;
}

.single-product-details-block h1 {
	color: #fc7a21;
}

.single-product-details-block .single-product-details-block-excerpt {
	margin-bottom: 1.5em;
}

.single-product-details-block .single-product-details-block-excerpt p {
	font-size: 1em;
	line-height: 1.8;
}

.single-product-details-block .button {
	width: 200px;
}

.single-product-details-block .button-inverse {
	margin-top: 0.5em;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.single-product-details-block .single-product-details-block-images, .single-product-details-block .single-product-details-block-copy {
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.single-product-details-block .single-product-details-block-images {
		margin-bottom: 2em;
	}
	
	.single-product-details-block .single-product-details-block-slider {
		margin-bottom: 0.75em;
	}
	
	.single-product-details-block .single-product-details-block-controls {
		padding-right: 0;
	}
	
	.single-product-details-block .single-product-details-block-controls .slick-slider {
		display: none;
	}
	
	.single-product-details-block .single-product-details-block-arrows {
		position: static;
		text-align: center;
	}
	
	.single-product-details-block .single-product-details-block-arrows span {
		display: inline-block !important;
	}
	
	.single-product-details-block .single-product-details-block-arrows span, .single-product-details-block .single-product-details-block-arrows .arrows-holder-prev {
		margin: 0 0.375em;
	}
	
	.single-product-details-block .button {
		width: 100%;
	}
	
}

/* Fitvids */
.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}

/* Overlay Popup */
.overlay-block {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1) .35s;
	transition: all .5s cubic-bezier(0.77, 0, 0.175, 1) .35s;
	padding: 1em;
}

.overlay-block-active .overlay-block {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.overlay-block .overlay-container {
	width: 100%;
	max-width: 1000px;
	padding: 3em;
	background-color: #FFF;
	position: relative;
	margin: auto;
	-webkit-transition: all .6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .6s cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 0;
}

.overlay-block-active .overlay-block .overlay-container {
	opacity: 1;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.overlay-block .overlay-container {
		padding: 1em;
	}
	
}

/* Overlay Close */
.overlay-close {
	background-color: #fc7a21;
	padding: 0.675em;
	position: absolute;
	top: 0;
	right: 0;
	height: 3em;
	width: 3em;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: background .25s ease;
	transition: background .25s ease;
}

.overlay-close:hover {
	background-color: #FFF;
}

.overlay-close div:before, .overlay-close div:after {
  display: block;
  position: absolute;
  content: '';
  z-index: -1;
  width: 1.75em;
  height: 3px;
  background-color: #FFF;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 1.375em;
}

.overlay-close div:before {
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.overlay-close div:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.overlay-close:hover div:before, .overlay-close:hover div:after {
	background-color: #fc7a21;
}

@media handheld, only screen and (max-width: 70em) {
	
	.overlay-close {
		top: -3em;
	}
	
}

/* Styled Form */
.styled-form {
	padding: 2em;
	background-color: #f2f0ee;
}

.styled-form:not(:last-child) {
	margin-bottom: 1.375em;
}

.styled-form div:not(:last-child) {
	margin-bottom: 1.125em;
}

.styled-form input {
	display: inline-block;
	vertical-align: middle;
}

.styled-form input[type=text], .styled-form input[type=email], .styled-form textarea {
	border: 2px solid #e0dedc;
	padding: 0.5em;
	width: 370px;
}

.styled-form label + input[type=text], .styled-form label + input[type=email], .styled-form label + textarea, .styled-form label + select  {
	margin-top: 0.5em;
}

.styled-form select {
	font-size: 1em;
}

.styled-form label {
	display: block;
}

.styled-form input[type=radio] + label, .styled-form input[type=checkbox] + label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em 0 0.5em;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.styled-form {
		padding: 1em;
	}
	
	.styled-form input[type=text], .styled-form input[type=email], .styled-form textarea {
		width: 100%;
	}
	
}

/* Page Block */
.page-block {
	background-color: #e9e7e5;
	background-image: url('../images/page-block-bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.page-block {
		background-size: auto;
	}
	
}

/* Uses page list */
.uses-page-list {
	width: calc(100% + 2em);
	left: calc(-1em);
}

.uses-page-list li {
	text-align: center;
	padding: 1em;
	position: relative;
	min-height: 480px;
}

.uses-page-list li > a {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 1em;
	right: 1em;
	top: 1em;
	bottom: 1em;
	padding: 2em;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFF;
	border: none;
	-webkit-transition: none;
	transition: none;
}

@media handheld, only screen and (min-width: 1025px) {
	
	.uses-page-list li > a {
		cursor: pointer;
	}
		
	.uses-page-list li p {
		max-height: 0;
		opacity: 0;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		overflow: hidden;
	}
	
	.uses-page-list li > a:hover p {
		max-height: 12em;
		opacity: 1;
	}

}

@media handheld, only screen and (max-width: 56.25em) {
	
	.uses-page-list li > a {
		top: 0.5em;
		bottom: 0.5em;
		padding: 1em;
	}
	
}

#comments {
	display: none;
}


.banner-inner p,.uses-list p{
	font-size: 1.25em;
}


.post-type-archive  .product-range-block{
	display: none;
	
}