@charset "UTF-8";

/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*  #FOUNDATION 6 GLOBAL SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
    font-family: sans-serif;
/* 1 */
    -ms-text-size-adjust: 100%;
/* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */
}

/**
   * Remove default margin.
   */
body {
    margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,canvas,progress,video {
    display: inline-block;
/* 1 */
    vertical-align: baseline;
/* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.

audio:not([controls]) {
    display: none;
    height: 0;
}*/

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],template {
    display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,a:hover {
    outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,strong {
    font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
    font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
    background: #ff0;
    color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
    border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
    margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
    overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,input,optgroup,select,textarea {
    color: inherit;
/* 1 */
    font: inherit;
/* 2 */
    margin: 0;
/* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
    overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,select {
    text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
/* 2 */
    cursor: pointer;
/* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],html input[disabled] {
    cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
    line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   * 3. Address alignment issues between input and label.
   */
input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
/* 1 */
    padding: 0;
/* 2 */
    vertical-align: text-top;
/* 3 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
    -webkit-appearance: textfield;
/* 1 */
    box-sizing: content-box;
/* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
} */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
    border: 0;
/* 1 */
    padding: 0;
/* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
    overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
    font-weight: bold;
}

/**
 * class to trigger making multi-select lists of checkboxes look like links
 */
.multiLink label span {
	text-decoration: underline;
}

.multiLink label span:hover {
	color: #f26100;
	cursor: pointer;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}


.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
    font-size: 100%;
    -moz-box-sizing: border-box; /* FF17 prefix */
    box-sizing: border-box;
}

*,:before,:after {
	-moz-box-sizing: inherit; /* FF17 prefix */
    box-sizing: inherit;
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial,sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #231f20;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    width: 100%;
    border-radius: 0;
}

#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object {
    max-width: none !important;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

/*  #FOUNDATION 6 GRID SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.row::before,.row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.row::after {
    clear: both;
}

.row.collapse > .column,.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.row .row {
    margin-left: -.625rem;
    margin-right: -.625rem;
}

@media screen and (min-width: 40em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem;
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto;
}

.column,.columns {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}


@media screen and (min-width: 40em) {
    .column,.columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }


}

.column:last-child:not(:first-child),.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,.end.columns:last-child:last-child {
    float: left;
}

.column.row.row,.row.row.columns {
    float: none;
}

.row .column.row.row,.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

.small-offset-0 {
    margin-left: 0;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.small-pull-11 {
    position: relative;
    left: -91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1 > .column,.small-up-1 > .columns {
    width: 100%;
    float: left;
}

.small-up-1 > .column:nth-of-type(1n),.small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1),.small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1 > .column:last-child,.small-up-1 > .columns:last-child {
    float: left;
}

.small-up-2 > .column,.small-up-2 > .columns {
    width: 50%;
    float: left;
}

.small-up-2 > .column:nth-of-type(1n),.small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1),.small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2 > .column:last-child,.small-up-2 > .columns:last-child {
    float: left;
}

.small-up-3 > .column,.small-up-3 > .columns {
    width: 33.33333%;
    float: left;
}

.small-up-3 > .column:nth-of-type(1n),.small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1),.small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3 > .column:last-child,.small-up-3 > .columns:last-child {
    float: left;
}

.small-up-4 > .column,.small-up-4 > .columns {
    width: 25%;
    float: left;
}

.small-up-4 > .column:nth-of-type(1n),.small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1),.small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4 > .column:last-child,.small-up-4 > .columns:last-child {
    float: left;
}

.small-up-5 > .column,.small-up-5 > .columns {
    width: 20%;
    float: left;
}

.small-up-5 > .column:nth-of-type(1n),.small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1),.small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5 > .column:last-child,.small-up-5 > .columns:last-child {
    float: left;
}

.small-up-6 > .column,.small-up-6 > .columns {
    width: 16.66667%;
    float: left;
}

.small-up-6 > .column:nth-of-type(1n),.small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1),.small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6 > .column:last-child,.small-up-6 > .columns:last-child {
    float: left;
}

.small-up-7 > .column,.small-up-7 > .columns {
    width: 14.28571%;
    float: left;
}

.small-up-7 > .column:nth-of-type(1n),.small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1),.small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7 > .column:last-child,.small-up-7 > .columns:last-child {
    float: left;
}

.small-up-8 > .column,.small-up-8 > .columns {
    width: 12.5%;
    float: left;
}

.small-up-8 > .column:nth-of-type(1n),.small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1),.small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8 > .column:last-child,.small-up-8 > .columns:last-child {
    float: left;
}

.small-collapse > .column,.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.small-uncollapse > .column,.small-uncollapse > .columns {
    padding-left: .625rem;
    padding-right: .625rem;
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.small-uncentered,.small-push-0,.small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

@media screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
    }

    .medium-pull-3 {
        position: relative;
        left: -25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
    }

    .medium-pull-6 {
        position: relative;
        left: -50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
    }

    .medium-pull-9 {
        position: relative;
        left: -75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1 > .column,.medium-up-1 > .columns {
        width: 100%;
        float: left;
    }

    .medium-up-1 > .column:nth-of-type(1n),.medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-1 > .column:nth-of-type(1n+1),.medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .medium-up-1 > .column:last-child,.medium-up-1 > .columns:last-child {
        float: left;
    }

    .medium-up-2 > .column,.medium-up-2 > .columns {
        width: 50%;
        float: left;
    }

    .medium-up-2 > .column:nth-of-type(1n),.medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-2 > .column:nth-of-type(2n+1),.medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .medium-up-2 > .column:last-child,.medium-up-2 > .columns:last-child {
        float: left;
    }

    .medium-up-3 > .column,.medium-up-3 > .columns {
        width: 33.33333%;
        float: left;
    }

    .medium-up-3 > .column:nth-of-type(1n),.medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-3 > .column:nth-of-type(3n+1),.medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .medium-up-3 > .column:last-child,.medium-up-3 > .columns:last-child {
        float: left;
    }

    .medium-up-4 > .column,.medium-up-4 > .columns {
        width: 25%;
        float: left;
    }

    .medium-up-4 > .column:nth-of-type(1n),.medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-4 > .column:nth-of-type(4n+1),.medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .medium-up-4 > .column:last-child,.medium-up-4 > .columns:last-child {
        float: left;
    }

    .medium-up-5 > .column,.medium-up-5 > .columns {
        width: 20%;
        float: left;
    }

    .medium-up-5 > .column:nth-of-type(1n),.medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-5 > .column:nth-of-type(5n+1),.medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .medium-up-5 > .column:last-child,.medium-up-5 > .columns:last-child {
        float: left;
    }

    .medium-up-6 > .column,.medium-up-6 > .columns {
        width: 16.66667%;
        float: left;
    }

    .medium-up-6 > .column:nth-of-type(1n),.medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-6 > .column:nth-of-type(6n+1),.medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .medium-up-6 > .column:last-child,.medium-up-6 > .columns:last-child {
        float: left;
    }

    .medium-up-7 > .column,.medium-up-7 > .columns {
        width: 14.28571%;
        float: left;
    }

    .medium-up-7 > .column:nth-of-type(1n),.medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-7 > .column:nth-of-type(7n+1),.medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .medium-up-7 > .column:last-child,.medium-up-7 > .columns:last-child {
        float: left;
    }

    .medium-up-8 > .column,.medium-up-8 > .columns {
        width: 12.5%;
        float: left;
    }

    .medium-up-8 > .column:nth-of-type(1n),.medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-8 > .column:nth-of-type(8n+1),.medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .medium-up-8 > .column:last-child,.medium-up-8 > .columns:last-child {
        float: left;
    }

    .medium-up-9 > .column,.medium-up-9 > .columns {
        width: 11%;
        float: left;
    }

    .medium-up-9 > .column:nth-of-type(1n),.medium-up-9 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .medium-up-9 > .column:nth-of-type(9n+1),.medium-up-9 > .columns:nth-of-type(9n+1) {
        clear: both;
    }

    .medium-up-9 > .column:last-child,.medium-up-9 > .columns:last-child {
        float: left;
    }

    .medium-collapse > .column,.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .medium-uncollapse > .column,.medium-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .medium-uncentered,.medium-push-0,.medium-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}

@media screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-pull-3 {
        position: relative;
        left: -25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
    }

    .large-pull-6 {
        position: relative;
        left: -50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
    }

    .large-pull-9 {
        position: relative;
        left: -75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1 > .column,.large-up-1 > .columns {
        width: 100%;
        float: left;
    }

    .large-up-1 > .column:nth-of-type(1n),.large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-1 > .column:nth-of-type(1n+1),.large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .large-up-1 > .column:last-child,.large-up-1 > .columns:last-child {
        float: left;
    }

    .large-up-2 > .column,.large-up-2 > .columns {
        width: 50%;
        float: left;
    }

    .large-up-2 > .column:nth-of-type(1n),.large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-2 > .column:nth-of-type(2n+1),.large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .large-up-2 > .column:last-child,.large-up-2 > .columns:last-child {
        float: left;
    }

    .large-up-3 > .column,.large-up-3 > .columns {
        width: 33.33333%;
        float: left;
    }

    .large-up-3 > .column:nth-of-type(1n),.large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-3 > .column:nth-of-type(3n+1),.large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .large-up-3 > .column:last-child,.large-up-3 > .columns:last-child {
        float: left;
    }

    .large-up-4 > .column,.large-up-4 > .columns {
        width: 25%;
        float: left;
    }

    .large-up-4 > .column:nth-of-type(1n),.large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-4 > .column:nth-of-type(4n+1),.large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .large-up-4 > .column:last-child,.large-up-4 > .columns:last-child {
        float: left;
    }

    .large-up-5 > .column,.large-up-5 > .columns {
        width: 20%;
        float: left;
    }

    .large-up-5 > .column:nth-of-type(1n),.large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-5 > .column:nth-of-type(5n+1),.large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .large-up-5 > .column:last-child,.large-up-5 > .columns:last-child {
        float: left;
    }

    .large-up-6 > .column,.large-up-6 > .columns {
        width: 16.66667%;
        float: left;
    }

    .large-up-6 > .column:nth-of-type(1n),.large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-6 > .column:nth-of-type(6n+1),.large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .large-up-6 > .column:last-child,.large-up-6 > .columns:last-child {
        float: left;
    }

    .large-up-7 > .column,.large-up-7 > .columns {
        width: 14.28571%;
        float: left;
    }

    .large-up-7 > .column:nth-of-type(1n),.large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-7 > .column:nth-of-type(7n+1),.large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .large-up-7 > .column:last-child,.large-up-7 > .columns:last-child {
        float: left;
    }

    .large-up-8 > .column,.large-up-8 > .columns {
        width: 12.5%;
        float: left;
    }

    .large-up-8 > .column:nth-of-type(1n),.large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-8 > .column:nth-of-type(8n+1),.large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .large-up-8 > .column:last-child,.large-up-8 > .columns:last-child {
        float: left;
    }

    .large-up-9 > .column,.large-up-9 > .columns {
        width: 11%;
        float: left;
    }

    .large-up-9 > .column:nth-of-type(1n),.large-up-9 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .large-up-9 > .column:nth-of-type(9n+1),.large-up-9 > .columns:nth-of-type(9n+1) {
        clear: both;
    }

    .large-up-9 > .column:last-child,.large-up-9 > .columns:last-child {
        float: left;
    }

    .large-collapse > .column,.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .large-uncollapse > .column,.large-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .large-uncentered,.large-push-0,.large-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}

@media screen and (min-width: 75em) {
    .xlarge-1 {
        width: 8.33333%;
    }

    .xlarge-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .xlarge-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .xlarge-offset-0 {
        margin-left: 0;
    }

    .xlarge-2 {
        width: 16.66667%;
    }

    .xlarge-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .xlarge-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%;
    }

    .xlarge-3 {
        width: 25%;
    }

    .xlarge-push-3 {
        position: relative;
        left: 25%;
    }

    .xlarge-pull-3 {
        position: relative;
        left: -25%;
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%;
    }

    .xlarge-4 {
        width: 33.33333%;
    }

    .xlarge-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .xlarge-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .xlarge-offset-3 {
        margin-left: 25%;
    }

    .xlarge-5 {
        width: 41.66667%;
    }

    .xlarge-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .xlarge-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%;
    }

    .xlarge-6 {
        width: 50%;
    }

    .xlarge-push-6 {
        position: relative;
        left: 50%;
    }

    .xlarge-pull-6 {
        position: relative;
        left: -50%;
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%;
    }

    .xlarge-7 {
        width: 58.33333%;
    }

    .xlarge-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .xlarge-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .xlarge-offset-6 {
        margin-left: 50%;
    }

    .xlarge-8 {
        width: 66.66667%;
    }

    .xlarge-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .xlarge-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%;
    }

    .xlarge-9 {
        width: 75%;
    }

    .xlarge-push-9 {
        position: relative;
        left: 75%;
    }

    .xlarge-pull-9 {
        position: relative;
        left: -75%;
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%;
    }

    .xlarge-10 {
        width: 83.33333%;
    }

    .xlarge-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .xlarge-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .xlarge-offset-9 {
        margin-left: 75%;
    }

    .xlarge-11 {
        width: 91.66667%;
    }

    .xlarge-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .xlarge-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%;
    }

    .xlarge-12 {
        width: 100%;
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%;
    }

    .xlarge-up-1 > .column,.xlarge-up-1 > .columns {
        width: 100%;
        float: left;
    }

    .xlarge-up-1 > .column:nth-of-type(1n),.xlarge-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-1 > .column:nth-of-type(1n+1),.xlarge-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .xlarge-up-1 > .column:last-child,.xlarge-up-1 > .columns:last-child {
        float: left;
    }

    .xlarge-up-2 > .column,.xlarge-up-2 > .columns {
        width: 50%;
        float: left;
    }

    .xlarge-up-2 > .column:nth-of-type(1n),.xlarge-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-2 > .column:nth-of-type(2n+1),.xlarge-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .xlarge-up-2 > .column:last-child,.xlarge-up-2 > .columns:last-child {
        float: left;
    }

    .xlarge-up-3 > .column,.xlarge-up-3 > .columns {
        width: 33.33333%;
        float: left;
    }

    .xlarge-up-3 > .column:nth-of-type(1n),.xlarge-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-3 > .column:nth-of-type(3n+1),.xlarge-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .xlarge-up-3 > .column:last-child,.xlarge-up-3 > .columns:last-child {
        float: left;
    }

    .xlarge-up-4 > .column,.xlarge-up-4 > .columns {
        width: 25%;
        float: left;
    }

    .xlarge-up-4 > .column:nth-of-type(1n),.xlarge-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-4 > .column:nth-of-type(4n+1),.xlarge-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .xlarge-up-4 > .column:last-child,.xlarge-up-4 > .columns:last-child {
        float: left;
    }

    .xlarge-up-5 > .column,.xlarge-up-5 > .columns {
        width: 20%;
        float: left;
    }

    .xlarge-up-5 > .column:nth-of-type(1n),.xlarge-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-5 > .column:nth-of-type(5n+1),.xlarge-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .xlarge-up-5 > .column:last-child,.xlarge-up-5 > .columns:last-child {
        float: left;
    }

    .xlarge-up-6 > .column,.xlarge-up-6 > .columns {
        width: 16.66667%;
        float: left;
    }

    .xlarge-up-6 > .column:nth-of-type(1n),.xlarge-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-6 > .column:nth-of-type(6n+1),.xlarge-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .xlarge-up-6 > .column:last-child,.xlarge-up-6 > .columns:last-child {
        float: left;
    }

    .xlarge-up-7 > .column,.xlarge-up-7 > .columns {
        width: 14.28571%;
        float: left;
    }

    .xlarge-up-7 > .column:nth-of-type(1n),.xlarge-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-7 > .column:nth-of-type(7n+1),.xlarge-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .xlarge-up-7 > .column:last-child,.xlarge-up-7 > .columns:last-child {
        float: left;
    }

    .xlarge-up-8 > .column,.xlarge-up-8 > .columns {
        width: 12.5%;
        float: left;
    }

    .xlarge-up-8 > .column:nth-of-type(1n),.xlarge-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .xlarge-up-8 > .column:nth-of-type(8n+1),.xlarge-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .xlarge-up-8 > .column:last-child,.xlarge-up-8 > .columns:last-child {
        float: left;
    }

    .xlarge-collapse > .column,.xlarge-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .xlarge-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .xlarge-uncollapse > .column,.xlarge-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }

    .xlarge-centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .xlarge-uncentered,.xlarge-push-0,.xlarge-pull-0 {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left;
    }
}

/*  #FOUNDATION 6 TYPOGRAPHY SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

p, .dropdown-pane p, a, li, td, input{
    font-size: 0.875rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

#peoplesoft-form p {
    font-size: 0.875rem !important;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

th {
	font-weight: bold;
    text-rendering: optimizeLegibility;
}

em, i {
    font-style: italic;
    line-height: inherit;
}

strong, b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    color: #c4c4c4;
    line-height: 0;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1.1875rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.0625rem;
}

h6 {
    font-size: 1rem;
}

@media screen and (min-width: 40em) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.9375rem;
    }

    h4 {
        font-size: 1.5625rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1.125rem;
    }
}

a {
    color: #f26100;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}

a:hover,
a:focus {
	color: #f26100;
    text-decoration: underline;
}

#persistent-nav a:hover,
#persistent-nav a:focus {
    text-decoration: none;
}

a img {
    border: 0;
}

hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #dadada;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}

ul,ol,dl {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    list-style-type: disc;
    margin-left: 1.25rem;
}

ul.with-arrows {
    margin-left: 0;
}

ul.with-arrows li {
    font-family: Arial, sans-serif !important;
    padding-left: 1rem;
    list-style-type: none;
}

ul.columns {
    margin: 1rem 0;
    font-size: 0.875rem;
}



ul.text-or-links {
    font-size: 0.875rem;
}

ul.text-or-links li {
    line-height: 2;
}

ul.text-or-links li a,
ul.text-or-links li span.disabled {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1;
    color: #231f20;
}

ul.text-or-links li a:hover {
    color: #f26100;
}

ul.text-or-links li span.disabled {
    text-decoration: none;
}

.results-two-col ul.text-or-links {
    margin: 0;
}

/*  #PRODUCT RESULTS - SHELF PAGES
 *  -----------------------------------
 *  Temp fix for .results-two-col layout
 *  and ul.text-or-links.
 *  -----------------------------------
*/

.results-two-col .first-child ul.text-or-links, .results-two-col .last-child ul.text-or-links {
    margin-bottom: 0;
    margin-top: 0;
}

.results-two-col .last-child {
    margin-bottom: 1.5rem;
}

ul.text-or-links li label {
	margin-bottom: 0 !important;
    font-size: 0.875rem !important;
    color: #231f20;
}

#partType .singleSection .bottom-button-section.float-right {
	clear: both;
}

/* end #PRODUCT RESULTS - SHELF PAGES */

ol {
    margin-left: 1.25rem;
}

    ol.upper-alpha {
        list-style-type: upper-alpha;
    }

    ol.lower-alpha {
        list-style-type: lower-alpha;
    }

    ol.circled-numeric {
        display: block;
        list-style: none;
        counter-reset: numList;
        margin-bottom: 1.5rem;
    }
        ol.circled-numeric > li {
            position: relative;
            margin-bottom: 1rem;
            padding-left: 15px;
        }
            ol.circled-numeric > li:before {
                counter-increment: numList;
                content: counter(numList);
                float: left;
                position: absolute;
                left: -15px;
                font: bold 12px sans-serif;
                text-align: center;
                color: #fff;
                line-height: 20px;
                width: 20px;
                height: 20px;
                background: #6C6F70;
                -moz-border-radius: 999px;
                border-radius: 50%;
            }

    ol.circled-alpha-lower, ol.circled-alpha-upper {
        display: block;
        counter-reset: list;
        margin-bottom: 1.5rem;
    }
        ol.circled-alpha-lower > li, ol.circled-alpha-upper > li {
            position: relative;
            list-style: none;
            margin-bottom: 1rem;
            padding-left: 15px;
        }
            ol.circled-alpha-lower > li:before, ol.circled-alpha-upper > li:before {
                counter-increment: list;
                float: left;
                position: absolute;
                left: -15px;
                font: bold 12px sans-serif;
                text-align: center;
                color: #fff;
                line-height: 20px;
                width: 20px;
                height: 20px;
                background: #6C6F70;
                -moz-border-radius: 999px;
                border-radius: 50%;
            }

            ol.circled-alpha-lower > li:before {
                content: counter(list, lower-alpha);
            }
            ol.circled-alpha-upper > li:before {
                content: counter(list, upper-alpha);
            }

    ol.circled-numeric.primary > li:before,
    ol.circled-alpha.primary > li:before,
    ol.circled-alpha-lower.primary > li:before,
    ol.circled-alpha-upper.primary > li:before {
        background: #f37f00;
    }

ul ul,ol ul,ul ol,ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
	/*
    margin-bottom: .3rem;
    font-weight: bold;
    */
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #c4c4c4;
}

blockquote,blockquote p {
    line-height: 1.6;
    color: #3a3c3d;
}

cite {
    display: block;
    font-size: .8125rem;
    color: #3a3c3d;
}

cite:before {
    content: '\2014 \0020';
}

abbr {
    color: #231f20;
    cursor: help;
    border-bottom: 1px dotted #231f20;
}

code {
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    color: #231f20;
    background-color: #e9e9e9;
    border: 1px solid #dadada;
    padding: .125rem .3125rem .0625rem;
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0;
    background-color: #e9e9e9;
    color: #231f20;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #3a3c3d;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

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

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

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

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

@media screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }

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

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

    .medium-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }

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

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

    .large-text-justify {
        text-align: justify;
    }
}

@media screen and (min-width: 75em) {
    .xlarge-text-left {
        text-align: left;
    }

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

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

    .xlarge-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}


/*  #TYPOGRAPHY HELPER CLASSES
 *  -----------------------------------
 *  Helper classes to ovveride global typography settings.
 *  -----------------------------------
*/

/*  Typography Color Helper Classes  */
.text-orange-primary {
    color: #f37f00 !important;
}

.text-orange-secondary {
    color: #F26100 !important;
}

.text-red {
    color: #D52B1E !important;
}

.text-green {
    color: #008300 !important;
}

.text-blue {
    color: #4278A0 !important;
}

.text-gray {
    color: #6C6F70 !important;
}


/*  Miscellaneous Typography Classes  */
.legal-copy {
    font-size: 0.625rem;
    color: #6c6f70;
}
    .legal-copy p {
        margin-bottom: 0;
        line-height: 2;
    }

/*  #FOUNDATION 6 BUTTON SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/

.button, .ui-widget button,
.ui-widget input[type="button"] {
	display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    vertical-align: middle;
    border-radius: 0;
    padding: .5rem 1rem;
    margin: 0 0 1rem;
    background-color: #f37f00;
    color: #fff;
    border: 2px solid #f37f00;
    font-family: "AutoZoneCond-Heavy", Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    line-height: 1;
    letter-spacing: 0.0125rem;
}


.button i.azp {
    font-size: inherit;
}

[data-whatinput='mouse'] .button {
    outline: 0;
}

.button:hover, .ui-widget button:hover, .button:focus,
.button.primary:hover, .button.primary:focus,
.button.secondary:hover, .button.secondary:focus,
.button.warning:hover, .button.warning:focus,
.button.alert:hover, .button.alert:focus,
.button.success:hover, .button.success:focus,
input[type="button"]:hover, input[type="button"]:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover, input[type="reset"]:focus {
    background-color: #FFF;
	color: #f37f00;
	text-shadow: none;
}

.button.tiny {
    font-size: .875rem;
}

.button.small {
    font-size: 1rem;
}

.button.large {
    font-size: 1.5rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.button:hover,.ui-widget button:hover, .button:focus
.button.primary:hover,.button.primary:focus {
    color: #f37f00;
}

.button.secondary {
    background-color: #6c6f70;
    color: #fff;
	border-color: #6c6f70;
}

.button.secondary:hover,.button.secondary:focus {
    color: #6c6f70;
}

.button.success {
    background-color: #008300;
    color: #fff;
	border-color: #008300;
}

.button.success:hover,.button.success:focus {
    color: #008300;
}

.button.warning {
    background-color: #f26100;
    color: #fff;
	border-color: #f26100;
}

.button.warning:hover,.button.warning:focus {
    color: #f26100;
}

.button.alert {
    background-color: #d52b1e;
    color: #fff;
	border-color: #d52b1e;
}

.button.alert:hover,.button.alert:focus {
    color: #d52b1e;
}

.button.prov-btn {
    background-color: #136B9D;
    border-color: #136B9D;
}

.button.prov-btn:hover,
.button.prov-btn:active,
.button.prov-btn:focus {
    color: #136b9d;
	background-color: #fff;
    border-color: #fff;
}

/* Button Override Settings */

input.account-manage-make-current-shop-link.button.float-right{
	margin-left:10px;
}

#mainContent button i.azp_caret-right {
    margin-left: 0.25rem;
    vertical-align: middle;
    font-size: 0.875rem;
    color: inherit;
}

#mainContent button a {
    color: #fff;
}

#mainContent .button,
#mainContent button,
#mainContent input[type="button"],
#mainContent input[type="submit"],
.ui-dialog .button,
.ui-dialog button,
.ui-dialog input[type="button"],
.ui-dialog input[type="submit"] {
    min-width: 9.375rem;
}

.bottom-button-section {
    margin: 1.25rem 0;
	float: none;
	clear: both;
}

.bottom-button-section .button {
    margin-bottom: 0;
}

a.button:hover, a#cancel:hover {
    text-decoration: none;
}

button.ui-dialog-titlebar-close {
    background: none;
    border: none;
    margin-right: 0.5rem;
}

button.ui-dialog-titlebar-close:hover {
    background: none;
}


@media screen and (min-width: 40em) {
	.stacked-for-small.button-group.bottom {
		float: right;
	}
}

/*  #FOUNDATION 6 HOLLOW BUTTON SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/

.button.hollow {
    border: 1px solid #548eb9;
    color: #4278a0;
    background-color: #edf3f8;
}

.button.hollow,.button.hollow:hover,.button.hollow:focus {
    background-color: #edf3f8;
    border: 2px solid #548eb9;
}

.button.hollow:hover,.button.hollow:focus {
    background-color: #f2f7fa;
    border-color: #aac6dc;
}

.button.hollow.primary {
    border: 1px solid #ff931c;
    color: #f37f00;
    background-color: #fff4e7;
}

.button.hollow.primary:hover,.button.hollow.primary:focus {
    background-color: #fff7ee;
    border-color: #ffc98e;
}

.button.hollow.secondary {
    border: 1px solid #cdcdcd;
    color: #c4c4c4;
    background-color: #fafafa;
}

.button.hollow.secondary:hover,.button.hollow.secondary:focus {
    background-color: #fbfbfb;
    border-color: #e6e6e6;
}

.button.hollow.success {
    border: 1px solid #00bc00;
    color: #008300;
    background-color: #dfd;
}

.button.hollow.success:hover,.button.hollow.success:focus {
    background-color: #e7ffe7;
    border-color: #5eff5e;
}

.button.hollow.warning {
    border: 2px solid #ff771b;
    color: #f26100;
    background-color: #fff1e7;
}

.button.hollow.warning:hover,.button.hollow.warning:focus {
    background-color: #fff5ee;
    border-color: #ffbb8d;
}

.button.hollow.alert {
    border: 2px solid #e34438;
    color: #d52b1e;
    background-color: #fcebea;
}

.button.hollow.alert:hover,.button.hollow.alert:focus {
    background-color: #fdf1f0;
    border-color: #f1a29c;
}

.button.disabled,.button[disabled] {
    opacity: .25;
    cursor: not-allowed;
    pointer-events: none;
}

.button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: .4em;
    float: right;
    margin-left: 1em;
    display: inline-block;
}

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -.1em;
}

/* Hollow & Dropdown Button Override Settings */


#mainContent button.hollow {
    text-shadow: none;
    color: #4278a0;
    border: 1px solid #4278a0;
}


.dropdown.button.arrow-only {
    min-width: 1px !important;
}



/*  #GRADIENT-BORDER HELPER CLASSES
 *  -----------------------------------
 *  -----------------------------------
*/

@media screen and (min-width: 40em) {
	.medium-br-grad-right-to-bottom {
	    border-width: 1px;
	    border-style: solid;
	    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(rgba(255, 255, 255, 0))) 1 100%;
	    -webkit-border-image: -webkit-linear-gradient(white, rgba(255, 255, 255, 0)) 1 100%;
	    -moz-border-image: -moz-linear-gradient(white, rgba(255, 255, 255, 0)) 1 100%;
	    -o-border-image: -o-linear-gradient(white, rgba(255, 255, 255, 0)) 1 100%;
	    border-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)) 1 100%;
	    border-left: none !important;
	}
}

.dbl-border {
	margin: 1.825rem 0;
    background: rgb(255, 255, 255) url(/images/provantage/border_dbl.png) repeat-x scroll center;
    height: 10px;
}



/*  #FOUNDATION 6 FORM SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/

.noteTextRemain_wrapper{
	font-weight:normal;
	font-size:0.7rem
}

[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
	height: 2.4375rem;
    padding: 0.5rem 1.25rem;
    border: 1px solid #c4c4c4;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 0.875rem;
    color: #231f20;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(35,31,32,0.1);
    border-radius: 0;
    transition: box-shadow 0.5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea#noteText, textarea#quote-notes{
	height:3.5rem !important;
}

[type='text']:focus,[type='password']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='email']:focus,[type='number']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='url']:focus,[type='color']:focus,textarea:focus {
    border: 1px solid #3a3c3d;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px #c4c4c4;
    transition: box-shadow 0.5s,border-color .25s ease-in-out;
}

textarea {
    max-width: 100%;
	line-height: 1.4;
}

textarea[rows] {
    height: auto;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #c4c4c4;
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #c4c4c4;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #c4c4c4;
}

input::placeholder,textarea::placeholder {
    color: #c4c4c4;
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
    background-color: #e8e8e8;
    cursor: default;
}

[type='submit'],[type='button'] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type='search'] {
    box-sizing: border-box;
}

[type='file'],[type='checkbox'],[type='radio'] {
    /* margin: 0 0 1rem; */
	margin: 0;
}
input.category-checkbox{
	margin-bottom:0rem;
}

[type='checkbox'] + label,[type='radio'] + label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

label > [type='checkbox'],label > [type='radio'] {
    margin-right: .5rem;
}

[type='file'] {
    width: 100%;
}

#mainContent form label, #mainContent form label > p {
    font-size: 1rem;
	margin-bottom: 0.5rem;
}

#mainContent form label > p {
    padding-left: 20px;
}

#mainContent form .data-table label,
#mainContent form .data-table label > p {
    font-size: 0.875rem;
}

#mainContent form label.radio-or-checkbox-text {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#mainContent form label.radio-or-checkbox-text p {
    padding: 0 0.5rem;
	font-size: 0.875rem;
}

#mainContent form legend {
	margin-bottom: 0;
}

#mainContent form p {
	font-size: 1rem;
	line-height: 1.6;
}

#mainContent form label p.help-text,
#provantageLoginForm form label p.help-text {
    font-size: 0.875rem;
    color: #6c6f70;
    margin-bottom: 1rem;
    line-height: 1.4;
	font-style: italic;
}

#mainContent form legend > p {
	margin-bottom: 0;
	line-height: 1;
	font-size: 1rem;
}

#mainContent form #disclaimer p {
    font-size: 0.75rem;
}

form#selectQuoteForm #quote-table p {
    font-size: 0.875rem;
}

#mainContent form label input,
#mainContent form label select,
#mainContent form label p.help-text,
#mainContent form label p.radio-or-checkbox-text,
#provantageLoginForm form label p.help-text {
    font-weight: normal;
}

.user-name-container{
	height:346px;
}
#mainContent #requestAccess input#login {
	margin-top:23px;
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

.input-group > :first-child {
    border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
    border-radius: 0 0 0 0;
}

.input-group-label,.input-group-field,.input-group-button {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e9e9e9;
    color: #231f20;
    border: 1px solid #c4c4c4;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}

.input-group-label:first-child {
    border-right: 0;
}

.input-group-label:last-child {
    border-left: 0;
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%;
}

.input-group-button a,.input-group-button input,.input-group-button button {
    margin: 0;
    margin-left: -0.1875rem;
}

.input-group .input-group-button {
    display: table-cell;
}

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

legend {
    margin-bottom: .5rem;
    max-width: 100%;
}

.fieldset {
    border: 1px solid #e6e6e6;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

.fieldset legend {
    background: #fff;
    padding: 0 .1875rem;
    margin: 0;
/*    margin-left: -.1875rem;*/
    margin-left: 0.8125rem;
    /*color: #6c6f70;*/
}

select {
    height: 2.4375rem;
    padding: .5rem;
	padding-right: 20px;
    border: 1px solid #c4c4c4;
    margin: 0 0 1rem;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    color: #231f20;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2858,60,61%29"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right -14px center;
    background-origin: content-box;
    background-repeat: no-repeat;
}

.section-title select {
    width: auto;
    height: 23px;
    padding: 4px 20px 4px 4px;
    font-size: 0.75rem;
    margin: -2px 0 0;
    font-weight: normal;
    float: right;
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
    }
}

select:disabled {
    background-color: #e9e9e9;
    cursor: default;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
    background: none;
}

.is-invalid-input:not(:focus) {
    background-color: rgba(213,43,30,0.1);
    border-color: #d52b1e;
}

.is-invalid-label {
    color: #d52b1e;
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #d52b1e;
}

.form-error.is-visible {
    display: block;
}

/*  Global Input Placeholder Settings  */

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input:placeholder-shown { /* Chrome/Opera/Safari */
	font-size: 0.75rem !important;
	font-weight: normal !important;
	font-style: italic !important;
	color: #a2a4a3 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
	font-size: 0.75rem !important;
	font-weight: normal !important;
	font-style: italic !important;
	color: #a2a4a3 !important;
}
input:-ms-input-placeholder { /* IE 10+ */
	font-size: 0.75rem !important;
	font-weight: normal !important;
	font-style: italic !important;
	color: #a2a4a3 !important;
}
input:-moz-placeholder { /* Firefox 18- */
	font-size: 0.75rem !important;
	font-weight: normal !important;
	font-style: italic !important;
	color: #a2a4a3 !important;
}

/*  #FOUNDATION 6 ACCORDION SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.accordion {
    list-style-type: none;
    background: #fff;
    border: .0625rem solid #dadada;
    border-bottom: 0;
    border-radius: 0;
    margin-left: 0;
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 1rem;
    color: #f26100;
    position: relative;
    border-bottom: .0625rem solid #dadada;
}

.accordion-title:focus {
    color: #f26100;
}

.accordion-title::before {
    content: "+";
    width:0px;
    height:0px;
    /* border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #6c6f70; */
    position:absolute;
    color: #6C6F70;
}

.is-active > .accordion-title::before {
    content: "\2013";
    width:0px;
    height:0px;
    /* border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #6c6f70;
    border-top: none; */
    position:absolute;
}

#productResults .accordion .accordion-title::before {
    border: none !important;
}

.accordion-content {
    padding: 1.25rem;
    display: none;
    border-bottom: .0625rem solid #dadada;
    background-color: #fff;
}

.is-active .accordion-title, .accordion-title:hover, {
    color: #231f20;
    background-color: #e9e9e9;
}

/*  #FOUNDATION 6 ACCORDION MENU SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.is-accordion-submenu-parent > a {
    position: relative;
}

.is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.3125rem;
    border-color: #f37f00 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

/*  #FOUNDATION 6 BADGE SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.badge {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: .6rem;
    text-align: center;
    border-radius: 50%;
    background: #f37f00;
    color: #fff;
}

.badge.secondary {
    background: #c4c4c4;
    color: #231f20;
}

.badge.success {
    background: #008300;
    color: #fff;
}

.badge.warning {
    background: #f26100;
    color: #fff;
}

.badge.alert {
    background: #d52b1e;
    color: #fff;
}

/*  #FOUNDATION 6 BREADCRUMB SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.breadcrumbs {
    list-style: none;
    margin: 0 0 1rem;
}

.breadcrumbs::before,.breadcrumbs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.breadcrumbs::after {
    clear: both;
}

.breadcrumbs li {
    float: left;
    color: #a2a4a3;
    font-size: .875rem;
    cursor: default;
    font-weight: normal;
}

.breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1;
}


.breadcrumbs li a {
    text-decoration: none;
	font-size: inherit;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/*  #FOUNDATION 6 BUTTON-GROUP SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.button-group {
	margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0;
}

.button-group::before,.button-group::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.button-group::after {
    clear: both;
}

.button-group .button {
    margin: 0;
    font-size: 1rem;
    float: left;
}

#mainContent .button-group,
.bottom-btn-section {
	margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 0;
}

#mainContent .button-group .button {
	height: 40px;
	float: left;
}

/*
.button-group .button:not(:last-child) {
    border-right: 1px solid #fff;
}
 */

.button-group.tiny .button {
    font-size: .6rem;
}

.button-group.small .button {
    font-size: .75rem;
}

.button-group.large .button {
    font-size: 1.25rem;
}

.button-group.expanded {
    margin-right: -1px;
}

.button-group.expanded::before,.button-group.expanded::after {
    display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1rem;
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1rem;
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1rem;
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1rem;
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1rem;
}

.button-group.primary .button {
    background-color: #f37f00;
    color: #fff;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #c26600;
    color: #fff;
}

.button-group.secondary .button {
    background-color: #c4c4c4;
    color: #231f20;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    background-color: #9d9d9d;
    color: #231f20;
}

.button-group.success .button {
    background-color: #008300;
    color: #fff;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
    background-color: #006900;
    color: #fff;
}

.button-group.warning .button {
    background-color: #f26100;
    color: #fff;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
    background-color: #c24e00;
    color: #fff;
}

.button-group.alert .button {
    background-color: #d52b1e;
    color: #fff;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
    background-color: #aa2218;
    color: #fff;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
    width: 100%;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
    margin-left: 0;
    margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-left: 1rem;
    }

    .button-group .button,
    .button-group.stacked .button:not(:last-child),
	.button-group.stacked-for-small .button:not(:last-child),
	.button-group.stacked-for-medium .button:not(:last-child),
	.bottom-btn-section .button {
	    margin-bottom: 0;
	}
}

@media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        float: right;
        margin-left: 1rem;
    }

    .button-group.stacked-for-medium .button:not(:first-child) {
        margin-left: 1rem;
    }
}

/*  Fixed Bottom Button @Small Breakpoint Only  */

@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-left: 0;
        float: none;
    }

    .bottom-button-section.add-to-quote-buttons {
		position: fixed;
	    width: 100%;
	    bottom: 0;
	    margin: 0 auto !important;
	    left: 0;
	    right: 0;
}

	.bottom-button-section.add-to-quote-buttons .button {
		margin-bottom: 0;
		width: 100% !important;
	}

	.content-box-head-buttons.add-to-quote-buttons {
		display: none;
	}
}

/*  #FOUNDATION 6 CALLOUT SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: .0625rem solid #dadada;
    border-radius: 0;
    position: relative;
    color: #231f20;
    background-color: #FEF2E6;
}

.callout > :first-child {
    margin-top: 0;
}

.callout > :last-child {
    margin-bottom: 0;
}

.callout.primary {
    background-color: #ffecd7;
}

.callout.secondary {
    background-color: #f6f6f6;
}

.callout.success {
    background-color: #c6ffc6;
}

.callout.warning {
    background-color: #ffe7d7;
}

.callout.alert {
    background-color: #fadedc;
}

.callout.small {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}

/*  #FOUNDATION 6 CLOSE-BUTTON SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.close-button {
    position: absolute;
    color: #3a3c3d;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
    outline: 0;
}

.close-button:hover,.close-button:focus {
    color: #231f20;
}

/*  #FOUNDATION 6 MENU SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.menu {
    margin: 0;
    list-style-type: none;
}

.menu > li {
    display: table-cell;
    vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
    outline: 0;
}

.menu > li > a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
}

.menu input,.menu a,.menu button {
    margin-bottom: 0;
}

.menu > li > a img,.menu > li > a i {
    vertical-align: middle;
}

.menu > li > a i + span,.menu > li > a img + span {
    vertical-align: middle;
}

.menu > li > a img,.menu > li > a i {
    margin-right: .25rem;
    display: inline-block;
}

.menu > li {
    display: table-cell;
}

.menu.vertical > li {
    display: block;
}

@media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
        display: table-cell;
    }

    .menu.medium-vertical > li {
        display: block;
    }
}

@media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
        display: table-cell;
    }

    .menu.large-vertical > li {
        display: block;
    }
}

@media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
        display: table-cell;
    }

    .menu.xlarge-vertical > li {
        display: block;
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem;
}

.menu.simple a {
    padding: 0;
}

.menu.align-right::before,.menu.align-right::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.menu.align-right::after {
    clear: both;
}

.menu.align-right > li {
    float: right;
}

.menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
    width: 100%;
}

.menu.icon-top > li > a {
    text-align: center;
}

.menu.icon-top > li > a img,.menu.icon-top > li > a i {
    display: block;
    margin: 0 auto .25rem;
}

.menu.nested {
    margin-left: 1rem;
}

.menu .active > a {
    color: #fff;
    background: #f37f00;
}

.menu-text {
    font-weight: bold;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: .7rem 1rem;
}

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

.menu-centered > .menu {
    display: inline-block;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

/*  #FOUNDATION 6 MENU-ICON SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff,0 14px 0 #fff;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

.menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #231f20;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #231f20,0 14px 0 #231f20;
}

.menu-icon.dark:hover::after {
    background: #3a3c3d;
    box-shadow: 0 7px 0 #3a3c3d,0 14px 0 #3a3c3d;
}

/*  #FOUNDATION 6 DRILLDOWN-MENU SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.is-drilldown {
    position: relative;
    overflow: hidden;
}

.is-drilldown li {
    display: block !important;
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fff;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear,-webkit-transform .15s linear;
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
    position: relative;
}

.is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #f37f00;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}

.js-drilldown-back > a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #f37f00 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem;
}

/*  #FOUNDATION 6 DROPDOWN SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.dropdown-pane {
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
}

.dropdown-pane ul li,
.dropdown-pane label.azp {
    cursor: pointer;
}

.dropdown-pane.is-open {
    visibility: visible;
}

.dropdown-pane.tiny {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

#persistent-nav .dropdown-pane {
	box-shadow: 2px 2px 4px rgba(136,136,136,0.35);
	text-align: left;
}

/*  #FOUNDATION 6 DROPDOWN-MENU SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #f37f00 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
}

.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.dropdown.menu.vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #f37f00 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #f37f00;
    border-left-style: solid;
    border-right-width: 0;
}

@media screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #f37f00 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px;
    }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
        left: auto;
        right: 100%;
    }

    .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
        margin-top: -3px;
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #f37f00 transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #f37f00;
        border-left-style: solid;
        border-right-width: 0;
    }
}

@media screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #f37f00 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px;
    }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
        left: auto;
        right: 100%;
    }

    .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
        margin-top: -3px;
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #f37f00 transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #f37f00;
        border-left-style: solid;
        border-right-width: 0;
    }
}

@media screen and (min-width: 75em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%;
    }

    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%;
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1.5rem;
        position: relative;
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #f37f00 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px;
    }

    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.xlarge-vertical > li.opens-left .is-dropdown-submenu {
        left: auto;
        right: 100%;
    }

    .dropdown.menu.xlarge-vertical > li.opens-right .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.xlarge-vertical > li > a::after {
        right: 14px;
        margin-top: -3px;
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent #f37f00 transparent transparent;
        border-right-style: solid;
        border-left-width: 0;
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: transparent transparent transparent #f37f00;
        border-left-style: solid;
        border-right-width: 0;
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%;
}

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fff;
    border: 1px solid #c4c4c4;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #f37f00 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #f37f00;
    border-left-style: solid;
    border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu,.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

/*  #FOUNDATION 6 LABEL SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.label {
    display: inline-block;
    padding: .33333rem .5rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #f37f00;
    color: #fff;
}

.label.secondary {
    background: #c4c4c4;
    color: #231f20;
}

.label.success {
    background: #008300;
    color: #fff;
}

.label.warning {
    background: #f26100;
    color: #fff;
}

.label.alert {
    background: #d52b1e;
    color: #fff;
}

/*  #FOUNDATION 6 MEDIA-OBJECT SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.media-object {
    margin-bottom: 1rem;
    display: block;
}

.media-object img {
    max-width: none;
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block;
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top;
}

.media-object-section:first-child {
    padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}

.media-object-section.middle {
    vertical-align: middle;
}

.media-object-section.bottom {
    vertical-align: bottom;
}

/*  #FOUNDATION 6 OFF-CANVAS SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
html,body {
    height: 100%;
}


.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
}

.off-canvas-wrapper-inner::before,.off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.off-canvas-wrapper-inner::after {
    clear: both;
}

.off-canvas-content,.off-canvas-content {
    min-height: 100%;
    background: #fff;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: .1px;
    box-shadow:none !important;
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    cursor: pointer;
    transition: background .25s ease;
}

.off-canvas {
    position: absolute;
    background: #2e2f30;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0;
}

.off-canvas.position-left {
    left: -90%;
    top: 0;
    width: 90%;
}

.is-open-left {
    -webkit-transform: translateX(90%);
    -ms-transform: translateX(90%);
    transform: translateX(90%);
}

.off-canvas.position-right {
    right: -90%;
    top: 0;
    width: 90%;
}

.is-open-right {
    -webkit-transform: translateX(-90%);
    -ms-transform: translateX(-90%);
    transform: translateX(-90%);
}

@media screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed;
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 90%;
    }

    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed;
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 90%;
    }
}

@media screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed;
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 90%;
    }

    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed;
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 90%;
    }
}

@media screen and (min-width: 75em) {
    .position-left.reveal-for-xlarge {
        left: 0;
        z-index: auto;
        position: fixed;
    }

    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 90%;
    }

    .position-right.reveal-for-xlarge {
        right: 0;
        z-index: auto;
        position: fixed;
    }

    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 90%;
    }
}

/*  #FOUNDATION 6 ORBIT (CAROUSEL) SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.orbit {
    position: relative;
}

.orbit-container {
    position: relative;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.orbit-slide {
    width: 100%;
    max-height: 100% !important;
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
}

.orbit-figure {
    margin: 0;
}

.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    color: #fff;
    background-color: rgba(35,31,32,0.5);
}

.orbit-previous,.orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff;
}

[data-whatinput='mouse'] .orbit-previous,[data-whatinput='mouse'] .orbit-next {
    outline: 0;
}

.orbit-previous:hover,.orbit-next:hover,.orbit-previous:active,.orbit-next:active,.orbit-previous:focus,.orbit-next:focus {
    background-color: rgba(35,31,32,0.5);
}

.orbit-previous {
    left: 0;
}

.orbit-next {
    left: auto;
    right: 0;
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
    outline: 0;
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #c4c4c4;
    border-radius: 50%;
}

.orbit-bullets button:hover {
    background-color: #3a3c3d;
}

.orbit-bullets button.is-active {
    background-color: #3a3c3d;
}

/*  #FOUNDATION 6 PAGINATION SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}

.pagination::before,.pagination::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.pagination::after {
    clear: both;
}

.pagination li {
    font-size: .875rem;
    margin-right: .0625rem;
    border-radius: 0;
    display: none;
}

.pagination li:last-child,.pagination li:first-child {
    display: inline-block;
}

@media screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}

.pagination a,.pagination button {
    color: #231f20;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
}

.pagination a:hover,.pagination button:hover {
    background: #e9e9e9;
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #f37f00;
    color: #fff;
    cursor: default;
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #c4c4c4;
    cursor: default;
}

.pagination .disabled:hover {
    background: transparent;
}

.pagination .ellipsis::after {
    content: '\2026';
    padding: .1875rem .625rem;
    color: #231f20;
}

.pagination-previous a::before,.pagination-previous.disabled::before {
    content: '\00ab';
    display: inline-block;
    margin-right: .5rem;
}

.pagination-next a::after,.pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-left: .5rem;
}

/*  #FOUNDATION 6 STICKY SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.sticky-container {
    position: relative;
}

.sticky {
    position: absolute;
    z-index: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
}

.sticky.is-stuck.is-at-top {
    top: 0;
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto;
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}

/*  #FOUNDATION 6 REVEAL (MODAL) SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
body.is-reveal-open {
    overflow: hidden;
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(35,31,32,0.45);
    overflow-y: scroll;
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
    outline: 0;
}

@media screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}

.reveal .column,.reveal .columns,.reveal .columns {
    min-width: 0;
}

.reveal > :last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}

@media screen and (min-width: 40em) {
    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto;
    }
}

.reveal.collapse {
    padding: 0;
}

@media screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}

@media screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}

@media screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
}

@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
    }
}

.reveal.without-overlay {
    position: fixed;
}

.dialog-ymme-wrapper {
    background-color: transparent !important;
    border: none;
	padding: 0;
	top: 10px !important;
	position:absolute !important;
	overflow:visible;
}

.dialog-ymme-inner {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    background-color: white;
}

.dialog-ymme-inner ul.floatlists > li.column {
	margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {

	.dialog-ymme-inner ul.floatlists > li.column {
		margin-bottom: 0;
	}

}

/*  #FOUNDATION 6 SWITCH SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.switch {
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-weight: bold;
    font-size: .875rem;
}

.switch-input {
    opacity: 0;
    position: absolute;
}

.switch-paddle {
    background: #f37f00;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    transition: all .025s ease-out;
    border-radius: 0;
    color: inherit;
    font-weight: inherit;
}

input + .switch-paddle {
    margin: 0;
}

.switch-paddle::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: .25rem;
    top: .25rem;
    width: 1.5rem;
    transition: all .025s ease-out;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-radius: 0;
}

input:checked ~ .switch-paddle {
    background: #c4c4c4;
}

input:checked ~ .switch-paddle::after {
    left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
}

.switch-active,.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch-active {
    left: 8%;
    display: none;
}

input:checked + label > .switch-active {
    display: block;
}

.switch-inactive {
    right: 15%;
}

input:checked + label > .switch-inactive {
    display: none;
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.25rem;
    font-size: .625rem;
}

.switch.tiny .switch-paddle::after {
    width: 1rem;
    height: .75rem;
}

.switch.tiny input:checked ~ .switch-paddle:after {
    left: 1.75rem;
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem;
}

.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle:after {
    left: 2rem;
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}

.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem;
}

.switch.large input:checked ~ .switch-paddle:after {
    left: 2.75rem;
}

/*  #FOUNDATION 6 TABLE SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

table thead,table tbody,table tfoot {
    border: 1px solid #dadada;
    background-color: #fff;
}

table caption {
    font-weight: bold;
    padding: .5rem .625rem .625rem;
}

table thead,table tfoot {
    background: #acaeaf;
    color: #fff;
}

table thead tr,table tfoot tr {
    background: transparent;
}

table thead th, table thead td,
table tfoot th, table tfoot td {
    font-weight: bold;
    text-align: left;
}

table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

table thead th, table thead td,
table tfoot th, table tfoot td,
table tbody th,table tbody td {
    padding: .5rem 1.25rem .625rem;
	vertical-align: top;
}

table tbody td.row {
    padding: 10px 0;
}

table.totals-for-quote-table tbody {
    border-bottom: none;
    border-top: none;
}

@media screen and (min-width: 40em) {
	#current-quote-page table.totals-for-quote-table{
		margin-bottom:3.5rem;
	}
	#current-quote-page table.totals-for-quote-table.hasDeals{
		margin-bottom:1rem;
	}
}

table.item-list-table tbody tr:not(:first-child) td {
    padding-top: 20px !important;
}

table.item-list-table tbody tr td {
    font-size: 0.875rem;
}

table.item-list-table tbody tr.subtotal-header td,
table.item-list-table tbody tr.subtotal-totals td,
table.totals-header-table tbody tr.data-row td,
table.totals-for-quote-table tbody tr.has-showHide-cost--btn td {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
	font-size: 1rem;
	font-weight: bold;
}

table.item-list-table tbody tr.subtotal-header td {
	color: #fff;
	background-color: #4278a0;
}

table.item-list-table tbody tr.subtotal-totals td {
	color: #3a3c3d;
	background-color: #fff;
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr,table.stack th,table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover tr:hover {
    background-color: #fafafa;
}

table.hover tr:nth-of-type(even):hover {
    background-color: #ededed;
}
    table.hover tbody tr:only-of-type:hover {
        background-color: transparent !important;
    }

.table-scroll {
    overflow-x: auto;
    margin-bottom: 1rem;
}

.table-scroll table {
    width: auto;
}

.table-scroll table tbody p, .table-scroll table th {
    white-space: nowrap;
}

.table-scroll table tbody p.deal-applied {
    white-space: normal;
    font-size:0.875rem !important;
}

div.results-main.table-scroll{
	overflow:visible;
}

.toggle-cost-column{
	display:none !important;
}

.list-column,
.cost-column {
	white-space: nowrap;
	font-size: 1rem;
	text-align: center;
}

.list-column .core-price,
.cost-column .core-price {
	display: block;
    text-align: center;
    color: #9c9b9b;
    margin: 7px 0 0;
    font: 0.75rem/1.2 "Helvetica Neue", Arial, sans-serif;
    font-style: italic;
}

thead.dark tr th {
    border-right: 1px solid #fff;
}

.results-main .top.pagination-controls,
.results-main table tbody,
.results-main table thead {
	border: none;
}

table.item-list-table tbody tr,
table.item-list-table thead tr.show-hide-row,
.details .results-main .section-header,
.details .results-main .top.pagination-controls {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

form#add-to-quote-form .details .results-main:not(:first-child),
form#add-to-quote-form .details .results-main:only-of-type,
form#add-to-quote-form  div#Dealpagemain div.results-main:not(:first-child),
form#add-to-quote-form  div#Dealpagemain div.results-main:only-of-type{
    border-bottom: 1px solid #dadada;
}

.product-image {
    margin-bottom: 1rem;
}

table#eProcPINs tbody tr:hover{
	cursor:pointer;
}


/* Creat Custom Jobs tables */

.sectionHeader a.remove-job-category {
	text-decoration: underline;
}

table.edit-details,
table.consider-bar,
.confirm-details-content table {
	margin-bottom: 0;
}

.confirm-details-content {
	font-size: 1rem;
	font-weight: bold;
}

.content-section section:not(:last-of-type) table.edit-details tbody {
	border-bottom: none;
}

td.status span.active {
	color: #008300;
}

/*  #FOUNDATION 6 TABS SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.tabs {
    margin: 0;
    list-style-type: none;
    background: #fff;
    border: 1px solid #e9e9e9;
}

.tabs::before,.tabs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.tabs::after {
    clear: both;
}

.tabs.vertical > li {
    width: auto;
    float: none;
    display: block;
}

.tabs.simple > li > a {
    padding: 0;
}

.tabs.simple > li > a:hover {
    background: transparent;
}

.tabs.primary {
    background: #f37f00;
}

.tabs.primary > li > a {
    color: #fff;
}

.tabs.primary > li > a:hover,.tabs.primary > li > a:focus {
    background: #e77900;
}

.tabs-title {
    float: left;
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 1rem;
}

.tabs-title > a:hover {
    background: #fff;
}

.tabs-title > a:focus,.tabs-title > a[aria-selected='true'] {
    background: #e9e9e9;
}

.tabs-content {
    background: #fff;
    transition: all .5s ease;
    border: 1px solid #e9e9e9;
    border-top: 0;
}

.tabs-content.vertical {
    border: 1px solid #e9e9e9;
    border-left: 0;
}

.tabs-panel {
    display: none;
    padding: 1rem;
}

.tabs-panel.is-active {
    display: block;
}


/*  AZ PRO TABS (Overrides for Foundation Tabs)
 *  -------------------------------------------
 *  -------------------------------------------
*/

/*  Tabs w/in a Section Header */

.sectionHeader.has-tabs {
	padding: 0;
}

ul.idTabs,
ul.tabPanel {
	margin: 0;
	height: 100%;
}

ul.idTabs li,
ul.tabPanel li {
	float: left;
	position: relative;
	height: 100%;
}

ul.idTabs li a,
ul.tabPanel li a {
	padding: 0.875rem 1.25rem;
	height: 100%;
	color: #fff;
    font-family: 'AutoZoneCond-Heavy',Helvetica Neue,Arial,sans-serif;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
	border-radius: 0;
}

ul.idTabs li a:hover,
ul.tabPanel li a:hover {
	background: #fff;
	color: #3a3c3d;
}

ul.idTabs li a.selected,
ul.idTabs li a.selected:hover,
ul.tabPanel li a.selected,
ul.tabPanel li a.selected:hover {
	background-color: #e9e9e9;
    border: 1px solid #dadada;
    border-bottom: none;
    color: #3a3c3d;
}

/* Tooltip Link */

ul.idTabs li a span {
    font-size: 0.75rem;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
    font-family: Arial, sans-serif;
}

.makeHeader:hover, .modelHeader:hover {
    cursor: pointer;
}



/*  #FOUNDATION 6 THUMBNAIL SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.thumbnail {
    border: solid 4px #fff;
    box-shadow: 0 0 0 1px rgba(35,31,32,0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1rem;
}

.thumbnail:hover,.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(243,127,0,0.5);
}

/*  #FOUNDATION 6 TITLEBAR SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.title-bar {
    background: #231f20;
    color: #fff;
    padding: .5rem;
}

.title-bar::before,.title-bar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.title-bar::after {
    clear: both;
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .5rem;
}

.title-bar-left {
    float: left;
}

.title-bar-right {
    float: right;
    text-align: right;
}

.title-bar-title {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

.menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #231f20;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #231f20,0 14px 0 #231f20;
}

.menu-icon.dark:hover::after {
    background: #3a3c3d;
    box-shadow: 0 7px 0 #3a3c3d,0 14px 0 #3a3c3d;
}

/*  #FOUNDATION 6 TOOLTIP SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.has-tip {
    border-bottom: dotted 1px #3a3c3d;
    font-weight: bold;
    position: relative;
    display: inline-block;
    cursor: help;
}

.tooltip {
    background-color: #231f20;
    color: #fff;
    font-size: 0.875rem;
    padding: .75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + 0.6495rem);
    max-width: 10rem !important;
    border-radius: 0;
}

.tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    border-color: transparent transparent #231f20;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    border-color: #231f20 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto;
}

.tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    border-color: transparent transparent transparent #231f20;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    border-color: transparent #231f20 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*  #FOUNDATION 6 TOP BAR SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.top-bar {
    padding: .5rem;
}

.top-bar::before,.top-bar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.top-bar::after {
    clear: both;
}

.top-bar,.top-bar ul {
    background-color: #e9e9e9;
}

.top-bar input {
    width: 200px;
    margin-right: 1rem;
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}

.top-bar input.button {
    width: auto;
}

@media screen and (max-width: 39.9375em) {
    .stacked-for-small .top-bar-left,.stacked-for-small .top-bar-right {
        width: 100%;
    }
}

@media screen and (max-width: 63.9375em) {
    .stacked-for-medium .top-bar-left,.stacked-for-medium .top-bar-right {
        width: 100%;
    }
}

@media screen and (max-width: 74.9375em) {
    .stacked-for-large .top-bar-left,.stacked-for-large .top-bar-right {
        width: 100%;
    }
}

@media screen and (max-width: 89.9375em) {
    .stacked-for-xlarge .top-bar-left,.stacked-for-xlarge .top-bar-right {
        width: 100%;
    }
}

.top-bar-left,.top-bar-right {
    width: 100%;
}

@media screen and (min-width: 40em) {
    .top-bar-left,.top-bar-right {
        width: auto;
    }
}

.top-bar-title {
    float: left;
    margin-right: 1rem;
}

.top-bar-left {
    float: left;
}

.top-bar-right {
    float: right;
}

/*  #FOUNDATION 6 VISIBILITY CLASSES
 *  -----------------------------------
 *  -----------------------------------
*/
.hide {
    /* Temporarily Disabling override
	display: none !important;
*/
}

div.saved-quotes-box img.legend.invisible{
	visibility:inherit;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em),screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em),screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em),screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important;
    }
}

@media screen and (max-width: 74.9375em) {
    .show-for-xlarge {
        display: none !important;
    }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .hide-for-xlarge-only {
        display: none !important;
    }
}

@media screen and (max-width: 74.9375em),screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important;
    }
}

.show-for-sr,.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.show-on-focus:active,.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}

.show-for-landscape,.hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape,.hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,.hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape,.show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,.show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,.show-for-portrait {
        display: block !important;
    }
}

/*  #FOUNDATION 6 FLOAT CLASSES
 *  -----------------------------------
 *  -----------------------------------
*/
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix::before,.clearfix::after,
.clearfix-f::before,.clearfix-f::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.clearfix::after,
.clearfix-f::after {
    clear: both;
}

/*  #FOUNDATION 6 TRANSITION SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}

.fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}

.hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}

.hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

.scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(-0.75turn);
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}

.spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(0.75turn);
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    opacity: 0;
}

.spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(0.75turn);
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}

.spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-0.75turn);
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    opacity: 0;
}

.slow {
    transition-duration: 750ms !important;
}

.fast {
    transition-duration: 250ms !important;
}

.linear {
    transition-timing-function: linear !important;
}

.ease {
    transition-timing-function: ease !important;
}

.ease-in {
    transition-timing-function: ease-in !important;
}

.ease-out {
    transition-timing-function: ease-out !important;
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
}

.bounce-in {
    transition-timing-function: cubic-bezier(0.485,0.155,0.24,1.245) !important;
}

.bounce-out {
    transition-timing-function: cubic-bezier(0.485,0.155,0.515,0.845) !important;
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76,-0.245,0.24,1.245) !important;
}

.short-delay {
    transition-delay: 300ms !important;
}

.long-delay {
    transition-delay: 700ms !important;
}

/*  #FOUNDATION 6 ANIMATION SETTINGS
 *  -----------------------------------
 *  -----------------------------------
*/
.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }

    5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

@keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }

    5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    0%,30%,70%,100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wiggle-7deg {
    40%,50%,60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    35%,45%,55%,65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    0%,30%,70%,100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.shake,.spin-cw,.spin-ccw,.wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485,0.155,0.24,1.245) !important;
    animation-timing-function: cubic-bezier(0.485,0.155,0.24,1.245) !important;
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485,0.155,0.515,0.845) !important;
    animation-timing-function: cubic-bezier(0.485,0.155,0.515,0.845) !important;
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76,-0.245,0.24,1.245) !important;
    animation-timing-function: cubic-bezier(0.76,-0.245,0.24,1.245) !important;
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}

/*  #AZ PRO GLOBAL OVERRIDE SETTINGS
 *  -----------------------------------
 *  Sets global styling for commonly used elements.
 *  -----------------------------------
*/
body {
    line-height: 1rem;
}

.help-text {
    margin-bottom: 1.25rem;
}

#password-help-text {
	margin-bottom: 0;
}

.help-text a {
    color: #4278a0;
    text-decoration: underline;
	font-size: 0.875rem;
}

label.required > p.help-text {
    margin-bottom: .9375rem;
    margin-left: 0;
}

label.required > p.help-text:after {
    content: none !important;
}

[data-whatinput='mouse'] :focus {
    outline: 0;
}

.title-bar {
    color: #231f20;
    font-size: .875rem;
}

.title-bar p,.title-bar a,.title-bar ul,.title-bar ul li {
    font-size: .875rem;
}

.title-bar ul {
    list-style-type: none;
}

.title-bar ul > li,.title-bar ul > li > a,.title-bar table {
    color: #3a3c3d;
}

p,label {
    font-size: 0.875rem;
    text-rendering: optimizeLegibility;
}

p {
    margin-bottom: 1rem;
}

span.availability {
    text-indent: -99999px;
    width: 1.75rem;
    height: 1.25rem;
    background-color: #008300;
}

p > span.availability {
    margin-left: -1.5rem;
    margin-right: 1rem;
}

i > a {
    font-family: Arial,sans-serif;
}

span.dropdown-caret-down {
    content: "";
    position: absolute;
    width: .625rem;
    height: .3125rem;
    z-index: 9999;
    background: url("/images/foundations/img/arrow-dwn-orange-sm.gif") no-repeat;
}

a.secondary-link {
    color: #4278a0 !important;
    text-decoration: underline;
    font-size: inherit;
}

/*  #BUTTONS
 *  -----------------------------------
 *  Sets global styling for button elements.
 *  -----------------------------------
*/


.address {
    text-transform: uppercase;
}

/*  #FORM INPUT BUTTONS
 *  -----------------------------------
 *  Sets global styling for button elements in a form.
 *
 *  <input type="button">
 *  <input type="submit">
 *  <input type="reset">
 *  -----------------------------------
*/
.input-btn {
    height: 1.75rem;
    padding: .1875rem .625rem;
    font-size: 1rem;
    text-transform: uppercase;
}

input[type="submit"].input-btn {
    margin-left: -.0625rem;
}

input[type="reset"].input-btn {
    margin: .125rem 0 0 .625rem;
    height: 1.375rem;
    background-color: #acaeaf;
}

input[type="reset"].input-btn:hover {
    background-color: #929596;
}

input[type="button"].input-btn {
    margin-left: 1rem;
}

.input-page-select {
    float: left;
}

.input-page-select select {
    height: 1.375rem;
    font-size: 1rem;
    padding: .1875rem 1.5625rem .1875rem .625rem;
    min-width: 6.25rem;
    width: auto;
    margin-bottom: 0;
    background-position: center right -20px;
}

/*  #BUTTON-ROW-WRAPPER
 *  -----------------------------------
 *  Styling for buttons that are right-aligned to content.
 *
 *  Commonly used for form pages.
 *  -----------------------------------
*/
#button-row-wrapper {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (min-width: 40em) {
    #button-row-wrapper {
        margin-left: -.9375rem;
        margin-right: -.9375rem;
    }
}

#button-row-wrapper::before,#button-row-wrapper::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#button-row-wrapper::after {
    clear: both;
}

#button-row-wrapper #button-row-flush-right {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 40em) {
    #button-row-wrapper #button-row-flush-right {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

#button-row-wrapper #button-row-flush-right:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    #button-row-wrapper #button-row-flush-right {
        width: 25%;
        margin-left: 75%;
    }
}

/*  #LAYOUT SETTINGS
 *  -----------------------------------
 *  Global styling for commonly used stuctural elements.
 *  -----------------------------------
*/
#mainContent,section,#breadCrumb,#pageHeader {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

#mainContent::before,#mainContent::after,section::before,section::after,#breadCrumb::before,#breadCrumb::after,#pageHeader::before,#pageHeader::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#mainContent::after,section::after,#breadCrumb::after,#pageHeader::after {
    clear: both;
}

#mainContent {
    padding: 1.25rem 0 0;
}

@media screen and (min-width: 40em) {
    #mainContent {
        padding-top: 0;
    }
}

@media screen and (min-width: 64em) {
    #mainContent {
        padding: 0 .9375rem;
    }
}

/*  #CONTENT
 *
 *  Inner-wrapper element for pages that have a Left Nav or Sidebar.
*/
#content {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

@media screen and (min-width: 40em) {
    #content {
		width: 75%;
    }
}

#content:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 64em) {

	#content {
        padding-left: .9375rem;
    }

    #content.has-sidebar-right {
        padding-left: 0;
        padding-right: .9375rem;
    }

	#content.has-sidebar-left-and-right {
		width: 50%;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

/*  #FULL-WIDTH-CONTENT
 *
 *  Inner-wrapper element for pages that do not have a Left Nav or sidebar.
*/
#full-width-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

#full-width-content::before,#full-width-content::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#full-width-content::after {
    clear: both;
}

@media screen and (min-width: 40em) {
    #full-width-content {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

#full-width-content:last-child:not(:first-child) {
    float: right;
}

#full-width-content,#full-width-content:last-child {
    float: none;
}


/*  BOTTOM-CONTENT + SIDEBAR
 *  -----------------------------------------
 *  Content below full-width-content that has
 *  sidebar content as well.
*/

.bottom-content.has-sidebar-right {
	clear: both;
}

.bottom-content.has-sidebar-right #rightNav {
	margin-top: 0;
}

/*  #SECTIONS
 *
 *  Global styling for <section> element.
*/
section:last-of-type {
    margin-bottom: 1.875rem;
}

section:not(:last-of-type) .section {
    border-bottom: none;
}

.section,.singleSection {
    border: .0625rem solid #dadada;
    padding: 1.875rem 0;
    color: #231f20;
    border-top: none;
}

.section.data-wrapper {
	padding: 18px;
}

.singleSection {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

.singleSection.flush {
    padding: 0 !important;
}

.singleSection::before,.singleSection::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.singleSection::after {
    clear: both;
}

@media screen and (min-width: 40em) {
    .singleSection {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

.singleSection:last-child:not(:first-child) {
    float: right;
}

.singleSection,.singleSection:last-child {
    float: none;
}

@media screen and (min-width: 64em) {
    .singleSection {
        min-height: 35.6875rem;
        padding: .625rem 0;
    }

	#category-selection-form div.singleSection{
		min-height:34.6875rem;
		margin-bottom:1rem;
	}

}

/*  #OFF-CANVAS MENU
 *  -----------------------------------
 *  Global styling for Off-Canvas Menu.
 *
 *  Displayed on Small & Medium Breakpoints only.
 *  -----------------------------------
*/
.menu-icon:after {
    background: #231f20;
    box-shadow: 0 7px 0 #231f20,0 14px 0 #231f20;
}

.off-canvas::-webkit-scrollbar {
    display: none;
}

.off-canvas {
    height: 100%;
}

.off-canvas ul.vertical li {
    border-bottom: 1px solid #353738;
    padding: 1rem;
}

.off-canvas ul.vertical li > a {
    color: #787c7e;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
}

.off-canvas ul.vertical li.menuHeader i.azp,
.off-canvas ul.vertical li > a i.azp {
    font-size: 1.5rem;
    color: #f37f00;
    vertical-align: middle;
    margin-right: .25rem;
}

.off-canvas ul.vertical li > a span {
    color: #f37f00;
}

.off-canvas ul.vertical li > a span i.fa,
.off-canvas ul.vertical li > a span i.azp {
    font-size: inherit;
    color: #6c6f71;
}

.off-canvas ul.vertical li p {
    padding-top: 1rem;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}

.off-canvas ul.vertical li .secondary-link a {
    padding: 0;
    color: #f37f00;
    text-decoration: underline;
    font-size: 1rem;
}

.off-canvas ul.vertical li .secondary-link a:not(:last-child) {
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 14px;
}

.off-canvas ul.vertical li.menuHeader {
    background-color: #231f20;
    color: #f37f00;
    text-indent: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
}

.off-canvas ul.vertical li.menuHeader a {
    color: #f37f00;
    text-indent: 0;
}

.off-canvas ul#proVantage-offCanvas li.menuHeader > a {
	display: inline-block;
}

.off-canvas ul.vertical li.footer {
    background-color: #2E2F30;
}

.off-canvas ul.vertical li.is-accordion-submenu-parent > a::after {
    border-color: #787c7e transparent transparent;
    right: 5px;
}

.off-canvas ul.vertical li.is-accordion-submenu-parent > ul.is-accordion-submenu {
    margin-top: 1rem;
    margin-left: 0;
    background-color: #262729;
}

.off-canvas ul.vertical li.is-accordion-submenu-parent > ul.is-accordion-submenu > li.is-accordion-submenu-item > a {
    font-weight: 400;
    color: #c4c4c4;
}

.off-canvas #offCanvasFooter {
    background: url("/images/foundations/img/footer-border.png") repeat-x left -3px #4C4F52;
    padding-top: 5px;
    border-top: 3px solid #4C4F52;
    margin-top: 40px;
}

/*  #SMALL OFF-CANVAS MENU
 *  -----------------------------------
 *  Styling for Off-Canvas Menu @small breakpoint only.
 *  -----------------------------------
*/
.title-bar.show-for-small-only {
    max-height: 7.5rem;
    padding: .6875rem 0;
}

.title-bar.show-for-small-only #small-menu-icon {
    width: 2rem;
    float: left;
    margin: .625rem;
}

.title-bar.show-for-small-only #small-menu-icon:last-child:not(:first-child) {
    float: right;
}

.title-bar.show-for-small-only #small-site-logo {
    width: calc(100% - 150px);
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-top: .5rem;
}

.title-bar.show-for-small-only #small-site-logo:last-child:not(:first-child) {
    float: right;
}

.title-bar.show-for-small-only #small-quote-icon {
    float: left;
    padding: 0 .625rem;
}
.title-bar.show-for-small-only #small-cart-icon {
    float: right;
    padding-right: .625rem;
}

.title-bar.show-for-small-only #small-quote-icon:last-child:not(:first-child) {
    float: right;
}

.title-bar.show-for-small-only #small-quote-icon a {
    font-size: 2rem;
    padding: 0;
    text-align: right;
	color: #3a3c3d;
}

.title-bar.show-for-small-only #small-cart-icon a i {
    font-size: 2rem;
}

.title-bar.show-for-small-only a:hover {
    text-decoration: none !important;
}

.title-bar.show-for-small-only #small-searchBar {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    position: relative;
}

.title-bar.show-for-small-only #small-searchBar::before,
.title-bar.show-for-small-only #small-searchBar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.title-bar.show-for-small-only #small-searchBar::after {
    clear: both;
}

.title-bar.show-for-small-only .interchangeLink p {
	margin-bottom: 0;
	line-height: 1;
}

/*  #MEDIUM OFF-CANVAS MENU
 *  -----------------------------------
 *  Styling for Off-Canvas Menu @medium breakpoint only.
 *  -----------------------------------
*/
@media screen and (min-width: 40em) {
    .title-bar.show-for-medium-only {
        height: 3.625rem;
        padding: .6875rem 0;
    }

    .title-bar.show-for-medium-only #medium-menu-icon {
        width: 4%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        margin: .625rem .625rem .625rem .75rem;
        padding-left: .625rem;
        padding-right: .625rem;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .title-bar.show-for-medium-only #medium-menu-icon {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

@media screen and (min-width: 40em) {
    .title-bar.show-for-medium-only #medium-menu-icon:last-child:not(:first-child) {
        float: right;
    }

    .title-bar.show-for-medium-only #medium-site-logo {
        width: 30%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        margin-top: .5rem;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .title-bar.show-for-medium-only #medium-site-logo {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

@media screen and (min-width: 40em) {
    .title-bar.show-for-medium-only #medium-site-logo:last-child:not(:first-child) {
        float: right;
    }

    .title-bar.show-for-medium-only #medium-searchBar {
        width: 47%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        position: relative;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .title-bar.show-for-medium-only #medium-searchBar {
        padding-left: .9375rem;
        padding-right: .9375rem;
		height:1px;
    }
}

@media screen and (min-width: 40em) {
    .title-bar.show-for-medium-only #medium-searchBar:last-child:not(:first-child) {
        float: right;
    }

    .title-bar.show-for-medium-only #medium-searchBar .nav-interchange-search {
        z-index: 100;
        padding: .5rem;
        background-color: rgba(255,255,255,0.875);
        position: absolute;
        top: .0625rem;
        right: 3.4375rem;
        width: 28%;
        height: 80%;
    }

    .title-bar.show-for-medium-only #medium-searchBar .nav-interchange-search > input[type="checkbox"] {
        position: absolute;
        top: .5rem;
        right: 4.6875rem;
    }

    .title-bar.show-for-medium-only #medium-searchBar .nav-interchange-search > label {
        font-size: .625rem;
        position: absolute;
        top: -.25rem;
        right: .875rem;
    }

    .title-bar.show-for-medium-only #medium-quote-icon {
        width: 5%;
        float: left;
        padding: 0;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .title-bar.show-for-medium-only #medium-quote-icon {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

@media screen and (min-width: 40em) {
    .title-bar.show-for-medium-only #medium-quote-icon:last-child:not(:first-child) {
        float: right;
    }

    .title-bar.show-for-medium-only #medium-quote-icon a {
        font-size: 2rem;
        color: #231f20;
        padding: 0 !important;
        text-align: right;
    }

    .title-bar.show-for-medium-only #medium-cart-icon {
        width: 7%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        margin-right: 0 !important;
        float: left !important;
        padding: 0 !important;
    }
}

@media screen and (min-width: 40em) and (min-width: 40em) {
    .title-bar.show-for-medium-only #medium-cart-icon {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

@media screen and (min-width: 40em) {
    .title-bar.show-for-medium-only #medium-cart-icon:last-child:not(:first-child) {
        float: right;
    }

    .title-bar.show-for-medium-only #medium-cart-icon button {
        font-size: 2rem;
        padding: 0 !important;
        text-align: right;
    }
}

@media screen and (min-width: 40em) {
    .off-canvas-content {
        padding-top: 0;
    }
}

/*  #PERSISTENT NAVIGATION
 *  -----------------------------------
 *  Global styling for Persistent (sitcky) Navigation Menu.
 *
 *  Displayed on @large breakpoint only.
 *  -----------------------------------
*/
#persistent-nav {
    background: url(/images/common/optin-bg.gif) repeat-x bottom #e9e9e9;
    min-height: 4.0625rem;
    background-position-y: 103.2%;
    height: 100%;
    /* z-index: 99999; */
	z-index: 99;
}

.title-bar {
    padding: 0;
    padding-top: .5rem;
    max-height: 3.875rem;
    border-bottom: .125rem solid #a2a4a3;
    height: 100%;
    background-color: #e9e9e9;
    width: 100%;
}

.title-bar.sticky.is-stuck.is-at-top {
    top: 0;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 1px 8px #9a9a9a;
    border-bottom: .0625rem solid #c4c4c4;
}

#persistent-nav-inner {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

#persistent-nav-inner .persistent-nav-left {
    float: left;
    width: calc(100% - 265px);
    padding-right: 0.9375rem;
}

@media screen and (min-width: 58.125em) {
	#persistent-nav-inner .persistent-nav-left {
	    width: calc(100% - 325px);
	}
}

@media screen and (min-width: 64em) {
	#persistent-nav-inner .persistent-nav-left {
	    padding-right: 1.875rem;
	}
}

#persistent-nav-inner .persistent-nav-right {
	float: right;
    width: 265px;
}

@media screen and (min-width: 58.125em) {
	#persistent-nav-inner .persistent-nav-right {
	    width: 325px;
	}
}

#persistent-nav-inner::before,#persistent-nav-inner::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#persistent-nav-inner::after {
    clear: both;
}

#persistent-nav-inner #myHome {
    width: 35px;
    padding-left: 0;
    padding-right: .9375rem;
	float: left
}

@media screen and (min-width: 58.125em) {
	#persistent-nav-inner #myHome {
	    width: 45px;
	}
}

#persistent-nav-inner #myHome a {
    display: block;
}

#persistent-nav-inner #myHome:last-child:not(:first-child) {
    float: right;
}

#persistent-nav-inner #add-or-change-vehicle {
    width: 215px;
    float: left;
    padding-left: 0;
    padding-right: .9375rem;
    position: relative;
}

@media screen and (min-width: 58.125em) {

}

@media screen and (min-width: 64em) {
	#persistent-nav-inner #add-or-change-vehicle {
	    width: 285px;
	}
}

#persistent-nav-inner #add-or-change-vehicle:last-child:not(:first-child) {
    float: right;
}

#persistent-nav-inner #searchBar {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 250px);
    position: relative;
}

@media screen and (min-width: 58.125em) {
	#persistent-nav-inner #searchBar {
		width: calc(100% - 260px);
	}
}

@media screen and (min-width: 64em) {
	#persistent-nav-inner #searchBar {
	    padding-left: 0.9375rem;
		width: calc(100% - 330px);
	}
}

#persistent-nav-inner #searchBar:last-child:not(:first-child) {
    float: right;
}

#nav-searchHelp-dropdown {
	min-width: 475px !important;
	max-width: 600px !important;
	width: auto;
	top: 3.3125rem !important;
	left: 0 !important;
    margin-right: 15px;
    height: auto;
}

#persistent-nav button .azp_info {
	font-size: .875rem;
    color: #231f20;
    margin-right: 0.9rem;
}

#nav-searchHelp-dropdown .introText {
    padding: 20px;
    border-bottom: .0625rem dotted #c4c4c4;
    background: #e9e9e9;
    line-height: 1rem;
}

.searchHelp-table {
	text-align: left;
    margin-bottom: 0;
    white-space: nowrap;
}

.searchHelp-table thead.dark {
	border-color: #6C6F70;
}

.searchHelp-table th,
.searchHelp-table td {
	padding-left: 20px;
}

.searchHelp-table .searchType {
	border-right: 1px solid #e4e4e4;
	font-weight: bold;
}

#nav-searchHelp-dropdown .closeExamples {
    text-align: center;
}

#nav-searchHelp-dropdown .closeExamples p {
    margin-bottom: 0;
    padding: 10px 0;
    background: #e9e9e9;
}

#nav-searchHelp-dropdown .closeExamples p:hover {
    cursor: pointer;
    background-color: #e9e9e9;
}

#nav-searchHelp-dropdown .closeExamples p > a {
	margin: 0;
}

#persistent-nav-inner #myShop,
#persistent-nav-inner #myAZstore {
	position: relative;
	margin-right: 0.625rem;
	padding-left: 0;
	padding-right: 0;
	width: auto;
	float: left;
	text-align: center;
}

#persistent-nav-inner #myShop button,
#persistent-nav-inner #myAZstore button {
	display: block;
    position: relative;
    padding-right: .625rem;
    text-align: center;
}

#persistent-nav-inner #myShop > button img,
#persistent-nav-inner #myAZstore > button img {
	display: block;
    height: 20px !important;
    width: auto;
}

#persistent-nav-inner #myAZstore > button img {
	margin-left: 3px;
}

@media screen and (min-width: 58.125em) {
	#persistent-nav-inner #myShop,
	#persistent-nav-inner #myAZstore {
		margin-right: 0.9375rem;
	}

	#persistent-nav-inner #myShop button,
	#persistent-nav-inner #myAZstore button {
	    padding-right: .9375rem;
	}

	#persistent-nav-inner #myShop > button img,
	#persistent-nav-inner #myAZstore > button img {
	    height: 30px !important;
	}

	#persistent-nav-inner #myAZstore > button img {
		margin-left: 0;
	}
}

#persistent-nav-inner #myShop > button span.dropdown-caret-down,
#persistent-nav-inner #myAZstore > button span.dropdown-caret-down {
	right: 0;
    top: 14px;
}

#persistent-nav-inner #myShop > button > p,
#persistent-nav-inner #myAZstore > button > p {
	margin-bottom: 0;
	margin-top: 2px;
}

#persistent-nav-inner #myShop > button > p > a.nav-btn,
#persistent-nav-inner #myAZstore > button > p > a.nav-btn {
	margin-left: 0;
}

#persistent-nav-inner #myShop:last-child:not(:first-child),
#persistent-nav-inner #myAZstore:last-child:not(:first-child) {
    float: right;
}

#persistent-nav-inner #myAccount {
	background: #fff;
    border-bottom: .3125rem solid #f37f00;
    border-left: .0625rem solid #c4c4c4;
    border-right: .0625rem solid #c4c4c4;
    height: 4.375rem;
    margin-top: -.8125rem;
    position: relative;
    width: auto;
    text-align: center;
    float: left;
    padding: .75rem .75rem 0;
}

@media screen and (min-width: 58.125em) {

}

#persistent-nav-inner #myAccount > button {
    position: relative;
    padding: 0 0 10px;
    text-align: center;
    display: block;
}

#persistent-nav-inner #myAccount > button > .azp_user {
    margin-right: .625rem;
}

#persistent-nav-inner #myAccount > button > span.dropdown-caret-down {
    top: 0.9375rem;
	right: 0;
}

#persistent-nav-inner #myAccount > button > p {
	line-height: 1;
	margin-bottom: 0;
	margin-top: 3px;
}

#persistent-nav-inner #myAccount > button > p > a {
    margin-left: 0;
}


#persistent-nav-inner #myQuotes {
	position: relative;
    width: auto;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    text-align: center;
}

@media screen and (min-width: 58.125em) {
	#persistent-nav-inner #myQuotes {
	    padding-left: .9375rem;
	    padding-right: .9375rem;
	}
}

#persistent-nav-inner #myQuotes > button {
	position: relative;
    padding: 0;
    display: block;
    margin: 0;
    text-align: left;
}

#persistent-nav-inner #myQuotes > button > .azp_quote {
    margin-left: 4px;
}

@media screen and (min-width: 58.125em) {
	#persistent-nav-inner #myQuotes > button > .azp_quote {
	    margin-left: 0;
	}
}

#persistent-nav-inner #myQuotes > button > span.dropdown-caret-down {
    top: .875rem;
    right: 0;
}

#persistent-nav-inner #myQuotes > button > p {
    margin-bottom: 0;
	margin-top: 2px;
}

#persistent-nav-inner #myQuotes > button > p > a {
    margin-left: 0;
}

#persistent-nav-inner #shoppingCart {
    width: auto;
    float: left;
    padding: 0;
	position: relative;
}

@media screen and (min-width: 58.125em) {
	#persistent-nav-inner #shoppingCart {
		padding: 3px 0 0 0;
	}
}

#persistent-nav-inner #shoppingCart a {
    display: block;
}

#persistent-nav-inner #shoppingCart > p > a {
    margin-left: 0;
}

#persistent-nav-inner #shoppingCart > a > span.badge {
    display: none;
}

#persistent-nav-inner #shoppingCart.hasBadge > a > span.badge {
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -.1875rem;
}

.title-bar i {
    color: #3a3c3d;
    font-size: 1.25rem;
    text-align: center;
}

@media screen and (min-width: 58.125em) {
	.title-bar i {
	    font-size: 1.875rem;
	}
}

.title-bar .columns {
    position: relative;
}

.title-bar .input-group {
    margin-bottom: 0;
}

.title-bar .input-group-field {
    height: 1.75rem;
}

.btn-dropdown {
    background: url("/images/foundations/img/btn-dropdown.png") no-repeat;
    width: 1.75rem;
    height: 1.75rem;
    border: none;
}

.btn-search {
    background: url("/images/foundations/img/btn-search.png") no-repeat;
    width: 2.4375rem;
    height: 1.75rem;
    border: none;
    text-indent: -99999px;
}

#persistent-nav p > a,
#persistent-nav a > p,
.title-bar div.interchangeLink p a {
    font-size: .6rem;
    color: #f26100;
    text-decoration: underline;
    text-transform: uppercase;
    margin-left: .625rem;
}

@media screen and (min-width: 58.125em) {
	#persistent-nav p > a,
	#persistent-nav a > p,
	.title-bar div.interchangeLink p a {
	    font-size: .675rem;
	}
}

#medium-searchBar form div.interchangeLink {
margin-top: -10px;
}

#persistent-nav p > a:hover {
    text-decoration: underline;
}

#persistent-nav p {
    line-height: .875rem;
}

#myHome,#myAccount,#shoppingCart {
    text-align: center;
}

.input-group > :first-child {
    font-size: .875rem;
    padding-left: .625rem;
}

#persistent-nav .input-group > :first-child, #persistent-nav input {
	font-size: 0.75rem;
}

.input-group > :last-child > * {
    margin-left: -.1875rem;
    margin-bottom: .3125rem;
}

/*  #MY-VEHICLES-DROPDOWN
 *  -----------------------------------
 *  Styling for Pers-Nav Vehicle Dropdown Menu.
 *  -----------------------------------
*/

#nav-myVehicles-dropdown {
    min-width: 175px;
    width: auto;
    height: 21.875rem;
    padding-top: 0;
    top: 3.3125rem !important;
    left: .1875rem !important;
    margin-bottom: 0;
    background-color: #fff;
}

#nav-myVehicles-dropdown .vehicle-list-widget {
    overflow: overlay;
    height: 21.75rem;
    padding: 0 1.0625rem 0 0;
    text-align: left;
    overflow-x: hidden;
}

.vehicle-list-widget  ul.vehicle-sort-widgets {
    margin: 0;
    text-align: left;
/*
    max-width: 100%;
    padding: 0 .625rem;
*/
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.vehicle-sort-widget-ul {
		max-width: 450px;
		min-width: 400px;
	}
	.vehicle-sort-widget-ul li{
		font-size:0.775rem !important;
   		padding: 0.375rem 0 0.375rem !important;
        white-space:normal;
		height:auto;
	}
	#vehicleSortingOverlay {
	    padding: 0 0.9375rem 0 25.5rem !important;
	}
}
.vehicle-list-widget > ul > li,
.vehicle-sort-widget-li {
    width: 100%;
    height: 2.625rem;
    padding: 0.6875rem 0.625rem 0.375rem;
    border-bottom: .0625rem dotted #c4c4c4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 0;
}


ul.vehicle-sort-widget-ul li:first-child {
    border-top: 1px dotted #c4c4c4;
}

ul.vehicle-sort-widget-ul li:first-child:hover {
    border: none;
}

.vehicle-list-widget > ul > li:hover,
.vehicle-sort-widget-li:hover {
    background: #e9e9e9;
}

.vehicle-list-widget > ul > li > a,
.vehicle-sort-widget-li a {
    font-size: .875rem;
    line-height: 1;
}

.vehicle-list-widget > ul > li.active,
.vehicle-sort-widget-li.selected {
    /*background: #e9e9e9;*/
}

.vehicle-list-widget > ul > li.active > a,
.vehicle-sort-widget-li.selected a {
    color: #4278a0;
}

#nav-myVehicles-dropdown .vehicle-sort-widget legend {
    color: #231f20;
    font-size: .875rem;
    border-bottom: .0625rem dotted #c4c4c4;
    padding: .75rem 0;
    height: 2.625rem;
    margin: 0 0 1.875rem;
    text-align: center;
    width: 100%;
}

#nav-myVehicles-dropdown .vehicle-sort-widget input {
    margin-right: 2.8125rem;
    float: left;
}

#nav-myVehicles-dropdown .vehicle-sort-widget label {
    color: #231f20;
    margin: 0 0 30px;
    text-align: left;
    clear: left;
    margin-left: 1.0625rem;
}

#nav-myVehicles-dropdown .vehicle-sort-widget label.azp {
    font-family: arial, sans-serif !important;
}

#nav-myVehicles-dropdown .vehicle-sort-widget label.azp::before {
    font-size: 2rem;
    color: #f37f00;
    float: left;
    margin-left: 1rem;
    margin-bottom: 0.375rem;
    font-family: "azpro-icons";
    margin-top: -1rem;
    margin-right: 2rem;
}



/* NEW DROPDOWN STYLING */

#nav-myVehicles-dropdown legend {
    color: #231f20;
    font-size: .875rem;
    border-bottom: .0625rem dotted #c4c4c4;
    padding: .75rem 0;
    height: 2.625rem;
    margin: 0 0 1.875rem;
    text-align: center;
    width: 750%;
}

#nav-myVehicles-dropdown .azp_sort-asc,
#nav-myVehicles-dropdown .azp_sort-desc,
#nav-myVehicles-dropdown .azp_sort-last-lookup {
    font-family: Arial, sans-serif !important;
}

#nav-myVehicles-dropdown .azp_sort-asc:before,
#nav-myVehicles-dropdown .azp_sort-desc:before,
#nav-myVehicles-dropdown .azp_sort-last-lookup:before {
    font-size: 2rem;
    color: #f37f00;
    font-family: 'azpro-icons' !important;
}

ul.vehicle-sort-widget-ul {
    position: absolute;
    top: 53px;
    left: 0;
    margin: 0;
    height: 352px;
    border: 1px solid #c4c4c4;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
	padding: 0.9375rem 0.9375rem 0;
}


#vehicleSortingOverlay {
    float: right;
    z-index: 9;
    border: 1px solid #c4c4c4;
    box-shadow: 2px 2px 4px rgba(136,136,136,0.35);
    padding: 0 0.9375rem 0 35.5rem;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 53px;
    left: 0;
    margin: 0;
    display: none;
}
    #vehicleSortingOverlay label {
        color: #666666;
        padding-left: 5px;
        font-size: 0.875rem;
        line-height: 20px;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: -1.5rem;
        margin-bottom: 2rem;
    }

    #vehicleSortingOverlay label:last-of-type {
        margin-bottom: 0;
    }

    #vehicleSortingOverlay input[type="radio"] {
        vertical-align: middle;
        margin-bottom: 0;
        margin-left: 1.5rem;
    }

	#vehicleSortingOverlay input[type="radio"]:first-of-type {
	    margin-top: 1.5rem;
	}

/*  #SEARCH-AUTO-SUGGESSTIONS
 *  -----------------------------------
 *  Styling for #autoSuggestionsContainer and child elements in #persistent-nav menu.
 *  -----------------------------------
*/

/* Remove OLD styling from global.css */

.autoSuggestionsContainer {
    z-index: 999;
    display: none;
    position: absolute;
    top: 3.3125rem !important;
    left: 15px !important;
    margin-top: 0 !important;
    padding: 0;
	width:415px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4 !important;
    box-shadow: 2px 2px 4px rgba(136,136,136,0.35);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.autoSuggestionsContainer {
	    left: 0px !important;
	}
}

#medium-searchBar .autoSuggestionsContainer {
	width: 300px;
}
#small-searchBar .autoSuggestionsContainer {
	max-width: 280px;
}

.autoSuggestionsContainer .searchText {
    font-weight: bold;
}

.autoSuggestionsContainer .autoSuggestionsList {
    margin: 0;
    padding: 0;
}

.autoSuggestionsContainer .searchText,
.autoSuggestionsContainer .autoSuggestionsList li.searchItem {
    border-bottom: .0625rem dotted #c4c4c4;
    padding: 11px 10px 6px !important;
    height: 2.625rem;
    overflow: hidden;
    font-size: 0.875rem;
}
    .autoSuggestionsContainer .autoSuggestionsList li.searchItem:last-of-type {
        border-bottom: none;
    }

    .autoSuggestionsContainer .searchText.itemOver,
    .autoSuggestionsContainer .autoSuggestionsList li.searchItem.itemOver {
        background-color: #f37f00 !important;
        font-weight: normal !important;
        color: #FFF !important;
    }



/*  #MY-SHOP-DROPDOWN
 *  -----------------------------------
 *  Styling for Pers-Nav Shop Selection Dropdown Menu.
 *  -----------------------------------
*/
#nav-myShop-dropdown {
    max-width: 15.625rem;
    min-height: 6.25rem;
    height: auto;
    top: 3.3125rem !important;
    left: auto !important;
    right: -.9375rem;
    text-align: left;
    padding: 12px 10px 10px;
}

div#myShop-locations ul.vehicle-manage-shop{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 352px;
}

#myShop-locations  ul {
    list-style-type: none;
    margin: 0;
}

#myShop-locations  ul  li {
    text-align: left;
    padding: .625rem;
    min-height: 2.625rem;
    border-bottom: .0625rem dotted #c4c4c4;
}

#myShop-locations  ul  li:first-of-type {
    border-top: .0625rem dotted #c4c4c4;
}

#myShop-locations  ul  li:first-of-type:hover {
    border-color: #f37f00;
}

#myShop-locations  ul  li:last-of-type {
    padding-bottom: 0;
}

#myShop-locations  ul  li  a {
    font-size: .875rem;
    line-height: 1;
    color: #3a3c3d;
}

#myShop-locations  ul  li.selected,
.vehicle-sort-widget-li.selected {
	font-weight:bold;
}

#myShop-locations  ul  li.selected  a,
.vehicle-sort-widget-li.selected  {
    color: #f37f00 !important;
}
#myShop-locations  ul  li.selected:hover a,
.vehicle-sort-widget-li.selected:hover  {
	background-color:#f37f00;
	color:#fff !important;
}
myShop-locations  ul  li.selected:hover a{
	color:#fff !important;
}

#myShop-locations  ul  li:hover {
    border-color: #f37f00;
	background: #f37f00;
}

#myShop-locations  ul  li:hover  a,
.vehicle-sort-widget-li:hover {
    color: #fff;
	background-color:#f37f00;
	border: none;
}
#selectShopFormSide li.selected {
display:none;
}

/*  #MY-AZ-STORE-DROPDOWN
 *  -----------------------------------
 *  Styling for Pers-Nav AZ Store Details Dropdown Menu.
 *  -----------------------------------
*/
#nav-myAZstore-dropdown {
    max-width: 15.625rem;
    min-height: 9.375rem;
    height: auto;
    top: 3.3125rem !important;
    left: auto !important;
    right: -0.9375rem;
    padding: .3125rem;
}

#nav-myAZstore-dropdown > .row {
    margin: .3125rem;
    padding: .625rem;
    border-bottom: .0625rem dotted #c4c4c4;
}

#nav-myAZstore-dropdown > .row:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

#nav-myAZstore-dropdown ul {
    list-style-type: none;
    margin-left: .625rem;
    margin-bottom: 0;
}

#nav-myAZstore-dropdown ul.address li {
	line-height: 1.6;
	font-size: 0.75rem;
}

#nav-myAZstore-dropdown a.email {
    color: #4278a0;
}

#myAZstore-hours .status {
    font-size: .625rem;
    margin-top: -.1875rem;
}

#myAZstore-hours .status .label {
    margin-right: .3125rem;
    padding: .375rem;
    font-size: .625rem;
    line-height: .3125rem;
}

#myAZstore-hours .status.open {
    color: #f37f00;
}
    #myAZstore-hours .status.open .label {
        background-color: #f37f00;
    }

#myAZstore-hours .status.closed {
    color: #f37f00;
}
    #myAZstore-hours .status.closed .label {
        background-color: #f37f00;
    }

#myAZstore-contact-info {
    background: #e9e9e9;
}

#myAZstore-contact-info > a {
    padding-left: .625rem;
}

#myAZstore-hours > table {
    margin-bottom: 0;
    margin-left: .3125rem;
}

#myAZstore-hours > table > tbody {
    border: none;
}

#myAZstore-hours > table > tbody > tr {
    background-color: #fff;
}

#myAZstore-hours > table > tbody > tr:hover {
    background-color: #e9e9e9;
    cursor: default;
}

#myAZstore-hours > table > tbody > tr > td {
    font-size: .75rem;
    padding: .25rem .2125rem;
    border: none;
}

#myAZstore-hours > table > tbody > tr > td:last-of-type {
    text-align: right;
    margin-left: 0;
}

/*  #MY-ACCOUNT-DROPDOWN
 *  -----------------------------------
 *  Styling for Pers-Nav Account Settings Dropdown Menu.
 *  -----------------------------------
*/
#nav-myAccount-dropdown,
#nav-myQuotes-dropdown {
    max-width: 14rem;
    height: auto;
    top: 4.125rem !important;
    left: auto !important;
    right: -1px;
    text-align: left;
    padding: 0.75rem 0.625rem 0.625rem;
}

#myAccount-options > ul,
#myQuotes-options > ul,
#provantage-options > ul {
    list-style-type: none;
    margin: 0;
}

#myAccount-options > ul > li,
#myQuotes-options > ul > li,
#provantage-options > ul > li {
    text-align: left;
    border-bottom: .0625rem dotted #c4c4c4;
    position: relative;
}

#myAccount-options > ul > li:first-of-type,
#myQuotes-options > ul > li:first-of-type,
#provantage-options > ul > li:first-of-type {
    border-top: .0625rem dotted #c4c4c4;
}

#myAccount-options > ul > li:hover,
#myQuotes-options > ul > li:hover {
    background: #f37f00;
	border-color: #f37f00;
}

#provantage-options > ul > li:hover {
	background: #136B9D;
}

#myAccount-options > ul > li > a,
#myQuotes-options > ul > li > a,
#myAccount-options div#btnLogout > a,
#provantage-options > ul > li > a {
    font-family: Arial, sans-serif !important;
	display:block;
	padding:0.625rem;
}

#myAccount-options > ul > li i,
#myQuotes-options > ul > li i {
    font-size: 1.375rem;
    color: #f37f00;
}

#myAccount-options > ul > li > i:before,
#myQuotes-options > ul > li > i:before {
    color: #f37f00;
    vertical-align: middle;
}

#myAccount-options > ul > li > i > a,
#myQuotes-options > ul > li > i > a,
#btnLogout i a,
#provantage-options > ul > li > a, {
    color: #231f20;
    position: absolute;
    top: 1.25rem;
    left: 3rem;
}

#btnLogout {
    padding: 0;
}

/* Begin AZPro Icons Styling
 * for new .azp .azp_xxx classes
*/

#myAccount-options ul li a.azp::before,
#myQuotes-options ul li a.azp::before {
    color: #f37f00;
    font-size: 1.375rem;
    margin-right: 1rem;
    vertical-align: sub;
    font-family: azpro-icons;
}

#myAccount-options ul li:hover a,
#myQuotes-options ul li:hover a,
#myAccount-options ul li:hover a.azp::before,
#myQuotes-options ul li:hover a.azp::before,
#myAccount-options ul li:hover div#btnLogout a,
#provantage-options > ul > li:hover a {
	color:#fff;
}

#myAccount-options div#btnLogout a{
	color:#3a3c3d;
	font-family:Arial, sans-serif !important;
}

/*  #MY-QUOTES-DROPDOWN
 *  -----------------------------------
 *  Styling for Pers-Nav Quote Management Dropdown Menu.
 *  -----------------------------------
*/
#nav-myQuotes-dropdown {
    top: 3.3125rem !important;
    left: auto !important;
    right: 0;
}

#persistent-nav p.section-header,
#persistent-nav legend {
    font-weight: bold;
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
}

/*  #MAIN-NAVIGATION LINKS
 *  -----------------------------------
 *  Global Styling for Main Navigation (Level 2) Links.
 *  -----------------------------------
*/
#main-nav {
    padding: .9375rem 0 0 .9375rem;
    min-height: 4.063rem;
}

#siteLogo {
    margin-top: 5px;
}

#main-nav > .main-nav-left {
    float: left;
}

#main-nav > .main-nav-right {
    float: right;
    margin-right: 1.875rem;
}

#main-nav .eProcBuyer{
	max-width: 155px;
}

#external-links {
    padding-top: .625rem;
    padding-right: 1.875rem;
    border: .0625rem solid;
    height: 3.125rem;
    text-align: right;
    border-image: linear-gradient(to top,#a0a0a0,transparent) 1 100%;
    border-width: 0 1px 0 0;
}



/*  @PROVANTAGE LOGO & STATUS
 *  -----------------------------------
 *  Styles for ProVantage Rewards Logo/Status
 *  in #mainNav (level 2) links.
 *  -----------------------------------
 *  1.ProVantage Logo
 *  2.ProVantage Status Container
 *  3.ProVantage Status Background (color)
 *  4.ProVantage Status Label (text)
 *  5.ProVantage Dropdown Menu
 *  -----------------------------------
 *
 * ============================================== */

#proVantage {
    padding-top: 0;
    padding-left: 1.875rem;
    /* width: 210px; */
	width: auto;
	position: relative;
}

#provantage-dropdown {
	left: -1px !important;
    top: 32px !important;
    border-top: none;
	max-width: 14rem;
    height: auto;
	text-align: left;
    padding: 0.75rem 0.625rem 0.625rem;
    box-shadow: 2px 2px 4px rgba(136,136,136,0.35);
}

#provantage-options ul li.prov-link {
	background-repeat: no-repeat;
	background-position: 1rem center;
}

#provantage-options ul li.prov-link.rebates {
    background-image: url(/images/provantage/prov_icon_rebates.png);
	background-position: 26px center;
}
	#provantage-options ul li.prov-link.rebates:hover {
	    background-image: url(/images/provantage/prov_icon_rebates_rev.png);
	}
#provantage-options ul li.prov-link.pricing {
    background-image: url(/images/provantage/prov_icon_pricing.png);
}
	#provantage-options ul li.prov-link.pricing:hover {
	    background-image: url(/images/provantage/prov_icon_pricing_rev.png);
	}
#provantage-options ul li.prov-link.warranty {
    background-image: url(/images/provantage/prov_icon_warranty.png);
}
	#provantage-options ul li.prov-link.warranty:hover {
	    background-image: url(/images/provantage/prov_icon_warranty_rev.png);
	}
#provantage-options ul li.prov-link.services {
    background-image: url(/images/provantage/prov_icon_services.png);
}
	#provantage-options ul li.prov-link.services:hover {
	    background-image: url(/images/provantage/prov_icon_services_rev.png);
	}

#provantage-options ul li.prov-link a {
	color: #231f20;
	display: block;
	padding-left: 70px;
}

#provantage-options ul li a.section-header {
	color: #231f20;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	display: block;
}

#provantage-options ul li.prov-link a:hover {
	color: #fff;
	text-decoration: none;
}

#provantage-options ul li a.section-header:hover {
	color: #fff;
	text-decoration: underline;
}

#provantage-options > ul > li:hover a {
    color: #fff;
}

#proVantage button {
	position: relative;
	padding-right: 1rem;
}

#proVantage button span.dropdown-caret-down {
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 1;
}

    /*  1.ProVantage Logo
     *  -----------------------------------
     *  Styling for ProVantage Rewards Logo
     *  -----------------------------------
    */
    #proVantage .provantageRewards img {
        /* margin-top: 4px; */
		max-width: 150px;
    }


    /*  2.ProVantage Status Container
     *  -----------------------------------
     *  Main Container for Provantage Status
     *  Classes : .bronze, .silver, .gold, .diamond, .platinum
     *  -----------------------------------
    */
    #proVantage .status,
	.off-canvas ul#proVantage-offCanvas .status {
        display: inline-block;
        position: relative;
        width: auto;
        margin: 9px 0 -6px 5px;
        padding: 0;
    }


        /*  3.ProVantage Status Background
         *  -----------------------------------
         *  Sets the BACKGROUND COLOR for Provantage Status
         *  -----------------------------------
        */
        #proVantage .status .status-bkg,
		.off-canvas ul#proVantage-offCanvas .status .status-bkg {
            padding: 10px 0 10px 70px;
            position: relative;
            display: block;
            float: left;
        }

        #proVantage .status .status-bkg:after,
		.off-canvas ul#proVantage-offCanvas .status .status-bkg:after {
        content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 0px solid transparent;
            border-bottom: 20px solid transparent;
            position: absolute;
            top: 50%;
            margin-top: -10px;
            left: 100%;
            z-index: 0;
        }

            /*  BRONZE Level Members  */
            #proVantage .status.bronze .status-bkg,
			.off-canvas ul#proVantage-offCanvas .status.bronze .status-bkg {
                background-color: #9E572D;
            }
                #proVantage .status.bronze .status-bkg:after
				.off-canvas ul#proVantage-offCanvas .status.bronze .status-bkg:after {
                    border-left: 12px solid #9E572D;
                }

            /*  SILVER Level Members  */
            #proVantage .status.silver .status-bkg,
			.off-canvas ul#proVantage-offCanvas .status.silver .status-bkg {
                background-color: #AAABAF;
            }
                #proVantage .status.silver .status-bkg:after,
				.off-canvas ul#proVantage-offCanvas .status.silver .status-bkg:after {
                    border-left: 12px solid #AAABAF;
                }

            /*  GOLD Level Members  */
            #proVantage .status.gold .status-bkg,
			.off-canvas ul#proVantage-offCanvas .status.gold .status-bkg {
                background-color: #D6AE1B;
            }
                #proVantage .status.gold .status-bkg:after,
				.off-canvas ul#proVantage-offCanvas .status.gold .status-bkg:after {
                    border-left: 12px solid #D6AE1B;
                }

			/*  PLATINUM Level Members  */
            #proVantage .status.platinum .status-bkg,
			.off-canvas ul#proVantage-offCanvas .status.platinum .status-bkg {
                background-color: #638294;
            }
                #proVantage .status.platinum .status-bkg:after,
				.off-canvas ul#proVantage-offCanvas .status.platinum .status-bkg:after {
                    border-left: 12px solid #638294;
                }

            /*  DIAMOND Level Members  */
            #proVantage .status.diamond .status-bkg,
			.off-canvas ul#proVantage-offCanvas .status.diamond .status-bkg {
                background-color: #269CCE;
            }
                #proVantage .status.diamond .status-bkg:after,
				.off-canvas ul#proVantage-offCanvas .status.diamond .status-bkg:after {
                    border-left: 12px solid #269CCE;
                }


        /*  4.ProVantage Status Label
         *  -----------------------------------
         *  Sets the TEXT LABEL for Provantage Status
         *  -----------------------------------
        */
        #proVantage .status .status-label,
		.off-canvas ul#proVantage-offCanvas .status .status-label {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            margin: 0;
            padding: 2px 0.25rem;
            font-size: 0.675rem;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            color: #ffffff;
        }

		.off-canvas ul#proVantage-offCanvas .status .status-label {
			padding: 5px;
		}

            /*  BRONZE Level Members  */
            #proVantage .status.bronze .status-label:before,
			.off-canvas ul#proVantage-offCanvas .status.bronze .status-label:before {
                content: "Bronze";
            }

            /*  SILVER Level Members  */
            #proVantage .status.silver .status-label:before,
			.off-canvas ul#proVantage-offCanvas .status.silver .status-label:before {
                content: "Silver";
            }

            /*  GOLD Level Members  */
            #proVantage .status.gold .status-label:before,
			.off-canvas ul#proVantage-offCanvas .status.gold .status-label:before {
                content: "Gold";
            }

            /*  DIAMOND Level Members  */
            #proVantage .status.diamond .status-label:before,
			.off-canvas ul#proVantage-offCanvas .status.diamond .status-label:before {
                content: "Diamond";
            }

            /*  PLATINUM Level Members  */
            #proVantage .status.platinum .status-label:before,
			.off-canvas ul#proVantage-offCanvas .status.platinum .status-label:before {
                content: "Platinum";
            }

/* ==============================================
    -- END -- NEW @proVantage Status  */


#main-nav-links {
    background: #3a3c3d;
	background: linear-gradient(90deg,#3a3c3d 50%,#6C6F70 50%);
    height: 1.9375rem;
    padding-bottom: 0;
    margin-bottom: .9375rem;
}

@media screen and (min-width: 64em) {
	#main-nav-links {
	    margin-bottom: 1.875rem;
	}
}


#main-nav-links > .row {
    background: url("/images/foundations/img/main-nav-AZ-stripes_fg.png") no-repeat 50% 100% #6C6F70;
    height: 1.9375rem;
}

#main-nav-links > .row ul.menu {
    padding-left: 0.9375rem;
}

#main-nav-links div > .menu > li > a {
    display: block;
    padding: .25rem 1rem;
    line-height: 1.3;
    margin-right: 0;
    font-size: 1rem;
    font-family: 'AutoZoneCond-Heavy',Helvetica Neue,Arial,sans-serif;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

@media screen and (min-width: 58.125em) {
	#main-nav-links div > .menu > li > a {
	    font-size: 1.25rem;
		line-height: 1;
		margin-right: 1.25rem;
	}
}

#main-nav-links div > .menu > li > a:hover {
    text-decoration: none;
}

#main-nav-links li:first-of-type > a {
    padding-left: 0 !important;
}

#main-nav-links li:last-of-type > a {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

/*  #LEFT-NAVIGATION & RIGHT-NAVIGATION / SIDEBAR
 *  -----------------------------------
 *  Left-Nav is displayed in Off-Canvas Menu for Small & Medium Breakpoints.
 *  -----------------------------------
*/
#leftNav {
    width: 25%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
/* Top navigation group of Sidebar */
/* Sign In Form on Login Page */
/* Bottom navigation group of Sidebar. Multiple categories can be used. */
/* Sign Up Form on Login Page */

	display: none;
}

#rightNav {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
	display: none;
}

/*  -- Add bottom margin when right rails exist at medium breakpoint
	-- remove bottom margin at large breakpoint --  */

@media screen and (min-width: 64em) {
	#rightNav {
	    width: 25%;
	    float: left;
	    padding-left: 0.9375rem;
	    padding-right: 0;
		display: none;
	}
	#content .has-rr {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 40em) {
    #leftNav, #rightNav {
		display: block;
    }
	#rightNav {
		width: 25%;
    	padding-right: 0.625rem;
	}
}

#leftNav:last-child:not(:first-child) {
    padding-right: 0;
}

#leftNav:last-child:not(:first-child),
#rightNav:last-child:not(:first-child) {
    float: right;
	padding-left: .625rem;
}

@media screen and (min-width: 64em) {
	#leftNav:last-child:not(:first-child),
	#rightNav:last-child:not(:first-child) {
		padding-left: .9375rem;
	}
}

#leftNav #positionA, #leftNav #positionB,
#rightNav #positionA, #rightNav #positionB {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

@media screen and (min-width: 40em) {
    #leftNav #positionA, #leftNav #positionB,
	#rightNav #positionA, #rightNav #positionB {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

@media screen and (min-width: 64em) {
    #leftNav {
        padding-left: 0;
		padding-right: .9375rem;
    }

	#rightNav {
        padding-right: 0;
		margin-top: 100px; /* aligns content to .sectionHeader */
    }
}

#leftNav #positionA:last-child:not(:first-child), #leftNav #positionB:last-child:not(:first-child),
#rightNav #positionA:last-child:not(:first-child), #rightNav #positionB:last-child:not(:first-child) {
    float: right;
}

#leftNav #positionA, #leftNav #positionB, #leftNav #form-login, #leftNav #account-signup
#rightNav #positionA, #rightNav #positionB, #rightNav #form-login, #rightNav #account-signup, #leftNav #account-signup {
    background: #e9e9e9;
    border: .0625rem solid #dadada;
    padding: .9375rem;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 64em) {
	#leftNav #positionA, #leftNav #positionB, #leftNav #form-login, #leftNav #account-signup
	#rightNav #positionA, #rightNav #positionB, #rightNav #form-login, #rightNav #account-signup, #leftNav #account-signup {
	    padding: 1.875rem;
	}
}

#leftNav #account-signup, #rightNav #account-signup {
    padding: 1.25rem;
    background-color: #e9e9e9;
}

#leftNav h4,
#rightNav h4 {
	font-size: 0.975rem;
    font-weight: bold;
    text-transform: uppercase;
	color: #6c6f70;
}

.table table > thead > tr > th,
.table table > thead > tr > th > a {
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #6c6f70;
}

#leftNav ul,
#rightNav ul {
    margin-left: .5rem;
    margin-bottom: 1rem;
}

#leftNav ul li,
#rightNav ul li {
    list-style-type: none;
	line-height: 1.6;
}

#leftNav ul li a,
#rightNav ul li a {
    font-size: .875rem;
    color: #3a3c3d;
}

#leftNav ul li a:hover, #rightNav ul li a:hover,
#rightNav ul li a:hover, #rightNav ul li a:hover {
	color: #f26100;
    /* -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; */
}

#leftNav ul li span,
#rightNav ul li span {
    line-height: 1;
    font-size: .875rem;
    color: #3a3c3d;
}

#leftNav ul li:last-of-type,
#rightNav ul li:last-of-type {
    margin-bottom: 0;
}

#leftNav ul:last-of-type,
#rightNav ul:last-of-type {
    margin-bottom: 0;
}

#leftNav #positionA,
#rightNav #positionA {
    padding-bottom: 1.25rem;
    min-height: 21.25rem;
}

#leftNav h4:not(:first-child),
#rightNav h4:not(:first-child) {
    margin-top: 1.4375rem;
}

#leftNav #form-login,
#rightNav #form-login {
    padding: 1.25rem;
    padding-bottom: 1.25rem;
    min-height: 20rem;
}

#leftNav #form-login button[type="submit"],
#rightNav #form-login button[type="submit"] {
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.175);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-top: 1.25rem;
    margin-bottom: 0;
}

#leftNav #form-login button[type="submit"] i.azp_caret-right,
#rightNav #form-login button[type="submit"] i.azp_caret-right {
    margin-left: .3125rem;
    vertical-align: middle;
    font-size: .5625rem;
    color: inherit;
}

#leftNav #form-login button[type="submit"] a,
#rightNav #form-login button[type="submit"] a {
    color: #fff;
}

#leftNav #form-login #login-error,
#rightNav #form-login #login-error,
#provantageLoginForm div#login-error {
	color: #d52b1e;
    font-size: 0.875rem;
    padding: 0 1.25rem;
    font-style: italic;
    text-align: center;
    margin-top: 1.25rem;
}

#leftNav #form-login p.help-text,#leftNav #form-login input[type="checkbox"],
#rightNav #form-login p.help-text,#leftNav #form-login input[type="checkbox"] {
    margin-left: 1.25rem;
	margin-bottom: 0.5rem;
}

#leftNav #positionB,
#rightNav #positionB {
    min-height: 20.625rem;
    height: auto;
    clear: both;
    padding: 0 0 30px;
}

fieldset.remember-me-field {
    margin-bottom: 0.5rem;
}

fieldset.remember-me-field label {
    font-size: 0.875rem !important;
    font-style: italic;
    color: #6c6f70;
}

#leftNav #positionB h4,
#rightNav #positionB h4 {
    margin: -1px -1px 0;
    background-color: #6c6f70;
    padding: 13px .9375rem 9px;
    border-bottom: inherit;
	color: #fff;
}

@media screen and (min-width: 64em) {
	#leftNav #positionB h4,
	#rightNav #positionB h4 {
	    padding: 13px 30px 9px;
	}
}

#leftNav #positionB h4:not(:first-child),
#rightNav #positionB h4:not(:first-child) {
    border-top: inherit;
    margin-top: 1.875rem;
}

#leftNav #positionB ul,
#rightNav #positionB ul {
    padding: 24px 0.9375rem 0;
    margin-bottom: 0;
}

@media screen and (min-width: 64em) {
	#leftNav #positionB ul,
	#rightNav #positionB ul {
	    padding: 24px 30px 0;
	}
}

#leftNav #account-signup,
#rightNav #account-signup {
    padding: 1.25rem;
}

#leftNav #account-signup #signup-existing-customer, #leftNav #account-signup #signup-new-customer, #leftNav #account-signup #signup-credit-app,
#rightNav #account-signup #signup-existing-customer, #rightNav #account-signup #signup-new-customer, #rightNav #account-signup #signup-credit-app {
    text-align: center;
    padding-bottom: 1.25rem;
    border-bottom: .0625rem solid #c4c4c4;
    margin-bottom: 1.25rem;
}

#leftNav #account-signup #signup-existing-customer h5, #leftNav #account-signup #signup-new-customer h5, #leftNav #account-signup #signup-credit-app h5,
#rightNav #account-signup #signup-existing-customer h5, #rightNav #account-signup #signup-new-customer h5, #rightNav #account-signup #signup-credit-app h5 {
    font-size: .875rem;
    color: #f26100;
    font-weight: bold;
    margin-bottom: 0;
}

#leftNav #account-signup #signup-existing-customer h5.secondary-link-text, #leftNav #account-signup #signup-new-customer h5.secondary-link-text, #leftNav #account-signup #signup-credit-app h5.secondary-link-text,
#rightNav #account-signup #signup-existing-customer h5.secondary-link-text, #rightNav #account-signup #signup-new-customer h5.secondary-link-text, #rightNav #account-signup #signup-credit-app h5.secondary-link-text {
    color: #4278a0;
    margin-top: 1.25rem;
}

#leftNav #account-signup #signup-existing-customer p, #leftNav #account-signup #signup-new-customer p, #leftNav #account-signup #signup-credit-app p,
#rightNav #account-signup #signup-existing-customer p, #rightNav #account-signup #signup-new-customer p, #rightNav #account-signup #signup-credit-app p {
    margin-bottom: 0.5rem;
	line-height: normal;
}

#leftNav #account-signup #signup-existing-customer button, #leftNav #account-signup #signup-new-customer button, #leftNav #account-signup #signup-credit-app button,
#rightNav #account-signup #signup-existing-customer button, #rightNav #account-signup #signup-new-customer button, #rightNav #account-signup #signup-credit-app button {
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.175);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-top: 1.25rem;
    margin-bottom: 0;
}

#leftNav #account-signup #signup-existing-customer button i.azp_caret-right, #leftNav #account-signup #signup-new-customer button i.azp_caret-right, #leftNav #account-signup #signup-credit-app button i.azp_caret-right,
#rightNav #account-signup #signup-existing-customer button i.azp_caret-right, #rightNav #account-signup #signup-new-customer button i.azp_caret-right, #rightNav #account-signup #signup-credit-app button i.azp_caret-right {
    margin-left: .3125rem;
    vertical-align: middle;
    font-size: .5625rem;
    color: inherit;
}

#leftNav #account-signup #signup-existing-customer button a, #leftNav #account-signup #signup-new-customer button a, #leftNav #account-signup #signup-credit-app button a,
#rightNav #account-signup #signup-existing-customer button a, #rightNav #account-signup #signup-new-customer button a, #rightNav #account-signup #signup-credit-app button a {
    color: #fff;
}

#leftNav #account-signup h4,
#rightNav #account-signup h4 {
    margin: -1.25rem;
    margin-bottom: 1.25rem;
    background-color: #f4f4f4;
    color: #3a3c3d;
    font-weight: bold;
    padding: 13px 0 10px;
    text-align: center;
    border-bottom: .0625rem solid #c4c4c4;
}

#leftNav #account-signup .last,
#rightNav #account-signup .last {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

#addressForm #billing-postalCode,
#addressForm #shipping-postalCode{
	width:48%;
}
#addressForm #billing-zip-suffix,
#addressForm #shipping-zip-suffix{
	width:44%;
}

#addressForm #billing-postalCode,
#addressForm #billing-zip-suffix,
#addressForm #shipping-postalCode,
#addressForm #shipping-zip-suffix{
	display:inline-block;
}



/*  RESPONSIVE LOGIN FORM & REQUEST ACCESS
 *  -----------------------------------
 *  Settings for mobile login form and request access links.
 *
 *  @small and @medium breakpoints:
 *  - login form and request access links are wrapped in an
 *    accordion element.
 *  - #leftNav position = top
 *  - #content position = bottom
 *
 *  @large breakpoint:
 *  - Accordion elements are hidden.
 *  - #content position = left
 *  - #leftNav position = right
 *  -----------------------------------
*/

#leftNav ul.accordion,
#rightNav ul.accordion {
    margin: 0 0 1.25rem;
}

#leftNav ul.accordion li a.accordion-title,
#rightNav ul.accordion li a.accordion-title {
    color: #f26100;
}

#leftNav ul.accordion li a.button,
#rightNav ul.accordion li a.button {
    font-size: 1rem;
    color: #ffffff;
}

#leftNav ul.accordion li a.button:hover,
#rightNav ul.accordion li a.button:hover {
    color: #6c6f70;
}


#leftNav .accordion-content,
#rightNav .accordion-content {
    padding: 0;
}

#leftNav .accordion-content #form-login,
#leftNav .accordion-content #account-signup,
#rightNav .accordion-content #form-login,
#rightNav .accordion-content #account-signup {
    border: none;
    margin: 0;
}



/*  AD TILES / RIGHT RAILS
 *  -----------------------------------
 *  Sets global styling for Right Rail Ad Tiles.
 *
 *  @tile-A = Top.
 *  @tile-B = Bottom.
 *
 *  Ad Tiles are hidden for Small & Medium Breakpoints.
 *  -----------------------------------
*/
.myshop-long-banner {
    margin-bottom: 30px;
}

#tileZone {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

@media screen and (min-width: 40em) {
    #tileZone {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 64em) {
    #tileZone {
		width: 25%;
        padding-left: .9375rem;
    }
}

#tileZone:last-child:not(:first-child) {
    float: right;
}


#tileZone > #tile-A, #tileZone > #tile-B, #tileZone > #tile-C,
#rightNav > #tile-A, #rightNav > #tile-B, #rightNav > #tile-C {
    margin-bottom: 1.875rem;
	padding: 0;
	text-align: center;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	#tileZone > #tile-A,
	#rightNav > #tile-A {
		text-align: left;
		padding-left: 0;
    	padding-right: .9375rem;
	}

	#tileZone > #tile-B,
	#rightNav > #tile-B {
		text-align: center;
		padding-left: .46875rem;
    	padding-right: .46875rem;
	}

	#tileZone > #tile-C,
	#rightNav > #tile-C {
		text-align: right;
		padding-left: .9375rem;
    	padding-right: 0;
	}

}

/*  #PAGE-HEADER
 *
 *  Global settings for Page Title h1 element.
*/

#breadCrumb, #pageHeader {
    padding-left: 20px;
}

@media screen and (min-width: 40em) {
	#breadCrumb, #pageHeader {
	    padding-left: 0;
	}
}

#pageHeader {
    margin-bottom: 1.875rem;
}

#pageHeader.has-description {
    margin-bottom: 0.875rem;
}

#pageHeader p {
    margin-bottom: 0;
}

#pageHeader h1 {
    margin-bottom: 0;
    line-height: 1;
    font-family: Arial,sans-serif;
    font-size: 2rem;
    font-weight: bold;
}

/*  #MY-SHOP PAGE-HEADER
 *
 *  Styling for Page Title h1 element on MyShop Page only.
*/
.has-rr #pageHeader.myShop {
    background: url("/images/backgrounds/my-shop-bkg.png") no-repeat right center;
    height: 2.3125rem;
}

#pageHeader.myShop {
    background: url("/images/backgrounds/my-shop-bkg.png") no-repeat left center;
    height: 2.3125rem;
}

#pageHeader.myShop h1 {
    text-indent: -999999px;
    background: url("/images/foundations/img/my-shop-logo.png") no-repeat left center;
    font-size: 1rem;
    margin: 0 0 0 20px;
    padding: .5rem 0;
    line-height: 1.4rem;
}
/*  #Search Results PAGE-HEADER
 *  ----------------------------------
 *  Styling for Page Title h1 element on Search Results Page only.
 *	----------------------------------
 */
#pageHeader.searchResults{
	margin-bottom:0.5rem;
}
#pageHeader.searchResults h1{
	float:left;
}
#pageHeader.searchResults div{
	float:right;
	font-size:0.785rem;
}
#pageHeader.searchResults p {
    clear: both;
}
#pageHeader.searchResults div span{
	position:relative;
	cursor:pointer;
}
#pageHeader.searchResults span.active{
	opacity: 0.5;
}
#pageHeader.searchResults span.singleSelectParts::before{
	content:'<';
	position:relative;
	margin:0 .5rem;
	opacity: 1;
}
#pageHeader.searchResults span.multiSelectParts::before{
	content:'|';
	position:relative;
	margin:0 .5rem;
	opacity: 1;
}
#pageHeader.searchResults span.multiSelectParts::after{
	content:'>';
	position:relative;
	margin-left:.5rem;
	opacity: 1;
}

#pageHeader.searchResults
/*  #BREADCRUMBS
 *  -----------------------------------
 *  Global styling for breadcrumb navigation.
 *  -----------------------------------
*/


/*  #GENERATED CONTENT FROM I-FRAMES
 *  -----------------------------------
 *  Main content wrapper for generated content from i-frames.
 *  -----------------------------------
*/
div.page-product-results div.content-section.details{
	display:block;
}

div.page-product-results div.section-title {
    background-color: #E9E9E9;
    border-bottom: .0625rem solid #dadada;
}

div.page-product-results div.sectionHeader{
	height:3rem;
}

.content-section {
    position: relative;
    overflow: visible;
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
}

.content-section .section,
.content-section .singleSection {
    padding: 1.875rem;
}

.content-section section:last-of-type {
    margin-bottom: 0;
}

.content-section .singleSection h5 {
    text-transform: uppercase;
}

.content-section .singleSection.has-sec-nav {
    min-height: 31rem;
    padding: 20px;
}

.content-section p {
    font-size: inherit;
}

section:last-of-type .content-section {
    margin-bottom: 0;
}

.section.has-ui-layout {
    padding-right: 0.5rem;
	padding-left: 0.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}


/*  #SECONDARY-NAV
 *  -----------------------------------
 *  Global styling for secondary navigation on content/landing pages.
 *  -----------------------------------
*/
.secondary-nav {
    text-align: center;
    font-size: inherit;
    margin-bottom: 23px;
}
    .secondary-nav a {
        color: #f26100;
        padding: 0 .5rem;
        line-height: 1.5;
        text-decoration: underline;
    }
        .secondary-nav a:visited {
            color: #6c6f70;
        }

/*  #SECTION-HEADER
 *
 *  Global settings for Section Header h3, <a> elements.
*/
.sectionHeader {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 2.5rem;
    background: #6C6F70;
    padding: 0.65rem 1.25rem 0;
}

.sectionHeader::before,.sectionHeader::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.sectionHeader::after {
    clear: both;
}

.sectionHeader h3,
.ui-dialog .ui-dialog-title {
	margin-bottom: 0;
    font-family: 'AutoZoneCond-Heavy',Helvetica Neue,Arial,sans-serif;
    font-size: 1.4rem;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

div.ui-dialog #product-detail {
	height:500px !important;
}
div.dialog-product-detail{
	max-width: 760px;
}

@media screen and (max-width: 40em) {
	.ui-dialog .ui-dialog-title {
		font-size:1rem;
	}

	div.ui-dialog,
	.dialog-ymme-wrapper,
	.dialog-product-detail{
		top:0 !important;
	}

	div.ui-dialog .ui-dialog-content{
		/*max-height:500px !important;*/
	}

	/*
	table.manage-vehicles-table th:last-child,
	table.manage-vehicles-table td:last-child{
		display:none;
	}*/

}

.sectionHeader a {
    font-family: 'AutoZoneCond-Heavy',Helvetica Neue,Arial,sans-serif;
    text-transform: uppercase;
    font-size: .875rem;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    vertical-align: top;
}

.sectionHeader a i {
    margin-right: .25rem;
    font-size: .875rem;
}

.sectionHeader a .fa:last-child,
.sectionHeader a .azp:last-child {
    margin-left: .3125rem;
    margin-right: 0;
    font-size: .6rem;
}

.sectionHeader a:not(:only-of-type):not(:first-child) {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #fff;
}

.sectionHeader-details {
    padding: .75rem 1.25rem;
    background-color: #e9e9e9;
    border: 1px solid #dadada;
    border-top: none;
	border-bottom: none;
    font-size: 0.875rem;
    color: #231f20;
}

    .sectionHeader-details div, .sectionHeader-details p {
        font-weight: inherit;
        font-size: inherit;
        line-height: 1;
        margin-bottom: 0.25rem;
    }

    .sectionHeader-details .current-shop {
        text-decoration: underline;
        margin-bottom: 0.5rem;
		font-weight: bold;
		color: #6c6f70;
    }



/* =====================================================
 *  JOBS
 *
 *  Section Header alt class and Section Title
 * =====================================================
*/

#accessories-drilldown .singleSection, #partType div.singleSection {
    min-height: 1px;
}

#accessories-drilldown .content-section {
	margin-bottom: 0;
}

/*  Create Jobs Progress Bar  */
.jobs-progress-bar {
    padding: 0.75rem 1.25rem;
    background-color: #3a3c3d;
}
.jobs-progress-bar img {
    border-radius: 10px;
}

#time-left {
    font-size: 0.75rem;
    color: #231f20;
    line-height: 1.2;
    font-family: Arial, sans-serif;
}

#jobNotes {
	min-height: 125px;
    margin-bottom: 1.875rem;
    border: 1px solid #dadada;
    box-shadow: none;
	width:100% !important;
}

.section.ui-panel {
    background-color: #f4f4f4;
}

.section.ui-panel .fieldset {
	background-color: #fff;
}

.section-title {
    color: #3a3c3d;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1em;
	background: #F7F7F7;
	padding: 10px 1.25rem;
}

/*
div.results-main div.serviceMaintHeader div.section-title {
	padding: 10px 20px;
	background: #e9e9e9;
	border-top: .0625rem solid #dadada;
	border-bottom: .0625rem solid #dadada;
	color: #f26100;
}*/

.border-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.flush li {
	padding: 0;
	margin: 0;
}

/* Create Jobs Search Form */
#rightNav .look-up-product p {
	font-size: 0.75rem;
}

#rightNav .look-up-product input.button {
	margin-bottom: 0;
}

/* TWO COLUMN LAYOUT */

.content-box {
	width: 100%;
}

	.content-box .search-results-outer {
		border-bottom: .0625rem solid #dadada;
	}

	.content-box.section.ui-panel .search-results-outer {
	    border-bottom: none;
	}

		.content-box .search-results-outer .results-two-col {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
		    flex-wrap: wrap;
		}

			.content-box .search-results-outer .results-two-col .first-child,
			.content-box .search-results-outer .results-two-col .last-child {
				/*display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				flex: 1 0 auto;
			    flex-direction: column;*/
				border-left: .0625rem solid #dadada;
				border-right: .0625rem solid #dadada;
				margin: 0;
			}

				.content-box .search-results-outer .results-two-col .heading-two-col,
				.ui-heading-col {
					padding: 10px 20px;
				    background: #f4f4f4;
				    border-top: 1px solid #dadada;
				    border-bottom: 1px solid #dadada;
				    font-size: 1rem;
				    font-weight: bold;
				}

				.content-box .search-results-outer .results-two-col .heading-two-col.has-sub-section,
				.ui-heading-col.has-sub-section {
				    background: #999;
					color: #fff;
					border: 1px solid #999;
					border-bottom: none;
				}

				.content-box .search-results-outer .results-two-col .sub-section-header {
					background-color: #f4f4f4;
					padding: 5px 20px;
				    border-top: 1px solid #dadada;
				    border-bottom: 1px solid #dadada;
				    font-size: 0.875rem;
				    font-weight: bold;
				}

				.content-box.section.ui-panel {
					padding: 0;
				}

				#job-info-show-hide-panel {
				    padding: 1.875rem 0 0;
				}

				.content-box .search-results-outer .results-two-col ul {
					margin: 0 0 0 1.25rem;
					padding: 1.25rem 0;
				}

				.content-box .search-results-outer .results-two-col ul li {
					margin: 0;
				}


@media screen and (min-width: 40em) {

	.content-box .search-results-outer .results-two-col .last-child {
		border-left: none;
	}

}



/* THREE COLUMN LAYOUT */

.ui-layout-wrapper {
	border: 1px solid #dadada;
	border-top: none;
}

#all-content-outer div.content-box .three-col-layout ul.text-or-links,
#all-content-outer div.content-box .three-col-layout ul.text-or-links li,
div#all-content-outer div.content-box.section ul#view-all-jobs-empty,
div#all-content-outer div.content-box.section ul#view-all-jobs-empty li {
    margin: 0;
    /* padding: 0; */
    text-align: left;
    font-size: 0.875rem;
	/* font-weight: normal; */
}

.border-content .section-title {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.border-content .columns:first-child .section-title {
	border-top: none;
}

.three-col-layout .columns {
    /* flex: 1 0 auto; */
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 40em) {

	.three-col-layout {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	/* .three-col-layout .columns {
	    flex: 1 0 auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
	} */

	.three-col-layout .medium-4.columns:not(:first-child) {
	    border-left: 1px solid #dadada;
	}

	.section.has-ui-layout .three-col-layout .columns:not(:first-child) ul.text-or-links {
	    padding-left: 0.5rem;
	}

	.border-content {
		display: -webkit-flex;
	 	display: -ms-flexbox;
	 	display: flex;
	 	overflow: hidden;
	}

	.border-wrapper {
		flex: 1;
	}

	.border-content > div:not(:last-child) {
		border-right: 1px solid #dadada;
	}

	.border-content .section-title {
		border-top: none;
	}
}

.bottom-button-section .button-group .button {
	margin-bottom: 1rem;
}

/* @media screen and (min-width: 64em) { */
@media screen and (min-width: 40em) {

	.bottom-button-section {
		text-align: right;
		float: right;
	}

	.bottom-button-section .button-group .button {
		margin-bottom: 0;
	}
}

.content-box .ui-layout-wrapper .three-col-layout ul {
	margin: 0 0 0 1.25rem !important;
	padding: 1.25rem 0 !important;
}

.content-box .ui-layout-wrapper .three-col-layout ul li {
	margin: 0 !important;
}

.look-up-product {
	padding: 1.875rem;
	padding-bottom: 0;
}

/* Commented out for Testing
#accessories-drilldown ul.text-or-links {
	margin-left: 15px;
	margin-bottom: 0;
}

#accessories-drilldown ul.text-or-links li:not(:last-of-type) {
    margin-bottom: 1rem;
}

#accessories-drilldown ul.text-or-links li label {
    line-height: 1;
}

#accessories-drilldown ul.text-or-links li label [type='checkbox'] {
	margin-top: 2px;
    margin-bottom: 0;
    float: left;
}

#accessories-drilldown ul.text-or-links li label p {
	margin: 0;
	padding: 0 0 0 1.3rem;
    line-height: 1.5;
} */

/* Commented out for testing
 *
#accessories-drilldown .section-title {
	margin-top: -0.625rem;
    margin-bottom: 1rem;
    padding: 0.35rem 1.25rem;
} */

#accessories-drilldown .section-title p {
    margin-bottom: 0;
	line-height: 1.5;
}



.sub-section h5 {
	text-transform: uppercase;
}

.has-back-to-top {
	float: left;
}

a.back-to-top {
	float: right;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}


/*  #LOGIN PAGE
 *
 *  Global settings for Login Page.
*/
#learnMore {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

#learnMore::before,#learnMore::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#learnMore::after {
    clear: both;
}

#partsPricing,#supportService,#electronicOrdering {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
	background: #676a6c;
}

@media screen and (min-width: 40em) {
    #partsPricing,#supportService,#electronicOrdering {
        padding-left: .9375rem;
        padding-right: .9375rem;
		background: transparent;
    }
}

#partsPricing:last-child:not(:first-child),#supportService:last-child:not(:first-child),#electronicOrdering:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    #partsPricing,#supportService,#electronicOrdering {
        width: 33.33333%;
    }
}

#partsPricing .inner,#supportService .inner,#electronicOrdering .inner {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    background: #676a6c;
    border: .0625rem solid #dadada;
    border-color: #3a3c3d;
    height: 21.0625rem;
    padding: 1.25rem 1.25rem 0;
    position: relative;
}

#partsPricing .inner::before,#partsPricing .inner::after,#supportService .inner::before,#supportService .inner::after,#electronicOrdering .inner::before,#electronicOrdering .inner::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#partsPricing .inner::after,#supportService .inner::after,#electronicOrdering .inner::after {
    clear: both;
}

#partsPricing .inner h1,#supportService .inner h1,#electronicOrdering .inner h1 {
    font-family: 'AutoZoneCond-Heavy',Helvetica Neue,Arial,sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.175);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}

#partsPricing .inner h1 span,#supportService .inner h1 span,#electronicOrdering .inner h1 span {
    font-family: inherit;
    font-size: 1.25rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.175);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: none;
    line-height: 1;
    color: #3a3c3d;
}

#partsPricing .inner a.secondary.button,#supportService .inner a.secondary.button,#electronicOrdering .inner a.secondary.button {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #3a3c3d;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    padding: 1.25rem 0 1.0625rem;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: right;
	border: none;
}

#partsPricing .inner a.secondary.button::before,#partsPricing .inner a.secondary.button::after,#supportService .inner a.secondary.button::before,#supportService .inner a.secondary.button::after,#electronicOrdering .inner a.secondary.button::before,#electronicOrdering .inner a.secondary.button::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#partsPricing .inner a.secondary.button::after,#supportService .inner a.secondary.button::after,#electronicOrdering .inner a.secondary.button::after {
    clear: both;
}

#partsPricing .inner a.secondary.button span:first-child,#supportService .inner a.secondary.button span:first-child,#electronicOrdering .inner a.secondary.button span:first-child {
    border-top: 1px solid #c4c4c4;
    height: 1px;
    position: absolute;
    left: 1.25rem;
    bottom: 1.4375rem;
    width: 7.5rem;
}

#partsPricing .inner a.secondary.button span.learn-more,#supportService .inner a.secondary.button span.learn-more,#electronicOrdering .inner a.secondary.button span.learn-more {
    color: inherit;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.175);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    background-color: #3a3c3d;
	background-image:none;
    padding: 0 1.25rem;
    z-index: 9999999;
}

#partsPricing .inner button.secondary.button i.azp,#supportService .inner button.secondary.button i.azp,#electronicOrdering .inner button.secondary.button i.azp {
    color: #f37f00;
    margin-left: .3125rem;
}

#partsPricing > .inner {
    background: url("/images/foundations/img/learnMore_Parts-and-Pricing_alt.png") no-repeat center;
}

#supportService > .inner {
    background: url("/images/foundations/img/learnMore_Support-and-Service_alt.png") no-repeat center;
}

#electronicOrdering > .inner {
    background: url("/images/foundations/img/learnMore_Electronic-Ordering_alt.png") no-repeat center;
}

.bottom-banner {
    background-color: #e9e9e9;
    border: .0625rem solid #dadada;
}

#publicSector {
    margin-top: 1.875rem;
    background: url("/images/foundations/img/publicSector_bkg.png") no-repeat top left;
    background-color: #f4f4f4;
}

#publicSector p {
    font-size: .875rem;
    font-family: 'AutoZoneCond-Heavy',Helvetica Neue,Arial,sans-serif;
    color: #231f20;
    text-transform: uppercase;
    margin: 0;
    line-height: 1rem;
    padding: 2rem 0;
}

#publicSector p a {
    font-size: .875rem;
    color: #4278a0;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 1rem;
}

#publicSector p a > i.azp {
    color: #f37f00;
}

#publicSector p.header-text {
    font-size: 1.25rem;
    color: #4278a0;
    text-align: right;
}

/*  #RECENT-QUOTES SECTION
 *
 *  Sets styling for Recent Quotes Section on MyShop Page.
*/
#recentQuotes {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 17rem;
}

#recentQuotes::before,#recentQuotes::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#recentQuotes::after {
    clear: both;
}

#recentQuotes .top-bar {
    padding: .5rem 1.25rem;
    border: .0625rem solid #dadada;
    border-top: none;
}

#recentQuotes .top-bar > .top-bar-left > p {
    margin-bottom: 0;
    line-height: 24px;
}

/*  #INPUT-GROUP OVERRIDE SETTINGS
 *  -----------------------------------
 *  Overrides for Foundation 6 @input-group styles.
 *  -----------------------------------
*/
span.input-label {
    font-size: .875rem;
    line-height: 1.5;
    margin-right: 10px;
}

/*  #PAGINATION OVERRIDE SETTINGS
 *  -----------------------------------
 *  Override settings for pagination on Part Type pages.
 *  -----------------------------------
*/
ul.pagination > li {
    font-size: .875rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

ul.pagination > li i.azp {
    color: #f37f00;
}

ul.pagination > li > a {
    padding: 0;
    color: #4278a0;
}

.pagination-previous a::before,.pagination-previous.disabled::before {
    content: '';
    display: inline-block;
    margin-right: 0;
}

.pagination-next a::after,.pagination-next.disabled::after {
    content: '';
    margin-left: 0;
}

.part-type-nav {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}

.part-type-nav > .input-group {
    padding-left: 0;
    max-width: 16.5625rem;
}

.part-type-nav > .part-type-pagination {
    max-width: 5.9375rem;
    padding: 0;
}

.part-type-nav > .part-type-pagination > ul.pagination {
    margin-bottom: 0;
}

.part-type-nav > .part-type-pagination > ul.pagination li.disabled {
    color: #4278a0;
}

.part-type-nav > .part-type-pagination > ul.pagination li.pagination-next {
    padding-left: .625rem;
    margin-left: .4375rem;
    border-left: .0625rem solid #c4c4c4;
}

.part-type-pagination > ul.pagination {
    margin-bottom: 0;
    margin-left: 1.25rem;
}

.part-type-pagination > ul.pagination > li {
    padding: 0 .625rem;
}

.part-type-pagination > ul.pagination > li:nth-child(odd) {
    border-right: .0625rem solid #c4c4c4;
    padding-right: .8125rem;
}

.part-type-pagination > ul.pagination > li:last-child {
    padding-right: 0;
}

.part-type-pagination > ul.pagination > li:last-child > a > i {
    margin-right: -2px;
}

/*  Global jQuery UI Overrides
 *  -----------------------------------
 *  Styling to override jQuery UI DataTables.
 *  -----------------------------------
*/
.top.pagination-controls {
    background-color: #e9e9e9;
    padding: 0.75rem 1.25rem;
    border: .0625rem solid #dadada;
    border-top: none;
	border-bottom: none;
	overflow: auto;
	clear:both;
	width: 100%;
	font-size: 0.875rem;
	color: #231f20;
}

div.pagination-controls div.dataTables_info {
    float: left;
    min-width: 230px;
    padding: 0.25rem 0;
}

div.pagination-controls div.dataTables_info a {
    margin-left: 1rem;
}

div.pagination-controls div.paginate-previous-next-links {
    float: right;
    margin: 0 0 0 25px;
    padding: 0.25rem 0;
}

.top.pagination-controls .dataTables_paginate select {
    width: auto;
    height: 23px;
    padding: 4px 20px 4px 4px;
    font-size: 0.75rem;
    margin: 0 0.25rem;
}

table.manage-vehicles-table td.select label {
    margin-top: 13px;
    line-height: 1;
}

div#orderHistory th.date-time.table-date{
	padding:.5rem 1.25rem .375rem;
}

/* 	SHELF PAGE - FILTERS & PAGINATION
 *  -----------------------------------
*/

.results-main .top.pagination-controls {
	border: none;
	padding: 0.5rem 1.25rem;
    overflow: hidden;
	position: relative;
	min-height: 40px;
}

.results-main .pagination-controls .dataTables_info,
#deal-maker .results-main .pagination-controls .dataTables_info {
    float: left;
    min-width: 200px;
    padding: 0.25rem 0;
    font-size: 0.75rem;
}

.results-main .dataTables_paginate {
    position: absolute;
    right: 1rem;
}

.results-main .pagination-controls .paginate-previous-next-links {
    float: right;
    margin: 3px 0 0 10px;
    padding: 0;
}

#deal-maker .results-main .pagination-controls .paginate-previous-next-links{
	margin:0 0 0 10px;
}

.results-main .pagination-controls span {
    font-size: 0.75rem;
    font-weight: bold;
}

.results-main .pagination-controls .paginate-page-x-of {
    float: right;
    color: #231f20;
}

.results-main .paginate-page-x-of select,
div#all-content-outer.page-product-results div.results-main div.filters select {
    width: auto;
    height: 23px;
    padding: 4px 20px 4px 4px;
    font-size: 0.75rem;
    margin: 0 0.25rem;
}

div.paginate-page-x-of select{
	width:35px;
	height:30px;
	padding:4px;
}

div#all-content-outer.page-product-results div.results-main div.filters select {
    float: left;
}

.results-main .filters select {
    min-width: 110px;
}

div#all-content-outer.page-product-results div.results-main div.dataTables_processing {
    background: none;
    position: absolute;
    top: 57px;
    right: 0.875rem;
    margin: 0;
    font-size: 0.75rem;
}

div#all-content-outer.page-product-results div.results-main div.filters,
#deal-maker div#mainContent div.results-main div.filters {
    overflow: auto;
    border-top: 1px dotted #DADADA;
    margin-top: 10px;
    padding-top: 10px;
}

div#all-content-outer.page-product-results div.results-main div.filters strong {
    font-weight: bold;
    font-size: 0.75rem;
    margin: 3px 0.25rem 0 0;
    display: block;
    float: left;
	width: auto;
}

div#all-content-outer div.results-main div.filters div.filter-reset {
    float: left;
    white-space: nowrap;
    margin: 0 0.25rem;
	display: block;
}

div#all-content-outer.page-product-results div.results-main div.filters a {
    display: block;
    float: right;
    font-size: 0.75rem;
    font-weight: bold;
    /* background: transparent url(/images/arrows/arrow_gray_right.png) no-repeat scroll 0 50%; */
    margin: 0;
    padding: 1px 0px 0px 10px;
}

/* #deal-maker === on deal maker page
 *  -----------------------------------
 *  Styling for custom deal maker page containers
 *  -----------------------------------
 */

div#Dealpagemain div.section-title {
    background-color: #e9e9e9;
    border-bottom: .0625rem solid #dadada;
    border-top: .0625rem solid #dadada;
}
div#Dealpagemain div.section-title > span{
	color:#F68428;
}

#deal-maker #firstDeal,
#deal-maker div.content-box-head-outer.with-buttons,
#deal-maker div.content_steps,
#deal-maker div.section-title,
#deal-maker div.top.pagination-controls{
	border-left:.0625rem solid #dadada;
	border-right:.0625rem solid #dadada;
}
#deal-maker div.content_steps{
	clear:both;
	width: 100% !important;
	background-color:#666666;
}
#deal-maker div.content_steps > span{
	display:inline-block;
	margin-top:0;
	float:none;
	color:#fff !important;
}

#deal-maker div#also-consider-div{
	margin-top:60px;
}

#deal-maker div#also-consider-div div.content-box div.bottom-bx{
	float:none;
	width:100%;
}

#vin-decoder-overlay-link{
	color: #fff;
	padding: .32rem;
	width: 70px;
	min-width: 1px;
}

#vin-decoder-overlay-link:hover{
	color:#f26100;
}

/*  #FILTERS === W/IN SECTION HEADERS
 *  -----------------------------------
 *  Styling for filters contained in a Section-Header element.
 *  -----------------------------------
*/
#searchResults-filter > .sectionHeader {
    min-height: 2.5rem;
    height: auto;
    padding: 10px 0 0;
}

#searchResults-filter > .sectionHeader .formFilter-wrap {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

@media screen and (min-width: 40em) {
    #searchResults-filter > .sectionHeader .formFilter-wrap {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

#searchResults-filter > .sectionHeader .formFilter-wrap:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    #searchResults-filter > .sectionHeader .formFilter-wrap {
        width: 83.33333%;
        padding-left: 0;
        padding-right: 0;
    }
}

#searchResults-filter > .sectionHeader .formFilter-wrap .input-wrap {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

@media screen and (min-width: 40em) {
    #searchResults-filter > .sectionHeader .formFilter-wrap .input-wrap {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

#searchResults-filter > .sectionHeader .formFilter-wrap .input-wrap:last-child:not(:first-child) {
    /*float: right;*/
}

@media screen and (min-width: 40em) {
    #searchResults-filter > .sectionHeader .formFilter-wrap .input-wrap {
        width: 21%;
        padding-left: 0;
    }
}

@media screen and (min-width: 40em) {
    #searchResults-filter > .sectionHeader .formFilter-wrap .input-wrap:first-child {
       /* padding-left: .9375rem;*/
		width: 15%;
    }
}

#searchResults-filter > .sectionHeader label.filter > p,#searchResults-filter > .sectionHeader .formFilter-reset #clear-filters {
    color: #fff;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: bold;
	cursor:pointer;
	text-align:left;
}

#searchResults-filter > .sectionHeader label.filter > p {
    padding-left: .875rem;
}

#searchResults-filter > .sectionHeader label.filter > select {
    height: auto;
    padding: 0.25rem 1.5rem 0.25rem 0.325rem;
    font-size: .875rem;
	margin-bottom:10px;
}

#searchResults-filter > .sectionHeader .formFilter-reset {
    width: 100%;
    float: left;
    padding-left: .625rem;
   /* padding-right: .625rem;
    margin-top: .9375rem;*/
    margin-bottom: .9375rem;
    /*padding: 0 1.25rem;*/
}

@media screen and (min-width: 40em) {
    #searchResults-filter > .sectionHeader .formFilter-reset {
        /*padding-left: .9375rem;
        padding-right: .9375rem;*/
    }
}

#searchResults-filter > .sectionHeader .formFilter-reset:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    #searchResults-filter > .sectionHeader .formFilter-reset {
        width: 16.66667%;
       /* margin-top: 1.875rem;*/
        margin-bottom: 0;
        text-align: right;
    }
}
#searchResults label{
	margin-left: .5rem;
	font-size: 0.875rem !important;
}

.search-suggestion {
    font-style: italic;
    color: #000;
    margin: -1.25rem -1.25rem 1.25rem;
    background-color: #FFFFDD;
    padding: 0 2.125rem;
    line-height: 1.5;
}

span.search-suggestion-term {
    color: #f26100;
    font-weight: bold;
    font-size: 0.875rem;
}

/*  #FILTERS === W/IN DARK SECTION HEADERS
 *  -----------------------------------
 *  Styling for filters contained in a Dark Section-Header element.
 *  -----------------------------------
*/
#searchResults-filter > .sectionHeader.darkHeader {
    background-color: #3a3c3d;
}

#searchResults-filter > .sectionHeader.darkHeader label > p {
    color: #fff;
}

#searchResults-filter > .sectionHeader.darkHeader button {
    margin-top: 2.0rem;
	min-width: 0px;
	height: 2.4375rem;
}

#searchResults-filter > .sectionHeader.darkHeader input[type="radio"]:first-of-type {
    margin-left: 1.25rem;
}

#searchResults-filter > .sectionHeader.darkHeader .is-invalid-input:not(:focus) {
    background-color: rgba(213,43,30,0.25);
    border-color: #d52b1e;
}

#searchResults-filter > .sectionHeader.darkHeader label {
    color: #fff;
    vertical-align: middle;
}

#searchResults-filter > .sectionHeader.darkHeader label > span.form-error {
    background-color: #fff;
    padding: 10px 20px;
    line-height: 12px;
}

/*  #ALSO-CONSIDER SECTION
 *  -----------------------------------
 *  Styling for filters contained in a Section Header element.
 *  -----------------------------------
*/
#alsoConsider {
    border: .0625rem solid #dadada;
    border-top: none;
}

#relatedProducts,#relatedSupplies {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

@media screen and (min-width: 40em) {
    #relatedProducts,#relatedSupplies {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

#relatedProducts:last-child:not(:first-child),#relatedSupplies:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    #relatedProducts,#relatedSupplies {
        width: 50%;
    }
}

#relatedProducts .subHead,#relatedSupplies .subHead {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f4f4;
    padding: .625rem 1.125rem;
    font-weight: bold;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    border-bottom: .0625rem solid #c4c4c4;
}

#relatedProducts .subHead::before,#relatedProducts .subHead::after,#relatedSupplies .subHead::before,#relatedSupplies .subHead::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#relatedProducts .subHead::after,#relatedSupplies .subHead::after {
    clear: both;
}

#relatedProducts .subHead p,#relatedSupplies .subHead p {
    margin-bottom: 0;
}

#relatedProducts .related-content ul.simple,#relatedSupplies .related-content ul.simple {
    margin: 0;
    padding: 1.25rem .3125rem;
}

#relatedProducts .related-content ul.simple li p,#relatedSupplies .related-content ul.simple li p {
    margin-bottom: 0;
    line-height: 1.75rem;
}

#relatedProducts .related-content ul.simple li p i.azp,#relatedSupplies .related-content ul.simple li p i.azp {
    color: #3a3c3d;
    margin-right: 8px;
}

#relatedProducts {
    border-right: .0625rem solid #c4c4c4;
}

/*  SPECIFICATION RESULTS
 *  -----------------------------------
 *  Styling for subcategory headers, labels, values
 *  -----------------------------------
*/

.subcat-header {
    width: 100%;
    margin: 10px 0;
}

.subcat-header span.label {
    margin-bottom: 10px;
    margin-right: 15px;
    padding: 5px 15px;
    line-height: 1;
}

.subcat-header span.value {
    font-weight: bold;
}

.sub-instructions {
    margin-bottom: 15px;
}

.item-data .label {
    width: 100%;
    margin: 30px auto 15px;
    background-color: #dadada;
    padding: 10px 20px;
    color: #231f20;
    font-weight: bold;
}


/*  #TABLES
 *  -----------------------------------
 *  Global styling for table elements.
 *  -----------------------------------
*/
.table {
    margin-bottom: 1.875rem;
	font-size: 1rem;
}

.table table {
    margin-bottom: 0;
    font-size: 1rem;
}

table thead.light, table tfoot.light {
    background: #e9e9e9;
    border: .0625rem solid #dadada;
    height: 1.625rem;
    padding: 0;
	color: #6c6f70;
}

table thead th,table thead td,table tfoot th,table tfoot td {
    border-right: .0625rem solid #dadada;
    /* padding: .5rem 1.25rem .375rem; */
	padding: .5rem 1.25rem;
    font-weight: bold;
    text-align: left;
    font-size: inherit;
	white-space: nowrap;
}

#deal-maker table thead th, #deal-maker table thead td,
#deal-maker table tfoot th,table tfoot td{
	font-size:0.75rem
}

.table table tbody a {
    text-decoration: underline;
}

table thead tr th {
	vertical-align: middle;
}

/*
table thead.light tr th a,
table thead.light tr th a:hover {
	color: #6c6f70 !important;
	font-weight: bold;
	font-size:0.75rem;
	text-decoration: underline;
}*/


.table table > tbody > tr {
    border: .0625rem solid #dadada;
    border-top: none;
}

.table table > tbody td {
    padding: 1.25rem;
    /* height: 5.25rem; */
    font-size: .875rem;
}

table p {
    margin-bottom: 0;
}


table > thead.dark {
    border: 1px solid #fff;
    border-color: #acaeaf;
}

table.totals-for-quote-table tfoot th{
	border:none !important;
}

table > thead.vehicleTotal,table > tfoot.vehicleTotal {
    border: 1px solid #fff;
    border-color: #4278a0;
}

table > thead.dark > tr > th:not(:first-child):not(:last-child),table > thead.vehicleTotal > tr > th:not(:first-child):not(:last-child) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

table > thead.vehicleTotal {
    background-color: #4278a0;
}

table > thead.dark > tr > th.table-label {
    background-color: #6C6F70;
    text-transform: uppercase;
}

table.no-border,
table.no-border thead,
table.no-border thead tr,
table.no-border thead tr th,
table.no-border tbody,
table.no-border tbody tr,
table.no-border tbody tr td,
table.no-border tfoot,
table.no-border tfoot tr,
table.no-border tfoot tr td {
	border: none !important;
}



/* ================================================
 *  Labor & Service Interval Tables
 * ================================================
 */

table.data-table thead th.selectCol,
table.data-table thead th.checkCol,
table.serviceIntervalDetail tbody td.maintDetails {
    width: 110px;
}



/* ================================================
 *  Estimator - Edit Estimate Table Settings
 * ================================================
 */

.section.data-wrapper {
    padding: 1.15rem;
}

div.vehicleHeader {
    clear: both;
    background-color: #3a3c3d;
    color: #fff;
    height: auto;
	overflow: auto;
    padding: 0.5rem 0.875rem 0.2rem;
    vertical-align: middle;
}

div.vehicleHeader div.add-items-or-labor {
    background: url(/images/backgrounds/add-items-estimate.png) repeat transparent;
    float: right;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    clear: right;
    font-size: 11px;
    width: 193px;
    cursor: pointer;
}

div.vehicleHeader div.add-items-or-labor div.add-parts {
    background: url(/images/arrows/arrow_white_right.png) no-repeat scroll 83px 13px transparent;
    display: block;
    float: right;
    height: 100%;
    padding: 7px 4px 0 0;
    text-align: center;
    width: 50%;
    border-left: 1px solid #cccccc;
}

div.vehicleHeader div.add-items-or-labor div.add-labor {
    background: url(/images/arrows/arrow_white_right.png) no-repeat scroll 85px 13px transparent;
    display: block;
    float: right;
    height: 20px;
    padding: 7px 3px 0 0;
    text-align: center;
    width: 50%;
}

div.vehicleHeader span.vehicleName {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 2px;
}

div.vehicleHeader label {
    font-size: 0.75rem !important;
    font-weight: bold;
    color: #fff;
    float: right;
    padding: 0;
    margin-bottom: 0 !important;
}

div.vehicleHeader label input {
    padding: 3px;
    width: 70px;
    font-weight: normal;
    margin: 0 0 0 5px;
    height: 30px;
    display: inline;
    font-size: 0.675rem;
}

table.estimateItems {
    margin-bottom: 2rem;
}

table.estimateItems thead.light tr th,
table.estimateItems tbody tr td {
    font-size: 0.75rem;
    text-align: center;
	padding: 0.5rem 0.75rem;
	vertical-align: middle;
}

table.estimateItems thead.light {
    height: 1.4rem;
}

table.estimateItems thead.light tr th {
    color: #3a3c3d;
}

table.estimateItems thead.light tr th.delete 		{ width: 47px; }
table.estimateItems thead.light tr th.description 	{ width: 240px; text-align: left; }
table.estimateItems thead.light tr th.quantity 	{ width: 80px; }
table.estimateItems thead.light tr th.list 		{ width: 100px; }
table.estimateItems thead.light tr th.include_tax 	{ width: 75px; }
table.estimateItems thead.light tr th.tax_rates 	{ width: 70px; }
table.estimateItems thead.light tr th.total_th 	{ width: 70px; }

table.estimateItems tbody {
    border-top: none;
}

table.estimateItems tbody tr {
    background: #fff !important;
	border-top: none !important;
}

table.estimateItems tbody tr td {
    border-left: none !important;
    border-right: none !important;
}

table.estimateItems thead tr th.total_th,
table.estimateItems tbody tr td.estCost,
table.estimateItems tbody tr td.estCost input,
table.estimateItems tbody tr td.tax-rate,
table.estimateItems tbody tr td.estimate-total {
    text-align: right;
}

table.estimateItems tbody tr td.blank {
    padding: 0.5rem 0;
}

table.estimateItems tbody tr:not(:last-child) td {
    border-bottom: 1px solid #dadada;
}

table.estimateItems tbody tr td.delCell {
    background: #e6e6e6;
}

table.estimateItems tbody tr:not(:last-child) td.delCell {
    border-bottom: 1px solid #fff;
}

table.estimateItems tbody tr td input {
	display: inline-block;
	margin-bottom: 0;
	padding: 5px;
	width: 100%;
	height: 30px;
	font-size: 0.75rem;
	background: #fff;
	box-shadow: none;
}
table.estimateItems tbody tr td input[type="checkbox"]{
	height: 15px;
}

table.estimateItems tbody tr td input.qty {
	text-align: center;
	width: 50%;
}

table.estimateItems tbody tr td input.amount {
    margin-left: 5px;
	width: 70%;
}

table.estimateItems tbody tr td.itemDesc span.undo {
    display: none;
}

table.estimateItems tbody div.taxTooltip {
    background-color: #E6E6E6;
    border: 1px solid #666666;
    color: #666666;
    display: none;
    font-size: 0.75rem;
    height: auto;
    padding: 6px;
    position: absolute;
    width: 200px;
    z-index: 10;
}

table.estimateItems tbody div.taxTooltip a {
    font-size: 0.75rem;
}

.content-box-foot .OtherInfo .underTable .items {
    padding: 5px 0;
    float: left;
    clear: both;
}

.content-box-foot .OtherInfo .underTable .items .addManualItem,
.content-box-foot .OtherInfo .underTable .items .addMiscItem {
    color: #4278A0;
    text-decoration: underline;
    font-size: 0.75rem;
    font-weight: bold;
    float: left;
    cursor: pointer;
}

.content-box-foot .OtherInfo .underTable .items .whatIsThis,
.content-box-foot .OtherInfo .underTable .items .whatIsThis {
    padding-left: 1rem;
    float: left;
    font-size: 0.75rem;
    cursor: pointer;
}

.content-box-foot .OtherInfo .underTable .items .whatIsThis span.under {
    text-decoration: underline;
    color: #666;
}

.content-box-foot .OtherInfo .underTable .items .whatIsThis div.whatIsMisc,
.content-box-foot .OtherInfo .underTable .items .whatIsThis div.whatIsManual {
    background-color: #EEEEEE;
    border: 1px solid #666666;
	overflow:auto;
    left: 270px;
    margin-bottom: 10px;
    margin-top: -20px;
    overflow: auto;
    position: absolute;
	font-size:11px;
    text-decoration: none;
    padding:5px;
	width: 330px;
	z-index:1;
}
.content-box-foot .OtherInfo .underTable .items .whatIsThis a{
	font-size: 11px !important;
}

.content-box-foot .OtherInfo .customer-disclaimer {
    padding: 25px 0;
    position: relative;
}

.disclaimerTitle {
    font-weight: bold;
    font-size: 0.875rem;
    color: #3a3c3d;
}

.disclaimerTextEstimate {
	font-size: 0.75rem;
}

.content-box-foot .totals {
    font-size: 0.875rem;
    color: #6c6f70;
    margin-top: 0;
}

.content-box-foot .totals .labels.total,
.content-box-foot .totals .values.grandTotal {
    color: #3a3c3d;
	text-transform: uppercase;
	font-weight: bold;
}

.content-box-foot .totals #parts,
.content-box-foot .totals #accs,
.content-box-foot .totals #miscellaneous,
.content-box-foot .totals #labor,
.content-box-foot .totals #tax,
.content-box-foot .totals #grandTotal {
    clear: both;
}

.print-estimate-wrapper .totals .labels,
.content-box-foot .totals .labels {
    float: left;
    text-align: right;
    clear: left;
    width: 157px;
    padding: 2px;
    font-weight: bold;
}

.content-box-foot .totals .values {
    float: right;
    text-align: right;
    width: 80px;
    padding: 2px 0.75rem;
}

#estimate .bottom-button-section {
    margin: 1.25rem 0;
    float: none;
    clear: both;
    height: 19px;
}

#estimate .bottom-button-section .leftButtons {
    float: left;
}

#estimate .bottom-button-section input {
    float: right;
}

#estimate .bottom-button-section input.printCustomerEstimate {
	margin-left: 4px;
}

/* ================================================
* Training Page
* ================================================
*/
#videoContainer{
	margin-bottom:1rem;
}


/*Override for Select Span on changeActiveShop.jsp*/
#changeShopForm > table > thead > tr > th.select > span.text-orange-primary{
	font-size:0.75rem;
}

/* ================================================
 *  Detail Availability Pop Up
 * ================================================
 */

table > tbody > tr > td > .availability-wrap {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: .625rem;*/
}

.availability-wrap i {
    font-size: 1.75rem;
}

.availability-wrap .availability-links p {
    white-space: normal;
}

.qoh-estimate,
.qoh-unavailable,
.qoh-extended,
.qoh-extended-stock,
.qoh-partial,
.qoh-network,
.qoh-low-stock,
.qoh-available,
.qoh-Available,
.qoh-partial,
.qoh-network,
.qoh-low-stock,
.qoh-extended,
.qoh-in-stock,
.qoh-estimate,
.qoh-extended-stock,
.qoh-unavailable {
   /* Temporarily Disbaling for demo purposes
 background-color: none !important;
*/
}

i.qoh-available,
i.qoh-Available,
i.qoh-partial,
i.qoh-network,
i.qoh-low-stock,
i.qoh-extended,
i.qoh-in-stock,
i.qoh-estimate,
i.qoh-extended-stock,
i.qoh-unavailable,
i.qoh-green{
    color: #008300;
	background-color:transparent !important;
}
i.qoh-partial,
i.qoh-network,
i.qoh-low-stock{
	color: #f26100;
	background-color:transparent !important;
}
i.qoh-extended,
i.qoh-extended-stock{
	color: #f37f00;
	background-color:transparent !important;
	background-image:none !important;
 }
i.qoh-estimate{
	color: #6C6F70;
	background-color: transparent !important;
}

#deal-maker .qoh-extended,
#deal-maker .qoh-extended-stock {
    background: url(/images/icons/availability_stripe.png) no-repeat !important;
}

.page-product-results .qoh-extended,
.page-product-results .qoh-extended-stock,
#current-quote-page .qoh-extended,
#current-quote-page .qoh-extended-stock{
 	background:url("/images/icons/availability_stripe.png") no-repeat !important;
 }

table > tbody > tr > td > .availability-wrap::before,table > tbody > tr > td > .availability-wrap::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

table > tbody > tr > td > .availability-wrap::after {
    clear: both;
}

table > tbody > tr > td > .availability-wrap span {
    margin-top: .625rem;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 40em) {
    table > tbody > tr > td > .availability-wrap span {
        margin-bottom: 0;
    }
}

table > tbody > tr > td > .availability-wrap .availability-links {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    padding: 0 !important;
}

@media screen and (min-width: 40em) {
    table > tbody > tr > td > .availability-wrap .availability-links {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

table > tbody > tr > td > .availability-wrap .availability-links:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    table > tbody > tr > td > .availability-wrap .availability-links {
        width: 75%;
    }
}

table > tbody > tr > td > .availability-wrap .availability-links p {
    margin-bottom: 0;
}

table > tbody > tr > td > .availability-wrap .availability-links p a {
    text-decoration: underline;
    color: #231f20;
}

table > tbody > tr > td > .availability-wrap .availability-links p a:hover {
    transition: none;
    color: #f37f00;
}

table > tbody > tr > td > .part-type-wrap {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    padding: .625rem 0 .625rem .625rem !important;
}

table > tbody > tr > td > .part-type-wrap::before,table > tbody > tr > td > .part-type-wrap::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

table > tbody > tr > td > .part-type-wrap::after {
    clear: both;
}

@media screen and (min-width: 40em) {
    table > tbody > tr > td > .part-type-wrap {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

table > tbody > tr > td > .part-type-wrap:last-child:not(:first-child) {
    float: right;
}

table > tbody > tr > td > .part-type-wrap,table > tbody > tr > td > .part-type-wrap:last-child {
    float: none;
}

table > tbody > tr > td > .part-type-wrap .part-type-img {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: 1.875rem;
    padding: 10px !important;
    margin: 0;

    background-color: #fff;
    text-align: center;
}

@media screen and (min-width: 64em) {
    table > tbody > tr > td > .part-type-wrap .part-type-img {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

table > tbody > tr > td > .part-type-wrap .part-type-img:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 64em) {
    table > tbody > tr > td > .part-type-wrap .part-type-img {
        width: 25%;
    }
}

table tbody tr td h4 .product-link {
    font-size: 1rem;
    color: #3a3c3d;
    cursor: pointer;
    font-weight: bold;
}

table tbody tr td h4 .product-link:hover {
    color: #f26100;
	text-decoration: underline;
}

table > tbody > tr > td > .part-type-wrap .part-type-text {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

@media screen and (min-width: 64em) {
    table > tbody > tr > td > .part-type-wrap .part-type-text {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

table > tbody > tr > td > .part-type-wrap .part-type-text:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 64em) {
    table > tbody > tr > td > .part-type-wrap .part-type-text {
        width: 75%;
    }
}

table > tbody > tr > td > .part-type-wrap .part-type-text > div > p:last-child {
    margin-bottom: 0;
}

table > tbody > tr > td > .part-type-wrap .part-type-text p.part-name {
    font-weight: bold;
    margin-bottom: 12px;
}

table > tbody > tr > td > .part-type-wrap .part-type-text p {
    margin-bottom: 2px;
}

table > tbody > tr > td > .part-type-wrap .part-type-text .part-type-notes {
    white-space: normal !important;
}

table > tbody > tr > td > .part-type-wrap .part-type-text p > a {
    color: #4278a0;
    text-decoration: underline;
    font-size: .75rem;
    font-size: inherit;
}

table > tbody > tr > td > .part-type-wrap .part-type-text a:hover {
    transition: none;
}

table > tbody > tr > td > .part-type-wrap .part-type-text a.button {
    margin: .75rem 0 0;
    background-color: #FFF6B6;
    border: 1px solid #395b98;
    color: #395b98;
    font-weight: bold;
    padding: .3125rem .625rem;
}

table > tbody > tr > td:not(:first-child):not(:last-child) {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-top: none;
}

table td {
    border-top: none;
    word-break: break-word; /* Prevents long strings of text from expanding table column */
}

table.hover > thead > tr:hover,table.hover > tfoot > tr:hover {
    background-color: transparent;
    cursor: pointer;
}

tfoot.quoteTotal.listTotal > tr > td {
    text-align: right !important;
}

/*  #TABLE HELPER CLASSES
 *  -----------------------------------
 *  Helper classes to ovveride global settings.
 *  -----------------------------------
*/
table td.text-right {
    padding-right: 20px;
}

table td.has-showCost-btn, table td.has-hideCost-btn {
    padding-right: 0.625rem;
}

.deal-applied {
    color: #008300;
    font-weight: bold;
    font-size: .6875rem;
    line-height: inherit;
}

table.offset {
    margin-top: .9375rem;
    margin-bottom: .9375rem;
}

table.offset > tbody {
    border: none;
}

table.offset > tbody > tr > td {
    border: 1px solid #dadada;
    border-top: none;
}

/*  Adding .blank to <td> allows for offseting table cells.  */
table > tbody > tr > td.blank {
    background-color: #fff;
    border: none !important;
}

table > tbody > tr > td a.secondary-link {
    font-size: inherit;
}

table tbody tr:nth-child(even), #quote-table tbody:nth-child(odd) {
    background-color: #e9e9e9;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

/*
table tbody tr:nth-child(even) {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
} */

table tbody tr:nth-child(even):last-child {
    border-bottom: none;
}

table.hover tbody tr:nth-of-type(even):hover,table.hover tbody tr:nth-of-type(odd):hover {
    background-color: #e4e4e4;
    cursor: default;
}

form#current-quote table tbody tr td.blank {
    border-left: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    background-color: #fff !important;
}

/*  SHOW/HIDE COST
 *  -----------------------------------
 *  Sets global styling for Show/Hide Cost elements within a Table..
 *  -----------------------------------
*/
table.hover tbody tr:hover td.list-price p,table.hover tbody tr:hover td.cost-price p {
    font-weight: 700 !important;
}

#full-width-content table > tbody > tr.has-showHide-cost--btn > td.list-price,#full-width-content table > tbody > tr.has-showHide-cost--btn > td.cost-price {
    padding: 0 1.25rem 1.25rem;
}

#full-width-content table > tbody > tr.has-showHide-cost--btn > td {
    padding: 0 1.25rem 1.25rem;
}

table > tbody > tr > td.has-hideCost-btn > .inner-wrap,table > tbody > tr > td.has-showCost-btn > .inner-wrap {
    position: relative;
    /* padding-top: 30px; */
    margin: 0 -10px;
}

#productResults table > tbody > tr > td.has-hideCost-btn > .inner-wrap,table > tbody > tr > td.has-showCost-btn > .inner-wrap {
    margin: 0;
}

table > tbody > tr > td.has-hideCost-btn > .inner-wrap > span.hideCost-btn,table > tbody > tr > td.has-hideCost-btn > .inner-wrap span.showCost-btn,table > tbody > tr > td.has-showCost-btn > .inner-wrap > span.hideCost-btn,table > tbody > tr > td.has-showCost-btn > .inner-wrap span.showCost-btn {
    background-color: #d52b1e;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: .125rem;
    font-size: .625rem;
    min-width: 75px;
}

table > tbody > tr > td.has-hideCost-btn > .inner-wrap > span.hideCost-btn a,table > tbody > tr > td.has-hideCost-btn > .inner-wrap span.showCost-btn a,table > tbody > tr > td.has-showCost-btn > .inner-wrap > span.hideCost-btn a,table > tbody > tr > td.has-showCost-btn > .inner-wrap span.showCost-btn a {
    color: inherit;
}

table > tbody > tr > td.has-hideCost-btn > .inner-wrap > span.showCost-btn,table > tbody > tr > td.has-showCost-btn > .inner-wrap > span.showCost-btn {
    background-color: #c4c4c4;
    display: none;
    width: 100%;
    right: 0;
}

table > tbody > tr.product-type-listing > td.list-price,table > tbody > tr.product-type-listing > td.cost-price {
    padding-top: 0;
}

table > tbody > tr.product-type-listing > td.list-price > .inner-wrap,table > tbody > tr.product-type-listing > td.cost-price > .inner-wrap {
    height: 9.1875rem;
    padding-top: 4.5rem;
}

table > tbody > tr.cost-is-hidden > td.has-showCost-btn > .inner-wrap > span.showCost-btn {
    display: block;
}



/*  MOBILE TABLE SETTINGS
 *  -----------------------------------
 *  Sets width and visibility for <th> & <td> elements @ Small & Medium Breakpoints.
 *  -----------------------------------
*/
/*  -- Recent Quotes Table on MyShop Page --  */
#recentQuotes.table table {
    width: 100%;
    max-height: 232px;
    overflow-y: auto;
}

#recentQuotes.table table thead tr th.table-date {
    width: 18.75rem;
    min-width: 6.25rem;
}

@media screen and (min-width: 64em) {
    #recentQuotes.table table thead tr th.table-date {
        min-width: 7.5rem;
    }
}

#recentQuotes.table table thead tr th.table-vehicle {
    width: 28.75rem;
    /*min-width: 9.375rem;*/
}

/*
#recentQuotes.table table thead tr th.table-availability {
    width: 12.5rem;
} */

/*
@media screen and (max-width: 39.9375em) {
    #recentQuotes.table table thead tr th.table-availability {
        display: none !important;
    }
}*/

/*
#recentQuotes.table table thead tr th.table-notes {
    min-width: 7.75rem;
} */

/*
@media screen and (max-width: 63.9375em) {
    #recentQuotes.table table thead tr th.table-notes {
        display: none !important;
    }
}*/

/*
#recentQuotes.table table thead tr th.table-estimate {
    min-width: 5.75rem;
} */

/*
@media screen and (max-width: 39.9375em) {
    #recentQuotes.table table thead tr th.table-estimate {
        display: none !important;
    }
}*/

#recentQuotes.table table tbody tr td {
    padding: .3125rem 1.25rem;
}

img.legend.invisible {
    visibility: visible;
}

td.table-availability ol li div.hide{
	display:none;
	height:0;
}
/*
@media screen and (max-width: 39.9375em) {
    #recentQuotes.table table tbody tr td.table-availability {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    #recentQuotes.table table tbody tr td.table-notes {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    #recentQuotes.table table tbody tr td.table-estimate {
        display: none !important;
    }
}*/

#recentQuotes.table table tbody tr td:last-child {
    border-right: inherit;
}

/*  -- Recent Quotes Table on Recent Quotes Page --  */
#full-width-content #recentQuotes.table .sectionHeader {
    height: 100%;
    padding-bottom: .9375rem;
}

@media screen and (min-width: 40em) {
    #full-width-content #recentQuotes.table .sectionHeader {
        padding-bottom: 0;
        height: 3.4375rem;
    }
}


/* Commented out for testing
#full-width-content #recentQuotes.table .sectionHeader #searchBar {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: .1875rem;
}

@media screen and (min-width: 40em) {
    #full-width-content #recentQuotes.table .sectionHeader #searchBar {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

#full-width-content #recentQuotes.table .sectionHeader #searchBar:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    #full-width-content #recentQuotes.table .sectionHeader #searchBar {
        width: 58.33333%;
    }
}

@media screen and (min-width: 64em) {
    #full-width-content #recentQuotes.table .sectionHeader #searchBar {
        width: 41.66667%;
    }
}

#full-width-content #recentQuotes.table .sectionHeader #searchBar .input-group {
    margin-bottom: 0;
}

#full-width-content #recentQuotes.table .sectionHeader #searchBar .input-group .input-group-field {
    height: 1.75rem;
}*/

/* New searchBar within sectionHeader styling */
.sectionHeader.has-searchBar {
    height: 100%;
    padding-bottom: .9375rem;
	padding: 11px 0 6px;
}
@media screen and (min-width: 40em)
	.sectionHeader.has-searchBar {
	    padding-bottom: 0;
	    height: 3.4375rem;
	}
}
 .sectionHeader #searchBar {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: .1875rem;
}

@media screen and (min-width: 40em) {
    .sectionHeader #searchBar {
        padding-left: .9375rem;
        padding-right: .9375rem;
		display: inline-block;
    }
}

.sectionHeader #searchBar:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
     .sectionHeader #searchBar {
        width: 58.33333%;
    }
}

@media screen and (min-width: 64em) {
    .sectionHeader #searchBar {
        width: 41.66667%;
    }
}

.sectionHeader #searchBar .input-group {
    margin-bottom: 0;
}

.sectionHeader #searchBar .input-group .input-group-field {
    height: 1.75rem;
}


/* Commented out for testing
.button-in-sectionHeader {
	margin: 5px 5px 0 0;
} */

/* SECTION HEADER - W/ BUTTONS
 * ----------------------------------------------
 *
 * Styles for .sectionHeader + .has-btn
 * ----------------------------------------------
*/

.sectionHeader.has-btn {
	padding: 1rem 1.25rem 0.5rem;
}

.sectionHeader.has-btn h3 {
	float: left;
	margin-bottom:10px;
}

.sectionHeader.has-btn .content-box-head-buttons {
	float: right;
}

.sectionHeader.has-btn .content-box-head-buttons input[type="button"],
.sectionHeader.has-btn .content-box-head-buttons input[type="submit"],
.sectionHeader.has-btn .content-box-head-buttons input[type="reset"],
.sectionHeader.has-btn .content-box-head-buttons .button,
.sectionHeader.has-btn .content-box-head-buttons button {
	margin-top: -0.5rem;
	margin-bottom: 0;
}

.sectionHeader.has-btn .content-box-head-buttons input[type="button"]:hover,
.sectionHeader.has-btn .content-box-head-buttons input[type="submit"]:hover,
.sectionHeader.has-btn .content-box-head-buttons input[type="reset"]:hover,
.sectionHeader.has-btn .content-box-head-buttons .button:hover,
.sectionHeader.has-btn .content-box-head-buttons button:hover,
.sectionHeader.has-btn .content-box-head-buttons input[type="button"]:focus,
.sectionHeader.has-btn .content-box-head-buttons input[type="submit"]:focus,
.sectionHeader.has-btn .content-box-head-buttons input[type="reset"]:focus,
.sectionHeader.has-btn .content-box-head-buttons .button:focus,
.sectionHeader.has-btn .content-box-head-buttons button:focus {
	border-color: #fff;
}




/* CONTENT-BOX-HEAD-BUTTONS - RESPONSIVE
 * ----------------------------------------------
 *
 * Responsive styles for .content-box-head-buttons
 * on Search Results and Shelf Pages (Continue & Add to Quote buttons)
 * ----------------------------------------------
*/

#searchResults .content-box-head-buttons {
	margin-left: 0;
    width: 100%;
    position: absolute;
    right: 0;
    top: 1rem;
    padding-left: 0;
}

#searchResults ul#searchResults-accordion {
    margin-top: 4.25rem;
}

@media screen and (min-width: 75.75rem) {

	#searchResults .content-box-head-buttons {
		margin-left: 75% !important;
	    width: 25% !important;
		position: absolute !important;
	    right: 0 !important;
	    top: -95px !important;
	    padding-left: 1.5rem !important;
	}

	#searchResults ul#searchResults-accordion {
	    margin-top: 0;
	}
}

@media screen and (min-width: 40em) and (max-width: 75.75rem) {
    #searchResults .content-box-head-buttons {
		margin-left: 75% !important;
	    width: 25% !important;
		position: absolute !important;
	    right: 0 !important;
	    top: -110px !important;
	    padding-left: 1.5rem !important;
	}

	#searchResults ul#searchResults-accordion {
	    margin-top: 0;
	}
}



/* RECENT QUOTES PAGE - #FULL-WIDTH-CONTENT
 * ----------------------------------------------
 *
 * ----------------------------------------------
*/

#full-width-content #recentQuotes.table .sectionHeader > a {
    margin-top: .625rem;
	margin-top: 0;
    float: right;
}

#full-width-content #recentQuotes.table table {
    width: 100%;
    max-height: 100%;
}

#full-width-content #recentQuotes.table table thead tr th.table-name {
    min-width: 5.75rem;
}

/*
@media screen and (max-width: 39.9375em) {
    #full-width-content #recentQuotes.table table thead tr th.table-name {
        display: none !important;
    }
}*/

#full-width-content #recentQuotes.table table thead tr th.table-date {
    min-width: 8.75rem;
    width: 18.75rem !important;
}

#full-width-content #recentQuotes.table table thead tr th.table-vehicle {
    width: 28.75rem !important;
}

#full-width-content #recentQuotes.table table thead tr th.table-availability {
    min-width: 7.3875rem;
}

/*
@media screen and (max-width: 39.9375em) {
    #full-width-content #recentQuotes.table table thead tr th.table-availability {
        display: none !important;
    }
}*/

#full-width-content #recentQuotes.table table thead tr th.table-notes {
    min-width: 8.75rem;
}

/*
@media screen and (max-width: 63.9375em) {
    #full-width-content #recentQuotes.table table thead tr th.table-notes {
        display: none !important;
    }
}*/

#full-width-content #recentQuotes.table table thead tr th.table-estimate {
    min-width: 6.75rem;
}

/*
@media screen and (max-width: 39.9375em) {
    #full-width-content #recentQuotes.table table thead tr th.table-estimate {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    #full-width-content #recentQuotes.table table tbody tr td.table-name {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    #full-width-content #recentQuotes.table table tbody tr td.table-availability {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    #full-width-content #recentQuotes.table table tbody tr td.table-notes {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    #full-width-content #recentQuotes.table table tbody tr td.table-estimate {
        display: none !important;
    }
}*/

#recentQuotes table > tbody > tr > td.table-estimate {
    text-align: center;
}

#recentQuotes table > tbody > tr > td.table-estimate > a {
    text-decoration: none;
}

#recentQuotes table > tbody > tr > td.table-estimate > a > i.azp {
    font-size: 1.75rem;
    color: #6c6f70;
}

#quote-table > tbody > tr > td.table-estimate > i {
     display:none;
}
#quote-table > tbody > tr > td.estimate > a {
	text-decoration:none;
}
#quote-table > tbody > tr > td.estimate > a > i.azp {
 	font-size: 1.75rem;
    color: #6c6f70;
}
#quote-table ol.plain.line-up li {
     height: auto !important;
}

#full-width-content #recentQuotes.table table tbody tr td:last-child {
    border-right: inherit;
}

/*  -- Order History Table on MyShop Page --  */
#orderHistory.table table {
    width: 100%;
}

#orderHistory.table table thead tr th.table-input {
    width: 1.875rem;
}

#orderHistory.table > table tbody > tr > td.estimate > a > i.azp {
 	font-size: 1.75rem;
    color: #6c6f70;
}
#orderHistory.table > table tbody > tr > td.estimate > a {
	text-decoration:none;
}

/*
@media screen and (max-width: 63.9375em) {
    #orderHistory.table table thead tr th.table-input,
    #orderHistory.table table tbody tr td.table-input {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    #orderHistory.table table thead tr th.table-input,
    #orderHistory.table table tbody tr td.table-input {
        display: none !important;
    }
}*/

/* Commented out for testing
 *
#orderHistory.table table thead tr th.table-date {
    width: 18.75rem;
    min-width: 7rem;
} */

/* Commented out for testing
 *
#orderHistory.table table thead tr th.table-vehicle {
    width: 28.75rem;
    min-width: 9.375rem;
} */
/*
@media screen and (max-width: 70.625em) and (min-width: 64em){
	#recentQuotes.table table .table-notes{
		display:none !important;
	}
}

@media screen and (max-width: 63.9375em) {
    #orderHistory.table table thead tr th.table-customer {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    #orderHistory.table table thead tr th.table-reference,
	#orderHistory.table table tbody tr td:nth-child(2) {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    #orderHistory.table table thead tr th.table-status {
        display: none !important;
    }
}*/

#orderHistory.table table thead tr th.table-reference {
    min-width: 9.5625rem;
}
/*
@media screen and (max-width: 39.9375em) {
    #orderHistory.table table thead tr th.table-parts {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    #orderHistory.table table thead tr th.table-total {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    #orderHistory.table table tbody tr td.table-customer {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    #orderHistory.table table tbody tr td.table-reference {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    #orderHistory.table table tbody tr td.table-status {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    #orderHistory.table table tbody tr td.table-parts {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    #orderHistory.table table tbody tr td.table-total {
        display: none !important;
    }
}*/

#orderHistory.table table tbody tr td:last-child {
    border-right: inherit;
}

/*  TABLE WITHIN ACCORDION
 *  -----------------------------------
 *  Sets global styling for tables nested within an Accordion.
 *  -----------------------------------
*/
ul.accordion > li.accordion-item.has-table > a.accordion-title {
    background-color: #fff;
    color: #f26100;
    text-transform: none;
    font-size: .875rem;
    padding-left: 1.25rem;
}

ul.accordion > li.accordion-item.has-table > a.accordion-title > span {
    font-size: .625rem;
    color: #594f51;
}

ul.accordion > li.accordion-item.has-table > .top-bar {
    border-bottom: .0625rem solid #dadada;
}

ul#searchResults-accordion.accordion li.accordion-item .accordion-content {
    padding-bottom: 2rem;
}
ul#searchResults-accordion.accordion li.accordion-item .accordion-content a{
    color: #231f20;
}
.part-type-group-top {
    background: #f4f4f4;
    border-bottom: .0625rem solid #dadada;
}

.part-type-top {
    padding: .625rem;
    margin-left: .625rem;
}

.part-type-top > .input-group {
    font-size: .6875rem;
    margin-bottom: 0;
}

.part-type-top > .input-group > .input-group-label {
    font-size: inherit;
    background: none;
    border: none;
    font-weight: bold;
    padding: .1875rem .625rem .1875rem 0;
}

.part-type-top > .input-group > .input-group-field {
    height: 1.5rem;
    font-size: inherit;
    padding: .3125rem .3125rem .3125rem .625rem;
}

.part-type-top > .input-group > .input-group-button {
    margin-bottom: 0;

}

.part-type-top > .input-group > .input-group-button input {
    margin-bottom: 0;
    margin-left: .625rem;
    padding: .125rem .3125rem;
    background-color: #c4c4c4;
    border: 1px outset buttonface;
    font-size: inherit;
}

ul.accordion > li.accordion-item.has-table > a:before,ul.accordion > li.accordion-item.has-table > a::before {
    content: '';
}

ul.accordion > li.accordion-item.has-table > div.accordion-content {
    padding: 0;
}

ul.accordion > li.accordion-item.has-table > div.accordion-content table {
    margin: 0;
    margin-top: -1px;
}

ul.accordion > li.accordion-item.has-table > div.accordion-content table thead {
    border: none;
}

ul.accordion > li.accordion-item.has-table > div.accordion-content table thead > tr > th.border-fix {
    border-right: none !important;
}

ul.accordion > li.accordion-item.has-table > div.accordion-content table tbody {
    border: none;
}

.part-type-text p {
    font-size: .625rem !important;
}

.part-type-text p.part-name {
    font-weight: 700 !important;
    font-size: .75rem !important;
    margin-bottom: .75rem !important;
}

ul.accordion > li.accordion-item.has-table > div.accordion-content table tbody tr td:first-child {
    border-left: none;
}

ul.accordion > li.accordion-item.has-table > div.accordion-content table tbody tr td:last-child {
    border-right: none;
}

ul.accordion > li.accordion-item.has-table > div.accordion-content table tbody tr td.border-fix {
    border-right: none !important;
}

ul.accordion > li.accordion-item.has-table > div.accordion-content table tbody tr:last-child td,ul.accordion > li.accordion-item.has-table > div.accordion-content table tbody tr:only-of-type td {
    border-bottom: none;
}

/*  #PART-TYPE PAGE
 *  -----------------------------------
 *  Sets global styling for elements on a Part-Type Page.
 *  -----------------------------------
*/
#partType {
    margin-bottom: 1.875rem;
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (min-width: 40em) {
    #partType {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

#partType:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 64em) {
    #partType {
        width: 75%;
        padding-right: .9375rem !important;
    }

	#content.has-sidebar-left-and-right #partType {
        width: 100%;
        padding-right: 0 !important;
    }
}

/*  #FORM OVERRIDES
 *  -----------------------------------
 *  Sets global styling for Form elements & inputs.
 *  -----------------------------------
*/
.section > form {
    padding: 0 .9375rem;
}

span.required {
	padding-top: 0.125rem;
}

span.required:after, form label.required > p:after {
    content: "*";
    color: #d52b1e;
    padding: 0 0.1875rem;
}

/* Commented out for testing
span.required.missing {
    background: #ffff80;
} */

form label > input,form label > select {
    font-size: .875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: .3125rem;
}

form label > p {
    margin-bottom: 0;
}

.form-error {
    padding-left: 1.25rem;
}

form ul.simple > li:last-of-type > p {
    margin-bottom: 0;
}

form > table input[type="checkbox"] {
    margin-bottom: 0;
    vertical-align: middle;
}

[type='text']:focus,[type='password']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='email']:focus,[type='number']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='url']:focus,[type='color']:focus,textarea:focus,select:focus {
    border: .0625rem solid #3a3c3d;
    background-color: #fff;
    box-shadow: 0 0 5px #c4c4c4;
    transition: box-shadow 0.5s,border-color .25s ease-in-out;
}

[type='checkbox'] + label,[type='radio'] + label {
    margin-right: 0;
}

.fieldset legend {
    background: transparent;
    padding: 0 .5rem;
    margin: 0;
    margin-left: 0.8125rem;
}



/*  #UN-ORDERED LIST HELPERS
 *  -----------------------------------
 *  Helper/modifier classes for un-ordered lists and list items.
 *  -----------------------------------
*/

.last {
    margin-bottom: 1.875rem;
}

ul.simple {
    list-style-type: none;
    margin-bottom: 0;
}

ul.simple > li {
    line-height: 1.75rem;
}

ul.simple > li > a,
ul.simple > #peoplesoft-form > li > a{
    color: #3a3c3d;
    text-decoration: underline;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1rem;
}

.section ul.simple > li > a,
.section ul.simple > #peoplesoft-form > li > a{
    color: #4278a0;
    font-size: 0.875rem;
}





/*  ACCORDION OVERRIDES
 *  -----------------------------------
 *  Overrides default foundation styling for Accordions.
 *  -----------------------------------
*/
.accordion-title,ul.accordion.simple > li.accordion-title {
    padding-top: .875rem;
    padding-right: 1.25rem;
    padding-bottom: .75rem;
    padding-left: 2.5rem;
    font-size: .875rem;
    font-weight: bold;
    color: #f26100;
}

.accordion-title {
    background-color: #e9e9e9;
}

ul.accordion.simple > .accordion-title {
    background-color: #fff;
}

.accordion-title:before {
    top: 0.5rem;
    left: 1.25rem;
}

.is-active .accordion-title, .accordion-title:hover {
    color: #231f20;
    background-color: #f4f4f4;
}

.accordion-content {
    position: relative;
    font-size: .875rem;
}

#searchResults a.accordion-title {
    text-transform: uppercase;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
#searchResults .accordion-title:before {
  top: 0.5rem;
  left: 1.25rem;
}

ul.accordion.simple {
    border: none;
    background-color: #fff;
    margin-bottom: 1rem;
}

ul.accordion.simple > li.accordion-item > a.accordion-title {
    background-color: #fff;
	color: #f26100;
}

ul.accordion.simple > li.accordion-item > div.accordion-content {
    background-color: #e9e9e9;
    border-left: .0625rem solid #dadada;
    border-right: .0625rem solid #dadada;
}

/*  #FOOTER
 *  -----------------------------------
 *  Global styling for Footer settings @ all breakpoints.
 *
 *  Mobile Footer Display for Medium & Small Breakpoints:
 *
    ** Abbreviated footer that only displays copyright info.
    ** All links for Mobile Footer are moved to Off-Canvas Menu.
 *
 *  -----------------------------------
*/

/*  Global Footer Settings  */
#footer {
    background: url("/images/foundations/img/footer-border.png") repeat-x left top #3a3c3d;
}

#footer a,#footer p,#footer ul li {
    color: #fff;
    font-size: .875rem;
}

#footer ul {
    list-style-type: none;
    display: inline-block;
}

#footer ul li.header {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
}

#footer #ftMobile,#footer #ftTop {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

#footer #ftMobile::before,#footer #ftMobile::after,#footer #ftTop::before,#footer #ftTop::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#footer #ftMobile::after,#footer #ftTop::after {
    clear: both;
}

@media screen and (min-width: 40em) {
    #footer #ftMobile,#footer #ftTop {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

#footer #ftMobile:last-child:not(:first-child),#footer #ftTop:last-child:not(:first-child) {
    float: right;
}

#footer #ftMobile,#footer #ftMobile:last-child,#footer #ftTop,#footer #ftTop:last-child {
    float: none;
}

#footer #ftMobile {
/*  Sets display:none for Large Breakpoint  */
    /* height: 4.375rem; */
	height: auto;
    padding-top: 2rem;
}

@media screen and (min-width: 40em) {
    #footer #ftMobile {
        display: none !important;
    }
}

#footer #ftMobile .legalstuff {
    float: left;
    /* margin-top: .625rem; */
}

#ftMobile .legalstuff p {
	line-height: 1.25;
}

#footer #ftMobile .digiCert {
    float: right;
}

#footer #ftMobile .digiCert img {
    height: 2.1875rem;
}

#footer #ftTop {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
	display: none;
}

@media screen and (min-width: 40em) {
    #footer #ftTop {
        display: block;
    }
}

#footer #ftTop .ft-logo {
    float: left;
}

#footer #ftTop .ft-logo a img {
    margin-top: .9375rem;
}

#footer #ftTop #ftQuickLinks {
    margin-top: 1.25rem;
    float: right;
}

#footer #ftTop #ftQuickLinks li {
    border-right: .0625rem solid #fff;
    padding: 0;
}

#footer #ftTop #ftQuickLinks li a {
    padding: 0 .9375rem;
}

#footer #ftTop #ftQuickLinks li:last-of-type {
    border-right: none;
    padding-right: 0;
}

#footer #ftTop #ftQuickLinks li:last-of-type a {
    padding-right: 0;
}

#footer #ftBottom {
    background: url("/images/foundations/img/footer-shadow.png") no-repeat top center;
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
/*  Sets display:none for Medium & Small Breakpoints  */
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
	display: none;
}

@media screen and (min-width: 40em) {
    #footer #ftBottom {
        display: block;
    }
}

#footer #ftBottom::before,#footer #ftBottom::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#footer #ftBottom::after {
    clear: both;
}

#footer #ftBottom #ftBottom-links {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

#footer #ftBottom #ftBottom-links:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    #footer #ftBottom #ftBottom-links {
        width: 88%;
        padding: 0;
    }

    #footer #ftBottom #ftBottom-links #aboutAZpro,#footer #ftBottom #ftBottom-links #customerService,#footer #ftBottom #ftBottom-links #corporateInfo,#footer #ftBottom #ftBottom-links #partnerSites {
        width: 100%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
    }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
    #footer #ftBottom #ftBottom-links #aboutAZpro,#footer #ftBottom #ftBottom-links #customerService,#footer #ftBottom #ftBottom-links #corporateInfo,#footer #ftBottom #ftBottom-links #partnerSites {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

@media screen and (min-width: 64em) {
    #footer #ftBottom #ftBottom-links #aboutAZpro:last-child:not(:first-child),#footer #ftBottom #ftBottom-links #customerService:last-child:not(:first-child),#footer #ftBottom #ftBottom-links #corporateInfo:last-child:not(:first-child),#footer #ftBottom #ftBottom-links #partnerSites:last-child:not(:first-child) {
        float: right;
    }
}

@media screen and (min-width: 40em) {
    #footer #ftBottom #ftBottom-links #aboutAZpro,#footer #ftBottom #ftBottom-links #customerService,#footer #ftBottom #ftBottom-links #corporateInfo,#footer #ftBottom #ftBottom-links #partnerSites {
        width: 25%;
    }

    #footer #ftBottom #ftBottom-links #aboutAZpro ul,#footer #ftBottom #ftBottom-links #customerService ul,#footer #ftBottom #ftBottom-links #corporateInfo ul,#footer #ftBottom #ftBottom-links #partnerSites ul {
        padding-top: .9375rem;
        padding-bottom: .9375rem;
        padding-left: 0;
        margin: 0;
        color: #fff;
        font-size: .75rem;
    }
}

#footer #ftBottom #legalStuff {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

#footer #ftBottom #legalStuff:last-child:not(:first-child) {
    float: right;
}

@media screen and (min-width: 40em) {
    #footer #ftBottom #legalStuff {
        width: 12%;
        padding-left: 0;
    }

    #footer #ftBottom #legalStuff ul {
        margin: 0;
        padding-top: .9375rem;
    }

    #footer #ftBottom #legalStuff ul li.digiCert {
        padding-top: .9375rem;
    }
}

/*  #MISC HELPER CLASSES
 *  -----------------------------------
 *  Overrides for global settings.
 *  -----------------------------------
*/
.needsTopMargin {
    margin-top: 1rem;
}

label > em {
    font-weight: bold;
    font-size: .875rem;
}

span.results,span.search-term {
    font-weight: bold;
    color: #f37f00;
}

span.results.alert,span.search-term.alert {
    font-weight: bold;
    color: #d52b1e;
}

span.search-term:before {
    content: open-quote;
    color: #f37f00;
}

span.search-term.alert:before {
    color: #d52b1e;
}

span.search-term:after {
    content: close-quote;
    color: #f37f00;
}

span.search-term.alert:after {
    color: #d52b1e;
}

p.quote-total,p.continue {
    text-align: center;
}

@media screen and (min-width: 40em) {
    p.quote-total,p.continue {
        text-align: right;
    }
}

p.quote-total {
    font-weight: bold;
    margin-top: .375rem;
}

p.continue {
    margin-bottom: 0;
}

p.continue.no-checkout{
       margin-top:0.5rem;
}


p.gray {
    color: #919191;
}



/*  #BOTTOM-LINKS
 *  -----------------------------------
 *  Displays full-width link for tables such as
 *  Recent Quotes & Order History tables on MyShop page.
 *
 *  i.e. "View More Quotes"
 *  -----------------------------------
*/
/*  .bottom-links is the containing element for full-width link  */
.bottom-links {
    margin-top: -2px;/*  Accounts for borders, makes top of container flush with bottom of table  */
    margin-bottom: 0;
}
    .bottom-links a {
        margin-bottom: 0;
	    display: block;
    }


/*  #EXTERNAL-LINKS
 *  -----------------------------------
 *  Displays .azp_external-link arrow icon to communicate to the user that the
 *  link will open in a separate tab or will take them away from AutoZonePro.com.
 *  -----------------------------------
*/
a.azp_external-link {
    position: relative;
    font-weight: bold;
    padding-right: .75rem;
    color: #6c6f70;
    font-family: Arial, sans-serif !important;
    vertical-align: baseline;
}
a.azp_external-link::before {
    font-size: 0.4rem;
    top: 0.125rem;
    position: absolute;
    right: 0;
    color: #f26100;
    font-family: 'azpro-icons' !important;
}

p > a.azp_external-link {
    margin: 0 0.25rem;
}

#mainContent a.azp.azp_external-link {
    color: #f26100;
    padding-right: .5rem;
    font-size: inherit;
}

#current-quote a.azp.azp_external-link{
	color:#fff;
	font-size:0.75rem;
}

#current-quote-page div.totals-header a.azp.azp_external-link{
       color: #f26100 !important;
       font-size:inherit !important;
}



/*  #EXTERNAL-LINKS W/IN SECTION HEADER
 *  -----------------------------------
 *  Change color to white for external links inside
 *  a section header.
 *  -----------------------------------
*/
.sectionHeader a.azp_external-link,
.sectionHeader a.azp_external-link::before {
    color: #ffffff;
}



/*  #MAIN NAV EXTERNAL-LINKS
 *  -----------------------------------
 *  Controls visual display of external links in the main navigation
 *  to match existing styling of persistent navigation links.
 *  -----------------------------------
*/
#external-links > a {
    font-size: .75rem;
    text-transform: uppercase;
    margin: 0;
}

#external-links > a:hover {
	color: #f26100;
	text-decoration: underline;
}

#external-links > a:not(:last-child) {
    margin-right: 1rem;
}

/*  END EXTERNAL-LINKS STYLING  */



.sectionHeader > h3 > span.float-right > a.external-link {
    color: #fff;
    text-transform: capitalize;
}

.sectionHeader > h3 > span.float-right > a.external-link:last-child {
    margin-right: .6875rem;
}

p.switch-label,.sectionHeader > a {
    margin-top: 2px;
}

/*  Class for an inline content block on a page that has Right Rails.
 *  Adds 15px padding on the right to complete the gutter between RR.
*/
@media screen and (min-width: 64em) {
    .has-rr {
        padding-right: .9375rem;
    }
}

#mainContent .disabled {
    opacity: .5;
}

/* ================================================
 *  PRODUCT DETAIL PAGE and OVERLAY
 * ================================================
 */
#product-detail #tab-1 ul{
	list-style-type: disc inside none;
	margin-left: 0;
}
#product-detail #tab-1 p{
	padding:0px;
	font-size: 0.875rem;
}
#product-detail #tab-1 ul li{
	list-style-type: disc;
	margin-left: 1.25rem;
}
#product-detail #tab-1 ul li.lead{
	list-style: none;
	font-size:12px;
	margin-left: 0;
}
@media screen and (min-width: 64em) {

	div#all-content-outer div.results-main table.item-list-table .productItemDesc dl dt,
	#deal-maker div.results-main table.item-list-table .productItemDesc dl dt {
		float:left !important;
		display:inline-block;
		line-height:1.4rem;
	}

	div#all-content-outer div.results-main table.item-list-table .productItemDesc dl dd,
	#deal-maker div.results-main table.item-list-table .productItemDesc dl dd {
		line-height:1.4rem;
	}

}
/* Styling for National Account Landing pages
* ----------------------------------------------
* FAQ pages
* ------------------------------------------------
*/
div.section div.question{
	font-weight:bold;
	 margin-bottom:2px;

}
div.section div.answer{
	margin-bottom: 1rem;
	line-height: 1.6;
}
/*  #TOGGLERS
 *  -----------------------------------
 *  Styling to rotate dropdown caret button for dropdown menus.
 *
 *  Requires JavaScript.
 *  -----------------------------------
*/
.is-active-rotate,.is-active-rotate:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

a.showMore:before {
    position: absolute;
    font-size: .75rem;
    font-weight: bold;
    bottom: .25rem;
    left: 40%;
    color: #3a3c3d;
    text-decoration: underline;
    content: 'Show All Results';
}

@media screen and (min-width: 40em) {
    a.showMore:before {
        left: 42%;
    }
}
a.showFewer:before {
    position: absolute;
    font-size: .75rem;
    font-weight: bold;
    bottom: .25rem;
    left: 40%;
    color: #3a3c3d;
    text-decoration: underline;
    content: 'Show Fewer Results';
}

@media screen and (min-width: 40em) {
    a.showFewer:before {
        left: 42%;
    }
}

.hidden {
    display: none;
}

.toggle-unhide {
    display: block;
}

/*  #ORBIT (Carousel) OVERRIDE SETTINGS
 *  -----------------------------------
 *  Styling to override default Foundation 6 carousel settings.
 *  -----------------------------------
*/
#myShop-courasel {
    margin-bottom: 1.875rem;
}

#myShop-courasel > ul.orbit-container {
    height: auto !important;
    max-width: 100%;
    border: .0625rem solid #dadada;
    background-color: #e9e9e9;
    max-height:287px;
    overflow:hidden;
}

button.orbit-previous,
button.orbit-next {
    background-color: rgba(35,31,32,0.5);
	min-width: 0 !important;
}

#myShop-courasel > ul.orbit-container > li h3 {
    margin-top: 3.75em;
}



/*  FLUSH CLASSES (ALL SCREEN-SIZES)
 *  -----------------------------------
 *  Applies flush classes to ALL screens.
*/

.flush-top {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.flush-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.flush-bottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.flush-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.flush {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.flush-all {
    padding: 0 !important;
    margin: 0 !important;
}

/*  SMALL (ONLY) FLUSH CLASSES
 *  ------------------------------------
 *  Applies flush classes to small screens ONLY.
*/

@media screen and (max-width: 39.9375em) {

	.small-only-flush-top {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	.small-only-flush-right {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}

	.small-only-flush-bottom {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	.small-only-flush-left {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.small-only-flush {
		padding: 0 !important;
		margin: 0 !important;
	}
}

/*  MEDIUM FLUSH CLASSES
 *  ------------------------------------
 *  Applies flush classes to medium and
 *  large screens only.
*/

@media screen and (min-width: 40em) {

	.medium-flush-top {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	.medium-flush-right {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}

	.medium-flush-bottom {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	.medium-flush-left {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.medium-flush {
		padding: 0 !important;
		margin: 0 !important;
	}
}



/*  ALIGNMENT HELPERS
 *  ------------------------------------
 *  Applies flush classes to medium and
 *  large screens only.
*/

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

.text-indent {
    padding-left: 20px;
    color: #3a3c3d !important;
}

.text-indent.alert {
    padding-left: 20px;
    color: #d52b1e !important;
}

.showHide--atribute {
    display: none;
}

.border-fix {
    border-right: 1px solid #e4e4e4 !important;
}

thead.vehicleTotal > tr > th.border-fix {
    border-color: #4278a0;
}

/* STICKY SIDEBAR SETTINGS  */
#stickySidebar-wrap {
    height: 100% !important;
    padding-left: 0;
}

#stickySidebar-wrap #leftNav {
    width: 100%;
}

#stickySidebar-wrap #leftNav.is-stuck {
    margin-top: 5.75rem !important;
}

/* The following prevents page jump (left->right) when reveal opens on a centered page with right scrollbar */
body.is-reveal-open {
    overflow: visible !important;
}

.reveal-overlay {
    overflow: hidden;
}



/*  SKIP-LINK & IN-PAGE LINK
 *  -----------------------------------
 *  Adjusts position of in-page anchor link targeter on large screens
 *  to prevent @persistent-nav from blocking the link.
 *  -----------------------------------
*/

@media screen and (min-width: 75em) {
    :target:before {
        content: ;
        display: block;
        height: 75px;
        margin: -75px 0 0;
    }

    #styleGuide :target:before {
        height: 0;
        margin: 0;
    }
}



/*  INTRO OVERLAY
 *  -----------------------------------
 *  Styling for the inroduction overlay that
 *  displays for users to get aquinted to the new
 *  features of the redesign.
 *  -----------------------------------
*/

.intro-dialog-outer {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    clear: both;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    overflow-y:scroll;
}

@media screen and (min-width: 63.9375em) {
	.intro-dialog-outer {
	    position: fixed;
	    overflow-y:scroll;
	}
}

.intro-dialog-inner {
	padding: 0.5em 0;
	zoom: 1;
	max-width: 1050px;
	position: relative;
}

.intro-content-wrapper {
    padding: 1rem;
    background-color: #fff;
    margin-top: 152px;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.25);
}

.intro-content-wrapper .sectionHeader {
    background-color: #3a3c3d;
    padding-bottom: 0.65rem;
}

.intro-content-wrapper .sectionHeader h3 {
    text-transform: none;
    font-size: 1.75rem;
}

.intro-dialog-buttons .checkbox-content {
	padding-top: 0.25rem;
	margin-bottom: 1rem;
}

.intro-dialog-buttons .checkbox-content input {
	vertical-align: middle;
}

.intro-dialog-inner label p {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0;
}

.sectionHeader.ui-dialog-titlebar {
    position: relative;
}

.intro-content-wrapper .dialog-content {
    background-color: #fff;
    padding-top: 1.875rem;
    color: #3a3c3d;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-top: none;
}

@media screen and (max-width: 40em) {
	/*
	 Styles to correct for spacing on small screens
	*/

	.intro-content-wrapper {
		margin-top: 187px;
	}
	#content {
		padding-left: 0px;
		padding-right: 0px;
	}
	#add-to-quote-form .content-section.details {
		width:100%;
		margin-bottom:0;
	}
	.results-main .pagination-controls .dataTables_info, #deal-maker .results-main .pagination-controls .dataTables_info {
		width:100%;
		text-align:center;
	 }
	.results-main .dataTables_paginate {
		position: relative;
	 }
	.more-info {
		top: 110px;
	    left: 0;
	    right: 0;
	    margin: 0 5%;
	    max-width: 100%;
	    width: auto;
	}
	.more-info dd {
		float: none;
	 	width:100%;
	 }
	.popup-product-detail #show-details > div.product-info.results-main div.more-container > div.more-info {
		left: -45px !important;
		top: 22px;
	}
	div.content-section-hold div.content-box div.product-detail,
	form#add-to-quote-form div.content-section div.content-box div#product-detail {
		padding:0;
	 }
	form#add-to-quote-form div.content-section div.content-box div#product-detail div.popup-product-detail div.product-info,
	div#all-content-outer.modal-wrapper div.popup-product-detail div.product-info {
		width: auto;
	}
	form#add-to-quote-form div.content-section div.content-box div#product-detail div.popup-product-detail div.product-info.detail-tabs,
	div#all-content-outer.modal-wrapper div.popup-product-detail div.product-info.detail-tabs{
		width:auto;
		margin-left:0px;
	}
}

/* Provantage Partner Pages redesign */

.partner-logo {
	width: auto;
	text-align: center;
	margin-top: 1rem;
}
.partner-logo img {
	max-height: 60px;
}
.partner-logo.split {
	width: 50%;
	float: left;
}
.partner-logo.rightBorder {
	border-right: 1px solid #999;
}
.pv-discounts {
	line-height: 2.5rem;
	color: #136B9D;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.pv-links {
	cursor: pointer;
}
.pv-links:hover {
	color: #f26100;
	text-decoration: underline;
}
#pv-link-viewing {
	padding: 0 20px 0 5px;
}
#partner-view {
	background-color: #EDEDED;
}
#pv-links {
	padding: 15px;
	font-size: 0.875rem;
}
.pv-selected {
	color: #136B9D;
}
.ft-section {
	border: .0625rem solid #BCBCBC;
	margin-bottom: 15px;
}
.ft-section ul {
	margin-left: 0;
	padding-left: 0;
}
.ft-dark {
	background-color: #BCBCBC;
}
.ft-light{
	background-color: #FFF;
	float: right;
	height: 240px;
}
.ft-light ul {
	width: 50%;
	float: left;
}
.ft-light ul li {
	width: 97%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ft-light ul li a {
	color: #3a3c3d;
}
.ft-light ul li a:hover {
	color: #f26100;
}
.freeToolsList {
	margin-top: 25px;
}
.freeToolsList li {
	font-size: 0.91em;
	color: #FFF;
	text-align: right;
	cursor: pointer;
	line-height: 2.3em;
}
.freeToolsList li:hover {
	color: #f26100;
}
.freeToolsSelected {
	color: #f26100 !important;
}
.ft-headers {
	font-weight: bold;
	text-align: center;
	padding: 10px 0 5px 0;
	font-size: 1.3rem;
}
.button.partners-btn {
	min-width: 7rem !important;
	margin: 1rem 0 1rem 0 !important;
	border-color: #136b9d !important;
}
.graph-span {
	color: #FFF;
	text-align: left;
	line-height: 30px;
	padding: 5px 30px 5px 3px;
	font-size: 75%;
}
.graph-green {
	background-color: #008300;
}
.graph-orange {
	background-color: #F37F00;
}
.graph-blue {
	background-color: #4278A0;
}
.ft-docs-lists {
	display: inline;
	line-height: 1.9rem;
	font-size: 0.8rem;
}
.pt-details-header {
  font-size: 23px;
  font-weight: bold;
}
.mobileMenu {
	display: block;
}
.partner-detail-content ul li {
  list-style-type: disc;
  font-size: 0.875rem;
}
.numberBullets li {
  list-style-type: decimal !important;
}
.pv-mobile-toggle {
  position: absolute;
  color: #FFF;
  right: 15px;
  top: 12px;
  cursor: pointer;
  display: none;
}

/* Responsive changes */
@media only screen and (max-width: 1221px){
	.ft-light {
		height: auto;
	}
	.ft-headers {
		font-size: 1rem;
	}
	.freeToolsList {
		margin-top: 15px;
	}
	.freeToolsList li {
		font-size: 0.85rem;
	}
	#provantage-navigation-bar ul li:first-child {
		display: table;
	}
	.pv-discounts {
		padding: 0;
	}
}
@media only screen and (max-width: 1071px){
	.freeToolsList li {
		font-size: 0.75rem;
	}
	.ft-docs-lists {
		font-size: 0.75rem;
	}
  #ondeck-promo-img {
    width: 50%;
  }
  .pt-details-header {
    display: block;
  }
}
@media only screen and (max-width: 839px){
  #provantage-navigation-bar a.link-1 {
    width: 70px;
  }
  #provantage-navigation-bar a.link-2 {
    width: 85px;
  }
  #provantage-navigation-bar a.link-3 {
    width: 85px;
  }
  #provantage-navigation-bar a.link-4 {
    width: 85px;
  }
  #provantage-navigation-bar a.link-5 {
    width: 85px;
  }
  .ft-headers {
    font-size: .85rem;
  }
  .freeToolsList {
    margin-top: 0px;
  }
	.freeToolsList li {
		font-size: 0.70rem;
	}
	.ft-docs-lists {
		font-size: 0.70rem;
	}
  #ondeck-promo-img {
    width: auto;
    display: block;
    float: none !important;
    text-align: center;
    margin: 15px;
  }
}
@media only screen and (max-width: 785px){
	.pv-discounts {
		font-size: 1em;
	}
  #staffToolsImg {
    display: none;
  }
  #businessToolsImg {
    display: none;
  }
  #officeToolsImg {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em){
	#provantage-navigation-bar ul li a {
		float: none;
	}
	#provantage-navigation-bar ul {
		height: auto;
	}
	#provantage-navigation-bar a.link-1 {
		position: relative;
		left: 12px;
	}
	.mobileMenu {
		display: none;
	}
	.mobileMenu a {
		margin: auto;
	}
  #provantage-navigation-bar .azp_toggle-down {
    display: block;
  }
  #provantage-navigation-bar a.link-0 {
    cursor: default;
  }
  #provantage-navigation-bar a.link-1 {
    width: 122px;
  }
  #provantage-navigation-bar a.link-2 {
    width: 122px;
  }
  #provantage-navigation-bar a.link-3 {
    width: 122px;
  }
  #provantage-navigation-bar a.link-4 {
    width: 122px;
  }
  #provantage-navigation-bar a.link-5 {
    width: 122px;
  }
	.ft-headers {
		font-size: 1.3rem;
	}
	.freeToolsList li {
		font-size: 0.95rem;
	}
	.ft-docs-lists {
		font-size: 0.8rem;
	}
	#staffToolsImg {
		display: none;
	}
	#businessToolsImg {
		display: none;
	}
	#officeToolsImg {
		display: none;
	}
	.freeToolsList li {
		text-align: left;
	}
	.pv-discounts {
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 410px){
	#pv-link-viewing {
		display: block;
		padding: 0 20px 10px 0;
	}
	#pv-links {
		padding: 5px;
	}
}

/* Deals page (MyShop redesign) */

input#deals-search {
  display: inline;
  width: 68%;
  margin-right: 12px;
  margin-bottom: 10px;
  height: 2.4375rem;
  padding: .5rem;
  font-size: 1rem !important;
}
#deals-search-btn {
  margin-bottom: 0;
}
#dealsBox {
  padding-top: 2.98rem;
}
#dealsTopPagination {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #999 !important;
}
.deal-filter-selects {
  width: 40%;
  display: inline-block;
  margin-right: 30px;
}

/************ mexico Login page ******************/

.off-canvas-content.mx-login {
  background: #000000 url(/images/backgrounds/bg-body.gif) repeat-x;
  background-position: 0px -66px;
}

.mx-login #main-nav-links {
  margin-bottom: -1rem;
}

.mx-login #main-nav-links>.row,.mx-login #main-nav-links {
  background: transparent;
}

.mx-login #main-outer {
  width: 75%;
  border: 10px solid #ccc;
  margin: 4% auto;
  border-radius: 17px;
  background-color: #000;
}

.mx-login form#loginForm {
  padding: 4% 13% 8% 13%;
  min-width: 768px;
}

.mx-login section.section {
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.mx-login label p {
  float: left;
  line-height: 40px;
}
.mx-login .form-login{
  width: 90%;
  float: right;
  padding-right: 20px;
}
.mx-login label.middle{
  display: block;
}
.bold{
  font-weight: bold;
}
.mx-login input[type='text'],.mx-login input[type='password'] {
  width: 100%;
}
.mx-login .sectionHeader {
  border-top: 23px solid #292929;
  border-radius: 10px 10px 0px 0px;
  min-height: 66px;
  background: #C9C9C9;
}
.mx-login .sectionHeader h3{
  color: #1B1B1B;
  text-transform: capitalize !important;

}
.mx-login #siteLogo {
  margin-top: -5px;
  padding-left: 72px;
}
.mx-login .login-error{
  padding: 0 12%;
}
.mx-login .info{
  padding-top: 30px;
}
.mx-login .form-action{
  padding-right: 20px;
}
.mx-login .error-section {
  min-height:75px;
  padding:0 12%;
}
.mx-login .form-error{
  padding-left:0;
}
.mx-login-wrapper{
	height:100%;
	background: #000;
}
@media screen and (max-width: 1280px){
  .mx-login .small-4 {
      width: 33.33333%;
  }
  .mx-login .small-8{
    width: 66.66667%;
  }

}
@media screen and (max-width: 1280px) and (max-height: 767px){
  .mx-login .info{
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px){
  .mx-login #main-outer{
    overflow-x: scroll;
  }
}
/************ End of mexico Login page ******************/
