/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
.italic {font-style:italic}

/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/vendor/_normalize.scss */
audio,
canvas,
video {
    display: inline-block;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    /* line 41, ../sass/vendor/_normalize.scss */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/vendor/_normalize.scss */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../sass/vendor/_normalize.scss */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, ../sass/vendor/_normalize.scss */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, ../sass/vendor/_normalize.scss */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/vendor/_normalize.scss */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, ../sass/vendor/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
    font-family: "PT Serif",serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}

h1 {
    font-size: 44px;
    font-size: 2.75rem;
    margin: 0.67em 0;
}
@media (min-width: 64em) {
	h1 {
		font-size: 60px;
		font-size: 3.75rem;
	}
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, ../sass/vendor/_normalize.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, ../sass/vendor/_normalize.scss */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, ../sass/vendor/_normalize.scss */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../sass/vendor/_normalize.scss */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 152, ../sass/vendor/_normalize.scss */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 164, ../sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, ../sass/vendor/_normalize.scss */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 181, ../sass/vendor/_normalize.scss */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, ../sass/vendor/_normalize.scss */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 198, ../sass/vendor/_normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 205, ../sass/vendor/_normalize.scss */
sup {
    top: -0.5em;
}

/* line 209, ../sass/vendor/_normalize.scss */
sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../sass/vendor/_normalize.scss */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, ../sass/vendor/_normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, ../sass/vendor/_normalize.scss */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../sass/vendor/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, ../sass/vendor/_normalize.scss */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 278, ../sass/vendor/_normalize.scss */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 290, ../sass/vendor/_normalize.scss */
button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 302, ../sass/vendor/_normalize.scss */
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.
 */
/* line 317, ../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    /* line 327, ../sass/vendor/_normalize.scss */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 337, ../sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, ../sass/vendor/_normalize.scss */
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 5 and Chrome
 * on OS X.
 */
    /* line 361, ../sass/vendor/_normalize.scss */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 370, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, ../sass/vendor/_normalize.scss */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../sass/vendor/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*================================================================
                 Boilerplate - Base Styles 
================================================================*/
/* line 5, ../sass/vendor/_boilerplate.scss */
html, button, input, select, textarea {
    color: #646464;
}

/* line 6, ../sass/vendor/_boilerplate.scss */
body {
    font-family: Geneva, Tahoma, Arial, sans-serif;
    line-height: 1.4;
    overflow-y: scroll;
}

/* line 8, ../sass/vendor/_boilerplate.scss */
::-moz-selection {
    background: #8b2942;
    color: #fff;
    text-shadow: none;
}

/* line 9, ../sass/vendor/_boilerplate.scss */
::selection {
    background: #8b2942;
    color: #fff;
    text-shadow: none;
}

/* line 11, ../sass/vendor/_boilerplate.scss */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* line 12, ../sass/vendor/_boilerplate.scss */
img {
    vertical-align: middle;
}

/* line 13, ../sass/vendor/_boilerplate.scss */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* line 14, ../sass/vendor/_boilerplate.scss */
textarea {
    resize: vertical;
}

/* line 16, ../sass/vendor/_boilerplate.scss */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    /* line 17, ../sass/vendor/_boilerplate.scss */
    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }

/* line 19, ../sass/vendor/_boilerplate.scss */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* line 20, ../sass/vendor/_boilerplate.scss */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /* line 22, ../sass/vendor/_boilerplate.scss */
    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/* line 24, ../sass/vendor/_boilerplate.scss */
.invisible {
    visibility: hidden;
}

/* line 25, ../sass/vendor/_boilerplate.scss */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

/* line 26, ../sass/vendor/_boilerplate.scss */
.clearfix:after {
    clear: both;
}

/* line 27, ../sass/vendor/_boilerplate.scss */
.clearfix {
    *zoom: 1;
}

/* line 29, ../sass/vendor/_boilerplate.scss */
.hide {
    display: none;
}

/* line 30, ../sass/vendor/_boilerplate.scss */
.smallest {
    font-size: .8em;
}

/* line 31, ../sass/vendor/_boilerplate.scss */
.smaller {
    font-size: .9em;
}

/* line 32, ../sass/vendor/_boilerplate.scss */
.larger {
    font-size: 1.1em;
}

/* line 33, ../sass/vendor/_boilerplate.scss */
.largest {
    font-size: 1.2em;
}

/* line 34, ../sass/vendor/_boilerplate.scss */
.bold {
    font-weight: bold;
}

/* line 35, ../sass/vendor/_boilerplate.scss */
.italic {
    font-style: italic;
}

/* line 36, ../sass/vendor/_boilerplate.scss */
.strike {
    text-decoration: line-through;
}

/* line 37, ../sass/vendor/_boilerplate.scss */
.red {
    color: #f00;
}

/* line 38, ../sass/vendor/_boilerplate.scss */
.blue {
    color: #00f;
}

/* line 39, ../sass/vendor/_boilerplate.scss */
.green {
    color: #390;
}

/* line 40, ../sass/vendor/_boilerplate.scss */
.lgreen {
    color: #97937d;
}

/* line 41, ../sass/vendor/_boilerplate.scss */
.vtop {
    vertical-align: top;
}

/* line 42, ../sass/vendor/_boilerplate.scss */
.center {
    text-align: center;
}

/* line 43, ../sass/vendor/_boilerplate.scss */
.right {
    text-align: right;
}

/* line 44, ../sass/vendor/_boilerplate.scss */
.left {
    text-align: left;
}

/* line 45, ../sass/vendor/_boilerplate.scss */
.nowrap {
    white-space: nowrap;
}

/* line 46, ../sass/vendor/_boilerplate.scss */
.breakforprint {
    page-break-after: always;
}

/* line 47, ../sass/vendor/_boilerplate.scss */
.clear {
    overflow: hidden;
    clear: both;
    height: 0;
    margin: 0;
    font-size: 1px;
    line-height: 0;
}

/* line 48, ../sass/vendor/_boilerplate.scss */
.skip {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* line 49, ../sass/vendor/_boilerplate.scss */
.floatRight {
    float: right;
}

/* line 50, ../sass/vendor/_boilerplate.scss */
.floatLeft {
    float: left;
}

/* line 52, ../sass/vendor/_boilerplate.scss */
.important {
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}

.rightRailBlankHead {border-bottom: 4px double #E6E6E6;height:60px;width:100%;}


/* ================================================================
   Typography STYLES

   Based off of a 14px base 
   ================================================================ */
/* line 7, ../sass/partials/_typography.scss */

    /* line 14, ../sass/partials/_typography.scss */
    h1.alt {
        border-bottom: 0;
        padding-bottom: 0;
    }

/* line 20, ../sass/partials/_typography.scss */
h2 {
    margin: 1em 0 0;
    color: #4d4646;
    font: normal 1.86em Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

/* line 26, ../sass/partials/_typography.scss */
h3 {
    margin: 1em 0 0;
    color: #4d4646;
    font: normal 1.57em Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

/* line 32, ../sass/partials/_typography.scss */
h4 {
    margin: 1em 0 0;
    color: #64615d;
    font: italic normal 1.42857em/1.7em Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

/* line 38, ../sass/partials/_typography.scss */
h5 {
    margin: 1em 0 0;
    color: #4d4646;
    font: bold 1.29em Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    text-transform: uppercase;
}

/* line 45, ../sass/partials/_typography.scss */
h6 {
    margin: 1em 0 0;
    color: #64615d;
    font: bold 0.93em Geneva, Tahoma, Arial, sans-serif;
    text-transform: uppercase;
}

/* line 52, ../sass/partials/_typography.scss */
.doubleBorder {
    padding-bottom: 0.5em;
    border-bottom: 4px double #e6e6e6;
}

/* line 57, ../sass/partials/_typography.scss */
.mainContent {
    line-height: 1.43;
}

    /* Targets only main content */
    /* line 62, ../sass/partials/_typography.scss */
    .mainContent ul {
        padding-left: 1.4em;
    }

    /* line 66, ../sass/partials/_typography.scss */
    .mainContent li {
        color: #2b2121;
        font-size: 0.92857em;
    }

/* line 71, ../sass/partials/_typography.scss */
a {
    color: #8b2942;
    text-decoration: none;
}

    /* line 72, ../sass/partials/_typography.scss */
    a:hover, a:focus {
        text-decoration: underline;
    }

/* line 75, ../sass/partials/_typography.scss */
.arrow:after {
    content: '\a0\203a';
}

/* line 80, ../sass/partials/_typography.scss */
blockquote {
    position: relative;
    margin: 0;
    padding: 25px;
    font-size: 1.14286em;
    line-height: 1.625em;
    color: white;
    background: #7eb354;
    font-style: italic;
    -webkit-box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.8);
}
    /* line 91, ../sass/partials/_typography.scss */
    blockquote:before {
        content: '';
        position: absolute;
        top: -15px;
        left: 12px;
        border-radius: 25px;
    }
/* line 98, ../sass/partials/_typography.scss */
body blockquote:before {
    background-color: #508327;
}

/* ================================================================
   Buttons
   ================================================================ */
/* line 109, ../sass/partials/_typography.scss */
/*
.btn {
    display: inline-block;
    width: 100%;
    padding: 0.75em 2em;
    text-decoration: none;
    color: #fff;
    background: #19a7ae;
    cursor: pointer;
    line-height: 1.2em;
    text-align: center;
    border: 1px solid #137c81;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/
.btn, 
button.btn, 
input.btn, 
a.btn {
	display: inline-block;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px 20px;
    min-width: 140px;
    text-align: center;
    line-height: 1.5;
    font-family: "Lato",Helvetica,Verdana,Tahoma,sans-serif;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	background-color: #1f326b;
    color: #fff;
}
.btn:focus,
.btn:hover, 
button.btn:focus,
button.btn:hover,
input.btn:focus, 
input.btn:hover,
a.btn:focus,
a.btn:hover{
	background: #0e74bc;
}
.jcr a.btn {
	color:#fff;
}
.jcr a.btn:hover,
.jcr a.btn:focus {
    color:#fff;
}
#header .account-header .btn {
	background:#fff;
}
#header .account-header .btn:hover,
#header .account-header .btn:focus {
	color: #0e74bc;
}
.btn2 {
    background: #3162BF;
    border: 1px solid #113781;
}

.btn2:focus, .btn2:hover{
    background-color: #0e74bc;
}

.btn3 {
    background: #143D8D;
    border: 1px solid #113781;
}

.jcr .component .button-wrap.button--theme-1 > a:focus, 
.jcr .component .button-wrap.button--theme-1 > a:hover, 
.jcr .component .button-wrap.button--theme-1 > input[type="submit"]:focus, 
.jcr .component .button-wrap.button--theme-1 > input[type="submit"]:hover, 
.jcr .component .button-wrap.button--theme-1 > button:hover, 
.jcr .component .button-wrap.button--theme-1 > button:focus, 
.jcr .component .button-wrap.button--theme-1 > .cta--link:hover,
.jcr .component .button-wrap.button--theme-1 > .cta--link:focus{
    background: #0e74bc;
}
.button-wrap.button--theme-1 > a:hover,
.button-wrap.button--theme-1 > a:focus{
    background: #0e74bc;
}

#header{padding:30em;}
 #header .CoveoSearchbox .CoveoSearchButton:hover, #header .CoveoSearchbox .CoveoSearchButton:focus{
    background: #0e74bc !important;
}
.btn.btn--ghost:hover, .btn.btn--ghost:focus{background:#0e74bc!important;}
#responsive .btnWrpr {margin:5px 0px;}

#responsive .btn {
    display: inline-block;
    padding: 0.5em .5em;
    text-decoration: none;
    color: #fff;
    background: #19a7ae;
    cursor: pointer;
    line-height: 1.2em;
    text-align: center;
    border: 1px solid #137c81;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* line 126, ../sass/partials/_typography.scss */
.btn + .btn {
    margin-top: 0.5em;
}
@media (min-width: 48em) {
    /* line 109, ../sass/partials/_typography.scss */
    .btn {
        width: auto;
    }
        /* line 133, ../sass/partials/_typography.scss */
        .btn + .btn {
            margin-top: 0;
            margin-left: 1em;
        }
}
/* line 139, ../sass/partials/_typography.scss */
/*
.btn:after {
    content: '\a0\203a';
}
*/
/* line 144, ../sass/partials/_typography.scss */
.btn:hover, 
button.btn:hover, 
input.btn:hover, 
a.btn:hover,
.btn:focus, 
button.btn:focus, 
input.btn:focus, 
a.btn:focus {
    /*background: #137c81;
    text-decoration: none;*/
	color:#fff;
	text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.8), inset 0 0 20px rgba(0,0,0,.6);
}

.btn2:hover, .btn2:focus {
    background: #2755ac;
    text-decoration: none;
}

.btn3:hover, .btn3:focus {
    background: #113781;
    text-decoration: none;
}

/* line 151, ../sass/partials/_typography.scss */
.arrowAlt:after {
    content: '';
    margin-left: 0.75em;
}

/* line 164, ../sass/partials/_typography.scss */
.btn-default {
    color: #505050;
    background: #d6d6d6;
    border: 1px solid #c4c4c4;
    text-shadow: none;
}
    /* line 171, ../sass/partials/_typography.scss */
    .btn-default:hover, .btn-default:focus {
        background: #c9c9c9;
    }

/* line 176, ../sass/partials/_typography.scss */
.btn-alt {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #fff;
    background: #7eb354;
    cursor: pointer;
    border: 1px solid #659341;
    text-shadow: 1px 1px 0 rgba(1, 69, 119, 0.4);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    /* line 194, ../sass/partials/_typography.scss */
    .btn-alt:hover,
    .btn-alt:focus {
        background: #659341;
        color: #fff;
        text-decoration: none;
    }

/* line 200, ../sass/partials/_typography.scss */
.btn-device, a.btn-device {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0.75em 1em;
    text-decoration: none;
    color: #fff;
    background: #7eb354;
    cursor: pointer;
    text-align: center;
    width: 100%;
    border: 1px solid #659341;
    text-shadow: 1px 1px 0 rgba(1, 69, 119, 0.4);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 1px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    /* line 219, ../sass/partials/_typography.scss */
    .btn-device:hover, .btn-device:focus, a.btn-device:hover, a.btn-device:focus {
        background: #659341;
    }
@media (min-width: 48em) {
    /* line 200, ../sass/partials/_typography.scss */
    .btn-device, a.btn-device {
        cursor: default;
        padding: 0;
        background: none;
        border: none;
        text-align: left;
        width: auto;
        text-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
        /* line 233, ../sass/partials/_typography.scss */
        .btn-device:hover, .btn-device:focus, a.btn-device:hover, a.btn-device:focus {
            text-decoration: none;
            background: none;
        }
}

/* line 240, ../sass/partials/_typography.scss */
.inputFull {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 245, ../sass/partials/_typography.scss */
.inputFullLimit {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 48em) {
    /* line 245, ../sass/partials/_typography.scss */
    .inputFullLimit {
        max-width: 280px;
    }
}

/* line 253, ../sass/partials/_typography.scss */
.inputTextArea {
    min-height: 150px;
}

/* line 257, ../sass/partials/_typography.scss */
.inputSmall {
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 262, ../sass/partials/_typography.scss */
select {
    border: 1px solid #b4b4b4;
    min-height: 25px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}

dd select {width:100%;}
.paymentOptions {line-height:1.2em}
.paymentOptions dt label {line-height:1.4em;font-size:.9em;}
.paymentOptions dt .smaller {font-size:.8em;}
.paymentOptions dt a {text-decoration:underline;}

/* line 274, ../sass/partials/_typography.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="phone"],
input[type="email"],
input[type="number"] {
    display: inline-block;
    padding: 1px 0.3em;
    border: 1px solid #b4b4b4;
    min-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}

/* line 284, ../sass/partials/_typography.scss */
.inputRadioList {
    margin-right: 1em;
}
    /* line 287, ../sass/partials/_typography.scss */
    .inputRadioList input {
        margin-right: 0.2em;
    }
    /* line 291, ../sass/partials/_typography.scss */
    .inputRadioList:last-child {
        margin-right: 0;
    }

/* ================================================================
   Content Framework 
   ================================================================ */
/* line 5, ../sass/partials/_grid-fluid.scss */
[class*="col-"] {
    float: left;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 13, ../sass/partials/_grid-fluid.scss */
.col-2-5 {
    width: 40%;
}

/* line 14, ../sass/partials/_grid-fluid.scss */
.col-3-5 {
    width: 60%;
}

/* line 16, ../sass/partials/_grid-fluid.scss */
.push-2-5 {
    margin-left: 40%;
}

/* ================================================================
   Fluid Grid Styles 
   ================================================================ */
/* line 22, ../sass/partials/_grid-fluid.scss */
/*
.container {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 87%;
    min-width: 16em;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

.container {
    *zoom: 1;
}
*/

/* line 42, ../sass/partials/_grid-fluid.scss */
.row:before, .row:after {
    content: " ";
    display: table;
}

/* line 43, ../sass/partials/_grid-fluid.scss */
.row:after {
    clear: both;
}

/* line 44, ../sass/partials/_grid-fluid.scss */
.row {
    *zoom: 1;
}

/* line 46, ../sass/partials/_grid-fluid.scss */
.container [class*="grid_"] {
    padding: 0 10px;
}

/* line 48, ../sass/partials/_grid-fluid.scss */
.row > [class*="grid_"] {
    padding: 0;
}

/* line 50, ../sass/partials/_grid-fluid.scss */
.gutterless {
    padding: 0 10px;
}

    /* line 51, ../sass/partials/_grid-fluid.scss */
    .gutterless > [class*="grid_"] {
        padding: 0;
    }

/* Responsive item specific */
@media (min-width: 16em) and (max-width: 47.9em) {
    /* line 57, ../sass/partials/_grid-fluid.scss */
    .s-m_1half [class*="grid_"] {
        width: 50%;
    }

    /* line 59, ../sass/partials/_grid-fluid.scss */
    .s_full_item {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/* 16px baseline (256px) s = small */
@media (min-width: 16em) {
    /* line 70, ../sass/partials/_grid-fluid.scss */
    .container [class*="grid_"] {
        position: relative;
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/* 16px baseline (480px - 767px) sw = small wide */
@media (min-width: 16em) and (max-width: 47.9em) {
    /* line 83, ../sass/partials/_grid-fluid.scss */
    .s-m_1half [class*="grid_"] {
        width: 50%;
    }

    /* line 84, ../sass/partials/_grid-fluid.scss */
    .s-m_1half [class*="push_"] {
        left: 50%;
    }

    /* line 85, ../sass/partials/_grid-fluid.scss */
    .s-m_1half [class*="pull_"] {
        left: -50%;
    }

    /* line 87, ../sass/partials/_grid-fluid.scss */
    .s-m_1half [class*="grid_"]:nth-child(2n+1) {
        clear: both;
    }

    /* line 91, ../sass/partials/_grid-fluid.scss */
    .s-m_full_grid[class*="grid_"] {
        width: 100%;
    }

    /* line 95, ../sass/partials/_grid-fluid.scss */
    .s-m_1third [class*="grid_"] {
        width: 33.333%;
    }

    /* line 96, ../sass/partials/_grid-fluid.scss */
    .s-m_1third [class*="push_"] {
        left: 33.333%;
    }

    /* line 97, ../sass/partials/_grid-fluid.scss */
    .s-m_1third [class*="pull_"] {
        left: -33.333%;
    }
}
/* 16px baseline (768px) m = medium */
@media (min-width: 48em) {
    /* line 103, ../sass/partials/_grid-fluid.scss */
    .container .gridpadright {
        padding-right: 30px;
		font-size: 1.5rem;
		font-size: 24px;
    }

    /* line 106, ../sass/partials/_grid-fluid.scss */
    .container .gridpadleft {
        padding-left: 30px;
    }
    .container .gridpadleft .description,      
    .container .gridpadleft #divDocuments {        
		font-size: 1.5rem;
		font-size: 24px;
    }

    /* line 110, ../sass/partials/_grid-fluid.scss */
    .container .grid_1 {
        width: 8.333%;
    }

    /* line 111, ../sass/partials/_grid-fluid.scss */
    .container .grid_2 {
        width: 16.666%;
    }

    /* line 112, ../sass/partials/_grid-fluid.scss */
    .container .grid_3 {
        width: 25%;
    }

    /* line 113, ../sass/partials/_grid-fluid.scss */
    .container .grid_4 {
        width: 33.333%;
    }

    /* line 114, ../sass/partials/_grid-fluid.scss */
    .container .grid_5 {
        width: 41.666%;
    }

    /* line 115, ../sass/partials/_grid-fluid.scss */
    .container .grid_6 {
        width: 50%;
    }

    /* line 116, ../sass/partials/_grid-fluid.scss */
    .container .grid_7 {
        width: 58.333%;
    }

    /* line 117, ../sass/partials/_grid-fluid.scss */
    .container .grid_8 {
        width: 66.666%;
    }

    /* line 118, ../sass/partials/_grid-fluid.scss */
    .container .grid_9 {
        width: 75%;
    }

    /* line 119, ../sass/partials/_grid-fluid.scss */
    .container .grid_10 {
        width: 83.333%;
    }

    /* line 120, ../sass/partials/_grid-fluid.scss */
    .container .grid_11 {
        width: 91.666%;
    }

    /* line 121, ../sass/partials/_grid-fluid.scss */
    .container .grid_12 {
        width: 100%;
    }

    /* line 123, ../sass/partials/_grid-fluid.scss */
    .container .push_1 {
        left: 8.333%;
    }

    /* line 124, ../sass/partials/_grid-fluid.scss */
    .container .push_2 {
        left: 16.666%;
    }

    /* line 125, ../sass/partials/_grid-fluid.scss */
    .container .push_3 {
        left: 25%;
    }

    /* line 126, ../sass/partials/_grid-fluid.scss */
    .container .push_4 {
        left: 33.333%;
    }

    /* line 127, ../sass/partials/_grid-fluid.scss */
    .container .push_5 {
        left: 41.666%;
    }

    /* line 128, ../sass/partials/_grid-fluid.scss */
    .container .push_6 {
        left: 50%;
    }

    /* line 129, ../sass/partials/_grid-fluid.scss */
    .container .push_7 {
        left: 58.333%;
    }

    /* line 130, ../sass/partials/_grid-fluid.scss */
    .container .push_8 {
        left: 66.666%;
    }

    /* line 131, ../sass/partials/_grid-fluid.scss */
    .container .push_9 {
        left: 75%;
    }

    /* line 132, ../sass/partials/_grid-fluid.scss */
    .container .push_10 {
        left: 83.333%;
    }

    /* line 133, ../sass/partials/_grid-fluid.scss */
    .container .push_11 {
        left: 91.666%;
    }

    /* line 134, ../sass/partials/_grid-fluid.scss */
    .container .push_12 {
        left: 100%;
    }

    /* line 136, ../sass/partials/_grid-fluid.scss */
    .container .pull_1 {
        left: -8.333%;
    }

    /* line 137, ../sass/partials/_grid-fluid.scss */
    .container .pull_2 {
        left: -16.666%;
    }

    /* line 138, ../sass/partials/_grid-fluid.scss */
    .container .pull_3 {
        left: -25%;
    }

    /* line 139, ../sass/partials/_grid-fluid.scss */
    .container .pull_4 {
        left: -33.333%;
    }

    /* line 140, ../sass/partials/_grid-fluid.scss */
    .container .pull_5 {
        left: -41.666%;
    }

    /* line 141, ../sass/partials/_grid-fluid.scss */
    .container .pull_6 {
        left: -50%;
    }

    /* line 142, ../sass/partials/_grid-fluid.scss */
    .container .pull_7 {
        left: -58.333%;
    }

    /* line 143, ../sass/partials/_grid-fluid.scss */
    .container .pull_8 {
        left: -66.666%;
    }

    /* line 144, ../sass/partials/_grid-fluid.scss */
    .container .pull_9 {
        left: -75%;
    }

    /* line 145, ../sass/partials/_grid-fluid.scss */
    .container .pull_10 {
        left: -83.333%;
    }

    /* line 146, ../sass/partials/_grid-fluid.scss */
    .container .pull_11 {
        left: -91.666%;
    }

    /* line 147, ../sass/partials/_grid-fluid.scss */
    .container .pull_12 {
        left: -100%;
    }

    /* line 149, ../sass/partials/_grid-fluid.scss */
    .container .prefix_1 {
        margin-left: 8.333%;
    }

    /* line 150, ../sass/partials/_grid-fluid.scss */
    .container .prefix_2 {
        margin-left: 16.666%;
    }

    /* line 151, ../sass/partials/_grid-fluid.scss */
    .container .prefix_3 {
        margin-left: 25%;
    }

    /* line 152, ../sass/partials/_grid-fluid.scss */
    .container .prefix_4 {
        margin-left: 33.333%;
    }

    /* line 153, ../sass/partials/_grid-fluid.scss */
    .container .prefix_5 {
        margin-left: 41.666%;
    }

    /* line 154, ../sass/partials/_grid-fluid.scss */
    .container .prefix_6 {
        margin-left: 50%;
    }

    /* line 155, ../sass/partials/_grid-fluid.scss */
    .container .prefix_7 {
        margin-left: 58.333%;
    }

    /* line 156, ../sass/partials/_grid-fluid.scss */
    .container .prefix_8 {
        margin-left: 66.666%;
    }

    /* line 157, ../sass/partials/_grid-fluid.scss */
    .container .prefix_9 {
        margin-left: 75%;
    }

    /* line 158, ../sass/partials/_grid-fluid.scss */
    .container .prefix_10 {
        margin-left: 83.333%;
    }

    /* line 159, ../sass/partials/_grid-fluid.scss */
    .container .prefix_11 {
        margin-left: 91.666%;
    }

    /* line 160, ../sass/partials/_grid-fluid.scss */
    .container .prefix_12 {
        margin-left: 100%;
    }

    /* line 162, ../sass/partials/_grid-fluid.scss */
    .container .suffix_1 {
        margin-right: 8.333%;
    }

    /* line 163, ../sass/partials/_grid-fluid.scss */
    .container .suffix_2 {
        margin-right: 16.666%;
    }

    /* line 164, ../sass/partials/_grid-fluid.scss */
    .container .suffix_3 {
        margin-right: 25%;
    }

    /* line 165, ../sass/partials/_grid-fluid.scss */
    .container .suffix_4 {
        margin-right: 33.333%;
    }

    /* line 166, ../sass/partials/_grid-fluid.scss */
    .container .suffix_5 {
        margin-right: 41.666%;
    }

    /* line 167, ../sass/partials/_grid-fluid.scss */
    .container .suffix_6 {
        margin-right: 50%;
    }

    /* line 168, ../sass/partials/_grid-fluid.scss */
    .container .suffix_7 {
        margin-right: 58.333%;
    }

    /* line 169, ../sass/partials/_grid-fluid.scss */
    .container .suffix_8 {
        margin-right: 66.666%;
    }

    /* line 170, ../sass/partials/_grid-fluid.scss */
    .container .suffix_9 {
        margin-right: 75%;
    }

    /* line 171, ../sass/partials/_grid-fluid.scss */
    .container .suffix_10 {
        margin-right: 83.333%;
    }

    /* line 172, ../sass/partials/_grid-fluid.scss */
    .container .suffix_11 {
        margin-right: 91.666%;
    }

    /* line 173, ../sass/partials/_grid-fluid.scss */
    .container .suffix_12 {
        margin-right: 100%;
    }

    /* line 175, ../sass/partials/_grid-fluid.scss */
    .row > [class*="grid_"] {
        padding: 0 10px;
    }

        /* line 179, ../sass/partials/_grid-fluid.scss */
        .row > [class*="grid_"]:first-child {
            padding-left: 0;
        }

        /* line 183, ../sass/partials/_grid-fluid.scss */
        .row > [class*="grid_"]:last-child {
            padding-right: 0;
        }




    /* line 110, ../sass/partials/_grid-fluid.scss */
    .grid_1 {
        width: 8.333%;
    }

    /* line 111, ../sass/partials/_grid-fluid.scss */
    .grid_2 {
        width: 16.666%;
    }

    /* line 112, ../sass/partials/_grid-fluid.scss */
    .grid_3 {
        width: 25%;
    }

    /* line 113, ../sass/partials/_grid-fluid.scss */
    .grid_4 {
        width: 33.333%;
    }

    /* line 114, ../sass/partials/_grid-fluid.scss */
    .grid_5 {
        width: 41.666%;
    }

    /* line 115, ../sass/partials/_grid-fluid.scss */
    .grid_6 {
        width: 50%;
    }

    /* line 116, ../sass/partials/_grid-fluid.scss */
    .grid_7 {
        width: 58.333%;
    }

    /* line 117, ../sass/partials/_grid-fluid.scss */
    .grid_8 {
        width: 66.666%;
    }

    /* line 118, ../sass/partials/_grid-fluid.scss */
    .grid_9 {
        width: 75%;
    }

    /* line 119, ../sass/partials/_grid-fluid.scss */
    .grid_10 {
        width: 83.333%;
    }

    /* line 120, ../sass/partials/_grid-fluid.scss */
    .grid_11 {
        width: 91.666%;
    }

    /* line 121, ../sass/partials/_grid-fluid.scss */
    .grid_12 {
        width: 100%;
    }
  
  
  
}


/* 16px baseline (768px - 959px) m = medium */
@media (min-width: 48em) and (max-width: 59.9em) {
    /* line 191, ../sass/partials/_grid-fluid.scss */
    .m-l_1half [class*="grid_"] {
        width: 50%;
    }

    /* line 192, ../sass/partials/_grid-fluid.scss */
    .m-l_1half [class*="push_"] {
        left: 50%;
    }

    /* line 193, ../sass/partials/_grid-fluid.scss */
    .m-l_1half [class*="pull_"] {
        left: -50%;
    }

    /* line 195, ../sass/partials/_grid-fluid.scss */
    .m-l_1third [class*="grid_"] {
        width: 33.333%;
    }

    /* line 196, ../sass/partials/_grid-fluid.scss */
    .m-l_1third [class*="push_"] {
        left: 33.333%;
    }

    /* line 197, ../sass/partials/_grid-fluid.scss */
    .m-l_1third [class*="pull_"] {
        left: -33.333%;
    }

    /* line 199, ../sass/partials/_grid-fluid.scss */
    .m-l_1fourth [class*="grid_"] {
        width: 25%;
    }

    /* line 200, ../sass/partials/_grid-fluid.scss */
    .m-l_1fourth [class*="push_"] {
        left: 25%;
    }

    /* line 201, ../sass/partials/_grid-fluid.scss */
    .m-l_1fourth [class*="pull_"] {
        left: -25%;
    }

    /* line 203, ../sass/partials/_grid-fluid.scss */
    .m-l_1third [class*="grid_"]:nth-child(3n+1) {
        clear: both;
    }

    /* line 205, ../sass/partials/_grid-fluid.scss */
    .m-l_2thirds_left [class*="grid_"] {
        width: 50%;
    }

        /* line 206, ../sass/partials/_grid-fluid.scss */
        .m-l_2thirds_left [class*="grid_"]:nth-child(2n) {
            width: 25%;
        }

        /* line 207, ../sass/partials/_grid-fluid.scss */
        .m-l_2thirds_left [class*="grid_"]:nth-child(2n+1) {
            width: 75%;
        }

    /* line 208, ../sass/partials/_grid-fluid.scss */
    .m-l_2thirds_left [class*="push_"] {
        left: 0;
    }

    /* line 209, ../sass/partials/_grid-fluid.scss */
    .m-l_2thirds_left [class*="pull_"] {
        left: 0;
    }

    /* line 211, ../sass/partials/_grid-fluid.scss */
    .m-l_2thirds_right [class*="grid_"] {
        width: 50%;
    }

        /* line 212, ../sass/partials/_grid-fluid.scss */
        .m-l_2thirds_right [class*="grid_"]:nth-child(2n) {
            width: 75%;
        }

        /* line 213, ../sass/partials/_grid-fluid.scss */
        .m-l_2thirds_right [class*="grid_"]:nth-child(2n+1) {
            width: 25%;
        }

    /* line 214, ../sass/partials/_grid-fluid.scss */
    .m-l_2thirds_right [class*="push_"] {
        left: 0;
    }

    /* line 215, ../sass/partials/_grid-fluid.scss */
    .m-l_2thirds_right [class*="pull_"] {
        left: 0;
    }
}
/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */
/* line 7, ../sass/partials/_main.scss */
.contentWrpr img {
    max-width: 100%;
    height: auto !important;
    -webkit-box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.8);
}

    /* line 13, ../sass/partials/_main.scss */
    .contentWrpr img.noShadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.portlet .fluid-width-video-wrapper {
    padding-top: 0 !important;
    max-width: 221px;
    overflow: hidden;
}


/* line 17, ../sass/partials/_main.scss */
.fluid-width-video-wrapper iframe {
    -webkit-box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 10px 9px -10px rgba(0, 0, 0, 0.8);
}

/* ================================================================
   Site Layout 
   ================================================================ */
/* line 25, ../sass/partials/_main.scss */
body {
  
}

    .templateJCR,
    body.jcr-style {
  /* background: url('/cms/images/layout/bg.png') repeat; */
  background: #fff;
    }

/* line 29, ../sass/partials/_main.scss */
.siteWrap {
    margin: 0 auto;
    min-width: 320px;
    font-size: 0.875em;
    /* Sets base font to 14px */
    background: #fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.4);
    -moz-box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.4);
    box-shadow: 0 0 5px 2px rgba(128, 128, 128, 0.4);
}
@media (min-width: 48em) {
    /* line 29, ../sass/partials/_main.scss */
}
@media (min-width: 60em) {
    /* line 29, ../sass/partials/_main.scss */
    .siteWrap {
        max-width: 1100px;
    }
}

/* ==========================================================================
   Utility Area
   ========================================================================== */
/* line 44, ../sass/partials/_main.scss */
.utility {
    background: #f6f6f6;
    font-size: 0.78571em;
    -webkit-box-shadow: inset 0 -3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -3px 3px -3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -3px 3px -3px rgba(0, 0, 0, 0.2);
}
/* line 49, ../sass/partials/_main.scss */
.no-boxshadow .utility {
    border-bottom: 1px solid #e3e3e3;
}

/* line 54, ../sass/partials/_main.scss */
.fineprint {
    display: none;
    float: left;
    padding: 0.73em 0;
    font-style: italic;
}
@media (min-width: 60em) {
    /* line 54, ../sass/partials/_main.scss */
    .fineprint {
        display: block;
    }
}

/* line 65, ../sass/partials/_main.scss */
.utilityNav {
    display: none;
}
/* line 68, ../sass/partials/_main.scss */
.active > .utilityNav {
    display: block;
}
/* line 72, ../sass/partials/_main.scss */
.utilityNav ul {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
}
/* line 79, ../sass/partials/_main.scss */
.utilityNav li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
}
/* line 86, ../sass/partials/_main.scss */
.utilityNav a {
    display: block;
    color: #6a6a6a;
    padding: 0.73em 0;
}
/* line 92, ../sass/partials/_main.scss */
.utilityNav [class^="icons"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
@media (min-width: 48em) {
    /* line 65, ../sass/partials/_main.scss */
    .utilityNav {
        display: block;
        float: right;
    }
        /* line 102, ../sass/partials/_main.scss */
        .utilityNav li {
            display: inline-block;
            text-align: left;
        }
            /* line 105, ../sass/partials/_main.scss */
            .utilityNav li + li {
                margin-left: 1em;
            }
}

/* line 112, ../sass/partials/_main.scss */
.utilityToggle {
    position: relative;
    display: block;
    margin: 0.3em 0 0 0;
    padding: 0.4em 2.75em 0.7em 0;
    color: #6a6a6a;
    text-align: right;
}
    /* line 120, ../sass/partials/_main.scss */
    .utilityToggle .icons-user {
        margin-right: 0.4em;
    }
    /* line 124, ../sass/partials/_main.scss */
    .utilityToggle:hover, .utilityToggle:focus {
        text-decoration: none;
        color: #8b2942;
    }
    /* line 129, ../sass/partials/_main.scss */
    .utilityToggle:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
    }
@media (min-width: 48em) {
    /* line 112, ../sass/partials/_main.scss */
    .utilityToggle {
        display: none;
    }
}

/* line 146, ../sass/partials/_main.scss */
.subUtility {
    background: #e4e9f0;
    -webkit-box-shadow: inset 0 -3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -3px 3px -3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -3px 3px -3px rgba(0, 0, 0, 0.2);
}

.subUtility  a{color:#143d8d;}
.subUtility  a:hover{color:#143d8d;}

/* line 151, ../sass/partials/_main.scss */
.languageMenu {
    display: block;
    margin: 0;
    padding: 15px 0;
}
    /* line 156, ../sass/partials/_main.scss */
    .languageMenu li {
        display: block;
        float: left;
        font-size: 0.78571em;
    }
        /* line 161, ../sass/partials/_main.scss */
        .languageMenu li + li:before {
            content: '|';
            display: inline-block;
            color: #8b2942;
            margin: 0 10px;
        }
        /* line 168, ../sass/partials/_main.scss */
        .languageMenu li.active a {
            font-weight: bold;
            color: #051f53;
        }
            /* line 174, ../sass/partials/_main.scss */
            .languageMenu li.active a:before {
                content: '';
                display: inline-block;
                padding-right: 0.4em;
            }

/* line 184, ../sass/partials/_main.scss */
.js .languageMenu {
    display: none;
}

/* line 188, ../sass/partials/_main.scss */
.languageSelect {
    display: block;
    width: 100%;
    margin: 15px 0;
}

/* line 194, ../sass/partials/_main.scss */
.connectBar {
    display: none;
    float: right;
    padding: 15px 0 15px 5px;
}
    /* line 199, ../sass/partials/_main.scss */
    .connectBar ul {
        display: block;
        margin: 0;
        padding: 0;
    }
    /* line 205, ../sass/partials/_main.scss */
    .connectBar li {
        display: block;
        margin: 0;
        padding: 0;
        float: left;
        font-size: 0.85714em;
    }
        /* line 212, ../sass/partials/_main.scss */
        .connectBar li + li {
            margin-left: 1em;
        }
    /* line 218, ../sass/partials/_main.scss */
    .connectBar a:after {
        content: '\a0\bb';
    }

@media (min-width: 60em) {
    /* line 226, ../sass/partials/_main.scss */
    .js .language {
        float: left;
    }

    /* line 230, ../sass/partials/_main.scss */
    .js .languageSelect {
        display: none;
    }

    /* line 234, ../sass/partials/_main.scss */
    .js .languageMenu {
        display: block;
    }

    /* line 238, ../sass/partials/_main.scss */
    .connectBar {
        display: block;
    }
}
/* ==========================================================================
   Header - Nav/Logo Area
   ========================================================================== */
/* line 249, ../sass/partials/_main.scss */
.header {
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    background: transparent;
}

/* line 255, ../sass/partials/_main.scss */
.logo {
    display: inline-block;
    padding: 4% 0;
}
    /* line 259, ../sass/partials/_main.scss */
    .logo img {
        max-width: 80%;
        width: auto;
        height: auto;
    }
@media (min-width: 48em) {
    /* line 259, ../sass/partials/_main.scss */
    .logo img {
        max-width: 100%;
    }
}

/* Nav Toggle */
/* line 270, ../sass/partials/_main.scss */
.mainNavToggle {
    position: relative;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 1em 3.5em 1em 1em;
    text-align: right;
}
    /* line 278, ../sass/partials/_main.scss */
    .mainNavToggle:after {
        content: '';
        display: block;
        position: absolute;
        right: 0.7em;
        top: 50%;
        margin-top: -14px;
        border-radius: 50px;
    }
/* line 287, ../sass/partials/_main.scss */
.mainNav .mainNavToggle:after {
    background-color: #501826;
}
/* line 292, ../sass/partials/_main.scss */
.mainNavToggle:hover, .mainNavToggle:focus, .mainNavToggle:active {
    background: #772339;
    text-decoration: none;
    outline: 0;
}
/* line 302, ../sass/partials/_main.scss */
.active > .mainNavToggle {
    background: #772339;
}

/* Main Nav */
/* line 319, ../sass/partials/_main.scss */
.mainNav {
    background: #8b2942;
    -webkit-box-shadow: inset 0 1px 0 0 #8b2942, inset 0 2px 0 0 #c53b5e;
    -moz-box-shadow: inset 0 1px 0 0 #8b2942, inset 0 2px 0 0 #c53b5e;
    box-shadow: inset 0 1px 0 0 #8b2942, inset 0 2px 0 0 #c53b5e;
}
    /* line 323, ../sass/partials/_main.scss */
    .mainNav ::-moz-selection {
        background: transparent;
        text-shadow: none;
    }
    /* line 324, ../sass/partials/_main.scss */
    .mainNav ::selection {
        background: transparent;
        text-shadow: none;
    }
/* line 326, ../sass/partials/_main.scss */
.no-boxshadow .mainNav {
    border-top: 1px solid #ae3556;
}
/* line 332, ../sass/partials/_main.scss */
.mainNav.active .mainNavMenu > ul {
    display: block;
}
/* line 337, ../sass/partials/_main.scss */
.mainNav ul .active {
    background: #802d42;
    background: rgba(0, 0, 0, 0.2);
}
    /* line 340, ../sass/partials/_main.scss */
    .mainNav ul .active > ul {
        display: block;
    }
/* line 345, ../sass/partials/_main.scss */
.mainNav ul ul .active {
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(0, 0, 0, 0.75), inset 0 -1px 0 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(0, 0, 0, 0.75), inset 0 -1px 0 0 rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.75), inset 0 2px 0 0 rgba(0, 0, 0, 0.75), inset 0 -1px 0 0 rgba(0, 0, 0, 0.75);
}
/* line 349, ../sass/partials/_main.scss */
.mainNav ul {
    display: none;
    margin: 0;
    padding: 0;
}
/* line 355, ../sass/partials/_main.scss */
.mainNav li {
    position: relative;
    display: block;
}
    /* line 360, ../sass/partials/_main.scss */
    .mainNav li li {
        margin-left: 20px;
    }
/* line 364, ../sass/partials/_main.scss */
.mainNav ul a {
    display: block;
    padding: 1em 1.54em;
    font-size: 0.92857em;
    color: #ffffff;
    -webkit-box-shadow: inset 0 1px 0 0 #c53b5e, inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 0 #c53b5e, inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 #c53b5e, inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* line 373, ../sass/partials/_main.scss */
.no-boxshadow .mainNav ul a {
    border-top: 1px solid #b45f75;
}
/* line 377, ../sass/partials/_main.scss */
.mainNav ul a:hover, .mainNav ul a:focus {
    background: #772339;
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
/* line 383, ../sass/partials/_main.scss */
.mainNav ul a:after {
    content: '\a0\203a';
}
/* line 389, ../sass/partials/_main.scss */
.mainNav ul ul ul a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* line 393, ../sass/partials/_main.scss */
.mainNav ul ul a {
    text-transform: initial;
}
/* line 397, ../sass/partials/_main.scss */
.mainNav .has-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    padding: 0.5em 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.28571em;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
    /* line 409, ../sass/partials/_main.scss */
    .mainNav .has-child:after {
        content: '\2B';
        display: block;
        width: 3em;
        text-align: center;
        -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.6), inset 2px 0 0 0 #c53b5e;
        -moz-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.6), inset 2px 0 0 0 #c53b5e;
        box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.6), inset 2px 0 0 0 #c53b5e;
    }
/* line 416, ../sass/partials/_main.scss */
.no-boxshadow .mainNav .has-child:after {
    border-left: 1px solid #401b24;
}
/* line 421, ../sass/partials/_main.scss */
.mainNav .has-child.is-expand:after {
    content: '\2014';
}
/* line 425, ../sass/partials/_main.scss */
.mainNav .has-child:hover, .mainNav .has-child:focus {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
}
/* line 431, ../sass/partials/_main.scss */
.mainNav .closeNav a {
    padding: 0.75em 0;
    background: #441420;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}
    /* line 438, ../sass/partials/_main.scss */
    .mainNav .closeNav a:before, .mainNav .closeNav a:after {
        content: '';
        margin: 0 0.75em;
    }

@media (min-width: 60em) {
    /* line 447, ../sass/partials/_main.scss */
    .mainNavToggle, .closeNav {
        display: none !important;
    }

    /* line 451, ../sass/partials/_main.scss */
    .mainNavMenu {
        width: 87%;
        margin: 0 auto;
        padding: 0 20px 0 10px;
    }

    /* line 457, ../sass/partials/_main.scss */
    .menuItemWrap {
        position: relative;
    }

        /* line 461, ../sass/partials/_main.scss */
        .menuItemWrap ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            min-width: 10.71429em;
            background: #772339;
        }
            /* line 470, ../sass/partials/_main.scss */
            .menuItemWrap ul li {
                margin-left: 0;
            }
            /* line 474, ../sass/partials/_main.scss */
            .menuItemWrap ul ul {
                top: 0;
                left: 100%;
            }

    /* line 480, ../sass/partials/_main.scss */
    .mainNavMenu > ul {
        display: table;
        width: 100%;
    }
        /* line 484, ../sass/partials/_main.scss */
        .mainNavMenu > ul a:after {
            content: '';
        }
        /* 
	line 491, ../sass/partials/_main.scss 
	Turned off menu dropdowns per raefs instruction - Vince S 11/4/2013
  */
        .mainNavMenu > ul li:hover .menuItemWrap > ul,
        .mainNavMenu > ul li:hover > ul,
        .mainNavMenu > ul li.hover .menuItemWrap > ul,
        .mainNavMenu > ul li.hover > ul {
            display: none;
        }


        /* line 495, ../sass/partials/_main.scss */
        .mainNavMenu > ul > li {
            display: table-cell;
            background: #772339;
            vertical-align: top;
        }
            /* line 500, ../sass/partials/_main.scss */
            .mainNavMenu > ul > li > .menuItemWrap > a {
                display: block;
                text-align: center;
                padding-left: 0.5em;
                padding-right: 0.5em;
                -webkit-box-shadow: inset 0 1px 0 0 #8b2942, inset 0 2px 0 0 #c53b5e, inset 1px 0 0 0 rgba(178, 53, 85, 0.75), inset -1px 0 0 0 rgba(80, 24, 38, 0.2);
                -moz-box-shadow: inset 0 1px 0 0 #8b2942, inset 0 2px 0 0 #c53b5e, inset 1px 0 0 0 rgba(178, 53, 85, 0.75), inset -1px 0 0 0 rgba(80, 24, 38, 0.2);
                box-shadow: inset 0 1px 0 0 #8b2942, inset 0 2px 0 0 #c53b5e, inset 1px 0 0 0 rgba(178, 53, 85, 0.75), inset -1px 0 0 0 rgba(80, 24, 38, 0.2);
                -webkit-transition: all 0 ease-out;
                -moz-transition: all 0 ease-out;
                -o-transition: all 0 ease-out;
                transition: all 0 ease-out;
            }
                /* line 508, ../sass/partials/_main.scss */
                .mainNavMenu > ul > li > .menuItemWrap > a:hover, .mainNavMenu > ul > li > .menuItemWrap > a:focus {
                    background: #641d2f;
                    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiMjAzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0MTQyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
                    background-size: 100%;
                    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b2033), color-stop(100%, #441420));
                    background-image: -webkit-linear-gradient(#6b2033, #441420);
                    background-image: -moz-linear-gradient(#6b2033, #441420);
                    background-image: -o-linear-gradient(#6b2033, #441420);
                    background-image: linear-gradient(#6b2033, #441420);
                }

    /* line 516, ../sass/partials/_main.scss */
    .has-child {
        display: none !important;
    }
}
/* Search */
/* line 522, ../sass/partials/_main.scss */
.searchBox {
    position: relative;
    display: none;
    padding: 1em 1.54em;
    text-align: right;
    -webkit-box-shadow: inset 0 1px 0 0 #c53b5e;
    -moz-box-shadow: inset 0 1px 0 0 #c53b5e;
    box-shadow: inset 0 1px 0 0 #c53b5e;
}
/* line 529, ../sass/partials/_main.scss */
.active .searchBox {
    display: block;
}
@media (min-width: 48em) {
    /* line 522, ../sass/partials/_main.scss */
    .searchBox {
        display: block;
        position: absolute;
        top: 0;
        right: 6.5%;
        width: 40%;
        padding-right: 10px;
        padding-top: 4.5%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

/* line 546, ../sass/partials/_main.scss */
.searchMore {
    display: inline-block;
    font-size: 0.85714em;
    margin: 1em 0 0 0.3em;
    color: #fff;
}
    /* line 552, ../sass/partials/_main.scss */
    .searchMore:before {
        position: relative;
        left: -0.3em;
        top: 0.15em;
    }
@media (min-width: 48em) {
    /* line 546, ../sass/partials/_main.scss */
    .searchMore {
        color: #8b2942;
    }
        /* line 563, ../sass/partials/_main.scss */
        .searchMore:before {
            content: '';
        }
}

/* line 569, ../sass/partials/_main.scss */
.search {
    position: relative;
    height: 40px;
    overflow: hidden;
    padding: 2px 2px 2px 55px;
    background: #ffffff;
    font-size: 1em;
    border: 1px solid #d6d6d6;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 583, ../sass/partials/_main.scss */
.searchLabel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 34px;
    background: #f6f6f6;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
    /* line 595, ../sass/partials/_main.scss */
    .searchLabel:before {
        content: '';
        margin: 0.75em 0 2em 0.4em;
    }
    /* line 601, ../sass/partials/_main.scss */
    .searchLabel:after {
        content: '';
        display: block;
        position: absolute;
        left: 34px;
        top: 1px;
        border-style: solid;
        border-width: 19px 0 19px 10px;
        border-color: transparent transparent transparent #f6f6f6;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
/* line 616, ../sass/partials/_main.scss */
.searchInput:hover + .searchLabel, .searchInput:focus + .searchLabel, .searchInput:active + .searchLabel {
    background: #e9e9e9;
    width: 39px;
}
    /* line 620, ../sass/partials/_main.scss */
    .searchInput:hover + .searchLabel:after, .searchInput:focus + .searchLabel:after, .searchInput:active + .searchLabel:after {
        left: 39px;
        border-color: transparent transparent transparent #e9e9e9;
    }

/* line 627, ../sass/partials/_main.scss */
.searchInput {
    float: left;
    width: 55%;
    height: 33px;
    border: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    /* line 635, ../sass/partials/_main.scss */
    .searchInput:focus {
        outline: none;
    }

/* line 640, ../sass/partials/_main.scss */
.searchSubmit {
    display: block;
    float: right;
    width: 40%;
    border: 1px solid #c4c4c4;
    height: 33px;
    line-height: 33px;
    font-size: 0.92857em;
    text-align: center;
    background: #d6d6d6;
    color: #1d1d1d;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
    /* line 657, ../sass/partials/_main.scss */
    .searchSubmit span {
        margin-left: 0.4em;
    }
    /* line 661, ../sass/partials/_main.scss */
    .searchSubmit:hover, .searchSubmit:focus {
        text-decoration: none;
        background: #c4c4c4;
    }

/* ==========================================================================
   Content
   ========================================================================== */
/* line 672, ../sass/partials/_main.scss */
.contentWrpr {
    padding-top: 2em;
    padding-bottom: 5em;
	/*
    -webkit-box-shadow: inset 0 -3px 3px -3px rgba(81, 81, 81, 0.8);
    -moz-box-shadow: inset 0 -3px 3px -3px rgba(81, 81, 81, 0.8);
    box-shadow: inset 0 -3px 3px -3px rgba(81, 81, 81, 0.8);
	*/
}
/* line 677, ../sass/partials/_main.scss */
.no-boxshadow .contentWrpr {
    border-bottom: 1px solid #cbcbcb;
}
/* line 681, ../sass/partials/_main.scss */
.templateHome .contentWrpr {
    padding-top: 0;
}

/* line 686, ../sass/partials/_main.scss */
.calloutText {
    font-size: 1em;
    color: #878787;
    text-align: center;
    line-height: 2.28571em;
}
@media (min-width: 48em) {
    /* line 686, ../sass/partials/_main.scss */
    .calloutText {
        font-size: 1.28571em;
        line-height: 2.22222em;
    }
}

/* line 698, ../sass/partials/_main.scss */
.contentHighlights {
    margin-top: 2em;
}
/* line 701, ../sass/partials/_main.scss */
.container > [class*="grid_"]:first-child .contentHighlights {
    margin-top: 0;
}
@media (min-width: 48em) {
    /* line 698, ../sass/partials/_main.scss */
    .contentHighlights {
        margin-top: 0;
    }
}

/* line 710, ../sass/partials/_main.scss */
.templateHome .mainContent .mod {
    margin-top: 2em;
}
@media (min-width: 48em) {
    /* line 710, ../sass/partials/_main.scss */
    .templateHome .mainContent .mod {
        margin-top: 0;
    }
}

/* line 719, ../sass/partials/_main.scss */
.templateHome .mainContent .container > [class*="grid_"]:first-child .mod {
    margin-top: 0;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* line 728, ../sass/partials/_main.scss */
.footer {
    padding: 3em 0 6em;
    background: #1b7181;
    color: #fff;
}

/* line 745, ../sass/partials/_main.scss */
.footerNav ul {
    display: block;
    margin: 0 0 3em;
    padding: 0 0.5em 0 0;
}

    .footerNav ul.lowPad {
        display: block;
        margin: 0 0 1.3em;
        padding: 0 0.5em 0 0;
    }

/* line 751, ../sass/partials/_main.scss */
.footerNav li {
    display: block;
    margin: 0.21429em 0;
    padding: 0;
}
/* line 774, ../sass/partials/_main.scss */
.footerNav .title {
    margin: 0 0 1.5em;
    color: #74c1cf;
    text-transform: uppercase;
    font: normal 0.85714em Geneva, Tahoma, Arial, sans-serif;
}
/* line 781, ../sass/partials/_main.scss */
.footerNav .subtitle {
    margin: 0;
    font: normal 0.78571em Geneva, Tahoma, Arial, sans-serif;
    color: #74c1cf;
}
/* line 787, ../sass/partials/_main.scss */
.footerNav p {
    font-size: 0.78571em;
    line-height: 1.27273em;
}
    /* line 791, ../sass/partials/_main.scss */
    .footerNav p a {
        font-size: 1em;
    }
/* line 796, ../sass/partials/_main.scss */
.footerNav a {
    display: inline-block;
    color: #fff;
    font-size: 0.78571em;
    line-height: 1.27273em;
}
    /* line 802, ../sass/partials/_main.scss */
    .footerNav a:after {
        content: '\a0\203a';
    }
    /* line 806, ../sass/partials/_main.scss */
    .footerNav a:hover, .footerNav a:focus {
        text-decoration: none;
        color: #9bdc67;
    }
    /* line 812, ../sass/partials/_main.scss */
    .footerNav a.btn-alt:focus, .footerNav a.btn-alt:hover {
        color: #fff;
    }

    /* line 816, ../sass/partials/_main.scss */
    .footerNav a.btn-device:before {
        content: 'CALL ';
    }
    /* line 820, ../sass/partials/_main.scss */
    .footerNav a.btn-device:after {
        content: '';
    }
    /* line 825, ../sass/partials/_main.scss */
    .footerNav a.btn-device:focus, .footerNav a.btn-device:hover {
        color: #fff;
    }
@media (min-width: 48em) {
    /* line 842, ../sass/partials/_main.scss */
    .footerNav a.btn-device:before {
        content: 'P\a0';
    }
}

@media (max-width: 48em) {
	.footerNav .largerBtn {padding: 1.5em 1em;}
}


/* line 848, ../sass/partials/_main.scss */
.socialIcons a {
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 0.3em;
}
    /* line 853, ../sass/partials/_main.scss */
    .socialIcons a:last-child {
        margin-right: 0;
    }
    /* line 857, ../sass/partials/_main.scss */
    .socialIcons a:hover, .socialIcons a:focus {
        opacity: 0.7;
    }
    /* line 861, ../sass/partials/_main.scss */
    .socialIcons a:after {
        content: '';
    }

/* line 866, ../sass/partials/_main.scss */
.footerInfo {
    padding: 1em 0;
    border-top: 1px solid rgba(84, 148, 160, 0.5);
    border-bottom: 1px solid rgba(84, 148, 160, 0.5);
    -webkit-box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.2), 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.2), 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.2), 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}
    /* line 872, ../sass/partials/_main.scss */
    .footerInfo a {
        color: #fff;
        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    }
    /* line 877, ../sass/partials/_main.scss */
    .footerInfo ul {
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
    }
@media (min-width: 48em) {
    /* line 877, ../sass/partials/_main.scss */
    .footerInfo ul {
        text-align: left;
    }
}
/* line 887, ../sass/partials/_main.scss */
.footerInfo li {
    display: block;
    margin: 0 0 0.5em;
    padding: 0;
    font-size: 1em;
}
@media (min-width: 48em) {
    /* line 887, ../sass/partials/_main.scss */
    .footerInfo li {
        display: inline-block;
    }
        /* line 896, ../sass/partials/_main.scss */
        .footerInfo li + li:before {
            content: '\2022';
            display: inline-block;
            width: 1em;
            margin-right: 0.3em;
            text-align: center;
            color: rgba(84, 148, 160, 0.5);
        }
}
/* line 906, ../sass/partials/_main.scss */
.footerInfo li + li {
    display: inline-block;
}
    /* line 909, ../sass/partials/_main.scss */
    .footerInfo li + li + li:before {
        content: '\2022';
        display: inline-block;
        width: 1em;
        margin-right: 0.3em;
        text-align: center;
        color: rgba(84, 148, 160, 0.5);
    }
    /* line 917, ../sass/partials/_main.scss */
    .footerInfo li + li a {
        color: #b0e0e9;
    }

/* line 925, ../sass/partials/_main.scss */
.footerPartners ul {
    display: block;
    margin: 0;
    padding: 1em 0;
    text-align: left;
}
/* line 932, ../sass/partials/_main.scss */
.footerPartners li {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.78571em;
    margin-right: 1em;
}
    /* line 939, ../sass/partials/_main.scss */
    .footerPartners li:last-child {
        margin-right: 0;
    }
@media (min-width: 48em) {
    /* line 932, ../sass/partials/_main.scss */
    .footerPartners li {
        display: inline-block;
    }
}
/* line 948, ../sass/partials/_main.scss */
.footerPartners a {
    color: #b0e0e9;
}

/* line 955, ../sass/partials/_main.scss */
.linkExternal:after {
    content: '';
    margin-left: 0.3em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.linkExternalArrow:after {
    content: '';
    margin-left: 0.3em;
}


/* ==========================================================================
   Slideshow
   ========================================================================== */
/* line 968, ../sass/partials/_main.scss */
.slideshow {
    position: relative;
}

    /* line 972, ../sass/partials/_main.scss */
    .slideshow, .slideshow * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/* line 976, ../sass/partials/_main.scss */
.cycle-slideshow {
    position: relative;
}

/* line 981, ../sass/partials/_main.scss */
.cycle-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
}
    /* line 985, ../sass/partials/_main.scss */
    .cycle-item:first-child {
        position: static;
        z-index: 100;
    }

/* line 991, ../sass/partials/_main.scss */
.cycle-img {
    width: 100%;
}

/* line 995, ../sass/partials/_main.scss */
.cycle-desc {
    padding: 1em 1em;
    text-align: center;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-size: 1.42857em;
    color: #4d4646;
}
    /* line 1002, ../sass/partials/_main.scss */
    .cycle-desc em {
        font-weight: bold;
        font-style: italic;
    }
    /* line 1007, ../sass/partials/_main.scss */
    .cycle-desc p {
        margin: 0;
    }
    /* line 1011, ../sass/partials/_main.scss */
    .cycle-desc .btn {
        margin-top: 1em;
        font-weight: normal;
        font-family: Geneva, Tahoma, Arial, sans-serif;
    }

/* line 1018, ../sass/partials/_main.scss */
.cycle-controls {
    text-align: center;
    padding-bottom: 1em;
    -webkit-box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.3);
}

/* line 1024, ../sass/partials/_main.scss */
.cycle-prev, .cycle-next {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999em;
    cursor: pointer;
}

/* line 1045, ../sass/partials/_main.scss */
.cycle-pager {
    display: inline-block;
    margin: 0 0.71429em;
}

    /* line 1050, ../sass/partials/_main.scss */
    .cycle-pager span {
        cursor: pointer;
        overflow: hidden;
        text-indent: -9999em;
    }
        /* line 1056, ../sass/partials/_main.scss */
        .cycle-pager span + span {
            margin-left: 0.71429em;
        }

@media (min-width: 48em) {
    /* line 1067, ../sass/partials/_main.scss */

    .cycle-desc {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        padding: 3% 8% 0 5%;
        font-size: 2em;
        background: url('/cms/images/layout/slide-desc-bg.png') no-repeat;
        background-position: 0 0;
    background-size: 100% auto; }


        /* line 1080, ../sass/partials/_main.scss */
        .cycle-desc .btn {
            font-size: 0.5em;
        }

    /* line 1084, ../sass/partials/_main.scss */
    .cycle-controls {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0.75em 0;
        background: rgba(255, 255, 255, 0.4);
        z-index: 200;
    }
}

@media (min-width: 48em) {
    /* line 1096, ../sass/partials/_main.scss */
    .cycle-desc {
        font-size: 1.7em;
    }
}


@media (min-width: 60em) {
    /* line 1096, ../sass/partials/_main.scss */
    .cycle-desc {
        font-size: 2em;
    }
}

@media (min-width: 83em) {
    /* line 1096, ../sass/partials/_main.scss */
    .cycle-desc {
        font-size: 2.57143em;
    }
}

/* ==========================================================================
   Banner Top
   ========================================================================== */
/* line 1105, ../sass/partials/_main.scss */
.bannerTop {
    text-align: center;
}
    /* line 1108, ../sass/partials/_main.scss */
    .bannerTop img {
        width: 100%;
        height: auto;
    }

#hawkbannertop img {
    width: auto;
}


/* Admin Fix */
.bannerTop .loadModule img {
    width: auto;
    height: auto;
}

.bannerTop p {margin:0px;} 

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
/* line 1119, ../sass/partials/_main.scss */
.breadcrumbWrpr {

}
/* line 1123, ../sass/partials/_main.scss */
.no-boxshadow .breadcrumbWrpr {
    border-bottom: 1px solid #e3e3e3;
}

/* line 1128, ../sass/partials/_main.scss */
.breadcrumbs {
    padding: 1em 0;
    font-size: 24px;
    font-size: 1.5rem;
    color: #8b8b8b;
}
    /* line 1133, ../sass/partials/_main.scss */
    .breadcrumbs a {
        
    }
    /* line 1137, ../sass/partials/_main.scss */
    .breadcrumbs .seperator {
        display: inline-block;
        padding: 0 0.5em;
    }

/* ==========================================================================
   Global Modules
   ========================================================================== */
/* line 1147, ../sass/partials/_main.scss */
.mod {
    text-align: center;
}
@media (min-width: 48em) {
    /* line 1147, ../sass/partials/_main.scss */
    .mod {
        text-align: left;
    }
}

/* line 1155, ../sass/partials/_main.scss */
aside .mod, .pageHome .mod {
    margin-top: 3.71429em;
}

/* line 1159, ../sass/partials/_main.scss */
.modHead {
    position: relative;
    margin-bottom: 0.5em;
    text-align: left;
}
    /* line 1164, ../sass/partials/_main.scss */
    .modHead:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px;
        z-index: 5;
        width: 100%;
        height: 1px;
        border-top: 4px double #e6e6e6;
    }
    /* line 1176, ../sass/partials/_main.scss */
    .modHead .title {
        position: relative;
        z-index: 10;
        display: inline-block;
        margin: 0;
        padding-right: 1em;
        font-size: 1em;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        color: #949494;
        background: #fff;
    }
    /* line 1189, ../sass/partials/_main.scss */
    .modHead.full {
        text-align: center;
        margin: 3em 0;
    }
        /* line 1193, ../sass/partials/_main.scss */
        .modHead.full .title {
            padding-left: 1em;
        }

/* line 1199, ../sass/partials/_main.scss */
.modHeadAlt {
    font-size: 0.85714em;
}
    /* line 1202, ../sass/partials/_main.scss */
    .modHeadAlt .title {
        display: inline-block;
        margin: 0;
        text-transform: uppercase;
        font-size: 1em;
        font-family: Geneva, Tahoma, Arial, sans-serif;
        font-weight: bold;
    }
    /* line 1211, ../sass/partials/_main.scss */
    .modHeadAlt .more {
        color: #898887;
    }
        /* line 1214, ../sass/partials/_main.scss */
        .modHeadAlt .more:before {
            content: ' | ';
            display: inline-block;
            padding: 0 0.6em;
        }
        /* line 1220, ../sass/partials/_main.scss */
        .modHeadAlt .more:after {
            content: '\a0\203a';
        }

/* line 1233, ../sass/partials/_main.scss */
.modContent {
    padding: 2.5em 0 0;
    font-size: 0.85714em;
}
    /* line 1237, ../sass/partials/_main.scss */
    .modContent .btn {
        font-size: 1.16667em;
    }

.grid_3 .modContent .btn {
    width: 80%;
}

.grid_3 .socialMod {
    padding: 0em;
}

/* Item Lists
   - We use several different style combinations for each list. Any modifications 
     should be appended on to the .mod div.
   ## List Displays
     - default - itemList is just a vertical listing of text.
     - .modListAside - Makes it table cell and allows for a media element on the left
     - .modListHoriz - Moves the image on top of the content
     - .modListProduct - Defines the width of the list for product and scrollers
   ## List Columns
     - .modList2Col - Puts the lists in 2 columns 
     - .modList3Col - Puts the lists in 3 columns
   ========================================================================== */
/* line 1256, ../sass/partials/_main.scss */
.mod .itemList {
    margin: 0;
    padding: 0;
    list-style: none;
}
    /* line 1261, ../sass/partials/_main.scss */
    .mod .itemList li {
        font-size: 1em;
        color: #646464;
    }

/* line 1267, ../sass/partials/_main.scss */
.listItem {
    padding: 0.75em 0;
}
    /* line 1270, ../sass/partials/_main.scss */
    .listItem:first-child {
        padding-top: 0;
    }
    /* line 1274, ../sass/partials/_main.scss */
    .listItem:last-child {
        padding-bottom: 0;
    }
    /* line 1277, ../sass/partials/_main.scss */
    .listItem .title {
        margin: 0;
        font-size: 1.5em;
    }
    /* line 1282, ../sass/partials/_main.scss */
    .listItem .aside {
        text-align: center;
    }
    /* line 1286, ../sass/partials/_main.scss */
    .listItem .meta {
        margin: 0.25em 0;
    }
    /* line 1290, ../sass/partials/_main.scss */
    .listItem .metaItem.metaPrice {
        display: block;
        line-height: 1.2em;
        font-size: 0.91667em;
    }
        /* line 1295, ../sass/partials/_main.scss */
        .listItem .metaItem.metaPrice:before {
            display: none;
        }
    /* line 1300, ../sass/partials/_main.scss */
    .listItem .description {
        margin: 0.25em 0;
    }

/* Item Media
   ========================================================================== */
/* Item List with Aside Media */
/* line 1311, ../sass/partials/_main.scss */
.modListAside .aside {
    padding-bottom: 0.5em;
}

@media (min-width: 48em) {
    /* line 1319, ../sass/partials/_main.scss */
    .modListAside .item {
        display: table;
        width: 100%;
    }
        /* line 1324, ../sass/partials/_main.scss */
        .modListAside .item > .content {
            display: table-cell;
            width: 100%;
            vertical-align: top;
        }
    /* line 1330, ../sass/partials/_main.scss */
    .modListAside .aside {
        display: table-cell;
        padding: 0 5% 0 0;
        text-align: center;
        min-width: 100px;
    }
        /* line 1336, ../sass/partials/_main.scss */
        .modListAside .aside img {
            max-width: initial;
        }
}
/* line 1343, ../sass/partials/_main.scss */
.caption {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
}
/* Classification lists 
  ========================================================================== */
/* line 1355, ../sass/partials/_main.scss */
.mod .modListClassification .itemList {
    font-size: 100px;
}
/* line 1359, ../sass/partials/_main.scss */
.mod .modListClassification .listItem {
    display: inline-block;
    margin: 0;
    padding: 0 0 3em;
    width: 222px;
    white-space: normal;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
}
/* line 1369, ../sass/partials/_main.scss */
.mod .modListClassificationt .listItem .title {
    font-weight: bold;
    font-size: 1em;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    margin-top: 0.5em;
}
/* Product lists 
  ========================================================================== */
/* line 1355, ../sass/partials/_main.scss */
.mod .modListProduct .itemList {
    font-size: 100px;
}
/* line 1359, ../sass/partials/_main.scss */
.mod .modListProduct .listItem {
    display: inline-block;
    margin: 0;
    padding: 0 0 3em;
    width: 123px;
    white-space: normal;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
}
    /* line 1369, ../sass/partials/_main.scss */
    .mod .modListProduct .listItem .title {
        font-weight: bold;
        font-size: 1em;
        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
        margin-top: 0.5em;
    }

/* Horizontal lists 
  ========================================================================== */
/* line 80, ../sass/modules/_utilities.scss */
.modListHoriz:after {
    content: "";
    display: table;
    clear: both;
}
/* line 1385, ../sass/partials/_main.scss */
.modListHoriz .listItem {
    display: block;
    padding-top: 0;
    padding-bottom: 1.5em;
}
    /* line 1390, ../sass/partials/_main.scss */
    .modListHoriz .listItem .title {
        margin-top: 1em;
    }



.modListHorizDesk .listItem .aside {width:25%;float:left;}
.modListHorizDesk .listItem .content {width:74%;float:left;}


.modListHorizDesk .listItem .content {width:69%;float:left;padding-left:1em;}
.modListHorizDesk .listItem .title {
    margin-top: 0em;
}
.modListHorizDesk .listItem .metaPrice {
    margin-top: 10px;
}

.modListHorizDesk .listItem .metaItem {
    display: block;
}


/* Column Lists
  ========================================================================== */
@media (min-width: 48em) {
    /* line 1401, ../sass/partials/_main.scss */
    .modList3Col .listItem {
        width: 30%;
        float: left;
    }
}
/* line 1407, ../sass/partials/_main.scss */
.modList3Col .listItem:nth-child(3n + 2) {
    margin-left: 5%;
}
/* line 1410, ../sass/partials/_main.scss */
.modList3Col .listItem:nth-child(3n + 3) {
    margin-left: 5%;
}

/* line 1418, ../sass/partials/_main.scss */
.modList2Col .listItem .title {
    margin-top: 1em;
}
@media (min-width: 48em) {
    /* line 1417, ../sass/partials/_main.scss */
    .modList2Col .listItem {
        width: 48%;
        float: left;
    }
        /* line 1425, ../sass/partials/_main.scss */
        .modList2Col .listItem:nth-child(2n + 2) {
            margin-left: 4%;
        }
        /* line 1429, ../sass/partials/_main.scss */
        .modList2Col .listItem .title {
            margin-top: 0;
        }
}

/* Media Queries for Item Lists 
  ========================================================================== */
/* News
   ========================================================================== */
/* line 1449, ../sass/partials/_main.scss */
.article > .aside {
    float: right;
    margin: 1em;
}

/* line 1454, ../sass/partials/_main.scss */
.meta {
    padding-bottom: 1em;
}
    /* line 80, ../sass/modules/_utilities.scss */
    .meta:after {
        content: "";
        display: table;
        clear: both;
    }

/* line 1459, ../sass/partials/_main.scss */
.metaItem {
    display: inline-block;
    color: #757575;
}
    /* line 1465, ../sass/partials/_main.scss */
    .metaItem + .metaItem:before {
        /*content: '\7c'; */
        display: inline-block;
        margin-right: 0.6em;
        margin-left: 0.3em;
    }

.metaSp {
    line-height: 1.6em;
}

/* ==========================================================================
   Filter
   ========================================================================== */
/* line 1479, ../sass/partials/_main.scss */
.filter {
    margin: 1em 0 2em;
    padding: 0;
    background: #f6f6f6;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/* line 1486, ../sass/partials/_main.scss */
.filterHeader {
    padding: 0.5em 1em;
    background: #efefef;
    font-size: 0.85714em;
}

/* line 1492, ../sass/partials/_main.scss */
.filterResults {
    font-style: italic;
}

/* line 1498, ../sass/partials/_main.scss */
.filterView a {
    display: inline-block;
    color: #646464;
}
    /* line 1503, ../sass/partials/_main.scss */
    .filterView a:hover, .filterView a:focus {
        color: #8b2942;
        text-decoration: none;
    }
    /* line 1508, ../sass/partials/_main.scss */
    .filterView a.active {
        color: #8b2942;
        cursor: default;
    }
    /* line 1512, ../sass/partials/_main.scss */
    .filterView a + a {
        margin-left: 2em;
    }
/* line 1518, ../sass/partials/_main.scss */
.filterView [data-icon="grid"]:before {
    content: '';
    margin-right: 0.4em;
}
/* line 1531, ../sass/partials/_main.scss */
.filterView [data-icon="list"]:before {
    content: '';
    margin-right: 0.4em;
}

/* line 1544, ../sass/partials/_main.scss */
.filterContent {
    padding: 0.75em 1em 0;
}

@media (min-width: 48em) {
    /* line 1550, ../sass/partials/_main.scss */
    .filterView {
        float: right;
    }

    /* line 1554, ../sass/partials/_main.scss */
    .filterResults {
        float: left;
    }

    /* line 1558, ../sass/partials/_main.scss */
    .filterOptions {
        float: left;
    }
        /* line 1561, ../sass/partials/_main.scss */
        .filterOptions select {
            font-size: 0.78571em;
        }

    /* line 1566, ../sass/partials/_main.scss */
    .filterActions {
        float: right;
    }
        /* line 1569, ../sass/partials/_main.scss */
        .filterActions .paging {
            margin: 0;
        }
        /* line 1569, ../sass/partials/_main.scss */
        .filterActions .storepaging {
            margin: 0;
        }

    /* line 1574, ../sass/partials/_main.scss */
    .filterContent {
        padding-bottom: 0.75em;
    }
}
/* ==========================================================================
   Paging
   ========================================================================== */
.commentspaging {
    background: none repeat scroll 0 0 #F6F6F6;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5);
    margin: 1em 0 2em;
    padding: 1em;
}

/* line 1586, ../sass/partials/_main.scss */
.paging {
    margin: 0.75em 0;
}
    /* line 1589, ../sass/partials/_main.scss */
    .paging ul {
        display: block;
        margin: 0;
        padding: 0;
    }
    /* line 1595, ../sass/partials/_main.scss */
    .paging li {
        display: inline-block;
        vertical-align: top;
    }
        /* line 1599, ../sass/partials/_main.scss */
        .paging li + li {
            margin-left: 0.3em;
        }
    /* line 1604, ../sass/partials/_main.scss */
    .paging a {
        display: inline-block;
        padding: 0.2em 0.75em;
        font-size: 0.71429em;
        color: #4a4a4a;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
        -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
/* line 1615, ../sass/partials/_main.scss */
.no-boxshadow .paging a {
    border: 1px solid #bbbbbb;
}
/* line 1622, ../sass/partials/_main.scss */
.paging li.active a,
.paging a:hover,
.paging a:focus {
    background: #d6d6d6;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
/* line 1628, ../sass/partials/_main.scss */
.paging span {
    color: #000;
}


/* ==========================================================================
   Storepaging
   ========================================================================== */
/* line 1586, ../sass/partials/_main.scss */
.storepaging {
    margin: 0.75em 0;
}
    /* line 1589, ../sass/partials/_main.scss */
    .storepaging ul {
        display: block;
        margin: 0;
        padding: 0;
    }
    /* line 1595, ../sass/partials/_main.scss */
    .storepaging li {
        display: inline-block;
        vertical-align: top;
    }
        /* line 1599, ../sass/partials/_main.scss */
        .storepaging li + li {
            margin-left: 0.3em;
        }
    /* line 1604, ../sass/partials/_main.scss */
    .storepaging a {
        display: inline-block;
        padding: 0.2em 0.75em;
        font-size: 0.71429em;
        color: #4a4a4a;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
        -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
/* line 1615, ../sass/partials/_main.scss */
.no-boxshadow .storepaging a {
    border: 1px solid #bbbbbb;
}
/* line 1622, ../sass/partials/_main.scss */
.storepaging li.active a,
.storepaging a:hover,
.storepaging a:focus {
    background: #d6d6d6;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
/* line 1628, ../sass/partials/_main.scss */
.storepaging span {
    color: #000;
}


/* ==========================================================================
	iDev Search Styles
	========================================================================= */

.searchAside {
    background: none repeat scroll 0 0 #F6F6F6;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 2em;
    margin-top: 0em;
}

@media (min-width: 48em) {
    .searchAside {
        margin-top: 4.1em;
    }
}


.searchAside .title {
    background: none repeat scroll 0 0 #EFEFEF;
    margin: 1em 0 1em;
    padding: 10px;
    display: block;
    font-size: .9em;
   
}
.searchAside .modContent {padding: 0px 1em 1em 1em;}
.searchAside strong {margin-bottom:.7em;display:block;}
.searchAside ul {list-style-type:none;margin:0em 0em 2em 0em;padding:0em;}
.searchAside ul li{margin-bottom:.5em;}



/* ==========================================================================
   Section Head
   ========================================================================== */
/* line 1638, ../sass/partials/_main.scss */
.sectionHead {
    margin: 3em 0 1em;
    padding: 1em;
    background: #f6f6f6;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/* line 1645, ../sass/partials/_main.scss */
.sectionHeadAlt {
    padding: 1em 1em 0;
    margin: 1em 0 0;
    border-top: 1px solid #dddddd;
    text-align: center;
}

    /* line 1653, ../sass/partials/_main.scss */
    .sectionHeadAlt .sectionHeadOptions {
        display: none;
    }
/* line 1657, ../sass/partials/_main.scss */
.sectionHeadOptions .title {
    display: inline-block;
    margin: 0;
}

/* line 1663, ../sass/partials/_main.scss */
.sectionHeadActions {
    margin-top: 5px;
}
    /* line 1666, ../sass/partials/_main.scss */
    .sectionHeadActions a {
        display: inline-block;
        margin-right: 10px;
        color: #64615d;
    }
        /* line 1671, ../sass/partials/_main.scss */
        .sectionHeadActions a:hover, .sectionHeadActions a:focus {
            text-decoration: none;
            color: #8b2942;
        }
            /* line 1675, ../sass/partials/_main.scss */
            .sectionHeadActions a:hover:before, .sectionHeadActions a:focus:before {
                color: #64615d;
            }
        /* line 1680, ../sass/partials/_main.scss */
        .sectionHeadActions a:after {
            content: '\a0\203a';
        }
        /* line 1684, ../sass/partials/_main.scss */
        .sectionHeadActions a [class*="icons"] {
            margin-right: 0.5em;
        }

@media (min-width: 48em) {
    /* line 1691, ../sass/partials/_main.scss */
    .sectionHeadOptions {
        float: left;
        padding-right: 10px;
    }

    /* line 1695, ../sass/partials/_main.scss */
    .sectionHeadActions {
        float: left;
    }
    /* line 1698, ../sass/partials/_main.scss */
    .sectionHeadAlt .sectionHeadActions {
        float: right;
    }
    /* line 1702, ../sass/partials/_main.scss */
    .sectionHeadActions a:before {
        content: '|';
        position: relative;
        top: -2px;
        margin-right: 10px;
        font-size: 11px;
    }
    /* line 1709, ../sass/partials/_main.scss */
    .sectionHeadAlt .sectionHeadActions a:before {
        content: '';
    }
}



.onTheRoad .productItem .productMedia {
    min-width: 149px;
    padding: 0 0em 0 0;
}

/* ==========================================================================
   Product List
   ========================================================================== */
/* line 1721, ../sass/partials/_main.scss */
.productList .productItems {
    display: block;
    margin: 2em 0 0;
    padding: 0;
}

/* line 1727, ../sass/partials/_main.scss */
.productItem {
    display: block;
    margin: 0;
    padding: 0.75em 0;
    text-align: center;
}
/* line 1733, ../sass/partials/_main.scss */
.productList .productItem {
    color: #646464;
    font-size: 0.85714em;
}
/* line 1738, ../sass/partials/_main.scss */
.productItem .title {
    font-weight: bold;
    font-size: 1.5em;
}
    /* line 1742, ../sass/partials/_main.scss */
    .productItem .title a:after {
        content: '\a0\203a';
    }
/* line 1747, ../sass/partials/_main.scss */
.productItem + .productItem {
    margin-top: 2em;
    padding-top: 3em;
    border-top: 1px solid #dddddd;
}
/* line 1753, ../sass/partials/_main.scss */
.productItem .meta {
    margin: 0.25em 0;
    text-transform: uppercase;
}
/* line 1762, ../sass/partials/_main.scss */
.productItem .description {
    margin: 0.5em 0;
}
/* line 1766, ../sass/partials/_main.scss */
.productItem .btn {
    margin: 0.5em;
    width: 100%;
    font-size: 1.16667em;
}
@media (min-width: 48em) {
    /* line 1727, ../sass/partials/_main.scss */
    .productItem {
        text-align: left;
        display: table;
        width: 100%;
    }
        /* line 1777, ../sass/partials/_main.scss */
        .productItem > .content {
            display: table-cell;
            width: 100%;
            vertical-align: top;
        }
        /* line 1783, ../sass/partials/_main.scss */
        .productItem .title {
            margin: 0;
        }
        /* line 1787, ../sass/partials/_main.scss */
        .productItem .productMedia {
            display: table-cell;
            padding: 0 2em 0 0;
            text-align: center;
            min-width: 178px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
            /* line 1794, ../sass/partials/_main.scss */
            .productItem .productMedia img {
                max-width: initial;
            }
        /* line 1799, ../sass/partials/_main.scss */
        .productItem .btn {
            width: auto;
            margin-left: 0;
        }
}




/* ==========================================================================
   Modules
   ========================================================================== */
/* line 1811, ../sass/partials/_main.scss */
aside .navRail {
    margin-top: 0.5em;
}
@media (min-width: 48em) {
    /* line 1811, ../sass/partials/_main.scss */
    aside .navRail {
        display: block;
    }
}

@media (max-width: 48em) {
    aside .navRail {
        margin-top: 1em;
    }
}

/* line 1820, ../sass/partials/_main.scss */
.navRail .modContent {
    padding: 0;
    font-size: 1em;
}

h2.lNavHead {
    margin-top: 0px;
    background: #8b2942;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(139, 41, 66, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(139, 41, 66, 0.5);
    box-shadow: 0 1px 1px 0 rgba(139, 41, 66, 1);
    padding: 10px 18px;
    font: normal 1.5em Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

/* line 1825, ../sass/partials/_main.scss */
.navList {
    display: block;
    margin: 0;
    padding: 18px;
    background: #f6f6f6;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
    /* line 1832, ../sass/partials/_main.scss */
    .navList ul {
        padding-left: 18px;
        border-top: 1px solid #e2e2e2;
        padding-top: 0.61538em;
    }


    /* line 1836, ../sass/partials/_main.scss */
    .navList li {
        display: block;
    }
        /* line 1839, ../sass/partials/_main.scss */
        .navList li + li {
            border-top: 1px solid #e2e2e2;
        }

    .navList ul li:first-child {
        border-top: 0px solid #e2e2e2;
        padding-top: 0.0em;
    }


    /* line 1843, ../sass/partials/_main.scss */
    .navList li:first-child > a {
        padding-top: 0;
    }
        /* line 1846, ../sass/partials/_main.scss */
        .navList li:first-child > a:after {
            top: 0.45em;
        }
    /* line 1857, ../sass/partials/_main.scss */
    .navList a {
        display: block;
        position: relative;
        padding: 0.61538em 1em 0.61538em 0;
        color: #5e5e5e;
        font-size: 0.92857em;
    }

    .navList ul a {
        /*font-style:italic;*/
        font-size: 0.82em;
    }

    /* line 1864, ../sass/partials/_main.scss */
    .navList a:after {
        content: '';
        position: absolute;
        top: 1em;
        right: 0.25em;
    }
    /* line 1871, ../sass/partials/_main.scss */
    .navList a:hover, .navList a:focus, .navList a.on {
        color: #8b2942;
        text-decoration: none;
    }

/* line 1883, ../sass/partials/_main.scss */
.videoSingle .more {
    display: block;
    margin: 1em 0;
    color: #646464;
    text-align: left;
}

/* line 1892, ../sass/partials/_main.scss */
.testimonialSingle .modContent {
    font-size: 1em;
    text-align: left;
    padding: 1.2em 0 0 0;
}

/* ==========================================================================
   Store
   ========================================================================== */
/* line 1902, ../sass/partials/_main.scss */
.storeItem .description p {
    margin-top: 0;
}

/* line 1906, ../sass/partials/_main.scss */
.storeItemImage {
    padding-bottom: 2em;
    border-bottom: 4px double #e6e6e6;
    text-align: center;
}

/* line 1912, ../sass/partials/_main.scss */
.storeItemAltViews {
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 4px double #e6e6e6;
}
    /* line 1917, ../sass/partials/_main.scss */
    .storeItemAltViews ul {
        display: block;
        margin: 0;
        padding: 0;
    }
        /* line 80, ../sass/modules/_utilities.scss */
        .storeItemAltViews ul:after {
            content: "";
            display: table;
            clear: both;
        }
    /* line 1924, ../sass/partials/_main.scss */
    .storeItemAltViews li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 15.79%;
    }
        /* line 1931, ../sass/partials/_main.scss */
        .storeItemAltViews li + li {
            margin-left: 5.26%;
        }
    /* line 1936, ../sass/partials/_main.scss */
    .storeItemAltViews a {
        display: block;
        /* background: red; */
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        opacity: 0.4;
        -webkit-transition: all ease-out;
        -webkit-transition-delay: 0.2s;
        -moz-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -ms-backface-visibility: visible;
        -o-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: translateZ(0) scale(1, 1);
        -moz-transform: translateZ(0) scale(1, 1);
        -ms-transform: translateZ(0) scale(1, 1);
        -o-transform: translateZ(0) scale(1, 1);
        transform: translateZ(0) scale(1, 1);
    }
        /* line 1944, ../sass/partials/_main.scss */
        .storeItemAltViews a.active {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }
        /* line 1948, ../sass/partials/_main.scss */
        .storeItemAltViews a:hover, .storeItemAltViews a:focus {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
            opacity: 0.8;
        }
    /* line 1953, ../sass/partials/_main.scss */
    .storeItemAltViews img {
        display: inline-block;
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -ms-backface-visibility: visible;
        -o-backface-visibility: visible;
        backface-visibility: visible;
    }

/* line 1959, ../sass/partials/_main.scss */
.storeItemFinePrint {
    margin-bottom: 1em;
}

/* line 1963, ../sass/partials/_main.scss */
.finePrintItem {
    display: inline-block;
    vertical-align: top;
    padding: 1em 0 0;
}
    /* line 1968, ../sass/partials/_main.scss */
    .finePrintItem + .finePrintItem {
        padding-left: 0.5em;
    }

/* line 1973, ../sass/partials/_main.scss */
.storeItem .metaItem {
    color: #4d4646;
    font-weight: bold;
    font-size: 0.92857em;
}

/* line 1979, ../sass/partials/_main.scss */
.storeItemSubHead {
    font-weight: bold;
    font-style: italic;
    font-size: 0.92857em;
}

/* line 1985, ../sass/partials/_main.scss */
.priceTable {
    display: inline-block;
    font-size: 0.78571em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
    /* line 1992, ../sass/partials/_main.scss */
    .priceTable td {
        min-width: 60px;
        background: #f6f6f6;
        color: #343434;
        padding: 0.2em 0.5em;
    }
        /* line 1998, ../sass/partials/_main.scss */
        .priceTable td:first-child {
            text-align: right;
            color: #595959;
            border-right: 1px solid #dadada;
        }
    /* line 2006, ../sass/partials/_main.scss */
    .priceTable tr:nth-child(2n+1) td {
        background: #dadada;
    }
        /* line 2009, ../sass/partials/_main.scss */
        .priceTable tr:nth-child(2n+1) td:first-child {
            background: #e8e8e8;
            border-right: 1px solid #e8e8e8;
        }

/* line 2017, ../sass/partials/_main.scss */
.storePurchaseBox {
    margin-top: 2em;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #f6f6f6;
    font-size: 0.85714em;
    padding-top: 2em;
}

.storePurchaseBox .btnRegisterEvent {margin:0px auto;display: block;margin: 20px auto;width: 160px;}


    /* line 2025, ../sass/partials/_main.scss */
    .storePurchaseBox .bottom {
        padding: 1em;
        background: #efefef;
    }
    /* line 2030, ../sass/partials/_main.scss */
    .storePurchaseBox label {
        font-weight: bold;
        color: #4d4646;
    }
    /* line 2035, ../sass/partials/_main.scss */
    .storePurchaseBox .row {
        max-width: 350px;
        margin: 0 auto;
        padding-left: 1em;
        padding-right: 1em;
    }
        /* line 2041, ../sass/partials/_main.scss */
        .storePurchaseBox .row + .row {
            margin-top: 0.4em;
        }

/* line 2048, ../sass/partials/_main.scss */
.addToCart {
    padding-bottom: 1em;
}
        /* line 2055, ../sass/partials/_main.scss */
        .addToCart .btn:after {
            content: '';
        }
@media (min-width: 48em) {
    /* line 2048, ../sass/partials/_main.scss */
    .addToCart {
        width: auto;
        margin-left: 40%;
        padding-left: 10px;
    }
    .lessPad {
        margin-left: 17.5%;
    }
    /* line 2064, ../sass/partials/_main.scss */
    .addToCart .btn {
        width: auto;
    }
}

.twoRows {margin-left:0px;text-align:center;padding-top:5px;}
.twoRows .btn {margin-bottom:10px;}
        .twoRows .btn + .btn {
            margin-left: 0em;
            margin-top: 0;
        }

/* line 2070, ../sass/partials/_main.scss */
.addToWishlist {
    float: left;
    font-size: 0.91667em;
}
    /* line 2074, ../sass/partials/_main.scss */
    .addToWishlist [class*="icon"] {
        position: relative;
        top: 3px;
        margin-right: 6px;
    }

/* line 2081, ../sass/partials/_main.scss */
.itemShare { width:49%;
    float: right;
    font-size: 0.91667em;
    min-width: 11em;
    text-transform: uppercase;
    margin-top: 2px;
}
    /* line 2088, ../sass/partials/_main.scss */
    .itemShare .title {
        float: left;
        padding-right: 4px;
        color: #4d4646;
        margin-top: -1px;
    }
.itemWish { width:49%;
    float: left;
    font-size: 0.91667em;
    min-width: 11em;
    text-transform: uppercase;
    margin-top: 2px;
}




/* ==========================================================================
   Item Scroller
   ========================================================================== */
/* line 2101, ../sass/partials/_main.scss */
.itemScroll {
    position: relative;
}
    /* line 2104, ../sass/partials/_main.scss */
    .itemScroll .title {
        padding-bottom: 0.5em;
        margin-bottom: 1em;
        font-style: italic;
    }
    /* line 2110, ../sass/partials/_main.scss */
    .itemScroll .itemTitle {
        margin-top: 0.5em;
        font-weight: bold;
        font-size: 1.07692em;
        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    }
    /* line 2117, ../sass/partials/_main.scss */
    .itemScroll ul {
        display: block;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        width: 2000px;
    }
/* line 2125, ../sass/partials/_main.scss */
.no-js .itemScroll ul ul {
    width: auto;
    text-align: center;
}
/* line 2132, ../sass/partials/_main.scss */
.itemScroll li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 125px;
    white-space: normal;
    vertical-align: top;
    text-align: center;
}
    /* line 2141, ../sass/partials/_main.scss */
    .itemScroll li + li {
        margin-left: 30px;
    }
/* line 2146, ../sass/partials/_main.scss */
.itemScroll .metaItem {
    font-size: 0.84615em;
    line-height: 1.45455em;
}

/* line 2152, ../sass/partials/_main.scss */
.itemScrollInner {
    margin: 0 35px;
    overflow: hidden;
}
/* line 2156, ../sass/partials/_main.scss */
.no-js .itemScrollInner {
    overflow-x: auto;
}

/* line 2175, ../sass/partials/_main.scss */
.itemScroll-next {
    position: absolute;
    top: 9em;
    overflow: hidden;
    text-indent: -999em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    right: 0;
}
    /* line 2170, ../sass/partials/_main.scss */
    .itemScroll-next:hover, .itemScroll-next:focus {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

/* line 2181, ../sass/partials/_main.scss */
.itemScroll-prev {
    position: absolute;
    top: 9em;
    overflow: hidden;
    text-indent: -999em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    left: 0;
}
    /* line 2170, ../sass/partials/_main.scss */
    .itemScroll-prev:hover, .itemScroll-prev:focus {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

/* ==========================================================================
   Responsive Tabs
   ========================================================================== */
/* line 2192, ../sass/partials/_main.scss */
.tabs {
    margin-top: 2em;
    position: relative;
}

/* line 2197, ../sass/partials/_main.scss */
.tabSection {
    margin-bottom: 4px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #e8e8e8;
    -webkit-box-shadow: 0 -2px 0px -1px white, 0 1px 1px 0 rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 -2px 0px -1px white, 0 1px 1px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 -2px 0px -1px white, 0 1px 1px 0 rgba(0, 0, 0, 0.55);
}

.lt-ie10 .tabSection {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

/* line 2203, ../sass/partials/_main.scss */
.no-boxshadow .tabSection {
    border-bottom-color: #979797;
}

/* line 2208, ../sass/partials/_main.scss */
.tabContent {
    padding: 1px 1em 1em;
    background: #fff;
}

    .tabContent h1 {
        margin: .44em 0 0.44em;
    }

/* line 2212, ../sass/partials/_main.scss */
.js .tabContent {
    display: none;
}
/* line 2216, ../sass/partials/_main.scss */
.tabContent.active {
    display: block;
}

/* line 2221, ../sass/partials/_main.scss */
.tabNav {
    display: none;
}

/* line 2225, ../sass/partials/_main.scss */
.tabHeader {
    display: block;
    font-size: 0.85714em;
    padding: 1.25em 1em;
    color: #5a5a5a;
    cursor: pointer;
}
    /* line 2232, ../sass/partials/_main.scss */
    .tabHeader:hover, .tabHeader:focus {
        background: #dcdcdc;
        text-decoration: none;
    }
    /* line 2237, ../sass/partials/_main.scss */
    .tabHeader:before {
        content: '\2b\a0';
    }
    /* line 2241, ../sass/partials/_main.scss */
    .tabHeader.active {
        background: #fff;
    }
        /* line 2244, ../sass/partials/_main.scss */
        .tabHeader.active:before {
            content: '\2013\a0';
        }

@media (min-width: 60em) {
    /* line 2251, ../sass/partials/_main.scss */
    .tabNav {
        position: relative;
        z-index: 20;
        display: block;
        margin-left: 0px;
    }
        /* line 2257, ../sass/partials/_main.scss */
        .tabNav a {
            display: block;
            padding: 0.5em 1.5em;
            margin-right: 6px;
            float: left;
            border: 1px solid #dcdcdc;
            border-bottom: none;
            background: #e8e8e8;
            font-size: 0.85714em;
            color: #5a5a5a;
            -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
    border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0;
        }

            /* line 2269, ../sass/partials/_main.scss */
            .tabNav a:hover, .tabNav a:focus {
                text-decoration: none;
                background: #fff;
            }
            /* line 2274, ../sass/partials/_main.scss */
            .tabNav a.active {
                background: #fff;
                position: relative;
                bottom: -1px;
                border-left: 0px solid #dcdcdc;
                -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
                -moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
            }

    .lt-ie10 .tabNav a.active {
        border-left: 1px solid #dcdcdc;
    }




    /* line 2280, ../sass/partials/_main.scss */
    .tabHeader {
        display: none;
    }

    /* line 2284, ../sass/partials/_main.scss */
    .tabPanel {
        position: relative;
        z-index: 10;
    }

    /* line 2289, ../sass/partials/_main.scss */
    .tabContent {
        padding: 1px 3em 3em;
    }

    /* line 2293, ../sass/partials/_main.scss */
    .tabSection {
        display: none;
    }
        /* line 2297, ../sass/partials/_main.scss */
        .tabSection.active {
            display: block;
        }
            /* line 2300, ../sass/partials/_main.scss */
            .tabSection.active .tabContent {
                display: block;
            }
    /* line 2305, ../sass/partials/_main.scss */
    .no-js .tabSection {
        display: block;
    }
}
/* ==========================================================================
   Blog
   ========================================================================== */
/* line 2317, ../sass/partials/_main.scss */
.blogArticle h1 {
    margin-top: 0.3em;
    line-height: 1.22em;
}
@media (min-width: 48em) {
    /* line 2317, ../sass/partials/_main.scss */
    .blogArticle h1 {
        margin-top: 0;
    }
}

/* line 2326, ../sass/partials/_main.scss */
.blogArticle .meta {
    border-bottom: 4px double #e6e6e6;
    font-size: 0.85714em;
}

/* line 2331, ../sass/partials/_main.scss */
.metaAuthor {
    font-style: italic;
}
    /* line 2334, ../sass/partials/_main.scss */
    .metaAuthor:before {
        font-style: normal;
    }

/* line 2339, ../sass/partials/_main.scss */
.blogShare {
    float: right;
    padding-top: 2px;
}

/* line 2344, ../sass/partials/_main.scss */
.blogPager {
    position: relative;
    border-top: 4px double #e6e6e6;
    margin: 0 0 1em 0;
}
    /* line 80, ../sass/modules/_utilities.scss */
    .blogPager:after {
        content: "";
        display: table;
        clear: both;
    }
    /* line 2349, ../sass/partials/_main.scss */
    .blogPager a {
        position: relative;
        display: block;
        padding: 60px 35px 30px;
        font-size: 1.71429em;
        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
        line-height: 1.25em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        /* line 2358, ../sass/partials/_main.scss */
        .blogPager a + a {
            border-top: 1px solid #e6e6e6;
        }
        /* line 2362, ../sass/partials/_main.scss */
        .blogPager a:after {
            content: '';
            position: absolute;
            top: 32px;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }
        /* line 2369, ../sass/partials/_main.scss */
        .blogPager a:before {
            display: block;
            position: absolute;
            top: 20px;
            text-transform: uppercase;
            font-size: 0.5em;
            font-family: Geneva, Tahoma, Arial, sans-serif;
            color: #ababab;
            text-decoration: none;
        }
        /* line 2381, ../sass/partials/_main.scss */
        .blogPager a.blogPrev:after {
            left: 0px;
        }
        /* line 2385, ../sass/partials/_main.scss */
        .blogPager a.blogPrev:hover:after, .blogPager a.blogPrev:focus:after {
            left: -10px;
        }
        /* line 2388, ../sass/partials/_main.scss */
        .blogPager a.blogPrev:before {
            content: 'Previous Post';
            left: 35px;
        }
        /* line 2393, ../sass/partials/_main.scss */
        .blogPager a.blogNext {
            text-align: right;
        }
            /* line 2395, ../sass/partials/_main.scss */
            .blogPager a.blogNext:after {
                right: 0px;
            }
            /* line 2399, ../sass/partials/_main.scss */
            .blogPager a.blogNext:hover:after, .blogPager a.blogNext:focus:after {
                right: -10px;
            }
            /* line 2402, ../sass/partials/_main.scss */
            .blogPager a.blogNext:before {
                content: 'Next Post';
                right: 35px;
            }

/* line 2410, ../sass/partials/_main.scss */
.blogComments {
    margin-top: 2em;
    margin-bottom: 2em;
}
    /* line 2414, ../sass/partials/_main.scss */
    .blogComments .title {
        padding-bottom: 0.5em;
        border-bottom: 4px double #e6e6e6;
    }
    /* line 2419, ../sass/partials/_main.scss */
    .blogComments .aside {
        position: absolute;
        top: 20px;
        left: 0;
    }
    /* line 2425, ../sass/partials/_main.scss */
    .blogComments .commentList {
        display: block;
        margin: 0;
        padding: 0;
    }
        /* line 2430, ../sass/partials/_main.scss */
        .blogComments .commentList > li {
            position: relative;
            display: block;
            margin: 0;
            padding: 20px 0;
            border-bottom: 4px double #e6e6e6;
            min-height: 100px;
            font-size: 1em;
            color: #646464;
        }
    /* line 2442, ../sass/partials/_main.scss */
    .blogComments .blogCommentItem {
        /*margin-left: 100px;*/
        margin-left: 2px;
    }
    /* line 2446, ../sass/partials/_main.scss */
    .blogComments .meta {
        border-bottom: 0;
    }
    /* line 2450, ../sass/partials/_main.scss */
    .blogComments .blogComment {
        font-style: italic;
        font-size: 0.85714em;
        line-height: 1.83333em;
    }

@media (min-width: 48em) {
    /* line 2460, ../sass/partials/_main.scss */
    .blogAuthorAvatar {
        float: left;
        padding: 0 20px 20px 0;
        max-width: 145px;
    }
        /* line 2464, ../sass/partials/_main.scss */
        .blogAuthorAvatar + h1 {
            margin-left: 160px;
        }

    /* line 2470, ../sass/partials/_main.scss */
    .blogPager:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: 1px;
        height: 100%;
        background: #e6e6e6;
    }
    /* line 2481, ../sass/partials/_main.scss */
    .blogPager a {
        float: left;
        width: 50%;
    }
        /* line 2484, ../sass/partials/_main.scss */
        .blogPager a + a {
            border-top: 0;
        }
}
/* ==========================================================================
   Blog Rail
   ========================================================================== */
/* line 2496, ../sass/partials/_main.scss */
.blogAside {
    background: #f6f6f6;
    padding: 18px 18px 58px 18px;
    margin-top: 2em;
    background: #f6f6f6;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 48em) {
    /* line 2496, ../sass/partials/_main.scss */
    .blogAside {
        margin-top: 0;
    }
}
/* line 2506, ../sass/partials/_main.scss */
.blogAside .modHead .title {
    background: #f6f6f6;
}
/* line 2510, ../sass/partials/_main.scss */
.blogAside .navRail {
    margin-top: 0;
    display: block;
    text-align: left;
}
/* line 2516, ../sass/partials/_main.scss */
.blogAside .navList {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* line 2521, ../sass/partials/_main.scss */
.blogAside .modContent {
    padding-top: 1em;
}

/* line 2527, ../sass/partials/_main.scss */
.aboutRail .modContent {
    font-size: 1.16667em;
    font-style: italic;
    line-height: 1.85714em;
}
    /* line 2532, ../sass/partials/_main.scss */
    .aboutRail .modContent p:first-child {
        margin-top: 0;
    }

/* ==========================================================================
   Form Box
   ========================================================================== */
/* line 2543, ../sass/partials/_main.scss */
.formBox, .license {
    border-top: 1px solid #dedede;
    padding: 1em 4%;
    background: #f6f6f6;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
    /* line 2550, ../sass/partials/_main.scss */
    .formBox.alt, .alt.license {
        background: #efefef;
    }
    /* line 2554, ../sass/partials/_main.scss */
    .formBox h2, .license h2 {
        margin-top: 0.4em;
        margin-bottom: 0.4em;
    }
    /* line 2559, ../sass/partials/_main.scss */
    .formBox h3, .license h3 {
        margin-bottom: 0.4em;
    }
    /* line 2563, ../sass/partials/_main.scss */
    .formBox .clearfix + .clearfix, .license .clearfix + .clearfix {
        margin-top: 0.4em;
    }
    /* line 2567, ../sass/partials/_main.scss */
    .formBox .btn, .license .btn {
        margin: 0.2em 0;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
        /* line 2572, ../sass/partials/_main.scss */
        .formBox .btn:after, .license .btn:after {
            content: '\a0\bb';
        }
        /* line 2576, ../sass/partials/_main.scss */
        .formBox .btn.cancel:after, .license .btn.cancel:after {
            content: '';
        }
    /* line 2581, ../sass/partials/_main.scss */
    .formBox .rowLabel, .license .rowLabel {
        display: block;
        text-align: left;
        line-height: 1.2em;
        margin-top: 0.3em;
        font-size: 0.85714em;
    }
@media (min-width: 48em) {
    /* line 2581, ../sass/partials/_main.scss */
    .formBox .rowLabel, .license .rowLabel {
        text-align: right;
    }
}

/* ==========================================================================
   Purchase Licenses
   ========================================================================== */
/* line 2598, ../sass/partials/_main.scss */
.license {
    padding-left: 0;
    padding-right: 0;
}
    /* line 2603, ../sass/partials/_main.scss */
    .license h1 {
        padding: 0 4%;
    }
.license .accountBlocks .blockhdng {top:0px;margin: .5em 0 0 0;position:auto;padding-left:.5em}

    .license .accountBlocks .inner {
        margin-top: 0px;
    }

.license .accountBlocks {margin-top:0px !important;}

.license .right {padding-right:1em;} 


/* line 2608, ../sass/partials/_main.scss */
.licenseSection {
    border-top: 1px solid #dedede;
    padding: 1em 4%;
}
    /* line 2612, ../sass/partials/_main.scss */
    .licenseSection.alt {
        background: #efefef;
    }

    .licenseSection .form select {
        width: 100%;
        max-width: 320px;
    }

    /* line 2616, ../sass/partials/_main.scss */
    .licenseSection .subtotal {
        font-family: Geneva, Tahoma, Arial, sans-serif;
        font-size: 1.57143em;
    }

/* line 2622, ../sass/partials/_main.scss */
.infoBar {
    font-size: 0.85714em;
}
    /* line 2625, ../sass/partials/_main.scss */
    .infoBar [class*="icons"] {
        position: relative;
        top: 2px;
    }

/* line 2633, ../sass/partials/_main.scss */
.licenseProducts .title {
    margin: 0;
    font-size: 1.28571em;
}
    /* line 2637, ../sass/partials/_main.scss */
    .licenseProducts .title strong {
        display: block;
        padding-top: 0.5em;
    }
@media (min-width: 48em) {
    /* line 2637, ../sass/partials/_main.scss */
    .licenseProducts .title strong {
        display: block;
        padding: 0 0 0 50px;
    }

    .licenseProducts .title img {
        float: left;
        display: block;
        width: 40px;
        margin-right: 10px;
    }
}

/* pagination and filters *

.filters {float:left; display:inline; margin:0 0 5px 0;}
.filters .filterList {float:left; display:inline; margin-bottom:5px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size:0.8em; }
.filters .sortList {float:left; display:inline;  padding:3px 10px 0;}
.filters .sortList label {margin:0 5px 0 0;}
.filters select {margin-right:10px;}


.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:2px 4px; font-size:0.8em; border-right:1px solid #999999;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {float:right; width:400px; margin:0 0 10px 0; text-align:right;}
.pagination .view {float:right; display:inline; padding:0 0 0 10px;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right; display:inline; padding:0 10px; border-right:1px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:2px 6px; text-align:center; color:#000; background-color:#d2d2d2; text-decoration:none; border:1px solid #969696;}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999999;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}

/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */
/*--- where is this used at? ----*
.alert { 		
	overflow:hidden;
	border: 1px solid #FE0000; 
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;	
	color: #fff;
	background-color: #FEFF99;	
}
.alert a { color:#fff; }

.bdr {border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrtop {border-top:1px solid #999;}
.bdrright {border-right:1px solid #999;}
.bdrbottom {border-bottom:1px solid #999;}
.bdrleft {border-left:1px solid #999;}

.alternate	{background-color: #d8d8d8;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## *
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## *

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## *

.genericPager {padding:10px 15px 20px 10px;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {float:left; display:block; font-size:11px; margin:0 5px 5px 0;}
.genericPager li a {float:left; color:#003871; padding:2px 4px; border:1px solid #ddd; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; background-color:#CFCFCF; border: 1px solid #000; text-decoration:none; }
.genericPager li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {color:#686868; border:1px solid #ddd; padding:2px 4px; background-color:#CFCFCF;}


/* ##  Smart Bug  ## */
/* line 2741, ../sass/partials/_main.scss */
.smartbug ul {
    list-style-type: none;
    background-color: #ccc;
    font-size: 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    padding: 0px;
}

/* line 2742, ../sass/partials/_main.scss */
.smartbug li {
    border-bottom: 1px solid #000;
}

/* line 2743, ../sass/partials/_main.scss */
.smartbug a, .smartbug a:link, .smartbug a:visited {
    text-decoration: none;
    display: block;
    color: #000;
    padding: 5px;
}

    /* line 2744, ../sass/partials/_main.scss */
    .smartbug a:hover {
        background-color: #999;
        text-decoration: underline;
    }

/* ##  Master Overlay Styles ## */
/* line 2749, ../sass/partials/_main.scss */
.siteOverlay {
    display: none;
    position: relative;
    width: 550px;
    min-height: 1px;
    background-color: #fff;
    z-index: 1000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 15px #333;
    -webkit-box-shadow: 0 0 15px #333;
    box-shadow: 0 0 15px #333;
}

    /* line 2750, ../sass/partials/_main.scss */
    .siteOverlay .overlayBar {
        padding: 7px 10px;
        text-align: right;
        border-bottom: 1px solid #e6e6e6;
    }

    /* line 2751, ../sass/partials/_main.scss */
    .siteOverlay .overlayClose {
        display: inline-block;
        height: 13px;
        padding-right: 17px;
        color: #707070;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px;
        background: url(/cms/images/layout/icon_x.gif) no-repeat 100% 0;
        cursor: pointer;
        z-index: 5;
    }

    /* line 2752, ../sass/partials/_main.scss */
    .siteOverlay .overlayContent {
        padding: 15px;
    }



/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  box-sizing: border-box; }

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
  z-index: 1044; }
    .mfp-preloader a {
    color: #CCC; }
        .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
    padding: 0;
  border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    filter: alpha(opacity=100); }
    .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
  width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .mfp-arrow:active {
    margin-top: -54px; }
    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
    filter: alpha(opacity=100); }
    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
    border: medium inset transparent; }
    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
    top: 8px; }
    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
    margin-left: 31px; }
    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
    margin-left: 39px; }
    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
  padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
    max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
  padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
    line-height: 14px; }
    .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
    padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
    padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
    bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
    margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    box-sizing: border-box; }
        .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
    top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
    padding: 0; }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
    transform: scale(0.75); }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
    transform-origin: 0; }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
    transform-origin: 100%; }

    .mfp-container {
        padding-left: 6px;
    padding-right: 6px; }
}

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
  padding-top: 0; }




/* =================================================================
                           MODULE STYLES 
===================================================================*/
/* legacy left rail code
.lnavwrpr { margin:0 10px 30px 10px; font-size:1.1em; line-height:1.2em; }
.lnvgrphdg { margin:15px 0 8px 0; font-size:1.2em; font-weight:bold; }
.lnav { margin:0 0 20px 4px; padding:0; list-style-type:none; }
.lnav a, .lnav a:visited { display:block; padding:6px; text-decoration:none; }
.lnav a.on, .lnav a:hover, .lnav a:focus, .lnav a:active { text-decoration:none; background-color:none; color:#ccc; }
.lnav li { border-bottom:1px dotted #fff; }
.lnav ul  {margin:4px 0 10px 10px; padding:0; list-style-type:none;}
.lnav ul a, .lnav ul a:visited {display:block; padding:0 0 0 7px; text-decoration:none; }
.lnav ul a:hover, .lnav a:focus, .lnav ul a:active { color:#ccc; background:transparent url(/cms/images/lnav-li.gif) no-repeat 0% 50%; }
.lnav ul li { padding:3px 0; border:none; }
*/
/* ##  PAGE TOOLS  ## *

.tlswrpr { font-size:.9em; text-align:right; padding:0 10px 10px 0; }
/* Page Remote Bookmark *
.sharewrpr { padding:0 10px 10px 0; text-align:right; }
/* Print and Email icons and wrapper *
.pagetools { float:right; padding:18px 10px 18px 0; text-align:right; }

.email { margin-left:20px; padding-left:22px; background: url(/cms/images/core/emailicon.gif) no-repeat 0px 3px; }
.email, .email:visited { color: #bd6e00; text-decoration: none; }
.email:hover, .email:focus { color: #bd6e00; text-decoration: underline; }

.printpage { padding-left:22px; background: url(/cms/images/core/printicon.gif) no-repeat 0px 3px;}
.printpage, .printpage:visited { color: #bd6e00; text-decoration: none; }
.printpage:hover, .printpage:focus { color: #bd6e00; text-decoration: underline; }


/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/
/* =================================================================
                        PRINT STYLES
===================================================================*/
@media print {
    /* line 2802, ../sass/partials/_main.scss */
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /* line 2803, ../sass/partials/_main.scss */
    a, a:visited {
        text-decoration: underline;
    }

    /* line 2807, ../sass/partials/_main.scss */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /* line 2808, ../sass/partials/_main.scss */
    thead {
        display: table-header-group;
    }

    /* line 2809, ../sass/partials/_main.scss */
    tr, img {
        page-break-inside: avoid;
    }

    /* line 2810, ../sass/partials/_main.scss */
    img {
        max-width: 100% !important;
    }

    /* @page {
        margin: 0.5cm;
    } */

    /* line 2812, ../sass/partials/_main.scss */
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    /* line 2813, ../sass/partials/_main.scss */
    h2, h3 {
        page-break-after: avoid;
    }
}
/* line 418, layout/icons/*.png */
.icons-sprite, .icons-arrow-external-yellow, .icons-arrow-external, .linkExternal:after, .linkExternalArrow:after, .icons-arrow-left-large, .blogPager a.blogPrev:after, .icons-arrow-left-thick-on, .icons-arrow-left-thick, .cycle-prev, .icons-arrow-next-teal, .templateJCR .arrowAlt:after, .icons-arrow-next-yellow, .templateJCI .arrowAlt:after, .icons-arrow-next, .icons-arrow-right-grey, .navList a:after, .icons-arrow-right-large, .blogPager a.blogNext:after, .icons-arrow-right-primary, .navList a .on:after, .icons-arrow-right-thick-on, .icons-arrow-right-thick, .cycle-next, .icons-arrow-up, .mainNav .closeNav a:before, .mainNav .closeNav a:after, .icons-basket, .icons-check, .languageMenu li.active a:before, .icons-expand, .icons-facebook, .icons-find, .icons-gear-primary, .searchMore:before, .icons-gear, .icons-globe, .icons-grid-primary, .icons-grid, .filterView [data-icon="grid"]:before, .icons-heart-yellow, .icons-heart, .icons-help, .icons-info, .icons-linkedin, .icons-list-primary, .icons-list, .filterView [data-icon="list"]:before, .icons-locked, .icons-menu-primary-on, .icons-menu-primary, .mainNavToggle:after, .icons-menu-visible, .icons-menu, .utilityToggle:after, .icons-nav-left, .itemScroll-prev, .icons-nav-right, .itemScroll-next, .icons-pager-dot-on-blue, .icons-pager-dot-on, .icons-pager-dot, .cycle-pager span, .icons-quote, blockquote:before, .icons-search, .searchLabel:before, .icons-twitter, .icons-us, .icons-user, .icons-video, .icons-youtube {
    background: url('/cms/images/layout/icons.png?v=b22cee0e6f') no-repeat;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-external-yellow {
    background-position: 0 -1243px;
    height: 7px;
    width: 8px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-external, .linkExternal:after {
    background-position: 0 -1260px;
    height: 7px;
    width: 7px;
}

.linkExternalArrow:after {
    background-position: 0 -1276px;
    height: 7px;
    width: 7px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-left-large, .blogPager a.blogPrev:after {
    background-position: 0 -932px;
    height: 29px;
    width: 23px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-left-thick-on, .cycle-prev:hover, .cycle-prev:focus {
    background-position: 0 -651px;
    height: 12px;
    width: 11px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-left-thick, .cycle-prev {
    background-position: 0 -827px;
    height: 12px;
    width: 11px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-next-teal, .templateJCR .arrowAlt:after {
    background-position: 0 -353px;
    height: 13px;
    width: 19px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-next-yellow, .templateJCI .arrowAlt:after {
    background-position: 0 -535px;
    height: 13px;
    width: 19px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-next {
    background-position: 0 -673px;
    height: 9px;
    width: 14px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-right-grey, .navList a:after {
    background-position: 0 -1209px;
    height: 7px;
    width: 4px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-right-large, .blogPager a.blogNext:after {
    background-position: 0 -893px;
    height: 29px;
    width: 23px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-right-primary, .navList a:hover:after, .navList a:focus:after, .navList a.on:after {
    background-position: 0 -1226px;
    height: 7px;
    width: 4px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-right-thick-on, .cycle-next:hover, .cycle-next:focus {
    background-position: 0 -714px;
    height: 12px;
    width: 11px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-right-thick, .cycle-next {
    background-position: 0 -849px;
    height: 12px;
    width: 11px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-up, .mainNav .closeNav a:before, .mainNav .closeNav a:after {
    background-position: 0 -1192px;
    height: 7px;
    width: 6px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-basket {
    background-position: 0 -759px;
    height: 12px;
    width: 15px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-check, .languageMenu li.active a:before {
    background-position: 0 -1015px;
    height: 9px;
    width: 12px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-expand {
    background-position: 0 -971px;
    height: 13px;
    width: 13px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-facebook {
    background-position: 0 -234px;
    height: 28px;
    width: 28px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-find {
    background-position: 0 -736px;
    height: 13px;
    width: 13px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-gear-primary, .searchMore:before {
    background-position: 0 -692px;
    height: 12px;
    width: 12px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-gear {
    background-position: 0 -805px;
    height: 12px;
    width: 12px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-globe {
    background-position: 0 0;
    height: 16px;
    width: 19px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-grid-primary, .filterView [data-icon="grid"]:hover:before, .filterView [data-icon="grid"]:focus:before, .filterView [data-icon="grid"].active:before {
    background-position: 0 -1110px;
    height: 11px;
    width: 11px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-grid, .filterView [data-icon="grid"]:before {
    background-position: 0 -1131px;
    height: 11px;
    width: 11px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-heart-yellow {
    background-position: 0 -781px;
    height: 14px;
    width: 15px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-heart {
    background-position: 0 -327px;
    height: 16px;
    width: 16px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-help {
    background-position: 0 -376px;
    height: 12px;
    width: 12px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-info {
    background-position: 0 -303px;
    height: 14px;
    width: 14px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-linkedin {
    background-position: 0 -64px;
    height: 28px;
    width: 28px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-list-primary, .filterView [data-icon="list"]:hover:before, .filterView [data-icon="list"]:focus:before, .filterView [data-icon="list"].active:before {
    background-position: 0 -1172px;
    height: 10px;
    width: 12px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-list, .filterView [data-icon="list"]:before {
    background-position: 0 -1152px;
    height: 10px;
    width: 12px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-locked {
    background-position: 0 -871px;
    height: 12px;
    width: 10px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-menu-primary-on, .active > .mainNavToggle:after {
    background-position: 0 -1072px;
    height: 28px;
    width: 28px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-menu-primary, .mainNavToggle:after {
    background-position: 0 -1034px;
    height: 28px;
    width: 28px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-menu-visible, .active > .utilityToggle:after {
    background-position: 0 -502px;
    height: 23px;
    width: 23px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-menu, .utilityToggle:after {
    background-position: 0 -469px;
    height: 23px;
    width: 23px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-left, .itemScroll-prev {
    background-position: 0 -187px;
    height: 37px;
    width: 19px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-right, .itemScroll-next {
    background-position: 0 -140px;
    height: 37px;
    width: 19px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-pager-dot-on-blue, .templateJCI .cycle-pager span:hover, .templateJCI .cycle-pager span:focus, .templateJCI .cycle-pager span.cycle-pager-active {
    background-position: 0 -578px;
    height: 12px;
    width: 12px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-pager-dot-on, .templateJCR .cycle-pager span:hover, .templateJCR .cycle-pager span:focus, .templateJCR .cycle-pager span.cycle-pager-active {
    background-position: 0 -447px;
    height: 12px;
    width: 12px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-pager-dot, .cycle-pager span {
    background-position: 0 -425px;
    height: 12px;
    width: 12px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-quote, blockquote:before {
    background-position: 0 -600px;
    height: 41px;
    width: 41px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-search, .searchLabel:before {
    background-position: 0 -272px;
    height: 21px;
    width: 20px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-twitter {
    background-position: 0 -102px;
    height: 28px;
    width: 28px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-us {
    background-position: 0 -398px;
    height: 17px;
    width: 19px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-user {
    background-position: 0 -994px;
    height: 11px;
    width: 11px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-video {
    background-position: 0 -558px;
    height: 10px;
    width: 14px;
}

/* line 60, ../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-youtube {
    background-position: 0 -26px;
    height: 28px;
    width: 28px;
}

/* line 38, ../sass/jcr.scss */
.icons-sprite, .icons-arrow-external-yellow, .icons-arrow-external, .linkExternal:after, .linkExternalArrow:after, .icons-arrow-left-large, .blogPager a.blogPrev:after, .icons-arrow-left-thick-on, .icons-arrow-left-thick, .cycle-prev, .icons-arrow-next-teal, .templateJCR .arrowAlt:after, .icons-arrow-next-yellow, .templateJCI .arrowAlt:after, .icons-arrow-next, .icons-arrow-right-grey, .navList a:after, .icons-arrow-right-large, .blogPager a.blogNext:after, .icons-arrow-right-primary, .navList a .on:after, .icons-arrow-right-thick-on, .icons-arrow-right-thick, .cycle-next, .icons-arrow-up, .mainNav .closeNav a:before, .mainNav .closeNav a:after, .icons-basket, .icons-check, .languageMenu li.active a:before, .icons-expand, .icons-facebook, .icons-find, .icons-gear-primary, .searchMore:before, .icons-gear, .icons-globe, .icons-grid-primary, .icons-grid, .filterView [data-icon="grid"]:before, .icons-heart-yellow, .icons-heart, .icons-help, .icons-info, .icons-linkedin, .icons-list-primary, .icons-list, .filterView [data-icon="list"]:before, .icons-locked, .icons-menu-primary-on, .icons-menu-primary, .mainNavToggle:after, .icons-menu-visible, .icons-menu, .utilityToggle:after, .icons-nav-left, .itemScroll-prev, .icons-nav-right, .itemScroll-next, .icons-pager-dot-on-blue, .icons-pager-dot-on, .icons-pager-dot, .cycle-pager span, .icons-quote, blockquote:before, .icons-search, .searchLabel:before, .icons-twitter, .icons-us, .icons-user, .icons-video, .icons-youtube {
    display: inline-block;
}

/* line 40, ../sass/jcr.scss */
.mainNav ul a {
    text-transform: uppercase;
}

/* line 44, ../sass/jcr.scss */
.mainNavMenu > ul > li + li + li + li + li + li a {
    text-transform: none;
    font-size: 0.85714em;
    padding-top: 15px;
    padding-bottom: 14px;
    background: #8b2942;
}
    /* line 51, ../sass/jcr.scss */
    .mainNavMenu > ul > li + li + li + li + li + li a:hover, .mainNavMenu > ul > li + li + li + li + li + li a:focus {
        background: #83263e;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3MWMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkMjAzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #771c33), color-stop(100%, #7d2038));
        background-image: -webkit-linear-gradient(#771c33, #7d2038);
        background-image: -moz-linear-gradient(#771c33, #7d2038);
        background-image: -o-linear-gradient(#771c33, #7d2038);
        background-image: linear-gradient(#771c33, #7d2038);
    }


/* old styles to fix admin */
* tab setup */

.tabModule {margin:0 0 20px 0;}

.tabModule .tabdiv {margin:-1px 0 10px 0; padding:20px 26px; background:#fff; border:1px solid #ccc; min-height:1px; z-index:1;}
.tabdiv h1, .tabdiv h2, .tabdiv h3 {margin:15px 0;}
.tabModule .tabsRow {}

.tabnav {margin:0; padding:0;}
.tabnav li {float:left; display:inline; margin-right:1px; list-style-type:none;}
.tabnav li.ui-state-focus {border:0; padding:0; background:#fff; font-weight:normal;}

        .tabnav li a,
        .tabnav li a:link,
        .tabnav li a:visited {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-color: #DCDCDC #DCDCDC -moz-use-text-color;
            border-image: none;
            border-radius: 4px 4px 0 0;
            border-style: solid solid none;
            border-width: 1px 0px medium;
            box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.5);
            color: #5A5A5A;
            display: block;
            float: left;
            font-size: 0.85714em;
            margin-right: 0px;
            padding: 0.5em 1.5em;
        }

        .tabnav li.ui-tabs-selected a,
        .tabnav li.ui-tabs-selected a:link,
.tabnav li.ui-tabs-selected a:visited {margin-top:0; color:#1c4e87; background:#DCE6EA; border:1px solid #8cafbe; border-bottom:0;}


.tabHome li a,
.tabHome li a:link,
.tabHome li a:visited {border:1px solid #8cafbe; border-bottom:none; float:left; display:inline; padding:8px 7px; text-align:center; text-decoration:none; font-weight:normal; font-size:16px; font-family:Georgia, serif; color:#0e1676; background:url(/cms/images/layout/gradTabs.jpg) repeat-x 0 0 #8CAFBE;}



.tabdiv .carousel {margin:0;}
.tabdiv .scrollable .items .itemWrapper {
    width: 164px;
    padding: 10px;
    margin: 0 10px;
    background: #ffffff;
    -moz-box-shadow: 2px 2px 3px #9aafb8;
    -webkit-box-shadow: 2px 2px 3px #9aafb8;
    box-shadow: 2px 2px 3px #9aafb8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ui-tabs-hide {display: none;}



/* Fix Payment Tabs for Event Checkout */
.paymentTabs .tabnav li {
	border-radius: 4px 4px 0 0;
	border: 0;
}
.paymentTabs .tabnav li.ui-state-active {
	background: #fec34e;
}

.paymentTabs .tabnav li a {
	color:#333;
	width: 100%;
    border: 0;
	box-shadow: none;
}
.paymentTabs .tabnav li.ui-state-active a {
	color: #333;
}

.paymentTabs .tabnav li:hover, .paymentTabs .tabnav li:focus {
    background: #fec34e;
}

/* dialog windows */

.uiModal {display:none;}

.recentDialog .recentlyViewed {border-bottom:1px solid #e5e5e5;}
.recentDialog .itemWrapper {float:left; display:inline; width:215px; padding:0 10px 0 0; margin-bottom:20px;}
    .recentDialog .itemWrapper a.itemLink,
    .recentDialog .itemWrapper a.itemLink:link,
.recentDialog .itemWrapper a.itemLink:visited {float:left; display:inline; width:103px; margin-right:5px;}

.recentDialog .itemWrapper .itemImage {padding:0; border:1px solid #d3e0e6;}
.recentDialog .itemWrapper .itemDetails {float:left; display:inline; width:105px;}

    .recentDialog .itemWrapper .itemTitle a,
    .recentDialog .itemWrapper .itemTitle a:link,
.recentDialog .itemWrapper .itemTitle a:visited {color:#000;}
.recentDialog .itemWrapper .itemSku {margin-bottom:5px;}
.recentDialog .itemWrapper .itemPrice {font-size:1em; font-weight:normal; color:#000;}

.imageViewer .mainImage {float:left; display:inline; width:585px;}
.imageViewer .mainImage img {border:1px solid #d3e0e6;}
.imageViewer .thumbnails {float:left; width:103px;}


/* jQuery UI Styles */

/* Overlays */
.ui-widget-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%;  background: #fff/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .75;filter:Alpha(Opacity=75)/*{opacityOverlay}*/; }

.ui-dialog {
    /*resets*/
    margin: 0;
    padding: 0;
    border: 0;
	outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    background: #fff;
    position: relative;
}

.ui-resizable-handle {position: absolute; font-size: 0.1px; z-index: 99999;}
.ui-resizable .ui-resizable-handle {display: block;}

body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */

.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px;}
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px;}
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%;}
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%;}
.ui-resizable-se { cursor: se-resize; width: 13px; height: 13px; right: 0px; bottom: 0px; background: url(/cms/images/layout/ui/icon_resize_se.gif) no-repeat 0 0;}
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px;}
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px;}
.ui-resizable-ne {cursor:ne-resize;  width:9px; height:9px; right:0px; top:0px;}

.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    padding: .5em 1.5em .5em 1em;
    color: #730027;
    border-bottom: 1px solid #d3e0e6;
    font: normal 18px Georgia;
    /*position: relative;*/
    text-align: center;
}

.advSearch {}

.ui-dialog-title {}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    background: url(/cms/images/layout/ui/icon_close.gif) 0 0 no-repeat;
    position: absolute;
    right: -6px;
    top: -21px;
    width: 53px;
    height: 15px;
    z-index: 1000;
}

.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {}
.ui-dialog-titlebar-close:active {}
.ui-dialog-titlebar-close span {display: none;}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    color: #222222;
    padding: 15px 15px 5px 15px;
}

.ui-dialog-buttonpane {bottom: 0; width: 100%; text-align: left; text-align:center;}
.ui-dialog-buttonpane button {border-style:none; margin: .5em 0 .5em 0; font-size:14px; font-weight:normal; font-family:Georgia,serif; color:#fff; text-align:center; text-decoration:none; background:url(/cms/images/buttons/buttons_sprite.gif) repeat-x 0 -8px; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em;}
.ui-dialog-buttonpane button:hover {color:#fff; border:0; background-position:0 -78px}
.ui-dialog-buttonpane button:active {color:#fff; border:0; background-position:0 -78px}

.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {cursor: move;}

/* Item added to cart */
#item-dialog {
    display: none;
    background: #fff;
    border: solid 2px #005e8f;
    position: absolute;
    top: 176px;
    left: 626px;
    width: 320px;
	z-index:5000; }
.hdng-item-dialog {
    padding: 6px 0;
    text-align: center;
    font-size: 1.4em;
    background-color: #ecf1f8;
	border-bottom:solid 1px #ccd1d8;}

.item-dialog-content {
    padding: 6px 0 8px 0;
	margin:0 12px;}
.item-dialog-details {color:#242424;}

table.dataTbl {
    widtH: 100%;
    display: table;
    border-collapse: collapse;
	margin-bottom:20px;}

table.dataTbl th {background:#772339; padding:6px 15px; font-size:1em; border:1px solid #a3314e; border-bottom:4px solid #143d8d; color:#fff;}
table.dataTbl th a {color:#fff; text-decoration:underline;}
table.dataTbl td {vertical-align:top; padding:6px 15px; border:1px solid #e6e6e6;}
table.dataTbl td td {border-style:none;}
table.dataTbl tr:nth-child(even) {background-color:#f2f2f2;}

.box {
    margin: 3em 0 1em;
    padding: 1em;
    background: #f6f6f6;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);}

.contactBox {background:#f6f6f6; padding:2em; }
.contactBox .btn {margin:2px;}
.contactBox h2 {margin:0 0 0 2%;}

.formWrpr {background:#f6f6f6; padding:2em; }
.formWrpr .btn {margin:2px;}
.formWrpr h2 {margin:0 0 0 2%;}

.railBox {padding:1em 0; border-top:1px solid #E6E6E6; font-size:0.9em;}
.railBox h6 {color:#4D4646; font-sizE:1.1em;}

/* ##  Search Narrow Results  ## */

.idevRailNav {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F3F3F3;
    border-color: #B8B8B8;
    border-image: none;
    border-right: 1px solid #B8B8B8;
    border-style: none solid solid;
    border-width: 1px;
    margin: 0 0 15px;
    overflow: hidden;
}
.guidedNavWrapper {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: -2px;
}
    .guidedNavWrapper .navGroup-hidden {
        left: -9999em;
        position: absolute;
    }
    .guidedNavWrapper .navGroupHdng {
        font-size: 1em;
        font-weight: bold;
        margin: 10px 6px 0;
    }
    .guidedNavWrapper .navGroup-trigger-close {
    }
    .guidedNavWrapper .navGroup {
        border-bottom: 1px solid #E0DFDF;
        padding: 10px 8px;
    }
        .guidedNavWrapper .navGroup a, .guidedNavWrapper .navGroup a:link, .guidedNavWrapper .navGroup a:visited {
            font-weight: normal;
            text-decoration: none;
        }
            .guidedNavWrapper .navGroup a span {
                color: #818183;
            }
        .guidedNavWrapper .navGroup ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
            .guidedNavWrapper .navGroup ul.navScrollList {
                background: none repeat scroll 0 0 #FFFFFF;
                border: 1px solid #E0DFDF;
                list-style-type: none;
                margin: 7px 0 0;
                max-height: 170px;
                overflow-y: auto;
                padding: 0 10px 10px;
                position: relative;
            }
        .guidedNavWrapper .navGroup li {
            margin-top: 10px;
            padding: 0 0 0 20px;
            position: relative;
        }
            .guidedNavWrapper .navGroup li input {
                cursor: pointer;
                display: inline;
                float: left;
            }
            .guidedNavWrapper .navGroup li label {
                cursor: pointer;
                display: block;
                padding-top: 3px;
            }
                .guidedNavWrapper .navGroup li label span {
                    color: #828792;
                }
            .guidedNavWrapper .navGroup li.idevFacet-hover .iconCheckbox {
                background-position: -46px -112px;
            }
            .guidedNavWrapper .navGroup li.idevFacet-active .iconCheckbox {
                background-position: -69px -112px;
            }
            .guidedNavWrapper .navGroup li.navMore {
                color: #000000;
            }
                .guidedNavWrapper .navGroup li.navMore span {
                    cursor: pointer;
                    display: inline-block;
                }
    .guidedNavWrapper .selectedNav {
        background-color: #D5D6D6;
        border: 1px solid #BDBEBE;
    }
    .guidedNavWrapper .selectedGroup {
        border-bottom: 1px solid #BDBEBE;
        border-top: 1px solid #FFFFFF;
        padding: 10px;
    }
        .guidedNavWrapper .selectedGroup:first-child {
            border-top: 0 none;
        }
        .guidedNavWrapper .selectedGroup ul {
            margin: 0 0 0 18px;
            max-height: none;
            overflow: visible;
        }
            .guidedNavWrapper .selectedGroup ul a, .guidedNavWrapper .selectedGroup ul a:link, .guidedNavWrapper .selectedGroup ul a:visited {
                font-size: 0.9em;
            }
    .guidedNavWrapper .clearSelected {
        border-top: 1px solid #FFFFFF;
        padding: 7px 10px;
        text-align: right;
    }
        .guidedNavWrapper .clearSelected a, .guidedNavWrapper .clearSelected a:link, .guidedNavWrapper .clearSelected a:visited {
            color: #6F6F6F;
            font-size: 0.9em;
            font-weight: bold;
            text-decoration: none;
        }
            .guidedNavWrapper .clearSelected a:hover, .guidedNavWrapper .clearSelected a:active {
                text-decoration: underline;
            }
    .guidedNavWrapper .navhdng {
        margin: 0 0 5px;
    }
        .guidedNavWrapper .navhdng, .guidedNavWrapper .navhdng a, .guidedNavWrapper .navhdng a:link, .guidedNavWrapper .navhdng a:visited {
            color: #016198;
            font-size: 1em;
            font-weight: bold;
        }
    .guidedNavWrapper .navGroup li a .iconImage {
        left: 0;
        margin: 0 3px 0 0;
        padding: 0;
        position: absolute;
        right: 0;
        text-indent: -9999em;
        background: url(/cms/images/hawk/icons_xRed.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .guidedNavWrapper .selectedGroup a .iconImage {
        margin: 1px 5px 0 0;
        text-indent: -9999em;
    }
    .guidedNavWrapper .navGroup .resultsSearch {
        margin: 15px 0 10px;
    }
        .guidedNavWrapper .navGroup .resultsSearch label {
            color: #000000;
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .guidedNavWrapper .navGroup .resultsSearch input.text {
            width: 72%;
        }
        .guidedNavWrapper .navGroup .resultsSearch .btnWrapper {
            vertical-align: top;
        }
        .guidedNavWrapper .navGroup .resultsSearch .iconSearch {
            height: 14px;
            margin: 0;
            width: 14px;
        }
    .guidedNavWrapper .navGroup li:before, .guidedNavWrapper .navGroup li:after {
        content: " ";
        display: block;
        height: 0;
        overflow: hidden;
    }
    .guidedNavWrapper .navGroup li:after {
        clear: both;
    }
    .guidedNavWrapper .navGroup li {
    }
    .guidedNavWrapper .navQuickSearch {
    }
        .guidedNavWrapper .navQuickSearch label {
            display: block;
            font-size: 11px;
            margin: 0 0 2px;
        }
        .guidedNavWrapper .navQuickSearch input.text {
            width: 97%;
        }
        .guidedNavWrapper .navQuickSearch input.dim {
            color: #AAAAAA;
        }
.sliderbox {
    display: block;
    float: left;
    margin: 3px 0 3px 5px;
    position: relative;
    width: 100% !important;
}
.slider-clear {
    clear: both;
    float: right;
    font-size: 0.95em;
}
.slider-min-value {
    color: #000000;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    height: 15px;
    padding-top: 2px;
    position: relative;
    text-align: left;
}
.slider-cur-value {
    color: #000000;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    height: 15px;
    left: 45px;
    padding-top: 2px;
    position: absolute;
    text-align: right;
}
.slider-max-value {
    color: #000000;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    height: 15px;
    padding-top: 2px;
    position: relative;
    text-align: right;
}
.slider-start-value {
    color: #868686;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 11px;
    height: 15px;
    padding-top: 2px;
    position: relative;
    text-align: left;
}
.slider-end-value {
    color: #868686;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 11px;
    height: 15px;
    padding-top: 2px;
    position: relative;
    text-align: right;
}
.sliderbox .ui-widget-header {
    background: none repeat scroll 0 0 #8B2942;
}

.filterRail .sliderbox .ui-widget-header {
    background: none repeat scroll 0 0 #888;
}


.filterRail .slider-range a.first-handle {
    background: url(/cms/images/hawk/leftsliderRed.png) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}

.filterRail .slider-range a.second-handle {
    background: url(/cms/images/hawk/rightsliderRed.png) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}



.sliderbox .ui-slider {
    position: relative;
    text-align: left;
}
    .sliderbox .ui-slider .ui-slider-handle {
        cursor: default;
        height: 1.2em;
        position: absolute;
        width: 1.2em;
        z-index: 2;
    }
    .sliderbox .ui-slider .ui-slider-range {
        background-position: 0 0;
        border: 0 none;
        display: block;
        font-size: 0.7em;
        position: absolute;
        z-index: 1;
    }
    .sliderbox .ui-slider .ui-slider-single {
        background-position: 0 0;
        border: 0 none;
        display: block;
        font-size: 0.7em;
        position: absolute;
        z-index: 1;
    }
.sliderbox .ui-slider-horizontal {
    height: 0.8em;
}
    .sliderbox .ui-slider-horizontal .ui-slider-handle {
        margin-left: -0.6em;
        top: -0.3em;
    }
    .sliderbox .ui-slider-horizontal .ui-slider-range {
        height: 100%;
        top: 0;
    }
    .sliderbox .ui-slider-horizontal .ui-slider-single {
        height: 100%;
        top: 0;
    }
    .sliderbox .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }
    .sliderbox .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }
    .sliderbox .ui-slider-horizontal .ui-slider-single-min {
        left: 0;
    }
    .sliderbox .ui-slider-horizontal .ui-slider-single-max {
        right: 0;
    }
    .sliderbox .ui-slider-horizontal .ui-slider-single-cur {
        left: 0;
    }
.sliderbox .ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}
    .sliderbox .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-bottom: -0.6em;
        margin-left: 0;
    }
    .sliderbox .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }
    .sliderbox .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }
    .sliderbox .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }
    .sliderbox .ui-slider-vertical .ui-slider-single {
        left: 0;
        width: 100%;
    }
    .sliderbox .ui-slider-vertical .ui-slider-single-min {
        bottom: 0;
    }
    .sliderbox .ui-slider-vertical .ui-slider-single-max {
        top: 0;
    }
    .sliderbox .ui-slider-vertical .ui-slider-single-cur {
        bottom: 0;
    }
.slider-range {
    margin-bottom: 5px;
}
#slider-single {
    margin-bottom: 5px;
}
    #slider-single a.handle {
        background: url("/cms/images/layout/leftslider.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
        border: medium none;
        height: 19px;
        padding: 0;
        width: 15px;
        z-index: 12;
    }
.slider-range {
    background: none repeat scroll 0 0 #CCCCCC;
}
    .slider-range a.first-handle {
        background: url("/cms/images/layout/leftslider.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
        border: medium none;
        height: 19px;
        padding-top: 2px;
        width: 15px;
        z-index: 12;
    }
    .slider-range a.second-handle {
        background: url("/cms/images/layout/rightslider.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
        border: medium none;
        height: 19px;
        padding-top: 2px;
        width: 15px;
        z-index: 11;
    }

/* ##  END Search Narrow Results  ## */

/* new error notifications */
.errorBoxWrpr {margin-top: 10px; margin-bottom: 30px; text-align:left; width:" & WidthText & ";font-size: .9em; }
.errorBoxWrpr .icon {width:14px;height:20px;float:left;margin-top:4px;}
.errorBoxWrpr .icon span {width:14px;height:20px; background: url(/cms/images/statusSprite.png) no-repeat 0 0;text-indent:-9999999em;display:inline-block;}
.errorBoxWrpr .content {width:100%;padding: 0em 2em;}
.errorBoxWrpr .content ul {margin:5px 0 0 0}
.urgent {background-color:#f5f5d1;color:#bc7f00;padding:10px 15px;}
.urgent .icon {}
.urgent .icon span {background-position: 0 0;}
.urgent .content li {color:#bc7f00;}
.error {background-color:#f8e4e5;color:#af282c;padding:10px;}
.error .icon {}
.error .icon span {background-position: 0px -20px;}
.error .content {}
.error .content li {color:#af282c;}
.success {background-color:#e8f0c9;color:#57701f;padding:10px;}
.success .icon {}
.success .icon span {background-position: 0px -40px;}
.success .content {}
.success .content li {color:#57701f;}

@media (max-width: 24em) {
.errorBoxWrpr .icon {width:14px;height:20px;float:none;margin:4px auto 5px auto;}
.errorBoxWrpr .content {width:100%;padding-left:0em;}
}



/* Nobody added news.css??? */
/* News Module Styles */
.newsModuleWrpr {margin-bottom:50px;}
.newsModuleWrpr .paging {float:none;}
.newsFilterLeftWrpr {width:55%;float:left;}
.newsFilterRightWrpr {float:right;width:40%;text-align:right;}
.newsFilterMonthWrpr {float:left;margin-right:12px;margin-bottom:5px;}
.newsFilterMonth {width: 85px;}
.newsFilterYearWrpr {float:left;margin-right:12px;margin-bottom:5px;}
.newsFilterYear {width: 85px;}
.newsFilterCatWrpr {float:left;}
.newsFilterCat {width: 185px;}
.newsFilterSearchBtn {float:right;margin-left:15px;}
.newsFilterSearchType {padding-top:3px;float:right;}

@media (max-width: 34em) {
	.newsFilterRightWrpr {float:none;display:block;width:100%;text-align:right;}
	.newsFilterMonthWrpr {float:none;display:block;margin-right:0px;margin-bottom:5px;}
	.newsFilterSearchType {float:none;display:block;}
	.newsFilterSearchBtn {float:none;margin-left:0px;}
}



ul.processSteps li.active {background-color:#19A7AE; border:1px solid #137c81;}


.sociaBar .fblike > span {width:90px !important;} 

/* social media divs */
.socialButtonsWrpr {margin:.3em 0px;}
.socialButtonsWrpr .face {margin-right:10px;}
.socialButtonsWrpr .twit {}
.eventsDetailsWrpr .socialButtonsWrpr {margin: 1em 0px;}
.newsModuleWrpr .face {margin-right:39px;}
.newsModuleWrpr .socialButtonsWrpr {margin: -0.5em 0px;}

/* Bulk Pricing Discounts */
.bulkTable {margin-top:8px;font-size:.9em}
.bulkTable table {width:175px;border-collapse:separate;background-color: #e8e8e8;border-radius:5px;}
.bulkTable table tr:nth-child(even) {background-color:#f6f6f6;}
.bulkTable table tr:nth-child(even) td{background-color:#f6f6f6;}
.bulkTable table th {text-align:right;border-left:solid 1px #dcdcdc;padding-right:10px;font-weight:normal;color:#878787;}
.bulkTable table td {text-align:left;border-right:solid 1px #cecece;border-left:solid 1px #dcdcdc;padding-left:10px;background-color:#d7d7d7;}

        .bulkTable table tr:first-child th:first-child, .bulkTable table tr:first-child td:first-child {
            border-top: solid 1px #dcdcdc;
            -moz-border-radius-topleft: 5px;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
        }

        .bulkTable table tr:first-child th:last-child, .bulkTable table tr:first-child td:last-child {
            border-top: solid 1px #dcdcdc;
            -moz-border-radius-topright: 5px;
            -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
        }

        .bulkTable table tr:last-child th:first-child, .bulkTable table tr:last-child td:first-child {
            border-bottom: solid 1px #9d9d9d;
            -moz-border-radius-bottomleft: 5px;
            -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .bulkTable table tr:last-child th:last-child, .bulkTable table tr:last-child td:last-child {
            border-bottom: solid 1px #9d9d9d;
            -moz-border-radius-bottomright: 5px;
            -webkit-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }


/* dropcart */
.dropCart {margin:0 auto; display:none;}
.dropCartHeader {padding:5px; font-family:inherit; font-weight:bold; font-size:12px; background:#8b2942; color:#fff;}
.dropCartHeader .closebtn {float:right; display:inline; width:24px; height:22px; margin:3px 6px 0 0; background:url(/cms/images/layout/dc_close.gif) no-repeat 0 0; text-indent:-9999em; cursor:pointer;}
.cartContainer {padding:7px 8px 16px 8px; border-left:1px solid #D9D9D9; border-right:1px solid #D9D9D9; background:#fff;}
.dropCart .dropCartContent {padding:10px 0;}
.dropCartBase .hdrBannerBar {position:static; height:28px; z-index:1; padding:4px 0 0 10px; border-left:1px solid #D9D9D9; border-bottom:1px solid #999;}
.dropCartBase .checkoutBlock {background:#fff; }
.dropCartBase .chkoutBoxes {margin-bottom:0; border-right:1px solid #0079AA;}
.dropCartBase .chkoutBoxes .chkoutRow {border-left:1px solid #0079AA;}
.dropCartBase .chkoutBoxes .chkoutSubtotal {border-left:0; margin-left:1px;}
.dropCartBase .chkoutBoxes .chkoutRow .title {height:25px; padding-bottom:0;}
.dropCartButtons {padding:5px; text-align:center;}
.dropCartButtons .btn {   
	background-color: #1f326b !important;
    color: #fff !important; 
}
.dropCartButtons .btnWrapper {padding:5px; text-align:center;display:inline-block;}

/* recent cart */
.recent-cart {display:none; position:fixed; top:10px; right:10px; width:287px; z-index:1000; background:#fff; border:1px solid #949494;}
.recent-cart .itemWrapper {float:none; display:block; width:auto; height:auto; padding:0 10px;}
        .recent-cart .itemWrapper .itemLink,
        .recent-cart .itemWrapper .itemLink:link,
.recent-cart .itemWrapper .itemLink:visited {float:left; width:101px;}
.recent-cart .itemWrapper .itemContent {margin-left:110px;}
.recent-cart .itemWrapper .itemTitle {font-weight:bold;}

.waitlistThankyou {text-align:center;padding:0px 20px 20px 20px;margin-top:-20px;}

/* My software */

.prDetRight {float:right;}
.prDetRight th {text-align:right;}

.tblRegData {background:#f4f8f9; border-collapse:collapse; width:99.9%}
.tblRegData th {color:#fff; background:#6E6E6E repeat-x; padding:8px 10px; }
.tblRegData td { border:1px solid #ccc; padding:5px 7px; }

.dataTables_scrollHeadInner {background:url(/cms/images/layout/gradBlue.gif) repeat-x 0 0 #7EA5B6;}
.dataTables_scrollBody {border-left:1px solid #b2ccd7; border-bottom:1px solid #b2ccd7;}
.dataTables_wrapper {min-width:639px;}
.table-sort .sorting span {padding-right:15px; background:url(/cms/images/layout/table_sort.gif) no-repeat 100% 2px;}
.table-sort .sorting_asc span {padding-right:15px; background:url(/cms/images/layout/table_sort.gif) no-repeat 100% -68px;}
.table-sort .sorting_desc span {padding-right:15px; background:url(/cms/images/layout/table_sort.gif) no-repeat 100% -33px;}
.table-sort .sorting_1 {background:#e9f2f6;}
.table-sort .sorting_2 {background:#e0eff5;}
.table-sort .sorting_3 {background:#d9e6eb;}

.tblHeight {height:131px; overflow-y:auto; }
.prImage {width:155px; float:left; display:inline; }
.prDetails {margin:0 0 0 180px; }


@media (max-width: 30em) {
.prImage {width:155px; float:none; display:block; margin:0px auto 20px auto;}
.prDetails {margin:5px; }
    }


/* Performa Confirmation */
.performaConfirm {background:#fff;margin:20px;width:80%;max-width:660px;}
.performaConfirm .wrpr {margin:0 0 20px 0;border:1px solid #ccc;background:#fff;}
.performaConfirm .content {padding:0px 10px;}
.performaConfirm h3.head {background:#6E6E6E;padding:5px 10px;margin-top:0px;}
.performaConfirm h3 {margin-bottom:.7em;}

#tabidCC dd img {margin-bottom:5px;}

/* home news list */
.eventsHomeWidgetWrpr .metaLocation {margin-top:5px;} 


/* Search Page Specific */
.searchResultsRail {}
    .searchResultsRail .listItem .content {
        float: left;
        padding-left: 0em;
        width: 69%;
    }
    .searchResultsRail .listItem .aside {
        width: auto;
    }

        .searchResultsRail .listItem .aside img {
            margin-right: 1em;
        }

    .searchResultsRail .meta {
        padding-bottom: 0em;
    }


/* Members Register Fix */

.registerLeft {width:100%;display:block}
.registerLeft dl.forms dt {width: 75%;}
.registerLeft dl.forms dd {width: 80%;}
.regDisclaim {background-color:#ffffff;vertical-align:top;overflow-y:scroll;height:250px;width:95%;display:block;border: 1px solid #ccc;padding: 0px 10px;}
.reqInfoRight {width:100%}
.registerLeft .reqInfoWrpr {float: left;width: 185px;margin-left: 30%;}
.registerLeft .reqInfoWrpr .reqInfo {width:30px;float:left;}
.registerLeft .reqInfoWrpr .reqInfoRight {width:135px;float:left;padding-left:10px;}


@media (max-width: 26.875em) {
.registerLeft .reqInfoWrpr {float: left;width: 185px;margin-left: -15%;}
}

@media (min-width: 26.875em) {
.registerLeft .reqInfoWrpr {margin-left: 42%;}
.registerLeft dl.forms dt {width: 47%;}
.registerLeft dl.forms dd {width: 43%;}
}


@media (min-width: 64em) {
.registerLeft .reqInfoWrpr {margin-left: 30%;}
.registerLeft {width:43%;float:left;}
.registerLeft dl.forms dt {width: 38%;}
.registerLeft dl.forms dd {width: 48%;}
.regDisclaim {background-color:#ffffff;vertical-align:top;overflow-y:scroll;height:250px;width:54%;float:right;border: 1px solid #ccc;padding: 0px 10px;}
}

@media (min-width: 87.75em) {
	.registerLeft {width:43%;float:left;}
	.registerLeft dl.forms dt {width: 38%;}
	.registerLeft dl.forms dd {width: 48%;}
	.regDisclaim {background-color:#ffffff;vertical-align:top;overflow-y:scroll;height:250px;width: 53%;border: 1px solid #ccc;padding: 0px 10px;}
}

.confirmPrint {margin-bottom:50px;}
.accountBlocks .checkoutWrpr {margin-top:20px !important;}

.accountBlocks .tabdiv .cartwrpr {
    margin-top: 20px;
}

/* extra rando styles */
.totalTxt {margin-bottom:1em;}
.shippingList .btnWrapper input{display:block;margin:1em 0px 2em 0px;}
.addressSummaryList {}
.addressSummaryList .btnWrapper input{display:block;margin:1em 0px 0em 0px;}
.grid_3 ul {margin-left:0px;padding-left:16px;}
.bioEmail {
    padding-top: 0.7em;
}
#bio_accordion .disabled {display:none;}

.autocomplete-w1 {
    background: url("/cms/images/shadow.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    left: 0;
    margin: 8px 0 0 6px;
    position: absolute;
    top: 0;
}
.autocomplete {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    cursor: default;
    margin: -6px 6px 6px -6px;
    max-height: 350px;
    overflow: auto;
    text-align: left;
}
    .autocomplete .selected {
        background: none repeat scroll 0 0 #F0F0F0;
    }
    .autocomplete div {
        padding: 2px 5px;
        white-space: nowrap;
        font-size: .8em;
    }
    .autocomplete strong {
        color: #3399FF;
        font-weight: normal;
    }
.accredOrgTable {margin-bottom:10px;}


/* List Items to replace boxItems */

.listData .listDataItems {
    display: block;
    margin: 1em 0 0;
    padding: 0;
}

.listDataItem {
    display: block;
    margin: 0 1%;
    padding: 0.75em 0;
    text-align: left;
    color: #646464;
    font-size: 0.85714em !important;
	width:100%;}

    .listDataItem .title {
        font-weight: bold;
	font-size: 1.3em;}

        .listDataItem .title a:after {
	content: '\a0\203a';}

    .listDataItem .meta {
	text-transform: uppercase;}

    .listDataItem .description {
	margin: 0.5em 0;}

    .listDataItem .btn {
        margin: 0.5em;
        width: 100%;
	font-size: 1.16667em;}



@media (min-width: 48em) {

    .listDataItem {
        width: 31%;
		floaT:left;}

        .listDataItem .title {
		margin: 0;}

        .listDataItem .boxMedia,
        .listDataItem .productMedia {
            padding: 0 0 0.7em 0;
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
		box-sizing: border-box;}

        .listDataItem .btn {
            width: auto;
		margin-left: 0;}
}

@media (max-width: 47.99em) {
	.listDataItem {min-height:0 !important;}
}

table#responsive {
    margin: 0 auto;
    border-collapse: collapse;
    font-family: Geneva,Tahoma,Arial,sans-serif;
    font-weight: 100;
  background: #8b2942; color: #fff;
    text-rendering: optimizeLegibility;
  
}
    table#responsive caption {
  font-size: 1rem; color: #444;
        margin: 1rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center left, center right;
    }
table#responsive thead th { font-weight: 100;font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size:1.25em;}
    table#responsive thead th, table#responsive tbody td {
  padding: .8rem; font-size: 1.rem;
    }
    table#responsive tbody td {
  padding: .8rem; font-size: 1.rem;
  color: #444; background: #eee; 
    }
    table#responsive tbody tr:not(:last-child) {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

table#responsive td {text-align:center; }
        table#responsive td.left h4,
        table#responsive td.left p,
table#responsive td.left ul {text-align:left;}
table#responsive td img {max-width:100%;}

table#responsive td .leftSide {float:left; width:49%;}
table#responsive td .rightSide {float:right; width:49%;}

table#responsive td .leftSide .btn {padding:0.75em 1em;}
table#responsive td .rightSide .btn {padding:0.75em 1em;}

table#responsive td .btnWrpr {margin:10px 0px;}

@media screen and (max-width: 1140px) {

  table#responsive caption { background-image: none; }
  table#responsive thead { display: none; }
    table#responsive tbody td {
    display: block; padding: .6rem; 
    }

        table#responsive tbody td .buyWrpr {
            display: block;
        }

    table#responsive tbody tr td:first-child:before {
    background: #8b2942; color: #fff; 
        font: normal 1.57em Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    }
    table#responsive tbody tr td:before {
    background: #6E6E6E; color: #fff; 
    }
    table#responsive tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 100%;
        font: normal 1.25em Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
        margin-bottom: 10px;
    }
 
  
}







input[type="text"].searchInput {
    -webkit-appearance: textfield;
    display: inherit;
    padding: 0;
    border: 0px solid #b4b4b4;
    min-height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
    input[type="text"].searchInput::-webkit-search-cancel-button,
    input[type="text"].searchInput::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    #pageFooter{
        display:none;
    }
@media print{
    table tr {page-break-inside: auto;} 

    #pageFooter{ display:block;}
    #pageFooter:after {
       
        margin:15px 0;
        counter-increment: page;
        content:"Page " counter(page);
        left: 0; 
        top: 100%;
        white-space: nowrap; 
        z-index: 20;
        -moz-border-radius: 5px; 
        -moz-box-shadow: 0px 0px 4px #222;  
        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  
      }
}



/* Ticket #634550 - Accessibility - JCR Store - Semantics (1.3.1.a) - 2 issues */
ins {
    text-decoration:none;
}

/* Ticket #634552 - Accessibility - JCR Store - Resize (200%) (1.4.4.a) - 2 issues */
.recent-cart {
    z-index: 999999;
}

#header .section:not(.has-main-nav) .link-list,
#header .section:not(.has-main-nav) .search-box,
#header .section:not(.has-main-nav) .account-header {
    display: initial !important;
}

@media (max-width: 1139px) {
    #header .account-header .cart-toggle {
        display: block !important;
    }
}

@media (max-width: 960px) {
    .cartwrpr .proceedCheckout > div {
        position: relative !important;
        left: initial !important;
        top: initial !important;
        width: 100% !important;
        margin: 20px 0px;
    }
}

/* Ticket #622478 - Accessibility - JCR Store - Headings (1.3.1.e) - 12 issues */
h2.boxHdng {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 100%
}

h3.item__title.field-title {
    font-size: 1.875rem;
}