/**test6
 * ===========================================================================
 * OVERRIDES FOR SHOGUN/BC
 * ===========================================================================
 */

/* TYPOGRAPHY  */
.shogun-heading-component h1,
.shogun-heading-component h2 {
    font-weight: 700;
}

.shogun-heading-component h2, #mainContent h2,
.shogun-heading-component h3, #mainContent h3,
.shogun-heading-component h4, #mainContent h4,
.shogun-heading-component h5, #mainContent h5,
.shogun-heading-component h6, #mainContent h6 {
    margin: 0 0 1em;
}

.shg-rich-text.shg-theme-text-content p,
#mainContent p {
    font-size: 18px;
    line-height: 1.3;
}

.shg-rich-text.shg-theme-text-content a:hover,
#mainContent a:hover {
    text-decoration: underline;
}

.shg-rich-text.shg-theme-text-content a.button:hover,
#mainContent a.btn:hover,
#mainContent a.button:hover {
    text-decoration: none;
}

.shg-rich-text.shg-theme-text-content .inline-link, .inline-link,
.shg-rich-text.shg-theme-text-content .inline-link:hover, .inline-link:hover,
.shg-rich-text.shg-theme-text-content .inline-link:active, .inline-link:active {
    text-decoration: underline;
}

.btn:hover,
.button:hover {
    text-decoration: none;
}


/* BUTTONS  */
.btn {
    font-weight: 700;
}

/* FORMS  */
#mainContent input,
#mainContent select {
    padding: 0.5em;
}


/**
 * ============================================================================
 * Field Names, and Helper Text
 * ============================================================================
 */

 .field-name {
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
    font-weight: 500;
    color: #333;
}

.field-name a,
.field-name a:visited {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
}

.helper-text {
    font-style: italic;
    font-size: 1rem;
    color: #333;
}

/**
 * ============================================================================
 * The Grid and Block Grid (based on Foundation 4.3.2)
 * ============================================================================
 */

.row {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
    *zoom: 1;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row.collapse .column,
.row.collapse .columns {
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.row .row {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
}

.row {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.row .row {
    padding-left: 0;
    padding-right: 0;
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: auto;
}

.column,
.columns {
    padding: 0 0.75rem;
    width: 100%;
    float: left;
    position: relative;
}

.show-for-small,
.show-for-medium-down,
.show-for-large-down,
.show-for-landscape,
.touch .show-for-touch {
    display: inherit !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge,
.hide-for-portrait,
.hide-for-touch {
    display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge,
.show-for-portrait,
.show-for-touch,
.show-for-old-ie,
.show-for-medium.inlineBlock,
.show-for-medium.block,
.show-for-medium.inline,
.show-for-medium-up.inlineBlock,
.show-for-medium-up.block,
.show-for-medium-up.inline,
.show-for-large.inlineBlock,
.show-for-large.block,
.show-for-large.inline,
.show-for-large-up.inlineBlock,
.show-for-large-up.block,
.show-for-large-up.inline,
.show-for-xlarge.inlineBlock,
.show-for-xlarge.block,
.show-for-xlarge.inline,
.show-for-portrait.inlineBlock,
.show-for-portrait.block,
.show-for-portrait.inline,
.show-for-touch.inlineBlock,
.show-for-touch.block,
.show-for-touch.inline,
.show-for-old-ie.inlineBlock,
.show-for-old-ie.block,
.show-for-old-ie.inline {
    display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge,
.hide-for-portrait,
.hide-for-touch {
    display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down,
.hide-for-landscape,
.touch .hide-for-touch,
.hide-for-small.inlineBlock,
.hide-for-small.block,
.hide-for-small.inline,
.hide-for-small.display-table,
.hide-for-medium-down.display-table,
.hide-for-large-down.display-table,
.hide-for-landscape.display-table,
.touch .hide-for-touch.display-table,
.hide-for-small.display-table-row,
.hide-for-medium-down.display-table-row,
.hide-for-large-down.display-table-row,
.hide-for-landscape.display-table-row,
.touch .hide-for-touch.display-table-row,
.hide-for-small.display-table-cell,
.hide-for-medium-down.display-table-cell,
.hide-for-large-down.display-table-cell,
.hide-for-landscape.display-table-cell,
.touch .hide-for-touch.display-table-cell {
    display: none !important;
}

table.show-for-small,
table.show-for-medium-down,
table.show-for-large-down,
table.hide-for-medium,
table.hide-for-medium-up,
table.hide-for-large,
table.hide-for-large-up,
table.hide-for-xlarge,
table.hide-for-landscape,
table.show-for-portrait,
table.hide-for-touch,
.touch table.show-for-touch,
.display-table.show-for-small,
.display-table.show-for-medium-down,
.display-table.show-for-large-down,
.display-table.hide-for-medium,
.display-table.hide-for-medium-up,
.display-table.hide-for-large,
.display-table.hide-for-large-up,
.display-table.hide-for-xlarge,
.display-table.hide-for-landscape,
.display-table.show-for-portrait,
.display-table.hide-for-touch,
.touch .display-table.show-for-touch {
    display: table !important;
}

thead.show-for-small,
thead.show-for-medium-down,
thead.show-for-large-down,
thead.hide-for-medium,
thead.hide-for-medium-up,
thead.hide-for-large,
thead.hide-for-large-up,
thead.hide-for-xlarge,
thead.hide-for-landscape,
thead.show-for-portrait,
tbody.show-for-small,
tbody.show-for-medium-down,
tbody.show-for-large-down,
tbody.hide-for-medium,
tbody.hide-for-medium-up,
tbody.hide-for-large,
tbody.hide-for-large-up,
tbody.hide-for-xlarge,
tbody.hide-for-landscape,
tbody.show-for-portrait,
thead.hide-for-touch,
touch thead.show-for-touch,
tbody.hide-for-touch,
.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.show-for-small,
tr.show-for-medium-down,
tr.show-for-large-down,
tr.hide-for-medium,
tr.hide-for-medium-up,
tr.hide-for-large,
tr.hide-for-large-up,
tr.hide-for-xlarge,
tr.hide-for-landscape,
tr.show-for-portrait,
tr.hide-for-touch,
.touch tr.show-for-touch,
.display-table-row.show-for-small,
.display-table-row.show-for-medium-down,
.display-table-row.show-for-large-down,
.display-table-row.hide-for-medium,
.display-table-row.hide-for-medium-up,
.display-table-row.hide-for-large,
.display-table-row.hide-for-large-up,
.display-table-row.hide-for-xlarge,
.display-table-row.hide-for-landscape,
.display-table-row.show-for-portrait,
.display-table-row.hide-for-touch,
.touch .display-table-row.show-for-touch {
    display: table-row !important;
}

td.show-for-small,
td.show-for-medium-down,
td.show-for-large-down,
td.hide-for-medium,
td.hide-for-medium-up,
td.hide-for-large,
td.hide-for-large-up,
td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge,
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait,
td.hide-for-touch,
.touch td.show-for-touch,
th.hide-for-touch,
.touch th.show-for-touch,
.display-table-cell.show-for-small,
.display-table-cell.show-for-medium-down,
.display-table-cell.show-for-large-down,
.display-table-cell.hide-for-medium,
.display-table-cell.hide-for-medium-up,
.display-table-cell.hide-for-large,
.display-table-cell.hide-for-large-up,
.display-table-cell.hide-for-xlarge,
.display-table-cell.hide-for-landscape,
.display-table-cell.show-for-portrait,
.display-table-cell.hide-for-touch,
.touch .display-table-cell.show-for-touch {
    display: table-cell !important;
}

.text-center-for-small,
.text-center-for-small-up,
.text-center-for-medium-down,
.text-center-for-large-down {
    text-align: center !important;
}

.text-center-for-medium,
.text-center-for-medium-up,
.text-center-for-large,
.text-center-for-large-up {
    text-align: inherit !important;
}

.small-1 {
    width: 8.33333%;
}

.small-2 {
    width: 16.66667%;
}

.small-3 {
    width: 25%;
}

.small-4 {
    width: 33.33333%;
}

.small-5 {
    width: 41.66667%;
}

.small-6 {
    width: 50%;
}

.small-7 {
    width: 58.33333%;
}

.small-8 {
    width: 66.66667%;
}

.small-9 {
    width: 75%;
}

.small-10 {
    width: 83.33333%;
}

.small-11 {
    width: 91.66667%;
}

.small-12 {
    width: 100%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

[class*="column"]+[class*="column"]:last-child {
    float: right;
}

[class*="column"]+[class*="column"].end {
    float: left;
}

.column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.75rem;
    *zoom: 1;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table;
}

[class*="block-grid-"]:after {
    clear: both;
}

[class*="block-grid-"]>li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.75rem 1.5rem;
}

.small-block-grid-1>li {
    width: 100%;
}

.small-block-grid-2>li {
    width: 50%;
}

.small-block-grid-3>li {
    width: 33.33333%;
}

.small-block-grid-4>li {
    width: 25%;
}

.small-block-grid-5>li {
    width: 20%;
}

.small-block-grid-6>li {
    width: 16.66667%;
}

.small-block-grid-7>li {
    width: 14.28571%;
}

.small-block-grid-8>li {
    width: 12.5%;
}

.small-block-grid-9>li {
    width: 11.11111%;
}

.small-block-grid-10>li {
    width: 10%;
}

.small-block-grid-11>li {
    width: 9.09091%;
}

.small-block-grid-12>li {
    width: 8.33333%;
}

.small-block-grid-1>li:nth-of-type(n),
.small-block-grid-2>li:nth-of-type(n),
.small-block-grid-3>li:nth-of-type(n),
.small-block-grid-4>li:nth-of-type(n),
.small-block-grid-5>li:nth-of-type(n),
.small-block-grid-6>li:nth-of-type(n),
.small-block-grid-7>li:nth-of-type(n),
.small-block-grid-8>li:nth-of-type(n),
.small-block-grid-9>li:nth-of-type(n),
.small-block-grid-10>li:nth-of-type(n),
.small-block-grid-11>li:nth-of-type(n),
.small-block-grid-12>li:nth-of-type(n) {
    clear: none;
}

.small-block-grid-1>li:nth-of-type(1n+1),
.small-block-grid-2>li:nth-of-type(2n+1),
.small-block-grid-3>li:nth-of-type(3n+1),
.small-block-grid-4>li:nth-of-type(4n+1),
.small-block-grid-5>li:nth-of-type(5n+1),
.small-block-grid-6>li:nth-of-type(6n+1),
.small-block-grid-7>li:nth-of-type(7n+1),
.small-block-grid-8>li:nth-of-type(8n+1),
.small-block-grid-9>li:nth-of-type(9n+1),
.small-block-grid-10>li:nth-of-type(10n+1),
.small-block-grid-11>li:nth-of-type(11n+1),
.small-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
}

@media only print,
only screen and (min-width: 600px) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-push-0,
    .medium-push-1,
    .medium-push-2,
    .medium-push-3,
    .medium-push-4,
    .medium-push-5,
    .medium-push-6,
    .medium-push-7,
    .medium-push-8,
    .medium-push-9,
    .medium-push-10,
    .medium-push-11 {
        right: auto;
    }

    .medium-pull-0,
    .medium-pull-1,
    .medium-pull-2,
    .medium-pull-3,
    .medium-pull-4,
    .medium-pull-5,
    .medium-pull-6,
    .medium-pull-7,
    .medium-pull-8,
    .medium-pull-9,
    .medium-pull-10,
    .medium-pull-11 {
        left: auto;
    }

    .medium-push-1 {
        left: 8.33333%;
    }

    .medium-pull-1 {
        right: 8.33333%;
    }

    .medium-push-2 {
        left: 16.66667%;
    }

    .medium-pull-2 {
        right: 16.66667%;
    }

    .medium-push-3 {
        left: 25%;
    }

    .medium-pull-3 {
        right: 25%;
    }

    .medium-push-4 {
        left: 33.33333%;
    }

    .medium-pull-4 {
        right: 33.33333%;
    }

    .medium-push-5 {
        left: 41.66667%;
    }

    .medium-pull-5 {
        right: 41.66667%;
    }

    .medium-push-6 {
        left: 50%;
    }

    .medium-pull-6 {
        right: 50%;
    }

    .medium-push-7 {
        left: 58.33333%;
    }

    .medium-pull-7 {
        right: 58.33333%;
    }

    .medium-push-8 {
        left: 66.66667%;
    }

    .medium-pull-8 {
        right: 66.66667%;
    }

    .medium-push-9 {
        left: 75%;
    }

    .medium-pull-9 {
        right: 75%;
    }

    .medium-push-10 {
        left: 83.33333%;
    }

    .medium-pull-10 {
        right: 83.33333%;
    }

    .medium-push-11 {
        left: 91.66667%;
    }

    .medium-pull-11 {
        right: 91.66667%;
    }

    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    /*
	   bug-fix (found in default Galaxy S3 browser)
	   will force setting medium block-grid
	   */
    .small-block-grid-1>li,
    .small-block-grid-2>li,
    .small-block-grid-3>li,
    .small-block-grid-4>li,
    .small-block-grid-5>li,
    .small-block-grid-6>li,
    .small-block-grid-7>li,
    .small-block-grid-8>li,
    .small-block-grid-9>li,
    .small-block-grid-10>li,
    .small-block-grid-11>li,
    .small-block-grid-12>li {
        clear: none !important;
    }

    .medium-block-grid-1>li {
        width: 100%;
    }

    .medium-block-grid-2>li {
        width: 50%;
    }

    .medium-block-grid-3>li {
        width: 33.33333%;
    }

    .medium-block-grid-4>li {
        width: 25%;
    }

    .medium-block-grid-5>li {
        width: 20%;
    }

    .medium-block-grid-6>li {
        width: 16.66667%;
    }

    .medium-block-grid-7>li {
        width: 14.28571%;
    }

    .medium-block-grid-8>li {
        width: 12.5%;
    }

    .medium-block-grid-9>li {
        width: 11.11111%;
    }

    .medium-block-grid-10>li {
        width: 10%;
    }

    .medium-block-grid-11>li {
        width: 9.09091%;
    }

    .medium-block-grid-12>li {
        width: 8.33333%;
    }

    .medium-block-grid-1>li,
    .medium-block-grid-2>li,
    .medium-block-grid-3>li,
    .medium-block-grid-4>li,
    .medium-block-grid-5>li,
    .medium-block-grid-6>li,
    .medium-block-grid-7>li,
    .medium-block-grid-8>li,
    .medium-block-grid-9>li,
    .medium-block-grid-10>li,
    .medium-block-grid-11>li,
    .medium-block-grid-12>li {
        clear: none !important;
    }

    .medium-block-grid-1>li:nth-of-type(1n+1),
    .medium-block-grid-2>li:nth-of-type(2n+1),
    .medium-block-grid-3>li:nth-of-type(3n+1),
    .medium-block-grid-4>li:nth-of-type(4n+1),
    .medium-block-grid-5>li:nth-of-type(5n+1),
    .medium-block-grid-6>li:nth-of-type(6n+1),
    .medium-block-grid-7>li:nth-of-type(7n+1),
    .medium-block-grid-8>li:nth-of-type(8n+1),
    .medium-block-grid-9>li:nth-of-type(9n+1),
    .medium-block-grid-10>li:nth-of-type(10n+1),
    .medium-block-grid-11>li:nth-of-type(11n+1),
    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both !important;
    }

    .show-for-medium,
    .show-for-medium-up,
    .hide-for-small {
        display: inherit !important;
    }

    .show-for-medium.block,
    .show-for-medium-up.block,
    .hide-for-small.block {
        display: block !important;
    }

    .show-for-medium.inlineBlock,
    .show-for-medium-up.inlineBlock,
    .hide-for-small.inlineBlock {
        display: inline-block !important;
    }

    .show-for-medium.inline,
    .show-for-medium-up.inline,
    .hide-for-small.inline {
        display: inline !important;
    }

    .show-for-small,
    .hide-for-medium,
    .hide-for-medium-up,
    .show-for-small.inlineBlock,
    .show-for-small.block,
    .show-for-small.inline,
    .hide-for-medium.inlineBlock,
    .hide-for-medium.block,
    .hide-for-medium.inline,
    .hide-for-medium-up.inlineBlock,
    .hide-for-medium-up.block,
    .hide-for-medium-up.inline,
    .show-for-small.display-table,
    .hide-for-medium.display-table,
    .hide-for-medium-up.display-table,
    .show-for-small.inlineBlock.display-table,
    .show-for-small.display-table-row,
    .hide-for-medium.display-table-row,
    .hide-for-medium-up.display-table-row,
    .show-for-small.inlineBlock.display-table-row,
    .show-for-small.display-table-cell,
    .hide-for-medium.display-table-cell,
    .hide-for-medium-up.display-table-cell,
    .show-for-small.inlineBlock.display-table-cell {
        display: none !important;
    }

    table.show-for-medium,
    table.show-for-medium-up,
    table.hide-for-small,
    .display-table.show-for-medium,
    .display-table.show-for-medium-up,
    .display-table.hide-for-small {
        display: table !important;
    }

    thead.show-for-medium,
    thead.show-for-medium-up,
    thead.hide-for-small,
    tbody.show-for-medium,
    tbody.show-for-medium-up,
    tbody.hide-for-small {
        display: table-header-group !important;
    }

    tr.show-for-medium,
    tr.show-for-medium-up,
    tr.hide-for-small,
    .display-table-row.show-for-medium,
    .display-table-row.show-for-medium-up,
    .display-table-row.hide-for-small {
        display: table-row !important;
    }

    td.show-for-medium,
    td.show-for-medium-up,
    td.hide-for-small,
    th.show-for-medium,
    th.show-for-medium-up,
    th.hide-for-small,
    .display-table-cell.show-for-medium,
    .display-table-cell.show-for-medium-up,
    .display-table-cell.hide-for-small {
        display: table-cell !important;
    }
}

@media only print,
only screen and (min-width: 960px) {
    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-push-0,
    .large-push-1,
    .large-push-2,
    .large-push-3,
    .large-push-4,
    .large-push-5,
    .large-push-6,
    .large-push-7,
    .large-push-8,
    .large-push-9,
    .large-push-10,
    .large-push-11 {
        right: auto;
    }

    .large-pull-0,
    .large-pull-1,
    .large-pull-2,
    .large-pull-3,
    .large-pull-4,
    .large-pull-5,
    .large-pull-6,
    .large-pull-7,
    .large-pull-8,
    .large-pull-9,
    .large-pull-10,
    .large-pull-11 {
        left: auto;
    }

    .large-push-1 {
        left: 8.33333%;
    }

    .large-pull-1 {
        right: 8.33333%;
    }

    .large-push-2 {
        left: 16.66667%;
    }

    .large-pull-2 {
        right: 16.66667%;
    }

    .large-push-3 {
        left: 25%;
    }

    .large-pull-3 {
        right: 25%;
    }

    .large-push-4 {
        left: 33.33333%;
    }

    .large-pull-4 {
        right: 33.33333%;
    }

    .large-push-5 {
        left: 41.66667%;
    }

    .large-pull-5 {
        right: 41.66667%;
    }

    .large-push-6 {
        left: 50%;
    }

    .large-pull-6 {
        right: 50%;
    }

    .large-push-7 {
        left: 58.33333%;
    }

    .large-pull-7 {
        right: 58.33333%;
    }

    .large-push-8 {
        left: 66.66667%;
    }

    .large-pull-8 {
        right: 66.66667%;
    }

    .large-push-9 {
        left: 75%;
    }

    .large-pull-9 {
        right: 75%;
    }

    .large-push-10 {
        left: 83.33333%;
    }

    .large-pull-10 {
        right: 83.33333%;
    }

    .large-push-11 {
        left: 91.66667%;
    }

    .large-pull-11 {
        right: 91.66667%;
    }

    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    .large-block-grid-1>li {
        width: 100%;
    }

    .large-block-grid-2>li {
        width: 50%;
    }

    .large-block-grid-3>li {
        width: 33.33333%;
    }

    .large-block-grid-4>li {
        width: 25%;
    }

    .large-block-grid-5>li {
        width: 20%;
    }

    .large-block-grid-6>li {
        width: 16.66667%;
    }

    .large-block-grid-7>li {
        width: 14.28571%;
    }

    .large-block-grid-8>li {
        width: 12.5%;
    }

    .large-block-grid-9>li {
        width: 11.11111%;
    }

    .large-block-grid-10>li {
        width: 10%;
    }

    .large-block-grid-11>li {
        width: 9.09091%;
    }

    .large-block-grid-12>li {
        width: 8.33333%;
    }

    .large-block-grid-1>li:nth-of-type(n),
    .large-block-grid-2>li:nth-of-type(n),
    .large-block-grid-3>li:nth-of-type(n),
    .large-block-grid-4>li:nth-of-type(n),
    .large-block-grid-5>li:nth-of-type(n),
    .large-block-grid-6>li:nth-of-type(n),
    .large-block-grid-7>li:nth-of-type(n),
    .large-block-grid-8>li:nth-of-type(n),
    .large-block-grid-9>li:nth-of-type(n),
    .large-block-grid-10>li:nth-of-type(n),
    .large-block-grid-11>li:nth-of-type(n),
    .large-block-grid-12>li:nth-of-type(n) {
        clear: none !important;
    }

    .large-block-grid-1>li:nth-of-type(1n+1),
    .large-block-grid-2>li:nth-of-type(2n+1),
    .large-block-grid-3>li:nth-of-type(3n+1),
    .large-block-grid-4>li:nth-of-type(4n+1),
    .large-block-grid-5>li:nth-of-type(5n+1),
    .large-block-grid-6>li:nth-of-type(6n+1),
    .large-block-grid-7>li:nth-of-type(7n+1),
    .large-block-grid-8>li:nth-of-type(8n+1),
    .large-block-grid-9>li:nth-of-type(9n+1),
    .large-block-grid-10>li:nth-of-type(10n+1),
    .large-block-grid-11>li:nth-of-type(11n+1),
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both !important;
    }

    .show-for-large,
    .show-for-large-up,
    .hide-for-medium,
    .hide-for-medium-down {
        display: inherit !important;
    }

    .show-for-large.block,
    .show-for-large-up.block,
    .hide-for-medium.block,
    .hide-for-medium-down.block {
        display: block !important;
    }

    .show-for-large.inlineBlock,
    .show-for-large-up.inlineBlock,
    .hide-for-medium.inlineBlock,
    .hide-for-medium-down.inlineBlock {
        display: inline-block !important;
    }

    .show-for-large.inline,
    .show-for-large-up.inline,
    .hide-for-medium.inline,
    .hide-for-medium-down.inline {
        display: inline !important;
    }

    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large,
    .hide-for-large-up,
    .show-for-medium.inlineBlock,
    .show-for-medium.block,
    .show-for-medium.inline,
    .show-for-medium-down.inlineBlock,
    .show-for-medium-down.block,
    .show-for-medium-down.inline,
    .hide-for-large.inlineBlock,
    .hide-for-large.block,
    .hide-for-large.inline,
    .hide-for-large-up.inlineBlock,
    .hide-for-large-up.block,
    .hide-for-large-up.inline,
    .show-for-medium.display-table,
    .show-for-medium-down.display-table,
    .hide-for-large.display-table,
    .hide-for-large-up.display-table,
    .show-for-medium.display-table-row,
    .show-for-medium-down.display-table-row,
    .hide-for-large.display-table-row,
    .hide-for-large-up.display-table-row,
    .show-for-medium.display-table-cell,
    .show-for-medium-down.display-table-cell,
    .hide-for-large.display-table-cell,
    .hide-for-large-up.display-table-cell {
        display: none !important;
    }

    table.show-for-large,
    table.show-for-large-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    .display-table.show-for-large,
    .display-table.show-for-large-up,
    .display-table.hide-for-medium,
    .display-table.hide-for-medium-down {
        display: table !important;
    }

    thead.show-for-large,
    thead.show-for-large-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down {
        display: table-header-group !important;
    }

    tbody.show-for-large,
    tbody.show-for-large-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down {
        display: table-row-group !important;
    }

    tr.show-for-large,
    tr.show-for-large-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    .display-table-row.show-for-large,
    .display-table-row.show-for-large-up,
    .display-table-row.hide-for-medium,
    .display-table-row.hide-for-medium-down {
        display: table-row !important;
    }

    td.show-for-large,
    td.show-for-large-up,
    td.hide-for-medium,
    td.hide-for-medium-down,
    th.show-for-large,
    th.show-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-down,
    .display-table-cell.show-for-large,
    .display-table-cell.show-for-large-up,
    .display-table-cell.hide-for-medium,
    .display-table-cell.hide-for-medium-down {
        display: table-cell !important;
    }
}/**
 * ============================================================================
 * Lists: block, inline, inline block, accordion
 * ============================================================================
 */

.list-block {
    padding: 0;
}

.list-block li {
    border-top: 1px dashed #cfcfcf;
    display: block;
    padding: 1.25rem 1.5%;
}

.list-block.bottom-border li {
    border-top: 0;
    border-bottom: 1px dashed #cfcfcf;
}

.list-block.block-links li {
    padding: 0;
    text-transform: uppercase;
}

.list-block.block-links.footer-nav li {
    padding: 5px 0;
    text-transform: none;
    font-weight: normal;
}

.list-block.block-links li>a {
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    padding: .5em 1.5%;
}

.list-block.no-borders li {
    border: 0;
}

.list-inline,
.list-inlineBlock {
    padding: 0;
    list-style-type: none;

}

.list-inline li,
.list-inlineBlock li {
    display: inline;
    margin-right: 0.5em;
}

.list-inlineBlock li {
    display: inline-block;
}

.list-inline li:last-child,
.list-inlineBlock li:last-child {
    margin-right: 0;
}

.list-space-half-em>li {
    margin-bottom: 0.5em;
}

.list-space-1em>li {
    margin-bottom: 1em;
}

.list-space-2em>li {
    margin-bottom: 2em;
}

/* *************************************************** */
/* LIST ACCORDIAN */
/* *************************************************** */

.list-accordian,
.list-accordian ul {
	list-style-type: none;
	margin: 0;
	padding:0 0 7px 0;
}

.list-accordian > li {
	position: relative;
}
.list-accordian a {
	text-decoration: none !important;
}

.list-accordian > li > a {
	padding: 1.25em 2%;
	display: block;
	color: #1a63a2;
	font-family: effra, 'Arial', 'Helvetica', sans-serif;
	overflow: hidden;
	font-weight: bold;
	font-size: 0.847rem;
}

.list-accordian > li > a > .expand{float: right;}

.list-accordian li.active-menu {
	background-color: #1a63a2;
}

.list-accordian li.active-menu .drop-down {
	background-color: #ededed;
	display: inherit;
}

.list-accordian li.active-menu table.drop-down {display: table;}

.list-accordian li.active-menu > a {color: #fff;}

.list-accordian li h5 a {
	color: #1a63a2;
	font-family: effra, 'Arial', 'Helvetica', sans-serif;
	font-style: normal;
	font-size: 0.847rem;
	font-weight: 700;
}

.list-accordian li.active-menu h5 a {
	color: #333;
}

.list-accordian > li > .drop-down {display: none;}

.list-accordian.default-style a {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/*
.list-accordian.default-style .drop-down {background-color: #EDEDED;}
*/

.list-accordian .blue-bullets li {
    padding-left: 0 !important;
}

@media only print, only screen and (min-width: 960px){
	.list-accordian {border-bottom: 0;}

	/*
	.list-accordian li.active-menu,
	.list-accordian li.active-menu .drop-down {
		background-color: inherit;
	}
	*/

	.list-accordian > li{
		border-top: 0;
		/*margin-bottom: 2em;*/
	}

	/*
	.list-accordian.default-style {border-bottom: 1px dashed #d9d9d9;}

	.list-accordian.default-style > li {
		margin-bottom: 0;
	}

	.list-accordian.default-style li.active-menu {background-color: #459fd3;}
	.list-accordian.default-style  li.active-menu .drop-down {background-color: #EDEDED;}
	.list-accordian.default-style li.active-menu .drop-down li:first-child {border-top: 0;}
	*/

	.list-accordian.expand-for-large > li > .drop-down {display: inherit !important;}
	.list-accordian.expand-for-large > li > table.drop-down {display: table !important;}
}

.lt-ie9 .list-accordian {border-bottom: 0;}
.lt-ie9 .list-accordian li.active-menu,
.lt-ie9 .list-accordian li.active-menu .drop-down {background-color: inherit;}
.lt-ie9 .list-accordian > li{
	border-top: 0;
	/*margin-bottom: 2em;*/
}

/*
.lt-ie9 .list-accordian.default-style {border-bottom: 1px dashed #d9d9d9;}
.lt-ie9 .list-accordian.default-style > li {
	border-top: 1px dashed #d9d9d9;
	margin-bottom: 0;
}

.lt-ie9 .list-accordian.default-style li.active-menu {background-color: #459fd3;}
.lt-ie9 .list-accordian.default-style  li.active-menu .drop-down {background-color: #EDEDED;}
*/

.lt-ie9 .list-accordian.expand-for-large > li > .drop-down {display: inherit !important;}
.lt-ie9 .list-accordian.expand-for-large > li > table.drop-down {display: table !important;}

/* Current style found in Collections Pages */
.list-accordian.basic > li {margin-bottom: 0;}

.list-accordian.basic li.active-menu,
.list-accordian.basic li.active-menu .drop-down {background: #fff;}

.list-accordian.basic  h5 {margin: 0;}
.list-accordian.basic li.active-menu h5 {margin-bottom: 1em;}

.list-accordian.basic  h5 a {
	display: block;
	padding: 1em 0 1em 0.3em;
	position: relative;
}

.list-accordian.basic h5 a .icon-common {
	margin-right: 2px;
	top: -0.5px;
}

.lt-ie9 .list-accordian.basic,
.lt-ie9 .list-accordian.basic > li {border: 0;}
.lt-ie9 .list-accordian.basic .drop-down {display: block !important;}

/* Current style found in FAQ/Support pages */
.list-accordian.basic-break-at-large > li {margin-bottom: 0;}

.list-accordian.basic-break-at-large li.active-menu,
.list-accordian.basic-break-at-large li.active-menu .drop-down {background: #fff;}

.list-accordian.basic-break-at-large  h5 {margin: 0;}
.list-accordian.basic-break-at-large li.active-menu h5 {margin-bottom: 1em;}

.list-accordian.basic-break-at-large  h5 a {
	display: block;
	padding: 1em 0 1em 0.3em;
	position: relative;
}

.list-accordian.basic-break-at-large li.active-menu h5 a {color: #000 !important;}

.list-accordian.basic-break-at-large h5 a .icon-common {
	margin-right: 2px;
	top: -1.5px;
}

.list-accordian.basic-break-at-large h5 a .icon-common.expand-black-open {margin-right: 3px;}

@media only print, only screen and (min-width: 600px) {
	.list-accordian.basic,
	.list-accordian.basic > li {border: 0;}
	.list-accordian.basic .drop-down {display: block !important;}

	.list-accordian.basic-break-at-large,
	.list-accordian.basic-break-at-large > li {border: 0;}
	.list-accordian.basic-break-at-large .drop-down {display: block !important;}
}

.lt-ie9 .list-accordian.basic-break-at-large,
.lt-ie9 .list-accordian.basic-break-at-large > li {border: 0;}
.lt-ie9 .list-accordian.basic-break-at-large .drop-down {display: block !important;}

.list-accordian.prod-feat{
	border-bottom: 0;
	padding-top: 1em;
}

.list-accordian.prod-feat > li {
	border-top: 0;
	margin-bottom: 1em;
}

.list-accordian.prod-feat li.active-menu {background: transparent;}
.list-accordian.prod-feat > li.active-menu {padding-bottom: 1em;}

.list-accordian.prod-feat h5 a {
	text-decoration: none !important;
	padding-left: 0.7em;
	display: block;
	position: relative;
}

.list-accordian.prod-feat > li.active-menu h5 a {
	color: #000 !important;
}

.list-accordian.prod-feat h5 a:before,
.list-accordian.prod-feat h5 a:after {
	content: " ";
	display: table;
}
.list-accordian.prod-feat h5 a:after {clear: both;}

.list-accordian.prod-feat h5 a span.icon-common {
	float: left;
	margin-right: 0.5em;
	top: 2px;
}

.list-accordian.prod-feat h5 a span.icon-common + span {
	float: left;
	width: 90%;
}

.list-accordian.prod-feat .drop-down {
	padding: 0em 1em 0.5em 2em;
	background: transparent;
}


/* *************************************************** */
/* TABS - 2016-CURRENT */
/* *************************************************** */

.tab-list {
	background-color: #fff;
	border-bottom: 10px solid #092c74;
	padding: 0px 8px;
	padding: 3px 0;
	z-index: 200;
	line-height: 26px;
	margin-bottom: 36px;
	font-family: effra, 'Arial', 'Helvetica', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.787878787879rem; /* 13px */
}

#results-filters-container + div.medium-8 > .tab-list {
	border-top: 2px solid #092c74;
	height: 2px;
	padding: 1px 0;
	margin-top:38px;
}

#results-filters-container + div.medium-8 > .tab-list li {
	top:-37px;
}

#results-filters-container + div.medium-8 > .tab-list a {
	margin-right:5px;
}

.tab-list.align-right > li {float: right;}

.tab-list li {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #092c74;
	color: #092c74;
	display: inline-block;
	width: auto;
	position: relative;
	z-index: 100;
	float: left;
	margin: 0 5px -5px 0;
	-webkit-transition: all 50ms ease-in;
	-moz-transition: all 50ms ease-in;
	-o-transition: all 50ms ease-in;
	-ms-transition: all 50ms ease-in;
	transition: all 50ms ease-in;
}
.tab-list li .doublestack {
	display: block;
	line-height: 1em;
	margin: -0.1em 0 -0.5em;
	text-align: center;
	vertical-align: top;
}
.tab-list li.active-tab-nav .doublestack {
	line-height: 1.1em;
	margin: 0 0 -0.5em;
}
.tab-list li a:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+45,092c74+46,092c74+46,092c74+100&1+54,1+54,0+55 */
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 45%, rgba(9,44,116,1) 46%, rgba(9,44,116,1) 54%, rgba(9,44,116,0) 55%, rgba(9,44,116,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,	 rgba(255,255,255,1) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(9,44,116,0) 55%,rgba(9,44,116,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,	 rgba(255,255,255,1) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(9,44,116,0) 55%,rgba(9,44,116,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00092c74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: " ";
	height: 15px;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 15px;
	z-index: 1;
}
.tab-list li a:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#092c74+0,092c74+54,092c74+54,ffffff+55&0+45,1+46,1+46 */
	background: -moz-linear-gradient(45deg,	 rgba(9,44,116,0) 0%, rgba(9,44,116,0) 45%, rgba(9,44,116,1) 46%, rgba(9,44,116,1) 54%, rgba(255,255,255,1) 55%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,	rgba(9,44,116,0) 0%,rgba(9,44,116,0) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(255,255,255,1) 55%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,	rgba(9,44,116,0) 0%,rgba(9,44,116,0) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(255,255,255,1) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00092c74', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: " ";
	height: 15px;
	right: -2px;
	position: absolute;
	top: -2px;
	width: 15px;
	z-index: 1;
}

.tab-list a {
	font-family: effra, 'Arial', 'Helvetica', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #092c74;
	text-decoration: none;
	display: inline-block;
	margin: 0.5em 0.5em 0.1em;
	/*border-bottom: 2px solid transparent;*/ /* so a:hover style doesn't affect layout */
	font-size: 0.55rem;					  /* overrides a css rule applied to all <a> elements */

}
.tab-list a.margin-btm-1em {
	margin-bottom: 0.5em !important;
	margin-top: 0.5em !important;
}
.tab-list li.active-tab-nav a.margin-btm-1em {
	margin-top: 1em !important;
}
.tab-list li.active-tab-nav {
	margin-top: -0.5em;
	padding: 0.25em 0;
}
.tab-list li.active-tab-nav, .tab-list li.active-tab-nav a {
	background: #092c74 none repeat scroll 0 0;
	color: #fff;
}
/*override styles on sort tab*/
a[data-target-id="#results-filters-container"] + ul > li > a {
	font-size:0.9rem;
}

.tab-list .active-tab-nav a {
	z-index: 250;
}

.tab-list a:hover {
/*	border-bottom: 2px solid #FFF;*/
}

/*
.tab-list .active-tab-nav:after {
	content:'';
	width: 0;
	height: 0;
	position:absolute;
	top:100%;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 20px 25px 0 25px;
	border-color: #092C74 transparent transparent transparent;
}
*/

.tab-container {
	border-top: 1px dashed #cfcfcf;
	padding-top: 1em;
	padding-bottom: 1em;
}

.lt-ie9 .tab-container {
	border-top: 0;
	padding: 0 !important;
}

@media only print, only screen and (min-width: 600px) {
	.tab-container {
		border-top: 0;
		padding: 0 !important;
	}

	.tab-list a {
		margin: 0.6em 1em 0.2em;
		font-size: 0.78rem;
	}

	.image-scroller-image-wrap.medium-10 {
		width: 76%;
	}

}

.tab-content {display: none;}
.tab-content.active-tab {display: block;}


/**
 * ============================================================================
 * FAQs
 * ============================================================================
 */

.faq-list {
    color: #333;
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
    list-style-position: inside;
}

.faq-list>li {
    padding: 1em 1em 1em 1.2em;
}

.faq-list.limit-5>li:nth-child(n+6) {
    display: none;
}

.faq-list.limit-10>li:nth-child(n+11) {
    display: none;
}

@media only print,
only screen and (min-width: 600px) {
    .faq-list.limit-10.break-at-medium>li:nth-child(n+11) {
        display: list-item !important;
    }
}

/* touch-based swipe/draggable list */
.list-scroller-wrap {
	position: relative;
	overflow: hidden;
}

.list-scroller {
	list-style-type: none;
	position: relative;
	padding-left: 0;
}

.list-scroller > li {
	display: block;
	float: left !important;
}

.list-scroller > li:nth-child(2n+1) {clear:both;}

@media only print, only screen and (min-width: 960px) {
	.list-scroller > li:nth-child(2n+1) {clear:none;}
	.list-scroller > li:nth-child(4n+1) {clear:both;}
}

/* *************************************************** */
/* NPI-STYLE VERTICAL TAB */
/* *************************************************** */
.vertical-tab {position: relative;}

.no-touch .vertical-tab {
	padding-left: 0.71429em;
	padding-right: 0.71429em;
}

.vertical-tab img{
	padding: 0.64285714285714285714285714285714em;
	-webkit-box-shadow: 3px 2px 12px rgba(50, 50, 50, 0.25);
	box-shadow: 3px 2px 12px rgba(50, 50, 50, 0.25);
}

.no-touch .vertical-tab .list-scroller > li {
	margin-bottom: 1em;
	width: 100%;
}

.list-scroller p > a {
	display: block;
	padding-top: 20px;
}

.list-scroller p > a.icon-play-video {
	padding-top: 0 !important;
}

.list-scroller p > a.blue-bullet-before {
	padding-top: 0px !important;
}

@media only print, only screen and (min-width: 960px) {
	.no-touch .vertical-tab {
		padding-left: 0;
		padding-right: 0;
	}

	.vertical-tab h2 {margin-bottom: 0.5em;}

	.vertical-tab-list {
		list-style-type: none;
		padding: 0;
		margin: 2em 0 0;
		position: relative;
	}

	.vertical-tab-list > li {
		display: block;
		padding-left: 1.42858em;
		margin-left: -1.42858em;
		position: relative;
		background: #fff;
	}

	.vertical-tab-list > li > a {
		text-decoration: none !important;
		padding: 1em 0;
		display: block;
		border-bottom: 1px dashed #e5e6e7;
	}

	.vertical-tab-list > li:first-child > a{border-top: 1px dashed #e5e6e7;}

	.vertical-tab-list > li > a .vertical-tab-desc {display: none;}

	.vertical-tab-list > li > a .vertical-tab-title {display: block;}

	.vertical-tab-list > li.active-tab .vertical-tab-desc{display: inherit;}

	.vertical-tab-list > li.active-tab {z-index: 999;	}

	.vertical-tab-list > li.active-tab a {
		cursor: default;
		color: #333;
		width: 105%;
	}

	.vertical-tab-list > li.active-tab a .vertical-tab-title {
		color: #000;
		font-weight: bold;
	}

	.vertical-tab .list-scroller {
		left: 0 !important;
		width: 100% !important;
	}

	.vertical-tab .list-scroller > li {
		left: 0 !important;
		position: relative !important;
		top: 0 !important;
		width: 100% !important;
		display: none;
	}

	.no-touch .vertical-tab .list-scroller > li {margin-bottom: 0;}

	.vertical-tab .list-scroller > li.hide-tab-content {display: none !important;}
	.vertical-tab .list-scroller > li.show-tab-content {display: block !important;}

	.vertical-tab .list-scroller > li:first-child {display: block;}
}


/**
 * ============================================================================
 * NPI style banners
 * ============================================================================
 */

.hero {
    margin-top: 1em;
}

.hero>p {
    font-size: 1rem;
}

.hero .heading {
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
    font-size: 1.375rem;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    line-height: 1;
}

@media only print,
only screen and (min-width: 600px) {
    .hero {
        margin-top: 0.5em;
    }

    .banner.hero-left .hero,
    .banner.hero-right .hero {
        position: absolute;
        top: 0;
        height: 100%;
        background: url(../png/bg-overlay.png) 0 0 repeat transparent;
        color: #fff;
        padding: 0.5rem 0.75rem 0;
        margin-top: 0;
    }

    .banner.hero-left .hero {
        left: 1.8em;
    }

    .banner.hero-right .hero {
        right: 1.8em;
    }
}

@media only print,
only screen and (min-width: 700px) {

    .banner.hero-left .hero,
    .banner.hero-right .hero {
        padding-top: 1.5em;
    }
}

@media only print,
only screen and (min-width: 960px) {
    .hero .heading {
        font-size: 2.375rem;
    }

    .hero>p {
        font-size: 1.25rem;
    }

    .banner.hero-left .hero {
        left: 6%;
    }

    .banner.hero-right .hero {
        right: 6%;
    }

    .banner.hero-left .hero,
    .banner.hero-right .hero {
        padding-top: 0;
        display: block;
        position: absolute;
        padding: 10% 10px 10% 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/**
 * ============================================================================
 * 2016 NPI style banners
 * ============================================================================
 */

.banner-2016 {
    margin-bottom: 2.5em;
    position: relative;
}

.banner-2016:before {
    content: ' ';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 56.25vw;
}

@media only print,
only screen and (min-width: 960px) {
    .banner-2016:before {
        height: 540px;
    }
}

@media only print,
only screen and (max-width: 599px) {
    .banner-2016>.inner {
        border-top: 4px solid white;
        background: #092c74;
        text-align: center;
        padding-top: 1rem;
    }
}

@media only print,
only screen and (min-width: 600px) {
    .banner-2016>.inner {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        padding-top: 5rem;
    }
}

@media only print,
only screen and (min-width: 960px) {
    .banner-2016>.inner {
        padding-top: 8rem;
    }
}

@media only print,
only screen and (min-width: 600px) {
    .banner-2016 .hero-2016-text {
        text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5)
    }

    .banner-2016 .hero-2016-text .btn {
        text-shadow: none;
    }
}

.banner-2016 .hero-2016-text p {
    color: white;
    font-size: 1.125rem !important;
    font-style: italic;
    margin-bottom: 1rem !important;
}

.banner-2016 .hero-2016-text p.heading {
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
    font-size: 1.75rem !important;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1 !important;
}

@media only print,
only screen and (min-width: 960px) {
    .banner-2016 .hero-2016-text p {
        font-size: 1.625rem !important;
        line-height: normal !important;
    }

    .banner-2016 .hero-2016-text p.heading {
        font-size: 3rem !important;
    }
}

@media only print,
only screen and (min-width: 600px) {
    .banner-2016.hero-2016-right .hero-2016-text {
        /* .medium-offset-6 behavior */
        margin-left: 50%;
    }
}

/* *************************************************** */
/* Feature Block Slider - *See Collection Pages for ex. */
/* *************************************************** */
.feature-block-slider,
.feature-block-slider-wrapper {position: relative;}

.feature-block-slider  .feat-block-slide{display: none; text-align: center;}

.feature-block-slider.feat-show-sm-1 .feat-block-slide.feat-sm-1,
.feature-block-slider.feat-show-sm-2 .feat-block-slide.feat-sm-2,
.feature-block-slider.feat-show-sm-3 .feat-block-slide.feat-sm-3,
.feature-block-slider.feat-show-sm-4 .feat-block-slide.feat-sm-4,
.feature-block-slider.feat-show-sm-5 .feat-block-slide.feat-sm-5,
.feature-block-slider.feat-show-sm-6 .feat-block-slide.feat-sm-6 {display: block;}

.feature-block-slider-back,
.feature-block-slider-forward {
	position: absolute !important;
	top: 50%;
	margin-top: -10.5px;
	z-index: 100;
}

.feature-block-slider-back {left: -28px;}
.feature-block-slider-forward {right: -28px;}

@media only print, only screen and (min-width: 600px) {
	.feature-block-slider.feat-show-sm-1 .feat-block-slide.feat-sm-1,
	.feature-block-slider.feat-show-sm-2 .feat-block-slide.feat-sm-2,
	.feature-block-slider.feat-show-sm-3 .feat-block-slide.feat-sm-3,

	.feature-block-slider.feat-show-sm-4 .feat-block-slide.feat-sm-4,
	.feature-block-slider.feat-show-sm-5 .feat-block-slide.feat-sm-5,
	.feature-block-slider.feat-show-sm-6 .feat-block-slide.feat-sm-6 {display: none;}

	.feature-block-slider.feat-show-md-1 .feat-block-slide.feat-md-1,
	.feature-block-slider.feat-show-md-2 .feat-block-slide.feat-md-2,
	.feature-block-slider.feat-show-md-3 .feat-block-slide.feat-md-3 {display: block;}

	.feature-block-slider.feat-show-md-1 .feat-block-slide.feat-md-1 [class*="feat-sm-"],
	.feature-block-slider.feat-show-md-2 .feat-block-slide.feat-md-2 [class*="feat-sm-"],
	.feature-block-slider.feat-show-md-3 .feat-block-slide.feat-md-3 [class*="feat-sm-"] {display: block;}

	.feature-block-slider-back {left: -35px;}
	.feature-block-slider-forward {right: -35px;}
}

@media only print, only screen and (min-width: 960px) {
	.feature-block-slider .feat-block-slide{display: block !important;}

	.feature-block-slider-wrapper {height: auto !important;}

	.feature-block-slider-back,
	.feature-block-slider-forward {display: none !important;}
}

.lt-ie9 .feature-block-slider .feat-block-slide {display: block !important;}
.lt-ie9 .feature-block-slider-wrapper {height: auto !important;}
.lt-ie9 .feature-block-slider-back,
.lt-ie9 .feature-block-slider-forward {display: none !important;}

/* *************************************************** */
/* QUOTE BLOCKS */
/* *************************************************** */
.feature-quote-block { color: #63825e; padding: 4rem 2rem;	font-style:italic;	line-height:1em; }
.quote-block { color: #63825e; }
.quote-block > div { padding-bottom: 1.5rem; margin-bottom: 1rem; line-height:.8em; }
.quote-block p { font-weight: bold; font-style: italic; }
.feature-quote-block .quote,
.quote-block .quote {position:relative; margin-top:1rem;}
.feature-quote-block .quote:before,
.feature-quote-block .quote:after,
.quote-block .quote:before,
.quote-block .quote:after { position: absolute; color: #ddd; font-family: "Escrow", "Palatino Linotype", "Book Antiqua", Palatino, serif; font-style:italic; height: 50px;	font-size: 5em; }
.feature-quote-block .quote:before,
.quote-block .quote:before { content:'\201C'; top: -50px; left: -30px; display: block; }
.feature-quote-block .quote:after,
.quote-block .quote:after { content:'\201D'; bottom: -1rem;}
.feature-quote-block img.outlined { border-radius: 50%; border: 3px solid #63825e; display:block; margin:0 auto; margin-bottom: 1rem;}
.feature-quote-block .attribution,
.quote-block .attribution { float: right; text-align: right; margin-top: 2rem; }
.feature-quote-block .attribution,
.quote-block .attribution > strong { display:block; }

.quote-block .attribution { font-size: .8em; }

.gray-modern-tag {
	color: #333;
	text-transform: none;
	font-size: 1.15em;
	margin-bottom: .5rem;
}

.gray-modern-tag .escrow { font-style: italic; }
.gray-modern-tag .gotham { font-weight: 700; }


@media only print, only screen and (min-width: 600px) {
	.quote-block > div { padding-bottom: 3rem; margin-bottom: 2rem; }
}

/* *************************************************** */
/* Modals / Tooltips */
/* *************************************************** */
/* .modal {
	background-color: #fff;
	border: 3px solid #092c74;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding: 1em;
	position: absolute;
	top: 10%;
	width: 70%;
	z-index: 9999;

}

.modal .close-modal.btn-close-blue {
	top: -2px;
	z-index: 9999;
	width:14px;
	height:14px;
	background-position: -193px -94px;
}

.large-modal {
	width: 95%;
	overflow-y: auto;
	max-height: 95%;
} */

#msrp-tooltip h5.uppercase {text-transform: none !important;}

/* @media only screen and (min-width: 600px){
	.modal {
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: 50%;
	}
	.large-modal {
		width: 70%;
		max-width: 650px;
	}
}
@media only screen and (min-width: 960px){
	.modal {
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: 30%;
	}
	.large-modal {
		width: 70%;
	}
}

@media print {
	.modal {display: none !important;}
}

.lt-ie9 .modal {
	margin-left: -15%;
	width: 30%;
}

.lt-ie9 .modal .row {
	min-width: 100%;
	max-width: 100%;
} */

/**
 * ============================================================================
 * Bisected titles (m4m)
 * ============================================================================
 */

.bisect-title {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 48, 119, 0) 49%, rgba(9, 44, 116, 1) 50%, rgba(14, 48, 119, 1) 51%, rgba(19, 52, 122, 0) 52%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(14, 48, 119, 0)), color-stop(50%, rgba(9, 44, 116, 1)), color-stop(51%, rgba(14, 48, 119, 1)), color-stop(52%, rgba(19, 52, 122, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 48, 119, 0) 49%, rgba(9, 44, 116, 1) 50%, rgba(14, 48, 119, 1) 51%, rgba(19, 52, 122, 0) 52%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 48, 119, 0) 49%, rgba(9, 44, 116, 1) 50%, rgba(14, 48, 119, 1) 51%, rgba(19, 52, 122, 0) 52%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 48, 119, 0) 49%, rgba(9, 44, 116, 1) 50%, rgba(14, 48, 119, 1) 51%, rgba(19, 52, 122, 0) 52%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(14, 48, 119, 0) 49%, rgba(9, 44, 116, 1) 50%, rgba(14, 48, 119, 1) 51%, rgba(19, 52, 122, 0) 52%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    text-align: center;
}

.bisect-title>div {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #092c74;
    display: inline-block;
}

.bisect-title>div :first-child {
    margin: 1em;
}

/**
 * ============================================================================
 * Icons / background images
 * ============================================================================
 */

/*
 * Be careful changing this!.
 * Background-size needs to be 1/2 of full-size of image.
 * There could be instances in other CSS files using same sprite that could need to be adjusted as well if edited.
 * I've tried to put all current instances here.
 */

.icon-common,
.list-product-results .rebate-available:after,
.icon-play-video:after,
.icon-close-list-item-x-red>li>a:after,
#results-filters .list-accordian>li>a:first-child:before,
.range-slider-sm-title a:after,
.btn.play-btn:before {
    background-image: url(../png/sprite-common-2x.png);
    background-size: 460px 237px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.no-backgroundsize .icon-common,
.no-backgroundsize .list-product-results .rebate-available:after,
.no-backgroundsize .icon-play-video:after,
.no-backgroundsize .icon-close-list-item-x-red>li>a:after,
.no-backgroundsize #results-filters .list-accordian>li>a:first-child:before,
.no-backgroundsize .range-slider-sm-title a:after,
.no-backgroundsize .btn.play-btn:before {
    background-image: url(../png/sprite-common.png);
}

.icon-common {
    position: relative;
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle;
}

.icon-common.down-arrow {
    background-position: -69px -68px;
    width: 10px;
    height: 7px;
}

.icon-common.down-arrow:hover,
.icon-common.down-arrow:focus {
    background-position: -79px -68px
}

.icon-common.mobile-nav {
    background-position: -25px 1px;
    height: 24.5px;
    width: 28px;
}

.icon-common.expand,
.icon-common.expand-white {
    width: 21px;
    height: 21px;
    background-position: 0 -11px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.list-accordian .icon-common.expand,
.list-accordian .icon-common.expand-white {
    width: 14px;
    height: 14px;
    top: 1px;
    background-position: -115px -24px;
}

.list-accordian icon-common.expand-white,
.list-accordian .icon-common.expand.expand-white {
    background-position: -135px -55px;
    -moz-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.icon-common.expand.expand-grey {
    background-position: 0 -33px;
}

.icon-common.expand.grey.rotate-135deg {
    background-position: 0 -11px;
}

.icon-common.expand.expand-dark-grey {
    background-position: 0 -11px;
}

.icon-common.expand.expand-dark-grey.rotate-135deg {
    background-position: 0px -54px;
}

.icon-common.expand-white,
.icon-common.expand.expand-white {
    background-position: -23px -33px;
}

.icon-common.expand-dark-grey-open,
.icon-common.expand-dark-grey-close,
#results-filters .list-accordian>li>a:first-child:before,
#results-filters .list-accordian>li.active-menu>a:first-child:before,
.active .range-slider-sm-title a:after {
    background-position: -122px -41px;
    width: 13px;
    height: 14px
}

.icon-common.expand-dark-grey-close,
#results-filters .list-accordian>li>a:first-child:before {
    background-position: -136px -41px;
}

.icon-common.btn-close-blue {
    background-position: -46px -54px;
    width: 21px;
    height: 21px;
}

.icon-common.close-x-blue,
.icon-close-list-item-x-blue>li>a:after {
    background-position: -151px -54px;
    width: 13px;
    height: 14px
}

.icon-common.close-x-red,
.icon-close-list-item-x-red>li>a:after {
    background-position: -151px -41px;
    width: 13px;
    height: 14px
}

.icon-close-list-item-x-red>li>a,
.icon-close-list-item-x-blue>li>a {
    position: relative;
    padding-right: 2em !important;
}

.icon-close-list-item-x-red>li>a:after,
.icon-close-list-item-x-blue>li>a:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -7px;
}

.icon-common.btn-search {
    background-position: 0px -77px;
    height: 42px;
    width: 42px;
}

.icon-common.btn-search.active-state {
    background-position: 0px -119px;
}

.icon-common.email {
    background-position: -84px 1px;
    height: 22px;
    width: 26px;
}

.icon-common.map-marker {
    background-position: -113px -113px;
    height: 22px;
    width: 26px;
}

.icon-common.phone {
    background-position: -56px 0px;
    height: 22px;
    width: 26px;
}

.icon-common.cart {
    background-position: -94px -204px;
    height: 23px;
    width: 28px;
}

.icon-common.rebate,
.list-product-results .rebate-available:after {
    width: 26px;
    height: 32px;
    background-position: -86px -78px;
}

.icon-common.bullet-blue {
    background-position: -23px -26px;
    height: 6px;
    width: 6px;
}

.icon-common.chevron-left-white,
.btn.active.back.chevron:after {
    background-position: -80px -24px;
    height: 17px;
    width: 10px;
}

.icon-common.chevron-left-blue,
.btn.details.back.chevron:after,
.btn.invisibleBtn.back.chevron:after {
    background-position: -68px -24px;
    height: 17px;
    width: 10px;
}

.icon-common.chevron-right-white {
    background-position: -91px -24px;
    height: 17px;
    width: 10px;
}

.icon-common.chevron-right-blue {
    background-position: -102px -24px;
    height: 17px;
    width: 10px;
}

.icon-common.chevron-left-grey,
.icon-common.chevron-right-grey {
    width: 16px;
    height: 23px;
}

.icon-common.chevron-left-grey {
    background-position: -68px -42px;
}

.icon-common.chevron-right-grey {
    background-position: -86px -42px;
}

.icon-common.chevron-left-dark-grey,
.icon-common.chevron-right-dark-grey {
    height: 17px;
    width: 10px;
}

.icon-common.chevron-left-dark-grey {
    background-position: -153px -84px;
}

.icon-common.chevron-right-dark-grey {
    background-position: -153px -67px;
}

.icon-common.chevron-top-blue {
    background-position: -144px -24px;
    height: 10px;
    width: 16px;
    vertical-align: text-top;
}

.icon-common.print {
    width: 36px;
    height: 34px;
    background-position: -50px -76px;
}

.icon-common.show-more,
.range-slider-sm-title a:after {
    width: 14px;
    height: 14px;
    background-position: -115px -24px;
}

.icon-common.show-more {
    width: 14px;
    height: 14px;
    background-position: -194px -78px;
}

.icon-common.show-less {
    width: 14px;
    height: 14px;
    background-position: -208px -79px;
}

.icon-common.expand-white-open {
    background-position: -121px -55px;
    width: 14px;
    height: 14px
}

.icon-common.expand-black-open {
    background-position: -208px -62px;
    height: 14px;
    width: 14px;
}

.icon-common.service {
    width: 24px;
    height: 24px;
    background-position: -138px 0;
}

.icon-common.question {
    width: 16px;
    height: 16px;
    background-position: -104px -41px;
}

.icon-common.play-video,
.icon-play-video:after {
    width: 111px;
    height: 107px;
    background-position: -230px 0px;
}

.icon-common.play-video:hover,
.icon-play-video:hover:after {
    background-position: -346px 0px;
}

.icon-play-video {
    position: relative;
}

.icon-play-video:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -moz-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
}

.icon-common.sort-down,
.icon-common.sort-up {
    width: 15px;
    height: 9px;
}

.icon-common.sort-down {
    background-position: -140px -105px;
}

.icon-common.sort-up {
    background-position: -140px -116px;
}

.icon-common.location {
    background-position: -103px -112px;
    width: 17px;
    height: 24px;
}

.icon-common.location-blue {
    background-position: -119px -112px;
    width: 17px;
    height: 24px;
}

.icon-common.gas {
    background-position: -115px -77px;
    height: 27px;
    width: 16px;
}

.icon-common.electric {
    background-position: 0 -165px;
    width: 35px;
    height: 16px;
}

.icon-common.refrigerator {
    background-position: -101px -139px;
    width: 20px;
    height: 25px;
}

.icon-common.range {
    background-position: -124px -139px;
    width: 28px;
    height: 25px;
}

.icon-common.microwave {
    background-position: -122px -166px;
    width: 19px;
    height: 16px;
}

.icon-common.dishwasher {
    background-position: -102px -166px;
    width: 19px;
    height: 26px;
}

.icon-common.next-grey,
.icon-common.prev-grey {
    width: 27px;
    height: 27px;
}

.icon-common.prev-grey {
    background-position: -165.5px -29px;
}

.icon-common.next-grey {
    background-position: -165.5px 0;
}

.no-touch .icon-common.prev-grey:hover {
    background-position: -195px -29px;
}

.no-touch .icon-common.next-grey:hover {
    background-position: -195px 0;
}

a[data-expand-id] .show-more,
a[data-expand-id] .show-less {
    top: -1px;
}

/**
 * ============================================================================
 * Buttons
 * ============================================================================
 */

.btn {
    font-size: 100%;
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
    font-weight: 800;
    font-style: normal;
    background-color: #1a63a2;
    padding: 0.875em 0.625em 0.9375em 0.625em;
    color: #fff !important;
    text-align: center;
    max-width: 100%;
    text-decoration: none !important;
    display: inline-block;
    margin: 0 0 1em;
    border: 0;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -ms-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    line-height: normal;
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    background-color: #103B62;
}

.btn.small-btn {
    min-width: 120px;
    max-width: 200px;
}

.btn.medium-btn {
    min-width: 214px;
    max-width: 300px;
}

.btn.large-btn {
    min-width: 100%;
    max-width: 300px;
}

@media only print,
only screen and (min-width: 600px) {
    .btn.large-btn {
        min-width: 300px;
        max-width: 400px;
    }
}

.btn.block,
.btn.width-100 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 0;
}

.btn.active,
.btn.green,
.btn.primary {
    background-color: #c54b25;
}

.btn.active:hover,
.btn.green:hover,
.btn.active:focus,
.btn.green:focus {
    background-color: #652713;
}

.btn.inactive,
.btn.inactive:hover,
.btn.inctive:focus {
    background-color: #c4c4c4;
}

.btn.inactive:hover,
.btn.inctive:focus {
    background-color: #a8a8a8;
}

.btn.secondary {
    background-color: #DDE8F1;
    color: #1a63a2 !important;
}

.btn.secondary:hover,
.btn.secondary:focus {
    background-color: #8cb1d0;
    color: #1a63a2 !important;
}

.btn.block {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.btn.transparent {
    border: 2px solid white;
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.btn.transparent:hover,
.btn.transparent:active,
.btn.transparent:focus {
    background: rgba(255, 255, 255, 0.3);
}

.btns-inline .btn+* {
    margin-left: 0.5em;
}

.btns-inline .btn+a.font-16 {
    font-size: 1rem;
}

.btns-inline .btn+a.btn.mini {
    border-radius: 25px;
    background: #092c74;
}

.btns-inline .btn+.btn {
    margin-left: 1em;
}

.btn.mini {
    width: 45px;
    max-width: 45px;
    min-width: 0;
    padding: 0.67em;
    background: #092C74;
    border-radius: 25px;
}

.btn.details {
    background: #dde8f1;
    color: #1a63a2 !important;
    text-align: left;
}

.btn.details:hover,
.btn.details:focus {
    background: #8cb1d0;
}

.btn.chevron {
    padding-right: 2em;
    padding-left: 1em;
    text-align: left;
}

.btn.chevron:after {
    content: "\f0da";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -14px;
    font-family: fontawesome;
    font-size: 1.3rem;
}

.btn.back.chevron {
    padding-right: 1em;
    padding-left: 2.5em;
    font-weight: normal;
    line-height: 18px;
}

.btn.back.chevron:after {
    content: "\f0d9";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -9px;
    font-family: fontawesome;
    font-size: 1.3rem;
}

.btn.details.back.chevron:after,
.btn.invisibleBtn.back.chevron:after {
    right: 0;
    left: 0.75em;
}

.btn.details.back.chevron:hover:after,
.btn.details.back:focus:after,
.btn.active.back.chevron:hover:after,
.btn.active.back:focus:after {
    background-position: -80px -24px;
}

.btn.active.back.chevron:after {
    right: 0;
    left: 0.5em;
}

.btn.share {
    background-color: #fff;
    border: 1px solid #c4c5c0;
    color: #c54b25 !important;
    border-radius: 5px;
    text-align: left;
    padding-top: 0.6875em;
    padding-bottom: 0.6875em;
}

.btn.share.social-background {
    background: url(../png/sprite-social_media-2x.png) 0 0 no-repeat transparent;
    background-size: 148px 24.5px;
    background-position: right 50% !important;
    border: 0 !important;
}

.btn.share:hover,
.btn.share:focus {
    color: #652713 !important;
}

.btn.invisibleBtn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #c54b25 !important;
    text-align: left;
}

.btn.invisibleBtn:hover,
.btn.invisibleBtn:focus {
    background-color: #fff;
    color: #652713 !important;
}

.btn.play-btn:before {
    content: "";
    background-position: -166px -56px;
    height: 14px;
    width: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 3.5px;
}

/**
 * ============================================================================
 * Utility - Floats and clears
 * ============================================================================
 */

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

/**
 * ============================================================================
 * Utility - Text Alignment
 * ============================================================================
 */

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

.no-wrap {
    white-space: nowrap;
}

/* set to same padding as columns */
.tab-sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media only print,
only screen and (min-width: 600px) {
    .text-center-for-medium,
    .text-center-for-medium-up {
        text-align: center !important;
    }

    .text-center-for-small {
        text-align: inherit !important;
    }

    .text-right-for-medium-up {
        text-align: right !important;
    }
}

@media only print,
only screen and (min-width: 960px) {
    .text-center-for-large,
    .text-center-for-large-up {
        text-align: center !important;
    }

    .text-right-for-large,
    .text-right-for-large-up {
        text-align: right !important;
    }

    .text-center-for-medium,
    .text-center-for-medium-down {
        text-align: inherit !important;
    }

    .no-wrap-for-large {
        white-space: nowrap !important;
    }
}

/**
 * ============================================================================
 * Utility - Vertical Alignment
 * ============================================================================
 */

.valign-top {
    vertical-align: top !important;
}

.valign-middle {
    vertical-align: middle !important;
}

.valign-bottom {
    vertical-align: bottom !important;
}

/**
 * ============================================================================
 * Utility - Display and visibility
 * ============================================================================
 */

.block {
    display: block !important;
}

.inlineBlock {
    display: inline-block !important;
}

.inline {
    display: inline !important;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.display-table {
    display: table !important;
}

.display-table-row {
    display: table-row !important;
}

.display-table-cell {
    display: table-cell !important;
}

/**
 * ============================================================================
 * Utility - Borders
 * ============================================================================
 */

.bdr-dot-top {
    border-top: 1px dashed #cfcfcf;
}

.bdr-dot-btm {
    border-bottom: 1px dashed #cfcfcf;
}

.bdr-dot-top-btm {
    border-top: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
}

.brd-dot-right {
    border-right: 1px dashed #cfcfcf;
}

.brd-dot-left {
    border-left: 1px dashed #cfcfcf;
}

.brd-dot-btm-for-small,
.brd-dot-btm-for-medium-down {
    border-bottom: 1px dashed #cfcfcf !important;
}

.brd-dot-top-blue {
    border-top: 1px dashed #092c74;
}

.brd-dot-btm-blue {
    border-bottom: 1px dashed #092c74;
}

.brd-top-blue-2x {
    border-top: 2px solid #092c74;
}

.brd-btm-blue-2x {
    border-bottom: 2px solid #092c74;
}

.brd-dot-top-blue-for-medium-down,
.brd-dot-top-blue-for-small {
    border-top: 1px dashed #cfcfcf !important;
}

.brd-dot-btm-blue-for-medium-down,
.brd-dot-btm-blue-for-small {
    border-bottom: 1px dashed #cfcfcf !important;
}

.brd-black {
    border: 1px solid #000 !important;
}

.no-border {
    border: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-btm {
    border-bottom: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.bdr-dot-top-for-medium-up {
    border: 0 !important;
}

.shadow-box {
    border: 1px solid #c4c4c4;
    padding: 1em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 1px #c4c4c4;
    box-shadow: 0 0 5px 1px #c4c4c4;
}

.shadow-box.pad-2x {
    padding: 2em;
}

@media only print,
only screen and (min-width: 600px) {

    .brd-dot-top-for-medium-up {
        border-top: 1px dashed #cfcfcf !important;
    }

    .shadow-box-for-medium-up {
        border: 1px solid #c4c4c4;
        padding: 1em;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 5px 1px #c4c4c4;
        box-shadow: 0 0 5px 1px #c4c4c4;
    }

    .shadow-box-for-medium-up.pad-2x {
        padding: 2em;
    }
}

@media only print,
only screen and (min-width: 960px) {
    .shadow-box-for-large-up {
        border: 1px solid #c4c4c4;
        padding: 1em;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 5px 1px #c4c4c4;
        box-shadow: 0 0 5px 1px #c4c4c4;
    }

    .shadow-box-for-large-up.pad-2x {
        padding: 2em;
    }
}

@media only print,
only screen and (min-width: 600px) {
    .brd-dot-left-for-medium {
        border-left: 1px dashed #cfcfcf !important;
    }

    .brd-dot-right-for-medium-up {
        border-right: 1px dashed #cfcfcf !important;
    }

    .brd-dot-left-for-medium-up {
        border-left: 1px dashed #cfcfcf !important;
    }

    .brd-dot-top-blue-for-small {
        border-top: inherit !important;
    }

    .brd-dot-btm-blue-for-small {
        border-bottom: inherit !important;
    }

    .brd-dot-btm-for-small {
        border-bottom: inherit !important;
    }

    .brd-dot-btm-for-medium-up {
        border-bottom: 1px dashed #cfcfcf !important;
    }
}

@media only print,
only screen and (min-width: 960px) {
    .brd-dot-right-for-large {
        border-right: 1px dashed #cfcfcf !important;
    }

    .brd-dot-left-for-large {
        border-left: 1px dashed #cfcfcf !important;
    }

    .brd-dot-left-for-medium {
        border-left: inherit !important;
    }

    .brd-dot-top-blue-for-medium-down {
        border-top: inherit !important;
    }

    .brd-dot-btm-blue-for-medium-down {
        border-bottom: inherit !important;
    }

    .brd-dot-btm-for-medium-down {
        border-bottom: inherit !important;
    }

    .brd-dot-btm-for-large {
        border-bottom: 1px dashed #cfcfcf !important;
    }
}

/**
 * ============================================================================
 * Utility - Backgrounds
 * ============================================================================
 */

.bg-grey {
    background-color: #ededed !important;
}

.bg-lightGrey {
    background-color: #eee !important;
}

.bg-darkGrey {
    background-color: #555 !important;
}

.bg-blue {
    background-color: #c7e2f2 !important;
}

.bg-lightBlue {
    background-color: #eaf8f8 !important;
}

.bg-darkBlue {
    background-color: #459fd3 !important;
}

.bg-headerBlue {
    background-color: #092c74;
     !important
}

.bg-modal {
    background-color: #555 !important;
    opacity: 0.4;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
}

.no-opacity .bg-modal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}

.bg-dark-overlay {
    background: url(../png/bg-overlay.png) 0 0 repeat transparent;
}

.bg-darkgray {
    background: #393A37 !important;
}

/**
 * ============================================================================
 * Color Swatches
 * ============================================================================
 */

.swatch-block {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #000;
}

.swatch-almond {
    background-color: #fceec8;
}

.swatch-bisque {
    background-color: #f4efdf;
}

.swatch-black {
    background-color: #000;
}

.swatch-champagne {
    background-color: #c0c0c0;
}

.swatch-red {
    background-color: #993333;
}

.swatch-slate {
    background-color: #736c66
}

.swatch-white {
    background-color: #fff;
}

.swatch-custom,
.swatch-custom-panels {
    background-color: #fff;
}

.swatch-black-stainless {
    background: url(../jpg/swatch-black-stainless.jpg) repeat-y 0 0;
}

.swatch-gray,
.swatch-dark-platinum {
    background: url(../png/swatch-dark_platinum.png) repeat-y 0 0 #545454;
}

.swatch-chrome,
.swatch-cleansteel,
.swatch-graphite-metallic,
.swatch-metallic,
.swatch-metallic-silver,
.swatch-nickel,
.swatch-silver,
.swatch-stainless,
.swatch-stainless-steel {
    background: url(../png/swatch-steel.png) repeat-y 0 0 #bababa;
}

.swatch-black-slate {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303133+10,4f5154+50,303133+90 */
    background: #303133;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #303133 10%, #4f5154 50%, #303133 90%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #303133 10%, #4f5154 50%, #303133 90%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #303133 10%, #4f5154 50%, #303133 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303133', endColorstr='#303133', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.swatch-white-slate {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efece9+27,ffffff+47,efece9+67 */
    background: #efece9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #efece9 27%, #ffffff 47%, #efece9 67%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #efece9 27%, #ffffff 47%, #efece9 67%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #efece9 27%, #ffffff 47%, #efece9 67%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efece9', endColorstr='#efece9', GradientType=1);
    /* IE6-9 */
}

.no-backgroundsize .swatch-block.swatch-chrome,
.no-backgroundsize .swatch-block.swatch-cleansteel,
.no-backgroundsize .swatch-block.swatch-graphite-metallic,
.no-backgroundsize .swatch-block.swatch-metallic,
.no-backgroundsize .swatch-block.swatch-metallic-silver,
.no-backgroundsize .swatch-block.swatch-nickel,
.no-backgroundsize .swatch-block.swatch-silver,
.no-backgroundsize .swatch-block.swatch-stainless,
.no-backgroundsize .swatch-block.swatch-stainless-steel {
    background: url(../png/ie-swatch-stainless_steel.png) repeat-y center #494949;
}

.no-backgroundsize .swatch-block.swatch-gray,
.no-backgroundsize .swatch-block.swatch-dark-platinum {
    background: url(../png/ie-swatch-dark_platinum.png) repeat-y center #545454;
}


.swatch-chrome,
.swatch-cleansteel,
.swatch-black-stainless,
.swatch-dark-platinum,
.swatch-gray,
.swatch-graphite-metallic,
.swatch-metallic,
.swatch-metallic-silver,
.swatch-nickel,
.swatch-silver,
.swatch-stainless,
.swatch-stainless-steel {
    background-size: contain;
}

.swatch-almond,
.swatch-bisque,
.swatch-champagne,
.swatch-custom,
.swatch-custom-panels,
.swatch-stainless,
.swatch-stainless-steel,
.swatch-white,
.swatch-white-slate {
    color: #000;
}

.swatch-black,
.swatch-black-slate,
.swatch-black-stainless,
.swatch-dark-platinum,
.swatch-gray,
.swatch-red,
.swatch-slate {
    color: #fff;
}

.swatch-almond,
.swatch-bisque,
.swatch-custom,
.swatch-custom-panels,
.swatch-white,
.swatch-white-slate {
    border: 1px solid #000;
}

/**
 * ============================================================================
 * Utility - Margins
 * ============================================================================
 */

.margin-0 {
    margin: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-1em {
    margin-top: 1em !important;
}

.margin-top-2em {
    margin-top: 2em !important;
}

.margin-top-half-em {
    margin-top: 0.5em !important;
}

.margin-btm-0 {
    margin-bottom: 0 !important;
}

.margin-btm-1em {
    margin-bottom: 1em !important;
}

.margin-btm-2em {
    margin-bottom: 2em !important;
}

.margin-btm-half-em {
    margin-bottom: 0.5em !important;
}

.margin-btm-np5em {
    margin-bottom: -.5em !important;
}

.margin-btm-n1em {
    margin-bottom: -1em !important;
}

.margin-btm-n2em {
    margin-bottom: -2em !important;
}

.margin-v-1em {
    margin-top: 1em;
    margin-bottom: 1em;
}

.margin-v-2em {
    margin-top: 2em;
    margin-bottom: 2em;
}

.margin-l-1em {
    margin-left: 1em !important;
}

.margin-r-1em {
    margin-right: 1em !important;
}

.margin-r-half-em {
    margin-right: 0.5em !important;
}

@media only print,
only screen and (min-width: 600px) {
    .margin-0-for-medium-up {
        margin: 0 !important;
    }
}

/**
 * ============================================================================
 * Utility - Padding
 * ============================================================================
 */

.collapse-for-small {
    padding-left: 0;
    padding-right: 0;
}

.collapse-for-medium-down {
    padding-left: 0;
    padding-right: 0;
}

.pad-v-1em {
    padding-top: 1em;
    padding-bottom: 1em;
}

.pad-h-1em {
    padding-left: 1em;
    padding-right: 1em;
}

.pad-t-1em {
    padding-top: 1em;
}

.pad-t-2em {
    padding-top: 2em;
}

.pad-b-1em {
    padding-bottom: 1em;
}

.pad-b-2em {
    padding-bottom: 2em;
}

.pad-btm-1em {
    padding-bottom: 1em;
}

.pad-btm-2em {
    padding-bottom: 2em;
}

.pad-0 {
    padding: 0 !important;
}

.pad-l-0 {
    padding-left: 0 !important;
}

.pad-r-0 {
    padding-right: 0 !important;
}

.pad-r-1em {
    padding-right: 1em !important;
}

.pad-t-1em-for-small,
.pad-t-1em-for-medium-down {
    padding-top: 1em !important;
}

@media only print,
only screen and (min-width: 600px) {
    .pad-0-medium-up {
        padding: 0 !important;
    }

    .pad-left-0-medium-up {
        padding-left: 0 !important;
    }

    .pad-t-1em-for-small {
        padding-top: inherit !important;
    }

    .collapse-for-small {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
}

@media only print,
only screen and (min-width: 960px) {
    .pad-t-1em-for-medium-down {
        padding-top: inherit !important;
    }

    .collapse-for-medium-down {
        padding: 0 0.75rem;
    }

    .pad-v-1em-for-large {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

/**
 * ============================================================================
 * Utility - Miscellaneous
 * ============================================================================
 */

.width-100 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.width-90 {
    width: 90% !important;
}

.bg-seafoam {
    background: #eaf8f8 !important;
}

/**
 * ============================================================================
 * Fonts
 * ============================================================================
 */

/* Inspira was replaced with new fonts for Made for Me Redesign.
   Gotham is our SANS-SERIF font
   2024. Now Effa is our sans-serif font
*/

.gotham,
.gotham-bold {
    /* gotham-bold is preferred */
    font-family: effra, 'Arial', 'Helvetica', sans-serif !important;
    font-weight: bold !important;
    font-style: normal;
    /*text-transform: uppercase !important;*/
}

.gotham-black {
    font-family: effra, 'Arial', 'Helvetica', sans-serif !important;
    font-weight: 800 !important;
    /* black */
    font-style: normal;
    /*text-transform: uppercase !important;*/
}

.disclaimer {
    font-family: effra, 'Arial', 'Helvetica', sans-serif !important;
    font-style: italic;
    font-size: 0.7rem;
}

/* font weight */
.italic {
    font-style: italic !important;
}

.bold {
    font-weight: bold !important;
}

.normal {
    font-weight: normal !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.no-decoration {
    text-decoration: none !important;
}

/* font color */
.font-white,
.font-white a {
    color: #fff !important;
}

.font-black {
    color: #000 !important;
}

.font-green {
    color: #76b900 !important;
}

.font-orange {
    color: #ed8000 !important;
}

.font-blue {
    color: #092c74 !important;
}

.font-light-grey {
    color: #c4c4c4 !important;
}

.font-required {
    color: #c54b25 !important;
}

.font-dark-grey,
.font-base-color {
    color: #333 !important;
}

.font-link-blue {
    color: #c54b25 !important;
}

a.font-link-blue:hover {
    color: #652713 !important;
}

.alert-msg {
    color: #ee3324 !important;
}

/**
 * ============================================================================
 * Utility - Positioning
 * ============================================================================
 */

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

/**
 * ============================================================================
 * Forms and Inputs
 * ============================================================================
 */

form.column-width-inputs input[type="text"],
form.column-width-inputs input[type="password"],
form.column-width-inputs input[type="tel"],
form.column-width-inputs input[type="number"],
form.column-width-inputs textarea,
form.column-width-inputs select {
    width: 100%;
    display: block;
}

.required:after {
    content: "*";
    color: #c54b25;
    padding-left: 3px;
    position: absolute;
    top: 0;
}

.required.no-icon:after {
    content: " ";
}

.search-query {
    position: relative;
    padding: 8px 40px 8px 14px;
    background: #FFF;
    border: 1px solid #092c74;
}

.search-query input[type="text"] {
    border: 0px none;
    background: none repeat scroll 0% 0% transparent;
    display: inline-block;
    width: 100%;
    padding: 6.5px 0px;
}

.search-query input[type="image"] {
    position: absolute;
    right: 3%;
    top: 0;
}

input[type="checkbox"].scale-2x {
    -moz-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    margin: 0 0.5em 0.5em;
}

input[type="radio"].scale-2x {
    -moz-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    margin: 0 0.5em 0.5em;
}

/* ============================================================================ */
/* Spec - tables	  */
/* ============================================================================ */

.spec-table {width: 100%;}
.spec-table thead th {text-align: left;padding-bottom: .5em;}
.spec-table tr + tr td {border-top: 1px dashed #d9d9d9;}
.spec-table th, .spec-table td {
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

@media only print, only screen and (min-width: 960px) {
	.spec-table tbody tr:nth-child(odd) td {background-color: #e5e5e5;}
	.spec-table tr + tr td {border-top: 0;}
}

/* ============================================================================ */
/* Notched panels, commissioned via RITM0265224	  */
/* ============================================================================ */

.notch-panel {
	width: 100%;
	position: relative;
	border: 2px solid rgba(9,44,116,1);
	box-sizing: border-box;
}
.notch-panel > div {
	text-align: center;
	padding: 10px;
}
.notch-panel:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+45,092c74+46,092c74+46,092c74+100&1+54,1+54,0+55 */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 45%, rgba(9,44,116,1) 46%, rgba(9,44,116,1) 54%, rgba(9,44,116,0) 55%, rgba(9,44,116,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,	 rgba(255,255,255,1) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(9,44,116,0) 55%,rgba(9,44,116,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,	 rgba(255,255,255,1) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(9,44,116,0) 55%,rgba(9,44,116,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00092c74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: " ";
	height: 15px;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 15px;
	z-index: 1;
}
.notch-panel:after {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#092c74+0,092c74+54,092c74+54,ffffff+55&0+45,1+46,1+46 */
background: -moz-linear-gradient(45deg,	 rgba(9,44,116,0) 0%, rgba(9,44,116,0) 45%, rgba(9,44,116,1) 46%, rgba(9,44,116,1) 54%, rgba(255,255,255,1) 55%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,	rgba(9,44,116,0) 0%,rgba(9,44,116,0) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(255,255,255,1) 55%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,	rgba(9,44,116,0) 0%,rgba(9,44,116,0) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(255,255,255,1) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00092c74', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: " ";
	height: 15px;
	right: -2px;
	position: absolute;
	top: -2px;
	width: 15px;
	z-index: 1;
}

.notch-panel > div:before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+45,092c74+46,092c74+46,092c74+100&1+54,1+54,0+55 */
background: -moz-linear-gradient(45deg,	 rgba(255,255,255,1) 45%, rgba(9,44,116,1) 46%, rgba(9,44,116,1) 54%, rgba(9,44,116,0) 55%, rgba(9,44,116,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,	rgba(255,255,255,1) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(9,44,116,0) 55%,rgba(9,44,116,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,	rgba(255,255,255,1) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(9,44,116,0) 55%,rgba(9,44,116,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00092c74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: " ";
	height: 15px;
	left: -2px;
	position: absolute;
	bottom: -2px;
	width: 15px;
	z-index: 1;
}
.notch-panel > div:after {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#092c74+0,092c74+54,092c74+54,ffffff+55&0+45,1+46,1+46 */
background: -moz-linear-gradient(-45deg,  rgba(9,44,116,0) 0%, rgba(9,44,116,0) 45%, rgba(9,44,116,1) 46%, rgba(9,44,116,1) 54%, rgba(255,255,255,1) 55%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,	 rgba(9,44,116,0) 0%,rgba(9,44,116,0) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(255,255,255,1) 55%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,	 rgba(9,44,116,0) 0%,rgba(9,44,116,0) 45%,rgba(9,44,116,1) 46%,rgba(9,44,116,1) 54%,rgba(255,255,255,1) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00092c74', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: " ";
	height: 15px;
	right: -2px;
	position: absolute;
	bottom: -2px;
	width: 15px;
	z-index: 1;
}
.notch-panel > div hr {
	background: rgba(9, 44, 116, 1) none repeat scroll 0 0;
	height: 3px;
	margin: 1em auto;
	width: 25%;
}
/* END NOTCHED PANELS */
/* ============================================================================ */

/**
 * ============================================================================
 * mock-new-page
 * ============================================================================
 */

/* this class is currently used for some tabs at mobile view to mock navigating to a new page */

body.mock-new-page {
    background: #fff;
}

body.mock-new-page #content>* {
    display: none;
}

body.mock-new-page #mobileHeader {
    display: inherit !important;
}

body.mock-new-page #mainContent {
    display: inherit !important;
    margin-top: 1em;
    margin-bottom: 1em;
}

body.mock-new-page #mainContent>* {
    display: none !important;
}

body.mock-new-page #mainContent .mock-new-page-container {
    border: 0 !important;
    display: block !important;
}

body.mock-new-page #mainContent .mock-new-page-container>* {
    display: none !important;
}

body.mock-new-page #mainContent .mock-new-page-container>.active-mock-new-page {
    display: block !important;
}

/**
 * ============================================================================
 * Breadcrumbs
 * ============================================================================
 */

.breadcrumb {
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
    color: #333;
    margin-bottom: 1em;
}

.breadcrumb a {
    font-size: 100%;
    display: none;
}

.breadcrumb a:last-of-type {
    display: inline-block;
}

.breadcrumb a:not(.share):after {
    color: #a2a2a2;
    content: "/";
    display: inline-block;
    margin-left: 5px;
}

/**
 * ============================================================================
 * Appliance Landing / Overview Pages
 * ============================================================================
 */

#landing-features {
    float: left;
    margin-bottom: 1em;
}

#landing-features .row>.product-feature:nth-child(2n+3) {
    clear: both;
}

#landing-sidebar {
    float: right;
}

#landing-sidebar>.wrapper {
    position: relative;
    margin-left: 0.5em;
    padding-top: 0.5em;
}

#landing-products+#landing-features,
#landing-sidebar+#landing-features {
    padding-top: 2em;
}

.product-feature {
    margin-bottom: 2em;
}

.product-feature.column {
    margin-bottom: 3em;
}

.product-feature-image {
    margin-bottom: 1em;
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: -15px;
    position: relative;
    display: block;
}

.list-products .product-image {
	display: block;
	margin: 0 auto 1em;
}

.offset-outline-style,
#homeContainer .slick-slide>div:before {
    border: 2px solid rgba(255, 255, 255, 0.8);
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.product-feature .icon-play-video {
    display: block;
    margin-bottom: 1em;
}

.product-feature .icon-play-video>.product-feature-image {
    margin-bottom: 0;
}

@media only print,
only screen and (min-width: 600px) {
    #landing-features {
        clear: both;
    }
}

@media only print,
only screen and (min-width: 960px) {
    #landing-features {
        clear: none;
    }
}

/**
 * ============================================================================
 * RITM0287411 -- Landing Pages for Lifestyle Content (CRM Pilot)
 * ============================================================================
 */

.lifestylesArticle .extraWideBanner {
    height: 389px;
    width: 100%;
    background-image: url(../jpg/lifestyle-landing-header.jpg);
    background-position: center center;
    background-size: cover;
}

#mainContent.lifestylesArticle {
    max-width: inherit !important;
}

.lifestylesArticle ul li {
    margin: 1em 0;
}

.lifestylesArticle .bisect-title {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 48, 119, 0) 49%, rgba(9, 44, 116, 1) 50%, rgba(14, 48, 119, 1) 51%, rgba(19, 52, 122, 0) 52%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(14, 48, 119, 0)), color-stop(50%, rgba(9, 44, 116, 1)), color-stop(51%, rgba(14, 48, 119, 1)), color-stop(52%, rgba(19, 52, 122, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 48, 119, 0) 49%, rgba(9, 44, 116, 1) 50%, rgba(14, 48, 119, 1) 51%, rgba(19, 52, 122, 0) 52%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 48, 119, 0) 49%, rgba(9, 44, 116, 1) 50%, rgba(14, 48, 119, 1) 51%, rgba(19, 52, 122, 0) 52%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(14, 48, 119, 0) 49%, rgba(9, 44, 116, 1) 50%, rgba(14, 48, 119, 1) 51%, rgba(19, 52, 122, 0) 52%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(14, 48, 119, 0) 49%, rgba(9, 44, 116, 1) 50%, rgba(14, 48, 119, 1) 51%, rgba(19, 52, 122, 0) 52%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    text-align: center;
    position: relative;
}

.lifestylesArticle .bisect-title>div {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #092c74;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.lifestylesArticle .bisect-title>div :first-child {
    margin: 1em;
}

.lifestylesArticle .bisect-title>span.bottom-half-background-hex-eaf8f8 {
    position: absolute;
    display: block;
    z-index: 1;
    top: 51%;
    bottom: 0%;
    left: 0;
    right: 0;
    background-color: #eaf8f8;
}

.lifestylesArticle .circleImage {
    width: 75%;
    display: block;
    margin: 0 auto;
}

.lifestylesArticle .lifestyles-pages-more-articles-cols {
    float: left !important;
}

@media only print,
only screen and (min-width: 600px) {
    .lifestylesArticle .circleImage {
        width: 100%;
    }
}

/**
 * ============================================================================
 * May 2018 Product Landing Page Hero Banners
 * ============================================================================
 */

.newHeroContainer,
.newHeroContainerWithExtraText,
.newHeroContainerMobile {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    /* background image urls defined in pages */
}

.newHeroContainer,
.newHeroContainerWithExtraText {
    padding-top: 26%;
}

.newHeroContainerMobile {
    padding-top: 42%;
}

.newHeroContainer h1,
.newHeroContainerWithExtraText h1 {
    position: absolute;
    top: 70%;
    left: 20px;
    color: white;
    font-size: 2.5em;
    margin: 0;
}

.newHeroContainerMobile h1 {
    position: absolute;
    bottom: -10px;
    left: 10px;
    color: white;
    font-size: 1.8em;
}

/* For wrapping around entire contents of a hero banner. */
a.newHeroLink {
    font-family: inherit;
    font-weight: inherit;
    font-size: 100%;
    color: inherit;
}

/* Blue band of text underneath hero banner.  Can be part of a .newHeroLink, or not. */
.newHeroBlueBand {
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
    background-color: #092c74;
    text-align: left;
    color: white;
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

a:hover .newHeroBlueBand {
    text-decoration: underline;
}

@media only print,
only screen and (max-width: 850px) {
    .newHeroContainerWithExtraText h1 {
        top: 75%;
        font-size: 1.6em;
    }
}

/**
 * ============================================================================
 * Utility classes to hide elements in different ways.
 * ============================================================================
 */

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be collapsible details that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.hidden {
    display: none;
}

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto;
}

/**
 * ============================================================================
 * Utility - Miscellaneous
 * ============================================================================
 */

img.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/**
 * usage:	  <a class="blue-tint-image" href="...">
 *				  <img src="...">
 *				  <span>Text Goes Here</span>
 *			  </a>
 * or:		  <span class="blue-tint-image">
 *				  <img src="...">
 *				  <span>Text Goes Here</span>
 *			  </span>
 * examples:  /ge/b2b-business-to-business.htm
 */
.blue-tint-image {
	position: relative;
	text-decoration: none;
	display: block;
}
.blue-tint-image span {
	position: absolute;
	top: 50%; left: 0;
	text-align: center;
	width: 100%;
	padding: 0 0.5em;
	transform:		   translateY(-50%);
	-ms-transform:	   translateY(-50%);
	-moz-transform:	   translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: white;
	font-family: effra, 'Arial', 'Helvetica', sans-serif;
	font-weight: 800; /* black */
	font-size: 1.1176470588rem;
	text-transform: uppercase;
	z-index: 2;
}
.blue-tint-image:before {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	content: '';
	background: rgba(26, 99, 162, 0.5); /* #1a63a2 with opacity */
	z-index: 1;
}
a.blue-tint-image:hover:before {
	background: rgba(26, 99, 162, 0.8); /* #1a63a2 with opacity */
}
@media only print, only screen and (min-width: 600px) {
	.blue-tint-image span {
		font-size: 0.8235294118rem;
	}
}
@media only print, only screen and (min-width: 960px) {
	.blue-tint-image span {
		font-size: 1.1176470588rem;
	}
}

div.hob {
	text-align: center;
	width: 100%;
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(#e5e5e5, #ffffff); /* FF3.6-15 */
	background: -webkit-linear-gradient(#e5e5e5,#ffffff); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(#e5e5e5,#ffffff); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div.hob img {
	margin: 0 auto;
}
@media only print, only screen and (min-width: 960px) {
	div.hob img {
		max-width:960px;
	}
}
div.hobgea {
	text-align: center;
	width: 100%;
}
div.hobgea img {
	width: 90% ;
	margin: 2em auto;
}

/* ********************* */
/* YOUTUBE VIDEOS   	 */
/* ********************* */
.youtube-video-responsive-wrapper {
	position: relative;
	padding-bottom: 56.25%; /*16:9*/
	height: 0;
}
.youtube-video-responsive-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}