*
{box-sizing: border-box;margin: 0; padding: 0;}
.dialog-loading-wrapper {
	font-family: arial !important;
}
a{text-decoration: none;}
.middle_sidebar_cart {
	max-height: 67vh;
	overflow: auto;
	text-align: left;
	padding: 25px;
}

.middle_sidebar_cart textarea {
	border-radius: 0;
	-webkit-appearance: none;
	resize: none;
	color: #474a51;
	font-size: 14px;
	padding: 20px;
	outline: none;
	width: 100%;
	height: 130px;
	font-weight: 400;
	font-style: normal;
	transition: all 150ms linear;
	background: #fff;
	border: 1px solid #fff2f2;
}

.footer_sidebar_cart {
	padding: 25px;
	text-align: center;
	border-top: 1px solid #a7cdd0;
	position: fixed;
	width: 100%;
	background: #ffffff;
	height: auto;
	z-index: 1;
	bottom: 0;
}

.footer_sidebar_cart .total {
	text-align: left;
}

.footer_sidebar_cart .sidebar_subtotal_cart {
	float: left;
	font-weight: 400;
	font-size: 19px;
}

.footer_sidebar_cart .wh-original-cart-total {
	float: right;
}

.footer_sidebar_cart .cart-out small.sidebar_shipping_checkout {
	font-size: 11px;
	opacity: 1;
	top: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
}

.sidebar_cart_total_price {
	font-weight: bold;
}

.footer_sidebar_cart input[type="submit"],
.footer_sidebar_cart .button,
.footer_sidebar_cart input[type="button"] {
	background: #29B0B9;
	font-style: normal;
	color: #fff;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 30px;
	transition: all 150ms linear;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 13px 35px;
}

.footer_sidebar_cart input[type="submit"]:hover,
.footer_sidebar_cart .button:hover,
.footer_sidebar_cart input[type="button"]:hover {
 background: #1b747a;
}

body.site_drawer {
	overflow: hidden;
}

.middle_sidebar_cart .cart-item {
	display: flex;
	margin-bottom: 15px;
	padding-right: 0;
	justify-content: space-between;
	align-items: center;
	position: relative;
	flex-flow: row wrap;
}

.middle_sidebar_cart a.thumbnail {
	border-radius: 50%;
	overflow: hidden;
	width: 70px;
	height: 70px;
	background: #fff;
	display: flex;
	align-items: center;
}

.middle_sidebar_cart a.thumbnail img {
	width: 34px;
	margin: auto;
}

.item_price_quantity {
	margin: 10px 0 0 0;
}

.middle_sidebar_cart .content {
	width: 50%;
	margin: 0 15px;
}

.middle_sidebar_cart .content a {
	font-size: 15px;
	text-transform: uppercase;
	margin: 3px 0 0 0;
	color: #353535;
	font-weight: 800;
	line-height: 1.5;
	display: block;
}
.middle_sidebar_cart .content a:hover
{color: #29B0B9;}
.middle_sidebar_cart .cart-item .actions a {
	font-size: 14px;
	color: #464646;
	text-decoration: underline;
	font-weight: 400;
	display: block;
	margin: 6px auto 0;
}

.middle_sidebar_cart .cart-item .actions {
	width: 12%;
}

.middle_sidebar_cart .cart-item .qty {
	width: 45px;
	height: 45px;
	border: none;
	text-align: center;
	opacity: 1;
	display: inline-block;
}

.dialog-loading-icon h2 {
	color: #3e4048;
	margin: 0;
	padding: 12px 10px;
	text-align: center;
}

.dialog-background {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
}
.dialog-background.active_drawerbg
{opacity: 1;visibility: visible;}
.dialog-loading-wrapper {
	position: fixed;
	top: 0px;
	bottom: 0;
	right: 0;
	left: auto;
	max-width: 500px;
	width: 100%;
	transform: translate(100%);
	-webkit-transform: translate(100%);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
	padding: 0;
	color: #3e4048;
	overflow: hidden;
	z-index: 999999 !important;
	background: #d6fcff;
}

.dialog-loading-wrapper.drawer-open{
	transform: translate(0);
	-webkit-transform: translate(0);
}

.mdl_bdyy {
	padding-top: 18%;
}

.fieldWrap textarea {
	border-radius: 0px;
	color: #0e122d;
}

.fieldWrap textarea {
	padding: 2%;
	color: #0e122d;
	height: 5em;
	min-height: 5em;
	max-height: 5em;
	width: 100%;
	max-width: 100%;
	display: block;
	font-size: 16px;
	font-family: arial;
	border: 1px solid #dbdbe0;
}

.dialog-loading-icon {
	margin: 0 auto;
	text-align: center;
}

.reveal-modal {
	position: relative;
	z-index: 41;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modaltwo {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.close-reveal-modal {
	background-color: #333333;
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	height: 30px;
	line-height: 27px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -10px;
	text-align: center;
	text-decoration: none;
	top: -10px;
	width: 30px;
}

.mdl_bdy {
	padding: 25px 0;
}

.relativediv {
	position: relative;
}
.mdl_bdy input[type="text"],
.mdl_bdy input[type="email"],
.mdl_bdy input[type="tel"] {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px 15px;
	height: 35px;
}

.mdl_bdy select {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px 15px;
	height: 35px;
}

.mdl_bdy input[type="submit"] {
	width: auto;
	padding: 9px 35px;
	display: table;
	border: 0px;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.5s ease-in;
	background-color: #3e4048;
}

.fa-times-thin:before {
	content: '\00d7';
}

.subhead {
	font-size: 16px!important;
	text-align: center;
	margin-bottom: 24px;
	font-weight: 300;
}

.sectionHeader {
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	padding: 2em 0;
	border-bottom: 1px solid #a7cdd0;
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 1;
	background: #d6fcff;
}

.sectionHeader h4 {
	margin: 0px;
	padding: 0px;
  font-size: 16px;
}

.middle_sidebar_cart input::-webkit-outer-spin-button,
.middle_sidebar_cart input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

p.special_instrstruction_cart {
	font-size: 16px;
	margin-bottom: 8px;
	padding: 0px;
}

.middle_sidebar_cart input[type=number] {
	-moz-appearance: textfield;
}

#eventInterest .submit,
.blog-button,
.button {
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	color: #0e122d !important;
	position: relative;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: center;
	text-shadow: none;
	overflow: hidden;
	padding: 15px 28px;
	background: #fdd344 !important;
	border: 1px solid #1c1b1b;
}


.submit:before,
.button:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	height: 100%;
	/*background: #fdd344;*/
	cursor: pointer;
}

.dark.submit:before,
.button.dark:before {
	/*background-color: #3e4048;*/
}

.buttonText {
	z-index: 5;
	position: relative;
	font-size: 16px;
}

.submit:after,
.button:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	height: 0%;
	top: 50%;
	background: #3e4048;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	cursor: pointer;
}

.dark.submit:after,
.button.dark:after {
	background-color: #fbae04;
}

.dark.submit:hover,
.button.dark:hover {
	color: #3e4048;
}

.submit:before,
.button:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	height: 100%;
	/*background: #fdd344;*/
	cursor: pointer;
}

.submit:hover:after,
.button:hover:after {
	top: 0;
	height: 100%;
}

.fify_prcnt {
	width: 48%;
	float: left;
}

.right_flt {
	float: right;
}

.errorclass {
	color: red;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	line-height: 1;
	padding-top: 3px;
}

.box1_cntct {
	padding-bottom: 15px;
}

.fieldWrap {
	width: 47%;
	float: left;
	margin: 0 1.5% 3.5%;
	position: relative;
}

.fieldWrap label {
	position: absolute;
	top: 11px;
	left: 10px;
	transform: scale(1) translate(0);
	transform-origin: top left;
	transition: transform .2s cubic-bezier(.25, .46, .45, .94);
	color: #3e4048;
	pointer-events: none;
	font-size: 14px;
	font-family: arial;
}

.fieldWrap input {
	height: 40px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz--appearance: none;
	-ms--appearance: none;
	appearance: none;
	font-size: 16px;
	line-height: 40px;
	font-family: arial;
	padding: 10px 10px;
	border-radius: 0;
	border: 1px solid #dbdbe0;
	color: #0e122d;
}

.fieldWrap select {
	height: 40px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz--appearance: none;
	-ms--appearance: none;
	appearance: none;
	font-size: 16px;
	font-family: arial;
	padding: 10px 10px;
	border-radius: 0;
	border: 1px solid #dbdbe0;
	color: #0e122d;
}

.fieldWrap.selectWrap:before {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 50%;
	right: 8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-top: -4px;
	border-top: 8px solid #3e4048;
}

.fieldWrap.focused label {
	transform: scale(.69) translate(-2px, -9px)
}

.fieldWrap.fullWidth {
	width: 97%;
	float: none;
	clear: both;
}

.mdl_bdyy input::placeholder {
	color: #0e122d;
}

.request-info-btn,
.acuity-embed-button.request-info-btn {
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	color: #0e122d !important;
	position: relative;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: center;
	text-shadow: none;
	overflow: hidden;
	padding: 15px 28px;
	background: #fdd344 !important;
	border: 1px solid #1c1b1b
}

.request-info-btn:hover span {
	color: #fdd344;
	position: relative;
	z-index: 1
}

.request-info-btn:after {
	content: '';
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 100%;
	background: #1c1b1b;
	position: absolute;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.request-info-btn:hover:after {
	right: 0
}

.theme-yellow-color {
	color: #fdd344 !important
}

.slide-form-close-area {
	top: 50%;
	right: 20px;
	position: absolute;
	z-index: 9;
	width: 35px;
	line-height: 34px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.slide-form-close-area i:before {
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
	.sectionHeader {
     padding: 25px 0;
	}
  .sectionHeader h4
  {font-size: 22px;}
  .footer_sidebar_cart
  {bottom: 0px;}
}