/*-------------
 	General
-------------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font: normal 16px sans-serif;
	color: #555;
	font-family: 'Raleway', sans-serif;
	background: #fff;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.hidden {
	display: none !important;
}


hr {
	display: block;
	width: 90%;
	height: 5px;
	border: 0;
	border-top: 5px solid #266178;
	margin: 1em 0;
	padding: 0;
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}



ul,
nav {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
}

a:hover {
	opacity: 1;
}


section {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 0px;
}

img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* DESIGN MOBILE FIRST. ALL CSS IS FOR MOBILE SCREENS UP TO 599PX WIDE= 37.4EM */

/* *600PX SCREENS AND UP for-tablet-portrait-up*/
@media only screen and (min-width: 37.5em) {}

/* *900PX SCREENS AND UP for-tablet-landscape-up*/
@media only screen and (min-width: 56.250em) {}

/* *1200PX SCREENS AND UP for-desktop-up*/
@media only screen and (min-width: 75em) {}

/* *1800PX SCREENS AND UP for-big-desktop-up*/
@media only screen and (min-width: 112.50em) {}


/* FONTS -------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Oswald:100,200,300,400,500,600,700|Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700,800');
/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
*/

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Oswald', sans-serif;
	-webkit-margin-before: 0em;
	margin-block-start: 0em;
	-webkit-margin-after: 0em;
	margin-block-end: 0em;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
	-webkit-margin-end: 0px;
	margin-inline-end: 0px;
}

p,
small {
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
}

.text-block {
	text-align: center;
	margin: 0;
	padding: 0;
}


/* -----------------
REUSABLE CSS RULES
----------------- */

/* IMG CLASSES ---------------------------------------- */
.logo {
	max-width: 75vw;
}

.small-logo {
	max-width: 75vw;
}

.navbaricon {
	display: block;
	max-height: 8vh;
	width: auto;
	margin: 0 auto;
}

.socialicon {
	max-width: 20vw;
}

@media only screen and (min-width: 56.250em) {
	.logo {
		max-width: 50vw;
	}

	.small-logo {
		max-width: 20vw;
	}
}

/* BUTTONS ------------------------------------ */
button {
	z-index: 4;
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #000;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #222;
	letter-spacing: 0.5vw;
	text-align: center;
}

.btn {
	width: 90%;
	margin: 0 auto;
	background: rgba(247, 247, 247, 0.6);
	border: 1px solid #233e86;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #233e86;
	letter-spacing: 0.5vw;
	text-align: center;
	margin-right: 2vh;
}

.btn:hover {
	background: #233e86;
	color: #fff;
}

.call-btn {
	width: 100%;
	margin: 0 auto;
	background: #ed1c24;
	border: 0px solid #000;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
	letter-spacing: 0.5vw;
	text-align: center;
}

.cta-btn {
	z-index: 2;
	width: auto;
	margin: 0 auto;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	letter-spacing: 0.5vw;
	text-align: center;
	margin: 1vh 0;
}

.submitBtn {
	width: 100%;
	margin: 0 auto;
	background: #233e86;
	border: 0px solid #000;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
	letter-spacing: 0.5vw;
	text-align: center;
}

@media only screen and (min-width: 56.250em) {
	.cta-btn {
		max-width: 80%;
		padding: 1vw 3vw;
	}

	.cta-btn:hover {
		background: #fff;
		color: #233e86;
	}

	.btn,
	.call-btn {
		max-width: 40%;
		margin-right: 10vh;
	}
}

.black {
	color: #1a1615;
	background: #1a1615;
}

.brandblue {
	color: #233e86;
	background: #233e86;
}

.lightblue {
	color: #266178;
	background: #266178;
}

.skyblue {
	color: #1f678a;
	background: #1f678a;
}

.grey {
	color: #2a2829;
	background: #2a2829;
}

.left {
	text-align: left;
	-webkit-box-align: start;
	align-items: flex-start;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/*-------------
 	Header
-------------*/

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	color: #fff;
	padding: 35px 100px 0;
}

header h2 {
	font-family: 'Quicksand', sans-serif;
}

header nav {
	display: -webkit-box;
	display: flex;
}

header nav li {
	margin: 0 15px;
}

header nav li:first-child {
	margin-left: 0;
}

header nav li:last-child {
	margin-right: 0;
}



@media (max-width: 1000px) {
	header {
		padding: 20px 50px;
	}
}


@media (max-width: 700px) {
	header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	header h2 {
		margin-bottom: 15px;
	}
}

/**---- Header ----**/

.header {
	z-index: 9;
	position: fixed;
	top: 0;
	left: 100vw;
	padding-top: 15vh;
	width: 100vw;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	/* overflow-y: scroll; */
	text-align: center;
	color: #33ccff;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.header nav,
.header ul {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	justify-content: space-around;
	-webkit-box-align: center;
	align-items: center;
}

.header li {
	border-bottom: 0px solid #1f678a;
}

.header a {
	display: block;
	padding: 2vh;
	-webkit-transition: background-color 300ms ease-in;
	transition: background-color 300ms ease-in;
	font-size: 1em;
}

.header a:hover {
	background-color: #222;
}

.menu-icon p {
	opacity: 0;
}

.header-logo {
	display: block;
	width: 20vw;
	height: auto;
}

@media only screen and (min-width: 56.250em) {
	/* .header {
		background: ;
		position: sticky;
	} */

	.header a {
		font-size: 2em;
	}

	.menu-icon p {
		font-size: 4em;
		opacity: 1;

	}

	.header-logo {
		width: 10vw;
	}
}

/* MOBILE NAVIGATION OFF CANVAS RIGHT :::::::::::::::::::::::::::::::::: */
/* MOBILE NAVIGATION OFF CANVAS RIGHT :::::::::::::::::::::::::::::::::: */
/* MOBILE NAVIGATION OFF CANVAS RIGHT :::::::::::::::::::::::::::::::::: */


/**---- Mobile Bar ----**/

.menu-toggle {
	display: none;
}

.mobile-bar {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 25px;
	width: 100%;
	height: 15vh;
	background-color: transparent;
	/* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.mobile-bar-left {
	-webkit-box-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.mobile-bar-center {
	-webkit-box-flex: 3;
	flex: 3;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.mobile-bar-right {
	-webkit-box-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}

.mobile-bar p {
	font-size: 3vh;
}

.mobile-bar a {
	font-size: 3.8vh;
	color: #fff;
}

.mobile-bar-logo {
	width: 50vw;
	height: auto;
}

/**---- Menu Icon ----**/
/**---- Menu Icon ----**/
/**---- Menu Icon ----**/

/* TO USE MENU ICON INSTEAD OF WORD "MENU"  PLACE THIS IN mobile-bar-right DIV */

/* <label for="menu-toggle" class="menu-icon">
  <span></span>
</label> */

.menu-icon {
	display: block;
	position: relative;
	width: 25px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.menu-icon>span {
	display: block;
	position: absolute;
	top: 55%;
	margin-top: -0.3em;
	width: 100%;
	height: 0.3em;
	border-radius: 1px;
	background-color: #233e86;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.menu-icon>span:before,
.menu-icon>span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 1px;
	background-color: #233e86;
	-webkit-transition: -webkit-transform 300ms ease;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.menu-icon>span:before {
	-webkit-transform: translateY(-0.6em);
	transform: translateY(-0.6em);
}

.menu-icon>span:after {
	-webkit-transform: translateY(0.6em);
	transform: translateY(0.6em);
}

/**---- Menu Icon Effects ----**/

.menu-toggle:checked+.mobile-bar .menu-icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-toggle:checked+.mobile-bar span:before,
.menu-toggle:checked+.mobile-bar span:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/**---- Off-Canvas Effect ----**/

.menu-toggle:checked~.header {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.menu-toggle:checked~.container {
	-webkit-transform: translateX(70%);
	transform: translateX(70%);
	-webkit-transform: translate3d(70%, 0, 0);
	transform: translate3d(70%, 0, 0);
}

/* ---- FIXED FOOTER NAVBAR ALONG THE BOTTOM ----
---- FIXED FOOTER NAVBAR ALONG THE BOTTOM ----
---- FIXED FOOTER NAVBAR ALONG THE BOTTOM ---- */

/* .navbar {
	z-index: 7;
	background: rgba(255, 255, 255, 0.5);
	width: 100vw;
	display: grid;
	justify-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 1vw;
	grid-row-start: 3;
	grid-row-end: 4;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0;
	position: fixed;
	bottom: 0;
} */

.navbar p {
	color: #233e86;
}

.navbutton {
	width: 33vw;
	background: #fff;
	height: 10vh;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.navbutton:hover {
	background: #29a2ca;
}

.navbar {
	z-index: 7;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 0;
	position: fixed;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

@media only screen and (min-width: 56.250em) {
	.navbar {
		width: 100vw;
	}
}

/*----------------
 	Full Page Section
----------------*/
.fullpage {
	background: url('../img/hero.jpg') no-repeat center center fixed;
	background: url('../img/hero.jpg') no-repeat center center fixed;
	background-blend-mode: overlay;
	background-size: cover;
	min-height: 100vh;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	align-items: center;
	padding: 0vw;
	padding-bottom: 8vh;
}

@media only screen and (min-width: 56.250em) {
	.fullpage {
		min-height: 100vh;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: space-evenly;
		justify-content: space-evenly;
		-webkit-box-align: end;
		align-items: flex-end;
		padding: 0vw;
		padding-bottom: 8vh;
	}

	.fullpage img {
		margin: 0;
	}

	.fullpage .btn {
		margin: 0;
		width: auto;
	}

	.fullpage .btn:hover {
		background: #1f678a;
		color: #fff;
	}
}

/* 
.landing {
	margin-right: 0vw;
} */
/*----------------
 	Content Section
----------------*/
.content {
	background: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 0vw;

}

.column-column {
	background: transparent;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.column-row {
	background: transparent;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.row-row {
	background: transparent;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.row-column {
	background: transparent;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.column-full-50 {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.column-full-66 {
	background: #fff;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	padding: 5VH;
}

.column-full-33 {
	background: #fff;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	padding: 5VH;
}

.column-full-20 {
	background: #fff;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	padding: 5VH;
}

.column-full-60 {
	background: #fff;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	padding: 5VH;
}

.w20 img {
	max-width: 33vw;
	margin-bottom: 1vh;
}

h1.left {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-left: 2vh;
	font-size: 2.5em;
	font-weight: 300;
}

@media only screen and (min-width: 56.250em) {
	.column-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
	}

	.column-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.row-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
	}

	.row-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		align-items: center;
	}

	.column-full-50 {
		width: 50vw;
	}

	.column-full-66 {
		width: 66vw;
	}

	.column-full-33 {
		width: 33vw;
	}

	.column-full-20 {
		width: 20vw;
	}

	.column-full-60 {
		width: 60vw;
	}


	.w20 {
		width: 20vw;
	}

	h1.left {
		font-size: 4em;
	}
}

.content-grid {
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	align-items: stretch;
}

.grid-item {
	width: 100%;
	min-height: 20vh;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 2vh;
}

.grid-item p {
	color: #cecece;
}

.grid-item h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fefefe;
	font-weight: 400;
}

@media only screen and (min-width: 56.250em) {
	.content-grid {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: center;
		justify-content: center;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		align-items: stretch;
	}

	.grid-item {
		width: calc(100% / 3 - 0vw);
		min-height: 55vh;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
}

/*---------------------
 	About Section
---------------------*/

.about {
	color: #233e86;
}

/*---------------------
 	Contact Section
---------------------*/

.contact {
	background: #1f678a;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding: 5vw;
	padding-bottom: 8vh;
}

.contact form {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	/* width: 80%;
	max-width: 60vw; */
}

.contact form input {
	padding: 15px;
	-webkit-box-flex: 1;
	flex: 1;
	font-size: 18px;
	flex-basis: 100%;
	margin: 0 0 2em 0;
	font-family: 'Open Sans', sans-serif;
}

.contact form .btn {
	width: 100%;
	margin: 0 auto;
	background: #233e86;
	border: 0px solid #000;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
	letter-spacing: 0.5vw;
	text-align: center;

}


@media only screen and (min-width: 37.5em) {
	.contact {
		width: 100%;
	}
}

/*-------------
 	Sales
-------------*/

.sales {
	background: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	padding-top: 10vh;
	padding-bottom: 8vh;
}

.sales h1 {
	font-size: 2.5em;
	font-weight: 100;
}

/*-------------
 	Production
-------------*/
.production {
	color: #233e86;
	padding: 5vh;
}

.production-grid {
	width: calc(100vw / 3 - 0px);
}

@media only screen and (min-width: 56.250em) {
	.production-grid {
		width: calc(100vw / 6 - 3px);
	}
}

/*-------------
 	landingpage
-------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');

.landingpage {
	min-height: 30vh;
	padding-top: 7vh;
	text-align: center;
}

.landingLogo {
	max-width: 90vw;
	height: auto;
}

.landingpage h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	color: #233e86;
	line-height: 1em;
}

.landingpage p {
	color: #555;
	font-family: 'Lato', sans-serif;
}

.landingpage small {
	color: #555;
	width: 100%;
}

.landingSale {
	background: #233e86;
	color: #f7f7f7;
	border: 1px #f7f7f7 solid;
}

.salebtn {
	width: 90%;
	margin: 0 auto;
	background: #233e86;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
	padding: 2vw 4vw;
	font-family: 'Open Sans', sans-serif;
	color: #f7f7f7;
	letter-spacing: 0.5vw;
	text-align: center;
}

.salebtn:hover {
	background: #f7f7f7;
	color: #233e86;
	border: 1px solid #233e86;

}

.wrap {
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 2vh;
}

.saleImage {
	width: 50%;
	height: auto;
}

.saleform {
	padding-top: 7vh;

	background: #999;
}

.saleform h1 {
	font-size: 2em;
	color: #233e86;
}

@media only screen and (min-width: 56.250em) {
	.landingpage h1 {
		font-size: 4em;
	}

	.landingLogo {
		max-width: 20vw;
		height: auto;
	}

	.salebtn {
		width: 40%;
	}

	.saleImage {
		width: 25%;
		height: auto;
	}

	.wrap {
		width: 60%;
	}
}

/*-------------
 	Footer
-------------*/

footer {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	color: #233e86;
	background-color: #fff;
	padding: 10vh 0;
}

footer ul {
	display: -webkit-box;
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li {
	margin: 0 8px;
}

footer ul li:first-child {
	margin-left: 0;
}

footer ul li:last-child {
	margin-right: 0;
}

footer p {
	text-transform: uppercase;
	font-size: 0.7em;
	color: #233e86;
	margin-bottom: 10px;
}

footer p a {
	color: #233e86;
}

.nopad {
	padding: 0;
}

.pad5 {
	padding: 5vh;
}

.sidepad5 {
	padding: 0 5vh;
}

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.form-validation {
	width: 75vw;
	height: auto;
}

@media only screen and (min-width: 56.250em) {

	.form-validation {
		width: 25vw;
		height: auto;
	}

}

#email_add {
	display: none;
}