﻿/* ---------------------------------------------------------
   1. General reset
   2. Embedded fonts styles
   3. Common site styles
------------------------------------------------------------*/

/* ---------------------------------------------------------
   1. General reset
------------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
table.form-submissions, table.form-submission-fields, table.ecommerce.order-history { width: 100%; border: 1px dashed grey !important; text-align:center;}
.form-submissions td, .form-submission-fields td { border: 1px dashed grey; padding:5px;}

/*Ecomm*/
div.ecommerce.complete.thank { width:50%;margin:20% auto;}

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search-cell .txtSearch {
	margin-bottom:10px;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#nav .nav-drop > ul,
#nav .nav-drop > ul ul,
.icon-list,
.menu > .container > ul,
.menu > .container > ul ul,
.list,
.product-category,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
#nav .nav-drop > ul:after,
.search-form .search-holder:after,
#two-columns .col-holder:after,
.content-block .article:after,
.contact-form .row:after,
.member .row:after,
.product .product-item:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

body {
	color: #414141;
	background: #fff;
	font: 15px/1.333 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 25px;
}

h4,
.h4 {
	font-size: 25px;
}

h5,
.h5 {
	font-size: 22px;
}

h6,
.h6 {
	font-size: 22px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #91011d;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #414141;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #414141;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #414141;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #414141;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #414141;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #414141;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #414141;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* ---------------------------------------------------------
   2. Embedded fonts styles
------------------------------------------------------------*/

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?1j597o");
	src: url("../fonts/icomoon.eot?1j597o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1j597o") format("truetype"), url("../fonts/icomoon.woff?1j597o") format("woff"), url("../fonts/icomoon.svg?1j597o#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-select:before {
	content: "\e900";
}

.icon-search:before {
	content: "\e901";
}

.icon-user:before {
	content: "\e902";
}

.icon-cart:before {
	content: "\e903";
}

.icon-star:before {
	content: "\e904";
}

.icon-calendar:before {
	content: "\e905";
}

/* ---------------------------------------------------------
   3. Common site styles
------------------------------------------------------------*/

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
}

.container, .form-main-table {
	max-width: 1018px;
	margin: 0 auto;
	padding: 0 20px;
}
	.container .calendar {
		line-height: 30px;
	}
/* header styles */

#header {
	position: relative;
}

#header .container {
	max-width: 1280px;
}

.top-bar {
	background: #013359;
	color: #fff;
	padding: 8px 0 5px;
	position: relative;
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
}

.login-opener {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.login-opener:hover {
	color: #4fafbd;
}
.login-form {
	text-align: center;
}
 .login-opener span {
	font-size: 16px;
	font-weight: 700;
	/*line-height: 20px;*/
}

.top-bar .container:before {
	content: "";
	position: absolute;
	left: -101px;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 50px;
	box-shadow: 91px 12px 24px 4px #fff;
	pointer-events: none;
}

a.passwordReset { display: inline-block;}

.login-active .login-message {
	display:none;
	opacity:0;
  transition:opacity 0.5s linear;
}
.close-btn .icon-cross {
	position: absolute;
	left: 95%;
	color: white;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif !important;font-weight:bold;
}
.close-btn .icon-cross:hover {
	color:#4fafbd;
	transition: color .5s ease-in-out;

}
.login-message {
	background: #013359;
	padding: 5px 20px 5px;
	position: relative;
	text-align: center;
	color: #fff;
    /*height: 50px;*/
}
.login-message a {
	color: #fff;font-weight:bold;
}
	.login-message a:hover { color: yellow; }

.logo:before {
	box-shadow: 28px 66px 81px #fff;
}
.logo-holder {
	letter-spacing: -5px;
	margin: 0 -17px 5px;
	position: relative;
	z-index: 9;
}

.logo-holder h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 5px;
	color: #013359;
	overflow: hidden;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
	width: 195px;
	margin: 0;
}

.logo {
	margin: -5px 14px 0 0;
	width: 92px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}

#nav {
	float: left;
	width: 38px;
	padding: 2px 0 0;
}

#nav .nav-drop {
	background: #006498;
	position: absolute;
	left: 0;
	top: 100%;
	border: 1px solid #a6a6a6;
	width: 160px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	margin: -2px 0 0;
	z-index: 99;
}

.nav-active #nav .nav-drop {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#nav .nav-drop > ul {
	background: #006498;
}

#nav .nav-drop > ul > li {
	position: relative;
	padding: 0 0 1px;
}

#nav .nav-drop > ul > li.hover ul {
	opacity: 1;
	visibility: visible;
}

#nav .nav-drop > ul > li.hover > a {
	color: #ffd365;
}

#nav .nav-drop > ul > li:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 2px;
	height: 1px;
	background: #fff;
}

#nav .nav-drop > ul > li.active > a {
	color: #ffd365;
}

#nav .nav-drop > ul > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 12px;
	background: #006498;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#nav .nav-drop > ul ul {
	position: absolute;
	left: 100%;
	width: 160px;
	top: 0;
	background: #fff;
	border: 1px solid #a6a6a6;
	font-size: 14px;
	line-height: 12px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 99;
}

#nav .nav-drop > ul ul li {
	border-top: 1px dashed #e3dacf;
}

#nav .nav-drop > ul ul li:first-child {
	border: none;
}

#nav .nav-drop > ul ul li.active a {
	color: #ffd365;
}

#nav .nav-drop > ul ul a {
	text-decoration: none;
	padding: 8px 18px 9px;
	display: block;
	background: #fff;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#nav .nav-drop > ul ul a:hover {
	color: #ffd365;
}

.nav-opener {
	text-decoration: none;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	width: 38px;
	height: 25px;
	display: block;
	float: left;
}

.nav-opener .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 25px;
}

.nav-opener .bar:before,
.nav-opener .bar:after,
.nav-opener .bar span {
	background: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	left: 0;
	right: 0;
	height: 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener .bar:before,
.nav-opener .bar:after {
	content: "";
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-opener .bar:after {
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.nav-opener .bar:hover {
	opacity: .9;
}

.nav-opener .text {
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 0 0 5px;
}


.breadcrumbs {
	margin: 0 auto;
	max-width: 1114px;
	display:-webkit-box;
}

.article-cat .breadcrumbs {
	margin-left: -142px;
}
.breadcrumbs ul, .viewPageTrailRow {
	color: #414141;
	text-transform: lowercase;
}

.breadcrumbs ul li {
	float: left;
	list-style: none;
}

.breadcrumbs ul li:before {
	content: ">";
	display: inline-block;
	vertical-align: middle;
	color: #414141;
	margin: 0 3px 0 9px;
}

.breadcrumbs ul li:first-child:before {
	display: none;
}

.breadcrumbs ul a {
	text-decoration: none;
	color: #414141;
}

.breadcrumbs ul a:hover {
	opacity: .7;
	color: #91011d;
}

.login-form {
	position: absolute;
	z-index: 99;
	left: -10px;
	right: -10px;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.login-active .login-form {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	/*top:5px;*/
}

.login-form input[type="text"],
.login-form input[type="password"] {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding: 1px 10px 5px;
	color: #414141;
	border: none;
	text-align: center;
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder {
	color: #848383;
}

.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #848383;
}

.login-form input[type="text"]:-moz-placeholder,
.login-form input[type="password"]:-moz-placeholder {
	color: #848383;
}

.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
	color: #848383;
}

.login-form input[type="text"].placeholder,
.login-form input[type="password"].placeholder {
	color: #848383;
}

.login-form .form-group {
	padding: 0 5px;
	width: 35.8%;
	float: left;
}

.login-form .form-group.btn-holder {
	width: 28.4%;
}

.login-form .btn {
	height: 25px;
	padding: 3px 10px;
}

.search-form {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	bottom: 5px;
	-webkit-transition: max-width .3s ease-in-out;
	transition: max-width .3s ease-in-out;
	z-index: 101;
	max-width: 0;
	overflow: hidden;
}

.search-form .search-holder {
	padding: 0 0 0 30px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	background: #013359;
}

.search-form .form-group {
	float: left;
	width: 50%;
}

.search-form input[type="search"] {
	height: 40px;
	border: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #414141;
	text-align: center;
}

.search-form .btn {
	height: 40px;
}
.btn-holder a {
	text-decoration:none;
}
.lbtn {
	background:#c5c0a9 !important;
}

.lbtn:hover {
	background:#625245 !important;
}

.search-form .close {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #013359;
	text-decoration: none;
	width: 30px;
	line-height: 37px;
	font-size: 21px;
	font-weight: 800;
	text-align: center;
	color: #fff;
	z-index: 100;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.search-form .close:hover {
	color: #ffd365;
}

.search-active .search-form {
	max-width: 9999px;
}

.search-active .search-form .search-holder {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.icon-list {
	text-align: right;
	width: 200px;
	float: right;
}

.icon-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 5px 25px;
}

.icon-list li:first-child {
	margin-left: 0;
}

.icon-list li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.icon-list li a:hover {
	color: #ffd365;
}

.icon-list li span {
	display: block;
	font-size: 21px;
	margin: 0 0 -3px;
}

.icon-list li .icon-search {
	font-size: 24px;
	margin: 1px 0 -3px;
}

.icon-list li .icon-user {
	font-size: 26px;
}

.icon-list .search-opener {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.search-active .icon-list .search-opener {
	opacity: 0;
}

.header-area {
	overflow: hidden;
}

.menu {
	display: none;
}

.menu > .container > ul {
	font-size: 0;
	line-height: 0;
	font-weight: normal;
	margin: 0 -12px;
	text-align: center;
}

.menu > .container > ul > li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	padding: 0 12px 11px;
	position: relative;
	margin: 0 0 -8px;
}

.menu > .container > ul > li:last-child ul {
	left: auto;
	right: 0;
	text-align: right;
}

.menu > .container > ul > li:hover ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.menu > .container > ul > li:hover > a {
	color: #013359;
}

.menu > .container > ul > li > a {
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.menu > .container > ul > li > a:hover {
	color: #013359;
}

.menu > .container > ul > li.active > a {
	color: #013359;
}

.menu > .container > ul ul {
	width: 250px;
	position: absolute;
	left: 12px;
	top: 100%;
	background: #fff;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.menu > .container > ul ul a {
	text-decoration: none;
	padding: 9px 27px 10px;
	display: block;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.menu > .container > ul ul a:hover {
	color: #013359;
}

.menu > .container > ul ul li {
	border-top: 1px dashed #e4dcd1;
}

.menu > .container > ul ul li:first-child {
	border: none;
}

.menu > .container > ul ul li.active {
	color: #013359;
}

.header-block {
	border-bottom: 1px dashed #e3dacf;
	padding: 0 0 12px;
	margin: 0 0 12px;
}

.header-content {
	position: relative;
	z-index: 1;
}

.header-content .title {
	font-size: 75px;
	line-height: 80px;
	font-weight: 600;
	color: #f5f2ee;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	z-index: -1;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.btn-donate {
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	color: #91011d;
	text-align: center;
	display: block;
	margin: -14px 0 0;display:none;
}

.btn-donate a {
	font-size: 31px;
	text-decoration: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-weight: 900;
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
}

.btn-donate a:hover {
	opacity: .7;
}

main {
	border-top: 1px dashed #e3dacf;min-height:250px;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.slideshow {
	position: relative;
	text-align: right;
	font: 18px/22px Helvetica, Arial, sans-serif;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0 0;
	min-height: 200px;
}

.slideshow a {
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.slideshow a:hover {
	color: #f60231;
}

.slideshow .slideset {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	min-height: 383px;
	padding: 21px 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 0;
}

.slideshow .slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/white-bg.png) no-repeat 50% 50%/cover;
	z-index: -1;
}

.slideshow .slide.active {
	z-index: 2;
	opacity: 1;
}

.slideshow .text {
	display: inline-block;
	vertical-align: top;
	max-width: 280px;
}

.slideshow .icon {
	width: 50px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 -6px;
}

.slideshow h1 {
	color: #91011d;
	font-size: 36px;
	line-height: 30px;
	font-weight: 600;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 4px;
}

#two-columns {
	padding: 31px 0 44px;
	max-width: 511px;
	margin: 0 auto;
}

#two-columns h2 {
	color: #013359;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 21px;
	text-align: center;
}

#two-columns .col {
	margin: 0 0 24px;
}

.content-block {
	position: relative;
	padding: 17px 0 13px;
}

.content-block.post-content {
	padding-top: 170px;
}

.content-block p {
	margin: 0 0 17px;
}

.content-block h1 {
	margin: 0 0 13px;
	color: #013359;
	line-height: 1;
}

.content-block h2 {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #91011d;
	margin: 0 0 13px;
}

.content-block h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 10px;
}

.content-block h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #013359;
}

.content-block h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #91011d;
	margin: 0 0 9px;
}

.content-block h6 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #3a3a3a;
}

.content-block .article {
	margin: 0 0 44px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.content-block .article .img {
	display: table-footer-group;
}
	.content-block .comment_fields_panel .error {
		color: red;
	}
.error {
	color: red;
}
.list {
	margin: 0 0 20px;
}

.list li, .product-item .text ul li, ul.accountfields li.payment-method, .info-text ul li, .article ul li {
	position: relative;
	padding: 0 0 10px 12px;
	margin: 0 0 1px;
	list-style:none;
	text-align:left;
}

.list li:before, .product-item .text ul li:before, ul.accountfields li.payment-method:before, .info-text ul li:before, .article ul li:before{
	content: "";
	font: 9px/1 icomoon;
	position: absolute;
	left: 0;
	top: 5px;
	color: #013359;
}
.info-lists .img-wrap {
	display: -webkit-center;
	padding: 5px 5px 5px 5px;
}

.info-lists .img-wrap .productSwatchColor ,.info-lists .img-wrap #imgSecondaryImages{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	display:inline-table;
	width: 30px;
}
	.info-lists .img-wrap .productSwatchColor a {
		text-decoration: none;
	}

	.info-lists .img-wrap .productSwatchColor .swatch {
		border: black 1px solid;
	}

.tooltip {
	color: #900;
	text-decoration: none;
}
	.tooltip:hover {
		color: red;
		position: relative;
	}
	.tooltip[data-tooltip]:hover:after {
		content: attr(data-tip);
		padding: 4px 8px;
		position:absolute;
		left:0;
		bottom: 100%;
		white-space: nowrap;
		z-index: 9;
		background-color: #000;
		color: #fff;

	}


/*.contact {
	padding: 0 0 76px;
}*/

.contact-form .form-group {
	margin: 0 0 23px;
}

.contact-form .col,
.contact-form .col-3,
.contact-form .col-4,
.contact-form .col-8 {
	margin: 0 0 17px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
	height: 28px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	font-style: italic;
	padding: 3px 16px 5px;
	width: 100% !important;
	color: #848383;
}

.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form select::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #848383;
}

.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form select::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	opacity: 1;
	color: #848383;
}

.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.contact-form select:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
	color: #848383;
}

.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form select:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	color: #848383;
}

.contact-form input[type="text"].placeholder,
.contact-form input[type="email"].placeholder,
.contact-form select.placeholder,
.contact-form textarea.placeholder {
	color: #848383;
}

.contact-form textarea {
	overflow: auto;
	resize: none;
	background: #f5f2ee;
	height: 117px;
	outline: none;
	padding: 6px 7px;
	border: 1px solid #848383;
}

.contact-form select {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #848383;
	padding: 0 11px;
}

.contact-form select option {
	padding: 3px 13px;
	font-style: normal;
	color: #414141;
}

.contact-form select[multiple] {
	height: 125px;
	padding: 7px 0;
}

.contact-form .check-holder,
.contact-form .radio-holder {
	position: relative;
	padding: 0 0 0 20px;
}

.radio-holder ul {
	list-style: none;
	padding-left: 0px;
}
	.radio-holder ul li {
		display: -webkit-inline-box;
	}

	.radio-holder ul li {
		display: -webkit-box;
		position: relative;
	}
.contact-form .date input[type="text"] {
	width: 95% !important;
}

.contact-form .date .col {
	display: -webkit-box;
}
.date .cart-form .row > div {
	display: -webkit-box;
}

.contact-form .checkbox-wrap,
.contact-form .radio-wrap {
	margin: 0 0 10px;
}

.contact-form .checkbox-wrap label,
.contact-form .radio-wrap label {
	margin: 0 0 3px;
}

.contact-form .checkbox-wrap .row,
.contact-form .radio-wrap .row {
	font-size: 0;
	line-height: 0;
	font-weight: normal;
}

.contact-form .checkbox-wrap .col-3,
.contact-form .radio-wrap .col-3 {
	display: inline-block;
	vertical-align: top;
	width: 135px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 5px 3px 0;
}

.contact-form input[type="checkbox"],
.contact-form input[type="radio"] {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 3px;
	outline: none;
}
.contact-form .credit-card-type ul {
	list-style:none;
	display:inline;
}

.contact-form .credit-card-type ul li {
	padding-bottom:10px;

}

.contact-form .credit-card-type input[type="radio"] {
	display: inline;
}

.contact-form .credit-card-type li label {
	display: inline;
	text-align:left;
	padding-left: 5px;
}

.contact-form input[type="radio"] {
	border-radius: 50%;
}se

.contact-form .date {
	position: relative;
	padding-right: 39px;
	margin: 0;
}

.contact-form .date .col:after {
	content: "";
	font: 28px/1 icomoon;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: -2px 0 0;
}

.contact-form .btn, .form-list .frm-field-submit.btn, .search.dynamic .btn  {
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 18px 33px;
	margin: 7px 0 0;
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .25);
}
.search.dynamic .btn {
	border-radius: 9px !important;
}

.search-cell {
	padding-bottom: 25px;
}
.container .alignCenter tbody tr > td {
	text-align: left !important;
}

.form-list {
	padding-bottom: 71px;
}
	.form-list .cart-form input[type="radio"], .form-list .cart-form input[type="checkbox"] {
		opacity: 1;
	}
.cart-form .row div label{
	padding-left: 20px;
}
label {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	margin: 0 0 9px;
	text-align: left;
}

label .astric {
	color: #91011d;
	font-size: 16px;
	line-height: 1;
	top: 0;
}
span.required:after{
	content:'*';
	color:red;
}

h1 {
	color: #013359;
}

h2 {
	color: #91011d;
}

.member {
	text-align: center;
	padding: 17px 0 76px;
}

.member h1 {
	line-height: 26px;
	margin: 0 0 8px;
}

.member h2 {
	margin: 0 0 8px;
}

.member input[type="text"],
.member input[type="search"] {
	height: 28px;
}

.member .col,
.member .col-3 {
	margin: 0 0 18px;
}
.newsletter .col {
	display:-webkit-box;
}

	.newsletter .col label {
		padding-left: 5px;
	}

.member .btn {
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 18px 24px;
	margin-top: 12px;
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .25);
}

.member h3 {
	font-size: 25px;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 30px;
}

.map-holder {
	display: none;
}

.state-holder {
	display: block;
	margin: 0 0 43px;
}

.state-holder h2 {
	margin: 0 0 21px;
}

.query-form {
	margin: 0 0 37px;
}

.results {
	text-align: left;
	position: relative;
}

.results:before {
	content: "";
	border-top: 1px dashed #e3dacf;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	z-index: 2;
}

.results .username {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 11px;
}

.results .username strong {
	font-weight: 600;
}

.results dl {
	margin: 0 0 20px;
}

.results dl dt {
	margin: 0;
	float: left;
	width: 84px;
	padding-right: 1px;
}

.results dl dd {
	margin: 0;
	overflow: hidden;
}

.results address {
	font-style: normal;
	margin: 0 0 8px;
}

.results address a {
	color: #414141;
	text-decoration: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.results address a:hover {
	opacity: .7;
}

.result {
	padding: 17px 20px 17px 28px;
	position: relative;
}

.result:before {
	content: "";
	border-top: 1px dashed #e3dacf;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	z-index: 2;
}

.result:nth-child(2n+1) {
	background: #f5f2ee;
}

.product-block, div.prod-content {
	text-align: center;
	padding: 11px 0 39px;
}

.product-category {
	text-align: center;
	font-size: 0;
	line-height: 0;
	font-weight: normal;
}

.product-category li {
	margin: 0 0 27px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}

.product-category a {
	text-decoration: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
}

.product-category a:hover {
	opacity: .8;
}

.product-category h2 {
	color: #414141;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 13px 0 0;
	margin: 0;
}

.product {
	padding: 20px 0 70px;
	text-align: center;
}

.product h1 {
	line-height: 1;
	margin: 0 0 32px;
}
	.product .product-item .img img {
		max-height: 500px;
	}

.product .img {
	margin: 0 0 15px;
}
	.product .img img {
		max-height: 258px;
	}

.product .price {
	display: block;
	font-size: 25px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
}

.product p {
	margin: 0 0 20px;
}

.product .price {
	margin: 0 0 15px;
}

.product .row {
	max-width: 330px;
	margin: 0 auto 20px;
}
.product-item .row {
	display: inline-grid;
}
.product-item .row .col1 {
	float: left;
	width:70%;
}

.product-item .row .col2 {
	text-align:right;
}
.select-form select {
	width: 100%;
	height: 28px;
	color: #848383;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
	padding: 1px 12px;
}

.select-form select option {
	padding: 3px 12px;
	font-style: normal;
}

.select-form .btn {
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 18px 33px;
	margin: 2px 0 0;
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .25);
}

.comment {
	padding: 0 0 20px;
}

.comment h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #848383;
	text-transform: uppercase;
}

.comment .name {
	display: block;
	margin: 0 0 11px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.comment .name a {
	text-decoration: none;
	color: #414141;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.comment .name a:hover {
	opacity: .7;
}

.comment .name time {
	color: #414141;
	font-weight: 400;
}

.comment .result p {
	margin: 0 0 8px;
	margin-left: 3px;
}

.comment-form h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	color: #848383;
	text-transform: uppercase;
}

.comment-form .row {
	margin: 0 0 10px;
}

.comment-form .btn {
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	width: auto;
	display: inline-block;
	vertical-align: top;
	padding: 18px 33px;
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .25);
}

.comment-form textarea, .comment-form .cke_contents {
	height: 145px;
}

.post-link {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background: #91011d;
	position: absolute;
	left: 0;
	top: 20px;
	text-decoration: none;
	padding: 6px 12px;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .25);
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.post-link:hover {
	background: #c40127;
}

.blog-side-bar {
	display: inline-block;
	vertical-align: top;
	position:absolute;
	left:0;
	top:215px;
	text-decoration: none;
	padding: 6px 12px;
	width:16%;
}
.blogRightSideHeader {
	font-weight: bold;
}

.post-link.create {
	top: 70px;
}

.post-link.follow {
	top: 120px;
}

.post-link.edit {
	top: 170px;
}

.footer-area {
	background: url(../images/footer-bg.jpg);
}

.footer-area .copyright,
.footer-area .footer-text {
	font-size: 10px;
	line-height: 15px;
	font-weight: 300;
	color: #715635;
	display: block;
	text-align: center;
	margin: 0 -10px 4px;
}

.footer-area .copyright {
	color: #715635;
}

.footer-area .copyright a {
	color: #715635;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	text-decoration: none;
}

.footer-area .copyright a:hover {
	opacity: .7;
}

.footer-area address {
	display: none;
}

.footer-area .footer-text {
	color: #91011d;
}

.footer-area .footer-text a {
	text-decoration: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.footer-area .footer-text a:hover {
	opacity: .7;
}

.footer-block {
	background: url(../images/bg-red.jpg);
	color: #fff;
	padding: 41px 0 5px;
	position: relative;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

.footer-block:before,
.footer-block:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px dashed #c89999;
	top: 8px;
	height: 1px;
	width: 100%;
}

.footer-block:after {
	top: 21px;
}

.footer-block h3 {
	text-align: center;
	color: #fff;
}

.footer-block time {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}

h3 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.article-holder {
	margin: 0 auto;
	max-width: 300px;
}

.article-holder .heading {
	display: block;
	margin: 0 0 8px;
	color: #fff;
}

.article-holder .heading a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.article-holder .heading a:hover {
	opacity: .7;
}

.article-holder article {
	margin: 0 0 24px;
}

#footer {
	position: relative;
	padding: 41px 0 33px;
}

#footer:before,
#footer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px dashed #c89999;
	top: 10px;
	height: 1px;
	width: 100%;
}

#footer:after {
	top: 23px;
}

.footer-nav {
	font-size: 0;
	line-height: 0;
	font-weight: normal;
	text-align: center;
	margin: 0 -5px 23px;
}

.footer-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	padding: 0 10px;
}

.footer-nav li.active a {
	color: #013359;
}

.footer-nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #715635;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.footer-nav a:hover {
	color: #013359;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"] {
	background: #f5f2ee;
	height: 25px;
	padding: 3px 10px;
	border: none;
	outline: none;
	box-shadow: none;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	display: block;
	outline: none;
	width: 100%;
	border: 1px solid #848383;
	box-shadow: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
	color: #848383;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #848383;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
	color: #848383;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
	color: #848383;
}

input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="email"].placeholder {
	color: #848383;
}

textarea {
	background: #f5f2ee;
	border: 1px solid #848383;
	width: 100%;
	resize: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #414141;
	font-style: italic;
}

textarea::-webkit-input-placeholder {
	color: #848383;
}

textarea::-moz-placeholder {
	opacity: 1;
	color: #848383;
}

textarea:-moz-placeholder {
	color: #848383;
}

textarea:-ms-input-placeholder {
	color: #848383;
}

textarea.placeholder {
	color: #848383;
}

.btn {
	background: #91011d;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	outline: none;
	border: none;
	width: 100%;
	display: block;
	padding: 5px 10px;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn:hover {
	background: #c40127;
}

.a-btn {
	background: #91011d;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-weight: 700;
	outline: none;
	border: none;
	display: block;
	padding: 5px 10px;
	text-align: center;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-decoration: none;
	width: 300px;
}

.a-btn:hover {
	background: #c40127;
	cursor: pointer;
}

.ajax__calendar { z-index : 1000 !important; }

@media (min-width: 768px) {
	.container {
		padding: 0 30px;
	}

	.top-bar {
		padding: 0;
		
	}

	.top-bar .container {
		position: relative;
		padding: 3px 108px 0;
	}

	/*.top-bar .container:before {
		box-shadow: 119px 12px 62px 34px #fff;
		left: -150px;
		width: 150px;
	}*/
	.login-message .top-bar .container:before {
		top:50px;
	}

	.logo-holder {
		width: 440px;
		float: left;
	}

	.logo-holder h1 {
		width: 325px;
	}

	.logo {
		margin: -35px 14px 0 -10px;
	}

	#nav .nav-drop {
		left: 108px;
		margin-top: 10px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		width: 190px;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
	}

	.nav-active #nav .nav-drop {
		margin-top: 0;
		visibility: visible;
		opacity: 1;
	}

	#nav .nav-drop > ul {
		background: none;
	}

	#nav .nav-drop > ul > li {
		padding: 0;
	}

	#nav .nav-drop > ul > li > a {
		padding: 6px 12px;
	}

	#nav .nav-drop > ul ul {
		width: 248px;
	}

	#nav .nav-drop > ul ul a {
		padding: 8px 23px 9px;
	}

	.login-form {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		left: auto;
		right: -6px;
	}

	.login-form input[type="text"],
	.login-form input[type="password"] {
		height: 36px;
		padding: 3px 10px;
	}

	.login-form .form-group {
		width: 130px;
	}
	.login-form .form-group.label {
		width: 150px;
		vertical-align:middle;
		line-height: 2.2;
	}
	.login-form .form-group.btn-holder {
		width: 96px;
	}

	.login-form .btn {
		height: 36px;
		width: 86px;
	}

	.search-form {
		width: 495px;
		bottom: auto;
		top: 0;
		left: auto;
	}

	.search-form input[type="search"] {
		height: 36px;
	}

	.search-form .btn {
		height: 36px;
		font-size: 30px;
		line-height: 25px;
		font-weight: 700;
		padding-top: 0;
		padding-bottom: 5px;
	}

	.search-form .close {
		height: 36px;
	}

	.icon-list {
		margin: 0 261px 0 0;
		width: 140px;
	}

	.icon-list li {
		margin: 0 0 3px 8px;
	}

	.icon-list li .icon-search {
		margin: 0;
	}

	.icon-list li .icon-user {
		display: none;
	}

	.header-block {
		padding: 0 0 7px;
	}

	.header-content {
		float: right;
		max-width: 200px;
	}

	.header-content .title {
		right: -24px;
		top: -10px;
		left: auto;
		width: auto;
		bottom: auto;
		width: 303px;
		font-size: 84px;
		line-height: 1;
		font-weight: 600;
	}

	.btn-donate {
		margin: 0;
		padding: 4px 36px 0;
	}

	.slideshow {
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
	}

	.slideshow .slide {
		padding: 35px 20px;
		min-height: 400px;
	}

	.slideshow .icon {
		margin: 0 13px -8px 0;
	}

	.slideshow h1 {
		font-size: 48px;
		line-height: 40px;
		font-weight: 600;
		margin: 0 0 8px;
	}
	
	#two-columns {
		padding: 42px 0 21px;
	}

	#two-columns .col {
		margin: 0 0 17px;
	}

	.content-block {
		padding: 14px 0 21px;
	}

	.content-block.post-content {
		padding-top: 14px;
	}

	.content-block p {
		margin: 0 0 20px;
	}

	.content-block h1 {
		margin-right: -30px;
	}

	.content-block h2 {
		margin: 0 0 15px;
	}

	.content-block h3 {
		margin: 0 0 15px;
	}

	.content-block h4 {
		margin: 0 0 16px;
	}

	.content-block h5 {
		margin: 0 0 16px;
	}

	.content-block h6 {
		margin: 0 0 14px;
	}

	.content-block .article {
		margin: 0 0 3px;
		display: block;
	}

	.content-block .article .img {
		float: right;
		width: 286px;
		padding: 47px 0 0;
		display: block;
		margin-left: 39px;
		text-align: right;
	}

	.list {
		margin: 0 0 10px;
	}

	.list li:before {
		left: -2px;
	}

	/*.contact {
		padding: 0 0 71px;
	}*/

	.contact-form .form-group {
		margin: 0 0 15px;
	}

	.contact-form .checkbox-wrap .col-3,
	.contact-form .radio-wrap .col-3 {
		width: 33.33%;
		margin: 0 0 10px;
	}

	.contact-form .row {
		margin: 0 -16px;
	}

	.contact-form .date {
		margin: 0;
	}

	.contact-form .btn {
		margin: 15px 0 0;
	}

	.member {
		padding: 19px 0 84px;
	}

	.member h1 {
		margin: 0 0 13px;
	}

	.member h1 br {
		display: none;
	}

	.member h2 {
		margin: 0 0 19px;
	}

	.member .row {
		margin: 0 -15px;
	}

	.member .col,
	.member .col-3 {
		float: left;
		width: 50%;
		padding: 0 15px;
	}

	.member .col-3 {
		width: 33.33%;
	}

	.member .btn {
		margin: 12px 0 0;
		padding: 18px 54px;
	}

	.member h3 {
		text-align: left;
	}

	.map-holder {
		display: block;
		margin: 0 0 43px;
	}

	.map-holder h2 {
		margin: 0 0 21px;
	}

	.state-holder {
		display: none;
	}

	.query-form {
		margin: 0 0 49px;
	}

	.product-block h1 {
		margin: 0 0 28px;
	}

	.product-category li {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
	}

	.product-category h2 {
		padding: 15px 0 0;
	}

	.product {
		text-align: left;
		padding: 20px 0 60px;
	}

	.product h1 {
		margin: 0 0 20px;
	}

	.product .img {
		max-width: 370px;
		float: left;
	}

	.product .text {
		overflow: hidden;
		padding: 23px 0 10px 36px;
	}

	.product p {
		margin: 0 0 23px;
	}

	.product .row {
		margin: 0 0 20px;
		padding-bottom:20px;
	}

	.comment h2 {
		margin: 0 0 22px;
	}

	.comment-form {
		margin: 0 0 25px;
	}

	.comment-form .row {
		margin: 0 0 17px;
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"] {
		height: 28px;
		padding: 3px 17px;
	}

	.comment-form textarea {
		padding: 3px 17px;
	}

	.footer-area .copyright,
	.footer-area .footer-text {
		margin: 0;
		font-size: 16px;
		line-height: 18px;
		font-weight: 300;
		color: #715635;
	}

	.footer-area address {
		display: block;
		font-size: 16px;
		line-height: 18px;
		font-weight: 300;
		font-style: normal;
		text-align: center;
		color: #715635;
		margin: 0 0 14px;
	}

	.footer-area .footer-text {
		font-size: 12px;
		line-height: 16px;
		font-weight: 300;
		color: #91011d;
	}

	.footer-block {
		padding: 41px 0 21px;
	}

	#footer {
		padding: 41px 0 67px;
	}

	.footer-nav {
		margin: 0 -5px 24px;
	}
}

@media (min-width: 1024px) {
	.top-bar .container {
		padding: 0 108px;
	}

	.top-bar .container:before {
		box-shadow: 91px 12px 24px 4px #fff;
	}

	#nav {
		width: auto;
		padding: 0 0;
	}

	#nav .nav-drop {
		position: static;
		opacity: 1;
		visibility: visible;
		width: auto;
		background: none;
		border: none;
		margin: 0;
	}

	#nav .nav-drop > ul {
		margin: 0 -10px;
	}

	#nav .nav-drop > ul > li {
		float: left;
		padding: 9px 10px;
	}

	#nav .nav-drop > ul > li:before {
		content: "";
		font: 12px/1 icomoon;
		position: absolute;
		left: -8px;
		top: 50%;
		margin: -2px 0 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#nav .nav-drop > ul > li:first-child:before,
	#nav .nav-drop > ul > li:first-child:after {
		display: none;
	}

	#nav .nav-drop > ul > li:after {
		content: "";
		bottom: auto;
		height: auto;
		width: auto;
		background: none;
		left: auto;
		top: 100%;
		font: 12px/1 icomoon;
		left: -8px;
		margin: -6px 0 0;
		z-index: 9999;
	}

	#nav .nav-drop > ul > li > a {
		display: inline;
		padding: 0;
		background: none;
	}

	#nav .nav-drop > ul ul {
		left: 0;
		top: 100%;
		background: #006498;
		right: 0;
		width: auto;
		font-weight: 400;
		text-align: center;
		line-height: 14px;
	}

	#nav .nav-drop > ul ul li {
		border-color: #fff;
	}

	#nav .nav-drop > ul ul a {
		background: #006498;
		color: #fff;
		padding: 8px 5px 9px;
	}

	.nav-opener {
		display: none;
	}

	.hidden-sm {
		display: none !important;
	}

	.icon-list li {
		margin: 0 0 3px 2px;
	}

	.icon-list li span {
		margin: 0;
	}

	.icon-list li .icon-search {
		padding: 3px 0 0;
		margin: 0 0 -3px;
	}

	.menu {
		display: block;
		position: relative;
		z-index: 11;
		padding: 7px 0;
		text-transform: uppercase;
	}

	.header-block {
		margin: 0;
	}

	.header-content {
		padding: 11px 0 37px;
		letter-spacing: 1px;
		margin: 0 105px 0 0;
	}

	.header-content .title {
		font-size: 131.64px;
		line-height: 1;
		font-weight: normal;
		right: 80px;
		top: -19px;
	}

	.slideshow {
		font-size: 18px;
		line-height: 26px;
		font-weight: normal;
		padding: 0px 0 0;
	}

	.slideshow .slide {
		min-height: 547px;
	}

	.slideshow .text {
		max-width: 440px;
	}

	.slideshow .icon {
		width: 72px;
	}

	.slideshow h1 {
		font-size: 70px;
		line-height: 58px;
		font-weight: 600;
		margin: 0 0 10px;
	}

	#two-columns {
		max-width: none;
		margin: 0;
		padding: 44px 0 52px;
	}

	#two-columns h2 {
		text-align: left;
	}

	#two-columns .col-holder {
		margin: 0 -22px;
	}

	#two-columns .col {
		margin: 0;
		float: left;
		width: 50%;
		padding: 0 22px;
	}

	.content-block {
		padding: 30px 0 23px;
	}

	.content-block.post-content {
		padding-top: 14px;
	}

	.content-block h1 {
		margin-right: 0;
	}

	.content-block h3 {
		margin: 0 0 14px;
	}

	.content-block h5 {
		margin: 0 0 14px;
	}

	.content-block h6 {
		margin: 0 0 16px;
	}

	.content-block .info-text {
		padding: 20px 0 0;
	}

	.content-block .article {
		margin: 0 0 9px;
	}

	.content-block .article .img {
		width: 276px;
		padding-top: 5px;
	}

	.list {
		margin: 0 0 19px;
	}

	.contact-form {
		width: 50%;
	}

	.contact-form .col,
	.contact-form .col-3,
	.contact-form .col-4,
	.contact-form .col-8 {
		padding: 0 11px;
	}

	.contact-form .row {
		margin: 0 -11px;
	}

	.contact-form .date {
		margin: 0;
	}

	.member {
		padding: 19px 0 67px;
	}

	.results {
		margin: 0 -30px;
	}

	.product-category li {
		margin: 0 0 25px;
	}

	.product-category li {
		width: 33.33%;
	}

	.product {
		padding: 16px 0 40px;
	}

	.product h1 {
		margin: 0 0 10px;
	}

	.product img {
		max-width: 342px;
		max-height: 200px;
		width:auto !important;
		height:auto !important;
		vertical-align:baseline;
	}

	.product .text {
		padding: 3px 0 10px 61px;
	}

	.comment {
		padding: 21px 0 48px;
	}

	.comment-form {
		width: 100%;
		margin: 0 0 47px;
	}

	.comment-form .btn {
		margin-top: 3px;
	}

	.footer-area .copyright,
	.footer-area .footer-text {
		line-height: 16px;
	}

	.footer-block {
		padding: 41px 0 42px;
	}

	.footer-block time {
		font-size: 14px;
		line-height: 18px;
		font-weight: 300;
	}

	.article-holder {
		max-width: none;
		margin: 0 -12px;
		font-size: 0;
		line-height: 0;
		font-weight: normal;
		text-align: left;
	}

	.article-holder article {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		font-size: 16px;
		line-height: 1;
		font-weight: 700;
		padding: 0 12px;
	}

	#footer {
		padding: 36px 0 64px;
	}

	#footer:before,
	#footer:after {
		top: 7px;
	}

	#footer:after {
		top: 20px;
	}

	.footer-nav li {
		font-size: 22px;
		line-height: 26px;
		font-weight: 600;
	}

}
@media (max-width:1280px){
   .product-block img {
        max-height:200px;
        max-width:400px;
    }
   .blog_body_content_container {
    padding-top:50px;
    }
   .blog-side-bar {
    display: block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px 12px;
    position:inherit;
    width:100%;
    }
   .Blog .container{
       padding-top:110px;
   }
}
@media (min-width: 1024px) and (min-width: 1200px) {
	#nav .nav-drop > ul > li:before {
		font-size: 15px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^="tel"] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1200px) {
	.top-bar .container {
		padding: 0 162px;
	}

	.top-bar .container:before {
		box-shadow: 269px 28px 66px 81px #fff;
		width: auto;
		left: -220px;
	}

	.logo-holder {
		width: 720px;
	}

	.logo-holder h1 {
		font-size: 30px;
		line-height: 26px;
		font-weight: 600;
		margin: -7px 0 0 0;
		width: 525px;
	}

	.logo {
		width: 112px;
		margin: -35px 24px 0 -10px;
	}

	#nav .nav-drop > ul {
		margin: 0 -21px;
	}

	#nav .nav-drop > ul > li {
		padding: 9px 37px;
	}

	#nav .nav-drop > ul > li:after {
		font-size: 15px;
	}

	#nav .nav-drop > ul ul a {
		padding: 8px 11px 9px;
	}

	.search-form .search-holder {
		padding: 0 0 0 32px;
	}

	.search-form .form-group {
		width: 40%;
	}

	.search-form .close {
		width: 32px;
	}

	.search-form .close + .form-group {
		width: 60%;
	}

	.icon-list {
		margin: 0 215px -3px 0;
		padding-top: 3px;
	}

	.icon-list li span {
		margin: 0 0 -3px;
	}

	.header-block {
		padding: 0 0 4px;
	}
}

@media (min-width: 1280px) {
	.logo {
		width: 132px;
	}

	.header-content .container {
		position: relative;
	}

	.content-block.post-content {
		padding-top: 14px;
        min-height:700px;
	}

}

@media screen and (max-width:768px) {
	.top-bar .container:before {
		left: -100px;
		top: 40px;
		bottom: 0;
		z-index: 1;
		width: 100px;
		box-shadow: 91px 12px 24px 4px #fff;
		height: 100px;
		pointer-events: none;
		border-radius: 100px;
	}
	.login-message {padding: 5px 20px 32px; }
	.login-active .top-bar { padding-top: 35px; }
	.content-block.post-content {
		padding-top: 14px;
	}
    .product-category img, product-item img {
        max-height:200px;
               
    }
}


@media only screen and (max-width:480px) {
/*forces calendar table to get small on mobile */
table td.smallText { font-size: 12px; }
	.form-main-table {
		padding: 0 0;
	}
	.container, .form-main-table {

	}
	.login-form .form-group.label {
		display: none;
	}
	/*.login-form {
		top: -10px;
	}*/
	.product-item .row {
		display: block;
	}
	.product-item .row .col1 {
		width: 100%;
		text-align: left;
		padding-bottom: 10px;
	}
	.product-item ul li:before {
	}
	.product p {
		margin: 0 0 10px;
	}
	.product-item .text ul li {
		text-align: left;
	}
	
	.product-item .text ul {
		padding-bottom: 10px;
	}
	.lbtn {
		font-size: 8px;
		line-height:2.4;
	}
	.content-block.post-content {
		padding-top: 14px;
	}
        .product-category img, product-item img {
        max-height:200px;
               
    }
}
div.blog-post { margin-bottom: 30px; }
.content-block .blog-post h2 { margin: 0px 0px 0px;}
div.blog-post time, .blog_body_content_container time{ font-style: italic; }


ul.positionmarkers {padding-left:0;}
ul.positionmarkers li { display: inline;padding:0px 5px; }
