@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700,800,900&display=swap');

/*!
 * icheck-bootstrap v3.0.1 (https://github.com/bantikyan/icheck-bootstrap)
 * Copyright 2018 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE)
 */
[class*='icheck-'] {
	display: inline-block;
	min-height: 22px;
	margin-top: 2px !important;
	padding-left: 0;
}
.icheck-inline {
	display: inline-block;
}
.icheck-inline + .icheck-inline {
	margin-left: 0.75rem;
	margin-top: 6px;
}
[class*='icheck-'] > label {
	padding-left: 29px !important;
	min-height: 22px;
	line-height: 25px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
[class*='icheck-'] > input:first-child {
	position: absolute !important;
	opacity: 0;
	margin: 0;
}
[class*='icheck-'] > input:first-child:disabled {
	cursor: default;
}
[class*='icheck-'] > input:first-child + input[type='hidden'] + label::before,
[class*='icheck-'] > input:first-child + label::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	border: 1px solid #d3cfc8;
	border-radius: 0;
	margin-left: -29px;
}
[class*='icheck-']
	> input:first-child:checked
	+ input[type='hidden']
	+ label::after,
[class*='icheck-'] > input:first-child:checked + label::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 1px;
	width: 4px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-top: none;
	transform: translate(7.75px, 4.5px) rotate(45deg);
	-ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
[class*='icheck-']
	> input[type='radio']:first-child
	+ input[type='hidden']
	+ label::before,
[class*='icheck-'] > input[type='radio']:first-child + label::before {
	border-radius: 50%;
}
[class*='icheck-']
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
[class*='icheck-']
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-width: 2px;
}
[class*='icheck-'] > input:first-child:disabled + input[type='hidden'] + label,
[class*='icheck-']
	> input:first-child:disabled
	+ input[type='hidden']
	+ label::before,
[class*='icheck-'] > input:first-child:disabled + label,
[class*='icheck-'] > input:first-child:disabled + label::before {
	pointer-events: none;
	cursor: default;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0.65;
}
.icheck-default
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-default
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #adadad;
}
.icheck-default
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-default > input:first-child:checked + label::before {
	background-color: #e6e6e6;
	border-color: #adadad;
}
.icheck-default
	> input:first-child:checked
	+ input[type='hidden']
	+ label::after,
.icheck-default > input:first-child:checked + label::after {
	border-bottom-color: #333;
	border-right-color: #333;
}
.icheck-primary
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-primary
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #2e6da4;
}
.icheck-primary
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-primary > input:first-child:checked + label::before {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.icheck-success
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-success
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #4cae4c;
}
.icheck-success
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-success > input:first-child:checked + label::before {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.icheck-info
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-info
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #46b8da;
}
.icheck-info > input:first-child:checked + input[type='hidden'] + label::before,
.icheck-info > input:first-child:checked + label::before {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.icheck-warning
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-warning
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #eea236;
}
.icheck-warning
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-warning > input:first-child:checked + label::before {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.icheck-danger
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-danger
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #d43f3a;
}
.icheck-danger
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-danger > input:first-child:checked + label::before {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.icheck-turquoise
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-turquoise
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #1abc9c;
}
.icheck-turquoise
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-turquoise > input:first-child:checked + label::before {
	background-color: #1abc9c;
	border-color: #1abc9c;
}
.icheck-emerland
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-emerland
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #2ecc71;
}
.icheck-emerland
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-emerland > input:first-child:checked + label::before {
	background-color: #2ecc71;
	border-color: #2ecc71;
}
.icheck-peterriver
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-peterriver
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #3498db;
}
.icheck-peterriver
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-peterriver > input:first-child:checked + label::before {
	background-color: #3498db;
	border-color: #3498db;
}
.icheck-amethyst
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-amethyst
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #9b59b6;
}
.icheck-amethyst
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-amethyst > input:first-child:checked + label::before {
	background-color: #9b59b6;
	border-color: #9b59b6;
}
.icheck-wetasphalt
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-wetasphalt
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #34495e;
}
.icheck-wetasphalt
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-wetasphalt > input:first-child:checked + label::before {
	background-color: #34495e;
	border-color: #34495e;
}
.icheck-greensea
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-greensea
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #16a085;
}
.icheck-greensea
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-greensea > input:first-child:checked + label::before {
	background-color: #16a085;
	border-color: #16a085;
}
.icheck-nephritis
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-nephritis
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #27ae60;
}
.icheck-nephritis
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-nephritis > input:first-child:checked + label::before {
	background-color: #27ae60;
	border-color: #27ae60;
}
.icheck-belizehole
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-belizehole
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #2980b9;
}
.icheck-belizehole
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-belizehole > input:first-child:checked + label::before {
	background-color: #2980b9;
	border-color: #2980b9;
}
.icheck-wisteria
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-wisteria
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #8e44ad;
}
.icheck-wisteria
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-wisteria > input:first-child:checked + label::before {
	background-color: #8e44ad;
	border-color: #8e44ad;
}
.icheck-midnightblue
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-midnightblue
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #2c3e50;
}
.icheck-midnightblue
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-midnightblue > input:first-child:checked + label::before {
	background-color: #2c3e50;
	border-color: #2c3e50;
}
.icheck-sunflower
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-sunflower
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #f1c40f;
}
.icheck-sunflower
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-sunflower > input:first-child:checked + label::before {
	background-color: #f1c40f;
	border-color: #f1c40f;
}
.icheck-carrot
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-carrot
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #e67e22;
}
.icheck-carrot
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-carrot > input:first-child:checked + label::before {
	background-color: #e67e22;
	border-color: #e67e22;
}
.icheck-alizarin
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-alizarin
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #e74c3c;
}
.icheck-alizarin
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-alizarin > input:first-child:checked + label::before {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.icheck-clouds
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-clouds
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #ecf0f1;
}
.icheck-clouds
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-clouds > input:first-child:checked + label::before {
	background-color: #ecf0f1;
	border-color: #ecf0f1;
}
.icheck-clouds
	> input:first-child:checked
	+ input[type='hidden']
	+ label::after,
.icheck-clouds > input:first-child:checked + label::after {
	border-bottom-color: #95a5a6;
	border-right-color: #95a5a6;
}
.icheck-concrete
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-concrete
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #95a5a6;
}
.icheck-concrete
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-concrete > input:first-child:checked + label::before {
	background-color: #95a5a6;
	border-color: #95a5a6;
}
.icheck-orange
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-orange
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #f39c12;
}
.icheck-orange
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-orange > input:first-child:checked + label::before {
	background-color: #f39c12;
	border-color: #f39c12;
}
.icheck-pumpkin
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-pumpkin
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #d35400;
}
.icheck-pumpkin
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-pumpkin > input:first-child:checked + label::before {
	background-color: #d35400;
	border-color: #d35400;
}
.icheck-pomegranate
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-pomegranate
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #c0392b;
}
.icheck-pomegranate
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-pomegranate > input:first-child:checked + label::before {
	background-color: #c0392b;
	border-color: #c0392b;
}
.icheck-silver
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-silver
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #bdc3c7;
}
.icheck-silver
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-silver > input:first-child:checked + label::before {
	background-color: #bdc3c7;
	border-color: #bdc3c7;
}
.icheck-asbestos
	> input:first-child:not(:checked):not(:disabled):hover
	+ input[type='hidden']
	+ label::before,
.icheck-asbestos
	> input:first-child:not(:checked):not(:disabled):hover
	+ label::before {
	border-color: #7f8c8d;
}
.icheck-asbestos
	> input:first-child:checked
	+ input[type='hidden']
	+ label::before,
.icheck-asbestos > input:first-child:checked + label::before {
	background-color: #7f8c8d;
	border-color: #7f8c8d;
}

body {
	font-family: 'Lato', arial;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background: #f4f6f8;
	height: 100%;
}
body img {
	max-width: 100%;
}
a {
	color: #181818;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1.t-l + hr,
h3.t-l + hr {
	display: block;
	width: 100px;
	margin: 0 0 20px 0;
	border-top: 3px solid #000000;
}
h1.t-l.center + hr,
h3.t-l.center + hr {
	margin: 0 auto 20px auto;
}

ul.big {
	font-size: 16px;
	line-height: 30px;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px 0px;
	color: #444;
}
h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 35px 0px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 16px;
	margin: 0 0 15px 0;
}
.t-l {
	font-size: 35px;
	text-transform: uppercase;
}
h3,
.t-m {
	font-size: 22px;
	text-transform: uppercase;
}
.t-s {
	font-size: 16px;
	text-transform: uppercase;
}
.p-hero {
	font-size: 30px;
	line-height: 28px;
}
.p-l {
	font-size: 18px;
	line-height: 32px;
}
p,
.p-m {
	font-size: 16px;
	line-height: 28px;
}
.p-s {
	font-size: 14px;
	line-height: 18px;
}
.p-xs {
	font-size: 11px;
	line-height: 15px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.space20 {
	height: 20px;
}

/***********************
****** NEW INLINE ******
***********************/
.inline-con {
	font-size: 0;
}
.inline-con.vcenter .inline {
	vertical-align: middle;
}
.inline-con.hcenter,
.inline-con.icenter .inline {
	text-align: center;
}
.inline-con.lright .inline:last-child {
	text-align: right;
}
.inline-con .inline:last-child {
	margin-right: 0;
}
.inline {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: left;
}
.i1 {
	width: calc(1 * (100% - 165px) / 12);
}
.i2 {
	width: calc(2 * (100% - 165px) / 12 + 1 * (15px));
}
.i3 {
	width: calc(3 * (100% - 165px) / 12 + 2 * (15px));
}
.i4 {
	width: calc(4 * (100% - 165px) / 12 + 3 * (15px));
}
.i5 {
	width: calc(5 * (100% - 165px) / 12 + 4 * (15px));
}
.i6 {
	width: calc(6 * (100% - 165px) / 12 + 5 * (15px));
}
.i7 {
	width: calc(7 * (100% - 165px) / 12 + 6 * (15px));
}
.i8 {
	width: calc(8 * (100% - 165px) / 12 + 7 * (15px));
}
.i9 {
	width: calc(9 * (100% - 165px) / 12 + 8 * (15px));
}
.i10 {
	width: calc(10 * (100% - 165px) / 12 + 9 * (15px));
}
.i11 {
	width: calc(11 * (100% - 165px) / 12 + 10 * (15px));
}

.rpad10 {
	padding-right: 10px;
}
.rpad20 {
	padding-right: 20px;
}
.rpad40 {
	padding-right: 40px;
}
.lpad10 {
	padding-left: 10px;
}
.lpad20 {
	padding-left: 20px;
}
.lpad40 {
	padding-left: 40px;
}

/***********************
****** NEW FLEX ******
***********************/
.fCon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flex {
	font-size: 14px;
}
.f1 {
	width: calc(1 * 100% / 12);
}
.f2 {
	width: calc(2 * 100% / 12);
}
.f3 {
	width: calc(3 * 100% / 12);
}
.f4 {
	width: calc(4 * 100% / 12);
}
.f5 {
	width: calc(5 * 100% / 12);
}
.f6 {
	width: calc(6 * 100% / 12);
}
.f7 {
	width: calc(7 * 100% / 12);
}
.f8 {
	width: calc(8 * 100% / 12);
}
.f9 {
	width: calc(9 * 100% / 12);
}
.f10 {
	width: calc(10 * 100% / 12);
}
.f11 {
	width: calc(11 * 100% / 12);
}
.f12 {
	width: calc(12 * 100% / 12);
}
.fCon.fRev {
	flex-wrap: wrap-reverse;
}
.fCon.fCenter {
	align-items: center;
}
.fCon.fRight .flex:last-child {
	text-align: right;
}

/********************
******* HOVER *******
********************/
.hvr {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.hvr:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	top: 0;
	background: #000000;
	height: 5px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr:hover:before,
.hvr:focus:before,
.hvr:active:before {
	left: 0;
	right: 0;
}

/******
TOPNAV
******/
#wrap {
	min-height: calc(100vh - 80px);
}
#hdr-con {
	background: #d2d0c2;
	color: #000;
	padding: 15px 0px;
}
#hdr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
#hdr-l {
	width: 200px;
}
#hdr-r {
}
#hdr-r p {
	text-align: right;
	margin: 0 0 30px 0;
	color: #000;
}
#hdr-r p a {
	color: #000;
}
#hdr-r #topnav {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
#hdr-r #topnav li {
	margin-left: 30px;
}
#hdr-r #topnav li a {
	color: #000;
	padding: 5px;
	font-size: 16px;
}

/*****
SUBNAV
*****/
#subnav-con {
	background: #fff;
	padding: 15px 0px;
}
#subnav {
	width: 1200px;
	margin: 0 auto;
}
#subnav .fa-ellipsis-v {
	display: none;
}
#subnav .fCon {
	align-items: center;
}
#subnav .f6:last-child {
	text-align: right;
}
#subnav .dropCon {
	text-align: right;
	position: relative;
}
#breadcrumbs {
	padding: 11px 0px;
}
#breadcrumbs span {
	color: #000;
}
#breadcrumbs a {
	font-size: 14px;
	color: #000;
}
#breadcrumbs span:last-child a span {
	color: #000;
	font-weight: bold;
}
#subnav ul.drop {
	display: block;
	position: static;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	box-shadow: none;
}
#subnav li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
#subnav .email {
	border: 1px solid #494949;
	padding: 6px;
	border-radius: 4px;
	font-size: 25px;
	color: #494949;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
#subnav .email:hover {
	border-color: #000;
	color: #000;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #f0f0f0;
}

.tr-abs-con {
	position: relative;
}
.tr-abs {
	position: absolute;
	top: 0px;
	right: 0px;
}
.tr-abs form.form input[type='date'],
.tr-abs form.form input[type='month'],
.tr-abs form.form input[type='text'] {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	margin: 0px 5px;
}
.tr-abs form.form input[type='submit'] {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	line-height: 42px;
	padding: 0px 15px;
}

/* apple menu */
.window .header {
	display: none;
}
.window .menu {
	display: none;
}
.window .menu li.customer {
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.window .menu li.customer a {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	margin: 0px 5px;
}
.window .header ul.menu li.menu-item.customer a {
	display: inline-block;
	width: auto;
}
.window .header {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: 65px;
	width: 100%;
	background: #000000;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out, background 1s ease-out;
	transition: all 0.5s ease-out, background 1s ease-out;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	z-index: 1;
}
.window .header a {
	color: #fff;
}

.window .header .burger-container {
	position: absolute;
	display: inline-block;
	height: 65px;
	width: 65px;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 9999;
}
.window .header .burger-container #burger {
	width: 25px;
	height: 8px;
	position: relative;
	display: block;
	margin: -4px auto 0;
	top: 50%;
}
.window .header .burger-container #burger .bar {
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.window .header .burger-container #burger .bar.topBar {
	-webkit-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
}
.window .header .burger-container #burger .bar.btmBar {
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.window .header .icon {
	display: inline-block;
	position: absolute;
	height: 100%;
	line-height: 50px;
	width: 65px;
	height: 65px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.window .header .icon.icon-apple {
	height: auto;
	line-height: normal;
	width: 140px;
	top: 12px;
}
.window .header .icon.icon-bag {
	right: 0px;
	top: 0px;
	left: auto;
	color: #fff;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: -webkit-transform 0.5s
		cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
		-webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s;
}
.window .header .icon.icon-bag a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.window .header ul.menu {
	position: relative;
	display: block;
	padding: 0px 50px;
	margin: 100px 0;
	list-style: none;
}
.window .header ul.menu li.menu-item {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	-webkit-transform: scale(1.15) translateY(-30px);
	transform: scale(1.15) translateY(-30px);
	opacity: 0;
	-webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
		-webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
		-webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
		opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
		opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
		-webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.window .header ul.menu li.menu-item:nth-child(1) {
	-webkit-transition-delay: 0.49s;
	transition-delay: 0.49s;
}
.window .header ul.menu li.menu-item:nth-child(2) {
	-webkit-transition-delay: 0.42s;
	transition-delay: 0.42s;
}
.window .header ul.menu li.menu-item:nth-child(3) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.window .header ul.menu li.menu-item:nth-child(4) {
	-webkit-transition-delay: 0.28s;
	transition-delay: 0.28s;
}
.window .header ul.menu li.menu-item:nth-child(5) {
	-webkit-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
.window .header ul.menu li.menu-item:nth-child(6) {
	-webkit-transition-delay: 0.14s;
	transition-delay: 0.14s;
}
.window .header ul.menu li.menu-item:nth-child(7) {
	-webkit-transition-delay: 0.07s;
	transition-delay: 0.07s;
}
.window .header ul.menu li.menu-item a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	line-height: 50px;
	font-weight: 200;
	width: 100%;
}
.window .header.menu-opened {
	height: 100%;
	background-color: #000000;
	-webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
	transition: all 0.3s ease-in, background 0.5s ease-in;
	z-index: 99999;
}
.window .header.menu-opened .burger-container {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.window .header.menu-opened .burger-container #burger .bar {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.window .header.menu-opened .burger-container #burger .bar.topBar {
	-webkit-transform: translateY(4px) rotate(45deg);
	transform: translateY(4px) rotate(45deg);
}
.window .header.menu-opened .burger-container #burger .bar.btmBar {
	-webkit-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}
.window .header.menu-opened ul.menu li.menu-item {
	-webkit-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
	opacity: 1;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
	-webkit-transition-delay: 0.34s;
	transition-delay: 0.34s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
	-webkit-transition-delay: 0.41s;
	transition-delay: 0.41s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
	-webkit-transition-delay: 0.48s;
	transition-delay: 0.48s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
	-webkit-transition-delay: 0.62s;
	transition-delay: 0.62s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
	-webkit-transition-delay: 0.69s;
	transition-delay: 0.69s;
}
.window .header.menu-opened .icon.icon-bag {
	-webkit-transform: translateX(75px);
	transform: translateX(75px);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.window .content {
	padding: 67px 4% 0;
	text-align: justify;
	overflow: scroll;
	max-height: 100%;
}
.window .content::-webkit-scrollbar {
	display: none;
}
.window .content h2 {
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.window .content img {
	width: 95%;
	position: relative;
	display: block;
	margin: 75px auto 75px;
}
.window .content img:nth-of-type(2) {
	margin: 75px auto;
}

/*****
FOOTER
*****/
#ftr-con {
	background: #d2d0c2;
	color: #000;
	padding: 10px 0px;
	padding-top: 20px;
}
#ftr {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
#ftr .fCon {
	align-items: center;
}
#ftr .f6:last-child {
	text-align: right;
}
#ftr span {
	display: inline-block;
	vertical-align: middle;
}
#ftr i.fa {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	margin-left: 5px;
}
#ftr a {
	color: #000;
}
#ftr a:hover {
	color: #999;
	text-decoration: none;
}

/****
TABLE
****/
.cover {
}
.cover td.breakword {
	word-break: break-all;
}
.cover.nowrap th,
.cover.nowrap td {
	white-space: nowrap;
}
table.table {
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ccc;
}

table.table.lright th:last-child,
table.table.lright td:last-child {
	text-align: right;
}
table.table.lright td:last-child i.fa {
	margin-left: 5px;
}
table.table thead th {
	padding: 15px 10px;
	text-align: left;
	font-weight: 800;
	font-size: 16px;
	background: #fff;
	cursor: pointer;
}
table.table tbody tr:nth-child(odd) {
	background: #fafafa;
}
table.table tbody tr:nth-child(even) {
	background: #eee;
}
table.table tbody tr:nth-child(odd):hover {
	background: #ddd;
}
table.table tbody tr:nth-child(even):hover {
	background: #ddd;
}
table.table tbody th {
	text-align: left;
	padding: 10px;
}
table.table th.number {
	width: 30px;
}
table.table th.icons,
table.table td.icons {
	width: 100px;
	text-align: center;
}
table.table td {
	padding: 10px;
	font-size: 14px;
	position: relative;
	vertical-align: top;
}
table.table td .icheck-peterriver {
	display: inline-block;
	vertical-align: middle;
}
table.table i.fa {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #949494;
	color: #949494;
	border-radius: 4px;
	padding: 10px;
	line-height: 15px;
	width: 15px;
	text-align: center;
	cursor: pointer;
}
table.table i.fa + i.fa {
	margin-left: 5px;
}
table.table a:hover i.fa {
	background: #f0f0f0;
}
table.table i.fa-trash {
	color: #ff0000;
	margin-left: 5px;
}
table.table i.fa-plus-square {
	color: green;
	margin-left: 5px;
}
table.table i.fa-bars {
	border: 0;
	font-size: 20px;
	color: #000;
	cursor: move;
}

/******
GENERAL
******/
.bg-white {
    background: #fff;
}
.bdy {
	width: 1200px;
	margin: 15px auto;
	padding-bottom: 15px;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	border: 1px solid #000000;
	background: #000000;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-family: 'Lato';
	font-weight: normal;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	font-size: 17px;
	padding: 17px 30px;
}

.btn.btn-sm{
	font-size: 14px;
	padding: 11px 30px;
}
.orderForm .btn {
	font-size: 14px;
	padding: 11px 30px;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn.red {
	background: #c0392b;
	color: #fff;
	border-color: #c0392b;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.btn.green {
	background: green;
	color: #fff;
	border-color: green;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.btn.white {
	background: #fff;
	color: #333;
	border-color: #333;
}
.btn.gray {
	background: #e7e7e7;
	color: #000;
	border-color: #9c9c9c;
}
.btn.gray.active {
	background: #f1f1f1;
	color: #545454;
	border-color: #545454;
}
.btn.gray:hover {
	background: #f0f0f0;
}
.btn .fa-plus {
	font-size: 12px;
	margin-right: 5px;
}
.btn + .btn {
	margin-left: 5px;
}
.top-btn {
	text-align: right;
	margin-bottom: 25px;
	position: relative;
	min-height: 40px;
}
.top-btn form,
.top-btn span {
	display: inline-block;
	vertical-align: middle;
}
.top-btn ul.drop {
	right: 0;
}

.top-btn form {
	position: absolute;
	width: 500px;
	top: 0;
	left: 0;
}
.top-btn.top-med form.form {
	font-size: 0;
}
.top-btn.top-med form.form input[type='text'] {
	width: calc(100% - 110px);
	margin-right: 10px;
}
.top-btn.top-med form.form input[type='submit'] {
	width: 100px;
	border-radius: 5px;
	padding: 6px;
	line-height: 40px;
}
.top-letters {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.top-btn.top-cal .cal-filters {
	position: absolute;
	top: 0;
	left: 0;
}
.customer-new {
	display: none;
	padding: 15px;
	background: #eee;
	margin-top: 20px;
}
.customer-new h4 {
	font-size: 14px;
	font-weight: 800;
	margin: 0px 0px 25px 0px;
}
.customer-con .customer-new {
	display: block;
}
#search_results table.table {
	margin-top: 20px;
}
#search_results td:last-child {
	width: 104px;
}

/**
BOX
**/
.box {
	background-color: var(--p-surface-foreground, #fff);
	box-shadow: var(
		--p-card-shadow,
		0 0 0 1px rgba(63, 63, 68, 0.05),
		0 1px 3px 0 rgba(63, 63, 68, 0.15)
	);
	padding: 20px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
}
.box + .box {
	margin-top: 20px;
}
.box h1 {
	margin-top: 10px;
}
.box h3:first-of-type {
	margin-top: 0px;
}
.box .cover + h3 {
	margin-top: 30px;
}
.box.light {
	background: #fefcef;
}

/******
POP BOX
******/
#dim {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.pop {
	display: none;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	z-index: 9999;
}
.pop#confirm-date,
.pop#emailfwd,
.pop#trash {
	width: 400px;
	text-align: center;
}

.pop#emailfwd p,
.pop#trash p {
	margin-top: 0;
	font-size: 13px;
}
.pop#trash .btn + .btn {
	margin-left: 10px;
}
.pop#emailfwd form {
	margin: 0;
}
.pop#emailfwd div {
	display: flex;
	align-items: center;
}
.pop#emailfwd input[type='text'] {
	width: calc(100% - 155px);
	margin-right: 5px;
	font-family: 'Lato';
}
.pop#emailfwd input[type='submit'] {
	width: 150px;
}

/****
FORMS
****/
form.form {
	margin-bottom: 25px;
}
form.form .fRow.fCon {
	justify-content: space-between;
}
form.form .fRow + .fRow {
	margin-top: 20px;
}
form.form .fRow .f8 {
	padding-left: 40px;
	box-sizing: border-box;
}
form.form .fRow .f4 input[type='submit'] {
	background: #feca54;
}
form.form .fRow.fFiles {
	position: relative;
	text-align: center;
}
form.form .fRow.fFiles label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	text-align: center;
	background: #f1f1f1;
	padding: 35px 0px;
	justify-content: center;
	border: 1px dashed #ccc;
}
form.form .fRow.fFiles label span.btn {
	background: #feca54;
	margin-bottom: 12px;
}
form.form .fRow.fFiles input[type='file'] {
	display: flex;
	height: 150px;
	box-sizing: border-box;
	width: 100%;
	opacity: 0;
	position: relative;
	z-index: 9;
}
form.form .display-upload span {
	display: block;
	background: #f1f1f1;
	border-radius: 4px;
	padding: 10px;
	margin-top: 15px;
}
form.form .half {
	width: calc(50% - 20px);
}
form.form .inline {
	display: inline-flex;
}
form.form .half b {
	margin: 10px;
}
form.form .third {
	width: calc(30% - 10px);
	text-align: left;
}
form.form .full {
	width: 100%;
}
form.form label {
	display: block;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
form.form label p {
	margin: 0;
	font-weight: normal;
	text-transform: none;
}

form.form input[type='text'],
form.form input[type='date'],
form.form input[type='datetime-local'],
form.form input[type='month'],
form.form input[type='time'],
form.form input[type='password'],
form.form input[type='number'],
form.form textarea {
	width: 100%;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	line-height: 18px;
	-webkit-appearance: none;
	padding: 15px;
	font-size: 20px;
}

.orderForm form.form input[type='text'],
.orderForm form.form input[type='date'],
.orderForm form.form input[type='datetime-local'],
.orderForm form.form input[type='month'],
.orderForm form.form input[type='time'],
.orderForm form.form input[type='password'],
.orderForm form.form input[type='number'],
.orderForm form.form textarea {
	padding: 10px;
	font-size: 14px;
}
input[type='date'] {
	position: relative;
	min-height: 39px;
}
#wrap {
	min-height: calc(100vh - 174px);
}
@media only screen and (max-width: 1024px) {
	input[type='date']::after {
		position: absolute;
		content: '';
		right: 10px;
		top: 10px;
		color: rgba(0, 0, 0, 0);
		opacity: 1;
		display: block;
		width: 20px;
		height: 20px;
		border-width: thin;
		background: url('https://mywildalberta.ca/images/GFX-MWA-Parks-Reservations.png')
			no-repeat;
	}
	#wrap {
		min-height: unset;
	}
}
form.form input[type='radio'],
form.form input[type='checkbox'] {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0px;
}

form.form input[type='radio'] + label,
form.form input[type='checkbox'] + label {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	margin: 5px 15px 5px 0px;
	width: auto;
}
form.form input[type='submit'] {
	background: #000000;
	color: #fff;
	font-size: 17px;
	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px 30px;
	border: 0;
	cursor: pointer;
}
.orderForm form.form input[type='submit'] {
	background: #75c46b;
	color: #000;
	font-size: 14px;
}
form.form input[type='submit']:hover {
	opacity: 0.75;
}
.top-btn.top-med form.form input[type='reset'] {
	width: 100px;
	border-radius: 5px;
	padding: 6px;
	line-height: 40px;
}
form.form input[type='reset'] {
	background: #000000;
	color: #fff;
	font-size: 17px;
	font-family: 'Lato';
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px 30px;
	border: 0;
	cursor: pointer;
}
.orderForm form.form input[type='reset'] {
	background: #75c46b;
	color: #000;
	font-size: 14px;
}
form.form input[type='reset']:hover {
	opacity: 0.75;
}
form.form input.discount_type:focus,
form.form input.discount_type:focus-visible {
	border: none !important;
	background: transparent;
	outline: none;
}
form.form hr {
	border: 0;
	border-top: 1px solid #ddd;
	margin-top: 25px;
	padding-top: 25px;
}

/*****
SELECT
*****/
form.form .select {
	display: inline-block;
	position: relative;
}
form.form .select select {
	font-family: 'Lato';
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #ddd;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding-right: 30px;
	font-size: 14px;
	background: #fff;
}
.arrow {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 37%;
	right: 10px;
	z-index: 999;
}
.arrow.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
form.form .select + .select {
	margin-left: 5px;
}

.upload-con {
	background: #f7f7f7;
}
.upload-con label.dash {
	border: 1px dashed #dbdbdb;
	height: 120px;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.upload-con .over {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	margin: auto;
}
.upload-con p {
	display: block;
	text-align: center;
	font-size: 14px;
	margin: 0 0 15px 0;
}
.upload-con .btn {
	background: #feca54;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
}
.upload-con input[type='file'] {
	display: none;
}

/****
INDEX
****/
form.index {
	width: 350px;
	margin: 0 auto;
	text-align: center;
}
form.index input[type='text'],
form.index input[type='password'] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #ddd;
	font-size: 14px;
}
form.index input[type='text'] {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
form.index input[type='password'] {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: 0;
}
form.index button {
	width: 100%;
	padding: 12px;
	background: #000000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
}
form.index button:hover {
	background: #264671;
}

/********
DASHBOARD
********/
.fDash {
	align-items: stretch;
}
.fDash .b4,
.fDash .b8 {
	background-color: var(--p-surface-foreground, #fff);
	box-shadow: var(
		--p-card-shadow,
		0 0 0 1px rgba(63, 63, 68, 0.05),
		0 1px 3px 0 rgba(63, 63, 68, 0.15)
	);
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	width: calc((100% - 30px) / 3);
}
.fDash .b8 {
	width: calc(2 * (100% - 30px) / 3 + 15px);
}
.fDash h4 {
	font-size: 15px;
	font-weight: 800;
	margin-top: 0px;
}
.fDash .stats {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fDash .stats .sc {
	width: calc(50% - 10px);
	background: #fafafa;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	margin: 5px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
.fDash .stats .sc b {
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 800;
	color: #63c391;
}
.fDash .upcoming .ur:nth-child(even) {
	background: #fafafa;
	padding: 10px;
}
.fDash .upcoming .ur:nth-child(odd) {
	background: #f1f1f1;
	padding: 10px;
}
.fDash .upcoming .ur span {
	display: block;
	font-size: 11px;
	line-height: 28px;
}
.fDash .upcoming .ur b {
	display: block;
	color: #ff0000;
	font-size: 11px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 800;
}
.fDash .upcoming {
	max-height: 178px;
	overflow-y: scroll;
}
.fDash .upcoming.long {
	max-height: 490px;
	overflow-y: scroll;
}
/*******
CALENDAR
*******/
[class*='btn-cal'],
[class*='btn-cal']:hover {
	background: transparent;
	border: 1px solid #ccc;
	color: #ccc;
}
[class*='btn-cal'].active {
	color: #fff;
}
.btn-cal1.active {
	background: #7befb2;
	border: 1px solid #7befb2;
}
.btn-cal2.active {
	background: #ccc;
	border: 1px solid #ccc;
}
.btn-cal3.active {
	background: #88ccff;
	border: 1px solid #88ccff;
}
.btn-cal4.active {
	background: #ffdd99;
	border: 1px solid #ffdd99;
}
.cal-cat strong {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.cal-con {
}
.cal-nav,
.cal-day {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cal-nav div,
.cal-day div {
	width: calc(100% / 7 - 10px);
	padding: 5px;
	box-sizing: border-box;
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.cal-nav div {
	background: #000000;
	border: 0;
	color: #fff;
	font-weight: bold;
}
.cal-day div {
	margin: 5px 0px;
	min-height: 130px;
}
.cal-day div b {
	display: block;
	margin-bottom: 5px;
}
.cal-day div.off {
	opacity: 0.3;
}
.cal-day span {
	display: block;
	background: #ffcbb9;
	padding: 5px;
	border-radius: 3px;
}
.cal-day span:hover {
	opacity: 0.8;
}
.cal-day span a {
	display: block;
}
.cal-day span a:hover {
	text-decoration: none;
}
.cal-day span + span {
	margin-top: 3px;
}
.cal-day i {
	display: block;
	font-style: normal;
	margin-top: 8px;
	font-size: 12px;
}

/* NAVIGATION ARROW */
.navigation-button {
	background: #2a54b7;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	position: fixed;
	bottom: 100px;
	right: 40px;
	z-index: 1000;
	box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
	text-align: center;
	cursor: pointer;
}
.navigation-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 6px;
	width: 6px;
	transform: translate(-50%, -50%) rotate(-135deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
	padding: 3px;
}
.navigation-icon-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 4px;
	width: 4px;
	transform: translate(-50%, 11%) rotate(-135deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
	padding: 3px;
}

/***********
CALENDAR BOX
***********/
.cal-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.cal-box div {
	width: calc(100% / 7 - 5px);
	margin: 4px 0px;
	height: 90px;
	background: #eee;
	border-radius: 3px;
	padding: 8px;
	box-sizing: border-box;
	cursor: pointer;
}
.cal-box div.off {
	opacity: 0.2;
}
.cal-box div.active {
	background: #ccc;
}
.cal-box div.confirmed {
	background: #7befb2;
}
.cal-box div.custom {
	background: #88ccff;
}
.cal-box div.tentative {
	background: #ffdd99;
}
.fa-btn {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	line-height: 20px;
	border: 1px solid #000000;
	background: #000000;
	color: #fff;
	border-radius: 5px;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;

	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.fa-btn.fa-h {
	padding: 10px 20px;
	margin: 5px 5px;
}
.fa-btn i.fa {
	font-weight: bold;
}
.fa-btn h5 {
	margin: 0 5px;
	text-transform: uppercase;
	font-size: 15px;
}
.fa-btn.active {
	background: #75c46b;
}

/*******
SETTINGS
*******/
.settings {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.settings a {
	width: calc(100% / 4 - 10px);
	margin: 0px 5px;
	font-size: 0;
	padding: 0px 15px;
	box-sizing: border-box;
}
.settings a:hover {
	background: #f1f1f1;
	text-decoration: none;
}
.settings a img {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	margin-right: 10px;
}
.settings a p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 70px);
	font-size: 12px;
	line-height: 20px;
	color: #494949;
}
.settings a p span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	margin-bottom: 5px;
}

/***********
MAILING LIST
***********/
form.mailing-top {
	position: relative;
	margin: 0 15px 0 0;
}
form.mailing-top input[type='text'] {
	width: 200px;
	padding-right: 20px;
}
form.mailing-top button {
	position: absolute;
	top: 6px;
	right: 5px;
	font-size: 20px;
	background: transparent;
	border: 0;
	cursor: pointer;
}
form.mailing-top + span {
	display: inline-block;
	border: 0;
}
form.mailing-top + span .arrow {
	border-color: #fff;
	right: 12px;
}
ul.drop {
	display: none;
	list-style-type: none;
	border-radius: 5px;
	position: absolute;
	z-index: 999;
	top: 50px;
	right: 10px;
	padding: 0;
	margin: 0;
	background-color: var(--p-surface-foreground, #fff);
	box-shadow: var(
		--p-card-shadow,
		0 0 0 1px rgba(63, 63, 68, 0.05),
		0 1px 3px 0 rgba(63, 63, 68, 0.15)
	);
}
ul.drop li a {
	display: block;
	padding: 10px;
}
ul.drop li a:hover {
	background: #eee;
	text-decoration: none;
}

/****************
MEDIATION NOTES
****************/
.bot-btn {
	text-align: right;
}
.bot-btn a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	font-weight: bold;
}
.bot-btn b {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0 30px;
}
.bot-btn div.radio {
	display: inline-block;
}
form.form input[type='radio'] + label,
form.form input[type='checkbox'] + label,
.bot-btn div.radio label {
	margin-right: 0;
}

/* ORDER DETAILS */
#order-details .icheck-peterriver,
.orderForm .icheck-peterriver {
	margin-right: 12px;
}
#order-details .edit-search {
	margin-left: 12px;
	cursor: pointer;
}
#order-details .select-text {
	font-size: 20px;
}
#order-details .form.form label {
	font-size: 16px;
}

.justmobile {
	display: none;
}
.mobile-bread,
.mobile-header {
	display: none;
}

/**************
ALERTS
**************/
.alert {
	position: fixed;
	bottom: 90px;
	right: 0;
	left: 0;
	margin: auto;
	opacity: 1;
	width: 500px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	z-index: 9999;
	font-size: 19px;
	background-color: var(--p-surface-foreground, #333);
	box-shadow: var(
		--p-card-shadow,
		0 0 0 4px rgba(63, 63, 68, 0.05),
		0 3px 6px 0 rgba(63, 63, 68, 0.15)
	);
	color: #fff;
}
.alert-danger {
	/*
  background-color: #ff110045;
  color: #ff1100;
  */
}
.alert-success {
	/*
  background-color: #69c06d;
  color: #004603;
  */
}
.alert i.fa-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.hidden {
	display: none;
}

.trash-product-item {
	font-size: 20px;
	cursor: pointer;
}

@media (max-width: 1024px) {
	/******
  GENERAL
  ******/
	h1 {
		font-size: 18px;
		margin: 5px 0px 25px 0px;
	}

	.f1,
	.f2,
	.f3,
	.f4,
	.f5,
	.f6,
	.f7,
	.f8,
	.f9,
	.f10,
	.f11,
	.f12 {
		width: 100%;
	}

	.m1 {
		width: calc(1 * 100% / 12);
	}
	.m2 {
		width: calc(2 * 100% / 12);
	}
	.m3 {
		width: calc(3 * 100% / 12);
	}
	.m4 {
		width: calc(4 * 100% / 12);
	}
	.m5 {
		width: calc(5 * 100% / 12);
	}
	.m6 {
		width: calc(6 * 100% / 12);
	}
	.m7 {
		width: calc(7 * 100% / 12);
	}
	.m8 {
		width: calc(8 * 100% / 12);
	}
	.m9 {
		width: calc(9 * 100% / 12);
	}
	.m10 {
		width: calc(10 * 100% / 12);
	}
	.m11 {
		width: calc(11 * 100% / 12);
	}
	.m12 {
		width: calc(12 * 100% / 12);
	}

	.btn,
	form.form input[type='submit'] {
		font-size: 16px;
		padding: 10px 15px;
	}
	.box {
		margin-bottom: 10px;
	}
	#hdr-con {
		display: none;
	}
	.bdy {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}

	/**********
  MOBILE MENU
  **********/
	.window {
		position: relative;
		display: block;
		overflow: hidden;
		margin-top: 76px;
	}
	.window .header {
		display: block;
	}

	/* MOBILE NEW HEADER */
	.mobile-header {
		background: #d2d0c2;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.mobile-header ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile-header li {
		width: 100%;
		text-align: center;
	}
	.mobile-header a {
		text-decoration: none;
		display: inline-block;
		font-size: 20px;
		color: #000;
		width: 100%;
		padding: 25px 0;
		transition: all 0.3s ease-in-out 0s, top 0.5s ease-in-out 0s;
	}
	.mobile-header li:not(:last-child) {
		border-right: 1px solid white;
	}
	.mobile-header li a.active {
		background: #ddd;
		color: #000;
		font-weight: 700;
	}
	.mobile-header.border-bottom {
		border-bottom: 2px solid #fff;
	}
	.mobile-header a.no-padding {
		padding: 10px 0;
	}
	.mobile-bread {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile-bread b {
		font-size: 18px;
	}
	.mobile-customer {
		border-bottom: 2px solid;
	}
	#breadcrumbs {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.mobile-bread {
		display: flex;
	}
	.top-letters {
		display: none;
	}
	.bdy.orderForm {
		width: 100%;
		max-width: 800px;
	}

	/*****
  TABLES
  *****/
	table.table {
		width: 100%;
		white-space: nowrap;
		overflow-x: scroll;
	}

	/*****
  SUBNAV
  *****/
	#subnav-con {
		padding: 15px;
	}
	#subnav {
		width: 100%;
	}
	#breadcrumbs {
		padding: 0;
	}
	#subnav ul.drop {
		display: none;
		width: auto;
		position: absolute;
	}
	#subnav li {
		display: block;
		width: 100%;
		margin: 0;
	}
	#subnav li .btn {
		border: 0;
		color: #000;
	}
	#subnav .email {
		font-size: 20px;
		padding: 5px;
	}

	#subnav .fa-ellipsis-v {
		display: block;
		color: #000;
		font-size: 17px;
		font-weight: bold;
		padding: 0px 10px;
	}
	#subnav ul.drop {
		display: none;
		top: 35px;
	}

	.navigation-button {
		height: 45px;
		width: 45px;
		bottom: 55px;
		right: 10px;
	}

	/*****
  FOOTER
  *****/
	#ftr {
		width: 100%;
		padding: 10px 15px;
		box-sizing: border-box;
	}
	#ftr p,
	#ftr .f6:last-child {
		text-align: center;
	}

	.pop#emailfwd,
	.pop#trash {
		width: 45vw;
		margin: 15px auto;
		box-sizing: border-box;
		text-align: center;
	}
	.pop#emailfwd input[type='text'] {
		font-size: 16px;
		width: calc(100% - 100px);
	}
	.pop#emailfwd input[type='submit'] {
		width: 95px;
	}
	.pop#emailfwd p {
		font-size: 11px;
	}

	/********
  GENERAL
  ********/
	.fDash .b4,
	.fDash .b8 {
		width: 100%;
	}
	.fDash .b8 .i6 {
		width: 100%;
		margin-bottom: 15px;
	}
	.fDash .b8 .cal-box div {
		font-size: 8px;
		padding: 15px 0;
		text-align: center;
	}
	.tr-abs {
		position: static;
		text-align: left;
	}
	.tr-abs form.form input[type='date'],
	.tr-abs form.form input[type='month'],
	.tr-abs form.form input[type='text'] {
		margin: 0 5px 0 0;
		font-size: 10px;
		width: 120px;
	}
	.top-btn form.form {
		position: static;
		width: 100%;
		margin: 15px 0 0 0;
		font-size: 0;
	}
	.top-btn.top-cal .cal-filters {
		position: static;
		text-align: left;
		margin-top: 15px;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.top-letters {
		overflow-x: scroll;
	}

	form.form input[type='submit'] {
		-webkit-appearance: none;
	}

	/*******
  CALENDAR
  *******/
	.cal-nav div,
	.cal-day div {
		width: calc(100% / 2 - 5px);
	}
	.cal-nav,
	.cal-day div.off {
		display: none;
	}

	/******
  SETTINGS
  *******/
	.settings a {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 0;
		margin: 10px 0px;
	}
	.settings a img {
		width: 50px;
		margin-right: 10px;
		height: auto;
	}
	.settins a p {
		width: calc(100% - 60px);
	}

	/*****
  COVER
  ******/
	.cover {
		width: 100%;
		overflow-x: scroll;
	}

	/*************
  AGENDA DETAILS
  *************/
	form.form .fRow .f8 {
		margin-top: 15px;
		padding-left: 0;
	}

	/*****
  FORM
  *****/
	.orderForm form.form {
		font-size: 120%;
	}
	.orderForm form.form label {
		font-size: 80%;
	}
	.bdy .f2 a.btn {
		margin: 5px 0px 10px 0px;
	}
	form.form .select {
		display: block;
		margin-top: 0px;
	}
	/**************
  ALERTS
  **************/
	.alert {
		width: 90%;
	}

	.nomobile {
		display: none;
	}
	.justmobile {
		display: block;
	}
}

/**************
AVE LIGHTING
**************/

.catalog {
	display: inline-block;
	background-color: var(--p-surface-foreground, #fff);
	box-shadow: var(
		--p-card-shadow,
		0 0 0 1px rgba(63, 63, 68, 0.05),
		0 1px 3px 0 rgba(63, 63, 68, 0.15)
	);
	padding: 20px 10px 10px;
	margin: 10px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
}
.catalog:hover {
	box-shadow: 1px 5px 10px #999;
}
.catalog a:hover {
	text-decoration: none;
}
.catalog .thumbnail {
	display: block;
	height: 25vh;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.catalog.third {
	width: calc(33% - 20px);
}

@media (max-width: 768px) {
	.catalog.third {
		width: calc(49% - 20px);
	}
	.mobile-header a {
		font-size: 18px;
		padding: 5px 0;
		border: 1px solid #fff;
	}
	.mobile-header ul {
		justify-content: start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.mobile-header li {
		flex: 0 0 calc(calc(100% - 3px) / 3);
		border: 0;
	}
	.mobile-header li:not(:last-child) {
		flex: 0 0 calc(calc(100% - 3px) / 3);
		border: 0;
	}
	.window {
		margin-top: 100px;
	}
	.catalog.third {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	.catalog .thumbnail {
		height: 33vh;
	}
	.catalog-name {
		padding-left: 0px;
	}

	#product-details table.products tr {
		display: flex;
		flex-direction: column;
	}
	#product-details table.products tr td {
		width: 100%;
		text-align: center;
		padding: 10px 0 !important;
	}
	#product-details table.products tr td .fa {
		margin: 5px 0;
	}
}
.catalog.full {
	width: 100%;
}
.catalog img {
	width: 100%;
}
.catalog-name {
	background-color: #fff;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
}
table.products tr td {
	border-bottom: 1px solid #999;
	padding: 20px 0;
}
table.products tr td:not(:last-child) {
	margin-right: 10px;
}
table.products tr td img {
	background-size: cover;
	width: 250px;
	height: 267px;
}
table.products tr td input {
	border: 1px solid #000;
	width: 60%;
	height: 100px;
	font-size: 55px;
	font-weight: bold;
	text-align: center;
}
table.products tr td .fa {
	font-size: 40px;
	padding: 10px 0;
	margin: 10px;
	width: 100%;
	text-align: center;
}
table.products tr td .fa.fa-plus {
	border: 1px solid #28a745;
	background-color: #28a745;
	color: #fff;
	cursor: pointer;
}
table.products tr td .fa.fa-minus {
	border: 1px solid #dc3545;
	background-color: #dc3545;
	color: #fff;
	cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
table.products tr td input::-webkit-outer-spin-button,
table.products tr td input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
table.products tr td input[type='number'] {
	-moz-appearance: textfield;
}

.kbw-signature {
	max-width: 600px;
	width: 100%;
	height: 200px;
	display: inline-block;
	border: 1px solid #a0a0a0;
	-ms-touch-action: none;
}
@media (max-width: 1024px) {
	.kbw-signature {
		max-width: unset;
	}
}
.kbw-signature-disabled {
	opacity: 0.35;
}
.neon {
	color: yellow;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
	text-transform: uppercase;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

/*product */
/* Styles for the navigation menu */

nav.filter-nav .menu {
    display: block;
}
nav.filter-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
    text-transform: uppercase;
}

nav.filter-nav > ul > li {
    display: inline-block;
    position: relative;
    background: #fff;
    margin: 0 10px 10px;
    box-shadow: 3px 2px 4px #ccc;
}

nav.filter-nav ul li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #333;
}
nav.filter-nav ul.dropdown-menu li {
    text-wrap: nowrap;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px ;
}

/* Styles for the dropdown */
.dropdown-menu {
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #ccc;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

/* Show dropdown on click */
.dropdown.active .dropdown-menu {
	display: block;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.page-item {
    display: inline-block;
}
.page-link {
    display: block;
    padding: 8px 20px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.filter-products {
	/* padding: 0 20px; */
}
.product-card {
	flex: 0 0 calc(25%);
	position: relative;
}
@media (max-width: 1600px) {
	.product-card {
		flex: 0 0 calc(25%);
	}
}
@media (max-width: 1196px) {
	.product-card {
		flex: 0 0 calc(33%);
	}
}
@media (max-width: 850px) {
	.product-card {
		flex: 0 0 calc(50%);
		width: 50%;
	}
}
.product-wrapper {
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	box-shadow: 3px 2px 4px #ccc;
}
.product-wrapper .add-to-card {
	display: flex;
}
.product-wrapper i {
	flex: 1 0 34%;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 30px;
	padding: 10px 0;
}
.product-wrapper i.fa.fa-plus {
	border: 1px solid #28a745dd;
	background-color: #28a745dd;
}
.product-wrapper i.fa.fa-minus {
	border: 1px solid #dc3545dd;
	background-color: #dc3545dd;
}
.product-wrapper input {
	flex: 0 0 30%;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 30px;
	padding: 10px 0;
}
.product-name,
.product-options {
	padding: 10px;
}
.product-card .product-info {
	max-height: 230px;
	min-height: 230px;
    position: relative;
}
.product-card .product-info .front, .product-card .product-info .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-card .product-info {
    cursor: pointer;
}
.product-card .product-info .front:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "Details";
    background: radial-gradient(ellipse at center, #fea, transparent);
    font-size: 0.9em;
}
.product-card .product-info .front:hover:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "Details";
    background: radial-gradient(ellipse at center, rgb(255, 176, 176), transparent);
    font-size: 0.9em;
}
.product-card .product-info .front {
    display: block;
}
.product-card .product-info .back {
    display: none;
    overflow-y: auto;
}
.product-card .product-info.flip .front {
    display: none;
}
.product-card .product-info.flip .back {
    display: block;
}
.product-card .product-img {
	overflow: hidden;
	text-align: center;
	display: block;
}
.product-card .product-img img {
	width: 100%;
	object-fit: contain;
	max-height: 230px;
	min-height: 230px;
}
.catalog-products .d-flex {
	flex-wrap: wrap;
	flex-direction: row;
}

.catalog-products .product-item {
	position: relative;
	margin-bottom: 70px;
}

.product-card .product-name {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #595959;
	border-top: 2px solid #fafafa;
	display: block;
	text-align: center;
}

.tabs {
    display: flex;
    cursor: pointer;
}
.search-box {
    flex: 1;
}
.tab-control {
    padding: 10px 20px;
    font-size: 12px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tab-control.active {
    background: #007bff;
    color: white;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-content form{
    position: relative;
    text-align: left;
    display: block;
}
.tab-content form input[type='text']{
    width: 300px;
    font-size: 17px;
    font-family: 'Lato';
    padding: 11px 30px;
    height: 44px;
    margin: 0px;
    border-radius: 0px;
}
.tab-content form input[type='submit']{
    margin: 0px;
    border-radius: 0px;
}
.side-by-side {
    display: flex;
    justify-content: space-between;
}
.text-center {
    text-align: center;
}

/* effect-5 styles */

.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  background-color: #4688b3;
  /*  font-family: 'Roboto', sans-serif;*/
  /* put your font-family */
  font-size: 18px;
  padding: 30px 0px;
  width: 250px;
  border-radius: 6px;
  overflow: hidden;
}

.effect.effect-5 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-5:before {
  content: "\f054";
  font-family: FontAwesome;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 50% 50% 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-5:hover {
  text-indent: 30px;
  text-decoration: none;
  color: #fff;
}
.effect.effect-5:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  text-indent: 0;
}