 /*
Theme Name: Manser
Theme URI: http://underscores.me/
Author URI: http://innovativedesigns.ca/
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: manser
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover{
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 720px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body:not(.home) .site-main {
	padding: 10px 30px;
	background-color: #E6E6E6;
	background-color: #FFF;
}

.site-main article.page {
	max-width: 50rem;
	margin: 0 auto;
	padding: 20px 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/** Landing page */
.landing-page #primary {
	margin-top: 60px;
}
@media screen and (min-width: 768px) {

	.landing-page #primary {
		margin-top: 0;
	}
}

.landing-page .content-area .site-main {
	padding: 15px 15px 35px;
	background-color: #eee;
}

.landing-page article.page {
	max-width: 60rem;
	padding: 20px;
	background-color: #fff;
}

.landing-page #site-navigation {
	justify-content: center;
}
.landing-page #site-navigation .logo-landing-wrap {
	display: block;
	padding: 0;
	text-align: center;
}
.landing-page #site-navigation .logo-landing-wrap img {
	display: inline-block;
	padding: 0 0 25px;
}

.landing-page p {
	margin: 0 0 15px;
}
.landing-page h3 {
	margin: 30px 0 7px;
}
.landing-page .cta-wrap {
	max-width: 100%;
	padding: 30px 36px;
	margin: 25px auto 50px;
	clear: both;
}
.landing-page .cta-wrap .wp-block-button {
	margin: 0;
}

.landing-page .headings-grid .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	margin: 60px -15px;
}
.landing-page .headings-grid p {
	flex: 1 1 calc(50% - 30px);
	min-width: 250px;
	font-size: 20px;
	font-weight: 700;
	padding: 25px 15px;
	margin: 10px;
	background: #E6E6E6;
}
.landing-page footer > hr {
	margin-top: 0;
}
.landing-page #product {
	padding-top: 50px;
}
.landing-page #product a.contact-button {
	margin-top: 0;
}

@media screen and (min-width: 650px) {

	.landing-page .content-area .site-main {
		padding: 60px 60px 90px;
	}
	.landing-page article.page {
		padding: 45px;
	}
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.site .wp-block-button a {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #333;
	background-color: #fcca00;
	font-size: 19px;
	text-transform: uppercase;
	padding: 12px 15px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.site .wp-block-button a:hover {
	background-color: #e9bd01;
}

.site .wp-block-image .alignright {
	float: none;
	margin: .5em 0 .5em 0;
}
@media screen and (min-width: 540px) {

	.site .wp-block-image .alignright {
		float: right;
		margin: .5em 0 .5em 1em;
	}
}

.no-outline {
	outline: 0;
}

h2 + .wp-block-image {
	margin-top: 25px;
}

.faq-section-columns .gb-accordion-title {
	font-size: 20px;
	font-weight: 700;
	padding: 25px 15px;
	background: #c4c3c3;
}
.faq-section-columns .gb-block-accordion .gb-accordion-text {
	padding: 10px 15px;
	background: #fbfbfb;
}
.faq-section-columns .gb-block-accordion .gb-accordion-text ul {
	margin-left: 0;
}
.faq-section-columns .gb-block-accordion .gb-accordion-text p + ul {
	margin-top: -15px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* If you want to limit the width of a site to a certain max-width, use a .width-wrap */
.limit-width,
.width-wrap {
	margin: auto;
	max-width: 1280px;     /* SETTING: set this to the desired max-width of the site */
}

.grid {
	padding-left: 30px;    /* SETTING: the space at the left of the grid (between screen edge and content) */
	padding-right: 30px;   /* SETTING: the space at the right of the grid (between screen edge and content) */
	margin: auto;
	display: block;
}

.row {
	margin-left: -15px;    /* SETTING: MUST BE THE NEGATIVE OF THE .col GUTTER SIZE */
	margin-right: -15px;   /* SETTING: MUST BE THE NEGATIVE OF THE .col GUTTER SIZE */
	display: block;
}

.col {
	padding-left: 15px;    /* SETTING: The gutter size (space between cols) */
	padding-right: 15px;   /* SETTING: The gutter size (space between cols) */

	position: relative;
	float: left;
	width: 100%;
	display: block;
}



.col.xs-1_8 { width: 12.5%; }
.col.xs-1_6 { width: 16.66667%; }
.col.xs-1_5 { width: 20%; }
.col.xs-1_4 { width: 25%; }
.col.xs-1_3 { width: 33.33333%; }
.col.xs-3_8 { width: 37.5%; }
.col.xs-2_5 { width: 40%; }
.col.xs-1_2 { width: 50%; }
.col.xs-3_5 { width: 60%; }
.col.xs-5_8 { width: 62.5%; }
.col.xs-2_3 { width: 66.66667%; }
.col.xs-3_4 { width: 75%; }
.col.xs-4_5 { width: 80%; }
.col.xs-5_6 { width: 83.33333%; }
.col.xs-7_8 { width: 87.5%; }

@media (min-width: 480px) {                        /* SETTING: the width for the sm breakpoint */
	.col.sm-1_8 { width: 12.5%; }
	.col.sm-1_6 { width: 16.66667%; }
	.col.sm-1_5 { width: 20%; }
	.col.sm-1_4 { width: 25%; }
	.col.sm-1_3 { width: 33.33333%; }
	.col.sm-3_8 { width: 37.5%; }
	.col.sm-2_5 { width: 40%; }
	.col.sm-1_2 { width: 50%; }
	.col.sm-3_5 { width: 60%; }
	.col.sm-5_8 { width: 62.5%; }
	.col.sm-2_3 { width: 66.66667%; }
	.col.sm-3_4 { width: 75%; }
	.col.sm-4_5 { width: 80%; }
	.col.sm-5_6 { width: 83.33333%; }
	.col.sm-7_8 { width: 87.5%; }

	.col.sm-pull-1_8 { left: -12.5%; }
	.col.sm-pull-1_6 { left: -16.66667%; }
	.col.sm-pull-1_5 { left: -20%; }
	.col.sm-pull-1_4 { left: -25%; }
	.col.sm-pull-1_3 { left: -33.33333%; }
	.col.sm-pull-3_8 { left: -37.5%; }
	.col.sm-pull-2_5 { left: -40%; }
	.col.sm-pull-1_2 { left: -50%; }
	.col.sm-pull-3_5 { left: -60%; }
	.col.sm-pull-5_8 { left: -62.5%; }
	.col.sm-pull-2_3 { left: -66.66667%; }
	.col.sm-pull-3_4 { left: -75%; }
	.col.sm-pull-4_5 { left: -80%; }
	.col.sm-pull-5_6 { left: -83.33333%; }
	.col.sm-pull-7_8 { left: -87.5%; }

	.col.sm-push-1_8 { left: 12.5%; }
	.col.sm-push-1_6 { left: 16.66667%; }
	.col.sm-push-1_5 { left: 20%; }
	.col.sm-push-1_4 { left: 25%; }
	.col.sm-push-1_3 { left: 33.33333%; }
	.col.sm-push-3_8 { left: 37.5%; }
	.col.sm-push-2_5 { left: 40%; }
	.col.sm-push-1_2 { left: 50%; }
	.col.sm-push-3_5 { left: 60%; }
	.col.sm-push-5_8 { left: 62.5%; }
	.col.sm-push-2_3 { left: 66.66667%; }
	.col.sm-push-3_4 { left: 75%; }
	.col.sm-push-4_5 { left: 80%; }
	.col.sm-push-5_6 { left: 83.33333%; }
	.col.sm-push-7_8 { left: 87.5%; }

}
@media (min-width: 720px) {                        /* SETTING: the width for the md breakpoint */
	.col.md-1_8 { width: 12.5%; }
	.col.md-1_6 { width: 16.66667%; }
	.col.md-1_5 { width: 20%; }
	.col.md-1_4 { width: 25%; }
	.col.md-1_3 { width: 33.33333%; }
	.col.md-3_8 { width: 37.5%; }
	.col.md-2_5 { width: 40%; }
	.col.md-1_2 { width: 50%; }
	.col.md-3_5 { width: 60%; }
	.col.md-5_8 { width: 62.5%; }
	.col.md-2_3 { width: 66.66667%; }
	.col.md-3_4 { width: 75%; }
	.col.md-4_5 { width: 80%; }
	.col.md-5_6 { width: 83.33333%; }
	.col.md-7_8 { width: 87.5%; }

	.col.md-pull-1_8 { left: -12.5%; }
	.col.md-pull-1_6 { left: -16.66667%; }
	.col.md-pull-1_5 { left: -20%; }
	.col.md-pull-1_4 { left: -25%; }
	.col.md-pull-1_3 { left: -33.33333%; }
	.col.md-pull-3_8 { left: -37.5%; }
	.col.md-pull-2_5 { left: -40%; }
	.col.md-pull-1_2 { left: -50%; }
	.col.md-pull-3_5 { left: -60%; }
	.col.md-pull-5_8 { left: -62.5%; }
	.col.md-pull-2_3 { left: -66.66667%; }
	.col.md-pull-3_4 { left: -75%; }
	.col.md-pull-4_5 { left: -80%; }
	.col.md-pull-5_6 { left: -83.33333%; }
	.col.md-pull-7_8 { left: -87.5%; }

	.col.md-push-1_8 { left: 12.5%; }
	.col.md-push-1_6 { left: 16.66667%; }
	.col.md-push-1_5 { left: 20%; }
	.col.md-push-1_4 { left: 25%; }
	.col.md-push-1_3 { left: 33.33333%; }
	.col.md-push-3_8 { left: 37.5%; }
	.col.md-push-2_5 { left: 40%; }
	.col.md-push-1_2 { left: 50%; }
	.col.md-push-3_5 { left: 60%; }
	.col.md-push-5_8 { left: 62.5%; }
	.col.md-push-2_3 { left: 66.66667%; }
	.col.md-push-3_4 { left: 75%; }
	.col.md-push-4_5 { left: 80%; }
	.col.md-push-5_6 { left: 83.33333%; }
	.col.md-push-7_8 { left: 87.5%; }
}

@media (min-width: 960px) {                        /* SETTING: the width for the lg breakpoint */
	.col.lg-1_8 { width: 12.5%; }
	.col.lg-1_6 { width: 16.66667%; }
	.col.lg-1_5 { width: 20%; }
	.col.lg-1_4 { width: 25%; }
	.col.lg-1_3 { width: 33.33333%; }
	.col.lg-3_8 { width: 37.5%; }
	.col.lg-2_5 { width: 40%; }
	.col.lg-1_2 { width: 50%; }
	.col.lg-3_5 { width: 60%; }
	.col.lg-5_8 { width: 62.5%; }
	.col.lg-2_3 { width: 66.66667%; }
	.col.lg-3_4 { width: 75%; }
	.col.lg-4_5 { width: 80%; }
	.col.lg-5_6 { width: 83.33333%; }
	.col.lg-7_8 { width: 87.5%; }

	.col.lg-pull-1_8 { left: -12.5%; }
	.col.lg-pull-1_6 { left: -16.66667%; }
	.col.lg-pull-1_5 { left: -20%; }
	.col.lg-pull-1_4 { left: -25%; }
	.col.lg-pull-1_3 { left: -33.33333%; }
	.col.lg-pull-3_8 { left: -37.5%; }
	.col.lg-pull-2_5 { left: -40%; }
	.col.lg-pull-1_2 { left: -50%; }
	.col.lg-pull-3_5 { left: -60%; }
	.col.lg-pull-5_8 { left: -62.5%; }
	.col.lg-pull-2_3 { left: -66.66667%; }
	.col.lg-pull-3_4 { left: -75%; }
	.col.lg-pull-4_5 { left: -80%; }
	.col.lg-pull-5_6 { left: -83.33333%; }
	.col.lg-pull-7_8 { left: -87.5%; }

	.col.lg-push-1_8 { left: 12.5%; }
	.col.lg-push-1_6 { left: 16.66667%; }
	.col.lg-push-1_5 { left: 20%; }
	.col.lg-push-1_4 { left: 25%; }
	.col.lg-push-1_3 { left: 33.33333%; }
	.col.lg-push-3_8 { left: 37.5%; }
	.col.lg-push-2_5 { left: 40%; }
	.col.lg-push-1_2 { left: 50%; }
	.col.lg-push-3_5 { left: 60%; }
	.col.lg-push-5_8 { left: 62.5%; }
	.col.lg-push-2_3 { left: 66.66667%; }
	.col.lg-push-3_4 { left: 75%; }
	.col.lg-push-4_5 { left: 80%; }
	.col.lg-push-5_6 { left: 83.33333%; }
	.col.lg-push-7_8 { left: 87.5%; }
}

@media (min-width: 1280px) {                        /* SETTING: the width for the xl breakpoint */
	.col.xl-1_8 { width: 12.5%; }
	.col.xl-1_6 { width: 16.66667%; }
	.col.xl-1_5 { width: 20%; }
	.col.xl-1_4 { width: 25%; }
	.col.xl-1_3 { width: 33.33333%; }
	.col.xl-3_8 { width: 37.5%; }
	.col.xl-2_5 { width: 40%; }
	.col.xl-1_2 { width: 50%; }
	.col.xl-3_5 { width: 60%; }
	.col.xl-5_8 { width: 62.5%; }
	.col.xl-2_3 { width: 66.66667%; }
	.col.xl-3_4 { width: 75%; }
	.col.xl-4_5 { width: 80%; }
	.col.xl-5_6 { width: 83.33333%; }
	.col.xl-7_8 { width: 87.5%; }

	.col.xl-pull-1_8 { left: -12.5%; }
	.col.xl-pull-1_6 { left: -16.66667%; }
	.col.xl-pull-1_5 { left: -20%; }
	.col.xl-pull-1_4 { left: -25%; }
	.col.xl-pull-1_3 { left: -33.33333%; }
	.col.xl-pull-3_8 { left: -37.5%; }
	.col.xl-pull-2_5 { left: -40%; }
	.col.xl-pull-1_2 { left: -50%; }
	.col.xl-pull-3_5 { left: -60%; }
	.col.xl-pull-5_8 { left: -62.5%; }
	.col.xl-pull-2_3 { left: -66.66667%; }
	.col.xl-pull-3_4 { left: -75%; }
	.col.xl-pull-4_5 { left: -80%; }
	.col.xl-pull-5_6 { left: -83.33333%; }
	.col.xl-pull-7_8 { left: -87.5%; }

	.col.xl-push-1_8 { left: 12.5%; }
	.col.xl-push-1_6 { left: 16.66667%; }
	.col.xl-push-1_5 { left: 20%; }
	.col.xl-push-1_4 { left: 25%; }
	.col.xl-push-1_3 { left: 33.33333%; }
	.col.xl-push-3_8 { left: 37.5%; }
	.col.xl-push-2_5 { left: 40%; }
	.col.xl-push-1_2 { left: 50%; }
	.col.xl-push-3_5 { left: 60%; }
	.col.xl-push-5_8 { left: 62.5%; }
	.col.xl-push-2_3 { left: 66.66667%; }
	.col.xl-push-3_4 { left: 75%; }
	.col.xl-push-4_5 { left: 80%; }
	.col.xl-push-5_6 { left: 83.33333%; }
	.col.xl-push-7_8 { left: 87.5%; }
}

.container:after,
.row:after,
.col:after,
.width-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.grid.no-h-pad { padding-left: 0; padding-right: 0; }
.row.no-gutters { margin-left: 0; margin-right: 0; }
.row.no-gutters .col { padding-left: 0; padding-right: 0; }

html {
	overflow-x: hidden;
}
.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}
#site-navigation {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 24px 10px 0;
	text-align: left;
	position: absolute;
	z-index: 1;
}
#site-navigation a {
	display: inline-block;
}
#site-navigation img {
	display: block;
}
/*#site-navigation span {
	font-family: Arial;
	transition: all 0.4s ease;
	display: inline-block;
	color: #808080;
	font-size: 60px;
	font-weight: bold;
	position: relative;
	top: -5px;
}
#site-navigation span:hover {
	color: rgba(4, 128, 187, 0.75);
}*/
#site-navigation span {
	display: inline-block;
	position: relative;
	width: 36px;
	margin-left: 15px;
}
#site-navigation span div {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	width: 100%;
	height: 5px;
	background-color: #808080;
	margin: 5px;
}
#site-navigation span:hover div {
	background-color: rgba(4, 128, 187, 0.75);
}
#site-navigation div {
	display: inline-block;
}
#site-navigation li a,
#site-navigation li a:link,
#site-navigation li a:focus,
#site-navigation li a:visited {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #4D4D4D;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
#site-navigation li a:hover {
	color: #0480BB;
}
#site-navigation div#canada {
	font-family: 'Oswald', sans-serif;
	color: #4D4D4D;
	font-weight: bold;
	margin: 0 0 0 auto;
}
#canada a,
#canada a:link,
#canada a:focus,
#canada a:visited {
	display: flex;
	align-items: center;
	color: #4D4D4D;
	-webkit-animation: all .3s ease;
	        animation: all .3s ease;
}
#site-navigation div#canada > a {
	margin-bottom: 9px;
}

#canada a::before {
	content: "";
	background-image: url("images/phone-icon.png");
	width: 17px;
	height: 17px;
	margin-right: 6px;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 360px) {

	#canada a::before {
		content: none;
	}
}

#canada a:hover {
	color: #888;
}
#canada.home a,
#canada.home a:link,
#canada.home a:focus,
#canada.home a:visited {
	color: #FFFFFF;
}
#canada.home a:hover {
	color: #DDDDDD;
}
#canada img {
	display: inline-block;
	padding-bottom: 1px;
	margin-right: -10px;
}
.buffer {
	margin-top: 74px;
}
.header {
	position: relative;
}
.header.color {
	background-color: #E6E6E6;
}
.slide {
	display: none;
	text-align: center;
}
.slide img {
	display: block;
	width: 100%;
	min-height: 55vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 60% 0;
	object-position: 60% 0;
}
.slide-process img {
	min-height: 35vh;
}
.slide-products img {
	min-height: 35vh;
	max-height: 50vh;
	object-position: 50% 50%;
}
.slide h1,
.slide span.slide-page-title {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	padding-top: 30px;
	margin: 0.67em 0;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	letter-spacing: -1.2px;
	text-transform: uppercase;
	color: #0480BB;
}
.slide p {
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	color: #0480BB;
	padding-bottom: 50px;
	margin-bottom: 0;
	max-width: 250px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.overlay {
	position: relative;
	height: 200px;
}
.overlay img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.overlay div {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	background-color: rgba(4, 128, 187, 0.65);
}
.overlay div div {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
	position: absolute;
	padding-top: 40px;
	padding-left: 60px;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: none;
	height: auto;
}
.overlay:hover div {
	background-color: rgba(4, 128, 187, 0);
}
.overlay:hover div div {
	color: rgba(255, 255, 255, 0);
}
#process {
	background-color: #E6E6E6;
	font-family: 'Roboto Slab', serif;
}
#process p {
	text-align: center;
	margin: 0;
	padding: 50px 30px;
}
#process .grid {
	background-color: #CCCCCC;
	padding: 0;
	margin: 0 30px;
}
#process .col h2 {
	font-size: 24px;
	color: #3180BB;
	margin: 30px 30px 10px 30px;
}
#process .col.even h2{
	text-align: left;
}
#process .col p {
	max-width: 467px;
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0 30px 20px 30px;
}
#process .col.even p{
	text-align: left;
	float: left;
}
#process .col img {
	display: block;
	width: 100%;
	min-height: 350px;
	-o-object-fit: cover;
	object-fit: cover;
}
#product {
	padding-top: 50px;
}
#product h2 {
	margin-bottom: 0;
}
#product .white {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.options {
	padding-right: 15px;
}
.options li{
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 1.5;
}
#product ul,
#product p {
	margin: 0;
}
#product .overlay:hover div {
	color: rgba(255, 255, 255, 0);
}
#product .overlay div div {
	padding: 0;
	text-align: center;
	top:50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 25px;
	height: auto;
}
.overlay .info {
	position: absolute;
	padding: 0;
	top: auto;
	right: auto;
	left: 0;
	bottom: 0 !important;
	width: 100%;
	height: 0;
	overflow: hidden !important;
	color: #FFFFFF !important;
}
.overlay:hover .info {
	height: 100%;
	padding: 20px;
	background-color: rgba(77, 77, 77, 0.5);
}
#product .product-content {
	margin-top: 20px;
	margin-bottom: 30px;
}
.product-title {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	color: #4D4D4D;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing:  -2px;
	line-height: 1;
}
.product-title-category {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	margin-bottom: 0;
	margin-top:20px;
}
.product-image {
	width: 100%;
	height: auto;
}
.product-image img {
	margin-top: 25px;
}
.product-content {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 1.5;
}
#product h4.sizes {
	font-family: 'Roboto Slab', serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10%;
}
#product div.sizes {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 1.5;
	margin-left: 20%;
	margin-bottom: 10px;
}
#product .information.grid .row {
	padding-bottom: 30px;
}
#product .information > .row:first-child,
#product .information.grid .cta-wrap + .row {
	padding-bottom: 0;
}

.gallery {
	margin-top: 50px;
}
.gallery .white {
	padding: 0 !important;
}
.gallery h1 {
	text-align: center;
	text-transform: uppercase;
}
.gallery img {
	height: 100px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.features {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 1.3;
}
.features .col {
	padding-bottom: 15px;
	margin-bottom: 6px;
	background-color: #fff;
}
.features .features {
	padding: 3px 8px;
}
.features img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 3px 1px;
}
.styles img {
	-o-object-fit: contain;
	object-fit: contain;
	padding: 3px 1px;
}
.styles .styles div {
	top: 3px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 6px);
}

#product .information.grid .row.standard-front,
#product .information.grid .row.v-crimp,
#product .information.grid .row.stackable {
	padding-bottom: 0;
}

#product .product-header {
	float: left;
	width: 30%;
}
#product .product-desc {
	clear: left;
	float: left;
	width: 30%;
	margin-top: 20px;
}
#product .product-desc .product-content {
	font-size: 16px;
	margin: 0;
}
#product .product-img {
	width: 66%;
	float: right;
	padding: 0 25px;
}
@media screen and (max-width: 719px) {

	#product .product-header {
		float: none;
		width: 100%;
	}
	#product .product-desc {
		clear: left;
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	#product .product-img {
		width: 100%;
		float: none;
	}
}

.cta-wrap {
	max-width: 1220px;
	margin: 60px auto 50px;
	padding: 42px;
	text-align: left;
	color: #fff;
	background-color: rgba(4, 128, 187, 0.87);
}
.cta-wrap h2 {
	font-size: 22px;
	font-weight: 400;
	margin-top: 0;
}
.cta-button-wrap {
	margin: 25px 0 0;
	text-align: left;
}
.cta-button-wrap a {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #eec100;
	font-size: 21px;
	text-transform: uppercase;
	padding: 12px 15px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cta-button-wrap a:hover {
	background-color: #dfb500;
}
#product-enquiry {
	padding-top: 48px;
	outline: 0;
}
.product-enquiry-form-wrap {
	max-width: 48rem;
	padding: 30px 10px 20px;
}
body .gform_wrapper .top_label div.ginput_container.ginput_recaptcha {
	margin-top: -10px;
}
@media screen and (max-width: 600px) {

	.cta-wrap {
		margin-top: 42px;
	}
	.cta-wrap h2 {
		font-size: 20px;
		line-height: 1.3;
	}
}

#services {
	text-align: left;
	padding: 0 30px 50px;
	margin-bottom: -8px;
	background-color: #E6E6E6;
}
#services .width-wrap {
	max-width: 960px;
}
#services .width-wrap > h2 {
	padding: 60px 0 0px;
	margin: 0;
}
#services .cta-wrap {
	max-width: 100%;
	padding: 30px 36px;
	margin: 25px auto 60px;
}
#services .cta-wrap .wp-block-button {
	margin: 0;
}
#services .box {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 1.25;
	color: #000000;
	background: #CCCCCC;
	padding: 30px 10px 60px 30%;
}
#services .box p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 15px;
}
#services h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.4;
	color: #0480BB;
	margin-bottom: 0;
}
#services + #product {
	padding-top: 10px;
}
#services + #product a.contact-button {
	margin-top: 30px;
}
#contact {
	background-color: #E6E6E6;
	padding: 0 30px;
}
#contact p {
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 1.75;
	padding: 60px 0;
}
#contact .grid {
	max-width: 1000px;
}
#contact .row {
	padding-top: 20px;
	padding-bottom: 20px;
}
#contact .row:nth-of-type(2n+1) {
	background-color: #CCCCCC;
}
#contact .row:nth-of-type(2n+2) {
	background-color: #FFFFFF;
}
#contact .col {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#contact .col img {
	display: block;
	margin-right: auto;
	/*margin-left: 0px;*/
}
#contact .col h2 {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #0480BB;
}
#contact .col h3 {
	margin: 0;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.25;
}
#contact .col p {
	padding: 0;
	margin: 0;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 1.3;
}
#contact .col a,
#contact .col a:link,
#contact .col a:hover,
#contact .col a:visited,
#contact .col a:active {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #0480BB;
	text-decoration: none;
	margin-top: 5px;
}
#contact .col img.map {
	display: inline-block;
}
#contact .col a.map,
#contact .col a.map:link,
#contact .col a.map:hover,
#contact .col a.map:visited,
#contact .col a.map:active {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.25;
	color: #000000;
	text-decoration: none;
}
#price-quote {
	background-color: #E6E6E6;
	position: relative;
	padding-top: 95px;
}
#price-quote h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	line-height: 1;
	letter-spacing: -1.6px;
	text-transform: uppercase;
	color: #4D4D4D;
}
#price-quote p {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 1.45;
	color: #000000;
	text-align: center;
	padding: 0 15px 50px 15px;
	margin-bottom: 0;
}
#price-quote .form-container {
	max-width: 580px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0 30px;
}
#gform_wrapper_1.gform_wrapper {
	margin: 0;
}
.form-container .gform_wrapper form,
.product-enquiry-form-wrap .gform_wrapper form {
	margin-bottom: 40px;
}
::-webkit-input-placeholder {
   color: black;
}
:-moz-placeholder { /* Firefox 18- */
   color: black;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}
:-ms-input-placeholder {  
   color: black;  
}
#price-quote .form-container input,
#price-quote .form-container select,
#price-quote .form-container textarea {
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
	border: 1px solid #0480BB;
	border-radius: 0;
	height: 66px;
	padding-left: 30px;
}
#price-quote .form-container select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: #FFFFFF;
	font-family: serif;
	font-size: 13px;
	margin-top: 12px;
}
#price-quote .form-container textarea {
	height: 254px;
	padding-top: 25px;
}
#price-quote .form-container input[type="submit"] {
	padding: 6px 16px;
	text-transform: uppercase;
}
#front-content {
	font-family: 'Roboto Slab', serif;
	background-color: #E6E6E6;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	padding: 60px 30px 0 30px;
	text-align: center;
}
#front-content p {
	display: inline-block;
	margin: 0;
	max-width: 980px;
}
#product {
	background-color: #E6E6E6;
}
#product .col h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	color: #0480BB;
	padding: 25px 30px;
	width: 100%;
	background-color: #CCCCCC;
}
a.contact-button,
a.contact-button:link,
a.contact-button:active,
a.contact-button:visited {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 280px;
	color: #FFFFFF;
	background-color: #FFD200;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	padding: 25px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a.contact-button:hover {
	background-color: #EEC100;
	color: #EEEEEE;
}
#our-commitment {
	font-family: 'Roboto Slab', serif;
	text-align: center;
	background-color: #E6E6E6;
	padding: 60px 30px 80px 30px;
}
#product #our-commitment {
	background-color: #FFFFFF;
	padding-top: 110px;
}
#our-commitment h2 {
	font-size: 30px;
	font-weight: normal;
	color: #0480BB;
	margin: 0;
}
#our-commitment h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #999999;
	margin: 0;
}
.markets {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	color: #B3B3B3;
	text-transform: uppercase;
	padding: 90px 30px;
	background-color: #E6E6E6;
}
#markets-no-icons {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 50px;
	font-size: 20px;
	line-height: 28px;
	color: #4D4D4D;
	background-color: #FFFFFF;
}
.markets h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	color: #000000;
	text-transform: capitalize;
	font-size: 30px;
}
#markets-no-icons.markets h2 {
	padding-bottom: 20px;
}
#markets-icons .grid {
	max-width: 500px;
}
#markets-no-icons .grid {
	max-width: 400px;
}
#markets-icons .col {
	margin-bottom: 30px;
}
.icon {
	background: #E6E6E6;
	border-style: solid;
	border-color: #B3B3B3;
	border-width: 1px;
	border-radius: 9px;
	width: 68px;
	height: 68px;
}
#dealer-network h2 {
	text-align: center;
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
}
#quote {
	font-family: 'Roboto Slab', serif;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #808080;
	padding: 90px 30px;
}
#quote span {
	font-family: Arial;
	font-size: 80px;
	line-height: 0px;
	letter-spacing: -2px;
	text-transform: uppercase;
	position: relative;
	top: 40px;
}
#member-of {
	font-family: 'Roboto Slab', serif;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #808080;
	padding: 80px 30px;
}
#member-of div {
	display: inline-block;
	padding: 18px 15px;

}
#member-of img {
	vertical-align: top;
	display: inline-block;
	padding: 15px;
}
#member-of img:first-of-type {

}
#member-of img:nth-of-type(2) {
	padding-top: 4px;
}
footer {
	font-family: 'Roboto Slab', serif;
	text-align: center;
	background-color: #E6E6E6;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	padding-bottom: 30px;
}
.footer-main-section {
	display: flex;
	flex-flow: row wrap;
	max-width: 700px;
	margin: 0 auto;
	padding: 60px 30px 10px;
}
.footer-main-section div {
	flex: 1 1 210px;
	min-width: 200px;
	padding: 15px;
}

footer a,
footer a:visited {
	color: #0480BB;
	text-decoration: none;
}

footer img {
	vertical-align: top;
	display: inline-block;
	/*padding: 15px;*/
}
footer .grid {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
footer address {
	font-style: normal;
	margin-bottom: 0;
}

footer .footer-section-h {
	padding-bottom: 20px;
}

.popup-wrap {
    display: none;
}
.popup-wrap.show {
    display: block;
    position: fixed;
    top: 0; bottom: 0; right: 0; left: 0;
    background-color: rgba(0,0,0,0.75);
    padding: 30px;
    z-index: 9999999;
    overflow: auto;
}
.popup-container {
    display: block;
    width: auto;
    margin: auto;
    margin-top: 80px;
    position: relative;
    max-width: 1000px;
    min-height: 50vh;
    padding: 30px;
    background-color: #E6E6E6;
    color: #000000;
}
.popup-container h3 {
	font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #0480BB;
}
.popup-container p {
	padding-top: 10px;
}
.popup-container img {
	width: 100%;
	height: auto;
	margin-top: 25px;
}
.popup-container .btn-close {
	font-family: 'Oswald', sans-serif;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 18px;
    color: #0480BB;
    cursor: pointer;
}
@media screen and (max-width: 719px) {
	#primary-menu-container {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 0;
		height: 100%;
		background-color: rgba(4, 128, 187, 0.90);
		padding-top: 100px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	div#X {
		display: none;
		color: #FFD200;
		font-size: 30px;
		position: absolute;
		top: 20px;
		right: 40px;
		cursor: pointer;
	}
	#primary-menu {
		display: block;
	}
	#primary-menu li {
		display: block;
		width: 100%;
		padding: 10px;
	}
	#site-navigation li a,
	#site-navigation li a:link,
	#site-navigation li a:focus,
	#site-navigation li a:visited {
		color: #FFD200;
		font-size: 18px;
	}
	#site-navigation.home img {
		position: absolute;
		top: 40px;
		left: 60px;
	}
	#site-navigation.home span {
		position: absolute;
		top: 36px;
		left: 210px;
	}
	#site-navigation:not(.home) {
		position: fixed;
		background-color: #FFFFFF;
		line-height: 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
}
@media (min-width: 480px) {
	.gallery img {
		height: 150px;
	}
}
@media screen and (min-width: 720px) {
	#site-navigation {
		text-align: left;
		align-items: flex-end;
		/*top: 30px;*/
		padding-top: 10px;
		min-height: 90px;
	}
	#site-navigation img {
		padding-right: 15px;
	}
	#site-navigation li a {
		padding-left: 20px;
	}
	#site-navigation span {
		display: none;
	}

	#site-navigation #primary-menu-container {
		display: flex;
		align-items: flex-end;
		height: 52px;
	}
	#site-navigation div#canada {
		min-height: 52px;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end;
		margin-bottom: 1px;
	}

	#site-navigation div#canada > a {
		margin-bottom: 0;
	}
	#site-navigation div#canada > a:nth-of-type(2) {
		margin-top: 7px;
	}

	#site-navigation > div {
		padding: 12px 0;
	}
	.buffer {
		margin-top: 90px;
	}
	#process .col.even h2 {
		font-size: 30px;
		text-align: right;
	}
	#process .col.even p {
		text-align: right;
		float: right;
	}
	#process .col {
	min-height: 350px;
	}
	#contact .col {
		text-align: left;
	}
	#contact .col:nth-of-type(2) {
		border-left: 1px solid #B3B3B3;
		border-right: 1px solid #B3B3B3;
	}
	#contact .col img {
		margin-left: 0px;	
	}
}
@media (min-width: 768px) {
	.w3-center{text-align:center!important}
	.w3-section{margin-top:16px!important;margin-bottom:16px!important}
	.w3-large{font-size:18px!important}
	.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
	.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
	.w3-left, .w3-right, .w3-badge {cursor:pointer}
	.w3-badge {height:16px;width:13px;padding:0}
	.w3-badge{background-color:#000;color:#FFD200;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}
	.w3-badge{border-radius:50%}
	.w3-transparent{background-color:#fff!important}
	.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#FFD200!important}
	.w3-hover-white{-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;-webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,-webkit-filter 0.3s;transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,-webkit-filter 0.3s;transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s,-webkit-filter 0.3s}

	.slide h1,
	.slide span.slide-page-title {
		font-size: 40px;
		letter-spacing: -1.6px;
		text-align: left;
		position: absolute;
	}
	.slide-1 h1 {
		top: 10%;
		right: 60%;
	}
	.slide-2 h1,
	.slide-2 span.slide-page-title {
		top: 10%;
		left: 30px;
	}
	.slide-3 h1,
	.slide-3 span.slide-page-title {
		top: 30px;
		right: 10px;
	}
	.slide p {
		font-size: 20px;
		color: #FFFFFF;

		position: absolute;
		bottom: -20px;
		left: 0;
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.slide-products h1 {
		top: 7%;
		right: 67%;
	}
	.slide-process h1 {
		color: #FFFFFF;
		top: 7%;
		right: 60%;
		max-width: 400px;
	}
}
@media (min-width: 960px) {
	#site-navigation {
		padding: 10px 30px 0;
	}
	#site-navigation div#canada {
		/*display: block;*/
	}
	.slide-1 h1 {
		top: 10%;
	}
	.slide-2 h1,
	.slide-2 span.slide-page-title {
		top: 10%;
		left: auto;
		right:60%;
	}
	.slide-3 h1,
	.slide-3 span.slide-page-title {
		top: 30px;
		right: auto;
		left: 60%;
	}
	.slide p {
		bottom: 0;
	}
	.overlay div div {
		padding-top: 40px;
		padding-left: 60px;
		font-size: 30px;
	}
	#process .col h2 {
		padding: 20px 20px 0 20px;
	}
	#process .col p {
		padding: 0 50px;
	}
	#contact .contact-middle.col {
		padding-left: 30px;
	}
	#markets-icons .grid {
		max-width: 860px;
	}
	.gallery img {
		height: 200px;
	}
	.product-title-category {
		margin-top: 80px;
	}
	.popup-container {
		padding-left: 50px;
	}
}
@media (min-width: 1280px) {
	.slide-1 h1,
	.slide-2 h1,
	.slide-2 span.slide-page-title {
		top: 15%;
		right: 65%;
	}
	.slide-3 h1,
	.slide-3 span.slide-page-title {
		top: 5%;
		left: 50%;
	}
	.slide p {
		bottom: 20px;
	}
	#price-quote h1 {
		position: absolute;
		max-width: 50px;
		left: calc(50% - 600px);
		top: 86px;
	}
}