@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i|Lusitana:400,700|Quicksand:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i';

@font-face {
    font-family: 'GeosansLight';
    font-style: normal;
    font-weight: normal;
    src: local("GeosansLight"), url("../fonts/geosanslight/GeosansLight.woff") format("woff");
}

@font-face {
    font-family: 'Linux Libertine';
    font-style: normal;
    font-weight: normal;
    src: url("LinLibertine.eot") format("eot"), url("../fonts/linux_libertine/LinLibertine.woff") format("woff"), url("../fonts/linux_libertine/LinLibertine.ttf") format("truetype"), url("../fonts/linux_libertine/LinLibertine.svg#LinLibertineI") format("svg");
}

@font-face {
    font-family: "Callie Hand";
    src: url("Callie_Hand.eot") format("eot"), url("../fonts/calliehand/Callie_Hand.woff") format("woff"), url("../fonts/calliehand/Callie_Hand.ttf") format("truetype"), url("../fonts/calliehand/Callie_Hand.svg#CallieHand") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
	* 1. Set default font family to sans-serif.
	* 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
*/
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: 0.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: -0.5em;
}

sub {
    bottom: -0.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 {
    -moz-box-sizing: content-box;
    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
========================================================================== */
/**
	* 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 */
	
    /* 3 */
	
    cursor: pointer;
    display: inline-block;
    padding: 4px 13px;
    border: 1px solid #7dba00;
    color: #fff;
    background-color: #7dba00;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease-in all;
}

/**
	* 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
	*    (include `-moz` to future-proof).
*/
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
	* 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;
}

/**
	* Define consistent border, margin, and padding.
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.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;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*! #######################################################################
	
	MeanMenu 2.0.7
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
	
####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #071d49;
    padding: 4px 0;
    min-height: 42px;
    z-index: 20;
    margin-bottom: 20px;
}

.mean-container .mean-bar .container {
    padding: 0;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #071d49;
    margin-top: 44px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 28px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.meanclose + .mean-nav .nav-links ul {
    display: block !important;
}

.mean-bar h6 {
    display: none;
}

* {
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

.breathe {
    padding-top: 50px;
}

.breathe-slim {
    padding-top: 20px;
}

.mini-breathe {
    padding-top: 15px;
}

.lg-breathe {
    padding-top: 60px;
}

.col-prop {
    min-height: 100px;
}

.col-1 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-1 {
        width: 8.33333%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-1 {
        margin-left: 8.33333%;
	}
}

.col-2 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-2 {
        width: 16.66667%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-2 {
        margin-left: 16.66667%;
	}
}

.col-3 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-3 {
        width: 25%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-3 {
        margin-left: 25%;
	}
}

.col-4 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-4 {
        width: 33.33333%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-4 {
        margin-left: 33.33333%;
	}
}

.col-5 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-5 {
        width: 41.66667%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-5 {
        margin-left: 41.66667%;
	}
}

.col-6 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-6 {
        width: 50%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-6 {
        margin-left: 50%;
	}
}

.col-7 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-7 {
        width: 58.33333%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-7 {
        margin-left: 58.33333%;
	}
}

.col-8 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-8 {
        width: 66.66667%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-8 {
        margin-left: 66.66667%;
	}
}

.col-9 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-9 {
        width: 75%;
        float: left;
	}
    .mpblog-post-index .col-9{
        width: 83.33%;
	}
}

@media all and (min-width: 768px) {
    .col-off-9 {
        margin-left: 75%;
	}
}

.col-10 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-10 {
        width: 83.33333%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-10 {
        margin-left: 83.33333%;
	}
}

.col-11 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-11 {
        width: 91.66667%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-11 {
        margin-left: 91.66667%;
	}
}

.col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 768px) {
    .col-12 {
        width: 100%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-off-12 {
        margin-left: 100%;
	}
}

.col-slim.row {
    margin: 0 -10px;
}

.col-slim-1 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-1 {
        width: 8.33333%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-1 {
        margin-left: 8.33333%;
	}
}

.col-slim-2 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-2 {
        width: 16.66667%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-2 {
        margin-left: 16.66667%;
	}
}

.col-slim-3 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-3 {
        width: 25%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-3 {
        margin-left: 25%;
	}
}

.col-slim-4 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-4 {
        width: 33.33333%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-4 {
        margin-left: 33.33333%;
	}
}

.col-slim-5 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-5 {
        width: 41.66667%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-5 {
        margin-left: 41.66667%;
	}
}

.col-slim-6 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-6 {
        width: 50%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-6 {
        margin-left: 50%;
	}
}

.col-slim-7 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-7 {
        width: 58.33333%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-7 {
        margin-left: 58.33333%;
	}
}

.col-slim-8 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-8 {
        width: 66.66667%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-8 {
        margin-left: 66.66667%;
	}
}

.col-slim-9 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-9 {
        width: 75%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-9 {
        margin-left: 75%;
	}
}

.col-slim-10 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-10 {
        width: 83.33333%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-10 {
        margin-left: 83.33333%;
	}
}

.col-slim-11 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-11 {
        width: 91.66667%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-11 {
        margin-left: 91.66667%;
	}
}

.col-slim-12 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (min-width: 768px) {
    .col-slim-12 {
        width: 100%;
        float: left;
	}
}

@media all and (min-width: 768px) {
    .col-slim-off-12 {
        margin-left: 100%;
	}
}

.col-sm.row {
    margin: 0 -10px;
}

.col-sm-1 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-1 {
        width: 8.33333%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-1 {
        margin-left: 8.33333%;
	}
}

.col-sm-2 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-2 {
        width: 16.66667%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-2 {
        margin-left: 16.66667%;
	}
}

.col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-3 {
        width: 25%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-3 {
        margin-left: 25%;
	}
}

.col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-4 {
        width: 33.33333%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-4 {
        margin-left: 33.33333%;
	}
}

.col-sm-5 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-5 {
        width: 41.66667%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-5 {
        margin-left: 41.66667%;
	}
}

.col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-6 {
        width: 50%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-6 {
        margin-left: 50%;
	}
}

.col-sm-7 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-7 {
        width: 58.33333%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-7 {
        margin-left: 58.33333%;
	}
}

.col-sm-8 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-8 {
        width: 66.66667%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-8 {
        margin-left: 66.66667%;
	}
}

.col-sm-9 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-9 {
        width: 75%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-9 {
        margin-left: 75%;
	}
}

.col-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-10 {
        width: 83.33333%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-10 {
        margin-left: 83.33333%;
	}
}

.col-sm-11 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-11 {
        width: 91.66667%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-11 {
        margin-left: 91.66667%;
	}
}

.col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 767px) {
    .col-sm-12 {
        width: 100%;
        float: left;
	}
}

@media all and (max-width: 767px) {
    .col-sm-off-12 {
        margin-left: 100%;
	}
}

.col-lg.row {
    margin: 0 -15px;
}

.col-lg-1 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-1 {
        width: 8.33333%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-1 {
        margin-left: 8.33333%;
	}
}

.col-lg-2 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-2 {
        width: 16.66667%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-2 {
        margin-left: 16.66667%;
	}
}

.col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-3 {
        width: 25%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-3 {
        margin-left: 25%;
	}
}

.col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-4 {
        width: 33.33333%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-4 {
        margin-left: 33.33333%;
	}
}

.col-lg-5 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-5 {
        width: 41.66667%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-5 {
        margin-left: 41.66667%;
	}
}

.col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-6 {
        width: 50%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-6 {
        margin-left: 50%;
	}
}

.col-lg-7 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-7 {
        width: 58.33333%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-7 {
        margin-left: 58.33333%;
	}
}

.col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-8 {
        width: 66.66667%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-8 {
        margin-left: 66.66667%;
	}
}

.col-lg-9 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-9 {
        width: 75%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-9 {
        margin-left: 75%;
	}
}

.col-lg-10 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-10 {
        width: 83.33333%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-10 {
        margin-left: 83.33333%;
	}
}

.col-lg-11 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-11 {
        width: 91.66667%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-11 {
        margin-left: 91.66667%;
	}
}

.col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width: 1024px) {
    .col-lg-12 {
        width: 100%;
        float: left;
	}
}

@media all and (min-width: 1024px) {
    .col-lg-off-12 {
        margin-left: 100%;
	}
}

.even-4 .col-3:nth-child(4n + 5) {
    clear: left;
}

.modal-container,
.modals-wrapper,
.authentication-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.modal-container.active,
._has-modal .modal-container,
._has-modal-custom .modal-container,
.modals-wrapper.active,
._has-modal
.modals-wrapper,
._has-modal-custom
.modals-wrapper,
.authentication-wrapper.active,
._has-modal
.authentication-wrapper,
._has-modal-custom
.authentication-wrapper {
    transition: opacity 0.3s, visibility 0s linear;
    opacity: 1;
    visibility: visible;
}

.modal-container.active .modal,
.modal-container.active .modal-inner-wrap,
._has-modal .modal-container .modal,
._has-modal .modal-container .modal-inner-wrap,
._has-modal-custom .modal-container .modal,
._has-modal-custom .modal-container .modal-inner-wrap,
.modals-wrapper.active .modal,
.modals-wrapper.active .modal-inner-wrap,
._has-modal
.modals-wrapper .modal,
._has-modal
.modals-wrapper .modal-inner-wrap,
._has-modal-custom
.modals-wrapper .modal,
._has-modal-custom
.modals-wrapper .modal-inner-wrap,
.authentication-wrapper.active .modal,
.authentication-wrapper.active .modal-inner-wrap,
._has-modal
.authentication-wrapper .modal,
._has-modal
.authentication-wrapper .modal-inner-wrap,
._has-modal-custom
.authentication-wrapper .modal,
._has-modal-custom
.authentication-wrapper .modal-inner-wrap {
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal-container .modal-popup,
.modal-container .modal-custom,
.modals-wrapper .modal-popup,
.modals-wrapper .modal-custom,
.authentication-wrapper .modal-popup,
.authentication-wrapper .modal-custom {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.modal-container .modal-popup._show,
.modal-container .modal-custom._show,
.modals-wrapper .modal-popup._show,
.modals-wrapper .modal-custom._show,
.authentication-wrapper .modal-popup._show,
.authentication-wrapper .modal-custom._show {
    display: block;
}

.modal-container .modal-overlay,
.modals-wrapper .modal-overlay,
.authentication-wrapper .modal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.modal-container .modal,
.modal-container .modal-inner-wrap,
.modals-wrapper .modal,
.modals-wrapper .modal-inner-wrap,
.authentication-wrapper .modal,
.authentication-wrapper .modal-inner-wrap {
    max-width: 960px;
    max-height: 80%;
    padding: 30px;
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 20px;
    right: 20px;
    background: #FFF;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: transform 0.3s, top 0.2s;
    overflow-y: scroll;
}

.modal-container .modal.wide,
.modal-container .modal-inner-wrap.wide,
.modals-wrapper .modal.wide,
.modals-wrapper .modal-inner-wrap.wide,
.authentication-wrapper .modal.wide,
.authentication-wrapper .modal-inner-wrap.wide {
    width: 1000px;
    max-width: 96%;
    bottom: 10%;
    overflow: auto;
}

.modal-container .modal.diet,
.modal-container .modal-inner-wrap.diet,
.modals-wrapper .modal.diet,
.modals-wrapper .modal-inner-wrap.diet,
.authentication-wrapper .modal.diet,
.authentication-wrapper .modal-inner-wrap.diet {
    width: 600px;
}

@media all and (max-width: 767px) {
    .modal-container .modal,
    .modal-container .modal-inner-wrap,
    .modals-wrapper .modal,
    .modals-wrapper .modal-inner-wrap,
    .authentication-wrapper .modal,
    .authentication-wrapper .modal-inner-wrap {
        top: 20px;
        max-width: 100%;
	}
}

.modal-container .modal-close,
.modal-container .action-close,
.modals-wrapper .modal-close,
.modals-wrapper .action-close,
.authentication-wrapper .modal-close,
.authentication-wrapper .action-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    color: #CCC;
    text-decoration: none;
}

.modal-container .modal-close:hover,
.modal-container .action-close:hover,
.modals-wrapper .modal-close:hover,
.modals-wrapper .action-close:hover,
.authentication-wrapper .modal-close:hover,
.authentication-wrapper .action-close:hover {
    color: #666;
}

.modal-container .btn-close,
.modal-container .action-close,
.modals-wrapper .btn-close,
.modals-wrapper .action-close,
.authentication-wrapper .btn-close,
.authentication-wrapper .action-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
}

._has-modal .modal-container[data-modal] {
    opacity: 0;
    visibility: hidden;
}

._has-modal .modal-container[data-modal].active {
    opacity: 1;
    visibility: visible;
}

.authentication-wrapper {
    opacity: 0;
    visibility: hidden;
}

.authentication-wrapper.active,
._has-modal .authentication-wrapper,
._has-modal-custom .authentication-wrapper {
    opacity: 0;
    visibility: hidden;
}

._has-auth-shown .authentication-wrapper {
    transition: opacity 0.3s, visibility 0s linear;
    opacity: 1;
    visibility: visible;
}

._has-auth-shown .authentication-wrapper .modal,
._has-auth-shown .authentication-wrapper .modal-inner-wrap {
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal-visible {
    display: none;
}

.modals-wrapper,
.authentication-wrapper {
    width: 0;
    height: 0;
}

.modals-wrapper .modal-visible,
.authentication-wrapper .modal-visible {
    display: block;
}

._has-modal-shown .modals-wrapper {
    height: 100%;
    width: 100%;
    visibility: visible;
    opacity: 1;
}

._has-modal-shown .modals-wrapper .modal-popup {
    display: block;
}

._has-modal-shown .modals-wrapper .agreements-modal {
    display: none;
}

._has-modal-shown .modals-wrapper .modal-inner-wrap {
    -ms-transform: none;
    transform: none;
}

.select {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    background: transparent;
    display: inline-block;
}

.select:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 0;
    border: solid 1px #bbb;
    box-sizing: border-box;
}

.select:hover:after {
    border-color: #ccc;
}

.select:hover select {
    color: #ccc;
}

.select:hover .arrow {
    border-color: #ccc;
    background: transparent;
    color: #ccc;
}

.select:focus {
    border-color: color(red);
}

.select .arrow {
    width: 40px;
    height: 100%;
    margin-right: 1px;
    border-left: solid 0 #bbb;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: transparent;
    text-align: center;
    text-shadow: none;
    box-sizing: border-box;
    color: #bbb;
}

.select .arrow:after {
    content: "▾";
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -25%;
    left: 0;
    font-size: 14px;
}

.no-csstransitions .select .arrow {
    display: none;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    padding: 5px 45px 5px 5px;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 0;
    border: solid 1px transparent;
    background: none;
    font-size: 13px;
    color: #bbb;
    cursor: pointer;
    outline: none;
}

.no-csstransitions .select select {
    padding: 5px;
}

.select select:focus {
    border-color: #071d49;
    color: #071d49;
}

.select select:focus + .arrow {
    border-color: #071d49;
    background: transparent;
    color: #071d49;
}

.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #071d49;
}

.select-block {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    background: transparent;
    display: block;
}

.select-block:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 0;
    border: solid 1px #bbb;
    box-sizing: border-box;
}

.select-block:hover:after {
    border-color: #ccc;
}

.select-block:hover select {
    color: #ccc;
}

.select-block:hover .arrow {
    border-color: #ccc;
    background: transparent;
    color: #ccc;
}

.select-block:focus {
    border-color: color(red);
}

.select-block .arrow {
    width: 40px;
    height: 100%;
    margin-right: 1px;
    border-left: solid 0 #bbb;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: transparent;
    text-align: center;
    text-shadow: none;
    box-sizing: border-box;
    color: #bbb;
}

.select-block .arrow:after {
    content: "▾";
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -25%;
    left: 0;
    font-size: 14px;
}

.no-csstransitions .select-block .arrow {
    display: none;
}

.select-block select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    padding: 5px 45px 5px 5px;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 0;
    border: solid 1px transparent;
    background: none;
    font-size: 13px;
    color: #bbb;
    cursor: pointer;
    outline: none;
}

.no-csstransitions .select-block select {
    padding: 5px;
}

.select-block select:focus {
    border-color: #071d49;
    color: #071d49;
}

.select-block select:focus + .arrow {
    border-color: #071d49;
    background: transparent;
    color: #071d49;
}

.select-block select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #071d49;
}

.sort-by {
    font-family: "futura-pt";
    text-transform: uppercase;
}

.form-group.inline .control-text {
    display: inline-block;
    width: auto;
    max-width: 200px;
    margin-right: 6px;
}

.row:after, .col-slim.row:after, .col-sm.row:after, .col-lg.row:after, .clearfix:after, .social-icons:after, .faux-table > div:after, .cart-table .options.list:after, .cart-table .cart-actions:after, .sidebar-section .options.list:after, .filter-header:after, .product-tab-head:after, .cart-total:after, .order-actions-toolbar:after {
    content: "";
    display: table;
    clear: both;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: "futura-pt";
}

.page-wrapper {
    /* display: none; */
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "futura-pt";
    margin: 0;
    margin-bottom: .6em;
}

h1, .h1 {
    font-size: 40px;
}

h2, .h2 {
    font-size: 32px;
}

h2.underlined, .h2.underlined {
    position: relative;
    padding-bottom: 3px;
}

h2.underlined:after, .h2.underlined:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
}

h2.underlined:after, .h2.underlined:after {
    bottom: 0;
}

h2.thin, .h2.thin {
    font-weight: 400;
}

h2.small, .h2.small {
    font-size: 24px;
}

h2.step-title, .h2.step-title {
   
    font-family: "futura-pt";
    font-size: 20px;
    text-transform: uppercase;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;

}

h2.no-margin, .h2.no-margin {
    margin: 0;
    line-height: 1;
}

h3, .h3 {
    font-size: 28px;
}

h3.handwritten, .h3.handwritten {
    font-size: 34px;
}

h3.no-margin, .h3.no-margin {
    margin: 0;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 20px;
}

h5 small, .h5 small {
    font-size: 12px;
    font-weight: 400;
}

h6, .h6 {
    font-size: 18px;
}

a {
    color: #071d49;
    text-decoration: none;
    font-family: "futura-pt";
}

a:hover {
    color: #00203d;
}

p, ul, ol, dl {
    margin: 0;
}

p + p, p + ul, p + ol, ul + p, ul + ul, ul + ol, ol + p, ol + ul, ol + ol, dl + p, dl + ul, dl + ol {
    margin-top: 15px;
}

img {
    max-width: 100%;
    height: auto;
}



hr.grey {
    height: 1px;
    margin: 1em 0;
	display: none;
}

.handwritten {
    font-family: "beloved-script";
    font-weight: 400;
    
}

.lusitana {
    font-family: "futura-pt";
}

.text-thin {
    font-weight: 400;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

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

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-green {
    color: #071d49;
}

.img-responsive {
    max-width: 100%;
    vertical-align: middle;
}

.img-full {
    width: 100%;
    vertical-align: middle;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.relative {
    position: relative;
}

.hidden {
    display: none;
}

.visuallyhidden,
.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.no-display {
    display: none;
}

@media all and (max-width: 1023px) {
    .hidden-tablet {
        display: none;
	}
}

@media all and (max-width: 767px) {
    .hidden-phablet {
        display: none;
	}
}

@media all and (max-width: 639px) {
    .hidden-mobile {
        display: none;
	}
}

.page-title {
   	font-size: 19px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: 500;
}

@media all and (min-width: 768px) {
	
}

.catalogsearch-advanced-result .page-title {
    font-weight: normal;
    font-family: "futura-pt";
    font-size: 28px;
    letter-spacing: 2px;
    padding: 5px 0;
    color: #424242;
    text-align: center;
}

.Quicksand-light {
    font-weight: 400;
    font-family: "futura-pt";
    color: #071d49;
}

.page.messages .message {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.page.messages .message-error {
    background-color: #7dba00;
}

.page.messages .message-success {
        background-color: #7dba00;
    border: none;
    font-size: 20px;
}

.page.messages .message a {
   
   
}

.page.messages .message a:hover {
    color: #071d49;
    text-decoration: none;
}

.message.notice {
    margin-bottom: 20px;
}

.Quicksand {
    font-family: "futura-pt";
}

.uppercase {
    text-transform: uppercase;
}

/*
	*  Header Styles Begin
*/
.page-header {
    padding: 0px 0px;
}

.page-header > .container {
    padding-top: 0px;
    padding-bottom: 10px;
    position: relative;
}

.page-header .nav {
    margin: 0 0 0;
    text-align: center;
    position: relative;
    position: relative;
}

.page-header .nav:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.page-header .nav:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}

.page-header .nav > .container {
    position: relative;
    z-index: 3;
}

.page-header .nav-links {
    margin: 0;
    padding: 0;
    width: 100%;
}

@media all and (min-width: 768px) {
    .page-header .nav-links {
        display: table;
		margin-top: 15px;
	}
}

.page-header .nav-links-item {
    position: relative;
    padding: 0 10px;
    font-size: 18px;
    list-style-type: none;
}

@media all and (min-width: 768px) {
    .page-header .nav-links-item {
        display: table-cell;
        font-size: 15px;
	}
	
    .page-header .nav-links-item:before {
        position: absolute;
        top: 45%;
        left: -5px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
	}
	
    .page-header .nav-links-item:first-child:before {
        display: none;
	}
}

@media (min-width: 860px) {
    .page-header .nav-links-item {
        font-size: 18px;
	}
}

.page-header .nav-links-item > a,
.page-header .nav-links-item > span {
    display: block;
    padding: 4px 0;
    transition: all .2s ease;
}

.page-header .nav-links-item .no-cursor {
    cursor: text;
}

.page-header .nav-links-item:hover > a,
.page-header .nav-links-item:hover > span {
	
    color: #7dba00;
}

@media all and (min-width: 768px) {
    .page-header .nav-links-item:hover .sub-nav {
        display: -ms-flexbox;
        display: flex;
	}
}

.page-header .nav a {
    color: #071d49;
	font-weight:500;
	text-transform: uppercase;
	font-size:13.5px;
}

.proceed-checkout {
    margin-top: 15px;
}

@media all and (max-width: 767px) {
    .mean-bar .nav-links-item h6 {
        display: none;
	}
	
    .mean-bar img {
        display: none;
	}
}

.account-links {
	font-family: "futura-pt";
    font-size: 11.5px;
    text-transform: uppercase;
    padding: 0;
    /* background-color: #071d49; */
    width: 150px ;
    text-align: center;
    /* margin-top: -10px; */
    margin-left: 302px;
    margin-bottom: 20px;
}

.account-links li {
    display: inline-block;
    list-style-type: none;
	font-weight: 500;
}

.account-links li + li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #071d49;
}

.account-links li:first-child {
    padding-top: 25px;
}


.account-links a:hover {
    color:#7dba00;
}

.logo {
	width: auto;
    height: 0px;
    padding: 0px 0px 0px;
    display: block;
    /* overflow: hidden; */
    margin: 0px auto;
    outline: none !important;
    margin-bottom: 57px;
}

@media (max-width: 560px) {
    .logo {
        background-size: 300px 41px !important;
        padding-top: 51px;
        width: 300px;
	}
}

@media all and (max-width: 767px) {
    .logo {
        margin: 20px auto;
	}
}

@media all and (min-width: 768px) {
    .sub-nav {
		min-width: 174px;
		max-width: 200px;
		position: absolute;
		background-color: #fff;
		text-align: center;
		padding: 10px 10px 10px 10px;
		font-size: 5px;
		display: none;
		margin: auto;
		opacity: 1;
	}
	
    .sub-nav.large {
        min-width: 600px;
        max-width: 800px;
	}
	
    .sub-nav.med {
        min-width: 500px;
        max-width: 600px;
	}
	
    .sub-nav h6 {
        margin-bottom: 0;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
	}
	
    .sub-nav .section {
        margin-bottom: 10px;
	}
	
    .sub-nav .section:last-child {
        margin-bottom: 0;
	}
	
    .sub-nav-col {
        flex: 1;
	}
	
    .sub-nav-col + .sub-nav-col {
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #7a7a7a;
	}
	
    .sub-nav.align-left {
        left: 10px;
	}
	
    .sub-nav.align-middle {
        left: -100%;
        right: -100%;
	}
	
    .sub-nav.align-middle.large, .sub-nav.align-middle.med {
        left: -200%;
        right: -200%;
	}
	
    .sub-nav.align-right {
        right: 10px;
	}
}

.sub-nav ul {
    padding: 0;
}

.sub-nav li {
    list-style-type: none;
	padding-top:7px;
}

.sub-nav a {
    padding: 0;
}

.sub-nav a:hover {
    text-decoration: underline;
}

@media all and (min-width: 768px) {
    .form-search {
        float: right;
        margin-right: 10px;
        margin-top: 30px;
		width:250px;
	}
}

/*
	* Cart Styles Begin
*/
.icon-cart {
	display: block;
    height: 60px;
    min-width: 39px;
    max-width: 61px;
    padding: 31px 4px 0;
    position: relative;
    top: 5px;
    float: right;
    background: url(../img/icon-bag.png) no-repeat center bottom;
    color: #071d49;
    text-align: center;
    background-size: 100% auto;
}

.icon-cart.init-hide {
    display: none;
}

.icon-cart.init-hide.show {
    display: block;
}

.icon-cart.hide {
    display: none;
}

/*
	* Cart Styles End
*/
/*
	*  Header Styles End
*/
/*
	*  Footer Styles Begin
*/
footer {
    padding: 25px 0;
}

.footer-navigation {
    padding: 25px 0;
    position: relative;
    position: relative;
}

.footer-navigation:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}

.footer-navigation:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.footer-nav {
    padding: 0;
    font-size: 14px;
}

.footer-nav-item {
    list-style-type: none;
}

.footer-nav-item a {
	
	color: #000;
	/* font-family: "mrs-eaves-xl-serif-narrow"; */
	/* font-style: italic; */
	/* letter-spacing: 2px; */
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	
}

@media all and (max-width: 767px) {
    .social-block {
        margin-bottom: 20px;
	}
}

.social-block .years {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.social-icons {
    margin: 10px 5px 0px 13px;
    padding: 0;
}

.social-icons li {
    display: block;
    width: 25%;
    float: left;
}

.social-icons .social-icon {
    width: 50px;
    height: 0px;
    background: url("../img/icon-social.jpg");
    margin: 0;
    padding: 40px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.social-icons .social-icon.facebook {
    background-position: 50px 0;
}

.social-icons .social-icon.twitter {
    background-position: 0 -80px;
}

.social-icons .social-icon.instagram {
    background-position: 0 -40px;
}

.social-icons .social-icon.pinterest {
    background-position: 50px -40px;
}

@media all and (max-width: 767px) {
    .social-icons .social-icon {
        margin: 0 auto;
	}
}

.call-me {
    margin-top: 5px;
    font-family: "futura-pt";
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bolder;
    color: #071d49;
}

.call-me a {
    display: block;
    font-family: "futura-pt";
    color: #071d49;
}

.sign-up {
	margin-bottom: 10px;
    /* overflow: hidden; */
    color: #071d49;
    font-size: 34px;
    font-weight: 400;
    line-height: .5;
    text-align: left;
    margin-top: 13px;
}

.sign-up span {
    display: block;
    position: relative;
    left: 19%;
    font-family: "futura-pt";
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.6;
}

@media all and (max-width: 1023px) {
    .sign-up span {
        left: 0;
	}
}

.keep-in-touch {
    margin-bottom: 10px;
    color: #071d49;
    /* letter-spacing: 1px; */
    /* font-family: 'mrs-eaves-xl-serif-narrow'; */
    /* font-style: italic; */
    font-size: 11px;
    text-transform: uppercase;
}

.let-us-help {
    font-size: 42px;
    font-weight: 400;
    color: #071d49;
    margin-bottom: 0;
}

.footer-info {
    margin-top: 20px;
}

.footer-info-text {
    font-size: 14px;
    color: #071d49;
}

.footer-info-text a {
    color: #071d49;
}

input#newsletter {
    color: #071d49;
	border: 1px solid #7dba00;
}

.fancy-back {
    margin-left: auto;
    margin-right: auto;
}

.fancy-back:hover {
    color: #fff;
}

.bottom-top-nav {
    border-bottom: 1px solid #7dba00;
    background-size: cover;
}

input#search {
	 font-weight: 500;
    text-transform: uppercase;
}

/*
	*  Footer Styles End
*/
.message.success {
    font-family: "futura-pt";
    border: 1px solid #071d49;
    padding: 50px;
    color: #071d49;
    text-align: center;
}

/* Custom Design*/
.custom-design-box {
    padding: 20px;
    background-color: #e0dfdf;
    margin-bottom: 20px;
    font-family: "futura-pt";
    text-align: center;
    color: #071d49;
    min-height: 300px;
    padding-top: 15%;
}

.custom-design-header {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #071d49;
}

.custom-design-wrapper {
    margin-top: -10px;
}

.custom-design-text {
    text-align: center;
    font-size: 18px;
    color: #071d49;
}

.custom-step {
    font-style: italic;
    font-family: "Linux Libertine";
    font-weight: 600;
}

.custom-title {
    font-size: 20px;
}

/* Custom Design Form*/
form#form_10 {
    color: #071d49;
    font-family: "futura-pt";
}

#form_10 .legend {
    display: none;
}

#form_10 > fieldset:nth-of-type(1) {
    width: 48%;
    float: left;
}

#form_10 > fieldset:nth-of-type(2) {
    width: 48%;
    float: left;
    padding-left: 10px;
}


#form_10 textarea {
    background-color: #edede9;
    border: 0;
}

#form_10 .design-check {
    background-color: #edede9;
    border: 0;
}

label#field_78_65_label {
    display: none;
}

#form_10 label#field_98_82_label {
    display: none;
}

/* Blog Styles */
#tab-content-popular {
    display: none;
}

.sidebar.sidebar-main li {
    list-style: none;
}

.mp-blog-rss {
    display: none;
}

.blog-logo {
    width: 15%;
    height: 15%;
}

a.post-link-title {
    font-size: 16px !important;
}

h2.mp-post-title {
    font-size: 10px;
    padding-top: 5px;
}

.mp-post-info {
    /*display: none;*/
}

.sidebar.sidebar-main {
    position: absolute;
    margin-top: 15px;
}

.post-list-content {
    padding-top: 40px;
}

.post-item-wraper {
    margin-bottom: 30px;
}

.mpblog-post-index .post-list-body {
    margin-left: 25%;
    margin-top: -40px;
    display: flex;
    flex-wrap: wrap;
}

.mpblog-category-view .post-list-body {
    margin-left: 25%;
    margin-top: -40px;
    display: flex;
    flex-wrap: wrap;
}

.mpblog-category-view .page-title {
    padding: 10px;
    margin-left: 14%;
}

.mpblog-post-index div#mpblog-list-container {
    width: 120%;
}

.mp-3 {
    width: 30%;
}
.mpblog-post-index .post-list-body .mp-3{
    width: 25.0%;
}
.product.data.items {
    display: block;
}

p.block-mp-sidebar-heading {
    font-family: "futura-pt";
}

.post-info-wraper {
    font-family: "futura-pt";
    font-size: 14px;
}

.post-image img {
    height: 200px;
    max-width: 200px;
}

.mp-blog-view {
    margin-left: 25%;
    font-family: "futura-pt";
}

.mpblog-post-index .page-title-wrapper {
    display: none;
}

.mpblog-post-index ul.items.breadcrumbs {
    display: none;
}

.mpblog-post-view ul.items.breadcrumbs {
    display: none;
}

.mpblog-post-view .page-title-wrapper {
    color: #071d49;
}

.mp-sidebar:nth-of-type(3) {
    padding-top: 10px;
}

.mp-sidebar:nth-of-type(5) {
    display: none;
}

.mp-sidebar:nth-of-type(4) {
    display: none;
}

.mpblog-search {
    /*	display: none;*/
}

.mp-sidebar .product.data.items {
    display: none;
}

.mpblog-category-view .col-prop.col-10 {
    margin-left: 25%;
}

.mpblog-post-index footer.page-footer {
    margin-top: 100px;
}

.mpblog-post-index .pager {
    margin-left: 286px;
}

.mp-guest-cmt-commentbox {
    vertical-align: top;
}

label.comment-label {
    vertical-align: top;
}

.xfort-comment {
    margin-top: 20px;
}

textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
    width: 100%;
    height: 10em;
}

.default-cmt__content__cmt-block input {
    padding: 15px;
    width: 100%;
}

button.primary.btn-primary.default-cmt__cmt-login__btn-login {
    padding: 15px;
}

.col-mp.default-cmt__cmt-login {
    margin-left: 10px;
}

button.primary.btn-primary.default-cmt__cmt-login__btn-login {
    padding: 10px;
}

button.default-cmt__content__cmt-block__cmt-box__cmt-btn__btn-submit.primary.btn-primary {
    padding: 10px;
    margin-left: 10px;
}

ul.default-cmt__content__cmt-content.row li {
    list-style: none;
    border: 1px solid #ddd !important;
    padding: 10px;
    margin-top: 10px;
}

.cmt-row__cmt-content {
    padding: 10px;
    background-color: #F8F8F8;
}

ul.default-cmt__content__cmt-content.row {
    margin-left: -30px;
}

/* Mobile Updates for New Design*/
@media (min-width: 561px) {
    .corporate-link {
        margin-top: 15px;
        font-family: "futura-pt";
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        float: right;
		display:none;
	}
	
    .corporate-link a:hover {
        text-decoration: underline;
	}
}

@media (max-width: 560px) {
    .mean-container .mean-bar {
        padding: 0px;
	}
	
    .sidebar.sidebar-main {
        position: relative;
	}
	
    .corporate-link {
        float: none;
		display:none;
	}
	
    .rightHeader {
        margin-top: 0px;
	}
	
    .right-links {
        margin-top: 40px;
	}
	
    .icon-cart {
        top: -18px;
	}
	
    .account-links {
        margin-top: -30px;
        float: left;
        margin-left: 1px;
        padding: 5px;
	}
	
    .account-links li:first-child {
        padding-top: 0px;
	}
	
    img.contact-us-image {
        display: flex;
        margin-left: 6%;
	}
	
    .breadcrumbs {
        margin-top: 20px;
	}
	
    .footer-navigation {
        text-align: center;
	}
}

.page-footer {
    /* display: none; */
}

.btn, .action-close {
    display: inline-block;
    padding: 4px 13px;
    border: 1px solid #7dba00;
    color: #fff;
    background-color: #7dba00;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease-in all;
}

@media all and (max-width: 1023px) {
    .btn,
    .action-close {
        font-size: 14px;
	}
}

.btn:hover,
.action-close:hover {
    background-color: #fff;
    color: #071d49;
}

.btn-prussian-blue-white,
.action-close-prussian-blue-white {
    position: relative;
    border: 1px solid #071d49;
    box-shadow: inset 0 0 0 5px #fff;
    transition: .3s ease-in all;
}

.btn-prussian-blue-white.small,
.action-close-prussian-blue-white.small {
    box-shadow: inset 0 0 0 2px #fff;
}

.btn-prussian-blue-white:hover,
.action-close-prussian-blue-white:hover {
    border-color: #fff;
    box-shadow: inset 0 0 0 5px #071d49;
}

.btn-prussian-blue-white:hover.small,
.action-close-prussian-blue-white:hover.small {
    box-shadow: inset 0 0 0 2px #071d49;
}

.btn-white-prussian-blue,
.action-close-white-prussian-blue {
    color: #071d49 !important;
    background-color: #fff;
    position: relative;
    border: 1px solid #fff;
    box-shadow: inset 0 0 0 5px #071d49;
    transition: .3s ease-in all;
    text-decoration: none !important;
    margin-left: 20px;
}

.btn-white-prussian-blue.small,
.action-close-white-prussian-blue.small {
    box-shadow: inset 0 0 0 2px #071d49;
}

.btn-white-prussian-blue:hover,
.action-close-white-prussian-blue:hover {
    border-color: #071d49;
    box-shadow: inset 0 0 0 5px #fff;
    background-color: #071d49;
    color: #fff !important;
}

.btn-white-prussian-blue:hover.small,
.action-close-white-prussian-blue:hover.small {
    box-shadow: inset 0 0 0 2px #fff;
}

.btn-full,
.action-close-full {
    width: 100%;
    text-align: center;
}

.btn .small, .btn.small,
.action-close .small,
.action-close.small {
    font-size: 75%;
}

.btn.small,
.action-close.small {
    padding: 8px 12px 6px;
}

.btn-even,
.action-close-even {
    height: 70px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}

.btn-even-inner,
.action-close-even-inner {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.learn-more {
    display: inline-block;
    font-family: "Callie Hand", handwritten, sans-serif;
    position: relative;
    font-size: 32px;
    line-height: .6;
    letter-spacing: 1px;
	display:none;
}

.learn-more:after {
    content: '';
    display: block;
    position: absolute;
    width: 191px;
    height: 0px;
    background: url("#");
    margin: 0;
    padding: 5px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    margin: auto;
    left: -80%;
    right: -100%;
    top: 115%;
}

.btn-close,
.action-close {
    width: 20px;
    height: 0px;
    background: url(../img/close.png) no-repeat;
    margin: 0;
    padding: 20px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.btn-remove {
    width: 14px;
    height: 0px;
    background: url(../img/remove.png) no-repeat;
    margin: 0;
    padding: 14px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    border: none;
}

.btn-plain {
    display: inline-block;
    color: #222;
    font-size: 16px;
    line-height: 1;
    padding: 12px 0;
    border: none;
    background: none;
    position: relative;
}

.btn-plain:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent url("../img/bg-line.png") repeat;
    left: 0;
    bottom: 12px;
    z-index: 1;
}

.btn-plain span {
    position: relative;
    z-index: 2;
}

.btn-plain .chevron {
    font-size: 24px;
    line-height: 16px;
    position: relative;
    top: 1px;
}

.btn-plain.small {
    padding: 2px 0;
}

.btn-plain.small:before {
	bottom: 0;
}

.btn-plain.minimal {
    padding: 5px 0;
}

.btn-plain.minimal:before {
    display: none;
}

.btn-inline {
    display: inline-block;
}

.btn + .btn-plain {
    margin-left: 12px;
}

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

.fieldset:focus {
    outline: none;
}

.form-group,
.options-list .field {
    position: relative;
    padding: 12px 0;
}

.form-group.additional,
.options-list .field.additional {
    padding-top: 0;
    margin-top: 12px;
}

.form-group.indented,
.options-list .field.indented {
    padding-left: 20px;
}

.form-group.flush,
.options-list .field.flush {
    padding: 0;
}

.form-group .form-group,
.options-list .field .form-group {
    padding: 0;
}

.form-group .form-group .control-label,
.options-list .field .form-group .control-label {
    display: none;
}

.form-group .field-tooltip-content,
.form-group .note,
.options-list .field .field-tooltip-content,
.options-list .field .note {
    font-size: 12px;
    font-family: "futura-pt";
    margin-top: 3px;
}

.form-group .message,
.options-list .field .message {
    font-size: 13px;
    display: block;
    color: #071d49;
    padding: 5px;
    background-color: #eeede9;
    border-left: 5px solid #071d49;
    margin-top: 10px;
}

.form-group .message.warning,
.options-list .field .message.warning {
    color: #ff1503;
    border-left-color: #ff1503;
}

.form-group.required label:after, .form-group._required label:after,
.options-list .field.required label:after,
.options-list .field._required label:after,
.option-title.required label:after,
.option-title._required label:after,
.breathe.create .field.required label:after {
    content: '*';
    color: #7dba00;
    font-size: 22px;
    font-family: "Lusitana", Georgia, serif;
    font-weight: bold;
    line-height: 14px;
}

.product-options-wrapper .form-group.required label, .product-options-wrapper .form-group._required label, .product-options-wrapper
.options-list .field.required label, .product-options-wrapper
.options-list .field._required label, .product-options-wrapper
.option-title.required label, .product-options-wrapper
.option-title._required label {
    position: relative;
}

.product-options-wrapper .form-group.required label:after, .product-options-wrapper .form-group._required label:after, .product-options-wrapper
.options-list .field.required label:after, .product-options-wrapper
.options-list .field._required label:after, .product-options-wrapper
.option-title.required label:after, .product-options-wrapper
.option-title._required label:after {
    position: absolute;
    left: -10px;
    top: 0;
}

.options-list .field {
    padding-left: 20px;
}

.options-list .field [type="radio"] {
    position: absolute;
    left: 0;
    top: 15px;
}

.options-list .field + .field {
    padding-top: 0;
}

.options-list .field + .field [type="radio"] {
    top: 3px;
}

.control-label {
    font-family: "futura-pt";
    display: block;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.control-label.inline-label {
    margin-left: 6px;
    display: inline-block;
}

.control-label-customer {
    font-family: "futura-pt";
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}

.control-select,
.super-attribute-select,
.control-text,
.control-textarea,
.admin__control-textarea,
select#country {
    padding: 5px 10px;
    border: 1px solid #7dba00;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    display: block;
    color: #231f20;
	font-size:14px;
}

.control-select.control-small,
.super-attribute-select.control-small,
.control-text.control-small,
.control-textarea.control-small,
.admin__control-textarea.control-small,
select#country.control-small {
    max-width: 100px;
}

.control-select,
.super-attribute-select,
select#country {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select-arrow.jpg) no-repeat right center #fff !important;
    padding-right: 26px;
}

.control-textarea,
.admin__control-textarea {
    height: 120px;
    resize: none;
}

.input {
    padding: 4px 8px;
    width: 100%;
    border: 1px solid #7dba00;
}

.input-alt {
    padding: 5px 10px;
	padding: 8px 10px;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(7, 29, 73);
    width: 250px;
    font-size: 11.5px;
}

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

input[type="number"]:-webkit-outer-spin-button, input[type="number"]:-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[data-check-display-id] {
    display: none;
}

.focus-grow {
    transition: all .2s ease-in-out;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border: 1px solid transparent;
    outline: none;
}

.focus-grow:focus {
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    border-color: #071d49;
    box-shadow: 0 0 3px 1px #071d49;
}

/*
	*	Error Styles
*/
div.mage-error,
.message-error {
color: #ff1503;
    padding: 5px !important;
    margin-top: 33px;
    font-family: 'futura-pt';
    position: absolute;
    font-size: 25px;
    /* background-color: chartreuse; */
    font-style: italic;
    width: 59%;
}

.product-table div.mage-error {
    display: table-caption;
}

.product-table .mage-error + tbody {
    background-color: #fff6f6;
}

.product-table .mage-error + tbody td {
    padding-top: 0;
}

.product-table .mage-error[style*="display: none"] + tbody {
    background-color: transparent;
}

.product-table .mage-error[style*="display: none"] + tbody td {
    padding-top: 20px;
}

/*
	*	Form Builder Styles
*/
.prompted-visit #field_50_35_label:after,
.prompted-visit #field_50_36_label:after {
    content: '';
    background: url("../img/catalog.jpg") no-repeat;
    display: block;
    margin-top: 10px;
    width: 220px;
    height: 170px;
}

.prompted-visit #field_50_36_label:after {
    background-image: url("../img/trifold.jpg");
    height: 340px;
}

.prompted-visit .radio-item {
    padding: 8px 0;
}

.prompted-visit .radio-item input {
    margin-right: 6px;
}

.prompted-visit .radio-item label {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    max-width: 95%;
}

.form-builder .page-title-wrapper {
    display: none !important;
}

.form-builder .field {
    padding: 12px 0;
}

.form-builder .field.required .label:after {
    content: '*';
    color: #7dba00;
    font-size: 28px;
    font-weight: bold;
    line-height: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.form-builder .legend {
    display: block;
    font-family: "futura-pt";
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.form-builder .label {
    font-family: "futura-pt";
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 4px;

}

.form-builder .input-text {
    padding: 4px 8px;
    width: 100%;
    border: 1px solid #7dba00 !important;
	background-color: #fff !important;
}

.form-builder input[type="radio"] + label {
    padding-right: 10px;
}

.form-builder .action.submit.primary {
   display: inline-block;
    padding: 4px 13px;
    border: 1px solid #7dba00;
    color: #fff;
    background-color: #7dba00;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease-in all;
}

.form-builder .action.submit.primary:hover {
   background-color: #fff;
    color: #071d49;
}

.mini-search {
    display: inline-block;
}

.icon {
    position: absolute;
}

.icon-container {
    position: relative;
}

.icon-search {
    width: 30px;
    height: 0px;
    background: url("../img/icon-search.png") no-repeat center center;
    margin: 0;
    padding: 26px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    border: none;
    right: 0;
    top: 3px;
}

.mini-search button.action.search.icon.icon-go {
    display: none;
}

.icon-go {
    border: none;
    padding: 0 10px;
    font-size: 32px;
    height: 32px;
    line-height: 0;
    background: none;
    color: #071d49;
    right: 0;
    top: -8px;
	display:block;
}

.field.col-4 {
    padding-bottom: 15px;
}

.dl-table {
    display: table;
    width: 100%;
    margin: 0;
}

.dl-table dt,
.dl-table dd {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.dl-table dt {
    min-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dl-table dd {
    padding-left: 10px;
    width: 100%;
    margin: 0;
}

.field.limiter {
    display: inline-block;
}

.field small {
    font-size: 12px;
    display: block;
}

/* remove extraneous states */
#region_id [value="3"],
#region_id [value="6"],
#region_id [value="7"],
#region_id [value="8"],
#region_id [value="9"],
#region_id [value="10"],
#region_id [value="11"],
#region_id [value="17"],
#region_id [value="20"],
#region_id [value="30"],
#region_id [value="46"],
#region_id [value="50"],
#region_id [value="52"],
#region_id [value="60"],
[name="shippingAddress.region_id"] [value="3"],
[name="shippingAddress.region_id"] [value="6"],
[name="shippingAddress.region_id"] [value="7"],
[name="shippingAddress.region_id"] [value="8"],
[name="shippingAddress.region_id"] [value="9"],
[name="shippingAddress.region_id"] [value="10"],
[name="shippingAddress.region_id"] [value="11"],
[name="shippingAddress.region_id"] [value="17"],
[name="shippingAddress.region_id"] [value="20"],
[name="shippingAddress.region_id"] [value="30"],
[name="shippingAddress.region_id"] [value="46"],
[name="shippingAddress.region_id"] [value="50"],
[name="shippingAddress.region_id"] [value="52"],
[name="shippingAddress.region_id"] [value="60"],
[name="billingAddress.region_id"] [value="3"],
[name="billingAddress.region_id"] [value="6"],
[name="billingAddress.region_id"] [value="7"],
[name="billingAddress.region_id"] [value="8"],
[name="billingAddress.region_id"] [value="9"],
[name="billingAddress.region_id"] [value="10"],
[name="billingAddress.region_id"] [value="11"],
[name="billingAddress.region_id"] [value="17"],
[name="billingAddress.region_id"] [value="20"],
[name="billingAddress.region_id"] [value="30"],
[name="billingAddress.region_id"] [value="46"],
[name="billingAddress.region_id"] [value="50"],
[name="billingAddress.region_id"] [value="52"],
[name="billingAddress.region_id"] [value="60"] {
    display: none !important;
}

/* hide redundant asterisks on radios */
.choice label:after {
    display: none;
}

.faux-table {
    margin-top: 0;
    font-family: "futura-pt";
    position: relative;
}

.faux-table:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

@media all and (min-width: 768px) {
    .faux-table {
        max-width: 34%;
	}
}

.faux-table > div + div {
    position: relative;
}

.faux-table > div + div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}

.faux-table dt,
.faux-table dd {
    margin: 0;
    padding: 7px 0;
	font-size:14px;
}

.faux-table dt {
    float: left;
    width: 44%;
}

.faux-table dd {
	 float: left;
    width: 56%;
    /* text-align: right; */
    position: relative;
    padding-left: 64px;
}

.faux-table dd:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: transparent url("../img/bg-line-vertical.png") repeat;
    left: 30px;
    top: 0;
}

.faux-table + .product-add-form {
    margin-top: 20px;
}

.items-qty {
    padding: 0;
    list-style: none;
}

.progress-list {
    padding: 0;
    padding-left: 15px;
}

.progress-list .item.active {
    font-weight: bold;
}

.item-options {
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
}

.item-options dt {
    font-weight: 600px;
}

.item-options dd {
    margin-left: 30px;
}

.table {
    width: 100%;
}

.table th,
.table td {
    padding: 4px 8px;
    text-align: left;
}

.table th.text-right,
.table td.text-right {
    text-align: right;
}

.table th.text-center,
.table td.text-center {
    text-align: center;
}

.normal-table td,
.normal-table th {
    padding: 3px 6px;
}

.normal-table td:last-child,
.normal-table th:last-child {
    border: none;
}

.normal-table td:first-child,
.normal-table th:first-child {
    padding-left: 0;
}

.normal-table.more-information td,
.normal-table.more-information th {
    width: 50%;
}

.col.actions .action {
    display: block;
}

.col.actions .action + .action {
    margin-top: 10px;
}

@media all and (min-width: 768px) {
    .order.table th.col.name {
        width: 40%;
	}
	
    .order.table th.col.price, .order.table th.col.qty {
        width: 10%;
	}
}

.order.table tr.grand_total {
    display: none;
}

.swatch-opt .label-column {
    vertical-align: top;
    width: 100px;
}

.form.create.account {
    margin-top: 30px;
}

.form.create.account .legend,
.form.form-edit-account .legend {
    font-size: 20px;
    font-weight: bold;
    font-family: "futura-pt";
}

.form.create.account .legend + br,
.form.form-edit-account .legend + br {
    display: none;
}

.form.create.account .field,
.form.form-edit-account .field {
    position: relative;
    padding: 12px 0;
}

.form.create.account .field input[type="text"],
.form.create.account .field textarea,
.form.create.account .field select,
.form.form-edit-account .field input[type="text"],
.form.form-edit-account .field textarea,
.form.form-edit-account .field select {
    padding: 4px 8px;
    width: 100%;
    border: 1px solid #7dba00;
}

.form.create.account .label,
.form.form-edit-account .label {
    font-family: "futura-pt";
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}

@media all and (min-width: 768px) {
    .form.form-edit-account .field {
        max-width: 50%;
	}
}

.form.form-edit-account .action.save {
 display: inline-block;
    padding: 4px 13px;
    border: 1px solid #7dba00;
    color: #fff;
    background-color: #7dba00;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease-in all;
}

@media all and (max-width: 1023px) {
    .form.form-edit-account .action.save {
        font-size: 14px;
	}
}

.form.form-edit-account .action.save:hover {
    background-color: #fff;
    color: #071d49;
}

.cart-title {
    color: #071d49;
    font-size: 32px;
}

.cart-table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 15px;
}

.cart-table.no-margin {
    margin: 0;
}

.cart-table th {
    font-weight: bold;
    text-transform: uppercase;
    color: #071d49;
    font-size: 13px;
	text-align:left;
	padding-left:10px;
}

.cart-table td {
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    position: relative;
    vertical-align: middle;
    color: #222;
}

@media all and (min-width: 768px) {
    .cart-table td:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
		border-bottom: 1px solid #7dba00;
	}
}

.cart-table .subtotal {
    line-height: 1;
}

.cart-table .subtotal a {
    font-size: 11px;
}

.cart-table .fee {
    display: block;
    font-size: 12px;
}

@media all and (min-width: 768px) {
    .cart-table.mini-cart-table tbody td:first-child,
    .cart-table.mini-cart-table thead td:first-child {
        padding-left: 0;
	}
	
    .cart-table.mini-cart-table tbody td:last-child,
    .cart-table.mini-cart-table thead td:last-child {
        padding-right: 0;
	}
}

@media all and (max-width: 767px) {
    .cart-table thead {
        display: none;
	}
}

.cart-table tbody {
    font-family: "futura-pt";
}

.cart-table tbody td {
    line-height: 1.3;
    position: relative;
}

.cart-table tbody td.text-left {
    text-align: left;
}

.cart-table tfoot,
.cart-table .tfoot {
    background-color: #7a7a7a;
}

.cart-table tfoot td,
.cart-table .tfoot td {
    position: relative;
    background: #f2f2f2;
}

.cart-table tfoot td:before, .cart-table tfoot td:after,
.cart-table .tfoot td:before,
.cart-table .tfoot td:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent url("../img/bg-line.png") repeat;
    left: 0;
    top: 0;
}

.cart-table tfoot td:after,
.cart-table .tfoot td:after {
    top: auto;
    bottom: 1px;
}

.cart-table tfoot strong,
.cart-table .tfoot strong {
    display: block;
}

.cart-table .qty-col {
    width: 80px;
}

.cart-table .thumb-col {
    width: 80px;
}

.cart-table .sub-total-col {
    width: 150px;
}

.cart-table .product-name {
    color: #222;
    text-transform: uppercase;
}

.cart-table .options.list {
    margin: 0;
    font-size: 12px;
}

.cart-table .options.list dt,
.cart-table .options.list dd {
    float: left;
}

.cart-table .options.list dt {
    font-weight: 700;
    clear: left;
    width: auto;
    text-align: left;
}

.cart-table .options.list dd {
    margin-left: 8px;
}

.cart-table input {
    max-width: 100%;
    text-align: center;
}

.cart-table .btn-remove {
    position: absolute;
    top: 14px;
    right: 0;
}

.cart-table .cart-actions:before, .cart-table .cart-actions:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent url("../img/bg-line.png") repeat;
    left: 0;
    top: 0;
}

.cart-table .cart-actions:after {
    top: auto;
    bottom: 1px;
}

.cart-table.no-head th {
    opacity: 0;
    font-size: 8px;
}

.cart-table.no-head th + th {
    width: 100%;
}

@media all and (max-width: 767px) {
    .cart-table tbody,
    .cart-table tfoot,
    .cart-table td,
    .cart-table tr {
        display: block;
        width: 100%;
	}
	
    .cart-table tbody td {
        text-align: left;
	}
	
    .cart-table tr {
        position: relative;
	}
	
    .cart-table tr:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
	}
	
    .cart-table td.col-img {
        float: left;
        margin: 0 4% 0 0;
        max-width: 30%;
	}
	
    .cart-table td.col-name {
        float: right;
        max-width: 66%;
	}
	
    .cart-table td[data-th] {
        clear: both;
        position: relative;
        padding-left: 34%;
	}
	
    .cart-table td[data-th]:before {
        content: attr(data-th);
        display: block;
        position: absolute;
        top: 11px;
        left: 10px;
        text-align: left;
        width: 34%;
	}
	
    .cart-table .cart-actions .pull-left,
    .cart-table .cart-actions .pull-right {
        float: none;
	}
}

.cart-totals {
    position: relative;
    background: #f2f2f2;
    padding: 20px;
    margin: 20px 0;
}

.cart-totals:before, .cart-totals:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent url("../img/bg-line.png") repeat;
    left: 0;
    top: 0;
}

.cart-totals:after {
    top: auto;
    bottom: 1px;
}

.cart-totals td {
    padding: 6px 0;
}

.cart-totals td .cart-total .label {
    font-family: "Lusitana", Georgia, serif;
    text-transform: none;
    font-size: 16px;
}

.cart-totals td .cart-total .value {
    font-weight: 400;
}

.table.totals {
    width: 100%;
    text-align: right;
    font-size: 16px;
    margin-bottom: 14px;
}

.table.totals .mark,
.table.totals .amount {
    padding: 6px 0;
}

.table.totals .amount {
    width: 94px;
    font-family: "futura-pt";
}

.table.totals .grand {
    font-size: 19px;
}

.table.totals .grand small {
    font-size: 14px;
}

.setup-fee {
    font-size: 11px;
    margin: 3px 0 0;
    line-height: 1;
}

.mini-cart {
    max-width: 800px;
    width: 100%;
    padding: 20px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: -100%;
    background: #fff;
    box-shadow: #666 0px 2px 5px;
    opacity: 0;
    transition: all 1s ease;
}

.mini-cart.active {
    right: 0;
    opacity: 1;
}

@media all and (max-width: 767px) {
    .mini-cart.active {
        z-index: 25;
	}
}

.minicart-wrapper {
    max-height: 0;
}

.product-image-photo {
    max-width: 100%;
    height: auto !important;
}

.sidebar-section .options.list {
    margin: 0;
    font-size: 12px;
}

.sidebar-section .options.list dt,
.sidebar-section .options.list dd {
    float: left;
}

.sidebar-section .options.list dt {
    font-weight: 700;
    clear: left;
    width: auto;
    text-align: left;
}

.sidebar-section .options.list dd {
    margin-left: 8px;
}

.sidebar-section .product-item {
    display: table;
    width: 100%;
}

.sidebar-section .product {
    display: table-row;
    width: 100%;
}

.sidebar-section .product td {
    vertical-align: top;
    padding: 10px 10px;
    vertical-align: top;
    font-size: 13px;
}

.sidebar-section .product td .product-name {
    font-size: 16px;
}

.search-filter {
    padding: 0;
    font-family: "futura-pt";
    text-transform: uppercase;
}

.search-filter li {
    list-style-type: none;
}

.search-filter a {
    color: #231f20;
    display: block;
}

.search-filter-title {
    font-size: 30px;
    color: #071d49;
}

.search-filter-item {
    padding-bottom: 18px;
    border-bottom: 1px solid #7dba00;
    margin-bottom: 22px;
    overflow: hidden;
}

.search-filter-item > a {
    display: block;
    position: relative;
    font-weight: 500;
}

.search-filter-item > a:after {
    content: '+';
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 32px;
    line-height: .5;
    font-weight: 300;
    color: #7a7a7a;
}

.search-filter-item.no-sub > a:after {
    display: none;
}

.search-filter-item.active > a:after {
    content: '-';
}

.search-filter-item.active .search-filter-sub {
    display: block;
}

.search-filter-sub {
    display: none;
    padding: 10px 0 2px 10px;
    font-family: "futura-pt";
    font-weight: 700;
    text-transform: initial;
    overflow: hidden;
}

.search-filter-sub li {
    margin-bottom: 5px;
    font-weight: normal;
}

.breadcrumbs {
    padding: 5px 0;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumbs ul{
    padding: 0;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li:first-child {
    list-style-type: none;
}
.breadcrumbs ul li strong{
    font-weight: normal;
}

.breadcrumbs li + li {
    margin-left: 5px;
}

.breadcrumbs li + li:before {
    color: #bbb;
    margin-right: 5px;
}

.breadcrumbs a {
    color: #bbb;
}

.filter-current .items {
    padding: 0;
    margin: 15px 0 0;
}

.filter-current .item {
    list-style-type: none;
}

.filter-current .filter-label,
.filter-current .filter-value {
    display: block;
}

.filter-current .filter-label {
    margin-bottom: 10px;
}

.filter-current .filter-value {
    padding: 0 15px 0 10px;
    position: relative;
    font-family: "futura-pt";
    text-transform: none;
}

.filter-current .filter-value .btn-remove {
    position: absolute;
    right: 0;
    top: 3px;
}

.product-thumb {
    display: block;
    font-family: "futura-pt";
    text-align: center;
}

.product-thumb-img {
    margin-bottom: 10px;
}

.product-image-photo {
    margin-bottom: 10px;
}

.product-thumb-name, .product-thumb-price {
    font-family: "futura-pt";
    font-size: 16px;
    color: #231f20;
}

.product-thumb-name .minimal-price-link, .product-thumb-price .minimal-price-link {
    font-family: "futura-pt";
	font-weight:100;
}

.product-thumb-name {
    margin-bottom: 0;
}

.product-thumb-price .product-sku {
    display: inline-block;
}

.product-thumb-note {
    display: block;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}

.product-thumb.new .product-thumb-name:before {
    content: 'new > ';
    font-style: italic;
}

.product-thumb a {
    color: #231f20;
}

.product-thumb .price {
    font-family: "futura-pt";
}

.product-list-item {
    text-align: center;
}

.product-list-item:hover {
    box-shadow: #231f20 0 0 4px;
}

.product-list-item a {
    color: #231f20;
}

.product-list-item .price-block .product-thumb {
    display: none;
}

.product-tab {
    float: left;
    text-transform: uppercase;
}

.product-tab + .product-tab {
    position: relative;
}

.product-tab + .product-tab:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: transparent url("../img/bg-line-vertical.png") repeat;
    left: 0;
    top: 0;
}

.product-tab + .product-tab .switch {
    padding-left: 8px;
}

.product-tab.active {
    font-weight: bold;
}

.product-tab .switch {
    display: block;
    color: #231f20;
    padding: 5px 10px 5px 0;
}

.product-tab-interior {
    padding: 10px 0;
    clear: both;
    position: relative;
}

.product-tab-interior:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}

.product-tab .counter {
    display: none;
}

.product-block {
    padding: 10px 0 20px;
    margin-top: 10px;
    position: relative;
}

.product-block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}

.product-block .handwritten {
    color: #071d49;
}

.product .page-title {
    text-align: left;
    text-transform: none;
    font-weight: 600;
    font-size: 21px;
    padding-top: 5px;
    position: relative;
    letter-spacing: 0.3px;
}

.product .page-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}

.product-info-main .product-info-label {
    position: relative;
    padding-bottom: 10px;
    color: #7a7a7a;
    font-size: 12px;
    font-family: "futura-pt";
    text-transform: uppercase;
}

.product-info-main .product-info-label:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.product-info-label [itemprop="sku"] {
	font-size: 12px;
    font-weight: 100;
    letter-spacing: 2px;
    color: #000;
    opacity: .5;
	margin-top:-9px;
}

.product-info-main .price-block {
    padding: 12px 0;
    font-family: "futura-pt";
    font-size: 18px;
}

.product-info-main .price-block .price {
    font-size: 1.25em;
}

.product-sku {
    color: #7a7a7a;
    margin-right: 5px;
}

.prices-tier {
    margin-bottom: 2px;
}

.prices-tier + .price-box {
    display: none;
}

.price-box {
    font-family: "futura-pt";
}

.product-info-main .price-box {
    padding: 20px 0 10px;
    font-size: 18px;
}

.special-price,
.old-price {
    display: inline-block;
}

.old-price .price {
    text-decoration: line-through;
}

.special-price {
    color: #7dba00;
}

.special-price:after {
    content: 'ea.';
    display: inline-block;
}

.swatch-attribute-label {
    display: inline-block;
}

.product-options-wrapper:focus .product-options-wrapper .fieldset:focus {
    outline: none;
}

.product-table .label-column {
      /* min-width: 76px; */
    width: 25%;
    padding-left: 6px !important;
}

.product-table td {
    padding: 20px 8px;
}

.product-table td:first-child {
    padding-left: 0;
}

.product-table .control-label {
    margin-bottom: 0;
}

.product-table .note {
    font-size: 14px;
	display:none;
}

.choose-logo [class*="col-"] .label span {
    width: 165px;
    height: 0px;
    background: url(../img/promo-logos.gif) no-repeat -30px -6px;
    margin: 0;
    padding: 59px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    display: inline-block;
    vertical-align: top;
}

.choose-logo [class*="col-"]:nth-child(2) .label span {
    background-position: -197px -6px;
}

.choose-logo [class*="col-"]:nth-child(3) .label span {
    background-position: -26px -67px;
    padding-top: 89px;
}

.choose-logo [class*="col-"]:nth-child(4) .label span {
    background-position: -197px -67px;
    padding-top: 89px;
}

.choose-logo [class*="col-"]:nth-child(5) .label span {
    background-position: -30px -158px;
    padding-top: 61px;
}

.choose-logo [class*="col-"]:nth-child(6) .label span {
    background-position: -197px -158px;
    padding-top: 61px;
}

.choose-logo [class*="col-"]:nth-child(7) .label span {
    background-position: -11px -221px;
    padding-top: 83px;
}

.choose-logo [class*="col-"]:nth-child(8) .label span {
    background-position: -197px -221px;
    padding-top: 83px;
}

.choose-logo [class*="col-"]:nth-child(9) .label span {
    background-position: -15px -305px;
    padding-top: 54px;
}

.choose-logo [class*="col-"]:nth-child(10) .label span {
    background-position: -197px -305px;
    padding-top: 54px;
}

.choose-logo [class*="col-"]:nth-child(11) .label span {
    background-position: -24px -360px;
    padding-top: 53px;
}

.choose-logo [class*="col-"]:nth-child(12) .label span {
    background-position: -197px -360px;
    padding-top: 53px;
}

.choose-logo [class*="col-"]:nth-child(13) .label span {
    background-position: -26px -415px;
    padding-top: 47px;
}

.choose-logo [class*="col-"]:nth-child(14) .label span {
    background-position: -197px -415px;
    padding-top: 47px;
}

.choose-logo [class*="col-"]:nth-child(15) .label span {
    background-position: -17px -464px;
    padding-top: 61px;
}

.choose-logo [class*="col-"]:nth-child(16) .label span {
    background-position: -183px -464px;
    padding-top: 61px;
}

.choose-logo [class*="col-"]:nth-child(17) .label span {
    background-position: -30px -526px;
    padding-top: 89px;
}

.choose-logo [class*="col-"]:nth-child(18) .label span {
    background-position: -197px -526px;
    padding-top: 89px;
}

.choose-font [class*="col-"] .label span {
    width: 135px;
    height: 0px;
    background: url(../img/promo-fonts.gif) no-repeat -35px -6px;
    margin: 0;
    padding: 23px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    display: inline-block;
    vertical-align: top;
}

.choose-font [class*="col-"]:nth-child(2) .label span {
    background-position: -203px -6px;
}

.choose-font [class*="col-"]:nth-child(3) .label span {
    background-position: -34px -31px;
}

.choose-font [class*="col-"]:nth-child(4) .label span {
    background-position: -204px -31px;
}

.choose-font [class*="col-"]:nth-child(5) .label span {
    background-position: -33px -57px;
}

.choose-font [class*="col-"]:nth-child(6) .label span {
    background-position: -204px -57px;
}

.choose-font [class*="col-"]:nth-child(7) .label span {
    background-position: -33px -81px;
}

.choose-font [class*="col-"]:nth-child(8) .label span {
    background-position: -203px -81px;
}

.choose-font [class*="col-"]:nth-child(9) .label span {
    background-position: -35px -107px;
}

.choose-font [class*="col-"]:nth-child(10) .label span {
    background-position: -204px -107px;
}

.options .custom-logo-options .field {
    padding: 8px 0;
}

.swatch-option {
    margin-bottom: 0 !important;
    /* overriding magento style block */
}

.swatch-attribute-options {
    margin-top: -5px !important;
    /* overriding magento style block */
}

.swatch-attribute-selected-option {
    padding: 0 !important;
    /* overriding magento style block */
}

.swatch-option {
    margin: 5px 10px 0 0 !important;
    /* overriding magento style block */
}

.swatch-option.disabled {
    opacity: .15;
}

.product-options-bottom .share-this {
    margin-top: 12px;
}

.fotorama__stage {
    max-height: 400px;
    max-width: 100%;
}

.share-this .st_facebook_large .stLarge {
    width: 24px !important;
    height: 20px !important;
    background: -3px center no-repeat !important;
    background-image: url("../img/icon-social-small.png") !important;
}

.share-this .st_pinterest_large .stLarge {
    width: 24px !important;
    height: 20px !important;
    background: -34px center no-repeat !important;
    background-image: url("../img/icon-social-small.png") !important;
}

.share-this .st_email_large .stLarge {
    width: 24px !important;
    height: 20px !important;
    background: -63px center no-repeat !important;
    background-image: url("../img/icon-social-small.png") !important;
}

.share-this .st_print_large .stLarge {
    width: 24px !important;
    height: 20px !important;
    background: -94px center no-repeat !important;
    background-image: url("../img/icon-social-small.png") !important;
}

.upsells {
    margin: 12px 0;
}

.upsells .upsell {
    font-size: 14px;
    margin-top: 12px;
}

.upsells .upsell-image {
    max-width: 100%;
    height: auto;
}

.item-content-head {
    font-family: "futura-pt";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.item-content-head:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

div[id^="amasty_groupcat_hide_"] {
    display: inline-block;
}

.attr-val {
    margin-top: 5px !important;
}

.custom-swatch-title {
    width: 70px;
    float: left;
    margin-right: 8px;
}

.custom-swatches input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-swatches input:checked + .swatch-option {
    outline: 2px solid #FF5100;
    border: 1px solid #fff;
}

.swatch-option {
    width: 36px;
    padding: 1px 2px;
    min-width: 30px;
    max-width: 90px;
    height: 24px !important;
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #dadada;
    overflow: hidden;
    text-overflow: ellipsis;
    background-size: 100% auto !important;
    background-position: center center !important;
}

.product-table .mage-error-row {
    color: #7dba00;
    background-color: #fff6f6;
    border-left: 4px solid #7dba00;
}

.product-table .mage-error-row td {
    padding: 6px 10px 0;
}

.product-table .mage-error-row + tr {
    background-color: #fff6f6;
    border-left: 4px solid #7dba00;
}

.modal-step h4 {
    line-height: 1;
}

.logo-options .options-list > .field:first-child {
    display: none;
}

.logo-options .product-table td {
    padding-top: 0;
}

.logo-options .label-column {
    display: none;
}

.product-slider {
    padding: 0 35px;
    position: relative;
}

.slick-slider {
    position: relative;
}

.slick-next,
.slick-prev {
    border: 5px solid #777;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: transparent;
    background-color: transparent;
    z-index: 1;
}

.slick-next:focus,
.slick-prev:focus {
    outline: none;
}

.slick-next {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: auto;
    right: 0;
}

@media all and (max-width: 1023px) {
    .custom-slider {
        display: none;
	}
}


@media all and (min-width: 768px) {
    .form-block-interior .block-title {
        padding: 0 15px;
	}
}

.form-block-interior .block-content {
    padding: 15px;
}

.box {
    margin: 10px 0;
}

.block-title {
    position: relative;
}

@media all and (min-width: 768px) {
    .block-title .edit {
        position: absolute;
        right: 0;
        top: 5px;
	}
}

.box-actions .action + .action {
    margin-left: 10px;
}

.actions-toolbar {
    margin-top: 15px;
	text-align: center;
}

.actions-toolbar .primary,
.actions-toolbar .secondary {
    display: inline-block;
	margin-top: -13px;
}

.actions-toolbar .primary + .secondary,
.actions-toolbar .secondary + .secondary {
    margin-left: 10px;
}

.account-nav {
    display: block;
	margin-top: -20px;
}

.account-nav ul {
    padding: 0;
    margin-top: 15px;
    font-family: "futura-pt";
}

.account-nav li {
    list-style-type: none;
}

.account-nav li + li a,
.account-nav li + li > strong {
    border-top: 1px solid #7dba00;
}

.account-nav li strong,
.account-nav li a {
      display: block;
    padding: 12px 0;
    color: #231f20;
    color: #071d49;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12.5px;
}

.account-nav li strong strong,
.account-nav li a strong {
    padding: 0;
}

.account-nav .title {
    font-size: 20px;
    text-transform: uppercase;
}

.block-reorder {
    margin-top: 20px;
}

.block-reorder .block-title {
    font-size: 20px;
    text-transform: uppercase;
}

.checkout-step {
    padding-bottom: 30px;
}

.col-method-select {
    width: 35px;
}

.col-price {
    width: 20%;
}

.col-method {
    width: 35%;
}

.table-checkout-shipping-method td,
.table-checkout-shipping-method th {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "futura-pt";
}

.table-checkout-shipping-method th {
    font-weight: 600;
    font-size: 12px;
}

.actions-toolbar {
    margin-top: 20px;
    margin-bottom: 60px;
}

.credit-card-types .item {
    display: inline-block;
    margin-right: 8px;
}

.payment-method-content {
    padding-left: 30px;
}

.payment-method .payment-method-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.payment-method._active .payment-method-content {
    max-height: 1500px;
    opacity: 1;
}

.cart-total, .checkout-shipping-amount {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "futura-pt";
    font-weight: 600;
}

.cart-total .label, .checkout-shipping-amount .label {
    float: left;
    font-size: 13px;
    line-height: 1.5;
}

.cart-total .label.lowercase {
	text-transform: none;
}

.cart-total .value, .checkout-shipping-amount .value {
    float: right;
}

.sidebar-section {
    margin-bottom: 30px;
}

.shipping-address-item {
    margin-bottom: 30px;
}

.shipping-address-item .is-selected {
    display: none;
    font-size: 14px;
    text-transform: uppercase;
}

.shipping-address-item.selected-item .is-selected {
    display: none;
}

.shipping-address-item.selected-item .select-button {
    display: none;
}

#gift_wrapper .table-checkout-shipping-method {
    display: block;
}

.opc-block-shipping-information .ship-via {
    display: none;
}

.checkout-signup .separator {
    display: inline-block;
    margin: 0 12px;
}

.checkout-signup .continue-guest {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

@media all and (max-width: 767px) {
    .checkout-signup .btn {
        margin-bottom: 10px;
	}
}

.checkout-agreement {
    position: relative;
    padding-left: 20px;
	margin-top: -7px;
}

.checkout-agreement input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
}

.checkout-agreement label button {
    border: none;
    background: none;
    text-align: left;
    display: inline;
    padding: 0;
    color: #071d49;
}

.order-actions-toolbar {
    margin: 0;
}

@media all and (min-width: 768px) {
    .order-actions-toolbar .actions {
        float: right;
	}
}

.order-actions-toolbar .action + .action {
    margin-left: 15px;
}

.items.order-links {
    padding: 0;
    margin-top: 20px;
    list-style: none;
    font-size: 16px;
}

.minicart-items {
    display: block !important;
    list-style: none;
    padding: 0;
}

.cart-table.order th,
.cart-table .product-item th {
    border-right: 1px solid #bababa;
}

.cart-table.order tr,
.cart-table.order .product,
.cart-table .product-item tr,
.cart-table .product-item .product {
    border-bottom: 1px solid #bababa;
    display: table-row;
}

.cart-table.order td:last-child,
.cart-table .product-item td:last-child {
    border: none;
}

.cart-table.order td:before,
.cart-table .product-item td:before {
    display: none;
}

.cart-table.order tfoot,
.cart-table .product-item tfoot {
    background: none;
}

.cart-table.order tfoot td,
.cart-table .product-item tfoot td {
    background: none;
}

.cart-table.order tfoot td:after,
.cart-table .product-item tfoot td:after {
	display: none;
}

.cart-table.order tfoot th,
.cart-table .product-item tfoot th {
    text-align: right;
    position: relative;
    background: none;
}

.items-qty {
    list-style: none;
}

.loading-mask {
    position: fixed !important;
    padding: 0 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1001;
}

.loading-mask .loader {
    width: 200px;
    height: 200px;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loading-mask .loader img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.team-member h3 {
    margin-bottom: 0;
    line-height: 1;
}

.team-member h3 small {
	font-family: "futura-pt";
	font-size: 50%;
}

.team-member hr {
    margin-top: 0;
}

.caption {
    margin-top: 15px;
    color: #071d49;
    text-align: center;
    font-size: 13px;
}

.img-block + .img-block {
    margin-top: 20px;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.img-rotate {
    margin: 0 auto;
    display: block;
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.img-rotate-left {
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}

.styled-title {
    font-weight: normal;
    font-family: "futura-pt";
    font-size: 28px;
    letter-spacing: 2px;
    padding: 5px 0;
    text-transform: uppercase;
    color: #424242;
    text-align: center;
}

.cms-page-view .page-title {
    font-size: 30px;
    letter-spacing: 2.4px;
    padding: 5px 0;
    text-transform: uppercase;
    color: #071d49;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.cms-page-view .sub-title {
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 5px 0;
    text-transform: uppercase;
    color: #071d49;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 0px;
	margin-bottom: -10px;
}

.modal-popup {
    display: none;
}

.sidebar-block {
    padding: 12px 0;
    border: 1px solid #7a7a7a;
    border-left: none;
    border-right: none;
}

.sidebar-block .block-title {
    font-family: "futura-pt";
    text-transform: uppercase;
    cursor: pointer;
}

.sidebar-block .block-title:after {
    content: '▼';
    float: right;
    font-size: 14px;
    color: #7a7a7a;
}

.sidebar-block .block-title[aria-expanded="true"]:after {
    content: '▲';
}

.sidebar-block .block-title:focus {
    outline: 0;
}

.sidebar-block .block-content {
    padding: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease-in-out;
    display: block !important;
}

.sidebar-block .block-content[aria-hidden="false"] {
    max-height: 500px;
    padding-top: 20px;
}

.sidebar-block .block-content .note {
    margin-top: 12px;
}

.sidebar-block .block-content .methods:last-child {
    margin-bottom: 0;
}

.sidebar-block .block-content .methods dd {
    margin-left: 12px;
}

.sidebar-block + .sidebar-block {
    border-top: none;
}

/* swatch tooltip styles */
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: initial;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: #282828;
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    left: 40%;
    position: absolute;
    bottom: 0;
    height: 8px;
}

.swatch-option-tooltip {
    max-width: 140px;
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: #949494;
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    text-align: center;
}

.braces {
    padding: 25px;
    position: relative;
    color: #fff;
    background-color: #071d49;
    font-family: "futura-pt";
}

.braces:before, .braces:after {
    content: '';
    display: block;
    position: absolute;
    top: -100%;
    bottom: -100%;
}

.braces:before {
    width: 56px;
    height: 0px;
    background: url("../img/curly-brace.png");
    margin: 0;
    padding: 140px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    margin: auto;
    left: 5%;
	background-repeat: no-repeat;
}

.braces:after {
    width: 54px;
    height: 0px;
    background: url("../img/curly-brace-right.png");
    margin: 0;
    padding: 140px 0 0;
    display: block;
    overflow: hidden;
    outline: none !important;
    margin: auto;
    right: 5%;
	background-repeat: no-repeat;
}

.braces .text {
    max-width: 80%;
    margin: 0 auto;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

.braces .text-more {
    display: none;
}

.braces a {
    color: #071d49;
}

.teaseblock p {
    text-align: center;
}

@media all and (max-width: 767px) {
    .teaseblock p {
        margin-top: 30px;
	}
}

.teaseblock a {
    display: block;
}

.cms-contact-us div.mage-error, .message-error {
    color: #ff1503;
    padding: 5px !important;
    margin-top: 70px;
    font-family: 'futura-pt';
    position: absolute;
    font-size: 15px;
    /* background-color: chartreuse; */
    font-style: italic;
    width: 59%;
}

.teaseblock img {
    display: block;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #071d49 !important;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #071d49 !important;
}

.cms-home .row.main.breathe {
    padding-top: 0;
}

@media (min-width: 561px) {
    .left-middle-button {
        width: 33%;
        text-align: center;
        float: left;
        margin-left: 4px;
        color: #fff;
        height: 20px;
	}
	
    .center-middle-button {
        width: 32%;
        text-align: center;
        float: left;
        margin-left: 5px;
        color: #fff;
        height: 20px;
	}
	
    .right-middle-button {
        width: 32%;
        text-align: center;
        float: left;
        margin-left: 15px;
        color: #fff;
        height: 20px;
	}
	
    .middle-home-buttons.row {
        padding-bottom: 60px;
        font-family: "Quicksand";
        font-size: 23px;
        margin-top: -15px;
        letter-spacing: 4px;
	}
}

@media (max-width: 560px) {
    .middle-home-buttons img {
        width: 500px;
	}
	
    .left-middle-button {
        width: 100%;
	}
	
    .center-middle-button {
        width: 100%;
	}
	
    .right-middle-button {
        width: 100%;
	}
	
    .middle-home-buttons.row {
        padding-bottom: 60px;
        font-family: "Quicksand";
        font-size: 23px;
        margin-top: -15px;
        letter-spacing: 4px;
	}
}

.category-image {
    margin-bottom: 30px;
}

.category-image img {
    display: block;
}

.category--description {
    font-size: 21px;
    font-weight: normal;
}

.sorter-action {
    margin-right: 5px;
}

@media all and (max-width: 767px) {
    .toolbar-sorter {
        clear: both;
        float: none;
	}
	
    .toolbar-sorter .select {
        display: block;
        margin-top: 10px;
	}
	
    .toolbar-sorter .field.limiter {
        display: block;
	}
}

.pages span {
    display: inline-block;
    padding: 0 3px;
}

.pages a {
    color: #231f20;
}

.category-description {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.category-description h2 {
    font-size: 20px;
    text-transform: uppercase;
}

.category-description p {
    font-style: italic;
}
.cart-totals #block-wrapper .title {
    display: none;
}    

.cms-feedback .form-builder .button-lets {
    display: inline-block;
    padding: 12px 18px;
    border: 1px solid #071d49;
    color: #fff;
    background-color: #071d49;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s ease-in all;
    position: relative;
    border: 1px solid #071d49;
    box-shadow: inset 0 0 0 5px #fff;
    transition: .3s ease-in all;
}
.checkout-agreements-item-content{
    height: initial!important;
}
.cms-feedback .form-builder .button-lets:hover{
    background-color: #fff;
    color: #071d49;
    border-color: #fff;
    box-shadow: inset 0 0 0 5px #071d49;
}

input.required-captcha.checkbox {
    display: none;
}

.footer-navigation .container .row {
    border-top: 1px solid #7dba00;
    border-bottom: 1px solid #7dba00;
    padding: 20px;
}

::placeholder {
	color: #071d49;
	opacity: 1; /* Firefox */
	text-transform: uppercase;
	font-size:11px;
}

::-ms-input-placeholder { /* Edge 12-18 */
	color: #071d49;
	text-transform: uppercase;
	font-size:11px;
}

.logo img {
    width: 56%;
}

.sub-nav li a {
    font-size: 12px !important;
}

img.years {
    width: 80%;
}

li.footer-head {
    list-style-type: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #071d49;
    font-size: 11px;
}

.footer-nav-item a:hover {
    color: #7dba00;
}

.GetAwayHead{
	font-size: 19px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: 500;
}

a:hover {
    color: #7dba00;
}

a.green.handwritten {
    font-size: 30px;
}

.customer-account-login .page-title {
    display: none;
}

span.dot {
	padding-left: 39px;
    padding-right: 40px;
    vertical-align: super;
	font-size: 40px !important;
	position: relative;
	top: 3px;
}

.customer-account-forgotpassword .page-title {
	display: none;
}

.customer-account-create .page-title {
	display: none;
}

.customer-account-create .block-content {
	margin-top: 95px;
}

.customer-account-login .actions-toolbar {
	text-transform: uppercase;
}

.cms-custom-gift-design-form .actions-toolbar {
	text-align:left;
}

fieldset.fieldset.login div {
	padding-bottom: 20px;
}

.secondary span {
	font-size: 13.5px;
}

.field.note.passwordinfo {
	padding-bottom: 53px;
}

.password .actions-toolbar {
	text-align: left;
	padding-top: 20px;
}

.form-create-account .actions-toolbar {
	text-align: left;
}

.cms-catalog-request-form .actions-toolbar {
	text-align: left;
}

.cms-catalog-request-form .field.note {
	font-size: 12px;
	padding-bottom: 14px;
}
.create .GetAwayHead {
	padding-bottom: 30px;
}

.cms-catalog-request-form .GetAwayHead {
	padding-top: 30px;
}

input[type="email" i] {
	padding: 4px 8px;
	width: 100%;
	border: 1px solid #7dba00;
}

input[type="password" i] {
	padding: 4px 8px;
	width: 100%;
	border: 1px solid #7dba00;
}

div#password-strength-meter {
	display: none;
}

#form_9_form label.label {
	display: none;
}

.form-login span.note {
	display: none;
}

.form-login .field-tooltip {
	display: none;
}

.cms-content-section {
    border-bottom: 1px solid #7dba00;
    padding-bottom: 10px;
    padding-top: 20px;
}
.cms-content-section p{
	color: #071d49;
    font-size: 14px;
    letter-spacing: .75px;
    font-family: mrs-eaves-xl-serif, serif;
    font-style: italic;
    line-height: 18px;
}

.page-content p{
	color: #071d49;
    font-size: 16.5px;
    letter-spacing: 0.3px;
    font-family: mrs-eaves-xl-serif, serif;
    font-style: italic;
    line-height: 1.2;
}

.standard_mrs_eaves_as_per_jen{
	color: #071d49;
    font-size: 14px;
    letter-spacing: .75px;
    font-family: mrs-eaves-xl-serif, serif;
    font-style: italic;
    line-height: 18px;
}

.page-with-filter span.product-sku {
    display: none !important;
}

.cms-careers p{
	
		color: #071d49;
    font-size: 14px;
    letter-spacing: .75px;
    font-family: mrs-eaves-xl-serif, serif;
    font-style: italic;
    line-height: 18px;
	
}

span.price {
    font-size: 14px;
}

dd {
    padding-top: 10px !important;
}


.checkout-success .actions-toolbar {
    text-align: left;
    margin-top: 129px;
	text-transform: uppercase;
	
}
.base-standard{
	color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.cms-contact-us .actions-toolbar{
	text-align: left;
}

.checkout-index-index .actions-toolbar{
	text-align: left;
}


.legend span {
    display: none;
}

a.hello {
    text-transform: uppercase;
    font-size: 13px;
    color: #7dba00;
	font-style: normal;
}

.account .col-12 .row.breathe {
    border-bottom: 1px solid #7dba00;
}

.account .col-2 {
    padding-left: 0px;
}

.block.block-collapsible-nav {
    display: none;
}

.block.account-nav .title {
    display: none;
	margin-top: -16px;
}

.form-edit-account h4 {
    display: none;
}

.page-products span.price-label {
    display: none;
}

img.braintree-credit-card-selected {
    display: none;
}

/* form input#credit-card-number { */
    /* padding: 0px !important; */
    /* border: 1px solid #7dba00 !important; */
    /* width: 55% !important; */
/* } */

iframe#braintree-hosted-field-number {
    height: 27px !important;
    margin-bottom: 2px;
	 border: 1px solid #7dba00 !important;
	 width: 55% !important;
}

iframe#braintree-hosted-field-expirationDate {
    height: 27px !important;
    margin-bottom: 2px;
	 border: 1px solid #7dba00 !important;
	 width: 55% !important;
}

iframe#braintree-hosted-field-cvv {
    height: 27px !important;
    margin-bottom: 2px;
	 border: 1px solid #7dba00 !important;
	 width: 55% !important;
}


iframe.field-tooltip .toggle {
    display: none;
}

.field-tooltip.toggle {
    display: none;
}

.braintree span {
    text-transform: uppercase;
}

ul.credit-card-types.braintree-credit-card-types {
    /* margin-top: -45px !important; */
    margin-left: -39px;
	padding-bottom: 20px;
}

div#braintree_cc_type_cvv_div {
    padding-top: 25px;
	    padding-bottom: 22px;
}

.hosted-error span {
    display: none;
}

div#shipping-method-buttons-container {
    text-align: left;
}

.gg-sub-head-small{
	list-style-type: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #071d49;
    font-size: 11px;
    font-style: normal;
    font-family: 'futura-pt';
}

.ship-via caption.table-caption {
    display: none;
}

.action-show span {
    font-size: 12px;
}

#braintree_ach_direct_debit-form input.checkbox {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    text-transform: uppercase !important;
}

#braintree_ach_direct_debit-form input.input-text {
  border: 1px solid #7dba00 !important;
    min-height: 30px;
    width: 44%;
}

#braintree_ach_direct_debit-form select.select {
    border: 1px solid #7dba00 !important;
    width: 44%;
    min-height: 30px;
}

p#braintree-ach-mandate {
    font-family: 'futura-pt';
    font-style: normal;
    font-size: 12px;
    padding-bottom: 5px;
}
#braintree_ach_direct_debit-form span {
    text-transform: uppercase;
    font-size: 13px;
    color: #071d49;
}
.form-group.choice.newsletter {
    display: none;
}

.checkout-index-index .note span {
    display: none;
}

.checkout-agreement button.action.action-show {
    background-color: #fff;
    color: #071d49;
    border: none;
	padding-left: 1px;
}

hr {
	margin: 2em 0 1.25em;
    border: 1px solid #7dba00;
    
}


div#checkout-shipping-method-load {
    display: none;
}

.checkout-shipping-method h2 {
    display: none;
}


div#checkout-gift_wrapper h2 {
    display: block;
}

.product.info.detailed {
    margin-left: 74px;
    max-width: 738px;
}

.product-info-label .value {
    padding-bottom: 10px;
}

fieldset.fieldset.login {
    padding-top: 34px;
}

.form-group.field-name-firstname.required {
    margin-top: -31px;
}

fieldset.fieldset.address.form-block {
    margin-top: 41px !important;
}

.checkout-step form.form.form-login {
    padding-bottom: 32px;
}

div#gift_wrapper {
    display: none;
}

.payment-method-title.field.choice {
    text-transform: uppercase;
}
.checkout-agreement.field.choice.required {
    margin-top: 10px;
}

#payment-method-braintree-ach .field.required.number {
    padding-top: 11px !important;
}

#payment-method-braintree-ach .fields.group.group-2 {
    padding-top: 11px;
	    padding-bottom: 10px;
}
.checkout-agreement:nth-child(1) {
    margin-top: 10px !important;
}

.catalog-product-view input::-webkit-inner-spin-button {
    display: none;
}

a.action.previous {
    position: relative;
    z-index: 99999999;
}

a.action.next {
    position: relative;
    z-index: 99999999;
}

p.hours-faq {
    border-bottom: 1px solid #7dba00;
    padding-bottom: 8px;
    padding-top: 2px;
    margin-bottom: -33px;
}

img.faq-image {
    width: 48%;
}

.block-dashboard-info h4 {
    font-size: 19px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.block-dashboard-addresses h4 {
    font-size: 19px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}


div#email_address-error {
    color: #ff1503;
    padding: 5px !important;
    margin-top: 0px;
    font-family: 'futura-pt';
    position: absolute;
    font-size: 18px;
    /* background-color: chartreuse; */
    font-style: italic;
    width: 67%;
}

.block-dashboard-info .box-title span {
    list-style-type: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #071d49;
    font-size: 11px;
}

.block-dashboard-addresses .box-title span {
    list-style-type: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #071d49;
    font-size: 11px;
}

.block-dashboard-info p {
    color: #071d49;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12.5px;
    font-style: normal;
    font-family: 'futura-pt';
    line-height: 18px;
}

.block-dashboard-addresses address {
    color: #071d49;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12.5px;
    font-style: normal;
    font-family: 'futura-pt';
    line-height: 18px;
}

.block-dashboard-info a {
    text-transform: uppercase;
    color: #7dba00;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
}

.block-dashboard-addresses a {
    text-transform: uppercase;
    color: #7dba00;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
}

span.product-image-wrapper {
    position: relative;
    z-index: -1;
}

.btn-plain span span{
	text-transform:uppercase;
}

.customer-account-createpassword .page-title-wrapper {
    margin-top: 77px;
}

.customer-account-login div.mage-error, .message-error{
	    margin-top: 0px;
    font-size: 16px;
    width: 45%;	 
}

.cms-custom-gift-design .sub-title {
    margin-bottom: 19px;
}
.checkout-index-index .mage-error {
    margin-top: -6px;
    font-size: 16px;
}

.checkout-agreements-item-content .sub-title {
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 5px 0;
    text-transform: uppercase;
    color: #071d49;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 0px;
    margin-bottom: -10px;
}
.catalog-product-view label > span.price-notice{margin-left: -5px;}

.product-add-form {
    width: 126%;
}

#billing-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}

.checkout-billing-address {
position: relative;
    z-index: 10000;
    border: 2px solid #fff;
    padding: 7px;
    background-color: #F8F8F8;
}