﻿@font-face {
	font-family: "Univers Bold";
	src: url("/styles/Fonts/Univers_Bold.otf");
	font-weight: bold;
}

@font-face {
	font-family: "Univers Bold C";
	src: url("/styles/Fonts/Univers_Bold_C.otf");
}

@font-face {
	font-family: "Univers";
	src: url("/styles/Fonts/Univers_Std.otf");
}

@font-face {
	font-family: "Agenda Light";
	src: url("/styles/Fonts/Agenda_Light.otf");
}


/* LOGIN PAGE */

.loginpage{
	width: 720px;
    position: absolute;
    background: white;
    left: 50%;
    transform: translateX(-50%);
}

.login-logo{
	margin: 25px;
	text-align: center;
}

input#txtLogin, input#txtPass {
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
    width: 300px;
}

input#btnLogin {
    width: 150px;
}

/* HEADER */

.container.desktop-header {
    height: 100px;
}

div.header a.logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	height: 100px;
}

ul.nav-list {
	display: flex;
    justify-content: space-between;
    margin: 0;
    height: 100px;
    align-items: center;
}

.nav-list li{
	font-size: 18px;
	margin: 0;
}

.nav-list li a{
	text-decoration: none;
	color: #00ade0;
}

.nav-list li a:hover{
	color: #004d7c;
}

.search:hover{
	background-color: #00ade0 !important;
}

.search:hover a.searchbtn{
	background-color: #00ade0 !important;
}

.mobile-bars, .fa-times{
	display: none;
}

.fa-bars, .fa-shopping-cart, .fa-times{
	font-size: 2em;
	color: #004d7c;
}

.mobile-menu{
	display: none;
	background-color: #ebebeb;
	text-align: left;
	padding: 20px 0px 40px 20px;
}

.mobile-menu li a{
	color: #00ade0;
	font-size: 20px;
	font-family: "Univers Bold";
	text-decoration: none;
}

.mobile-cart{
	display: none;
}

/* BODY */

.hero{
	background-image: url('/images/hero.png');
	height: 140px;
	background-position: center;
	background-size: cover;
}

.hero h1{
	color: #0c395e;
	font-size: 50px;
	padding-top: 50px;
	font-family: "Univers Bold C";
}

.voyer-hero img 
{
    padding-top: 20px;
}

.body-categories{
	margin-top: 50px;
}

/*
.body-grid {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
	grid-gap: 20px;
	width: 1200px;
	margin: 50px auto;
  }
*/
.body-grid {
	display: flex;
	flex-direction: row;
	grid-gap: 10px;
	width: 1200px;
	margin: 50px auto;
	padding-left: 10px;
}

.body-box{
	grid-column: span 2;
	text-align: left;
}

.body-box:hover img {
    opacity: .5;
}

.body-box a {
    text-decoration: none;
}

.body-box a h4{
	color: #0c395e;
	font-size: 20px;
	margin: 17px 0;
}

.body-box p {
	color: #8a8d8e;
	font-size: 16px;
}


div.hero-banner {
    height: 135px;
    background-image: url('/images/Hero_holiday_blank.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

div.banner-text {
    position: absolute;
    text-align: left;
    left: 27%;
    top: 27%;
}

div.banner-text h2 {
    color: #0c395e;
    /*padding: 35px 0 15px 0;*/
    font-size: 33px;
    font-family: "Univers Bold";
    margin-bottom: 0;
    line-height: 10px;
}

div.banner-text p {
    color: #0c395e;
    margin-top: 5%;
    font-size: 25px;
    font-family: "Univers";
}

a.order-nowBtn {
    position: absolute;
    left: 74%;
    top: 33%;
    background: #00ade0;
    border: 1px solid #00ade0;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400 !important;
    text-decoration: none;
    padding: 7px 18px;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    font-family: "Univers";
    font-weight: bold;
    text-align: center;
}

.guidelines {
    height: 160px;
    background-image: url('/images/guidelines.jpg')
}

.guidelines h2{
	color: #0c395e;
	padding: 35px 0 15px 0;
	font-size: 35px;
	font-family: "Univers Bold";
}

.guidelines ul li{
	display: inline;
	color: #53565a;
	font-size: 22px;
	padding: 10px;
}

/* FOOTER */

.footer-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #0c395e;
	height: 65px;
}

.footer-link {
	font-family: 'Univers';
	font-size: 16px;
	color: #ffffff
}

.white-pipe {
	font-size: 16px;
	font-family: "Univers";
	margin: 0 10px;
}

.footer-logo {
    text-align: right;
    margin-top: -24px;
    margin-bottom: -15px;
}

.love-div {
	height: 54px;
	text-align: left;
}

.love-div img {
	height: 22px;
	margin-top: 17px;
}

.hidden-break{
	display: none;
}

/* CATAGORY PAGE */

select {
	width: 275px;
	height: 40px;
	border: 1px solid #c8c8c8;
	font-family: Arial;
	font-size: 14px;
	color: #5e5e5e;
	font-weight: 400;
	text-decoration: none solid rgb(94, 94, 94);
	background: #fff;
}

.cat-sub-footer{
	clear: both;
	background-image: url('/images/sub_cat.jpg');
	height: 200px;
	background-size: cover;
}

.cat-sub-title{
	color: #fff;
	font-family: Univers;
	font-size: 50px;
	font-weight: 400;
	padding: 25px 0;
}

/* PRODUCT PAGE */

.product-btn{
	width: 252px;
	height: 50px;
	border: 1px none #46b8da;
	border-radius: 2px;
	background-color: #00ade0;
	background-repeat: no-repeat;
	font-family: Univers;
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none solid rgba(255, 255, 255, 0.84);
	text-align: center;
}

.herobanner.cat {
	height: 76px;
    background-color: #00ade0;
}

div#productItem{
	border-top: 20px solid #00ade0;
	margin-top: -15px;
}

.productcontent.six.columns {
	background: #ebebeb;
	padding-left: 3%;
	margin: 0;
	padding-top: 50px;
	width: 47%;
}

.imagewrapper.five.columns.offset-by-one {
	padding-top: 50px;
	margin: 0;
    width: 50%;
}

input.productQuantityBox {
    background: white;
    border: 1px solid #0c395e;
}

.details .name {
	color: black;
	font-size: 18px;
}

.details .price {
	color: #00c3ff !important;
	font-size: 18px !important;
}


/* CART PAGE */
.remove {
    background: #dd0014;
    padding: 10px 62px;
    color: #fff !important;
    border-radius: 3px;
	font-family: Univers !important;
	font-weight: 400;
	text-transform: uppercase;
}

td.three.columns {
    text-align: right;
}

.cart-price{
	color: #000;
    font-family: "Univers";
}

.iteminfo {
    padding-top: 10px;
}

img.preview {
    margin-top: 7px;
}

tr.cartItem {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.carthead{
	text-align: center !important;
	font-size: 50px;
}

/* BREADCRUBMS */

div.breadcrumb.chk,
div.checkout div.breadcrumb
{
	text-align: center;
}
div.breadcrumb ol
{
	list-style: none;
	counter-reset: item;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
div.breadcrumb ol li
{
	display: inline-block;
	counter-increment: item;
    margin-bottom: 5px;
	padding-top: 50px;
	position: relative;
	text-align: center;
	width: 100px;
	vertical-align: top;
	margin-left: 23px;
	margin-right: 23px;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}
div.breadcrumb ol li:before
{
    content: counter(item);
    border-radius: 100%;
	background-color: #ffffff;
    border: 3px solid #d1d1d1;
    color: #d1d1d1;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 36px;
    text-align: center;
    display: inline-block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%,0);
}
div.breadcrumb ol li:nth-child(n+2)::after
{
	content: '';
	border-top: 3px solid #d1d1d1;
	position: absolute;
	width:100px;
	height: 1px;
	left: -50%;
	top: 22px;
	transform: translate(-27px,0);
}
div.breadcrumb ol li.active:after,
div.breadcrumb ol li.check:after
{
	border-top: 3px solid #00ade0;
}
div.breadcrumb ol li.active,
div.breadcrumb ol li.check,
div.breadcrumb ol li.active a,
div.breadcrumb ol li.check a
{
	color: #00ade0;
	text-decoration: none;
}
div.breadcrumb ol li.active:before
{
	border: 3px solid #00ade0;
    color: #00ade0;
}
div.breadcrumb ol li.check:before
{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-size: 30px;
	font-weight: 900;
	text-decoration: inherit;
	border: 3px solid #00ade0;
	background-color: #00ade0;
	font-size: 28px;
	line-height: 42px;
	color: #ffffff;
}

/* ACCOUNT INFORMATION PAGE */

.login-header{
	color: #00ade0;
	font-family: 'Univers Bold C';
	font-size: 40px;
	text-align: center !important;
}

.login-text{
	color: #000;
	font-family: "Univers";
	font-size: 16px;
	text-align: center;
}

input#MainContent_txtLogin, input#MainContent_txtPass {
    width: 407px;
    height: 45px;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
	background-size: cover;
	text-indent: 10px;
}



/* SHIPPING DETAILS PAGE */

.shipping-info-title{
	color: #0c395e;
	font-family: "Univers Bold C";
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.required-title{
	color: #5e5e5e;
	font-family: "Univers";
	font-size: 16px;
}

.formElement select{
	height: 59px;
	width: 93.5% !important;
}

/* SUMMARY PAGE */

.summary-title{
	color: #51b3da;
	font-family: Univers;
	font-weight: 400;
	font-size: 35px;
	text-transform: uppercase;
	margin-top: 20px;
}

.confirm{
	margin-left: 50%;
	transform: translateX(-50%);
}

table#MainContent_tblOrders {
    margin-left: 50%;
    transform: translateX(-50%);
}

.confirm h2, .confirm p{
	text-align: center !important;
}

#MainContent_headerRow {
    text-align: center;
}
	


/* PREVIOUS CODE */

html,
body {
	background-color: #ffffff;
	text-align: center;
}

body {
	padding-top: 100px;
}

img {
	max-width: 100%;
}
.body-box img {
	max-width: 160px;
}

div.right div.category {
	clear: both;
}

div.container div.content h1 {
	margin-bottom: 30px;
	text-align: left;
	color: #0c395e;
	font-family: "Univers Bold C"
}

a.hover {
	color: #3799c7;
}

html {
	height: 100%;
	background-color: #0c395e;
	color: #444444;
}

span.small {
	font-size: 11px;
}

div.static,
div.static p {
	text-align: left;
	font-size: 15px;
}

div.static.ten h1,
div.static.content h4 {
	color: #185c92;
}

div.static ul {
	list-style: initial;
	margin-left: 15px;
}

div.fixedheader {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2000;
	width: 100%;
	background-color: #ffffff;
}


div.header div.nav {
	text-align: left;
	position: relative;
}

div.topnav ul.navigation {
	margin: 0px;
}

div.topnav div.navigation {
	text-align: center;
	background-color: #656666;
}

div.topnav ul.navigation>li {
	display: inline-block;
	font-size: 17px;
	margin: 0;
	line-height: 25px;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}

div.topnav li h4 {
	line-height: 25px;
	margin: 0;
}

div.topnav ul ul a:hover,
div.topnav div.menu a:hover {
	color: #3799c7
}

div.topnav ul.topnav {
	margin: 0;
}

div.navigation ul.navigation {
	display: inline;
}

div.navigation ul.navigation>li>a {
	text-transform: uppercase;
}

div.topnav div.navigation li.mobile {
	display: none;
}

div.topnav ul.navigation div.dropdown {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0px;
	background-color: #aeaeae;
	z-index: 2000;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
}

div.topnav ul.navigation ul {
	text-align: left;
}

div.topnav ul.navigation ul li {
	margin: 0;
	display: inline-block;
	line-height: 35px;
	height: 35px;
}

div.topnav ul.navigation #subcats12294 {
	min-height: 160px;
}

div.topnav ul.navigation #subcats12294 li.boldthis {
	clear: left;
	display: block;
	float: left;
	width: 250px;
}

div.topnav ul.navigation #subcats12294 li.subcat {
	top: 0px;
	position: absolute;
}

div.topnav ul.navigation #subcats12258 li.subcat:nth-child(4) {
	clear: left;
}

div.topnav ul.navigation #subcats12258 li.subcat:nth-child(6) {
	margin-bottom: 30px;
}

div.topnav li.subnav {
	position: relative;
}

div.topnav li.subnav ul {
	position: absolute;
	background-color: #6e4dab;
	z-index: 350;
	min-width: 300px;
	margin: 0px;
	text-align: left;
	max-height: 0;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	overflow: hidden;
}

div.topnav li.subnav.open ul {
	max-height: 1000px;
}

div.topnav ul.navigation a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #ffffff;
}

div.topnav ul.navigation li.dropdown>a {
	cursor: pointer;
	text-transform: uppercase;
}

div.topnav ul.subcat a {
	padding-top: 0px;
	padding-bottom: 0px;
}

div.topnav li.subcat a {
	padding: 0px;
}

div.topnav ul.navigation>li.selected,
div.topnav ul.navigation>li.open {
	background-color: #0077d5;
}

div.topnav ul.navigation>li.open {
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 50% bottom;
}

div.topnav ul.navigation>li.open div.dropdown {
	display: block;
}

div.topnav ul.navigation>li.open>a {
	color: #ffffff;
	background-color: transparent;
}

div.topnav ul.navigation li.open ul {
	display: block;
}

div.topnav li.subnav ul li {
	margin: 0px;
	display: block;
	height: 38px;
	line-height: 38px;
	text-indent: 25px;
}

div.topnav li.subnav ul li h4 {
	height: 38px;
	line-height: 38px;
	margin: 0px;
	font-size: 16px;
}

div.topnav li.subnav ul li.active {
	background-color: #185c92;
}

div.topnav ul.navigation ul li.subcat {
	height: auto;
	float: left;
}

div.topnav ul.subcat li.boldthis a {
	font-weight: bold;
	padding: 0px;
	margin-left: 20px;
	font-size: 18px;
}

div.topnav ul.navigation ul.thirdlevel.four li {
	width: 50%;
	float: left;
}

div.topnav ul.thirdlevel a {
	padding: 0px;
}

div.topnav ul.thirdlevel {
	margin: 0px;
	margin-bottom: 20px;
}

div.topnav ul.navigation ul.thirdlevel li {
	width: 100%;
	height: auto;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}

div.topnav ul.navigation li.boldthis {
	height: auto;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}

div.topnav li.subcat strong {
	color: #ffffff;
	display: block;
	font-size: 18px;
}

div.header div.search {
	color: #ffffff;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #103a5e;
	border-radius: 20px;
	display: inline-block;
	margin-top: 33px;
	line-height: 36px;
	height: 36px;
	width: 36px;
	text-align: center;
	padding: 2px;
}


div.header div.search.open {
	width: auto;
}

div.header div.search input,
div.topnav li.search input {
	text-align: left;
	color: #444444;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	border: none;
	padding: 0px;
	text-indent: 10px;
	width: 0px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	top: -9px;
}

div.header div.search a.searchbtn,
div.topnav li.search a.searchbtn {
	color: #ffffff;
	font-size: 20px;
	background-color: #103a5e;
	border-radius: 20px;
	display: inline-block;
	line-height: 36px;
	height: 36px;
	width: 30px;
	text-align: left;
	cursor: pointer;
}


div.header div.search.open input {
	width: 130px;
	margin-left: 10px;
}

div.header div.search.open a.searchbtn,
div.topnav li.search.open a.searchbtn {
	margin-right: 1px;
}

input#w::-webkit-input-placeholder {
	color: #656666;
}

input#w::-moz-placeholder {
	color: #656666;
}

input#w:-ms-input-placeholder {
	color: #656666;
}

input#w:-o-input-placeholder {
	color: #656666;
}

div.header div.search.open input#w:focus {
	box-shadow: none;
	background-image: none;
	text-indent: 10px;
}

div.header div.search.open a.close {
	float: right;
	position: absolute;
	right: 0;
}

div.header div.cart,
div.header div.menu {
	margin-left: 2px;
}

div.header div.cart,
div.header div.login {
	display: inline-block;
	text-align: left;
	height: 35px;
	line-height: 35px;
	float: right;
	color: #2e5b8e;
	margin-top: 33px;
}

div.header div.cart a,
div.header div.login a {
	color: #ffffff;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 20px;
	background-color: #103a5e;
	border-radius: 20px;
	display: inline-block;
	line-height: 36px;
	height: 36px;
	width: 36px;
	text-align: center;
	padding: 2px;
}

div.header div.cart a:hover,
div.header div.login a:hover{
	background-color: #00ade0
}

div.header div.menu,
div.header div.search {
	float: right;
}

div.header div.cart img {
	margin: 5px;
	margin-top: 8px;
}

div.header div.login img {
	margin: 6px;
	margin-top: 7px;
}

div.header div.search img {
	margin: 2px;
	margin-top: 6px;
	margin-right: 4px;
}

div.header div.cart a {
	float: right;
}

div.header div.cart a.text {
	margin-right: 5px;
	line-height: 40px;
}

div.header #nav-icon3 {
	display: none;
}

div.footer p.notice {
	margin-top: 35px;
	font-size: 12px;
	margin-bottom: 25px;
}

div.footer a.button {
	font-size: 18px;
	padding: 10px 18px;
}

a.button.light {
	background: #00ade0;
	font-family: Univers;
	padding: 10px 30px;
	text-transform: uppercase;
}

a.button.light:hover{
	background: white;
	color: #00ade0;
}

div.footer {
	background-color: #0c395e;
	color: #ffffff;
	font-size: 16px;
}

div.footer a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

div.footer {
	text-align: left;
}

div.footer div.mobile {
	display: none;
}

div.footer div.container {
	position: static;
	padding-top: 0px;
}

div.footer ul.navigation li {
	width: 50%;
	float: left;
	margin-bottom: 4px;
}

div.footer ul.navigation h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
}

div.footer li {
	float: left;
	width: 50%;
}

div.footer li:nth-child(2n+1) {
	clear: left;
}

div.footer p {
	margin-bottom: 8px;
}

div.footer h3 {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

div.footer p.footnote {
	background-color: #4b4b4d;
	color: #ffffff;
	text-align: center;
	margin: 0;
	margin-top: 15px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.footer p.footnote img {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	width: 20%;
}

div.footer div.custom {
	background-image: url(/images/custom_orders.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.footer div.custom div.container {
	text-align: center;
}

div.footer div.custom h4 {
	color: #656666;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

div.footer div.custom p {
	color: #656666;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 25px;
}

div.footer div.custom a {
	color: #656666;
}

div.footer div.custom a.button {
	color: #ffffff;
}

div.footer div.rightalign {
	text-align: right;
}

div.footer div.footlogo img {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
}

div.footer div.social a {
	font-size: 35px;
	margin-left: 5px;
	margin-right: 5px;
}

div.footer div.social p {
	margin-bottom: 20px;
}

div.footer div.corpfootnav ul {
	display: grid;
	grid-template-columns: repeat(6, auto);
	grid-template-rows: repeat(8, auto);
	grid-auto-flow: column;
}

div.footer div.corpfootnav ul.navigation li {
	float: none;
	width: auto;
	margin-right: 10px;
}

div.footer div.corpfootnav li:nth-child(2n+1) {
	clear: none;
}

div.footer .open,
div.footer .close {
	display: none;
	cursor: pointer;
	margin-left: 5px;
	font-size: 18px;
}

div.content {
	margin-top: 55px;
}

/* Category Page Styles */

div.herobanner {
	text-align: center;
	position: relative;
}

div.herobanner img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

div.homearea div.image,
div.herobanner {
	overflow: hidden;
}

div.homearea div.image img,
div.herobanner img {
	min-height: 245px;
	width: auto;
	max-width: unset;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

div.homearea div.image img.mobihero,
div.herobanner img.mobihero {
	display: none;
}

div.herobanner div.container {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	text-align: left;
	z-index: 250;
}

div.herobanner.cat h1 {
	color: white;
	font-size: 35px;
	font-family: 'Univers Bold';
	line-height: 45px;
	font-weight: bold;
	line-height: 1.1;
	padding-top: 10px;
}

div.herobanner.cat div,
div.herobanner.cat p {
	color: #4b4b4d;
	font-size: 18px;
	line-height: 22px;
}

div.herobanner.cat.white h1 {
	color: #ffffff;
}

div.herobanner.cat.white div,
div.herobanner.cat.white p {
	color: #ffffff;
}

div.catpage {
	margin-top: 25px;
}

div.category div.product:nth-child(4n+1) {
	clear: left;
	margin-left: 0px;
}

div.category div.product:nth-child(4n) {
	margin-right: 0px;
}

div.category div.product {
	margin-bottom: 30px;
	width: 230px;
}

div.category div.product a {
	text-decoration: none;
	color: #00ade0;
	font-size: 24px;
	font-family: 'Univers Bold';
	line-height: 1;
}

div.category div.product p.name span {
	display: block;
	color: #53565a;
	font-family: "Univers";
	font-size: 16px;
	padding-top: 5px;
}

div.category div.product p {
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

div.category div.product p.price {
	font-family: Univers;
	font-weight: 700;
	font-size: 16px;
	color: #53565a;
	line-height: 28px;
}

div.category div.product img {
	max-width: 100%;
	width: 150px;
	margin: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

/* div.category div.product img:hover {
	width: 180px;
	margin: 0px;
} */

div.category div.image:hover {}

div.sortby {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.sortby label,
div.sortby select {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
}

/* Product Page Styles */

div.productcontent {
	text-align: left;
}

div.breadcrumb {
	text-align: left;
	font-size: 20px;
}

div.breadcrumb a {
	font-size: 18px;
}

div.product h1 {
	font-family: "Univers Bold";
	font-size: 26px;
	font-weight: 400;
	color: #0c395e;
	margin: 0;
}

.sku {
	font-family: "Univers";
	font-size: 18px;
	color: #0c395e
}

div.product div.imagewrapper {
	text-align: center;
}

div.product div.productImage img {
	max-width: 365px;
}

div.product div.gallery img {
	border: 2px solid #c7c7c7;
}

div.product h4.price {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 15px;
	color: #00ade0;
	margin-top: -13px;
	font-family: Univers;
}

div.category h3 {
	text-align: left;
	color: #0c395e;
	font-family: "Agenda Light";
	font-size: 24px;
	width: 1200px;
    margin: auto;
}

div.product div.gallery>div {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

div.product div.description ul {
	list-style: outside;
	margin-left: 15px;
}

div.product div.description li {
	margin-bottom: 8px;
	color: #0c395e;
}

div.product div.description {
	line-height: 16px;
}

div.product p.added {
	color: #185c92;
	font-size: 17px;
	font-weight: bold;
}

div.product div.shipstatus h4 {
	color: #185c92;
	border-top: 2px solid #d4d4d4;
	line-height: 40px;
}

div.productcontent table.quantities {
	clear: left;
	padding: 0px;
	width: 100%;
}

div.product div.productsOrderArea strong {
	color: #656666;
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	padding-bottom: 10px;
	text-align: center;
	display: inline-block;
}

div.product div.productsOrderArea div.prodopt.four,
div.product div.productsOrderArea div.prodopt.three {
	margin-bottom: 15px;
	text-align: left;
}

div.product div.productsOrderArea div.prodopt.three:nth-child(2n+1) {
	clear: left;
	margin-left: 0px;
}

div.product div.productsOrderArea div.prodopt.three:nth-child(2n) {
	margin-right: 0px;
}

div.product div.prodopt span {
	font-weight: bold;
	text-align: left;
}

div.product div.productorder {
	margin-top: 10px;
}

div.product div.productquantity input {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	max-width: 70px;
	border: 1px solid #c8c8c8;
	background-color: #ffffff;
}

div.product div.quantities {
	display: grid;
	grid-template-columns: repeat(6, 150px);
	grid-template-rows: 40px 40px 40px 40px;
	grid-auto-flow: column;
}

div.product div.quantities div.qtyopt {
}

div.product div.quantities div.qtyopt span {
	font-size: 15px;
	display: inline-block;
	text-align: left;
}

div.product div.quantities div.qtyopt input {
	display: inline-block;
	width: 40px;
	float: right;
	margin-right: 20px;
}

div.product div.quantities div.qtyopt:nth-child(4) {}

div.product div.productsOrderArea div.prodopt.four input,
div.product div.productsOrderArea div.prodopt.four select,
div.product div.productsOrderArea div.prodopt.four button {
	display: block;
	max-width: 220px;
}

/* Cart Page Styles */


table.cartTable {
	color: #185c92;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

table.cartTable tr.cartHeader {
	background-color: #185c92;
	display: none;
}

table.cartTable th {
	background-color: #185c92;
	color: #ffffff;
	display: table-cell;
	float: none;
	text-align: left;
	height: 35px;
	line-height: 35px;
}

table.cartTable th.alpha {
	text-indent: 4px;
}

table.cartTable td {
	display: table-cell;
	float: none;
	line-height: 60px;
	height: 60px;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.cartTable td input {
	width: 36px;
	height: 32px;
	border: 1px solid #bababa;
	background-color: #ffffff;
	background-size: cover;
	text-align: center;
}

table.cartTable td a {
	font-size: 16px;
	color: #000;
	font-family: "Univers";
	text-decoration: none;
}

table.cartTable div.img {
	text-align: center;
}

table.cartTable div.img img {
	max-width: 60px;
	margin-left: auto;
	margin-right: auto;
}

table.cartTable tr.cartFooter td:first-child {
	text-align: right;
	padding-right: 10px;
}

table.cartTable tr.cartFooter p {
	font-size: 18px;
	color: #0C395E;
}

div.cartbuttons {
	margin-top: 25px;
}

div.cartbuttons a {
	display: block;
	float: right;
	clear: right;
	min-width: 125px;
	padding: 10px 30px;
	text-transform: uppercase;
}

div.cartbuttons div.gift {
	float: right;
}

div.cartbuttons div.gift input {
	display: inline-block;
	width: 150px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 6px;
}

div.cartbuttons div.gift span {
	margin-top: 10px;
}

div.cartbuttons div.gift .success,
div.cartbuttons div.gift .error {
	display: block;
	text-align: left;
}

div.cartbuttons div.gift .error {
	color: #ff0000;
}

/* Login/Registration/Account Page */

table.login{
	margin-left: 50%;
	transform: translateX(-50%);
}

div.loginpage {
	text-align: left;
}

table.login .label,
table.login .label p {
	margin: 0px;
	line-height: 30px;
}

table.login .label {
	padding-right: 10px;
}

table.login td {
	text-align: center;
	padding-bottom: 10px;
	vertical-align: top;
}

div.accountheader {
	text-align: left;
	border-bottom: 1px solid #185c92;
	margin-bottom: 25px;
}

div.accountheader a.button {
	display: inline-block;
	float: left;
	margin: 0px;
	margin-right: 8px;
	border-radius: 3px 3px 0px 0px;
}

table.accountform td {
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}

div.loginpage div.guest {
	font-size: 36px;
}

div.loginpage div.guest a.button {
	margin-left: 75px;
}

div.loginpage .status {
	color: #ff0000;
	font-weight: bold;
}

table.orders {
	margin-bottom: 25px;
	width: 100%;
}

table.orders th {
	padding-left: 4px;
	padding-right: 4px;
}

table.orders tr.orderrow td {
	vertical-align: top;
	color: #593994;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
	text-align: left;
}

table.orders tr.other {
	background-color: #e1e1e1;
}

table.orders tr.orderrow td p {
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	color: #444444;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
}

table.orders tr.orderrow td p.total {
	color: #593994;
	font-size: 24px;
	line-height: 24px;
}

table.orders table.details td {
	width: 20%;
	line-height: 24px;
	padding: 0;
}

table.orders table.details td:first-child {
	width: 60%;
}

table.orders th.subtable span {
	display: block;
	float: left;
	width: 20%;
	height: 24px;
}

table.orders th.subtable span:first-child {
	width: 60%;
}

table.orders tr.orderrow table {
	width: 100%;
}

div.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(25, 25, 25, 0.4);
	z-index: 2000;
}

div.overlay div.background {
	background-color: #185c92;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	position: absolute;
}

div.overlay form {
	margin: 0px;
}

div.overlay div.form {
	left: 50%;
	position: absolute;
	top: 50%;
	background-color: #ffffff;
	z-index: 2000;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.overlay div.form a.link {
	text-decoration: none;
	width: 330px;
	display: inline-block;
	text-align: left;
}

div.overlay div.form h1 {
	color: #444444;
	font-size: 28px;
}

div.overlay div.form h4 {
	color: #444444;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 25px;
}

div.overlay div.form input[type="text"],
div.overlay div.form input[type="password"] {
	display: inline-block;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #333333;
	font-size: 24px;
	height: 34px;
	width: 320px;
}

div.overlay a.submit,
div.overlay a.register,
div.overlay input[type="submit"] {
	margin-left: 2px;
	margin-right: 2px;
	min-width: 120px;
}

div.overlay input[type="submit"] {
	min-width: 156px;
	padding-top: 9px;
	padding-bottom: 9px;
}

div.overlay p.strike span.line {
	display: inline-block;
	border-top: 1px solid #444444;
	height: 5px;
	width: 65px;
	margin-left: 5px;
	margin-right: 5px;
}

div.overlay img,
div.overlay input {
	max-width: 100%;
}

/* Checkout Styles */
div.checkout .center
{
	text-align: center;
	margin-bottom: 30px;
}
div.checkout .center select,
div.checkout .center .validation
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 5px;
}
div.checkout div.overlay a.close {
	color: #593994;
	font-size: 26px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 8px;
	float: right;
}

div.checkout div.overlay p {
	text-align: left;
	margin-left: 30px;
	margin-right: 20px;
	font-size: 22px;
	line-height: 25px;
}

div.checkout div.continue {
	text-align: center;
	margin-top: 15px;
}

div.checkout table.address {
	width: 100%;
	margin-bottom: 20px;
}

div.checkout label {
	margin-bottom: 8px;
	margin-top: 8px;
}
div.checkout .formElement > span
{
	margin-left: .9rem;
	color: #757575;
}
div.checkout .formElement > span.validation
{
	color: #ff0000;
}
div.checkout div.shipping.formElement
{
	margin-left: auto;
    margin-right: auto;
    width: 25%;
}
div.checkout div.email div.formElement
{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
div.checkout div.email input
{	background-color: #ffffff;
}

div.checkout table.address input,
div.checkout table.payment input,
div.checkout table.payment select {
	display: inline-block;
	background: #fff;
}
div.checkout table.shopts label
{
	display: inline-block;
}

div.checkout table.payment select {
	width: 100px;
}

div.checkout table.payment .col2 select {
	width: 210px;
}

div.checkout table.payment {
	width: 50%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
	border-bottom: 1px solid #bababa;
}
div.checkout table.payment tr:last-child td
{
	padding-bottom: 20px;
}
div.checkout table td.formElement
{
	width: 50%;
}

/* div.checkout table.address td,
div.checkout table.payment td {
	text-align: left;
	padding-bottom: 10px;
	vertical-align: top;
	padding-right: 10px;
} */

div.checkout .validation,
.validation {
	display: block;
	color: #ff0000;
	text-align: left;
}

table.shopts {
	margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.breadcrumb ol {
	font-size: 18px;
}

/* div.breadcrumb li {
	float: left;
	padding-right: 45px;
} */

div.checkout tr.cartFooter td {
	height: 30px;
	line-height: 30px;
}

div.checkout div.cartWrapper {
	margin-bottom: 15px;
}

div.breadcrumb {
	text-align: left;
	margin-bottom: 15px;
}

div.breadcrumb a {
	text-decoration: none;
	color: #5c5c5c;
	font-size: 16px;
}

div.breadcrumb strong {
	color: #185c92;
}

div.checkout table.certs .hidden {
	display: none;
}

div.checkout table.cartTable tr.cartFooter {
	border-top: 1px solid #d1d1d1;
	display: table-row;
}
div.checkout textarea
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

div.checkout div.same {
	text-align: left;
}

div.checkout div.same strong {
	color: #444444;
}

div.checkout div.paymentbox {
	text-align: left;
}

div.checkout div.indent .dbopts,
div.checkout div.indent table.payment {
	margin-left: 25px;
}

div.checkout div.indent table.payment.db {
	margin-left: 60px;
}

div.checkout div.summary table.payment.db,
div.checkout div.summary table.payment {
	margin: 0px;
}

div.checkout table.payment.gc {
	margin-bottom: 15px;
}

div.checkout table.payment.gc td {
	vertical-align: middle;
}

div.checkout table.payment.gc td a.button {
	margin: 0px;
}

div.checkout span.radio {
	float: left;
	clear: left;
}

div.checkout div.footnote {
	color: #ff0000;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

div.checkout div.footnote p {
	margin: 0px;
	font-size: 15px;
}

div.checkout div.footnote ol {
	margin: 0px;
	margin-left: 12px;
}

div.checkout div.footnote li {
	text-indent: 18px;
	margin: 0px;
}

/* Home Page Styles */

div.header div.container div.nonav {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div.landing {
	position: relative;
	width: 100%;
	height: auto;
}

div.landing>img {
	display: block;
}

div.homearea {
	position: relative;
	width: 100%;
	height: auto;
}

div.homearea img.homeholder {
	width: 100%;
}

div.homearea div.rotator div {
	display: none;
}

div.homearea div.rotator div.visible {
	display: block;
}

div.homearea div.rotator.container a.button {
	margin-bottom: 0px;
}

div.homearea div.container div {
	margin-top: 45px;
	text-align: left;
}

div.homearea div.container div h1 {
	color: #4b4b4d;
	font-size: 35px;
	font-weight: bold;
}

div.homearea div.rotator {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

h3.feathead {
	font-size: 30px;
	color: #4b4b4d;
	font-weight: bold;
	margin-top: 30px;
}

div.featured div.category {
	font-size: 0;
}

div.featured div.product:first-child {
	margin-left: 0;
}

div.featured div.product:last-child {
	margin-right: 0px;
}

div.featured div.product {
	display: inline-block;
	float: none;
	font-size: 17px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

div.featured div.image {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

div.featured a.arrow {
	display: none;
}

div.featured a.arrow.left {
	background-image: url(/images/leftchevron_gray.svg);
	background-position: right 50%;
}

div.featured a.arrow.right {
	background-image: url(/images/rightchevron_gray.svg);
	background-position: left 50%;
}

div.featcat img {
	max-width: 100%;
}

div.overlay.home {
	position: absolute;
	z-index: 800;
}

div.overlay.home div.background {
	background-color: #e1634f;
	opacity: 0.92;
}

div.overlay.home div.form {
	background-color: transparent;
	transform: translate(-50%, 50%);
	top: 0px;
	color: #ffffff;
}

div.overlay.home div.form h1 {
	color: #ffffff;
	font-size: 52px;
	line-height: 55px;
	font-weight: bold;
}

div.overlay.home div.form p {
	font-size: 28px;
	line-height: 32px;
	color: #ffffff;
}

div.overlay.home div.form a.button {
	background-color: #ffffff;
	border: 3px solid #ffffff;
	color: #0077d5;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 17px;
}

div.overlay.home div.form a.button:hover {
	background-color: #0077d5;
	border-color: #0077d5;
	color: #ffffff;
}

div.homeban {
	position: relative;
}

div.homeban img {
	width: 100%;
}

div.homeban>div {
	top: 50%;
	position: absolute;
	transform: translate(0, -50%);
	text-align: left;
}

div.homeban>div.left {
	left: 10px;
}

div.homeban>div.right {
	right: 10px;
}

div.homeban h3 {
	font-weight: bold;
}

div.homeban h3.white {
	color: #ffffff;
}

/* Misc Page Styles */

div.custom {
	margin-bottom: 10px;
}

div.custom div.hidden {
	display: none;
}

div.customribbon {
	background-color: #0077d5;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.customribbon p {
	color: #ffffff;
	font-size: 17px;
	margin-bottom: 0px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0, -50%);
}

div.customribbon a.button {
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	color: #0077d5;
	float: right;
}

div.container div.custom div.four.columns {
	width: 32%;
	margin-left: 0.66%;
	margin-right: 0.66%;
}

div.custom div.four img {
	display: block;
	float: left;
	clear: left;
	cursor: pointer;
}

div.custom div.overlay {
	z-index: 3000;
	background-color: rgba(25, 25, 25, 0.9);
	display: none;
}

div.custom div.overlay div.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 26px;
	color: #ffffff;
	padding: 15px;
	background-color: transparent;
}

div.custom div.overlay div.popup table {
	clear: both;
}

div.custom div.overlay div.popup table td {
	vertical-align: middle;
	min-width: 40px;
}

div.custom div.overlay div.popup table div.wrapper {
	background-color: #ffffff;
	padding: 15px;
}

div.custom div.overlay div.popup .close {
	cursor: pointer;
	height: 25px;
	top: 10px;
	position: absolute;
	right: 10px;
	width: 25px;
	display: block;
}

div.custom div.overlay div.popup .left,
div.custom div.overlay div.popup .right {
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	height: 30px;
	width: 30px;
	display: block;
}

div.custom div.overlay a.textlink {
	color: #ffffff;
	float: left;
	margin-top: 10px;
	font-size: 22px;
}

div.custom div.overlay div.popup a.button {
	clear: both;
	margin-top: 25px;
}

table.form td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

table.form td input {
	margin: 0px;
}

table.form td textarea {
	margin-bottom: 10px;
	width: 100%;
}

h1.offset-by-one {
	text-align: left;
}

div.advanced div.row select,
div.advanced div.row input {
	display: inline-block;
	margin-left: 5px;
}

div.hellobar {
	background-color: #2e5b8e;
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.hellobar p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 17px;
	margin-left: 90px;
	margin-right: 90px;
}

div.hellobar a {
	color: #ffffff;
}

ul#sayt-menu {
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);
	padding-bottom: 10px;
}

span.ui-helper-hidden-accessible {
	display: none;
}

ul.ui-menu {
	background-color: #ffffff;
	position: fixed !important;
	padding-top: 10px;
}

li.sayt-product-content span.sayt-content {
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
}

li.sayt-product-content img {
	max-width: 40px;
	float: left;
	margin-right: 10px;
}

span.ui-product-header {
	border-bottom: 1px solid #046e53;
	display: block;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	line-height: 26px;
}

ul.ui-menu li.ui-menu-item:first-child span.sayt-content {
	color: #185c92;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
}

ul.ui-menu li.ui-menu-item {
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	clear: left;
}

div.search-facet {
	text-align: left;
}

.sayt-product-anchor
{
	cursor: pointer;
}

div.search-facet li {
	margin-bottom: 5px;
}

div.searchResults.category div.product:nth-child(4n+1) {
	clear: none;
	margin-left: 10px;
}

div.searchResults.category div.product:nth-child(3n+1) {
	clear: left;
	margin-left: 0px;
}

div.searchResults.category div.product:nth-child(3n) {
	margin-right: 0px;
}

div.searchPaging {
	clear: both;
}

div.searchPaging a {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 15px;
}

div.top {
	display: none;
}

div.productQuantity.hidden,
div.productorder.hidden {
	display: none;
}

div.content div.box.center {
	text-align: center;
}

div.box {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	width: 766px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6000;
	top: 50%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.container div.box a.proof {
	margin-top: 15px;
}

div.container div.box div.productQuantity {
	width: 45%;
	float: left;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}

div.container div.box div.productorder {
	float: left;
}

div.container div.box div.cancelbtn {
	clear: both;
}

div.catlogin {
	text-align: center;
	margin-bottom: 35px;
}

div.catlogin h4 {
	color: #4b4b4d;
	font-weight: bold;
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 20px;
}

div.catlogin input[type="password"] {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	text-indent: 10px;
	font-size: 20px;
}

div.catlogin div.border {
	padding-bottom: 20px;
}

/* Ultra-wide monitors for desktop */

@media only screen and (min-width: 1500px) {
	.promo-box-left, .promo-box-right{
		margin: 0 50px 25px 50px;
	}
}

/* All non-mobile devices */

@media only screen and (min-width: 769px) {
	div.left ul.navigation.fixed {
		position: fixed;
		top: 0px;
	}
	div.left ul.navigation.absolute {
		position: absolute;
		bottom: 0px;
	}
	div.container div.left.two {
		min-height: 1px;
	}
}

/* Tablet sizes to Mobile*/

@media only screen and (max-width: 768px) and (min-width: 480px) {
	div.overlay.home div.form a.button {
		font-size: 18px;
		display: inline-block;
		margin-left: 6px;
		margin-right: 6px;
	}
	div.header div.container div.nine.columns {
		position: relative;
		top: -5px;
	}
	div.custom div.three.columns img {
		width: 60%;
	}
	div.overlay.home div.form h1 {
		font-size: 36px;
		line-height: 40px;
	}
	div.overlay.home div.form p {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
	}
	div.landing>img {
		width: auto;
		max-width: unset;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		height: 500px;
	}
	div.homearea div.image img,
	div.herobanner img {
		min-height: unset;
		height: 220px;
	}
	div.container div.catpage div.product {
		width: 200px;
		margin-left: 10px;
		margin-right: 10px;
	}
	div.container div.category div.product:nth-child(2n+1) {
		margin-left: 0px;
		clear: left;
	}
	div.container div.category div.product:nth-child(2n) {
		margin-right: 0px;
	}
}

/* Tablet Portrait size to standard 1200 (devices and browsers) */

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	body {
		padding-top: 100px;
	}
	div.footer p.footnote img {
		width: 50%;
	}
	div.homearea div.rotator.container div {
		margin-top: 15px;
		text-align: left;
	}
	div.homearea div.rotator.container div.right {
		margin-right: 20%;
	}
	div.homearea div.rotator.container a.button {
		font-size: 14px;
		padding: 5px 8px;
	}
	div.overlay.home div.form {
		transform: translate(-50%, 0%);
	}
	div.featured a.arrow {
		margin-top: 30px;
	}
	div.product div.productImage img {
		max-width: 100%;
	}
	div.right div.category div.product:nth-child(2n+1) {
		clear: left;
		margin-left: 0px;
	}
	div.right div.category div.product:nth-child(2n) {
		margin-right: 0px;
	}
	div.imagebanner div.wrapper {
		max-width: 768px;
	}
	div.product div.productcontent div.productsOrderArea div {
		width: 140px;
	}
	div.homearea a.left,
	div.homearea a.right {
		top: 80px;
	}
	div.category div.product img {
		width: 146px;
		margin: 12px;
	}
	div.category div.product img:hover {
		width: 170px;
		margin: 0px;
	}
	div.featured div.category div.product img {
		width: 84px;
	}
	div.featured div.category div.product img:hover {
		width: 108px;
	}
	div.homeban h3 {
		font-size: 23px;
	}
	div.footer div.social a {
		font-size: 30px;
		margin-left: 3px;
		margin-right: 3px;
	}
	div.header div.search.open input{
		width: 80px;
	}
	.nav-list li{
		font-size: 12px;
	}
	.body-grid{
		width: auto;
		margin: 0 87px;
	}
	.body-box{
        grid-column: span 4;
	}
	div.category h3{
		width: 768px;
		margin: auto;
	}
}

@media only screen and (min-width: 769px) and (max-width: 826px) {
	body.custompadding {
		padding-top: 144px;
	}
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 768px) {
	body {
		padding-top: 100px;
	}
	div.checkout div.email div.formElement
	{
		width: 100%;
	}
	/* Navicon */
	div.header #nav-icon3 {
		width: 32px;
		height: 32px;
		display: inline-block;
		position: relative;
		cursor: pointer;
		float: left;
		background-color: #0077d5;
		border-radius: 4px;
		margin-top: 10px;
		margin-left: 10px;
	}
	#nav-icon3 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 22px;
		background: #ffffff;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		margin-left: 5px;
		margin-right: 5px;
	}
	#nav-icon3 span:nth-child(1) {
		top: 8px;
	}
	#nav-icon3 span:nth-child(2),
	#nav-icon3 span:nth-child(3) {
		top: 15px;
	}
	#nav-icon3 span:nth-child(4) {
		top: 22px;
	}
	#nav-icon3.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	#nav-icon3.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-icon3.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#nav-icon3.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	div.overlay.home div.form {
		transform: translate(-50%, 0%);
		top: 10%;
	}
	div.popup div.container ul.offset-by-two {
		margin-left: 0px;
	}
	div.overlay div.wrapper ul.thirdlevel {
		margin: 0px;
	}
	div.topnav ul ul a:hover,
	div.topnav div.menu a:hover {
		color: #000000;
	}
	div.hellobar p {
		margin-left: 5px;
		margin-right: 5px;
	}
	div.homearea div.rotator.container div {
		margin: 10px;
		text-align: left;
	}
	div.homearea div.rotator.container h1 {
		margin-bottom: 5px;
	}
	div.container div.featured a.arrow {
		background-repeat: no-repeat;
		min-height: 50px;
		margin-top: 75px;
		cursor: pointer;
		width: 25px;
		display: block;
	}
	div.container div.featured div.category,
	div.featured div.category div.product {
		width: 370px;
	}
	div.featured div.category {
		font-size: 0;
		overflow: unset;
		white-space: normal;
	}
	div.featured div.category {
		overflow: hidden;
		white-space: nowrap;
		font-size: 0;
	}
	div.featured div.category div.details {
		white-space: normal;
	}
	div.product div.productImage img {
		max-width: 100%;
	}
	div.product div.imagewrapper img {
		max-width: 100%;
	}

	div.header ul.navigation li.mobile {
		display: block;
	}
	div.header div.menu {
		margin-right: 10px;
	}
	div.header div.cart,
	div.header div.login {
		margin-top: 15px;
	}
	div.header div.three.nav {
		float: none;
		display: inline-block;
		width: auto;
		position: absolute;
		left: 50%;
		margin-left: auto;
		margin-right: auto;
		transform: translate(-50%, 0);
	}
	div.header div.container div.nine.columns {
		float: right;
		width: auto;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	div.navigation ul.navigation li.mobile {
		display: block;
	}
	div.fixedheader div.topnav {
		overflow: hidden;
		max-width: 0px;
		position: fixed;
		width: 0%;
		height: 100%;
		top: 0px;
		background-color: #0077d5;
		margin-top: 0px;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	div.fixedheader div.topnav.open {
		max-width: 100%;
		width: 60%;
	}
	div.topnav div.dropdown div.container {
		width: auto;
	}
	div.topnav ul.navigation ul {
		display: none;
		margin: 0px;
	}
	div.topnav div.navigation {
		padding-bottom: 0px;
		background-color: transparent;
	}
	div.topnav div.navigation li.subnav {
		height: auto;
	}
	div.navigation ul.navigation {
		text-align: left;
		display: block;
		text-indent: 10px;
	}
	div.topnav div.navigation ul.navigation>li {
		padding: 0px;
		display: block;
		line-height: 35px;
	}
	div.navigation ul.navigation:nth-child(2) {
		border-top: 1px solid #035799;
	}
	div.navigation ul.navigation:nth-child(2)>li {
		border-bottom: 1px solid #035799;
	}
	div.topnav div.navigation ul.navigation li.dropdown {
		position: relative;
		height: 35px;
	}
	div.topnav div.navigation ul.threelevels li.subcat {
		position: relative;
		height: 35px;
	}
	div.topnav ul.navigation #subcats12258 li.subcat:nth-child(6) {
		margin: 0px;
	}
	div.topnav ul.navigation li.boldthis {
		margin: 0px;
		height: 35px;
		line-height: 35px;
		width: 100%;
	}
	div.topnav div.navigation ul.navigation li.dropdown::after,
	div.topnav div.navigation ul.threelevels li.subcat::after {
		background-image: url(/images/menuup.jpg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		width: 34px;
		position: absolute;
		right: 0px;
		top: 0px;
		cursor: pointer;
		border-left: 1px solid #035799;
		height: 35px;
		content: "";
	}
	div.topnav div.navigation ul.threelevels li.subcat.subopen::after,
	div.topnav div.navigation ul.navigation li.dropdown.open::after {
		background-image: url(/images/menudown.jpg);
	}
	div.topnav div.navigation ul.navigation a {
		padding: 0px;
		font-weight: bold;
	}
	div.topnav ul.navigation>li.dropdown:hover {
		background-image: none;
	}
	div.topnav ul.navigation li:hover ul {
		display: none;
	}
	div.topnav div.navigation ul.navigation li.dropdown.open,
	div.topnav div.navigation ul.navigation li.subcat.subopen {
		height: auto;
		background-image: none;
	}
	div.topnav div.navigation li.dropdown div.dropdown {
		position: relative;
		background-color: transparent;
	}
	div.topnav div.navigation li.dropdown.open div.dropdown,
	div.topnav ul.navigation li.dropdown.open ul {
		display: block;
	}
	div.topnav ul.navigation ul li {
		display: block;
		border-top: 1px solid #035799;
	}
	div.topnav ul.navigation li.dropdown ul.thirdlevel {
		display: none;
	}
	div.topnav ul.navigation li.subcat.subopen ul.thirdlevel {
		display: block;
		float: none;
		width: 100%;
	}
	div.topnav ul.navigation li.subcat.subopen ul.thirdlevel li {
		text-indent: 20px;
		width: unset;
		margin: 0px;
		float: none;
		line-height: 35px;
		height: 35px;
	}
	div.topnav ul.navigation ul.thirdlevel li a {
		font-weight: normal;
	}
	div.topnav ul.thirdlevel.four li {
		width: auto;
		float: none;
	}
	div.topnav ul.navigation ul li.subcat {
		float: none;
	}
	div.topnav ul.subcat li.boldthis a {
		margin: 0px;
	}
	div.topnav ul.navigation #subcats12294 {
		min-height: unset;
	}
	div.topnav ul.navigation #subcats12294 li.boldthis {
		clear: unset;
		float: none;
		width: auto;
	}
	div.topnav ul.navigation #subcats12294 li.subcat {
		position: static;
		top: unset;
	}
	div.topnav div.navigation ul.navigation>li.search {
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	div.topnav ul.navigation>li.search:hover {
		background-color: transparent;
	}
	div.topnav li.search form {
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		height: 40px;
	}
	div.topnav li.search input#ms {
		width: 70%;
		border-radius: 4px 0px 0px 4px;
		display: block;
		float: left;
		top: 0px;
	}
	div.topnav li.search a.searchbtn {
		height: 30px;
		width: 30px;
		display: block;
		background-color: #ffffff;
		border-radius: 0px 4px 4px 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		float: left;
	}
	div.topnav li.search a.searchbtn img {
		margin-top: 2px;
		display: block;
		width: 25px;
	}
	div.header div.container div.nonav {
		float: none;
		width: auto;
		margin-top: 15px;
	}
	div.topnav li.mobile a.close {
		margin-top: 10px;
		cursor: pointer;
		display: inline-block;
	}
	div.topnav li.mobile a.close img {
		display: block;
		height: 25px;
	}
	div.header div.nonav a.logo {
		width: 160px;
		display: inline-block;
		margin-top: 0px;
	}
	div.landing {
		margin-top: 10px;
		overflow: hidden;
	}
	div.homeban h3 {
		font-size: 20px;
		line-height: 24px;
	}
	div.homeban a.button {
		font-size: 15px;
		padding: 6px 10px;
	}
	div.container div.homeban>div.right {
		width: 48%;
	}
	div.container div.row:nth-child(2) div.homeban div.right {}
	div.noimgbanner h1 {
		text-indent: 0;
	}
	div.category div.product {
		width: 49%;
	}
	div.homearea a.down {
		background-size: cover;
		height: 30px;
		width: 30px;
	}
	div.content div.category h3 {
		text-align: center;
	}
	div.custom div.seven h4::after {
		width: 100%;
	}
	div.footer div.footlogo {
		display: none;
	}
	div.footer div.twelve a {
		margin-right: 0;
	}
	div.footer div.container {
		width: auto;
		margin-left: 10%;
		margin-right: 10%;
	}
	div.footer p.footnote img {
		width: 80%;
	}
	div.footer div.container div.columns {
		width: 100%;
		text-align: left;
	}
	div.footer li {
		width: auto;
		float: none;
	}
	div.footer h3 {
		margin-top: 10px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	div.footer div.container div.rightalign {
		text-align: left;
		width: 100%;
		margin-top: 15px;
	}
	div.footer div.rightalign>img {
		width: 30%;
	}
	div.footer div.rightalign img {
		margin-left: auto;
		margin-right: auto;
	}
	div.footer .open {
		display: inline-block;
	}
	div.footer div.corpfootnav ul.navigation {
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		transition: all .8s;
		max-height: 0px;
		overflow: hidden;
	}
	div.footer div.corpfootnav ul.navigation.visible {
		max-height: 1000px;
	}
	div.footer div.corpfootnav ul {
		grid-template-columns: repeat(4, auto);
		grid-template-rows: repeat(15, auto);
		text-align: left;
	}
	div.cartbuttons a {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 200px;
	}
	a.button.light{
		padding: 14px 32px;
	}
	div.breadcrumb span {
		display: none;
	}
	div.breadcrumb li {
		clear: left;
	}
	div.cartbuttons div.gift {
		float: none;
	}
	div.cartbuttons div.gift input {
		margin-bottom: 15px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	table.cartTable div.iteminfo span {
		line-height: 18px;
	}
	tr.cartFooter td p {
		display: block;
		line-height: 35px;
	}
	tr.cartFooter td p {
		margin-right: 5px;
	}
	div.header .open>img {
		height: 26px;
		position: relative;
		top: 4px;
	}
	table.cartTable {
		font-size: 14px;
		line-height: 18px;
	}
	table.cartTable div.iteminfo a {
		display: inline-block;
		font-size: 14px;
	}
	table.cartTable tr.cartItem td {
		padding-left: 2px;
		padding-right: 2px;
	}
	table.cartTable td input {
		width: 50px;
	}
	table.cartTable td a {
		font-size: 12px;
	}
	div.checkout table.shopts td {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	div.checkout table.shopts input {
		display: block;
		float: left;
		margin-top: 2px;
	}
	div.checkout table.shopts label {
		display: block;
		float: left;
		line-height: 16px;
		margin: 0;
		width: 90%;
	}
	div.imagebanner div.wrapper {
		max-width: 300px;
	}
	div.container div.content div.cartWrapper table.cartTable td,
	div.container div.content div.cartWrapper table.cartTable th {
		display: inline-block;
		float: left;
		height: auto;
		width: auto;
	}
	div.container div.content div.cartWrapper table.cartTable td.six,
	div.container div.content div.cartWrapper table.cartTable th.six {
		width: 100px;
	}
	div.container div.content div.cartWrapper table.cartTable td.one,
	div.container div.content div.cartWrapper table.cartTable th.one {
		width: 50px;
	}
	div.container div.content div.cartWrapper table.cartTable td.two,
	div.container div.content div.cartWrapper table.cartTable th.two {
		width: 60px;
	}
	div.container div.content div.cartWrapper table.cartTable div.img {
		width: 100px;
	}
	table.cartTable {
		width: 280px;
	}
	table.cartTable th {
		padding: 2px;
	}
	table.cartTable td input {
		width: 35px;
	}
	div.footer p.footnote img {
		width: 50%;
	}
	div.customribbon p {
		position: relative;
		transform: unset;
		top: unset;
		margin-bottom: 15px;
	}
	div.custom div.overlay div.popup table div.wrapper {
		padding: 10px;
	}
	div.custom div.overlay div.popup {
		width: 80%;
	}
	/* div.top {
		display: block;
		position: fixed;
		bottom: 5px;
		right: 5px;
		z-index: 800;
		color: #0077d5;
		cursor: pointer;
		font-size: 10px;
		line-height: 12px;
		text-transform: uppercase;
		width: 40px;
	} */
	/* div.top img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	} */
	div.overlay div.popup div.container {
		width: 380px;
	}
	div.overlay div.popup {
		background-color: #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 26px;
		padding: 15px;
		text-align: left;
	}
	div.overlay div.popup>a {
		text-decoration: none;
	}
	div.overlay div.popup a.close {
		width: 25px;
		height: 25px;
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
		display: block;
	}
	div.overlay div.wrapper li.subcat,
	div.overlay div.wrapper li.boldthis {
		font-size: 16px;
		float: left;
		width: 50%;
	}
	div.overlay div.wrapper li.boldthis {
		margin-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	div.overlay div.wrapper li.subcat:nth-child(2n+1) {
		clear: left;
	}
	div.overlay div.wrapper li.subcat:nth-child(5) {
		margin-bottom: 60px;
	}
	div.overlay div.wrapper li.subcat:nth-child(6) {
		margin-bottom: 5px;
	}
	div.overlay div.wrapper strong {
		float: left;
		margin-bottom: 5px;
	}
	div.overlay div.wrapper ul.thirdlevel {
		width: auto;
		clear: left;
	}
	div.overlay div.wrapper li.boldthis a {
		font-weight: bold;
	}
	div.overlay div.wrapper a {
		text-decoration: none;
	}
	div.overlay div.wrapper a:hover {
		text-decoration: underline;
	}
	div.breadcrumb ol li
	{
		padding: 0px;
		width: auto;
		display: block;
	}
	div.breadcrumb ol li:before
	{
		border: none !important;
		position: relative;
		transform: none;
		left: 0;
		width: auto;
		height: auto;
		margin-right: 10px;
		line-height: 24px;
	}
	div.breadcrumb ol li.check:before
	{
		border: none;
		background-color: #ffffff;
		color: #000000;
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;
		content: counter(item);
		font-family: Arial, sans-serif;
	}
	div.breadcrumb ol li:nth-child(n+2)::after
	{
		content: none;
		display: none;
	}
	div.header div.search input{
		display: none;
	}

	div.header div.search{
		margin-top: -50px;
	}
	.mobile-bars{
		display: block;
	}
	.top-bar{
		position: absolute;
		display: none;
	}
	.top-bar.open{
		display: block;
	}
	div.search.open input[type='search']{
		display: block;
		position: absolute;
		top: 70px;
		left: -6%;
		width: 109.5% !important;
		border: 1px solid #00ade0;
		text-align: left;
		border-radius: 25px;
	}
	.container.desktop-header {
		margin: 0 5%;
		display: flex;
		width: 90%;
	}
	span.logo-text{
		font-size: 30px;
		margin-left: 9px;
	}
	.seven.columns.nav.header-left {
		display: flex;
		align-items: center;
		width: 75%;
	}
	.logo img {
		height: 60px;
		margin-left: 9px;
	}
	.bar-block{
		width: 128%;
		border-bottom: 1px solid #fff;
	}
	.six.columns.header-middle, .four.columns.header-right {
		display: none;
	}
	.mobile-cart{
		display: block;
	}
	.two.columns.nav.header-left{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.header-right{
		position: absolute;
	}
	.menu{
		display: none;
	}
	div.header div.search.open a.searchbtn, div.topnav li.search.open a.searchbtn{
		display: none;
	}
	div.search.open input[type='search']{
		top: 360px;
		left: -5%;
		width: 107.5% !important;
	}
	.footer-logo {
		text-align: left;
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.footer-links{
		display: block;
		height: auto;
		margin-top: 20px;
	}
	.footer-link{
		display: block;
	}
	.white-pipe{
		display: none;
	}
	.hidden-break{
		display: block;
	}
	div.footer a{
		text-align: left;
		margin: 10px 0;
	}
	.body-grid{
		width: auto;
		margin: 50px 66px;
	}
	.body-box{
        grid-column: span 4;
	}



    div.hero-banner {
        background-position: 25%;
    }

    div.banner-text {
        position: absolute;
        text-align: left;
        left: 13%;
        top: 16%;
    }

    div.banner-text h2 {
        color: #0c395e;
        /*padding: 35px 0 15px 0;*/
        font-size: 18px;
        font-family: "Univers Bold";
        margin-bottom: 0;
        line-height: 10px;
    }

    div.banner-text p {
        color: #0c395e;
        margin-top: 7%;
        font-size: 13px;
        font-family: "Univers";
    }

    a.order-nowBtn {
        left: 34%;
        top: 65%;
        font-size: 14px;

    }






	.guidelines ul li {
		display: block;
		font-size: 22px;
		padding: 0;
	}
	.guidelines h2{
		padding: 8px 0 15px 0;
	}
	.loginpage{
		width: 350px;
	}
	div.header div.search.open input{
		margin-left: 0;
	}
	div.category h3{
		width: auto;
		margin-left: 10%;
	}
}

/* Jacob ipad Above */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 480px) {
	body {
		padding-top: 100px;
	}
	div.homearea div.image img,
	div.herobanner img {
		display: none;
	}
	/* div.homearea div.image img.mobihero,
	div.herobanner img.mobihero {
		display: block;
		width: 100%;
		min-height: unset;
	} */
	div.homearea div.rotator {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	div.homearea div.rotator.container h1 {
		color: #ffffff;
	}
	div.header div.container div.nine.columns {
		float: right;
		width: auto;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8px;
	}
	div.header a.logo {
		width: 140px;
	}
	div.header div.menu {
		margin-right: 0px;
	}
	div.header div.cart,
	div.header div.login {
		margin-top: 0px;
	}
	div.header div.cart,
	div.header div.menu {
		margin-left: 0px;
	}
	div.container div.overlay.home div.form.eight.columns {
		width: 100%;
	}
	div.overlay div.form a.link {
		width: 310px;
	}
	div.overlay.home div.form h1 {
		font-size: 30px;
		line-height: 32px;
	}
	div.overlay.home div.form p {
		font-size: 18px;
		line-height: 20px;
	}
	div.overlay div.form input[type="text"],
	div.overlay div.form input[type="password"] {
		width: 300px;
	}
	div.imagebanner div.wrapper {
		max-width: 420px;
	}
	div.overlay.home {
		width: 100%;
		transform: none;
		left: 0;
	}
	div.overlay.home div.form {
		transform: translate(-50%, 0%);
	}
	div.landing>img {
		width: auto;
		max-width: unset;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		height: 400px;
	}
	div.homearea div.rotator.container h1 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	div.container div.featured div.category,
	div.featured div.category div.product {
		width: 250px;
	}
	div.overlay.home div.form .eight.columns {
		width: 100%;
	}
	div.overlay.home div.form a.button {
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 12px;
		padding-right: 12px;
		font-size: 13px;
		margin-bottom: 10px;
		display: inline-block;
	}
	div.overlay div.popup div.container {
		width: 280px;
	}
	div.custom div.three.columns img {
		width: 50%;
	}
	div.herobanner.cat h1.smallermobile {
		font-size: 30px;
		line-height: 35px;
	}
	div.footer div.mobile {
		display: block;
	}
	.logo img {
		height: 43px;
	}
	span.logo-text {
		font-size: 18px;
		line-height: 1.1;
	}
	/* .seven.columns.nav.header-left{
		margin-top: -9px;
	} */
	div.header div.cart a, div.header div.login a{
		margin-top: 15px;
	}

	.promo-cta-text{
		font-size: 30px;
		margin-bottom: 0;
	}
	.promo-cta-left{
		width: 53%;
		top: 0;
	}
	.promo-cta-right{
		width: 59%;
		top: 0;
	}
	.body-grid{
		width: auto;
		margin: 50px 10px;
	}
	.body-box{
        grid-column: span 6;
	}
	div.search.open input[type='search']{
		top: 348px;
		left: 0%;
	}
	.imagewrapper.five.columns.offset-by-one{
		width: 100%;
	}
	.productcontent.six.columns{
		width: 97%;
	}
}

/* Jacob Mobile Above */

@media only screen and (min-width: 769px) and (max-width: 768px) {
	div.footer div.rightalign>img {
		width: auto;
	}
}