/**
 * Magento Enterprise Edition
 *
 * NOTICE OF LICENSE
 * This source file is subject to the Magento Enterprise Edition End User License Agreement
 * that is bundled with this package in the file LICENSE_EE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magento.com/license/enterprise-edition
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license http://www.magento.com/license/enterprise-edition
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */


/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

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

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

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

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

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

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* Prevent tap highlight on iOS/Android */
    -webkit-text-size-adjust: 100%;
    /* Prevent automatic scaling on iOS */
}

body {
    background: #FFFFFF;
    color: #000000;
    line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

th,
code,
cite,
caption {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

address {
    font-style: normal;
    word-wrap: break-word;
}

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

img {
    display: block;
}

ol,
ul {
    list-style: none;
}

q:before,
q:after {
    content: '';
}

input:focus,
input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"] {
    -webkit-appearance: none;
    /* 1 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* 2 */
    box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a, button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
    color: #757575;
    font-size: 14px;
    line-height: 22px;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
}

a {
    color: #213261;
    text-decoration: underline;
}

a:hover {
    color: #006db1;
    text-decoration: underline;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: none;
}

h2, .h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #213261;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: none;
}

h3, .h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: none;
}

h4, .h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #213261;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h5, .h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h6, .h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #006db1;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
    margin-bottom: 1em;
}

.availability {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
}

.availability .label {
    display: none;
}

.availability.in-stock {
    color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
    color: #df280a;
}

.availability-only {
    color: #df280a;
    margin-bottom: 10px;
}

.product-view.downloadable .availability.in-stock, .product-view.downloadable .price-box {
    display: none;
}

.product-view.downloadable .product-options-bottom .price-box {
    display: block;
}


/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
    text-transform: none;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 3px;
    margin-bottom: 11px;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
    margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
    margin-bottom: 0;
}

.block-title {
    position: relative;
    padding: 10px 0 0;
    margin-bottom: 5px;
    border-top: 1px solid #cccccc;
}
.block-title h2,
.block-title h3,
.block-title strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #3399cc;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
    border-top: none;
    padding-top: 0;
}

.block-subtitle {
    font-weight: bold;
    margin-bottom: 7px;
}

.block-content {
    margin-top: 5px;
}

.block-content.unpad {
    padding: 0;
}

.block-content li.item {
    margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
    margin-bottom: 0;
}

.block .actions {
    margin: 10px 0 0;
}
.block .actions:after {
    content: '';
    display: table;
    clear: both;
}
.block .actions a {
    float: left;
}
.block .actions .button {
    float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
    line-height: 33px;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    .sidebar .block:not(.block-layered-nav) {
        margin-bottom: 0;
        border: 1px solid #ececec;
    }
    .sidebar .block:not(.block-layered-nav) .block-title {
        display: block;
        padding: 7px 12px 7px 15px;
        margin: 0;
    }
    .sidebar .block:not(.block-layered-nav) .block-title > strong {
        color: #213261;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
        content: "\f105";
        font-family: 'FontAwesome';
        float: right;
        color: #213261;
        font-size: 20px;
        margin-top: -2px;
    }
    .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
        color: #24a6e5;
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
        color: #24a6e5;
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
        content: "\f107";
    }

    .sidebar .block:not(.block-layered-nav) .block-content {
        padding: 10px;
        margin-top: 0;
    }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
    padding-top: 0;
    border-top: none;
}
.block-account .block-title {
    display: none;
}
.block-account li,
.block-cms-menu li {
    text-transform: uppercase;
    margin: 7px 0 18px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
}
.block-account li strong,
.block-cms-menu li strong {
    font-weight: normal;
    color: #006db1;
}
.block-account li a,
.block-cms-menu li a {
    color: #333333;
    text-decoration: none;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
    color: #006db1;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
    background: #dddddd;
    color: #636363;
    padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
    background: #d0d0d0;
    cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
    background: #c4c4c4;
    color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
    color: #636363;
    background: #c4c4c4;
    outline: none;
}

.sidebar .actions button.button {
    white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    background: #006db1;
    display: inline-block;
    padding: 7px 25px;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    background: #1b90c9;
    cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
    background: #1b90c9;
    color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    background-color: #1b90c9;
    outline: none;
    color: #FFFFFF;
}
#b2borderlist_submitform .checkout-button {
    background: #ad452d;
}
#b2borderlist_submitform .checkout-button:hover {
    background: #d8644a;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
    background: #C8C8C8;
    opacity: 0.6;
    cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
    margin-left: 5px;
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.button2:focus {
    outline: none;
}

.button2 span,
.button2 span span {
    line-height: 30px;
    height: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    color: #3399cc;
}
.button2 span:hover,
.button2 span span:hover {
    text-decoration: none;
    color: #246b8f;
}

@media only screen and (max-width: 770px) {
    .col2-set .buttons-set .button,
    .col2-set .buttons-set .button2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .col2-set .buttons-set .back-link {
        display: none;
    }
    .col2-set .buttons-set .required {
        display: none;
    }
}
@media only screen and (max-width: 479px) {
    .buttons-set .button {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .buttons-set .back-link {
        display: none;
    }
    .buttons-set .required {
        display: none;
    }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
    float: left;
}

.paypal-after .paypal-or {
    float: left;
}

.paypal-or {
    line-height: 34px;
    margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
    float: left;
}

.paypal-button {
    line-height: 0px;
}

.paypal-button img {
    display: inline;
}

@media only screen and (max-width: 740px) {
    .paypal-or {
        line-height: 20px;
    }

    .paypal-logo,
    .paypal-or,
    .paypal-button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: right;
}
.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right;
}
.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px;
}
.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px;
}
.buttons-set button.button {
    float: right;
    margin-left: 5px;
    min-width: 140px;
}
.iwd-event-resend-email .buttons-set button.button {
    padding: 7px 18px;
    float: none;
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0;
}
.buttons-set:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher,
.product-view .sharing-links a{
    background-image: url(https://extension.psu.edu/skin/frontend/extensions/default/images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher
    .product-view .sharing-links a {
        background-image: url(https://extension.psu.edu/skin/frontend/extensions/default/images/icon_sprite@2x.png);
        background-size: 100px 1000px;
    }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
    overflow: hidden;
    margin: -9px 0 11px;
}

.breadcrumbs li {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
}

.breadcrumbs a {
    float: left;
    color: #757575;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #b2b2b2;
}

.breadcrumbs strong {
    color: #757575;
    font-weight: normal;
}

.breadcrumbs span {
    float: left;
    padding: 0 7px;
    color: #dadada;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ededed;
    text-align: center;
    /* Hide text */
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
    background-color: #3399cc;
    border-color: #3399cc;
}

.btn-remove:after {
    content: 'X';
    color: #3399cc;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
}
.btn-remove:hover:after {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-remove2 {
    background-position: 4px -648px;
    border: none;
    vertical-align: top;
}
.btn-remove2:after {
    display: none;
}
.btn-remove2:hover {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.btn-previous:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px;
}
.btn-previous:hover:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid white;
    border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
    float: right;
    margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
    margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
    overflow-y: auto;
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container {
    position: initial;
    max-width: 1175px;
    margin: 0 auto;
    padding: 0 12.5px;
	z-index: 1;
    padding-bottom: 35px;
}
body:not(.product-county) .main-container.no-padding,
.catalog-product-view:not(.product-county) .main-container.no-padding .product-collateral{
    padding-bottom: 0px;
}
.main-container:after,
.footer-container:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.col-left,
.col-right,
.col-main {
    padding: 0 12.5px;
}

.col-left {
    float: left;
    width: 23.5%;
    padding-left: 0;
    /* Remove the 15px padding */
    clear: left;
}
.col-left img {
    max-width: 100%;
}

.col-right {
    float: right;
    width: 24.5%;
    padding-right: 0;
    /* Remove the 15px padding */
}
.col-right img {
    max-width: 100%;
}

.col-main {
    float: left;
    width: 75.5%;
}

.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 0;
    /* Remove the 15px padding */
}

.col2-left-layout .col-main {
    float: right;
    padding-right: 0;
    /* Remove the 15px padding */
}

.col2-right-layout .col-main {
    padding-left: 0;
    /* Remove the 15px padding */
}

.col3-layout .col-right {
    width: 20.83333%;
}
.col3-layout .col-wrapper {
    float: left;
    width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
    width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
    .col3-layout .col-right {
        float: left;
        clear: left;
        padding-left: 0;
        padding-right: 10px;
        width: 25%;
    }
    .col3-layout .col-wrapper {
        float: right;
        width: 100%;
    }
    .col3-layout .col-wrapper .col-main {
        float: right;
        width: 75%;
    }
    .col3-layout .col-wrapper .col-left {
        width: 25%;
    }
}
@media only screen and (max-width: 767px) {
    .col-left,
    .col-right,
    .col-main,
    .col1-layout .col-left,
    .col1-layout .col-right,
    .col1-layout .col-main,
    .col2-left-layout .col-left,
    .col2-left-layout .col-right,
    .col2-left-layout .col-main,
    .col2-right-layout .col-left,
    .col2-right-layout .col-right,
    .col2-right-layout .col-main,
    .col3-layout .col-wrapper .col-left,
    .col3-layout .col-right,
    .col3-layout .col-wrapper .col-main {
        padding: 0;
        float: none;
        width: auto;
    }

    .col3-layout .col-wrapper {
        float: none;
        width: auto;
    }

    .col-main {
        float: none;
        width: auto;
    }

    .col-main .col-left {
        padding: 0;
        /* On product listing pages, the left column gets moved inside col-main on small viewports */
    }
}
/* Content Columns */
.col2-set {
    width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
    padding: 11px 20px 0;
    padding-bottom: 0;
}
@media only screen and (max-width: 770px) {
    .col2-set .col-1,
    .col2-set .col-2 {
        padding: 10px;
    }
}
.col2-set .col-1 {
    float: left;
    padding-left: 0;
}
.col2-set .col-2 {
    float: right;
    padding-right: 0;
}
@media only screen and (max-width: 767px) {
    .col2-set .col-1,
    .col2-set .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
.col2-set .narrow {
    width: 33%;
}
.col2-set .wide {
    width: 65%;
}
.col2-set:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
    background: #676157;
    color: #e6e6e6;
    font-size: 11px;
}
.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("https://extension.psu.edu/skin/frontend/extensions/default/images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat;
}
.global-site-notice p {
    margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
    color: #3399cc;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
    content: '';
    display: table;
    clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
    color: #11b400;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
    font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
    margin-bottom: 10px;
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: black;
    border-left: 5px solid #df280a;
    background-color: #faebe7;
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
    border-right: none;
}

.messages .notice-msg li {
    color: black;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}
.messages .warning-msg li {
    color: black;
    border-left: 5px solid #ffed13;
    background-color: #eff5ea;
}

.messages .warning-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffed13;
    border-right: none
}

@media only screen and (min-width: 915px) {
    .order-list-grid .col-1 {
        width: 30%;
    }

    .order-list-grid .col-2 {
        width: 50%;
        padding-right: 20px;
    }

    .order-list-grid .col-3 {
        clear: none;
        width: 20%;
        padding-top: 0;
    }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
    padding: 20px;
    background: #FFFFFF;
    height: auto;
}

.page-popup h1 {
    margin: 0 0 0.5em;
    font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
    margin-bottom: 20px;
}

.payment-methods dt {
    padding: 5px 0;
}

.payment-methods dd {
    padding-top: 10px;
}

.payment-methods .form-list {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 5px 15px 15px;
    padding: 15px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}

.payment-methods .form-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #cccccc;
    border-top: none;
    top: -11px;
    left: 30px;
}

.payment-methods .form-list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    border-top: none;
    top: -10px;
    left: 30px;
}

.payment-methods .form-list li:last-child {
    margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
    margin: 7px 0;
}

.price-box p {
    margin-bottom: 0;
}

.price-notice {
    color: #a0a0a0;
}

.price-box .price {
    color: #3399cc;
    font-size: 16px;
}


.price-box .price-label {
    color: #a0a0a0;
    white-space: nowrap;
}

.price-box .minimal-price-link {
    padding-left: 1em;
    color: #3399cc;
    display: block;
    /* We want this to show on its own line, otherwise the layout looks funky */
}
#b2borderlist_submitform .price-box .minimal-price-link{
    padding-left: 0;
    color: #1f1e20;
    text-decoration: none;
}
#b2borderlist_submitform .price-box .minimal-price-link .price{
    color: #757575;
}

.price-box .minimal-price-link .label {
    color: #a0a0a0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
    display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
}

.price-box .old-price .price {
    color: #a0a0a0;
    text-decoration: line-through;
}

.price-box .special-price {
    color: #3399cc;
    padding-left: 1em;
}
.price-box .special-price .price-label {
    color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
}

span.weee {
    display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #007cc3;
    margin-top: 19px;
    margin-bottom: 9px;
    width: 100%;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
    font-size: 14px;
}
.item-options:after {
    content: '';
    display: table;
    clear: both;
}
.item-options dt {
    float: left;
    clear: left;
	color: #213261;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0;
    width: 100%;
}
.checkout-cart-index .product-cart-info .item-options dd:not(:first-child),
.sales-order-view .item-options dd:not(:first-child) {
    width: auto;
}

.truncated,
.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}
.truncated a.details:hover {
    text-decoration: none;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}

.truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 8px;
    border: 1px solid #3399cc;
    background-color: #F6F6F6;
    top: 21px;
    left: -100px;
}
.truncated .truncated_full_value .item-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    left: 97px;
    top: -7px;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.truncated .show .item-options {
    display: block;
}

@media only screen and (max-width: 479px) {
    .truncated {
        cursor: inherit;
    }
    .truncated a.details {
        display: none;
    }
    .truncated .truncated_full_value .item-options {
        display: block;
        position: static;
        z-index: 1;
        width: 100%;
        border: none;
        background-color: transparent;
    }
    .truncated .truncated_full_value .item-options p {
        float: none;
    }
    .truncated .truncated_full_value .item-options:after {
        display: none;
    }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
    width: 6.5in;
    margin: 20px;
    background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
    margin: 7px 0;
}
.add-to-links a {
    display: inline-block;
    padding: 0px 3px 3px;
}

.add-to-links .separator {
    display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
    border: 1px solid #f0f0f0;
}

@media only screen and (max-width: 770px) {
    body .product-img-box .product-image:hover {
        border-color: #ededed;
    }
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
    margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
    margin: 5px 0;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
    margin: 0 0 1.5em;
}

.std ol {
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.std ol li {
    margin-left: 2em;
}

.std ul {
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.std ul li {
    margin-left: 2em;
}

.std .note {
    color: #a0a0a0;
    font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
    background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 5px 0;
}
.toolbar:after {
    content: '';
    display: table;
    clear: both;
}

.pager-no-toolbar {
    margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
    margin-top: 10px;
}

.toolbar,
.pager {
    color: #636363;
    line-height: 30px;
    font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
    font-weight: normal;
}

.sorter {
    float: left;
    margin-bottom: 5px;
}
.sorter label {
    float: left;
    margin-right: 5px;
}
.sorter > .sort-by {
    float: left;
    margin-right: 5px;
    height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
    background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
    background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
    background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
    background-position: -46px -567px;
}

.sorter > .view-mode {
    float: right;
}
.toolbar > .view-mode .grid,
.toolbar > .view-mode .list {
    float: left;
    width: 28px;
    height: 28px;
}

.pager {
    float: right;
    overflow: hidden;
}
.pager > .count-container {
    float: left;
}
.pager .amount {
    float: left;
    white-space: nowrap;
    margin: 0 15px 0 0;
}
.pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px;
}
.pager .limiter > label {
    padding-right: 5px;
}
.pager .limiter > label:after {
    content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
    margin-bottom: 5px;
}


@media only screen and (max-width: 479px) {
    .pager .amount--has-pages {
        display: none;
    }
}
@media only screen and (max-width: 770px) {
    .col1-layout .sorter,
    .col1-layout .pager {
        width: 100%;
    }
    .col1-layout .pager {
        float: left;
        clear: both;
    }
    .col1-layout .pager .pages {
        float: left;
        margin-left: 0;
    }
    .col1-layout .pager .count-container {
        float: right;
    }
}
@media only screen and (max-width: 979px) {
    .col2-right-layout .sorter,
    .col2-right-layout .pager,
    .col3-layout .sorter,
    .col3-layout .pager {
        width: 100%;
    }
    .col2-left-layout .pager,
    .col2-right-layout .pager,
    .col3-layout .pager {
        float: left;
        clear: both;
    }
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
        float: left;
        margin-left: 0;
    }
    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
        float: right;
    }
}
@media only screen and (max-width: 1279px) {
    .toolbar .view-mode > label {
        display: none;
    }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #3399cc;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #246b8f;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #246b8f;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}
.customer-account li.customer-user-attributes { list-style: none; }

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
    text-align: center;
}

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

.no-display {
    display: none !important;
}

.nobr,
.nowrap {
    white-space: nowrap;
}

.width-full {
    width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
    display: none;
}
h1.hidden, h2.hidden, h3.hidden, h4.hidden, h5.hidden, h6.hidden, span.hidden,
thead.hidden,
.product-collateral .collateral-tabs .tab-container, .product-collateral .collateral-tabs .tab-container .tab{
    position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; display: block !important;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: none;
    max-height: 50px;
    width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
    margin-bottom: 7px;
}
.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 12px;
    margin-top: 0px;
}

.fieldset + .fieldset {
    margin-top: 5px;
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
    padding-top: 2px;
}
.input-box:after {
    content: '';
    display: table;
    clear: both;
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

label.required:after,
span.required:after {
    content: '*';
    color: #df280a;
    font-weight: normal;
    font-size: 12px;
}

label.required em,
span.required em {
    display: none;
}
.account-login label,
.account-create label,
.customer-account-forgotpassword .form-list label,
.my-account .form-list label{
    color: #213261;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.account-create .page-title a{
    text-decoration: none;
;
}
.account-login label.required:after,
.account-login span.required:after,
.account-create label.required:after,
.account-create span.required:after,
.customer-account-forgotpassword .form-list label.required:after,
.customer-account-forgotpassword .form-list span.required:after,
.my-account .form-list label.required:after,
.my-account .form-list span.required:after
{
    font-size: 15px;
    color: #213261;
    margin-left: 0
}
.account-login input[type="text"], .account-login input[type="password"] {
    width: 100%;
    border: 1px solid #b2b2b2;
    height: 40px;
    padding: 0 10px;
}
.account-create input[type="text"], .account-create input[type="password"],
.customer-account-forgotpassword .form-list input[type="text"], .customer-account-forgotpassword .form-list input[type="password"],
.my-account .form-list .input-text {
    border: 1px solid #b2b2b2;
    height: 40px;
    padding: 0 10px;
}
.account-login .form-list > li,
.account-create .form-list > li,
.my-account .form-list .field,
.my-account .form-list > li{
    margin-bottom: 23px;
}
.account-login .form-list > li:last-child,
.account-create .form-list > li:last-child,
.my-account .form-list .field:last-child{
    margin-bottom: 0px;
}
.account-login .content > p,
.account-account-create .content > p{
    margin: 0 0 15px 0;
}
.account-login .content > p span.blue-color,
.account-account-create .content > p span.blue-color{
    color: #213261;
}
.account-login .content p.required {
    display: none;
}
.account-login .mobile-mode{
    display: none;
}
.account-login input.input-text::-webkit-input-placeholder {
    text-transform: uppercase;
    color: transparent;
}
.account-login input.input-text:-moz-placeholder {
    text-transform: uppercase;
    color: transparent;
}
.account-login input.input-text::-moz-placeholder {
    text-transform: uppercase;
    color: transparent;
}
.account-login input.input-text:-ms-input-placeholder {
    text-transform: uppercase;
    color: transparent;
}
.customer-account-login .col2-set .col-2 {
    border: none !important;
}
.customer-account-login .col2-set .call-us,
.customer-account-create .col2-set .call-us{
    text-align: center;
    max-width: 80%;
    margin: 10px auto;
}
.customer-account-login .col2-set .call-us p,
.customer-account-create .col2-set .call-us p{
    margin: 0 0 10px 0;
}
.customer-account-login .col2-set .call-us a,
.customer-account-create .col2-set .call-us a{
    color: #213261;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}
.account-login .forgot-pass {
    display: block !important;
    text-align: center;
    margin: 0 0 14px 0;
}
.account-login .col2-set .buttons-set {
    text-align: center;
}
.account-create .fieldset .control label,
.my-account .fieldset .control label{
    font-weight: normal;
}
.account-create .fieldset .control .input-box input[type=checkbox],
.my-account .fieldset .control input[type=checkbox]{
    margin-top: 7px;
}
.my-account a:not(.button) {
    font-size: 14px;
    color: #006db1;
    text-transform: uppercase;
    text-decoration: none;
}
.my-account a:not(.button):hover{
    color: #213261;
}
.my-account address h6 {
    margin-top: 23px;
}
.my-account .form-list .control:first-child {
    margin-bottom: 0;
}
.my-account .event-msg {
    color: #757575;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 29px;
}
.my-account .event-msg .notice {
    margin-bottom: 15px;
}
.my-account .event-msg a{
    text-transform: none;
}
.my-account .event-items .item {
    border-bottom: 1px solid #ececec;
    padding: 25px 0;
}
.my-account .event-items .item h3 {
    font-size: 24px;
    color: #213261;
    letter-spacing: 1px;
}
.my-account .event-items .item .actions {
    margin-top: 15px;
}
.my-account .event-items .item:last-child {
    border-bottom: none;
}
.my-account .iwd-online-course-auth-loader {
    padding-left: 10px;
}
.my-account .iwd-online-course-auth-loader:after {
     content: "\f110";
    position: relative;
    left: 10px;
     display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     -webkit-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}
.my-account .iwd-disabled {
    opacity: 0.5;
}

.edx-message-wrapper{background-color: rgba(0, 0, 0, 0.6);display: none;height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 10001;}
.edx-messages{	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;	padding:30px;	position:absolute;	display:none;	-webkit-border-radius: 10px;	border-radius: 10px;    color:#404040;    display: block;    font-size: 16px;    left: 50%;    margin-left: -205px;    margin-top: -20px;    position: absolute;    text-align: left;    top: 30%;    width: 410px;	-webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,0.2);	box-shadow: 0 3px 10px 1px rgba(0,0,0,0.2);	background-color: #fefefe ;	font-weight:normal;z-index: 1002;}
.edx-messages .edx-message-container a { text-transform:initial; }
.edx-message-container{text-align: center;}
.edx-messages-action{text-align:center;margin-top:20px}
.edx-messages-action .button{display:block;height:40px;border:none;margin: 0 auto;;background:none !important;padding:0}
.edx-messages-action .button span{background:#3e3f49;border:none;height:40px;line-height:40px;-webkit-border-radius: 3px;border-radius: 3px;display: block;}
.edx-messages-action .button span span{background:#3e3f49;color:#ffffff;font-size:16px;font-weight:400;text-transform:uppercase;padding:0 20px}
.edx-messages-action .button:hover span,
.edx-messages-action .button:hover span span{background:#213261;}
.edx-close-message-wrapper {background: transparent;display: block;height: 8px;position: absolute;width: 8px;z-index: 1005;right: 18px;top: 10px;cursor:pointer;color:#4a4a4a;line-height:10px;}
@media (max-width: 410px) {
    .edx-messages {width: 100%; left: 0; margin-left: 0;}
}

.my-account .iwd-edx-view-course {  }
.my-account .iwd-edx-show-link-wrap { display: inline-block; position: relative; }
.my-account .iwd-edx-show-link-container { position: absolute; display: none; top: 20px; left: 0 }
.my-account .page-title .iwd-edx-show-link-container { top: -20px; }
.my-account .event-items .item .actions a.iwd-online-course-activate { display: inline-block; padding: 7px 25px; border: 0; color: #FFFFFF; font-size: 14px; font-weight: 300; line-height: 19px; text-align: center; text-transform: uppercase; vertical-align: middle; white-space: nowrap; background: #ad452d; }
.my-account .event-items .item .actions a.iwd-online-course-activate:after { content: ''; }
.my-account .iwd-online-course-activate + p { padding-top: 20px; }
.my-account .iwd-edx-view-course, .iwd-online-course-activate { width: 210px; text-align: center; padding-left: 0; padding-right: 0; }
.my-account .event-items .notice, .event-msg .notice { color: #ad452d; font-weight: normal; }
.my-account .iwd-loading:after { content: "\f110"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }
.my-account .iwd-events-success { color: green; }
.my-account .iwd-ext-full-width-table { table-layout: fixed; width: 100%; }
.my-account .iwd-events-location-column { width: 400px; }
.my-account .iwd-events-map { width: 100%; height: 300px; }
body[class*="extevents-account"] .my-account .pager {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-top: 5px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    body[class*="extevents-account"] .my-account .pager {
        text-align: center;
    }
    body[class*="extevents-account"] .my-account .pager .count-container,
    body[class*="extevents-account"] .my-account .pager .pages,
    body[class*="extevents-account"] .my-account .pager .limiter {
        float: none;
    }
}
.my-account .iwd-empty-events a {
    text-transform: lowercase;
}
/* -------------------------------------------- *
 * Hints
 */
.input-hint {
    color: #a0a0a0;
    font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
    font-size: 14px;
}

select + select {
    margin-left: 5px;
}

select[multiple] {
    width: 270px;
    border: 1px solid silver;
    font-size: 15px;
    padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ebebeb;
    color: #333333;
}
.input-text:focus{
    /*border-color: #007cc3;
    background: none;*/
}

.input-text.validation-failed {
    border-color: #df280a;
}

.input-text.validation-failed:focus {
    outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    height: 30px;
    padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 365px;
    max-width: 100%;
    height:40px;
    padding:0 10px;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=email],
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    select {
        font-size: 16px;
        /* Prevent from zooming on focus */
    }
}
.ie8 .input-text {
    max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
    color: #a0a0a0;
}

input:-moz-placeholder {
    color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
    position: relative;
    top: -1px;
    display: inline-block;
}

.checkbox + label,
.radio + label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #df280a;
    font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
    margin-bottom: 10px;
}
.form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%;
    height: 40px;
    padding: 0 10px;
    color: #333;
}
.form-list .input-range .input-text {
    width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
    /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
    display: inline;
    float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
    display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label {
    color: #636363;
    background-color: #f4f4f4;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px;
}
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label {
    padding-top: 4px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
    background-color: #ececec;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
    padding-left: 10px;
    background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
    background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
    min-width: inherit;
    width: 250px;
    max-width: 100%;
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit;
}

.form-list .control {
    margin-top: 10px;
}
.form-list .control label {
    float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
    margin-right: 6px;
}
.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

form .form-instructions {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 15px;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
    text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
    width: 100%;
}

.data-table td,
.data-table th {
    padding: 10px;
    vertical-align: top;
}

.data-table th {
    background: #f4f4f4;
    text-transform: uppercase;
    line-height: 1.4;
    white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid #ececec;
}

.data-table tfoot tr {
    background: #f4f4f4;
}

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px;
}
.checkout-cart-index .data-table tbody td .item-options,
.sales-order-view .data-table tbody td .item-options {
    margin-left: 0;
}
.data-table tbody td .item-options dt:after {
    content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
    border: 1px solid silver;
    padding: 12px 15px;
    margin: 0 0 15px;
}
.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th,
.info-table td {
    vertical-align: top;
}

.info-table th {
    font-weight: bold;
    padding: 4px 20px 4px 0;
}

.info-table td {
    padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
    border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid silver;
    padding: 6px;
    background-color: transparent;
}
.zebra-table tr {
    background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
    background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
    .linearize-table {
        /* Helpers */
    }
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
        display: block;
    }
    .linearize-table thead th {
        border-right: 0;
        border-left: 0;
    }
    .linearize-table thead th.lin-hide {
        display: none;
    }
    .linearize-table thead th:nth-child(1n+2) {
        display: none;
    }
    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }
    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }
    .linearize-table tbody td.lin-hide {
        display: none;
    }
    .linearize-table tbody td:first-child {
        padding-top: 10px;
    }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
        font-weight: bold;
    }
    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }
    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        padding-right: 5px;
        text-transform: uppercase;
    }
    .linearize-table tfoot tr {
        display: block;
        text-align: right;
    }
    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .linearize-table tfoot td {
        display: block;
        float: left;
    }
    .linearize-table tfoot td.lin-hide {
        display: none;
    }
    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }
    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }
    .linearize-table .linearize-hide {
        display: none;
    }
    .linearize-table .linearize-unpad {
        padding: 0;
    }
    .linearize-table .linearize-show {
        display: block;
    }
}
@media only screen and (max-width: 599px) {
    .linearize-table-large {
        /* Helpers */
    }
    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
        display: block;
    }
    .linearize-table-large thead th {
        border-right: 0;
        border-left: 0;
    }
    .linearize-table-large thead th.lin-hide {
        display: none;
    }
    .linearize-table-large thead th:nth-child(1n+2) {
        display: none;
    }
    .linearize-table-large tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }
    .linearize-table-large tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }
    .linearize-table-large tbody td.lin-hide {
        display: none;
    }
    .linearize-table-large tbody td:first-child {
        padding-top: 10px;
    }
    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
        font-weight: bold;
    }
    .linearize-table-large tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }
    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        padding-right: 5px;
        text-transform: uppercase;
    }
    .linearize-table-large tfoot tr {
        display: block;
        text-align: right;
    }
    .linearize-table-large tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .linearize-table-large tfoot td {
        display: block;
        float: left;
    }
    .linearize-table-large tfoot td.lin-hide {
        display: none;
    }
    .linearize-table-large tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }
    .linearize-table-large tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }
    .linearize-table-large .linearize-hide {
        display: none;
    }
    .linearize-table-large .linearize-unpad {
        padding: 0;
    }
    .linearize-table-large .linearize-show {
        display: block;
    }
}
@media only screen and (min-width: 600px) {
    .linearize-table .linearize-collapse {
        display: none;
    }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
    height: 100%;
}

.wrapper {
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
    background: #FFFFFF;
}

.wrapper:after {
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
    padding: 10px;
    background-color: #3399cc;
    text-transform: uppercase;
}
.header-language-background .header-language-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header-language-background:after {
    content: '';
    display: table;
    clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
    float: left;
    margin-right: 10px;
}
.header-language-background .welcome-msg {
    float: right;
}

.page-header-container .store-language-container {
    float: right;
    max-width: 35%;
    padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
    display: none;
}
.page-header-container .store-language-container select {
    max-width: 100%;
}

@media only screen and (max-width: 479px) {
    .page-header-container .store-language-container {
        padding-top: 8px;
    }
    .page-header-container .store-language-container select {
        font-size: 12px;
    }
}
.header-language-background,
.header-language-background a {
    color: #e6e6e6;
}

@media only screen and (max-width: 767px) {
    .header-language-background {
        display: none;
    }
}
/* ============================================ *
 * Logo
 * ============================================ */
.logo {
    display: block;
    float: left;
    width: 65%;
    min-width: 100px;
    min-height: 44px;
    text-align: center;
    padding: 7px 0 0 0;
}
.logo img {
    max-width: 100%;
}
.logo .small {
    display: block;
}
.logo .large {
    display: none;
}

.logo:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 768px) {
    .logo {
        max-width: 321px;
        min-height: 54px;
    }
    .logo .small {
        display: none;
    }
    .logo .large {
        display: block;
    }
}
/* ============================================ *
 * Skip Links
 * ============================================ */

@media only screen and (min-width: 771px) {
    .skip-links {
        border: 0;
    }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
    position: relative;
    float: left;
    width: 20%;
    height: 54px;
    color: #636363;
    line-height: 52px;
    text-align: center;
}

a.skip-link {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .skip-link {
        border-right: 1px solid #EDEDED;
    }

    .skip-link:last-child {
        border-right: 0;
    }
}
@media only screen and (min-width: 500px) {
    .skip-link {
        width: 25%;
    }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
    display: inline-block;
    vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 5px;
}

/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
    display: none;
}

@media only screen and (min-width: 500px) {
    .skip-link .label {
        display: inline;
    }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
    display: block;
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.skip-content.skip-active {
    width: auto;
    height: auto;
    overflow: visible;
    left: auto;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
    width: 40%;
}
.skip-nav:not(.skip-active):hover {
    text-decoration: none;
}

@media only screen and (min-width: 500px) {
    .skip-nav {
        width: 25%;
    }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
    #header-nav {
        padding: 5px 0;
    }
}

/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
    .nav-primary {
        display: block;
    }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a, #header-nav nav.child a{
    text-decoration: none;
    position: relative;
    color: #ffffff;
    line-height: 24px;
    font-size: 14px;
	padding: 0;
    text-transform: none;
    line-height: 1.2;
}
#header-nav nav.child a {
    text-transform: none;
    color: #3e3f49;
    font-weight: normal;
}

#header-nav .child-1 a.has-children { display: block; }
/* #header-nav .child-1 a.has-children:after { content: "\f054"; display: block; line-height: inherit; font-family: FontAwesome; margin-top: -0.6em; position: absolute; right: 0px; top: 50%; font-size: 12px;  font-weight: 400;  color: #006db1;} */
.page-header .nav-primary a {
    display: block;
}

.page-header .nav-primary li.parent.level0 > a+.fa-angle-right { display:none; }
.page-header .child-1 a.level1 + .fa-angle-right { display: none; }

/*.nav-primary .menu-active > nav > ul.level0 ,
.nav-primary li.level0 li.sub-menu-active > nav > ul,
.nav-primary .child.show-menu > ul{
  display: block;
}*/

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 1024px) {
    .page-header .skip-links .nav-primary li{padding: 12px 12.5px;}
    .page-header .skip-links .nav-primary li a {padding: 0;}
    .page-header .skip-links .nav-primary li > .child {display: none;}
    .page-header .skip-links .nav-primary > li {border: none !important;}
    .page-header .nav-primary > li.marked {display: block !important;}
    .page-header .nav-primary li.parent.level0 > a + span:after { content: "\f054"; display: block; line-height: inherit; font-family: FontAwesome; margin-top: -0.6em; position: absolute; right: 0px; top: 50%; font-size: 12px;  font-weight: 400;  color: #ffffff;}
    .page-header .nav-primary li.parent.level0 > a {padding-right: 15px;display: block;float: left;}
    .page-header .nav-primary li.parent.level0 > a +.fa-angle-right { float: right; display: block; width: 20px; height: 16px; position: relative; color: #fff; font-size: 20px; top: -3px; font-weight: bold; }
    .page-header #nav > nav.child > ul.featured-list {display: none;}
    .page-header .navigation-tab {float: left;}
    .page-header .page-header-container .top-header .header-nav {width: 3500px;overflow: hidden;}
    .page-header nav.child li.category-label:before {display: none;}
    .page-header nav.child li.featured-label {display: none;}
    .page-header .skip-links #nav > nav.child > ul {width: 100% !important; float: none;}
    .page-header nav.child .level0 li.category-label, .page-header nav.child .level1 li.category-label {background: #fff; padding: 0 12px; border-top: 2px solid #dbdbdb;}
    .page-header nav.child li.category-label span.text {display: none;}
    .page-header nav.child li.category-label a.back {color: #006db1 !important; font-size: 14px !important; font-weight: 700 !important; border-bottom: 4px solid #006db1; padding: 27px 0 23px !important; display: inline-block;}
    .page-header nav.child li.category-label a.back:before{color: #006db1; font-size: 14px; content: "\f053"; font-family: 'FontAwesome'; padding: 0 10px 0 0;}
    .page-header nav.child li.category-label {margin-bottom: 16px;}
    .page-header .nav-primary > li.parent.menu-active:before {display: none;}


}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 1024px) {
    .nav-primary {
        /* Default styles for 1+ drop-down menus */
        /* Level 2+ */
        /* Class for js to add briefly to evaluate element positioning. */
        /* Correct menus that will hang off the page (class added by js) */
        /* Level 1+ */
    }
    .nav-primary li:last-child > a {
        border-bottom: none;
    }
    .nav-primary a:hover,
    .nav-primary li:hover > a {
        color: #3399cc;
    }
    .nav-primary .menu-active {
        z-index: 200;
    }
    .nav-primary li.level0 ul {
        background: #FBFBFB;
        border: solid 1px #cccccc;
        position: absolute;
        left: 100%;
        top: 0;
        /* Height of ".nav-primary a.level0" */
        z-index: 10;
        width: 250px;
        padding-left: 10px;
        padding-right: 10px;
        /* Hide until displayed. */
    }

    /* Hide category level2 */
    .nav-primary li.level0 ul.hidden-1 {
        display: none;
    }
    .nav-primary.before li.level0 ul li > a{
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
    }
    .nav-primary li.level1 ul {
        left: 60px;
        top: 15px;
    }
    .nav-primary li.level0 ul.level0.position-test {
        display: block;
    }
    .nav-primary li.level0 ul.level0.spill {
        right: 0;
        left: auto;
    }
    .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 50px;
        top: 20px;
    }
    .nav-primary li.level0 li.parent > a {
        position: relative;
    }
}
.nav-primary li.menu-active > ul {
    display: block;
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box, #search_mini_form_fixed .input-box {
    position: relative;
    padding-top: 0;
}

#search_mini_form label {
    display: none;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
    background-position: -46px -44px;
}
.skip-account .icon {
    background-position: 4px -44px;
}


.skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
}

#header-account.skip-active {
    background: #fff;
    display: block;
    position: absolute;
    z-index: 200;
    top: 61px;
    right: 0;
    width: 300px;
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow:    -1px 2px 6px 0px rgba(0, 0, 0, 0.51);
    box-shadow:         -1px 2px 6px 0px rgba(0, 0, 0, 0.51);
}

#header-account .links {
    padding: 35px 21px;
}

#header-account .skip-link {
    padding: 0;
    height: auto;
    background: none;
    border: none;
    float: right;
    margin: 7px 10px 0 0;
    color: #b2b2b2;
    font-size: 14px;
    line-height: 1;
}

#header-account .skip-link:hover{
    color: #006db1;
}

#header-account a {
    display: block;
    padding: 0px 0px 13px 38px;
    color: #3e3f49;
    line-height: 2;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

#header-account li.last a {
    padding-bottom: 0px;
}
#header-account li:hover a{
    color: #006db1;
    text-decoration: none;
}
#header-account li:hover a:before {
    color: #006db1;
}

#header-account li a:before {
    font-family: 'FontAwesome';
    width: 20px;
    text-align: center;
    color: #b2b2b2;
    font-size: 18px;
    display: block;
    position: absolute;
    left: 21px;
}

#header-account .top-link-accout:before,
#header-account .signin-modal-accout:before {
    content: "\f007";
}

#header-account .top-link-storelocator:before {
    content: "\f041";
}

#header-account .top-link-wishlist:before {
    content: "\f055";
}

#header-account .top-link-cart:before {
    content: "\f07a";
}

#header-account .top-link-checkout:before {
    content: "\f283";
    font-size: 14px;
}

#header-account .signin-modal-register:before {
    content: "\f040";
}

#header-account .signin-modal-login:before {
    content: "\f090";
}

#header-account .top-link-logout:before {
    content: "\f08b";
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */

@media only screen and (min-width: 771px) {
    .skip-cart {
        width: auto;
        padding: 0 10px;
    }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */

.skip-cart.no-count .count {
    display: none;
}

.skip-cart .count:before {
    content: '(';
}
.skip-cart .count:after {
    content: ')';
}

@media only screen and (min-width: 771px) {
    .skip-cart {
        color: #3399cc;
        text-transform: uppercase;
    }
    .skip-cart:hover {
        text-decoration: none;
    }
    .skip-cart .count {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        position: static;
        background: none;
        margin-left: 0px;
        font-size: 14px;
        width: auto;
    }

}
.skip-cart .count.empty {
    display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
    padding: 20px;
    text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
    overflow: hidden;
    padding: 15px;
}

.cart-menu .actions .button {
    float: left;
    width: 48%;
}

.cart-menu .actions .button + .button {
    margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
    padding: 0 15px 15px;
    font-size: 24px;
    line-height: 1.2;
}

/* List */
.mini-cart-list {
    margin-bottom: 5px;
}

.mini-cart-list li {
    position: relative;
    min-height: 90px;
    padding: 15px 15px 15px 90px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
    line-height: 1.35;
}

.mini-cart-list .product-name {
    display: inline-block;
}

.mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px;
}

.mini-cart-list .product-image img {
    width: 60px;
    height: 60px;
}

.mini-cart-list .has-options {
    margin-bottom: 0;
    color: #a0a0a0;
    font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
    padding: 10px 15px 15px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */

@media only screen and (max-width: 479px) {
    .footer {
        padding-top: 15px;
    }
}
.footer .block-title {
    border-bottom: 0;
    padding: 3px 0;
}
.footer .block-title strong {
    font-weight: normal;
}
.footer .block-title,
.footer address {
    color: #3399cc;
}
.footer .links {
    float: left;
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
}
.footer .links li {
    word-break: break-all;
    line-height: 1.4;
    padding: 4px 0;
}
.footer .links a {
    color: #636363;
}
.footer .links a:hover {
    color: #3399cc;
}
.footer .block-subscribe {
    float: right;
    width: 320px;
    margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
    text-transform: uppercase;
    font-size: 12px;
}
.footer .form-subscribe-header {
    display: none;
}
.footer .links.social-media em {
    background-image: url(https://extension.psu.edu/skin/frontend/extensions/default/images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .footer .links.social-media em {
        background-image: url(https://extension.psu.edu/skin/frontend/extensions/default/images/social_icons@2x.png);
        background-size: 50px 125px;
    }
}
.footer .links.social-media em.facebook {
    background-position: 0 -0px;
    height: 13px;
}
.footer .links.social-media a:hover em.facebook {
    background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
    background-position: 0 -24px;
    height: 13px;
}
.footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
    background-position: 0 -49px;
    height: 13px;
}
.footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
    background-position: 0 -74px;
    height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px;
}
.footer .links.social-media em.rss {
    background-position: 0 -99px;
    height: 13px;
}
.footer .links.social-media a:hover em.rss {
    background-position: -25px -99px;
}
.footer .block-subscribe .input-box {
    float: left;
    width: 65.625%;
    padding-top: 0;
}
.footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.footer .block-subscribe .block-content {
    padding-top: 7px;
}
.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both;
}
.footer .block-subscribe .actions {
    float: left;
    width: 34.375%;
    margin: 0;
}
.footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left;
}
.footer .bugs,
.footer address {
    clear: both;
}
.footer .bugs {
    display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
    clear: both;
    margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
    display: none;
}
.footer address {
    border-top: 1px solid #cccccc;
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
    padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
    .footer .links {
        width: 22.65625%;
        padding-right: 0;
        margin-right: 3.125%;
    }
    .footer .links:nth-child(4) {
        margin-right: 0;
    }
    .footer .block-subscribe {
        clear: both;
        float: none;
        margin: 0 auto 30px auto;
    }
}
@media only screen and (max-width: 770px) {
    .footer .form-language,
    .footer .currency-switcher {
        display: block;
    }
}
@media only screen and (max-width: 599px) {
    .footer .links {
        width: 48.4375%;
        margin-right: 0;
    }
    .footer .links:nth-child(odd) {
        margin-right: 3.125%;
        clear: both;
    }
    .footer .block-subscribe {
        clear: both;
        float: left;
        width: 100%;
    }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
    border-bottom: none;
}

.category-image {
    margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
    white-space: normal;
}
.top-category {
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
    padding: 1px 16px 0;
    background: #ececec;
    font-weight: 400;
    margin: 7px 0px 0;
    line-height: 17px;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #006db1;
    font-size: 14px;
    text-decoration: none;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    color: #213261;
    text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
    text-transform: uppercase;
    margin-bottom: 11px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.products-list .product-name {
    margin-bottom: -4px;
}
.products-grid .product-name a,
.products-list .product-name a {
    font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
    position: relative;
}

.products-grid:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid > li {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.products-grid > li:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid .product-image {
    width: 100%;
    margin-bottom: 15px;
}

.products-grid .placeholder img {
    width: 100%;
    height: auto;
}
.products-grid .product-image img:hidden {
    display: none;
}

.widget-new-products .products-grid .product-image {
    width: 75%;
    margin-bottom: 15px;
    margin-left: 10%;
}

.products-grid .product-info {
    position: relative;
    padding-bottom: 95px;
}

.products-grid .actions {
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    min-height: 85px;
    width: 100%;
}

.products-grid .ratings .rating-box {
    margin: 0 auto;
}

.products-grid .ratings .amount {
    display: none;
}

.products-grid .price-box {
    color: #757575;
    font-size: 14px;
    margin: 0 0 5px;
}

.products-grid .add-to-links {
    margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
    float: left;
    width: 47.72727%;
    margin-right: 4.54545%;
}

.products-grid > li:nth-child(even) {
    margin-right: 0;
}

.products-grid .product-image {
    margin-bottom: 5px;
}
.products-grid .product-image:before, .products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.products-grid .product-image:after {
    background-image: url("https://extension.psu.edu/skin/frontend/extensions/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.products-grid .product-image.loading {
    position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
    display: block;
}

/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.products-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.products-list > li .product-image {
    float: left;
    width: 33.33333%;
}
.products-list > li .product-image img {
    width: 100%;
    max-width: 100%;
}
.products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.products-list .product-shop {
    float: right;
    width: 66.66667%;
    padding-left: 20px;
}
.products-list .product-shop .product-name {
    margin-bottom: 0;
}
.products-list .product-shop .ratings {
    margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
    margin-top: 4px;
}
.products-list .product-shop .price-box {
    margin-top: 0;
}
.products-list .product-shop .price-box .price {
    font-size: 18px;
}
.products-list .product-shop .action {
    margin: 7px 0;
}
.products-list .product-shop .desc {
    margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
    float: left;
    width: 65%;
    overflow: hidden;
}
.products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    text-align: right;
    clear: right;
}

@media only screen and (min-width: 480px) {
    .products-list .product-name a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1279px) {
    .products-list .product-shop .product-primary,
    .products-list .product-shop .desc {
        float: left;
        width: 60%;
        padding-right: 20px;
    }
    .products-list .product-shop .product-secondary {
        float: right;
        width: 40%;
    }
}
@media only screen and (max-width: 600px) {
    .products-list .product-shop .price-box .special-price {
        padding-left: 0;
    }

    .products-list .product-shop .product-primary,
    .products-list .product-shop .product-secondary,
    .products-list .product-shop .desc {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
    float: left;
    min-width: 50px;
    border: none;
}
.mini-products-list .product-details {
    margin-left: 60px;
}
.mini-products-list .product-details .product-name {
    padding-top: 10px;
    text-align: left;
}
.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
}
.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}
.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
    display: block;
}
.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image img {
    width: 100%;
    max-width: 100%;
}
.category-image img:hidden {
    display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
    display: none;
}

.block-layered-nav .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}
.block-layered-nav .currently ol {
    padding-left: 10px;
    margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
    margin-bottom: 15px;
}
.block-layered-nav .currently ol li .label {
    font-weight: bold;
}
.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both;
}

.block-layered-nav .actions {
    text-align: right;
    margin-bottom: 7px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
    float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
    margin-top: 8px;
    margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .product-essential:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
    color: #3399cc;
    margin-bottom: 10px;
    border: 0;
}
.product-view .product-shop {
    width: 50%;
    float: right;
}
.product-view .product-shop .product-name {
    display: none;
    float: left;
}
.product-view .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 5px;
}

.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both;
}
.product-view .product-shop .ratings {
    margin-bottom: 8px;
}
.product-view .product-shop .availability {
    font-size: 16px;
}
.product-view .product-shop .price-box {
    margin: 0;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 50px;
}
.product-view .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
    color: #636363;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
    font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2;
    color: #636363;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
}
.product-view .price-box.map-info a {
    display: inherit;
}
.product-view .old-price .price-label {
    display: none;
}

@media only screen and (max-width: 850px) {
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 15px;
    }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 18px;
    }
}
@media only screen and (max-width: 770px) {
    .product-view .add-to-cart-wrapper {
        float: none;
        width: 100%;
        clear: both;
    }
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px;
    }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px;
    }
}
@media only screen and (max-width: 420px) {
    .product-view .product-shop .price-box .price-excluding-tax,
    .product-view .product-shop .price-box .price-including-tax {
        margin-bottom: 5px;
    }
    .product-view .product-shop .price-box .price-excluding-tax span,
    .product-view .product-shop .price-box .price-including-tax span {
        display: block;
    }
}
.product-img-box {
    width: 50%;
    float: left;
}
.product-img-box .product-name h1 {
    border: 0;
}
.product-img-box .product-image {
    margin-bottom: 3px;
}
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}

@media only screen and (max-width: 479px) {
    .product-img-box .product-image img {
        max-height: 450px;
    }
}
.product-image-gallery {
    position: relative;
}
.product-image-gallery .gallery-image {
    display: none;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.product-image-gallery:after {
    background-image: url("https://extension.psu.edu/skin/frontend/extensions/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.product-image-gallery.loading {
    position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}

.product-image-thumbs li {
    display: inline-block;
}
.product-image-thumbs li:first-child {
    margin-left: -1px;
}
.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7;
}

.product-view {
    /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
    min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 20px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
    margin-right: 7px;
    float: left;
}
.product-view .add-to-cart .qty-wrapper label {
    line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px;
}
.product-view .add-to-cart-buttons {
    max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 174px;
    margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center;
}
.product-view .add-to-cart-buttons .button {
    min-height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0px 30px;
    min-width: 160px;
    width: 100%;
    white-space: normal;
	color: #ffffff;
	font-weight: 300;
	background: #ad452d;
	letter-spacing: 3px;
	margin-bottom: 6px;
}
.product-view .online-course-bulk-registration .add-to-cart-buttons .button {
    line-height: inherit;
    padding: 10px 0;
}
.product-view .online-course-bulk-registration .add-to-cart-buttons .single-registration {
    position: relative;
    margin-bottom: 20px;
}
.product-view .online-course-bulk-registration .add-to-cart-buttons .single-registration .loader {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 12px;
    left: auto;
    top: 15px;
    background: url(https://psu-extensions.loc/skin/frontend/extensions/default/images/opc-ajax-loader.gif);
    background-size: cover;
}
.product-view .online-course-bulk-registration .add-to-cart-buttons .button[data-bulk-registration="1"] {
    margin-left: 0;
}
.online-course-bulk-registration-cart-tooltip {
    background: #f4f4f4;
    padding: 9px;
    color: black;
}
.product-view .online-course-bulk-registration .splitter {
    text-align: center;
}
.product-view .online-course-bulk-registration .online-course-tooltip-msg {
    clear: both;
}
.product-view .add-to-cart-buttons .button span.more {
    display: block;
    padding: 10px 0;
    line-height: 1;
    background: #213261;
    text-transform: none;
    margin-left: -30px;
    margin-right: -30px;
}
.product-view .add-to-cart-buttons .button span.more:after {
    font-family: 'FontAwesome';
    content: "\f105";
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 10px;
}

.product-view .add-to-cart-buttons .button:hover{
	background: #d8644a;
}
.product-view .add-to-cart-buttons .button:hover span.more {
    background: #007cc3;
}
.product-view .alert-price,
.product-view .alert-stock {
    clear: both;
}

@media only screen and (max-width: 479px) {
    .product-view .add-to-cart-buttons .paypal-or {
        line-height: 20px;
    }
    .product-view .add-to-cart-buttons .paypal-logo,
    .product-view .add-to-cart-buttons .paypal-or,
    .product-view .add-to-cart-buttons .paypal-button,
    .product-view .add-to-cart-buttons .button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
    display: none;
}

.product-view .add-to-links {
    clear: both;
    margin-top: 0px;
}
.product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .add-to-links li {
    float: left;
}
.product-view .add-to-links a {
    padding: 2px 7px 2px 0px;
    margin-left: 7px;
    border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
    margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
    border-right: 0px;
}

.product-view .sharing-links {
    float: left;
}
.product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both;
}
.product-view .sharing-links li {
    float: left;
    padding: 0px 7px 7px;
}
.product-view .sharing-links a {
    text-indent: -9999px;
    display: block;
    width: 26px;
    height: 26px;
}
.product-view .sharing-links a:hover {
    opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
    background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
    background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
    background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
    background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
    background-position: 0px -372px;
}
.product-view a.not-active,
.iwd-qv-modal-body a.not-active {
    opacity: 0.6;
    pointer-events: none;
}

@media only screen and (max-width: 599px) {
    .add-to-box .add-to-links a {
        float: none;
        width: auto;
        text-indent: 0;
    }
}
.product-collateral {
    clear: both;
}

.box-collateral {
    clear: both;
}

@media only screen and (min-width: 768px) {
    body.catalog-product-view .product-collateral {
        margin-top: 20px;
    }
    .product-collateral .toggle-tabs {
        display: block;
        width: 100%;
        position: relative;
    }
    .product-collateral .toggle-tabs li {
        float: left;
    	margin: 0 25px 0 0;
    	position: relative;
        padding: 0 25px;
        border-radius: 5px 5px 0 0;
        background: #f8f8f8;
        margin-top: 15px !important;
    }
    .product-collateral .toggle-tabs li > span {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
        position: relative;
    	color: #006db1;
    	text-transform: uppercase;
    	position: relative;
    }
    .product-collateral .toggle-tabs li.current {
        background: #006db1;
    }
    .product-collateral .toggle-tabs li.current span{
        font-weight: 700;
        color: #fff;
    }
    .product-collateral .toggle-tabs li:hover span{
	 	font-weight: 700;
        color: #fff;
    }
     .product-collateral .toggle-tabs li:hover{
		 cursor: pointer;
         background: #213261;
     }
    .product-collateral .toggle-tabs li:first-child {
        border-left: none;
    }
    .product-collateral .toggle-tabs:after {
        content: '';
        display: table;
        clear: both;
    }
    .product-collateral > dl {
        width: 100%;
    }
    .product-collateral > dl > dt {
        display: none;
    }
    .product-collateral > dl > dd {
        width: 100%;
        display: none;
        padding: 15px;
        border: 1px solid #cccccc;
        border-top: 0;
    }
    .product-collateral > dl > dd.current {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .product-collateral .toggle-tabs {
        display: none;
    }
    .product-collateral > dl > dt {
        margin: 0;
        margin-bottom: 10px;
        color: #636363;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #f4f4f4;
        display: block;
    }
    .product-collateral > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #3399cc;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }
    .product-collateral > dl > dt:hover {
        background-color: #ececec;
    }
    .product-collateral > dl > dd {
        padding: 10px;
        margin: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #cccccc;
    }
    .product-collateral > dl > dd:last-child {
        border-width: 0 1px 1px 1px;
    }
    .product-collateral > dl > dt {
        cursor: pointer;
        border-bottom-width: 0;
    }
    .product-collateral > dl > dt:hover {
        color: #3399cc;
    }
    .product-collateral > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #3399cc;
        border-right: none;
    }
    .product-collateral > dl > dt.last {
        border-bottom-width: 1px;
    }
    .product-collateral > dl > dd {
        display: none;
    }
    .product-collateral.accordion-open > dl > dt.current {
        border-bottom-width: 1px;
    }
    .product-collateral.accordion-open > dl > dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #3399cc;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px;
    }
    .product-collateral.accordion-open > dl > dd.current {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .product-view .product-shop,
    .product-img-box,
    .product-collateral,
    .product-view .block-related,
    .box-collateral {

    }
}
.product-view .ratings .rating-links {
    clear: left;
    float: left;
    margin-top: 0;
}

#product-attribute-specs-table {
    max-width: 50em;
    border: 1px solid silver;
}
#product-attribute-specs-table th {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
    width: 100%;
    margin-bottom: 30px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}
@media only screen and (max-width: 479px) {
    .grouped-items-table-wrapper {
        margin-bottom: 15px;
    }
}

.grouped-items-table .name-wrapper {
    color: #757575;
	font-size: 12px;
	line-height: 16px;
	padding: 0 5px 0 0;
}
.grouped-items-table .qty-wrapper {
    padding-top: 7px;
}
.grouped-items-table .qty-label {
    margin-left: 7px;
}
.grouped-items-table td {
    padding: 4px;
}
.grouped-items-table td:last-child {
    width: 30%;
    text-align: left;
}
.grouped-items-table .price-box {
    text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
    width: 100%;
    clear: both;
    position: relative;
}

.product-options p.required {
    position: absolute;
    top: 6px;
    right: 15px;
    text-align: right;
	display: none;
}
.product-options .bootstrap-select.workshop-county-filter .hide { display: none; }
.product-options .bootstrap-select.workshop-county-filter .active { background: #f4f4f4; }

@media only screen and (max-width: 979px) {
    .product-view .product-options .required {
        position: static;
    }
}
.product-options dt {
    margin: 10px 0 6px;
    font-weight: normal;
}

.product-options dt:first-child {
    margin-top: 0;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
    width: 3em;
    background: #fff;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 0 2px;
}

.product-options dd {
    padding: 0 0 12px 0;
    margin: 0 0 5px;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd .input-text {
    width: 98%;
}

.product-options dd .input-box {
    padding-top: 0;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 330px;
    max-width: 100%;
}
.product-options select:not(.multiselect), .stock-notification select:not(.multiselect),
.collateral-tabs select:not(.multiselect) {
    -webkit-appearance: none;
    display: inline-block !important;
    width: 0 !important;
    visibility: hidden;
    opacity: 0;
    height: 1px;
    padding: 0;
    margin: 0 !important;
    border: none;
}
.product-options select:not(.multiselect).region-id-picker {
    display: none !important;
}
.product-options ul.options-list li {
    line-height: 1.5;
    margin-bottom: 5px;
}

.product-options ul.options-list li:last-child {
    margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
    float: left;
    margin-top: 5px;
}

.product-options ul.options-list .label {
    display: block;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options-block .qty-wrapper label{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

.product-options-bottom:after {
    content: '';
    display: table;
    clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 30px 0;
}
@media only screen and (max-width: 1199px) {
    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
    }
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
}

@media only screen and (max-width: 479px) {
    .product-options-bottom .price-box .price-as-configured .price-label {
        display: block;
    }
}
.product-options-bottom .price-tax {
    float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
    margin-bottom: 7px;
}
.block-related .block-title {
    border-bottom: none;
}
.block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0;
}
.block-related .block-subtitle {
    margin-bottom: 7px;
}
.block-related .product {
    margin-left: 20px;
    position: relative;
}
.block-related .checkbox {
    float: left;
    margin-top: 36px;
}
.block-related .product-details {
    margin-left: 90px;
}
.block-related .product-name {
    margin-bottom: 3px;
}
.block-related .product-details .price-box {
    margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
    float: left;
    margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
    margin-left: 0;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
}
.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both;
}
.block-related .link-wishlist {
    display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell .ratings {
    display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
}

.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}
@media only screen and (min-width: 771px) {
    .map-popup.map-popup-right {
        left: 10px !important;
    }
    .map-popup.map-popup-left {
        left: auto !important;
        right: 10px !important;
    }
}
@media only screen and (max-width: 770px) {
    .map-popup {
        width: 100%;
        left: 0px !important;
    }
}
.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto;
}
.map-popup .map-popup-heading h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-heading h3 {
        text-align: center;
    }
}
.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.map-popup .map-popup-content {
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-content {
        text-align: center;
    }
}
.map-popup .map-popup-checkout {
    padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout span {
    display: block;
}
.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
    width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-checkout {
        text-align: center;
    }
    .map-popup .map-popup-checkout .button,
    .map-popup .map-popup-checkout .additional-addtocart-box,
    .map-popup .map-popup-checkout .paypal-logo a,
    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: none;
    }
    .map-popup .map-popup-checkout .additional-addtocart-box {
        min-width: 0px;
    }
    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        margin: 0px;
        margin-bottom: 10px;
    }
}
.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-price {
    padding: 10px 0;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px;
    }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
    display: inline-block;
}
.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
    border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
    display: block;
    text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both;
}

.compare-table .product-image {
    display: inline-block;
}

.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
    padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
    float: left;
    width: 60%;
}

.cart .button {
    white-space: normal;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
    float: right;
    clear: right;
    width: 40%;
    padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 20px;
}

.checkout-cart-index #postcode {
    width: 100%;
}

.display-both-prices .cart-table {
    float: none;
    width: 100%;
}
.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    width: 50%;
}
.display-both-prices .crosssell {
    clear: right;
    float: right;
}

@media only screen and (max-width: 979px) {
    .display-single-price .cart-table {
        float: none;
        width: 100%;
    }
    .display-single-price .cart-forms {
        float: left;
        padding-right: 10px;
        padding-left: 0;
    }
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-left: 10px;
    }
    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        width: 50%;
    }
    .display-single-price .crosssell {
        clear: right;
        float: right;
    }
}
@media only screen and (max-width: 599px) {
    .product-cart-sku {
        display: none;
    }

    .display-both-prices .cart-forms,
    .display-both-prices .cart-totals-wrapper,
    .display-both-prices .crosssell,
    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: 100%;
    }
}
.display-single-price:after {
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.cart .page-title:after {
    content: '';
    display: table;
    clear: both;
}
.cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
}

.checkout-types {
    float: right;
    text-align: right;
    max-width: 100%;
    /* We always want this shipping method to display on its own line */
}
.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
}
.checkout-types li:after {
    content: '';
    display: table;
    clear: both;
}
.checkout-types li img {
    display: inline;
    vertical-align: top;
}
.checkout-types li:first-child {
    margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}
.checkout-types.top li {
    display: inline-block;
}
.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}
.checkout-types.top .bml_button img {
    display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 741px) {
    .checkout-types.bottom .paypal-or {
        text-align: right;
        padding-right: 70px;
    }
}
.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
        width: auto;
        float: none;
    }

    .checkout-types li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 599px) {
    .btn-checkout {
        width: 100%;
    }
}

.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: top;
}
.cart-table h2 {
    color: #636363;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
    padding-left: 15px;
}
.cart-table tr {
    border-bottom: 1px solid silver;
}
.cart-table tfoot tr {
    background: none;
}
.cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both;
}
.cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none;
}
.cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
    max-width: 100%;
    width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
    display: none;
}
.cart-table .product-cart-sku {
    font-style: italic;
    font-size: 12px;
    margin: 5px 0 12px;
    max-width: 200px;
    word-wrap: break-word;
}
.cart-table .product-cart-sku .label {
    font-weight: 600;
}
.cart-table .btn-empty {
    float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: center;
}
.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}
.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399cc;
    border-bottom: none;
    right: -15px;
    top: 6px;
}
.cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px;
}
.cart-table .cart-links > li > a {
    display: block;
}
.cart-table .cart-links > li:last-child {
    margin-bottom: 0;
}
.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
}
.cart-table .product-cart-actions .qty {
    height: 30px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3.2em;
}
.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
}
.cart-table .item-options {
    padding-left: 15px;
}

@media only screen and (max-width: 770px) {
    .cart-table th {
        font-size: 12px;
    }
    .cart-table th,
    .cart-table td {
        padding: 7px 6px;
    }
    .cart-table .product-cart-actions > li {
        white-space: inherit;
    }
}
@media only screen and (max-width: 699px) {
    .display-both-prices .cart-table thead th.cart-total-head,
    .display-both-prices .cart-table td.product-cart-total {
        display: none;
    }
}
@media only screen and (max-width: 599px) {
    .cart-table colgroup, .cart-table thead {
        display: none;
    }
    .cart-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }
    .cart-table tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .cart-table tr:last-child {
        margin-bottom: 0;
    }
    .cart-table tfoot tr {
        padding-bottom: 0;
    }
    .cart-table td {
        border: none;
        display: block;
    }
    .cart-table .head .product-cart-info,
    .cart-table .head td[data-rwd-label],
    .cart-table .head .product-cart-actions,
    .cart-table .head .product-cart-price {
        float: none;
        width: 100%;
    }
    .cart-table .head .product-cart-actions .qty {
        display: block;
    }
    .cart-table .product-cart-actions br.mobile {
        display: none;
    }
    .cart-table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }
    .cart-table td[data-rwd-label] .price {
        font-weight: normal;
    }
    .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        padding-right: 5px;
        text-transform: uppercase;
    }
    .cart-table td.product-cart-price {
        text-align: left;
    }
    .cart-table h2 {
        font-size: 12px;
    }
    .cart-table .cart-links {
        padding-top: 5px;
        padding-right: 5px;
    }
    .cart-table .cart-links > li {
        white-space: normal;
        text-align: center;
    }
    .cart-table .cart-links > li > a {
        padding: 2px 0px;
    }
    .cart-table .cart-tax-info {
        font-style: italic;
        padding-left: 15px;
        font-size: 13px;
    }
    .cart-table .cart-tax-info .price {
        font-size: 13px;
    }
    .cart-table .product-cart-image {
        width: 25%;
        float: left;
        padding-bottom: 0;
    }
    .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
    }
    .cart-table .product-cart-info,
    .cart-table td[data-rwd-label] {
        float: right;
        width: 75%;
    }
    .cart-table .product-cart-actions,
    .cart-table .product-cart-price {
        padding-bottom: 0;
        padding-top: 0;
        float: right;
    }
    .cart-table .product-cart-remove,
    .cart-table .product-cart-total,
    .cart-table .product-cart-actions .cart-links {
        display: none;
    }
    .cart-table .product-cart-image .cart-links,
    .cart-table .product-cart-info .btn-remove {
        display: block;
    }
    .cart-table .product-cart-actions .button {
        display: none;
    }
    .cart-table .product-cart-info .btn-remove {
        float: right;
        margin: -4px 0px 2px 7px;
    }
    .cart-table .product-cart-info .product-cart-sku {
        margin-bottom: 5px;
    }
    .cart-table .product-cart-actions {
        text-align: left;
    }
    .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px;
    }
    .cart-table .price,
    .cart-table .product-cart-price:before {
        font-weight: 500;
        font-size: 15px;
    }
    .cart-table .cart-footer-actions {
        text-align: center;
        width: 100%;
    }
    .cart-table .cart-footer-actions #empty_cart_button {
        float: right;
    }
    .cart-table .cart-footer-actions .btn-continue {
        float: left;
    }
    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
        display: none;
    }

    .display-both-prices .cart-table td[data-rwd-tax-label]:before {
        content: attr(data-rwd-tax-label) ":";
    }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}
.shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver;
}
.shipping select.validation-failed {
    border-color: #df280a;
}
.shipping .shipping-desc {
    display: none;
}
.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0;
}
.shipping .form-list:after {
    content: '';
    display: table;
    clear: both;
}
.shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
    width: 37%;
}
.shipping .form-list .shipping-region {
    width: 41%;
}
.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%;
}
.shipping .form-list .shipping-postcode input {
    margin-top: 4px;
}
.shipping .form-list .input-box {
    padding-top: 0;
}
.shipping .form-list input {
    height: 30px;
    margin-top: 4px;
}
.shipping .form-list label {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}
.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
}
.shipping .sp-methods dd {
    margin-bottom: 10px;
}
.shipping .sp-methods label {
    font-size: 12px;
    font-style: italic;
    min-width: 100px;
}
.shipping .sp-methods label span {
    font-weight: bold;
    font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
    border: 1px solid #cccccc;
    background-color: #ececec;
    min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
    .shipping .shipping-form .form-list > li {
        width: 100%;
        float: none;
    }
    .shipping .shipping-form .form-list > li label {
        display: block;
    }
    .shipping .shipping-form .form-list > li input,
    .shipping .shipping-form .form-list > li select {
        width: 100%;
    }
}
.cart .cart-totals {
    text-align: right;
}
.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both;
}
.cart .cart-totals table {
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}
.cart .cart-totals table td {
    padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
    font-size: 24px;
    padding: 10px 5px;
    vertical-align: top;
}

.cart .cart-totals table tfoot strong {
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
    .cart-totals {
        text-align: right;
    }
}
@media only screen and (max-width: 770px) {
    .cart .cart-totals table tfoot td {
        font-size: 18px;
    }
    .cart .cart-totals {
        margin-bottom: 0;
    }
}
.discount-form:after,
#giftcard-form:after {
    content: '';
    display: table;
    clear: both;
}

#discount-coupon-form,
.cart .giftcard {
    width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
    display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
    float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 10px 0 0;
    width: 190px;
}

.cart .giftcard p {
    margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
    font-size: 14px;
    text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
    color: #3399cc;
}
.crosssell .item a.product-image {
    width: auto;
    float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
    .crosssell {
        /* Undo three-column config */
    }
    .crosssell .products-grid > li:nth-child(even),
    .crosssell .products-grid > li:nth-child(3n),
    .crosssell .products-grid > li {
        width: 47.72727%;
        margin-right: 4.54545%;
    }
    .crosssell .products-grid > li:nth-child(odd) {
        clear: left;
    }
    .crosssell .products-grid > li:nth-child(even) {
        margin-right: 0;
    }
    .crosssell .products-grid > li:nth-child(3n+1) {
        clear: none;
    }
}
@media only screen and (max-width: 599px) {
    .cart-table .cart-tax-total:after {
        right: -9px;
    }
    .cart-table .cart-tax-total.cart-tax-total-expanded:after {
        right: -13px;
    }
}
@media only screen and (max-width: 320px) {
    .crosssell ul .item {
        padding: 0 0px 40px;
    }
    .crosssell ul .product-details .crosssell-actions {
        padding: 0 5px;
    }

    .product-view .iwd-auto-related-products-block {
        display: block !important;
    }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
    display: none;
}

.checkout-onepage-index .col-main {
    width: auto;
    float: none;
}

@media only screen and (min-width: 980px) {
    .checkout-onepage-index .col-main {
        float: left;
        width: 68.75%;
        padding-right: 20px;
    }
    .checkout-onepage-index .col-right,
    .checkout-onepage-index .col-left {
        width: 31.25%;
        display: block;
    }
    .checkout-onepage-index .col-right {
        padding-left: 0;
    }
}
.opc select {
    width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
    width: 100%;
    border-top: 1px solid #ececec;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both;
}

.opc .section.allow:not(.active) .step-title {
    cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #f4f4f4;
}

.opc .section.active .step-title {
    border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
    display: none;
}

.opc .section.allow:not(.active) .step-title a {
    display: block;
    float: right;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
    text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
    width: 26px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #3399cc;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
}

.opc .section.allow .step-title .number {
    background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
    color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    color: #3399cc;
}

.opc .section .step-title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    float: left;
    margin: 0px 4px 0px 45px;
}

.opc .section .step {
    padding: 20px;
}
.opc .section .step:after {
    content: '';
    display: table;
    clear: both;
}
@media only screen and (max-width: 979px) {
    .opc .section .step {
        padding: 10px;
    }
}

.opc select {
    max-width: 365px;
    width: 100%;
}

.opc h3 {
    font-weight: 500;
}

.opc .buttons-set {
    text-align: left;
}
.opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
}
.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0;
}
.opc .buttons-set .back-link {
    float: right;
    margin: 0;
}
.opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
    .opc .buttons-set .button + .buttons-set .button,
    .paypal-express-review .buttons-set .button + .buttons-set .button {
        margin-left: 0;
    }
}
.opc #opc-login .step {
    padding: 0px;
}
.opc #opc-login .buttons-set {
    border-top: 0;
    padding-top: 5px;
}

@media only screen and (max-width: 770px) {
    .opc #opc-login .description,
    .opc #opc-login p.required {
        display: none;
    }
}
#opc-payment .note {
    padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
    -webkit-transition: opacity 300ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 300ms linear 0;
    -o-transition: opacity 300ms linear 0;
    transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
    -webkit-transition: width 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: width 80ms linear 0;
    -o-transition: width 80ms linear 0;
    transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
    -webkit-transition: margin-left 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: margin-left 80ms linear 0;
    -o-transition: margin-left 80ms linear 0;
    transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
    opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    width: 0px;
    overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
    margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
    margin: 0 0 8px;
}
.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}
.sp-methods dt:first-child {
    margin: 0 0 5px;
}
.sp-methods dd li {
    margin: 5px 0;
}
.sp-methods label img {
    float: left;
}
.sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px;
}
.sp-methods .price {
    font-weight: bold;
}
.sp-methods .form-list {
    padding-left: 20px;
}
.sp-methods .form-list li {
    margin: 0 0 8px;
}
.sp-methods select.month {
    width: 120px;
    margin-right: 10px;
}
.sp-methods select.year {
    width: 96px;
}
.sp-methods input.cvv {
    width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px;
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both;
}
.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left;
}
.sp-methods .checkmo-list address {
    float: left;
}
@media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
        padding-left: 0;
    }
    .sp-methods .checkmo-list label {
        width: 135px;
    }
}
.sp-methods .release-amounts {
    margin: 0.5em 0;
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}
.block-progress .block-content {
    font-size: 13px;
}
.block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a0a0a0;
}
.block-progress dt.complete {
    color: #636363;
}
.block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;
    font-style: italic;
}
.block-progress dd address {
    font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
}
.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #636363;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px;
}
.block-progress .payment-info dt:after {
    content: ': ';
}
.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px;
}
.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
    display: none;
}

#checkout-review-table-wrapper {
    clear: both;
}

#review-buttons-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
    min-width: 220px;
}
#review-buttons-container .please-wait {
    float: left;
    margin-right: 10px;
}
#review-buttons-container .f-left {
    float: right;
}

@media only screen and (max-width: 599px) {
    .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}
@media only screen and (max-width: 479px) {
    .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
    display: none;
}
#checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
    float: left;
    width: 50%;
}
@media only screen and (max-width: 479px) {
    #checkout-step-review .opc-block-progress .block-content > dl > div {
        float: none;
        width: auto;
    }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
    display: none;
}

@media only screen and (max-width: 479px) {
    #checkout-review-table thead > tr > th {
        display: none;
    }
    #checkout-review-table thead > tr > th:first-child {
        display: block;
    }

    #checkout-review-table thead > tr > th:first-child {
        display: block;
    }
}
#checkout-step-review .centinel > p {
    margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 30px;
}
.gift-messages-form .item h5 {
    font-weight: bold;
}
.gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px;
}
.gift-messages-form .item .details {
    float: left;
}

.gift-message-form .inner-box > div {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    margin-top: 15px;
    display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
    margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
    float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px;
}
.gift-message-form .gift-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both;
}
.gift-message-form .gift-item .product-img-box {
    width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
    display: block;
}
.gift-message-form .gift-item .fieldset {
    margin-left: 200px;
}

@media only screen and (max-width: 770px) {
    .gift-message-form .giftmessage-area {
        max-width: 100%;
    }
    .gift-message-form .gift-item .product-img-box {
        width: 100%;
        float: none;
    }
    .gift-message-form .gift-item .fieldset {
        margin-left: 0px;
    }
    .gift-message-form .gift-item .fieldset textarea {
        width: 100%;
    }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
    padding: 0;
    text-align: center;
}
.checkout-onepage-success .buttons-set {
    margin: 10px 0;
    text-align: center;
}
.checkout-onepage-success .buttons-set button {
    float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
    display: block;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #636363;
    text-decoration: none;
    box-sizing: content-box;
}

.swatch-link {
    border: 1px solid #cccccc;
    margin: 0 0 3px;
}
.swatch-link img {
    border-radius: 2px;
}
.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}
.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://extension.psu.edu/skin/frontend/extensions/default/images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}
.swatch-link.has-image .swatch-label {
    position: relative;
}
.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #f4f4f4;
}

.configurable-swatch-list {
    margin-left: -3px;
    zoom: 1;
    clear: both;
    -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}
.configurable-swatch-list .not-available .x {
    display: block;
}
.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%;
}
#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left;
    }
}
.currently .swatch-current {
    position: relative;
}
.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}
.currently .swatch-current span {
    display: block;
    float: left;
}
.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #3399cc;
}

.configurable-swatch-box {
    background: none !important;
}
.configurable-swatch-box select.swatch-select {
    display: none;
}
.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
    color: #a0a0a0;
}

.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0;
}
.product-view .light-box img {max-width: 100%; height: auto;}
.product-view .light-box {display: block;}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
    font-size: 12px;
}
.product-view .product-options .swatch-attr label {
    display: block;
    line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #3399cc;
    padding-left: 5px;
}
.product-view .product-options dd .input-box {
    width: auto;
    height: auto;
}
.product-view .product-options .select-label {
    display: none;
}
.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
    width: 115px;
}
.customer-account-login .col2-set .buttons-set {
    border-top: 0;
    margin-top: 20px;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 50%;
    margin: 0;
}
.customer-account-login .col2-set .col-2 ul,
.customer-account-create .col2-set .col-2 ul{
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
    .customer-account-login .col2-set .col-1,
    .customer-account-login .col2-set .col-2 {
        padding-top: 0;
        margin-top: 20px;
    }
    .customer-account-login .col2-set .col-1 {
    }
    .customer-account-login .col2-set .col-2 {
        border-left: 1px solid #ededed;
    }
}
@media only screen and (min-width: 770px) {
    .customer-account-login .col2-set .col-1 {
        padding-right: 0;
    }
    .customer-account-login .col2-set .col-2 {
        padding-left: 60px;
        border-left: 1px solid #ededed;
    }
}
@media only screen and (max-width: 767px) {
    .customer-account-login .col2-set .col-1 {
        padding-bottom: 30px;
    }
    .customer-account-login .col2-set .col-2 {
        padding-top: 0px;
        margin-top: 0;
        border-top: 1px solid #ededed;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 770px) {
    .customer-account-login .col2-set p.required {
        display: none;
    }
}

.customer-account-create .scaffold-form label:first-child {
    width: 140px;
}

.opc #opc-login p:not(.required) {
    font-style: italic;
    font-size: 13px;
    color: #a0a0a0;
}

.remember-me-box a.hide {
    display: none;
}
.remember-me-box .link-tip {
    font-size: 13px;
    padding-left: 10px;
}

.remember-me-popup {
    display: none;
    border: 1px solid #cccccc;
    padding: 10px;
    position: relative;
}
.remember-me-popup.show {
    display: block;
}

.remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
    display: none;
}

.customer-account-create .buttons-set {
    max-width: 365px;
    border: none;
    text-align: center;
}
.customer-account-create .buttons-set button.button {
    float: none;
    margin-left: 0;
}
.customer-account-create .form-list > li {
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .customer-account-create .fieldset,
    .customer-account-create .buttons-set {
        margin-left: 0;
    }
}
.customer-account-create .fieldset .hidden {
    display: none;
}
.customer-account-create #remember-me-popup {
    max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    max-width: 400px;
}
@media only screen and (max-width: 479px) {
    .customer-account-forgotpassword .fieldset,
    .customer-account-forgotpassword .buttons-set {
        margin-left: 0;
    }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left;
    color: #333;
    font-size: 46px;
    font-weight: normal;
    letter-spacing: 1.5px;
    word-wrap: break-word;
}
body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
    text-align: left;
}
body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    position: relative;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
    width: 100%;
    display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600;
}
body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}
body.customer-account .data-table {
    margin-top: 5px;
}
body.customer-account .data-table .rating-box{
    min-width: 100px;
}
body.customer-account .data-table td a {
    font-style: normal;
    font-size: 12px;
    color: #006db1;
    text-transform: uppercase;
    text-decoration: none;
}
body.customer-account .data-table td a:hover{
    color: #213261;
}
body.customer-account .data-table span.nobr {
    white-space: normal;
}
body.customer-account .data-table span.nobr a {
    white-space: nowrap;
}
body.customer-account .data-table td.view a {
    display: block;
}
body.customer-account .data-table .separator {
    display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
    margin-right: 10px;
}
.form-list .customer-dob .dob-year {
    width: 80px;
    float: left;
}
.my-account .aw-pq2-form textarea {
    width: 365px;
    max-width: 100%;
    padding: 10px !important;
    min-height: 150px;
    max-height: 150px;
}
.my-account .pages {
    float: right;
}
.my-account .pages strong {
    display: none;
}
.my-account .pager {float: none;}
.my-account .pages ol {margin: 0;}
.my-account .pager > .count-container {margin: 1px 0 0 0; float: left;}
.my-account .pages li{display: inline-block; height: 28px; line-height: 28px; font-size: 14px; color: #006db1; margin: 0; border: 1px solid transparent; min-width: 28px; text-align: center;}
.my-account .pages li a{color: #006db1; text-decoration: none; text-transform: uppercase; padding: 0 8px; display: block;}
.my-account .pages li.current{border: 1px solid #d2d2d2; padding: 0 8px;}
.my-account .pages li.current:hover{background: none;}
.my-account .pages li:hover a{color: #fff;}
.my-account .pages li:hover{background: #006db1;}
.my-account .pages li.next{margin: 0 0 0 27px;}
.my-account .pages li.previous{margin: 0 27px 0 0;}


.my-account .pages strong {
    display: none;
}
.my-account .dashboard .hello {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.my-account .dashboard .welcome-msg > p {
    line-height: 22px;
    font-size: 16px;
}
.my-account {
    letter-spacing: 0.55px;
}
/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
    margin-top: 35px;
}
.dashboard .box-head h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
    color: #213261;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.dashboard .box-head a {
    padding: 10px;
    padding-left: 0;
}
.dashboard .box-title a,
.dashboard .box-head a,
.dashboard .box-content a{
    font-size: 14px;
    color: #006db1;
    text-transform: uppercase;
    text-decoration: none;
}
.dashboard .box-title a:hover,
.dashboard .box-head a:hover,
.dashboard .box-content a:hover{
    color: #213261;
}

.dashboard .box-account {
    padding-bottom: 35px;
    border-bottom: 1px solid #ececec;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 -2px 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px;
}
.dashboard .box-content h6{
    margin-top: 23px;
}
.dashboard .box-reviews.box-account {
    padding-bottom: 0;
}
.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
    border-top: 0;
}
.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px;
}
.dashboard .box-reviews li .details {
    margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0;
}
.my-account .ratings .fa,
.my-account .rating-box .fa {
    color: #006db1;
    font-size: 15.8px;
    line-height: 1.5em;
}
.my-account .ratings strong,
.my-account .rating-box strong {
    float: left;
    font-weight: normal;
}
.my-account .ratings strong:not(.fa),
.my-account .rating-box strong:not(.fa){
    margin: 0 10px 0 0;
}
.my-account .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding-bottom: 0;
}
.my-account .addresses-list .item {
    margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
    margin-top: 10px;
}
@media only screen and (max-width: 770px) {
    .my-account .addresses-list .col-1,
    .my-account .addresses-list .col-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .my-account .addresses-list .col-1 li.empty,
    .my-account .addresses-list .col-2 li.empty {
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .my-account .addresses-list .addresses-additional p a {
        white-space: nowrap;
    }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}
.order-info dt {
    margin-right: 20px;
}
.order-info li {
    margin: 0 0 0 20px;
}
.order-info li.current {
    font-weight: 600;
}
.order-info li:first-child {
    margin-left: 0;
}

.order-date {
    text-transform: uppercase;
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px;
}
.order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
    padding-right: 0;
    width: 48%;
}
.order-info-box .col-2 {
    width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left;
}
.order-info-box .box-title h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.order-info-box .box-title h2:after {
    content: ':';
}
.order-info-box .box-content {
}
.order-info-box .box-content td,
.order-info-box .box-content th {
    line-height: 1.3;
}
.order-info-box .box-content th {
    padding-top: 10px;
}
.order-info-box .box-content td {
    padding-left: 15px;
}
.order-info-box .box-content strong {
    font-weight: normal;
    text-transform: uppercase;
}

#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
}
#my-orders-table .option-value {
    margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none;
}

ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
    display: inline;
}

@media only screen and (max-width: 599px) {
    #my-orders-table .option-label {
        margin-left: 20px;
    }
    #my-orders-table .option-value {
        margin-left: 35px;
    }
    #my-orders-table td[data-rwd-label=Qty] .nobr br {
        display: none;
    }
    #my-orders-table td[data-rwd-label=Qty] .nobr strong {
        margin-right: 10px;
    }
    #my-orders-table tr.bundle {
        border-color: #ededed;
    }
    #my-orders-table tr.bundle.child td[data-rwd-label] {
        padding-left: 60px;
    }
    #my-orders-table tbody:last-child tr:last-child td {
        padding-bottom: 10px;
        border-bottom: 0;
    }
    #my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 15px;
    }
    #my-orders-table tfoot tr.shipping {
        margin-top: 0;
    }
}
.order-additional {
    margin: 40px 0;
}

.order-gift-message dd {
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        padding-right: 30px;
        padding-bottom: 0;
    }

    body.customer-account .data-table td.view a {
        white-space: normal;
    }
    .customer-account-login .col2-set .call-us,
    .customer-account-create .col2-set .call-us{
        max-width: 100%;
    }
}
@media only screen and (max-width: 979px) {
    body.customer-account .my-account .title-buttons {
        text-align: left;
    }
    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
        top: -12px;
    }
}
@media only screen and (max-width: 770px) {
    body.customer-account .data-table.orders th.ship,
    body.customer-account .data-table.orders td.ship,
    body.customer-account .data-table.orders td.status,
    body.customer-account .data-table.orders th.status {
        display: none;
    }

    .order-info-box .box-content {
        clear: left;
    }

    .addresses-list .item {
        float: left;
        width: 50%;
        padding-right: 30px;
    }

    .order-info dt {
        display: none;
    }

    .dashboard .page-title {
        margin-top: 20px;
    }
    .dashboard .page-title h1 {
        margin-top: 0;
    }
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 48%;
        padding-right: 0;
        padding-left: 0;
    }
    .dashboard .col2-set .col-1 {
        float: left;
        margin-right: 4%;
    }
    .dashboard .col2-set .col-2 {
        float: right;
    }
}
@media only screen and (max-width: 599px) {
    body.customer-account .my-account .form-list .control {
        padding-left: 0;
    }
}
@media only screen and (max-width: 479px) {
    body.customer-account .my-account .page-title h1 {
        text-align: center;
    }
    body.customer-account .my-account .title-buttons {
        text-align: center;
    }
    body.customer-account .my-account .title-buttons .button {
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }
    body.customer-account .my-account .title-buttons .button + .button {
        margin-left: 0px;
    }
    body.customer-account .my-account .fieldset h2 {
        margin-bottom: 15px;
    }
    body.customer-account .my-account .order-details h2 {
        margin-bottom: 15px;
    }
    body.customer-account .my-account .buttons-set {
        border-top: 0;
    }
    body.customer-account .my-account .addresses-list .item {
        margin-bottom: 15px;
        padding-right: 0;
        float: none;
        width: auto;
    }
    body.customer-account .my-account .addresses-list h2 {
        margin-bottom: 15px;
    }

    .order-info {
        margin-top: 15px;
    }

    .data-table.orders .link-reorder,
    .data-table.orders .date {
        display: none;
    }
    .data-table.orders td.view {
        text-align: right;
    }

    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 100%;
        margin-top: 15px;
    }

    .order-info-box {
        margin: 0;
    }
    .order-info-box .col-1,
    .order-info-box .col-2 {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 15px 0;
    }
    .order-info-box + .order-info-box {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 30px;
    }

    #my-reviews-table .nobr {
        white-space: normal;
    }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
    display: none;
}
body.newsletter-manage-index .my-account .form-list {
    border-top: 1px solid #ededed;
    padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
    margin-left: 30px;
    max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
    float: left;
}
@media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set {
        max-width: 330px;
        margin-left: 0;
    }
    .contacts-index-index .buttons-set button {
        float: left;
        margin-left: 0px;
    }
    .contacts-index-index .buttons-set p.required {
        float: right;
    }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
    .paypal-review-order .col2-set .col-1,
    .paypal-review-order .col2-set .col-2 {
        padding: 0px;
    }
}
.paypal-review-order .info-set {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
    margin-top: 0px;
    padding-top: 0px;
    border: 0;
}
.paypal-review-order .buttons-set button {
    margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
    .paypal-review-order .col-1 {
        padding-bottom: 0;
    }
    .paypal-review-order .field.inactive {
        display: none;
    }
}

.top-container .bml-ad {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}
.top-container .bml-ad span {
    display: inline-block;
}
.top-container .bml-ad span a {
    display: block;
}

.bml-ad {
    display: none;
    text-align: center;
    margin-bottom: 5px;
}
.bml-ad span {
    display: block;
    line-height: 0;
}
.bml-ad a {
    display: inline-block;
    max-width: 100%;
}
.bml-ad a:hover {
    opacity: 0.7;
}
.bml-ad img {
    height: auto !important;
    max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
    display: block;
    margin: 0;
}

@media only screen and (max-width: 770px) {
    .bml-ad.small {
        display: block;
    }
}
@media only screen and (min-width: 771px) {
    .bml-ad.large {
        display: block;
    }
}
div.paypal-logo {
    text-align: center;
    margin: 15px 0;
    max-width: 100%;
}
div.paypal-logo span {
    display: block;
    width: 100%;
}
div.paypal-logo span a {
    display: inline-block;
    max-width: 100%;
}
div.paypal-logo span a img {
    max-width: 100%;
}
div.paypal-logo span > img {
    display: none;
}

.checkout-types div.paypal-logo {
    text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

.sidebar .paypal-logo {
    text-align: center;
    line-height: 0;
}
.sidebar .paypal-logo > a {
    display: inline-block;
    max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
    opacity: 0.8;
}
.sidebar .paypal-logo > a img {
    display: block;
}
.sidebar .paypal-logo .label {
    margin-top: 4px;
}
.sidebar .paypal-logo .label a {
    font-size: 12px;
    line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
    width: auto;
    float: none;
}
#customer-reviews .review-heading {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both;
}
#customer-reviews .review-heading h2 {
    float: left;
    display: block;
}
#customer-reviews .review-heading .pager {
    clear: none;
    float: none;
    width: auto;
}
#customer-reviews .pages {
	float: right;
}
#customer-reviews .pages strong {
	display: none;
}
#customer-reviews .pages ol {margin: 0;}
#customer-reviews .pager > .count-container {margin: 1px 0 0 0; float: left;}
#customer-reviews .pages li{display: inline-block; height: 28px; line-height: 28px; font-size: 14px; color: #006db1; margin: 0; border: 1px solid transparent; min-width: 28px; text-align: center;}
#customer-reviews .pages li a{color: #006db1; text-decoration: none; text-transform: uppercase; padding: 0 8px; display: block;}
#customer-reviews .pages li.current{border: 1px solid #d2d2d2; padding: 0 8px;}
#customer-reviews .pages li.current:hover{background: none;}
#customer-reviews .pages li:hover a{color: #fff;}
#customer-reviews .pages li:hover{background: #006db1;}
#customer-reviews .pages li.next{margin: 0 0 0 27px;}
#customer-reviews .pages li.previous{margin: 0 27px 0 0;}

#customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
    font-size: 10px;
    text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
    display: none;
}
#customer-reviews h2 {
    color: #3399cc;
    font-size: 12px;
    text-transform: uppercase;
}
#customer-reviews h2 span {
    color: #636363;
}
#customer-reviews .fieldset {
    padding-top: 39px;
}
#customer-reviews .fieldset h4 em {
    display: none;
}
#customer-reviews .fieldset .form-list {
    font-size: 12px;
    font-weight: normal;
    margin: 31px 0 0;
    text-transform: uppercase;
    width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both;
}

#customer-reviews .fieldset .form-list input {
    border: 1px solid #cccccc;
    border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%;
}
#customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 100%;
}
#customer-reviews dl {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}
#customer-reviews dl dt {
    margin: 4px 0;
}
#customer-reviews dl dd .ratings-table {
    font-size: 12px;
    width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%;
}
#customer-reviews dl dd table {
    margin: 15px 0;
}
.review-summary-table {
    margin: 0 0 10px;
}
.review-summary-table thead {
    background: transparent;
}
.review-summary-table thead th {
    background: transparent;
    border: none;
    padding: 4px 0;
}
.review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 12px;
}
.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0;
}
.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 7px 37px 7px 0;
}
.review-summary-table .rating-box .rating-number {
    display: none;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
    font-size: 12px;
    text-transform: uppercase;
}
.ratings-table th {
    padding-right: 10px;
}

.ratings-table .rating-box .rating {
    background-position: 0 -600px;
    background-repeat: repeat-x;
    float: left;
    height: 13px;
    text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
    body.review-product-list .product-view .product-shop .price-info {
        padding-left: 0;
    }
    body.review-product-list .product-view .product-shop .extra-info {
        padding: 0;
        min-width: 84%;
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
        margin: 10px 0;
        width: 100%;
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 535px) {
    body.review-product-list .product-view .product-shop .extra-info {
        min-width: 0;
    }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        float: none;
        margin-right: 0;
    }
}
@media only screen and (max-width: 520px) {
    #customer-reviews .fieldset {
        width: 100%;
    }
    #customer-reviews .fieldset .form-list {
        width: 100%;
    }
    #customer-reviews .fieldset .form-list .inline-label label,
    #customer-reviews .fieldset .form-list .inline-label .input-box {
        float: none;
    }
    #customer-reviews .buttons-set {
        width: 100%;
    }
    #customer-reviews .review-summary-table thead th {
        padding-left: 0px;
        padding-right: 0px;
    }
    #customer-reviews .review-summary-table tbody th {
        padding-left: 0px;
        padding-right: 0px;
    }
    #customer-reviews .review-summary-table tbody td {
        width: 20%;
        padding: 0px;
    }
    #customer-reviews .review-summary-table .rating-box {
        text-indent: 0px;
        text-align: center;
        background: none;
        height: 19.6px;
        width: 100%;
    }
}
@media only screen and (max-width: 450px) {
    #customer-reviews dl dd .ratings-table tr {
        float: none;
    }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}
.product-review .product-img-box {
    width: 25%;
}
.product-review .product-details {
    margin-left: 25%;
    padding-left: 25px;
}
.product-review .ratings-description dd {
    padding-top: 10px;
}
@media only screen and (max-width: 770px) {
    .review-product-view .product-review .product-img-box {
        max-width: 100%;
    }
    .product-review .product-img-box {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .product-review .product-details{
        margin-left: 0;
        padding-left: 0;
    }
    .product-review .ratings .rating-box {
        float: none;
    }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ededed;
}
.slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
}
.slideshow-container .slideshow > li:first-child {
    position: static;
    z-index: 100;
}
.slideshow-container .slideshow > li img {
    max-width: 100%;
    width: 100%;
}

.slideshow-pager {
    text-align: center;
    width: 100%;
    z-index: 115;
    position: absolute;
    bottom: 0px;
    top: auto;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slideshow-pager span {
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer;
}
.slideshow-pager span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 1px;
    background-color: #FFFFFF;
    position: relative;
}
.slideshow-pager span:hover:before {
    background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
    background-color: #297aa3;
}
.slideshow-pager > * {
    cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
    position: absolute;
    top: 0;
    width: 15%;
    max-width: 80px;
    height: 100%;
    opacity: 0.6;
    z-index: 110;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
    opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default;
}

.slideshow-prev {
    left: 8px;
}
.slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 50%;
    left: 10px;
}
.slideshow-prev:hover:before {
    border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
    right: 8px;
}
.slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 50%;
    right: 10px;
}
.slideshow-next:hover:before {
    border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 110;
}

.cycle-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 120;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
    text-align: center;
}
#wishlist-table.clean-table {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}
#wishlist-table.clean-table th {
    border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
}
#wishlist-table.clean-table thead th {
    font-size: 12px;
    text-transform: uppercase;
}
#wishlist-table .product-name {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}
#wishlist-table .product-name a {
    color: #3399cc;
}
#wishlist-table .wishlist-sku {
    font-size: 11px;
    margin: 5px 0;
}
#wishlist-table textarea {
    border: 1px solid silver;
    width: 100%;
    height: 45px;
    font-size: 11px;
    margin: 5px 0 0 0;
}
#wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea:focus {
    border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
    text-align: right;
    max-width: 450px;
    padding-top: 5px;
}
#wishlist-table .item-manage .button {
    font-size: 11px;
    padding: 3px 5px;
}
#wishlist-table .cart-cell {
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
    width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
    width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
    width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
    width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
    white-space: normal;
}
#wishlist-table .price-box {
    font-size: 12px;
}
#wishlist-table .price-box .price {
    color: #636363;
}
#wishlist-table .giftregisty-add {
    margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
    display: none;
}
#wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #3399cc;
    margin-bottom: 3px;
}
#wishlist-table .truncated .details {
    background: none;
    color: #3399cc;
}
#wishlist-table td[data-rwd-label]:before {
    font-weight: 600;
}
#wishlist-table .product-type {margin: 0 0 6px 0;}
#wishlist-table .product-type > img {display: inline-block; vertical-align: middle; margin: 0 7px 0 0;}
#wishlist-table .product-type label {font-size: 12px; font-weight: normal; text-transform: uppercase; }
#wishlist-table .description {text-transform: none; margin: 0 0 2px 0;}
#wishlist-table .authors {margin: 0 0 3px 0;}
#wishlist-table .authors .label {font-weight: bold;}

@media only screen and (max-width: 1199px) {
    #wishlist-table.clean-table td {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 979px) {
    #wishlist-table.clean-table td {
        padding-left: 5px;
        padding-right: 5px;
    }
    #wishlist-table.clean-table td textarea {
        height: 100px;
    }
    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 110px;
    }
    #wishlist-table .product-name {
        font-size: 13px;
    }
}
@media only screen and (max-width: 770px) {
    #wishlist-table:after {
        content: '';
        display: table;
        clear: both;
    }
    #wishlist-table .product-name {
        font-size: 16px;
    }
    #wishlist-table textarea {
        height: 68px;
        max-width: 100%;
    }
    #wishlist-table .item-manage {
        max-width: 100%;
        margin: 15px 0 0;
    }
    #wishlist-view-form .buttons-set button.button {
        margin-top: 15px;
    }
    #wishlist-view-form .fieldset {
        margin-bottom: 0;
    }
    #wishlist-table tr {
        position: relative;
    }
    #wishlist-table tr:after {
        content: '';
        display: table;
        clear: both;
    }
    #wishlist-table td.customer-wishlist-item-image {
        width: 70px;
    }
    #wishlist-table td.customer-wishlist-item-image img {
        width: 70px;
        height: 70px;
    }
    #wishlist-table td.customer-wishlist-item-cart p {
        margin-bottom: 0;
    }
    #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
        margin-right: 0;
        padding-top: 4px;
    }
    #wishlist-table td.customer-wishlist-item-cart {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 599px) {
    #wishlist-table td.customer-wishlist-item-quantity {
        padding-left: 0;
    }
    #wishlist-table td.customer-wishlist-item-image,
    #wishlist-table th.customer-wishlist-item-image {
        display: none;
    }
}
@media only screen and (max-width: 479px) {
    #wishlist-table tr {
        position: relative;
    }
    #wishlist-table th.customer-wishlist-item-image {
        display: block;
    }
    #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        empty-cells: hide;
    }
    #wishlist-table td.customer-wishlist-item-image {
        display: block;
        overflow: hidden;
    }
    #wishlist-table td.customer-wishlist-item-image a {
        float: left;
    }
    #wishlist-table td.customer-wishlist-item-image a img {
        width: 113px;
        height: 113px;
    }
    #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
        text-align: left;
    }
    #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
        float: left;
        margin-right: 15px;
    }
    #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
        text-align: left;
    }
    #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
        margin-top: 0;
    }
    #wishlist-table td.customer-wishlist-item-cart .cart-cell {
        float: left;
        width: 48%;
    }
    #wishlist-table td.customer-wishlist-item-cart > p {
        float: right;
        width: 48%;
    }
    #wishlist-table td.customer-wishlist-item-remove {
        position: absolute;
        top: 15px;
        right: 0px;
        display: block;
        padding: 0px;
        height: 20px;
    }
    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 100%;
    }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
    padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
    padding-top: 0;
    margin-bottom: 5px;
}
.block-wishlist .price-box {
    float: left;
    margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
    font-size: 12px;
}
.block-wishlist .link-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
    display: inline-block;
    position: relative;
}

.header-minicart .minicart-message {
    display: block;
    padding: 10px;
}
.header-minicart .empty {
    padding: 10px;
    text-align: center;
}
.header-minicart .minicart-wrapper {
    clear: both;
    position: relative;
    background: #fff;
}
.header-minicart .block-cart {
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.51);
    box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.51);
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.header-minicart .minicart-wrapper:after {
    background-image: url("https://extension.psu.edu/skin/frontend/extensions/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
    position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
    display: block;
}
.header-minicart .block-cart {
    display: none;
}
.header-minicart .block-subtitle {
    color: #757575;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    padding: 7px 5px 8px 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}
.header-minicart .block-subtitle .close {
    float: right;
    display: block;
    color: #b2b2b2;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: 9px;
    border: none;
    background: none;
}
.header-minicart .block-subtitle .close:hover{
    color: #006db1;
}
.header-minicart .mini-products-list {
    padding: 10px 20px;
    padding-top: 0px;
    padding-bottom: 2px;
}
.header-minicart .mini-products-list li {
    padding: 4px 0 13px 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.header-minicart .mini-products-list li.last {
    border: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.header-minicart .mini-products-list li .product-details {
    position: relative;
    text-align: left;
}

.header-minicart .mini-products-list li .product-details .btn-edit,
.header-minicart .mini-products-list li .product-details .remove{
    color: #757575;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.header-minicart .mini-products-list li .product-details .btn-edit{
    padding: 0 2px 0 0;
}
.header-minicart .mini-products-list li .product-details .remove{
    padding: 0 0 0 4px;
}
.header-minicart .mini-products-list li .product-details .btn-edit:hover,
.header-minicart .mini-products-list li .product-details .remove:hover{
    color: #b2b2b2;
}
.header-minicart .product-details .product-name {
    padding-top: 0px;
    margin-bottom: 10px;
}
.header-minicart .product-details .product-name a {
    color: #006db1;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.header-minicart .product-details .product-name a:hover{
    color: #24a6e5;
}
.header-minicart .info-wrapper {
    margin-bottom: 8px;
    color: #333333;
    font-size: 14px;
}
.header-minicart .info-wrapper .price{
    color: #006db1;
    padding: 0 0 0 12px;
    float: left;
    letter-spacing: 0.5px;
}
.header-minicart .info-wrapper .qty-wrapper th{
    color: #757575;
    vertical-align: bottom;
    padding: 0 0 4px 0;
    text-transform: uppercase;
}
.header-minicart .info-wrapper th {
    text-transform: none;
    padding-right: 0;
    color: #213261;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.header-minicart .info-wrapper td {
    color: #3399cc;
    clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
    padding: 1px 0 0 0;
}
.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    margin-left: 8px;
    width: 40px;
    text-align: center;
    height: 28px;
    border: 1px solid #ececec;
    color: #333333;
    background: #fff;
    font-size: 14px;

}
.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
    margin: -2px 0 0 0;
    padding: 4px 15px 5px;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
}
.header-minicart .subtotal {
    background-color: #f4f4f4;
    text-align: center;
    line-height: 2em;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.header-minicart .subtotal .label {
    color: #213261;
    text-transform: uppercase;
}
.header-minicart .subtotal .price {
    color: #006db1;
    font-size: 16px;
    padding: 0 0 0 10px;
}
.header-minicart .minicart-actions {
    padding: 20px 20px 39px 20px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.header-minicart .minicart-actions .checkout-types {
    float: none;
    text-align: left;
}
.header-minicart .minicart-actions .checkout-button {
    background: #ad452d;
    padding: 15px 23px;
    width: 100%;
    letter-spacing: 0.5px;
}
.header-minicart .minicart-actions .checkout-button:hover{
    background: #d8644a;
}
.header-minicart .minicart-actions .cart-link {
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    color: #0084c2;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
    margin: 18px 0 0 0;
}
.header-minicart .minicart-actions .cart-link:hover{
    color: #24a6e5;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6;
}
.header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none;
}
.header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
    display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
    display: block;
}

@media only screen and (max-width: 479px) {
    .header-minicart a.skip-cart {
        z-index: 1;
    }
}
@media only screen and (max-width: 770px) {
    .header-minicart .subtotal .label {
        color: #636363;
    }
    .header-minicart .minicart-wrapper:before {
        background-color: #EDEDED;
    }
    .header-minicart .quantity-button {
        float: none;
    }
    .header-minicart .header-minicart .block-cart {
        padding: 15px;
    }
    .header-minicart .header-minicart .block-subtitle {
        padding-top: 59px;
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
        display: inline;
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top;
    }
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: auto;
        float: none;
        display: inline;
        margin: 0 10px 5px 10px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 599px) {
    .header-minicart .minicart-actions .checkout-button {
        width: 100%;
    }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
    left: 0 !important;
    overflow: visible !important;
    position: relative !important;
    top: 0px !important;
    width: 100% !important;
    z-index: 8;
}
.search-autocomplete ul {
    background-color: #FFFFFF;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
}
.search-autocomplete ul li {
    color: #006db1;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 15px;
    text-align: left;
    list-style-type: none;
    margin: 0;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}

.search-autocomplete ul li:hover {
    background-color: #f4f4f4;
}
.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
	display: none;
}
.search-autocomplete ul li:last-child {
    border-bottom: none;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding: 30px;
}
.advanced-search select.multiselect option {
    border-bottom: 1px solid #ededed;
    padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
    .advanced-search {
        padding: 15px;
    }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
    margin: 15px 0;
}
.product-review .product-details h2 {
    border-bottom: 1px solid #cccccc;
    color: #3399CC;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

.product-review .ratings-table th {
    padding-right: 10px;
}
.product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
}
.product-review .ratings-description dt {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.product-review .ratings-description dd {
    color: #737373;
    font-size: 13px;
}

@media only screen and (min-width: 771px) {
    .product-review .ratings-table tr {
        float: none;
    }
}
@media only screen and (min-width: 1126px) {
    .product-review .ratings-table tr {
        float: left;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 320px) {
    .product-review .ratings-table tr {
        float: none;
    }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
    border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.cms-page-view .std > *:last-child{
    margin-bottom: 0;
}
.cms-page-view .col-main .page-title h1 {
    margin-bottom: 5px;
}
.cms-page-view .std {
    letter-spacing: 0.4px;
}
.cms-page-view .block .block-content .social-icons {
    padding: 35px 0 0 0;
    margin: 31px 0 0 0;
    border-top: 1px solid #ececec;
}
.cms-page-view .col-right .zblock {
    border-bottom: 1px solid #ececec;
    padding: 0 0 6px 0;
    margin: 0 0 30px 0;
}
.cms-page-view .std li,
.cms-no-route .std li {
    margin-left: 1em;
    margin-bottom: 4px;
    padding-left: 5px;
}
.cms-page-view .std li:last-child,
.cms-no-route .std li:last-child {
    margin-bottom: 0;
}
.cms-page-view .main-container {
    padding-bottom: 33px;
}
.cms-page-view .std ol,
.cms-page-view .std ul{
    margin-bottom: 1.8em;
}

.cms-page-view .col-main .std h1,
.cms-page-view .main .std h1{color: #213261; font-size: 30px; font-weight: 700; text-transform: none; border: none; margin: 0 0 5px;padding-bottom:3px;}

.cms-page-view .std h2 {
    letter-spacing: 0.5px;
    margin-bottom: 0.7em;
}
.cms-page-view .std h3 {
    letter-spacing: 0.5px;
    margin-top: 1.3em;
    margin-bottom: 0.7em;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
    content: '';
    display: table;
    clear: both;
}

.cms-page-view .page-title h1 {
    font-size: 30px;
    color: #333333;
    text-transform: none;
    margin-bottom: 0.2em;
}
.cms-page-view .main .std .description{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
/*
.cms-page-view .main .std p {
    margin-bottom: 13px;
}
*/
.cms-page-view .col-main .std p,
.cms-page-view .main .std p{
    color: #000;
    font-size: 16px;
    line-height: 26px;
	letter-spacing: 0.5px;
}

.cms-no-route .std img {
    width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
    margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
    margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
}

#accordion .toggle-tabs {
    display: none;
}
#accordion > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}
#accordion > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}
#accordion > dl > dt:hover {
    background-color: #ececec;
}
#accordion > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}
#accordion > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
}
#accordion li {
    position: relative;
    overflow: hidden;
}
#accordion li .plusimage h2 {
    margin-right: 10px;
}

.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px 0 0;
}
.page-sitemap .links a {
    position: relative;
}
.page-sitemap .sitemap {
    padding: 0 20px;
    margin: 15px 0;
    font-size: 12px;
}
.page-sitemap .sitemap li {
    margin: 3px 0;
}

.contacts-index-index h1 {
    border: none;
}

#contactForm {
    padding-left: 40px;
}
#contactForm h2 {
    display: none;
}
#contactForm:after {
    content: '';
    display: table;
    clear: both;
}
#contactForm .fieldset .legend + .required {
    margin: 0;
}

@media only screen and (max-width: 770px) {
    #contactForm {
        padding-left: 0;
    }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
    color: #a0a0a0;
}

.map-info {
    white-space: nowrap;
}

.catalog-product-view .map-info {
    white-space: normal;
}
.catalog-product-view .map-info > span {
    float: right;
    margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
    float: right;
    width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
    padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
}
.notice-cookie .notice-text {
    float: left;
    max-width: 90%;
    padding-top: 4px;
    text-align: left;
}
.notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3;
}
.notice-cookie .actions {
    float: left;
    text-align: right;
    padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
    .notice-cookie .notice-text {
        max-width: 86%;
    }
}
@media only screen and (max-width: 770px) {
    .notice-cookie {
        padding: 0 20px;
    }
    .notice-cookie .notice-text {
        max-width: 82%;
        padding-top: 0;
    }
}
@media only screen and (max-width: 620px) {
    .notice-cookie {
        padding: 0 20px;
    }
    .notice-cookie .notice-inner {
        background-position: left 10px;
    }
    .notice-cookie .notice-inner:after {
        content: '';
        display: table;
        clear: both;
    }
    .notice-cookie .notice-text {
        float: none;
        max-width: 100%;
        padding-top: 0;
    }
    .notice-cookie .actions {
        text-align: left;
    }
}
/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
    margin-top: 5px;
    margin-bottom: 10px;
}

#addTagForm .form-add {
    margin-top: 10px;
}

.product-tags {
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 10px;
    padding: 5px 1% 10px;
    width: 98%;
}

.product-tags li {
    float: left;
    margin-right: 15px;
}

.product-tags li.last {
    margin-right: 0px;
}

.tags-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.tags-list > li {
    float: left;
    margin-right: 10px;
}

.block-tags .actions > a {
    font-size: 12px;
}

.my-tag-edit .button.btn-remove {
    padding: 0;
}
.my-tag-edit .button.btn-remove:after {
    color: white;
}

@media only screen and (max-width: 770px) {
    .tags-list > li,
    .tags-list {
        float: none;
    }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    max-width: 100%;
    position: relative;
    width: 258px;
    margin-bottom: 10px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
    width: 100%;
}

.captcha-reload {
    position: absolute;
    right: 4px;
    top: 4px;
}

.captcha-img {
    border: 20px solid #bbbbbb;
}

.captcha-input-container {
    margin-bottom: 10px;
}

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
    float: none;
    clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
    .sales-order-invoice .sub-title,
    .sales-order-creditmemo .sub-title,
    .sales-order-shipment .sub-title {
        float: left;
        font-size: 15px;
        text-align: center;
        width: 100%;
    }
    .sales-order-invoice .order-links,
    .sales-order-creditmemo .order-links,
    .sales-order-shipment .order-links {
        text-align: center;
        width: 100%;
    }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
#recurring_profile_list_view th {
    white-space: normal;
}
#recurring_profile_list_view th span {
    white-space: inherit;
}
@media only screen and (max-width: 479px) {
    #recurring_profile_list_view {
        font-size: 12px;
    }
    #recurring_profile_list_view a {
        font-size: inherit;
    }
    #recurring_profile_list_view th,
    #recurring_profile_list_view td {
        padding: 2px;
    }
}

.recurring-profiles-title {
    float: left;
}
.recurring-profiles-title h1 {
    margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    float: right;
    text-align: right;
    margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
    body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
        text-align: center;
        float: none;
    }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static;
}

.recurring-profiles-messages:after {
    content: '';
    display: table;
    clear: both;
}

#recurring_start_date_trig {
    display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
    margin-bottom: 30px;
}
.billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both;
}
.billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%;
}
.billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px;
}
.billing-agreements .info-box .button {
    float: right;
    margin-top: 7px;
}
@media only screen and (max-width: 479px) {
    .billing-agreements .info-box .button {
        width: 100%;
        float: none;
    }
}
.billing-agreements #payment_method {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
    max-width: 80%;
}
@media only screen and (max-width: 479px) {
    .billing-agreement-view-header-wrapper .heading {
        max-width: 100%;
    }
}

.billing-agreement-details td, .billing-agreement-details th {
    padding: 3.5px;
}

@media only screen and (max-width: 979px) {
    .billing-agreements .data-table .created-at,
    .billing-agreements .data-table .updated-at {
        display: none;
    }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
    float: left;
    width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
    float: left;
    height: 40px;
    margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    width: 100%;
}
@media only screen and (min-width: 771px) {
    .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
        max-width: 100px;
    }
}

.widget {
    clear: both;
}

.widget .pager {
    float: none;
    width: 100%;
}

@media only screen and (min-width: 1199px) {
    .col2-left-layout .col-main .widget,
    .col2-right-layout .col-main .widget,
    .col3-layout .col-main .widget {
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
        clear: left;
    }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
        margin-right: 0;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
        clear: none;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
        clear: left;
    }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 770px) {
    .col1-layout .col-main .widget {
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
        clear: none;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
        clear: none;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
        clear: left;
    }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
        margin-right: 0;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
        clear: none;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
        clear: none;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
        clear: left;
    }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
        margin-right: 0;
    }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #f4f4f4;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
    background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
    border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
    float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
    text-transform: none;
    font-size: 17px;
    margin-bottom: 15px;
}
.multiple-checkout .button {
    white-space: pre-wrap;
}
.multiple-checkout .sp-methods input[type="radio"],
.multiple-checkout input[type="checkbox"]{
    top: 1px;
}
.multiple-checkout #review-order-form address h6{
    margin-top: 23px;
}
.multiple-checkout .gift-message-form .form-list{
    margin-top: 25px;
}
.multiple-checkout .gift-message-form .form-list label {
    color: #213261;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.multiple-checkout .gift-message-form .form-list .field {
    margin-bottom: 23px;
}
body[class*="checkout-multishipping-"] .messages {
    float: left;
    width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
    width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
    margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
    float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
    float: right;
    text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
    text-indent: -5555px;
    display: block;
    width: 22px;
    height: 22px;
}
.checkout-multishipping-addresses .multishipping-address-select {
    max-width: 100%;
    height: 40px;
    display: block;
    border: 1px solid #ebebeb;
}

.checkout-multishipping-shipping .gift-messages {
    margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
    margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
    margin-bottom: 25px;
    padding-left: 10px;
    margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
    float: left;
    width: 100%;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
    background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
    width: 100%;
    clear: both;
}

@media only screen and (max-width: 979px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 300px;
    }

    #review-order-form .col-1,
    #review-order-form .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 770px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        width: 12px;
    }
    body[class*="checkout-multishipping-"] .checkout-progress li {
        width: 100%;
        margin: 0;
        text-align: left;
        padding-left: 3%;
        border-right: 0px;
    }
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 1px;
        width: 12px;
    }
    body[class*="checkout-multishipping-"] .box-title {
        float: left;
        width: 100%;
    }
    body[class*="checkout-multishipping-"] .page-title .button {
        float: left;
        margin-bottom: 10px;
    }
    body[class*="checkout-multishipping-"] .linearize-table tfoot td {
        text-align: right;
    }
    body[class*="checkout-multishipping-"] .linearize-table select {
        width: 100%;
        min-width: 200px;
    }
    body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
        width: 100%;
        padding: 0;
    }
    #my-orders-table tr.bundle:not(:last-child) td {
        word-break: break-all;
    }
}
@media only screen and (max-width: 599px) {
    .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 10px;
        margin-top: 12px;
    }
}
@media only screen and (max-width: 479px) {
    body[class*="checkout-multishipping-"] .buttons-set .back-link {
        display: block;
    }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
    border-collapse: separate;
}
div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none;
}


/* HOME PAGE **/
@media only screen and (min-width: 768px) {

}
.clearer:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.page-header{position: fixed; max-width: 100%; width: 100%; padding: 0; z-index: 10;}
.page-header .page-header-container{background: #fff; width: 100%; -webkit-transition-duration: 0.5s;  -o-transition-duration: 0.5s;  -moz-transition-duration: 0.5s; transition-duration: 0.5s;}
.page-header .page-header-container .top-header{max-width: 1175px; margin: 0 auto; padding: 0 12.5px; position: relative;}
.page-header .logo{float: left; margin: 0 25px 0 0; position: relative;}
.page-header .skip-links, .page-header .skip-link{float: left;}
.page-header .skip-nav, .page-header .skip-link{width: auto;}
.nav-primary li.view-all, #nav li.view-all{display: none;}
.page-header .skip-link.skip-nav .label{font-weight: 500; color: #ffffff; font-size: 14px;}
.page-header .skip-link{padding: 0 24px;}
.page-header .skip-link.skip-account {padding-left: 0;}
.page-header .skip-cart .count{display: none;}
.page-header .skip-nav {background: #3e3f49; border-radius: 5px; height: 40px; line-height: 40px; z-index: 1; padding: 0 20px;}
.page-header .skip-link .label{color: #757575; font-size: 14px; text-transform: uppercase; font-weight: 500;}
.page-header .skip-cart .label {color: #006db1;}
.page-header .skip-cart.no-count .label {color: #757575;}
.page-header .skip-link:hover .label, .page-header .skip-link:hover .count, .page-header .skip-link.skip-active .label, .page-header .skip-link.skip-active .count{color: #006db1;}
.page-header .skip-link.skip-nav:hover .label, .page-header .skip-link.skip-nav.skip-active .label {color: #ffffff;}
.page-header .skip-account .icon{display: none;}
.page-header .skip-cart{padding: 0;}
.page-header .skip-cart .label:before {content: "\f07a"; font-family: 'FontAwesome'; font-size: 18px; padding: 0 8px 0 0;}
.page-header #header-nav.skip-active{position: absolute; top: 100%; z-index: 10; margin-top: 0px; letter-spacing: 0.5px;}
.page-header #header-nav.skip-active:before {content: ''; width: 100%; height: 5px; background: #fff;}
/*.page-header .skip-link .icon{background-image: url(https://extension.psu.edu/skin/frontend/extensions/default/images/sprite.png);background-repeat: no-repeat;text-indent: -9999px;}*/
.page-header .skip-link .icon {display: none;}
.page-header .skip-link.skip-nav .label:after {content: "\f107"; font-family: 'FontAwesome'; color: #ffffff; font-size: 22px; padding: 0 0 0 5px; vertical-align: top; display: inline-block;}
.page-header .skip-link.skip-nav.skip-active .label:after {content: "\f106";}
.skip-nav .icon {background-position: -342px -12px;}
.skip-nav:hover .icon, .skip-nav.skip-active .icon {background-position: -342px -46px;}
.skip-nav .label {display: inline;}
.skip-cart .icon {background-position: -419px -13px;}
.skip-cart:hover .icon, .skip-cart.skip-active .icon {background-position: -419px -47px;}
.page-header .nav-primary li{padding: 10px 21px;}
.page-header .nav-primary {background: #3e3f49; }
.page-header #nav > nav.child{background: #fff; padding: 0;}
.page-header #nav > nav.child ul.level0 ul.level1 {display: none;}
.page-header #nav > nav.child > ul {padding: 24px 0 0; width:  100%;}
.page-header #nav.level-3-show > nav.child > ul{float: left;width: 50%;}
.page-header #nav > nav.child > ul.featured-list > li{border-left: 1px solid #dbdbdb;}
.page-header #nav > nav.child > ul.featured-list > li.featured-label{border: none;}
/*.page-header nav.child li.level1.menu-active, .page-header nav.child li.level1:hover{border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3;}
.page-header nav.child li.level1.menu-active a, .page-header nav.child li.level2:hover a, .page-header nav.child li.level1:hover a{color: #3e3f49 !important; font-weight: bold !important;}*/
.page-header nav.child li.level2 > a {display: block}
.page-header nav.child li{padding: 10px 10px 10px 31px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; position: relative;}
.page-header nav.child li.category-label{color: #3e3f49 !important; position: relative; }
.page-header .nav-primary > li.parent.menu-active {position: relative;}
.page-header .nav-primary > li.parent.menu-active:before {content: "\f0d9"; font-family: 'FontAwesome'; color: #fff; position: absolute; right: -4px; font-size: 36px; top: 50%; margin-top: -0.5em; line-height: 1;}
.page-header nav.child li.featured-label{color: #ad452d;}
.page-header nav.child li.category-label,
.page-header nav.child li.featured-label {font-size: 18px; font-weight: 400; padding: 10px 10px 10px 21px; line-height: 1.2;}
.page-header nav.child li.category-label.string-1{min-height: 44px;}
.page-header nav.child li.category-label.string-2{min-height: 65px;}
.page-header nav.child li.category-label.string-3{min-height: 87px;}
.page-header nav.child li.category-label.string-4{min-height: 109px;}
.page-header nav.child li.category-label.string-5{min-height: 131px;}
.page-header .nav-primary > li {border-top: 1px solid transparent; border-bottom: 1px solid transparent;}
.page-header .nav-primary > li.marked {display: none;}
.page-header .nav-primary > li:hover a, .page-header .nav-primary > li.menu-active a{color: #fff;}
.page-header .nav-primary > li .browse-by-format {color: #fff; font-weight: bold;}
.page-header .nav-primary .level0.nav-12.last {border-top: 1px solid #262833; }
.page-header nav.child li:hover a{color: #006db1 !important;}
.page-header .skip-links .header-nav-block {position: absolute; width: 100%; padding: 7px 0; height: 100%;}
.page-header .skip-links .header-search-block{float: left; position: relative; margin: 0 0 0 95px;}
.page-header .skip-search{display: none;}
.page-header #header-search{display: block; width: auto; position: relative; padding: 7px 0; left: 0; height: auto; overflow: visible;}
.page-header #header-search .header-search-icon{display: none; height: 24px; width: 24px; background-image: url(https://extension.psu.edu/skin/frontend/extensions/default/images/sprite.png);background-repeat: no-repeat; background-position: -381px -10px;}
.page-header #header-search .header-search-icon:hover {background-position: -381px -44px;}
.page-header #search, .page-header #search_fixed {height: 40px; padding: 0 55px 0 25px; color: #696969; font-size: 14px; width: 100%; line-height: normal; width: 509px; border-radius: 5px; border: none; background: #f3f3f3; text-transform: uppercase; font-weight: 500;}
.page-header #search_fixed::-webkit-input-placeholder {color:#696969;}
.page-header #search_fixed::-moz-placeholder          {color:#696969; opacity:  1;}/* Firefox 19+ */
.page-header #search_fixed:-moz-placeholder           {color:#696969; opacity:  1;}/* Firefox 18- */
.page-header #search_fixed:-ms-input-placeholder      {color:#696969;}
.page-header #header-search .search-button{position: absolute; top: 7px; right: 17px; height: 24px; width: 24px; background-color: transparent; padding: 0; background-image: none !important;}
.page-header #header-search .search-button:after {color: #757575; font-size: 18px; content: "\f002"; font-family: 'FontAwesome';}
.page-header #header-search .search-button:hover:after{color: #006db1;}
.page-header .logo .large{position: absolute; height: auto; width: auto;}
.z-block-header{width: 100%; background: #ececec; margin: 0;}
.z-block-header .subscription{max-width: 1175px; padding: 2px 12.5px 4px; margin: 0 auto; text-align: center; line-height: 22px; color: #02458d; font-size: 14.14px; letter-spacing: 0.4px;}
.z-block-header .subscription .fa {padding: 0 5px 0 0; font-size: 15.15px}
.z-block-header .subscription a{color: #02458d; text-transform: uppercase; font-weight: 700; text-decoration: none;}
.z-block-header .subscription a:after{content: "\f105";  font-family: 'FontAwesome'; color: #ad452d; font-size: 19.19px; padding: 0 0 0 11px;}
.z-block-header .subscription a:hover, .z-block-header .subscription a:hover:after{color: #d8644a;}
.page-header .header-search{display: none;}
.page-header .header-minicart .skip-link .icon{width: 20px;}
#header-cart.skip-active { background: #ffffff; display: block; position: absolute; z-index: 200; top: 61px; right: 0; width: 320px;background: #fff; margin: 0;}
.account-cart-wrapper{float: right; height: 54px; position: relative;}
.page-header .skip-links{max-width: 100%; margin: 0 0 0 361px; float: none; position: relative;}
.skip-cart .count {color: #006db1;}
.account-cart-wrapper .header-account-parent{display: inline-block; float: left;}

/* FIXED HEADER */
.page-header.fixed-position .page-header-container{background: #262833;}
.page-header.fixed-position #header-search.start-opened, .page-header.scroll-top #header-search.start-opened{border: none;}
.page-header.fixed-position #header-search, .page-header.scroll-top #header-search{height: 55px;}
.page-header.fixed-position .skip-link .label{color: #b2b2b2;}
.page-header.fixed-position .skip-cart .label {color: #006db1;}
.page-header.fixed-position .skip-cart.no-count .label {color: #b2b2b2;}
.page-header.fixed-position #search, .page-header.fixed-position #search_fixed {color: #696969; background: #f3f3f3;}
.page-header.fixed-position #search_fixed::-webkit-input-placeholder {color:#696969;}
.page-header.fixed-position #search_fixed::-moz-placeholder          {color:#696969; opacity:  1;}/* Firefox 19+ */
.page-header.fixed-position #search_fixed:-moz-placeholder           {color:#696969; opacity:  1;}/* Firefox 18- */
.page-header.fixed-position #search_fixed:-ms-input-placeholder      {color:#696969;}
.page-header.fixed-position #header-search .search-button:after{color: #696969;}
.page-header.fixed-position #header-search .search-button:hover:after{color: #006db1}


.page-header.fixed-position .skip-link.skip-nav .label {color: #fff;}
.page-header.fixed-position .skip-nav .icon {background-position: -342px -81px;}
.page-header.fixed-position .skip-cart .icon{background-position: -419px -82px;}
.page-header.fixed-position .skip-link:hover .label, .page-header.fixed-position .skip-link.skip-active .label {color: #fff;}
.page-header.fixed-position .skip-nav:hover .icon, .page-header.fixed-position .skip-nav.skip-active .icon {background-position: -342px -114px;}
.page-header.fixed-position .skip-cart:hover .icon, .page-header.fixed-position .skip-cart.skip-active .icon {background-position: -419px -116px;}
.page-header .fixed, .page-header .mobile-fixed{display: none;}
.page-header.fixed-position .fixed{display: block; position: absolute; width: auto; height: auto;}
.page-header.fixed-position .logo .large{display: none; }
.page-header.fixed-position #header-search.start-opened, .page-header.scroll-top{margin: 0;}
.page-header.fixed-position #header-search.start-opened .header-search, .page-header.scroll-top #header-search.start-opened .header-search{right: -43px; left: auto !important;}
.page-header.scroll-top .header-search{background-image: url("https://extension.psu.edu/skin/frontend/extensions/default/images/sprite.png"); background-repeat: no-repeat; text-indent: -9999px; display: block; width: 24px; height: 24px; cursor: pointer; float: left; margin: 7px 0 0 25px; background-position: -381px -10px;}
.page-header.scroll-top .header-search:hover{background-position: -381px -44px; color: #006db1;}
.page-header.fixed-position .header-search{background-image: url("https://extension.psu.edu/skin/frontend/extensions/default/images/sprite.png"); background-repeat: no-repeat; text-indent: -9999px; background-position: -381px -78px; display: block; width: 24px; height: 24px; cursor: pointer; float: left; margin: 7px 0 0 25px;}
.page-header.fixed-position .header-search:hover{background-position: -381px -112px; color: #fff;}
.page-header.fixed-position #header-search.start-opened .header-search, .page-header.scroll-top #header-search.start-opened .header-search{left: -40px;}
.page-header.fixed-position #header-search.start-opened .header-search, .page-header.scroll-top  #header-search.start-opened .header-search{background: none; text-indent: inherit;}
.page-header.fixed-position #search_mini_form_fixed, .page-header.scroll-top #search_mini_form_fixed{display: block; float: left;}
.page-header #search_mini_form{display: none;}
#search_mini_form_fixed label{display: none;}
.cms-index-index .main-container{padding: 0 !important;}
.cms-index-index .breadcrumbs {display: none;}
/* HOME PAGE CONTENT AREA */
.cms-home .main-container{width: 100%; max-width: 100%; padding: 0;}
.wrapper .page .setup-bg img{position: absolute; width: 8px; height: 8px; visibility: hidden;}
.home-slider .item{background-position: center center; background-size: cover; height: 700px; position: relative; text-align: center; width: 100%; display: none;}
.wrapper .page .setup-bg img{width: 100%; height: 100%; object-fit: cover;  visibility: visible;}
.home-slider .item:first-child, .home-slider.owl-loaded .item{display: table;}
.page {overflow: hidden;}
.home-slider .item .inner{display: table-cell; vertical-align: top; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/banner-arrow.png") bottom center no-repeat;}
.home-slider .item .inner .text{max-width: 1175px; margin: 0 auto; padding: 0 12.5px; letter-spacing: 1px; text-align: center;}
.home-slider:not(.owl-loaded) .item .inner .text {position: absolute; right: 0; left: 0; width: 100%;}
.home-slider .item .inner h2{color: #ffffff; font-size: 40px; line-height: 50px; margin: 0; font-weight: 300; padding: 90px 0 60px 0;}
.parent-home-slider .home-search{position: absolute; top: 300px; width: 100%; z-index: inherit;}
.parent-home-slider .home-search .input-box{ background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/overlay.png") repeat; padding: 10px; position: relative; max-width: 612px; margin: 0 auto; z-index: 2;}
.parent-home-slider .home-search .search-autocomplete{max-width: 612px; margin: 0 auto;}
.parent-home-slider .home-search .input-text{width: 100%; height: 74px; color: #000000; font-size: 20px; padding: 0 85px 0 25px;}
.parent-home-slider .home-search .search-button{position: absolute; top: 10px; right: 10px; width: 76px; height: 74px; padding: 0; background: #007cc3; text-indent: -1000em;}
.parent-home-slider .home-search .search-button span{display: block; width: 31px; height: 31px; background-image: url(https://extension.psu.edu/skin/frontend/extensions/default/images/sprite.png);background-repeat: no-repeat; background-position: -712px -106px; margin: 0 auto;}
.parent-home-slider .home-search .search-button:hover{background: #1b90c9;}
.home-slider .owl-controls {bottom: 0;height: 50%; left: 0;position: absolute;width: 100%; z-index: initial; padding: 0 12.5px;}
.home-slider .owl-controls .owl-nav div {position: absolute; z-index: 10; font-size: 40px; line-height: 40px; width: 40px; height: 40px; text-align: center; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/overlay.png") repeat; color: #fff;}
.home-slider .owl-controls .owl-nav div:hover{color: #006db1; opacity: 0.4; cursor: pointer;}
.home-slider .owl-controls .owl-nav {margin: 0 auto; max-width: 1150px; position: relative;}
.home-slider .owl-controls .owl-prev{left: 0;}
.home-slider .owl-controls .owl-next{right: 0;}
.home-slider .owl-controls .owl-nav .owl-stop{right: 45px; font-size: 20px; line-height: 44px}
.home-slider .owl-controls .owl-nav .owl-stop.play{font-size: 25px;}
.home-slider .owl-controls .owl-stop.play .fa:before{content: "\f04b";}
.home-slider.owl-carousel .owl-stage-outer {z-index: 10;}
.home-slider .std ul li{margin: 0;}
.parent-home-slider{position: relative;}
.home-featured {background: #f4f4f4; padding: 35px 0 33px;}
#search_autocomplete_block.search-autocomplete ul{padding: 12px 0 20px; border: none; border-radius: 0; width: 516px; border-top: 1px solid #efefef !important;}
#search_autocomplete_block.search-autocomplete:before{display: none;}
#search_autocomplete_block li{color: #006db1; font-size: 16px; padding: 5px 25px; border: none; background: #fff; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
#search_autocomplete_block.search-autocomplete ul li .amount{display: none;}
#search_autocomplete_block.search-autocomplete{top: -11px !important; left: 10px !important;}
#search_autocomplete_block li:hover{background: #f4f4f4}
.featured-products{background: #f4f4f4; position: relative;}
.cms-index-index .featured-products .owl-carousel:not(.owl-single) {padding-bottom: 43px;}
.featured-products .inner{max-width: 1175px; padding: 29px 8.5px 33px; margin: 0 auto;}
.featured-products .filter{margin: 0 0 12px 0; position: relative;}
.featured-products .filter label{color: #000000; font-size: 22.5px; font-weight: normal; line-height: 26px;}

.featured-products .slides-parent, .catalog-product-view .featured-products .inner {overflow: hidden;}
.featured-products .slides:not(.iwd-auto-related-products-slider),
.catalog-product-view .featured-products .inner .slides:not(.iwd-auto-related-products-slider){width: 10000px;}
.featured-products .slides-parent.loaded .slides,  .catalog-product-view .featured-products .inner.loaded  .slides{width: auto;}
.featured-products .slides-parent.loaded, .catalog-product-view .featured-products .inner.loaded {overflow: visible;}
.featured-products .slides .item{float: left; margin: 2px 0 0 0; width: 276px; margin-right: 18px;}
.featured-products .slides.iwd-auto-related-products-slider .item {width: auto;}
.featured-products .slides .owl-item .item {width: 100%; margin-right: 0;}
.featured-products .slides .item .product-image .placeholder > img {width: 100%;}
.featured-products .slides .item .item-inner {min-height: 350px;}
.featured-products .slides.iwd-auto-related-products-slider .item .item-inner {min-height: 1px;}

.featured-products .slides .item .item-inner, .products-grid .item .item-inner{-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); background: #fff;}
.slides-parent.hide-content{visibility: hidden;}
.featured-products .slides .owl-dots {bottom: -2px;left: 0;position: absolute;text-align: center;width: 100%;}
.featured-products .slides .owl-dots .owl-dot {display: inline-block; position: relative; z-index: 10;}
.featured-products .slides .owl-dots .owl-dot span {background: #007cc3; border-radius: 50%; display: block; height: 8px; margin: 0px 11px; width: 8px;}
.featured-products .slides .owl-dots .owl-dot.active span {background: #1f2640;}
.featured-products .slides .owl-nav > div .fa{font-size: 60px; color: #757575;}
.featured-products .slides .owl-nav > div:hover .fa{color: #006db1;}
.featured-products .slides .item .product-image, .products-grid .item .product-image{border: none; position: relative; z-index: 1;}
.featured-products .slides .item .product-image img.wee_product_img, .products-grid .item .product-image img.wee_product_img{width: 100%; height: auto;}
.featured-products .slides .item .info, .products-grid .item .info{padding:17px 22px; letter-spacing: 0.5px;}
.featured-products .slides .item .info .price-box .price-from, .featured-products .slides .item .info .price-box .price-to,
.products-grid .item .info .price-box .price-from, .products-grid .item .info .price-box .price-to{margin: 0;}
.products-grid .item .info .price-box .minimal-price-link, .featured-products .slides .item .info .minimal-price-link {padding: 0; text-decoration: none;}
.featured-products .slides .item .product-name a, .products-grid .item .product-name a{ color: #006db1; text-transform: none; display: block; max-width: 100%; max-height: 82px; margin: 0 auto; font-size: 16px; line-height: 20px; text-decoration: none; overflow: hidden; font-weight: normal;}
.featured-products .slides .item .top-list-info p, .products-grid .item .top-list-info p {max-height: 50px;}
.products-list .item .top-list-info {max-height: 30px; overflow: hidden;}
.item .top-list-info > p:last-child{margin-bottom: 10px;}
.products-list .item .top-list-info p {padding: 12px 17px 0 0; overflow: hidden; margin: 0; float: left;}
.products-list .item .top-list-info p:last-child{padding-right: 0;}
.products-list .item .top-list-info .dotted{text-overflow: ellipsis; white-space: nowrap !important; max-width: 100%;}
.item .top-list-info p { line-height: 20px; font-size: 14px; color: #333333; font-weight: 500; margin: 0;}
.item .top-list-info p label {color: #757575; font-size: 12px; font-weight: 400; padding: 0 3px 0 0;}

.col-right .featured-products .slides .item .product-name a{ color: #006db1; font-size: 14px; line-height: 20px; letter-spacing: 0.3px; max-height: 60px;}
.featured-products .slides .item .product-name a:hover, .products-grid .item .product-name a:hover{color: #24a6e5;}
.featured-products .slides .item .product-name a:hover, .products-grid .item .product-name a:hover{color: #24a6e5;}
.featured-products .owl-carousel .owl-stage-outer{z-index: 10; padding: 4px 0;}
.featured-products .slides .item .price-box .price, .products-grid .item .price-box .price{color: #ad452d; font-size: 14px; font-weight: 700;}
.featured-products .slides .item .price-box .old-price .price, .products-grid .item .price-box .old-price .price{color: #757575; font-weight: 400;}
.featured-products .slides.owl-single .owl-controls{display: none;}
.featured-products .slides .item .product-type, .products-grid .item .product-type{width: 100%; height: 25px; line-height: 25px; display: block; background: #213261; padding: 0 25px; text-align: center; color: #ffffff; font-size: 11px; text-transform: uppercase; cursor: pointer; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 400; font-size: 13px;}
.col-right .featured-products .slides .item .product-type {color: #757575;  background: none;  padding: 0;  text-align: left;  }
.featured-products .slides .item .product-type label, .products-grid .item .product-type label{font-weight: 400; font-size: 13px;}
.col-right .featured-products .slides .item .product-type label{font-weight: normal;  letter-spacing: 0 !important;  }
.featured-products .slides .item .product-type img, .products-grid .item .product-type img{width: auto; display: inline-block; margin: 0 10px 0 0;  vertical-align: middle; margin-bottom:0.25em;}
.col-right .featured-products .slides .item .product-type img{ height: auto;  max-width: 20px;  padding: 2px;  margin: 0 6px 0.25em 0;}
.featured-products .slides .item a:hover, .products-grid .item a:hover{text-decoration: none;}
.featured-products .filter .btn.selectpicker.btn-default{background: none; border: none; padding: 0px 42px 0px 5px;}
.featured-products .filter .bootstrap-select.btn-group .btn .filter-option{font-size: 22.5px; color: #007cc3; letter-spacing: 0.5px;}
.featured-products .filter .bootstrap-select.btn-group .btn .caret{font-size: 35px; color: #007cc3;}
.featured-products .filter .bootstrap-select.btn-group > .dropdown-menu{min-width: 435px; border: none; padding: 7px 0 !important;}
.featured-products .filter .bootstrap-select.btn-group .dropdown-menu li > a{color: #006db1; font-size: 14px;}
.featured-products .filter .bootstrap-select.btn-group .dropdown-menu li.selected > a{font-weight: 700;}
.featured-products .filter .bootstrap-select.btn-group .dropdown-menu li:hover, .featured-products .filter .bootstrap-select.btn-group .dropdown-menu li.selected > a:hover{background: #f4f4f4;}
.featured-products .filter .bootstrap-select.btn-group{position: initial;}
.featured-products .filter .btn-group.open > .dropdown-menu{margin-top: 15px;}
.featured-products .filter .dropdown-menu > li > a{padding: 5.5px 14px;}
.featured-products .filter .bootstrap-select.btn-group .dropdown-menu li.selected:hover a{color: #006db1;}
.featured-products .placeholder{}
.featured-products .placeholder .icon, .products-grid .placeholder .icon{position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; text-align: center; transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); }
.featured-products .placeholder .icon img, .products-grid .placeholder .icon img{width: auto; display: inline-block;}
.featured-products .placeholder .icon label, .products-grid .placeholder .icon label{display: block; color: #ffffff; font-size: 13px; text-transform: uppercase; font-weight: 400; margin: 3px 0 0;}
.featured-products .slides .item .product-image .border, .products-grid .item .product-image .border{ width: 100%; height: 24px; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/product-type-bg.jpg") repeat; display: block;}
.featured-products .slides .item .product-image .play-btn,
.products-grid .item .product-image .play-btn,
.products-list .item .product-image .play-btn {position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/video-bg.png") center center no-repeat; background-size: cover;}
.featured-products .slides .item .product-image .image-main,
.products-grid .item .product-image .image-main,
.products-list .item .product-image .image-main{position: relative;}
/*** AJAX PRE-LOADER ***/
.iwd-featured-ajax-loader{background:none repeat scroll 0 0 rgba(0, 0, 0, 0.25); height:100%; left:0; position:absolute; top:0; width:100%; display:none; z-index:2;}
.iwd-featured-additional-loader-wrap { position: relative; top: 0; width: 320px; margin: 0 auto; left: 0; margin-top: 100px; }

@-moz-keyframes f_fadeR{0%{background-color:#213261}100%{background-color:#FFFFFF}}
@-webkit-keyframes f_fadeR{0%{background-color:#213261}100%{background-color:#FFFFFF}}
@-ms-keyframes f_fadeR{0%{background-color:#213261}100%{background-color:#FFFFFF}}
@-o-keyframes f_fadeR{0%{background-color:#213261}100%{background-color:#FFFFFF}}
@keyframes f_fadeR{0%{background-color:#213261}100%{background-color:#FFFFFF}}

#floatingCirclesG_featured{position:relative; width:64px; height:64px; -moz-transform:scale(0.6); -webkit-transform:scale(0.6); -ms-transform:scale(0.6); -o-transform:scale(0.6); transform:scale(0.6); margin:-27px auto 0; top:50%;}
.f_circleG_featured{position:absolute; background-color:#FFFFFF; height:12px; width:12px; -moz-border-radius:6px; -moz-animation-name:f_fadeR; -moz-animation-duration:0.72s; -moz-animation-iteration-count:infinite; -moz-animation-direction:linear; -webkit-border-radius:6px; -webkit-animation-name:f_fadeR; -webkit-animation-duration:0.72s; -webkit-animation-iteration-count:infinite; -webkit-animation-direction:linear; -ms-border-radius:6px; -ms-animation-name:f_fadeR; -ms-animation-duration:0.72s; -ms-animation-iteration-count:infinite; -ms-animation-direction:linear; -o-border-radius:6px; -o-animation-name:f_fadeR; -o-animation-duration:0.72s; -o-animation-iteration-count:infinite; -o-animation-direction:linear; border-radius:6px; animation-name:f_fadeR; animation-duration:0.72s; animation-iteration-count:infinite; animation-direction:linear;}
#frotateG1_01_featured{left:0; top:26px; -moz-animation-delay:0.27s; -webkit-animation-delay:0.27s; -ms-animation-delay:0.27s; -o-animation-delay:0.27s; animation-delay:0.27s;}
#frotateG1_02_featured{left:8px; top:8px; -moz-animation-delay:0.36s; -webkit-animation-delay:0.36s; -ms-animation-delay:0.36s; -o-animation-delay:0.36s; animation-delay:0.36s;}
#frotateG1_03_featured{left:26px; top:0; -moz-animation-delay:0.45s; -webkit-animation-delay:0.45s; -ms-animation-delay:0.45s; -o-animation-delay:0.45s; animation-delay:0.45s;}
#frotateG1_04_featured{right:8px; top:8px; -moz-animation-delay:0.54s; -webkit-animation-delay:0.54s; -ms-animation-delay:0.54s; -o-animation-delay:0.54s; animation-delay:0.54s;}
#frotateG1_05_featured{right:0; top:26px; -moz-animation-delay:0.63s; -webkit-animation-delay:0.63s; -ms-animation-delay:0.63s; -o-animation-delay:0.63s; animation-delay:0.63s;}
#frotateG1_06_featured{right:8px; bottom:8px; -moz-animation-delay:0.72s; -webkit-animation-delay:0.72s; -ms-animation-delay:0.72s; -o-animation-delay:0.72s; animation-delay:0.72s;}
#frotateG1_07_featured{left:26px; bottom:0; -moz-animation-delay:0.81s; -webkit-animation-delay:0.81s; -ms-animation-delay:0.81s; -o-animation-delay:0.81s; animation-delay:0.81s;}
#frotateG1_08_featured{left:8px; bottom:8px; -moz-animation-delay:0.9s; -webkit-animation-delay:0.9s; -ms-animation-delay:0.9s; -o-animation-delay:0.9s; animation-delay:0.9s;}
.iwd-featured-ajax-loader.showloader{display: block;}

/*** FEATURED NEWS ***/
.featured-news{background-position: center center; background-size: cover; padding: 85px 0 25px; letter-spacing: 1px;}
.featured-news .inner{max-width: 1175px; padding: 0 12.5px; margin: 0 auto;}
.featured-news .inner .news-col{width: 50%; float: left;}
.featured-news .inner .news-col.left{padding: 0 12.5px 0 0; overflow: hidden;}
.featured-news .inner .news-col.left .news{background-position: center center; background-size:cover;}
.featured-news .inner .news-col.right{padding: 0 0 0 12.5px;}
.featured-news .inner .news-col.right .desc{max-height: 8.6em; overflow: hidden;}
.featured-news .inner .news-col .title {background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/news-bg.png") repeat scroll 0 0;color: #ffffff;font-size: 28px;font-weight: 300;margin: 0 0 25px;padding: 25px; line-height: 20px;}
.featured-news .inner .news {background: rgba(0, 0, 0, 0) url("https://extension.psu.edu/skin/frontend/extensions/default/images/news-bg.png") repeat scroll 0 0;margin: 0 0 25px;padding: 50px 50px 25px 50px;}
.featured-news .inner .news-col.right .news{padding: 25px 50px 23px;}
.featured-news .inner .news .date {color: #fff; float: left;text-align: center;text-transform: uppercase;}
.featured-news .inner .news .date > div{height: 63px; width: 63px; display: table; border: 4px solid #646771;border-radius: 50%;}
.featured-news .inner .news .date strong{display: block;}
.featured-news .inner .news .date label {display: table-cell;font-family: "Raleway",sans-serif;font-size: 18.8px;font-weight: 500;vertical-align: middle; line-height: 16px;}
.featured-news .inner .news .date label span {display: block;font-size: 11.3px;}
.featured-news .inner .news .info {margin: -10px 0 0 87px;max-width: 100%;}
.featured-news .inner .news .info.no-margin{margin-left: 0;}
.featured-news .inner .news .info .product-name {padding: 0 0 17px; margin: 0;}
.featured-news .inner .news .info .product-name a {color: #ffffff;font-size: 26px;line-height: 36px;text-decoration: none;text-shadow: 4px 4px 12px rgba(0, 0, 0, 1);text-transform: none;}
.featured-news .inner .news .info .product-name:hover a{color: #b2b2b2;}
.featured-news .inner .news .info .desc a {color: #37bdfe; text-decoration: none; text-shadow: none; padding: 0 0 0 5px;}
.featured-news .inner .news .info .desc a:hover{color: #24a6e5;}
.featured-news .inner .news .info .desc a strong{padding: 0 5px 0 0;}
.featured-news .inner .news .info .desc{font-size: 16px; line-height: 26px; color: #dedede; text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); overflow: hidden;}
.featured-news .inner .news-col.right .product-name a{font-size: 20px; line-height: 30px;}
.featured-news .inner .news-col.right .desc{font-size: 14px; line-height: 24px;}
.featured-news .inner .news-col.right .info .product-name{padding: 0 0 5px 0;}
.featured-news .inner .news.last{margin: 0;}
.featured-news .action{text-align: center; margin: 25px 0 0 0;}
.featured-news .action a{background: #006db1; padding: 0 25px; color: #ffffff; font-size: 14px; font-weight: 300; text-transform: uppercase; line-height: 34px; text-decoration: none; display: inline-block; letter-spacing: 2px;}
.featured-news .action a:hover{background: #1b90c9;}


/*** SELECT INTERESTS ***/
.select-interests{background-position: center center; background-size: cover; display: table; height: 295px; position: relative; text-align: center; width: 100%; padding: 25px 0;}
.select-interests .inner{display: table-cell; vertical-align: middle;}
.select-interests .inner-block{max-width: 1175px; margin: 0 auto; padding: 0 12.5px;}
.select-interests .inner-block p{font-size: 24px; line-height: 34px; color: #fff; font-weight: 300; margin: 8.5px 0; letter-spacing: 1px; text-shadow: 2px 2px 2px rgba(0, 57, 105, 1);}
.select-interests .inner-block .action{padding: 14.5px 0;}
.select-interests .inner-block .action a{color: #006db1; font-size: 16px; text-transform: uppercase; font-weight: 400; padding: 0 50px; display: inline-block; line-height: 60px; background: #ffffff; text-decoration: none; letter-spacing: 3px;}
.select-interests .inner-block .action a:hover{background: #d8644a; color: #fff;}

/*** FOOTER BLOCK ***/
.checkout-onepage-success .footer-container {padding-top: 25px;}
.checkout-onepage-success .main-container {padding-bottom: 0;}
.footer-container .footer{background: #262833; padding: 76px 0 69px;}
.footer-container .inner{max-width: 1175px; margin: 0 auto; padding: 0 12.5px;}
.footer-container .footer .item{float: left; width: 25.6%; padding: 0 25px 0 0; letter-spacing: 0.5px;}
.footer-container .footer .item:last-child{width: 23.2%;}
.footer-container .footer .footer-logo{margin: 0 0 34px 0; display: inline-block;}
.footer-container .footer .contact-info{color: #aeaeae; font-size: 14px; line-height: 24px;}
.footer-container .footer .contact-info span{display: none;}
.footer-container .footer .contact-info strong{color: #ffffff; font-weight: 800;}
.footer-container .footer .item h3{color: #a4a4a4; font-size: 14px; text-transform: uppercase; font-weight: 400; margin: 42px 0 28px 0;}
.footer-container .footer .item li{font-size: 14px; font-weight: 300; margin: 0 0 2px 0;}
.footer-container .footer .item li a{color: #ffffff; text-decoration: none;}
.footer-container .footer .item li a:hover{color: #1b90c9;}
.footer-container .bottom-footer{background: #20212b; padding: 8px 0; border-bottom: 2px solid #323232;}
.footer-container .bottom-footer ul li{display: inline-block; margin: 0 23px 0 0;}
.footer-container .bottom-footer ul li a{color: #a0a0a0; font-size: 12px; text-transform: uppercase; text-decoration: none;}
.footer-container .bottom-footer ul li a:hover{color: #24a6e5;}
.footer-container .footer-social{margin: 46px 0 0 0;}
.footer-container .footer .footer-social li{display: inline-block; width: 38px; height: 38px; background-image: url("https://extension.psu.edu/skin/frontend/extensions/default/images/sprite.png"); margin: 0 10px 0 0;}
.footer-container .footer-social li.facebook{background-position: -489px -10px;}
.footer-container .footer-social li.twitter{background-position: -537px -10px;}
.footer-container .footer-social li.youtube{background-position: -582px -10px;}
.footer-container .footer-social li.facebook:hover{background-position: -489px -57px;}
.footer-container .footer-social li.twitter:hover{background-position: -537px -57px;}
.footer-container .footer-social li.youtube:hover{background-position: -582px -57px;}
.footer-container .footer-social li a{display: block; width: 100%; height: 100%;}
.footer-container .footer .item h3{letter-spacing: 1px;}
.footer-container .footer .item.contact-block .map{display: none;}
body, html {height: 100%;}
body {position: relative;}
html > body {height: auto;min-height: 100%;}
* html body {height: 100%;}
.footer-container { position: absolute; left: 0; bottom: 0; width: 100%; padding-top: 35px;}
.cms-index-index .footer-container,
.catalog-category-view .footer-container,
.catalog-product-view .footer-container,
.catalogsearch-result-index .footer-container,
.storelocator-index-index .footer-container,
.amshopby-index-index .footer-container{padding-top: 0;}
.empty-footer{width: 100%; height: 459px;}

/*** HOME PAGE MEDIA QUERY ***/
.featured-products .slides .owl-controls {margin: 0;}
@media only screen and (min-width: 1251px) {
    .featured-products .slides .owl-controls {bottom: 0; height: 50%; left: 0; position: absolute; width: 100%; z-index: initial;}
    .featured-products .slides .owl-nav {color: #fff; margin: 0 auto; max-width: 1150px; position: relative;}
    .featured-products .slides .owl-nav > div{position: absolute; top: 0; margin-top: -1em;}
    .featured-products .slides .owl-nav .owl-prev{left: -42px;}
    .featured-products .slides .owl-nav .owl-next{right: -42px;}

}

@media only screen and (max-width: 1440px) {
    #header-cart.skip-active{right: 0; transform:none; left: auto;}
}

@media only screen and (max-width: 1250px) {
    .cms-index-index .featured-products .owl-carousel:not(.owl-single) {padding-bottom: 0;}
    .featured-products .slides .owl-dots{display: none !important;}
    .featured-products .slides .owl-nav{text-align: center; padding: 22px 0 0 0; margin-bottom: -4px;}
    .featured-products .slides .owl-nav > div{display: inline-block; padding: 0 25px;}
    .featured-products .slides .owl-nav > div .fa{font-size: 39.5px;}

}

@media only screen and (max-width: 1199px) {
    .home-slider .item .inner{padding: 150px 0 0 0;}
    .footer-container .inner{padding: 0;}
    .footer-container .footer .item{padding: 0 12.5px; margin: 0 0 42px 0;}
    .footer-container .footer .item.contact-block{clear: both; width: 100%; border-top: 1px solid #404351; padding-top: 49px; margin-bottom: 45px;}
    .footer-container .footer .contact-info span{display: inline;}
    .home-slider .item .inner h2{font-size: 32px; line-height: 42px; padding: 63px 0 40px 0;}
    .parent-home-slider .home-search .input-text{height: 65px;}
    .parent-home-slider .home-search .search-button{height: 65px; width: 65px;}
    .parent-home-slider .home-search .input-box{max-width: 677px;}
    .featured-products .filter{margin: 0 0 15px 0;}
    .featured-products .slides .owl-nav{padding: 12px 0 0 0;}
    .featured-news .inner{padding: 0 75px;}
    .featured-news{padding: 88px 0 25px;}
    .featured-news .inner .news{padding: 50px 24px 25px;}
    .featured-news .inner .news .info{margin-left: 83px;}
    .featured-news .inner .news-col.right .info{margin-left: 90px;}
    .featured-news .inner .news .info .product-name{padding: 0 0 9px 0;}
    .featured-news .inner .news-col.right .news{padding: 25px 28px 23px;}
    .footer-container .footer{padding: 5px 0 0;}
    .footer-container .footer .item h3{margin: 42px 0 15px;}
    .footer-container .footer .footer-logo{margin: 0 0 11px 0;}
    .footer-container .footer-social{margin: 44px 0 0 0;}
    .bottom-footer .inner{padding: 0 12.5px;}
    .home-slider .item .inner{background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/banner-arrow-mobile.png") center bottom no-repeat;}
	.parent-home-slider .home-search .search-autocomplete{max-width: 677px;}
	#search_autocomplete_block.search-autocomplete ul{width: 591px;}
    .page-header #search, .page-header #search_fixed {width: 370px;}
}
@media only screen and (min-width: 1025px) {
    .page-header .nav-primary, .page-header nav.child{display: table-cell; vertical-align: top;}
    .page-header .nav-primary { padding: 24px 0px; max-width: 100% !important; width: 100% !important;}
    /*.page-header nav.child {max-width: 60% !important; width: 60% !important;}*/
    .page-header #header-nav #nav.multiple.level-3-show .nav-primary {max-width: 40% !important; width: 40% !important;}
    .page-header #header-nav #nav.multiple .nav-primary {max-width: 57% !important; width: 57% !important;}
    .page-header #header-nav #nav.multiple{width: 70.25%;}
    .page-header #header-nav #nav.multiple.level-3-show {width: 100%;}
    .page-header #header-nav #nav{background: #ffffff;display: table;table-layout: fixed; width: 40%; border-bottom: 2px solid rgba(0,0,0,0.51);-webkit-box-shadow: 0px 9px 22px -9px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0px 9px 22px -9px rgba(0, 0, 0, 0.4);box-shadow: 0px 9px 22px -9px rgba(0, 0, 0, 0.4);}
    .page-header #header-nav.skip-active { transform: translate3d(0px, 0px, 0px) !important;}
    .page-header nav.child li.category-label .back{display: none;}
    .page-header .nav-primary .level0.nav-12.last {margin: 15px 0 0 0; padding-top: 27px; padding-bottom: 27px;}
}

@media only screen and (max-width: 1024px) {
    .page-header .skip-links { position: static; }
    .page-header .skip-links .header-nav-block {position: static;float: left;width: auto;}
    .page-header .skip-links .header-search-block { margin: 0; }
    .page-header #header-nav.skip-active { left: 0; background: none; padding: 0; margin: 0;     overflow: hidden;
    position: absolute;     width: 3500px; }
    .page-header #header-nav #nav { display: block; }
    .page-header .navigation-tab { float: left; }
    .page-header .nav-primary li.parent.level0 > a + span:after {/* content: "\f054"; */display: block;line-height: inherit;font-family: FontAwesome;margin-top: -0.6em;position: absolute;right: 0px;/* top: 50%; */font-size: 12px;font-weight: 400;color: #ffffff;top: 3px;}
    .page-header .skip-links .nav-primary li{padding: 12px 12.5px;overflow: hidden;}
    .page-header #header-nav #nav.multiple .nav-primary {/* width: auto !important; */}
    .page-header #nav > nav.child {background: #f8f8f8; padding: 0 0 17px; border-bottom: 2px solid rgba(0, 0, 0, 0.51);}
    .page-header #nav > nav.child > ul {padding: 0;}
    .page-header nav.child li {padding: 10px 12.5px 10px 33px;overflow: hidden;}
    .page-header nav.child li a {color: #757575 !important;font-size: 14px !important;/* display: block; */}
    .page-header nav.child li a:hover {border-bottom: 2px solid #006db1;}
    .page-header .child-1 a.level1 + .fa-angle-right { color: #006db1; font-size: 20px; font-weight: bold; float: right; display: block;padding: 0 10px;}
/*     .page-header .child-1 a.level1.has-children:after {content: "\f054";display: block;line-height: inherit;font-family: FontAwesome;margin-top: -0.6em;position: absolute;right: 0px;top: 50%;font-size: 12px;font-weight: 400;color: #006db1;} */
}

@media only screen and (max-width: 1024px) {
    .page-header #header-nav.skip-active {transition: all 0s ease 0s; -webkit-transition: all 0s ease 0s; -moz-transition: all 0s ease 0s; -ms-transition: all 0s ease 0s; -o-transition: all 0s ease 0s;}
	.page-header.fixed-position .header-search-block #header-search{border-left: none;}
	.page-header .header-search{display: none !important;}
    .page-header #search{width: 100%;}
    .page-header #search_mini_form_fixed {display: none !important;}
    .page-header #header-search{display: none; width: auto;}
    .page-header .skip-search{display: block;}
    .page-header .skip-links .header-nav-block, .page-header .skip-links .header-search-block, .account-cart-wrapper .header-account-parent, .header-minicart, .account-cart-wrapper{position: inherit;}
    #header-account .links {padding: 35px 12.5px;}
    #header-cart.skip-active, #header-account.skip-active{transform: none; -webkit-transform: none; -ms-transform: none;}
    #header-cart.skip-active {border-top: 1px solid #ededed;}
    .page-header #header-search, .page-header #header-nav #nav,
    #header-cart.skip-active, #header-account.skip-active {
        -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.51);
        -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.51);
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.51);
    }
    .page-header #header-nav.skip-active{left: 0; background: none; padding: 0; margin: 0;}
    .page-header #header-nav #nav{display: block;}
    .logo{position: relative; z-index: 11;}
    .page-header #header-nav:after{content: "";}
    .page-header .skip-nav.skip-active:after, .page-header .skip-search.skip-active:after,
    .page-header .skip-account.skip-active:after, .page-header .skip-cart.skip-active:after{content: "\f0d8"; font-family: 'FontAwesome'; position: absolute; bottom: -3px; left: 50%; font-size: 25px; color: #fff; line-height: 13px; z-index: 12; margin-left: -6px;}
    .page-header .skip-nav.skip-active:before, .page-header .skip-search.skip-active:before,
    .page-header .skip-account.skip-active:before, .page-header .skip-cart.skip-active:before{content: "\f0d8"; font-family: 'FontAwesome'; position: absolute; bottom: -3px; left: 50%; font-size: 32px; color: #ededed; line-height: 14px; margin-left: -8px;}
    .page-header .skip-nav.skip-active:after {color: #3e3f49; bottom: -10px;}
    .page-header .skip-nav.skip-active.hideArrow:after {display: none;}
    .page-header .skip-nav.skip-active:before {content: '';}
    .page-header .nav-primary, .page-header nav.child{display: block; min-width: auto; max-width: inherit; width: auto;}
    .page-header #header-search.skip-active, #header-cart.skip-active{display: block; position: absolute; top: 100%; left: 0; width: 100%; z-index: 10;}
    .page-header #header-search.skip-active #search_mini_form{display: block;}
    .page-header .skip-link {padding: 0 25px;}
    .page-header .skip-cart {padding: 0;}
    .page-header .skip-search .icon{width: 24px; height: 24px; background-image: none !important; display: inline-block; vertical-align: middle; width: auto; height: auto;}
    .page-header .skip-search .icon:after {color: #757575; font-size: 18px; content: "\f002"; font-family: 'FontAwesome';}
    .page-header .skip-search .icon:hover:after, .page-header .skip-search.skip-active .icon:after {color: #006db1;}
    .page-header .skip-links .header-search-block, .page-header.fixed-position .skip-links .header-search-block {margin: 0;}
    .page-header #header-search, #header-account.skip-active {padding: 8px 12.5px; background: #fff; border: none; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; }
    #header-cart.skip-active {padding: 8px 12.5px;}
    .header-minicart .minicart-actions {padding-left: 0; padding-right: 0;}
    #header-account.skip-active{ z-index: 10; padding: 0;}
    #header-account.skip-active{width: 100%; left: 0; right: auto; top: 100%;}
    #header-account a{text-align: left; padding-left: 35px;}
    #header-account li a:before {left: 12.5px;}
    .header-minicart .mini-products-list{padding: 0;}
    .header-minicart .mini-products-list li{padding-left: 0; padding-right: 0;}
    .featured-products .slides .owl-controls {bottom: 0; height: 50%; left: 0; position: absolute; width: 100%; z-index: initial;}
    .featured-products .slides .owl-nav {color: #fff; margin: 0 auto; max-width: 1150px; position: relative;}
    .featured-products .slides .owl-nav > div{position: absolute; top: 0; margin-top: -1em;}
    .featured-products .slides .owl-nav .owl-prev{left: -65px;}
    .featured-products .slides .owl-nav .owl-next{right: -65px;}
    .featured-products .slides .owl-nav > div .fa{font-size: 60px;}
    .featured-news .inner .news-col, .featured-news .inner .news-col.right, .featured-news .inner .news-col.left{float: none; width: 100%; padding: 0;}
    .featured-news .inner .news-col .desc{max-height: 5.6em !important;}
    .featured-news .inner .news-col.left{margin: 0 0 28px 0;}
    .featured-news .inner .news .info .product-name a{font-size: 18px; line-height: 28px;}
    .featured-news .inner .news .info .desc{font-size: 14px; line-height: 24px;}
    .featured-news .inner .news-col.left .news{max-height: inherit !important; min-height: inherit !important;}
    .featured-news .inner .news-col .title{font-size: 24px; padding: 14px 40px;}
    .parent-home-slider .home-search .input-box{max-width: 610px;}
    .featured-products .slides-parent{padding: 0 65px;}
    .featured-news{padding: 50px 0 25px;}
    .featured-news .inner{padding: 0 77px;}
    .featured-news .inner .news-col.left .news, .featured-news .inner .news-col.right .news{padding: 27px 40px 16px;}
    .featured-news .inner .news-col.left .news .date-inner, .featured-news .inner .news-col.right .news .date-inner{ border-width: 3px;}
    .featured-news .inner .news-col .news .date > div{width: 52px; height: 52px;}
    .featured-news .inner .news-col.left .news .info, .featured-news .inner .news-col.right .news .info{margin-left: 65px;}
    .featured-news .inner .news-col.left .news .info, .featured-news .inner .news-col.right .news .info{margin-top: -2px;}
    .featured-news .inner .news-col.left .news .info .product-name, .featured-news .inner .news-col.right .news .info .product-name{padding: 0 0 4px 0;}
    .footer-container .footer .item{width: 33.3%;}
    .featured-products .slides .owl-nav > div{padding: 0;}
    .page-header .nav-primary{padding: 14px 0;}
    .page-header .nav-primary .child{padding: 03px 0 0;}
    .page-header #header-search .search-button{top: 6px; right: 20px;}
    .page-header.fixed-position #header-search{margin: 0; border-left: none;}
    .page-header.fixed-position #header-search .search-button{background-position: -381px -10px;}
    .page-header.fixed-position #header-search .search-button:hover{background-position: -381px -44px;}
    .page-header.fixed-position .skip-search .icon{background-position: -381px -78px}
    .page-header.fixed-position .skip-search:hover .icon, .page-header.fixed-position .skip-search.skip-active .icon {background-position: -381px -112px;}
	#search_autocomplete_block.search-autocomplete{max-width: 610px;}
	#search_autocomplete_block.search-autocomplete ul{width: 524px;}
	.page-header.scroll-top .header-search-block #header-search{border-left: none;}
	.page-header.scroll-top #header-search{border-bottom: 1px solid #ededed;}
    .page-header .skip-links {position: initial;}
    .page-header .skip-link.skip-account {padding-left: 35px;}
    .page-header .skip-links .header-nav-block {float: left; width: auto;}
    .page-header #nav > nav.child > ul {padding: 0;}
    .page-header nav.child li {padding: 10px 12.5px 10px 33px;}
    .page-header nav.child li a {color: #757575 !important;font-size: 14px !important;float: left;}
    .page-header nav.child li a:hover {border-bottom: 2px solid #006db1;}
    .page-header #nav > nav.child {background: #f8f8f8; padding: 0 0 17px; border-bottom: 2px solid rgba(0, 0, 0, 0.51);}
/*     .page-header .nav-primary li.parent.level0 > a:after { content: "\f054"; display: block; line-height: inherit; font-family: FontAwesome; margin-top: -0.6em; position: absolute; right: 0px; top: 50%; font-size: 12px;  font-weight: 400;  color: #ffffff;} */
}
@media only screen and (min-width: 1025px) {
    .page-header .nav-primary { padding: 24px 0px 0px; max-width: 100% !important; width: 100% !important;}
    .page-header nav.child {position: relative;}
    .page-header #nav > nav.child {max-width: 43% !important;width: 43% !important; overflow: hidden;}
    .page-header #nav.level-3-show > nav.child {max-width: 60% !important; width: 60% !important;}
    .page-header #nav.level-3-show > nav.child:after{content: ''; background: #fff; width: 50%; height: 1000px; position: absolute; right: 0; top: 0;}
    .page-header #nav > nav.child > nav.child {padding-top: 24px; padding-bottom: 24px; max-width: 50%; width: 50%; z-index: 100;}
    .page-header .nav-primary > li:hover a, .page-header .nav-primary > li.menu-active a {font-weight: bold;}
    .page-header nav.child li.level1.menu-active a, .page-header nav.child li.level2:hover a, .page-header nav.child li.level1:hover a{color: #3e3f49 !important; font-weight: bold !important;}
}

@media only screen and (max-width: 810px) {
    .logo{width: 37%;}
}

@media only screen and (max-width: 767px) {
    .page-header.fixed-position .skip-links .header-search-block{border: none;}
    .page-header .skip-links .header-search-block{border: none;}
    .page-header.fixed-position .logo{padding: 7px 0 0 0;}
    .page-header .page-header-container .top-header{padding: 0;}
    .page-header .logo{float: none; width: 100%; margin: 0; min-height: 48px;}
    .page-header .logo img.small, .page-header.fixed-position .logo .mobile-fixed{position: absolute; left: 0; right: 0; margin: 0 auto;}
    .page-header .skip-links{margin: 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
    .page-header.fixed-position .skip-links{border-top: 1px solid #1d1f29; border-bottom: 1px solid #1d1f29;}
    .page-header .skip-links .header-nav-block, .page-header .skip-links .header-search-block{width: 25%;}
    .account-cart-wrapper, .page-header .header-minicart, .account-cart-wrapper .header-account-parent{width: 50%;}
    .account-cart-wrapper .header-account-parent, .header-minicart{float: left;}
    .account-cart-wrapper .header-account-parent{text-align: center;}
    .page-header .skip-link.skip-account{float: none; width: 100%; padding: 0;}
    .page-header.fixed-position #header-search .search-button:after {color: #006db1;}
    .page-header .skip-link{border: none !important; height: 58px; line-height: 56px;}
    .page-header .skip-link .label{display: none;}
    .page-header .skip-nav {background: none; border-radius: 0;}
    .skip-link.skip-nav .icon, .skip-link.skip-cart:not(.no-count) .icon{margin: 0;}
    .skip-link.skip-nav .icon{ background-image: none !important; display: inline-block; vertical-align: middle; width: auto; height: auto;}
    .skip-link.skip-nav .icon:after { color: #757575; font-size: 21px; content: "\f0c9"; font-family: 'FontAwesome'; }
    .page-header .skip-nav.skip-active:after {bottom: -3px;}
    .page-header .skip-links .header-nav-block {padding: 0;}
    .page-header .skip-account .icon{display: block; text-indent: inherit; background: none !important; color: #757575; font-size: 21px; margin: 0 auto;}
    .page-header .skip-account:hover .icon, .page-header .skip-account.skip-active .icon{color: #006db1;}
    .page-header .skip-link.skip-nav, .page-header .skip-link.skip-search{width: 100%;}
    .page-header .skip-cart{float: none; display: block;}
    .page-header .skip-cart .icon {display: inline-block; background-image: none !important; width: auto; height: auto;}
    .page-header .skip-cart .icon:after { content: "\f07a"; font-family: 'FontAwesome'; font-size: 21px;}
    .header-minicart{text-align: center;}
    .page-header.fixed-position .logo .fixed, .page-header.fixed-position .logo .small{display: none;}
    .page-header.fixed-position .mobile-fixed{display: block;}
    .page-header.fixed-position .skip-search .icon{background-position: -455px -80px;}
    .page-header.fixed-position .skip-search:hover .icon, .page-header.fixed-position .skip-search.skip-active .icon {background-position: -455px -114px;}
    .page-header.fixed-position .skip-account .icon, .page-header.fixed-position .skip-link.skip-nav .icon:after,
    .page-header.fixed-position .skip-search .icon:after, .page-header.fixed-position .skip-cart .icon:after{color: #b2b2b2;}

    .page-header .skip-link.skip-nav .icon:hover:after, .page-header .skip-link.skip-nav.skip-active .icon:after{color: #006db1;}

    .page-header.fixed-position .skip-account:hover .icon, .page-header.fixed-position .skip-account.skip-active .icon,
    .page-header.fixed-position .skip-link.skip-nav .icon:hover:after, .page-header.fixed-position .skip-link.skip-nav.skip-active .icon:after,
    .page-header.fixed-position .skip-link.skip-search .icon:hover:after, .page-header.fixed-position .skip-link.skip-search.skip-active .icon:after,
    .page-header.fixed-position .skip-link.skip-cart .icon:hover:after, .page-header.fixed-position .skip-link.skip-cart.skip-active .icon:after {color: #fff;}

    .home-slider .item{height: 415px;}
    .parent-home-slider .home-search{display: none;}
    .home-slider .item .inner h2{font-size: 26px; line-height: 36px; padding: 0;}
    .home-slider .item .inner{vertical-align: middle; padding: 0 0 22px 0;}
    .featured-products .filter label, .featured-products .filter .bootstrap-select.btn-group .btn .filter-option{font-size: 18px;}
    .featured-products .filter label{display: block;}
    .featured-products .filter .bootstrap-select.btn-group .btn .caret{font-size: 22px;}
    .featured-products .filter .btn.selectpicker.btn-default{padding:0 61px 0 0;}
    .featured-products .slides .owl-nav > div .fa{font-size: 40px;}
    .featured-products .slides-parent{padding: 0;}
    .featured-products .slides .owl-controls{position: relative;}
    .featured-products .slides .owl-nav > div{position: relative; left: auto !important; right: auto !important; padding: 0 25px;}
    .featured-products .slides .owl-nav{padding: 38px 0 0 0; margin-bottom: -8px;}
    .featured-news .inner{padding: 0 12.5px;}
    .featured-news .inner .news-col.left .news, .featured-news .inner .news-col.right .news{padding: 25px 12.5px;}
    .featured-news .inner .news-col.left, .featured-news .inner .news{margin: 0 0 3px 0;}
    .featured-news .inner .news .info .desc{display: none;}
    .featured-news .inner .news-col .news{display: table; width: 100%;}
    .featured-news .inner .news-col .news > div{display: table-cell; vertical-align: middle; float: none; }
    .featured-news .inner .news-col .news .info{padding: 0 0 0 11px;}
    .featured-news .inner .news .info .product-name a{font-size: 16px; line-height: 26px;}
    .featured-news .inner .news .info{width: 100%; position: relative;}
    .featured-news .inner .news .info .product-name{max-height: 6.5em; overflow: hidden; padding: 0 10px 0 0 !important;}
    .featured-news .inner .news .info .product-name:after{content: "\f105"; font-family: 'FontAwesome'; position: absolute; top: 50%; right: -4px; color: #fff; font-size: 18px; margin-top: -0.7em;}
    .featured-news .inner .news .info .product-name:hover:after{color: #b2b2b2;}
    .select-interests .inner-block p{font-size: 18px; line-height: 28px;}
    .select-interests .inner-block p span{display: none;}
    .select-interests{height: 230px;}
    .footer-container .footer .item{width: 100%; float: none; padding: 0; border-bottom: 1px solid #404351;}
    .footer-container .footer .item{margin: 0;}
    .footer-container .footer .item ul{display: none;}
    .footer-container .footer .item h3{margin: 10px 0; padding: 0 12.5px; cursor: pointer; position: relative; letter-spacing: 1.5px;}
    .footer-container .footer .item h3:after{content: "\f105"; font-family: 'FontAwesome'; position: absolute; top: 50%; right: 12.5px; color: #a4a4a4; font-size: 18px; margin-top: -0.8em;}
    .footer-container .footer{padding: 39px 0 43px;}
    .footer-container.mobile .item.opened ul{display: block; padding: 0 40px 9px; margin: -5px 0 0;}
    .footer-container .footer .item.contact-block{border: none; padding: 50px 12.5px 0; margin-bottom: 0;}
    .footer-container .footer .contact-info span{display: block; width: 100%; height: 0; opacity:0; color: transparent;}
    .footer-container .bottom-footer ul li{margin: 0; display: block;}
    .footer-container .footer .item ul.footer-social{display: block;}
    .footer-container .footer .item.contact-block .map{display: block; margin: 16px 0 0;}
    .footer-container .footer .item.contact-block .map a{color: #ffffff; font-size: 14px; text-decoration: none;}
    .footer-container .footer .item.contact-block .map strong{color: #1b90c9; padding: 0 10px 0 0;}
    .footer-container .footer .item.contact-block .map a:hover{color: #1b90c9;}
    .z-block-header{margin: 0;}
    .z-block-header .subscription{line-height: 18px; padding: 5px 12.5px 9px;}
    .featured-products .filter{margin: 3px 0 18px;}
    .featured-news .inner .news-col .title{padding: 14px 12px;}
    .featured-news .inner .news .date label{padding: 3px 0 0 0;}
    .featured-news{padding: 50px 0 48px;}
    .select-interests{padding: 21px 0;}
    .select-interests .inner-block p{letter-spacing: inherit;}
    .select-interests .inner-block p{margin: 6.5px 0;}
    .page-header #header-search, #header-account.skip-active, #header-cart.skip-active, .page-header #header-nav #nav{border-top: none;}
    .featured-products .filter .bootstrap-select.btn-group .dropdown-menu{min-width: 295px;}
    .home-slider .owl-controls{padding-top: 42px;}
}
@media only screen and (max-width: 479px) {
    .home-slider .item .inner{padding-bottom: 0;}
    .checkout-types{float: none;}
    .header-minicart .minicart-actions .checkout-types.minicart li{text-align: center;}
    .header-minicart .minicart-actions .cart-link{float: none;}
    .select-interests{height: 290px;}
    .home-slider .owl-controls{padding-top: 50px;}
}

/* SOCIAL ICON STYLES */

.social-icons {}
.social-icons li{display: inline-block; margin: 0 7px 0 0 !important;}
.social-icons li img.hover{display: none;}
.social-icons li:hover img.hover{display: block;}
.social-icons li:hover img.original{display: none;}

/* Z-BLOCK POPUP */
.zblock-item #popupModal {display: none;}


/*** CATEGORY LEVEL 2 ***/

/*** CATEGORY LEVEL 3 ***/

.block-layered-nav .block-content > dl > dt{color: #213261; font-size: 18px; text-transform: uppercase; margin: 30px 0 0 0; word-break: break-word;}
.block-layered-nav dl dd{border-bottom: 1px solid #e5e5e5; padding-bottom: 23px; margin: 12px 0 0px;}
.block-layered-nav dl dd:last-child{margin-bottom: 0; border-bottom: 0;}
.block-layered-nav dl dd ol li{font-size: 14px; line-height: 19px;}
.block-layered-nav dl dd ol li.amshopby-cat-multiselected a{font-weight: bold;}
.block-layered-nav dl dd ol li.label{color: #333333; text-transform: uppercase; font-weight: 500; margin: 21px 0 8px;}
.block-layered-nav dl dd ol li.label:first-child{margin-top: 0; padding-top: 9px;}
.block-layered-nav dl dd ol > li > a{color: #757575; text-decoration: none; position: relative; padding: 7px 15px 7px 25px; display: block;}
.block-layered-nav dl dd ol > li > a .count{padding: 0 0 0 3px;}
.block-layered-nav .amshopby-more{color: #333333;}
.block-layered-nav dl dd ol li a span{color: #9d9c9c;}
.block-layered-nav dl dd ol li a:hover, .block-layered-nav dl dd ol li a.amshopby-attr-selected{color: #006db1;}
.block-layered-nav dl dd ol li a:hover span{color: #757575;}
.block-layered-nav dl dd ol > li > a:before{ color: #b2b2b2; content: "\f096"; font-family: "FontAwesome"; font-size: 14px; padding: 0 10px 0 0; position: absolute; left: 1px; top: 50%; margin-top: -0.6em;}
.block-layered-nav dl dd ol > li > a.amshopby-attr-selected:before{content: "\f046"; color: #006db1;}
/*.product-view .product-shop input[type="checkbox"]:checked + .label label{color: #003087;}*/
.block-layered-nav .currently ol li .label{display: none;}
.block-layered-nav .block-subtitle{color: #213261; font-size: 18px; text-transform: uppercase; font-weight: normal; margin: 0 0 25px 0;}
.block-layered-nav .currently ol{padding: 0;}
.block-layered-nav .btn-remove-filter{padding: 0; color: #006db1; font-size: 18px; text-decoration: none;}
.block-layered-nav .currently ol li:hover{ cursor: pointer; color: #1b90c9;}
.block-layered-nav .currently ol li:hover a, .block-layered-nav .currently ol li:hover a span{color: #1b90c9;}
.block-layered-nav .currently ol li a > strong{float: left;}
.block-layered-nav .currently ol li span{ max-width: 100%; display: block;}
.block-layered-nav .currently ol li a span{font-size: 14px; color: #757575;}
.block-layered-nav .currently ol li a span.price{display: inline-block; margin: 0;}
.block-layered-nav .actions a:before{ content: "\f057"; font-family: "FontAwesome"; font-size: 18px; padding: 0 10px 0 0; }
.block-layered-nav .actions a{text-decoration: none; color: #ad452d; font-size: 14px; text-transform: uppercase;}
.block-layered-nav .actions a:hover{color: #d8644a;}
.block-layered-nav .actions{margin: 24px 0 0px 0; padding: 0 0 30px 0; border-bottom: 1px solid #e5e5e5;}
.category-title h1{color: #333333; font-size: 30px; font-weight: 700; text-transform: capitalize;}
.block-layered-nav input{background: #ebebeb; border: none; color: #333333; font-size: 16px; height: 40px; padding: 0 25px; border: 1px solid #ebebeb;}
.block-layered-nav input:focus{border: 1px solid #007cc3; background: transparent;}
.block-layered-nav .amshopby-clearer a.amshopby-more:before{ content: "\f0fe"; color: #b2b2b2;}
.block-layered-nav .amshopby-clearer a.amshopby-less:before{ content: "\f146"; color: #b2b2b2;}
.block-layered-nav .amshopby-clearer a:hover, .block-layered-nav .amshopby-clearer a:hover:before{color: #006db1;}
.block-layered-nav .btn.selectpicker.btn-default{background: none; border: none; padding: 0px 42px 0px 10px; border: 1px solid #007cc3; height: 44px; line-height: 42px; border-radius: 5px; width: 100%;}
.bootstrap-select.btn-group.open .btn.selectpicker.btn-default{border-radius: 5px 5px 0 0;}
.block-layered-nav .bootstrap-select.btn-group .btn .filter-option{font-size: 14px; color: #757575; letter-spacing: 0.5px;}
.block-layered-nav .bootstrap-select.btn-group .btn .caret{font-size: 26px; color: #007cc3; right: 9px;}
.block-layered-nav .bootstrap-select.btn-group > .dropdown-menu{padding: 7px 0 !important; border: 1px solid #007cc3; border-radius:0 0 5px 5px;}
.block-layered-nav .bootstrap-select.btn-group .dropdown-menu li > a{color: #006db1; font-size: 14px;}
.block-layered-nav .bootstrap-select.btn-group .dropdown-menu li > a span{color: #006db1;}
.block-layered-nav .bootstrap-select.btn-group .dropdown-menu li.selected a{font-weight: 700;}
.block-layered-nav .bootstrap-select.btn-group .dropdown-menu li:hover{background: #f4f4f4;}
.block-layered-nav .bootstrap-select.btn-group{position: relative; width: 60% !important;}
.block-layered-nav .dropdown-menu > li > a{padding: 5.5px 14px;}
.block-layered-nav .bootstrap-select.btn-group .dropdown-menu li.selected:hover a{color: #006db1; background: #f4f4f4;}
.block-layered-nav #event-zip{margin: 0 0 15px 0;}
.block-layered-nav .event-button{float: right; width: 35%; padding: 12px 0;}
.block-layered-nav .amasty-price{width: 45%; float: left;}
.block-layered-nav .amshopby-price-find{clear: both; margin: 20px 0 0;}
.block-layered-nav .amasty-separator{width: 10%; text-align: center; float: left; padding: 0; height: 40px; line-height: 40px;}
.block-layered-nav input::-webkit-input-placeholder {color:#333333;}
.block-layered-nav input::-moz-placeholder          {color:#333333; opacity:  1;}/* Firefox 19+ */
.block-layered-nav input:-moz-placeholder           {color:#333333; opacity:  1;}/* Firefox 18- */
.block-layered-nav input:-ms-input-placeholder      {color:#333333;}
.block-layered-nav .rating-box{color: #006db1; padding: 0 5px 0 0; display: inline-block;}
.block-layered-nav .rating-box:hover{color: #1b90c9;}
.category-products .toolbar .count-items, .category-products .toolbar .limiter, .category-products .toolbar .view-mode{float: left;}
.category-products .toolbar .count-items{padding: 0 25px 0 0; margin: 0 25px 0 0; border-right: 1px solid #d2d2d2;}
.category-products .toolbar .view-mode{margin: 0 0 0 25px; padding: 0 0 0 25px; border-left: 1px solid #d2d2d2;}
.category-products .toolbar .sort-by{float: right;}
.category-products .toolbar .count-items{padding-left: 0; color: #757575; font-weight: 700;}
.category-products .toolbar .view-mode{border-right: none;}
.category-products .toolbar{line-height: 28px; font-size: 16px;}
.category-products .toolbar label{font-size: 16px; color: #757575;}
.category-products .products-grid .item{float: left; width: 33.33%; padding: 0 0 0 25px; margin: 0 0 25px 0;}
.block-layered-nav .category-head{display: none;}
.block-layered-nav .amshopby-cat a:before{content: '';}
.block-layered-nav .amshopby-cat > a{padding-left: 0; color: #006db1;}
.block-layered-nav .amshopby-cat > a span.count{color: #757575; padding: 0 0 0 4px;}
.block-layered-nav .amshopby-cat > a:hover{color: #24a6e5;}
.block-layered-nav .currently ol li a:before{content: '';}
.block-layered-nav .currently ol li span{padding:0; margin: 0 0 0 25px;}
.block-layered-nav dl dd.current-filters{border: none; margin: 0; padding: 0;}
.block-layered-nav dl dd.current-filters p{ padding: 30px 0 0 ;}
.block-layered-nav #narrow-by-list dd:first-child{padding: 0;}
.category-products{padding: 0 0 11px 0;}
.category-products .toolbar{}
.toolbar .btn.selectpicker.btn-default{background: none; border: none; padding: 0px 20px 0px 5px;}
.toolbar .bootstrap-select.btn-group .btn .filter-option{font-size: 16px; color: #007cc3; letter-spacing: 0.5px; text-transform: lowercase;}
.toolbar .bootstrap-select.btn-group .btn .caret{font-size: 22px; color: #007cc3;}
.toolbar .bootstrap-select.btn-group > .dropdown-menu{border: none; padding: 7px 0 !important;}
.toolbar .bootstrap-select.btn-group .dropdown-menu li > a{color: #006db1; font-size: 14px;}
.toolbar .bootstrap-select.btn-group .dropdown-menu li:hover,
.toolbar .bootstrap-select.btn-group .dropdown-menu li.selected:hover a{background: #f4f4f4;}
.toolbar .bootstrap-select.btn-group{position: initial;}
.toolbar .btn-group.open > .dropdown-menu{margin-top: 15px; border: 1px solid #007cc3;}
.box-reviews .toolbar .btn-group.open > .dropdown-menu {margin-top: 0;}
.toolbar .dropdown-menu > li > a{padding: 5.5px 14px;}
.toolbar .bootstrap-select.btn-group .dropdown-menu li.selected:hover a{color: #006db1;}
.toolbar .limiter, .category-products .toolbar .sort-by{position: relative;}
.toolbar .btn.selectpicker.btn-default{line-height: 28px;}
.toolbar label{line-height: 28px;}
.toolbar .bootstrap-select.btn-group .dropdown-menu li a span.text{text-transform: lowercase;}
.toolbar .bootstrap-select.btn-group .dropdown-menu li.selected span{font-weight: 700;}
.toolbar .bootstrap-select.btn-group .btn .caret{right: 0;}
.category-products .toolbar{padding: 0 0 0 25px;}
.toolbar > .view-mode .grid, .toolbar > .view-mode .list{background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/sprite-mode.png") no-repeat; text-indent: -300px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; color: transparent; overflow: hidden;}
.toolbar > .view-mode .grid{background-position:  -121px 0px;}
.toolbar > .view-mode .list{background-position: -121px -39px;}
.toolbar > .view-mode strong.grid{background-position: 0 0px;}
.toolbar > .view-mode strong.list{background-position: 0 -39px;}
.toolbar > .view-mode a.list:hover{text-indent: -79px; text-decoration: none; padding: 0 0 0 78px; background-position: 42px -39px; color: #006db1;}
.toolbar > .view-mode a.grid:hover{text-indent: 0px; text-decoration: none; padding: 0 78px 0 0; background-position: 50px 0 ; color: #006db1;}
.toolbar > .view-mode > *:first-child{margin: 0 25px 0 0;}
.category-products .toolbar-bottom .pages{margin: 48px 0 23px 0;}
.category-products .toolbar-bottom .pager{text-align: center; float: none; width: 100%;}
.category-products .toolbar-bottom .pages strong{display: none;}
.category-products .toolbar-bottom .pages li{display: inline-block; height: 28px; line-height: 28px; font-size: 14px; color: #006db1; margin: 0; border: 1px solid transparent; min-width: 28px;}
.category-products .toolbar-bottom .pages li a{color: #006db1; text-decoration: none; text-transform: uppercase; padding: 0 8px; display: block;}
.category-products .toolbar-bottom .pages li.current{border: 1px solid #d2d2d2; padding: 0 8px;}
.category-products .toolbar-bottom .pages li.current:hover{background: none;}
.category-products .toolbar-bottom .pages li:hover a{color: #fff;}
.category-products .toolbar-bottom .pages li:hover{background: #006db1;}
.category-products .toolbar-bottom .pages li.next{margin: 0 0 0 27px;}
.category-products .toolbar-bottom .pages li.previous{margin: 0 27px 0 0;}
.main-container .dotdotdot-description .inner {max-height: 8em; overflow: hidden}
.main-container .dotdotdot-description .link{color: #006db1; font-size: 13px; cursor: pointer;}
.main-container .dotdotdot-description .link:hover{color: #24a6e5;}
.main-container .dotdotdot-description .link.more:before{ content: "\f105"; font-family: FontAwesome; font-size: 13px; padding: 0 5px 0 0;}
.main-container .dotdotdot-description .link.less:before{ content: "\f104"; font-family: FontAwesome; font-size: 13px; padding: 0 5px 0 0;}
.products-list{padding: 0 0 0 25px;}
.products-list .product-image{border: none;}
.products-list .item{-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); background: #fff; padding: 25px 25px 15px 25px; margin: 0 0 25px 0; text-indent: 0.5px;}
.products-list .item .product-image{float: left; width: 32%; padding: 0 12.5px 0 0;}
.products-list .item .info{float: right; width: 68%; padding: 0 0 0 12.5px; margin: -7px 0 0 0; letter-spacing: 0.5px;}
.products-list .item .product-image img{max-width: 100%; width: 100%;}
.products-list .item .product-type{width: 100%; height: 25px; line-height: 25px; display: block; background: #213261; padding: 0 5px; text-align: center; color: #ffffff; font-size: 11px; text-transform: uppercase; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.products-list .item .product-type label{font-weight: 400; font-size: 11px;}
.products-list .item .product-type img{width: auto; display: inline-block; margin: 0 10px 0 0;  vertical-align: middle; margin-bottom:0.25em;}
.products-list .item .product-name a{color: #006db1; font-size: 16px; line-height: 26px; font-weight: normal; text-transform: none; text-decoration: none; max-height: 110px; display: block; overflow: hidden;}
.products-list .item .product-name:hover a{color: #24a6e5;}
.products-list .item .price-box .price{color: #ad452d; font-size: 14px; font-weight: 700;}
.products-list .item .price-box .old-price .price{color: #757575; font-weight: 400;}
.products-list .item .placeholder .icon{position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; text-align: center; transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%); padding: 0 12.5px 0 0;}
.products-list .item .placeholder .icon img{width: auto; display: inline-block;}
.products-list .item .placeholder .icon label{display: block; color: #ffffff; font-size: 13px; text-transform: uppercase; font-weight: 400; margin: 3px 0 0;}
.products-list .item .product-image .border{ width: 100%; height: 24px; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/product-type-bg.jpg") repeat;}
.products-list .item .desc{color: #757575; font-size: 13px; line-height: 23px; max-height: 8em; clear: both; margin: 18px 0 0 0;}
.products-list .item .desc .link{color: #006db1; font-size: 13px; cursor: pointer; padding: 0 0 0 5px;}
.products-list .item .desc .link:hover{color: #24a6e5;}
.products-list .item .desc .link.more:before{ content: "\f105"; font-family: FontAwesome; font-size: 13px; padding: 0 5px 0 0;}
.products-list .item .desc .link.less:before{ content: "\f104"; font-family: FontAwesome; font-size: 13px; padding: 0 5px 0 0;}
.products-list .item .info .attribute-info{border-bottom: 1px solid #f0f0f0; padding-bottom: 8px;}
.products-list .item .price-box{float: left; margin: 6px 0 -8px 0;}
.products-list .item .ratings{float: right; margin: 6px 0 -12px 0;}
.products-list .ratings .rating-box{display: inline-block;}
.products-list .ratings .rating-box a{text-decoration: none; color: #006db1; font-size: 12px;}
.products-list .ratings .rating-box a:hover{color: #1b90c9;}
.products-list .ratings .rating-box a span{color: #757575; padding: 0 0 0 5px; line-height: 1; float: left;}
.products-list .ratings .rating-box .fa {float: left; letter-spacing: -1px;}
.category-products .category-search{margin: 0 0 30px 25px; background: #ececec; padding: 8px 23px 0 23px;}
.category-products .category-search .input-box{position: relative; padding: 0 0 8px 0;}
#category_search_autocomplete_block > ul{border: 1px solid #d2d2d2; padding: 9px 0;}
.category-search .search-autocomplete ul li{font-size: 16px; padding: 5px 26px;}
.category-products .category-search .input-text{position: relative; width: 100%; height: 34px; color: #757575; font-size: 16px; padding: 0 50px 0 26px; border: 1px solid #d2d2d2; letter-spacing: 0.5px;}
.category-products .category-search .input-text::-webkit-input-placeholder {color:#757575;}
.category-products .category-search .input-text::-moz-placeholder          {color:#757575; opacity:  1;}/* Firefox 19+ */
.category-products .category-search .input-text:-moz-placeholder           {color:#757575; opacity:  1;}/* Firefox 18- */
.category-products .category-search .input-text:-ms-input-placeholder      {color:#757575;}
.category-products .category-search .search-button{position: absolute; top: 6px; right: 25px; height: 24px; width: 24px; background: transparent url("https://extension.psu.edu/skin/frontend/extensions/default/images/sprite.png") -717px -201px no-repeat; padding: 0;}
.category-products .category-search .search-button:hover{background-position: -717px -264px;}
.category-3 .page-title.category-title{margin: 4px 0 19px 0; letter-spacing: 0.7px;}
.block-layered-nav{margin: 12px 0 0 0; letter-spacing: 0.4px;}
.block-layered-nav .amshopby_attr_search{margin: 0 0 7px 0; width: 100%;}
.category-products .toolbar{float: none;}
.category-3 .sidebar .widget .title h3{color: #213261; font-size: 18px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 20px 0;}
.category-3 .sidebar .widget .block-content li{font-size: 14px; line-height: 18px; margin: 0 0 16px 0; color: #757575; letter-spacing: 0.5px;}
.category-3 .sidebar .widget .block-content li a{text-decoration: none; color: #757575;}
.category-3 .sidebar .widget .block-content li a:hover{color: #006db1;}
.category-3 .sidebar .widget .block{border-bottom: 1px solid #ececec; padding: 29px 0 15px 0; margin: 0px 0 0 0;}
.category-3 .sidebar .widget .social-icons{margin: 26px 0 12px;}
.category-3 .sidebar .widget .block-content li span{display: block; margin: 0 0 26px 0; line-height: 20px;}
.category-3 .sidebar .widget .block-content .button{background: #ad452d; color: #fefefe; font-size: 14px; text-transform: uppercase; font-weight: 300; letter-spacing: 2px; padding: 7px 24px; margin: 0 0 3px 0;}
.category-3 .sidebar .widget .block-content .button:hover{background: #d8644a; color: #fefefe;}
.category-3 .note-msg, .category-3 .category-image, .category-3 .category-description, .category-3 .text-cms-block, .category-3 .team-image, .category-3 .recommendations{padding: 0 0 0 25px;}
.category-3 .text-cms-block{margin: 0 0 25px;}
.category-3 .sidebar .widget:last-child .block{border: none;}
.block-layered-nav .block-content > dl > dt.current-filters-header{display: none;}
.category-products .toolbar.toolbar-bottom{margin: 0;}
.category-3 .category-image{margin: 18px 0 25px 0;}
.category-3 .category-description{margin: 0 0 25px 0;}
.category-search .search-autocomplete ul li{padding: 4px 26px;}
.category-3 .block-layered-nav .event-block{margin: 23px 0 12px 0;}


@media only screen and (min-width: 1024px) {
	.products-grid > .item:nth-child(3n+1) {clear: both;}
}

@media only screen and (max-width: 1023px) {
	.products-grid > .item:nth-child(2n+1) {clear: both;}
	.category-products .products-grid .item{width: 50%; padding: 0 0 0 25px;}
	.category-products .toolbar .count-items, .category-products .toolbar .view-mode{border: none; margin: 0;}
	.category-products .toolbar .count-items{padding: 0 0 25px 0;}
	.category-products .toolbar .limiter{float: right;}
	.category-products .toolbar .view-mode{clear: both; padding: 0;}

}

@media only screen and (max-width: 767px) {
	.block-layered-nav .category-head{display: inline-block;}
	.block-layered-nav .btn-remove-filter{padding: 0;}
	.block-layered-nav .btn-remove-filter{text-decoration: none;}
	.block-layered-nav .actions{border: none; padding: 0;}
    .block-layered-nav .block-content > dl > dd {display: none;}
    .block-layered-nav .block-content.accordion-open > dl > dd.current {display: block;}
	.block-layered-nav .block-subtitle--filter {display: block;}
	.col-left .block-layered-nav .block-subtitle--filter{font-size: 22px;background: #ececec;padding: 15px 15px;cursor: pointer;position: relative;margin: 0;}
	.block-layered-nav .block-subtitle--filter:after {content: "\f105";font-family: 'FontAwesome';position: absolute;right: 15px;top: 50%;margin-top: -0.5em;font-size: 26px;   }
	.block-layered-nav .block-subtitle--filter:hover, .block-layered-nav .block-subtitle--filter:hover:after,
	.block-layered-nav .block-subtitle--filter.active, .block-layered-nav .block-subtitle--filter.active:after{color: #1b90c9;}
	.block-layered-nav .block-subtitle--filter.active:after{content: "\f107";}
	.block-layered-nav dl{background: #ececec;padding: 15px 15px;}
	.block-layered-nav .block-content > dl > dt{background: #ffffff;display: block;padding: 10px 25px 10px 15px;margin: 0 0 10px 0;cursor: pointer;position: relative;font-size: 18px;}
	.block-layered-nav .block-content > dl > dt:after{content: "\f105"; font-family: 'FontAwesome'; position: absolute; right: 15px; top: 50%; margin-top: -0.5em; font-size: 20px;}
	.block-layered-nav .block-content.accordion-open > dl > dt.current:after{content: "\f107";}
	.block-layered-nav .block-content > dl > dt:hover, .block-layered-nav .block-content > dl > dt:hover:after,
	.block-layered-nav .block-content.accordion-open > dl > dt.current, .block-layered-nav .block-content.accordion-open > dl > dt.current:after{color: #1b90c9;}
	.col-left .block-layered-nav dl dd{background: #fff;margin: -10px 0 10px 0;padding: 5px 15px 23px;}
	.block-layered-nav .amshopby-cat > a{color: #757575;}
	.block-layered-nav dl dd ol li.amshopby-cat.amshopby-cat-multiselected a, .block-layered-nav dl dd ol li.amshopby-cat a:hover{color: #006db1;}
	.block-layered-nav .amshopby-cat > a span.count{color: #9d9c9c;}
	.block-layered-nav #event-zip{width: 40%; margin: 0 2% 0 0; float: left;}
	.block-layered-nav .bootstrap-select.btn-group{width: 40% !important; float: left !important;}
	.block-layered-nav .event-button{width: 16%;}
	.block-layered-nav input{height: 44px;}
	.block-layered-nav{margin-bottom: 25px;}
	.catalog-category-view .col-main{margin-left: 0;}
	.category-products .toolbar{padding: 0 12.5px;}
	.category-products .category-search{margin: 0 12.5px 30px 12.5px; padding: 9px 15px;}
	.products-list .item .product-image, .products-list .item .info{float: none; padding: 0; width: 100%;}
	.products-list .item .product-image{margin: 0 0 25px 0;}
	.category-3 .sidebar .widget .block{border: 1px solid #ececec; padding: 7px 12px 7px 15px; margin: 0 0 10px 0;}
	.category-3 .sidebar .widget:last-child .block{border: 1px solid #ececec;}
	.category-3 .sidebar .widget .block .title h3{padding: 0; margin: 0; cursor: pointer;}
	.category-3 .sidebar .widget .block .title h3:after{content: "\f105"; font-family: 'FontAwesome'; float: right; color: #213261; font-size: 20px; margin-top: -2px;}
	.category-3 .sidebar .widget .block .title.active h3:after{ content: "\f107";}
	.category-3 .sidebar .widget .block-content {border: none; padding: 25px 0 9px 0;}
	.category-3 .sidebar .widget .title.active h3, .category-3 .sidebar .widget .title.active h3:after,
	.category-3 .sidebar .widget .title h3:hover, .category-3 .sidebar .widget .title h3:hover:after{color: #24a6e5;}
	.block-layered-nav{margin-top: 38px;}
	.category-products .category-search .search-button{top: 5px; right: 28px;}
	.block-layered-nav .currently ol li{margin-bottom: 11px;}
	.block-layered-nav .actions{margin: 24px 0 43px;}
	.products-list, .category-3 .note-msg, .category-3 .category-image, .category-3 .category-description, .category-3 .text-cms-block,
	.category-3 .team-image, .category-3 .recommendations{padding: 0 12.5px;}
    .products-list .item .top-list-info p {max-height: 50px; overflow: hidden; float: none; white-space: normal !important; padding: 0;}
    .products-list .item .top-list-info p:first-child {margin-top: 10px;}
    .products-list .item .top-list-info{max-height: none; overflow: visible; padding: 0;}
    .products-list .item .top-list-info .dotted {max-width: 100% !important; white-space: normal !important;}
}
@media only screen and (max-width: 479px) {
	.category-products .products-grid .item{width: 100%;}
	.category-products .toolbar .sort-by .btn.selectpicker.btn-default span{max-width: 180px; text-overflow: ellipsis; white-space: nowrap;}
 	.category-products .category-search .input-text{padding: 0 50px 0 15px;}
	.category-products .category-search .search-button{right: 15px;}
	.block-layered-nav #event-zip{width: 100%; margin: 0 0 10px 0;}
	.block-layered-nav .bootstrap-select.btn-group{width: 65% !important;}
	.block-layered-nav .event-button{width: 30%;}
	.category-products .toolbar,.category-products .toolbar label, .category-products .toolbar .bootstrap-select.btn-group .btn .filter-option{font-size: 14px;}
	.category-products .category-search{padding: 8px 15px 0 15px;}
	.category-products .category-search .input-text, #category_search_autocomplete_block ul li{font-size: 14px;}
	.products-grid .product-image{margin: 0;}
	.category-search .search-autocomplete ul li{padding: 5px 15px;}

}
@media only screen and (max-width: 400px) {
	.category-products .toolbar .sort-by .btn.selectpicker.btn-default span{max-width: 55px;}
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .page-header .skip-link .icon, .footer-container .footer .footer-social li,
	.category-products .category-search .search-button,
    .catalogsearch-result-index .category-results .list .item .icon,
    .catalogsearch-result-index .category-results .list .item .icon.team,
    .catalogsearch-result-index .category-results .list .item .icon.person
    {
        background-image: url("https://extension.psu.edu/skin/frontend/extensions/default/images/sprite@2x.png");
        background-size: 914px 342px;
    }
	.toolbar > .view-mode .grid, .toolbar > .view-mode .list{
		background-image: url("https://extension.psu.edu/skin/frontend/extensions/default/images/sprite-mode@2x.png");
        background-size: 150px 66px;
	}
}

/* SEARCH RESULT */
.catalogsearch-result-index .category-title h1 span{color: #757575; font-weight: 400; padding: 0 0 0 10px;}
.catalogsearch-result-index .block-layered-nav .category-head{display: block;}
.catalogsearch-result-index .block-layered-nav .category-head.hidden{display: none;}
.catalogsearch-result-index .amshopby-select-child .dropdown-menu li > a.hidden{display: none;}
.catalogsearch-result-index .block-layered-nav .block-content > dl > dt{margin-top: 18px;}
.catalogsearch-result-index .block-layered-nav dl dd.category-block{margin: 23px 0 0 0; padding: 0 0 20px 0;}
.catalogsearch-result-index .block-layered-nav .amshopby-select.bootstrap-select.btn-group{width: 100% !important;}
.catalogsearch-result-index .block-layered-nav .amshopby-select-child.hidden{display: none !important;}
.catalogsearch-result-index .block-layered-nav .amshopby-select{margin: 0 0 15px 0 !important;}
.catalogsearch-result-index .result-title{padding: 0 0 0 25px; margin: 0 0 20px 0;}
.catalogsearch-result-index .category-products > .result-title{margin: 0 0 28px 0;}
.catalogsearch-result-index .result-title h3{color: #010101; font-size: 16px; text-transform: uppercase; font-weight: 400;}
.catalogsearch-result-index .category-results{padding: 0 0 18px 0; margin: 0 0 20px 25px; border-bottom: 1px solid #e5e5e5; letter-spacing: 0.5px;}
.catalogsearch-result-index .category-results .note-msg{padding: 7px 0 0 0;}
.catalogsearch-result-index .category-results .result-title{padding: 0; padding-top: 21px;}
.catalogsearch-result-index .category-results .list{padding: 0 0 3px 0;}
.catalogsearch-result-index .category-results .list .item{line-height: 22px; margin: 0 0 12px 0;}
.catalogsearch-result-index .category-results .list .column{float: left; width: 50%; }
.catalogsearch-result-index .category-results .list .column.column-1{padding: 0 0 0 25px;}
.catalogsearch-result-index .category-results .list .column.column-2{padding: 0 0 0 37px;}
.catalogsearch-result-index .category-results .list .item .icon{display: inline-block; width: 28px; height: 28px; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/sprite.png") -415px -152px no-repeat; float: left;}
.catalogsearch-result-index .category-results .list .item .icon.team{background-position: -452px -152px}
.catalogsearch-result-index .category-results .list .item .icon.person{background-position: -415px -187px}
.catalogsearch-result-index .category-results .list .item label{font-weight: 400; color: #757575; font-size: 14px; padding: 4px 0 0 46px; display: block; float: none; max-width: 100%;}
.catalogsearch-result-index .category-results .list .item label a{color: #757575; text-decoration: none;}
.catalogsearch-result-index .category-results .list .item label a:hover{color: #213261;}
.catalogsearch-result-index .category-results .list .item .name-text{padding: 0 3px 0 0;}
.catalogsearch-result-index .category-results .list .item .more, .catalogsearch-result-index .category-results .list .item .less{color: #006db1; font-size: 12px; cursor: pointer;}
.catalogsearch-result-index .category-results .list .item .less{padding: 0 0 0 4px;}
.catalogsearch-result-index .category-results .list .item strong{color: #333;}
.catalogsearch-result-index .category-results .list .item .more:before, .catalogsearch-result-index .category-results .list .item .less:before{content: "\f105"; font-family: 'FontAwesome'; padding: 0 4px 0 0; font-size: 14px;}
.catalogsearch-result-index .category-results .list .item .less:before{content: "\f104";}
.catalogsearch-result-index .category-results .list .item .more:hover, .catalogsearch-result-index .category-results .list .item .less:hover{color: #24a6e5;}
.catalogsearch-result-index .category-results .action{text-align: right;}
.catalogsearch-result-index .category-results .action .more-results{background: none; border: none; color: #213261; font-size: 14px; text-transform: uppercase; font-weight: 700;}
.catalogsearch-result-index .category-results .action .more-results:after{content: "\f105"; font-family: 'FontAwesome'; padding: 0 0 0 9px; font-size: 20px; float: right;}
.catalogsearch-result-index .category-results .action .more-results:hover{color: #24a6e5;}
.catalogsearch-result-index .category-results .list .item .short-desc{color: #757575; font-size: 13px; line-height: 23px; clear: both; padding: 0 0 0 20px; display: none; border-left: 1px solid #e5e5e5; margin: 10px 0 16px 48px;}
.catalogsearch-result-index .category-results .list .item .short-desc.show{display: block;}
.catalogsearch-result-index .category-results .list .item .more.hide{display: none;}


@media only screen and (max-width: 767px) {
    .category-3 .breadcrumbs{padding-left: 12.5px; padding-right: 12.5px;}
	.catalogsearch-result-index .block-layered-nav .bootstrap-select.btn-group.amshopby-select{float: none !important; width: 267px !important; display: block;}
	.catalogsearch-result-index .block-layered-nav dl dd.category-block{padding: 22px 13px 20px;}
	.catalogsearch-result-index .block-layered-nav dl dd.category-block{margin: -17px 0 10px;}
	.catalogsearch-result-index .block-layered-nav .block-content > dl > dt{margin-top: 10px;}
	.catalogsearch-result-index .block-layered-nav dl{padding: 8px 15px 15px;}
	.category-3 .block-layered-nav .event-block{margin: 11px 0 12px;}
	.catalogsearch-result-index .category-results{margin: 0 12.5px 20px 12.5px;}
	.catalogsearch-result-index .result-title{padding: 0 12.5px;}
}
@media only screen and (max-width: 479px) {
	.catalogsearch-result-index .block-layered-nav .bootstrap-select.btn-group.amshopby-select{width: 100% !important;}
}

/* EDUCATION TYPE BLOCK */

.featured-products.education-block .inner {padding-top: 35px !important; padding-bottom: 35px !important;}
.featured-products .education-type {margin: 0;}
.education-type{border: 1px solid #ececec; padding: 25px 0px 13px; margin: 35px 0;}
.education-type h3{text-align: center; color: #3e3f49; font-size: 16px; font-weight: 500; letter-spacing: 1.5px; margin:0; padding: 0 25px;}
.education-type ul{text-align: center;}
.education-type ul li{display: inline-block; width: 12%; vertical-align: top; padding: 0 2px; margin: 9px 0 15px;}
.education-type ul li a{display: block;}
.education-type ul li label{color: #262833; font-size: 13px; font-weight: 400; display: block; cursor: pointer; line-height: 14px; margin: 5px 0 0 0;}
.education-type ul li .mobile{display: none;}
.education-type ul li img{display: block; margin: auto;}
.education-type ul li img.hover{position: absolute; visibility: hidden;}
.education-type ul li a{text-decoration: none;}
.education-type ul li a:hover label{color: #006db1;}
.education-type ul li a:hover img.normal{position: absolute; visibility: hidden;}
.education-type ul li a:hover img.hover{position: relative; visibility: visible;}

@media only screen and (max-width: 1199px) {
    .education-type{padding: 25px 0 6px;}
}

@media only screen and (max-width: 1023px) {
    .education-type ul li{width: 25%; float: left;}
    .education-type ul li:nth-child(4n+1){clear: both;}
    .education-type{}
}

@media only screen and (max-width: 767px) {
    .education-type h3 span{display: none;}
    .education-type h3{text-align: left;}
    .main .education-type{border: 1px solid #ececec; padding: 7px 12px 7px 15px; margin: 0 0 10px 0;}
    .main .education-type ul{padding: 28px 0 6px 0;}
    .education-type ul li .mobile{display: inline-block; width: 38px;}
    .education-type ul li .desktop{display: none;}
    .education-type ul li{width: 100%; padding: 0; text-align: left;}
    .education-type ul li label{display: inline-block; margin: 0; color: #757575; font-size: 14px;}
    .education-type ul li a{display: table;}
    .education-type ul li img{display: block;}
    .education-type ul li a span.mobile, .education-type ul li a label{display: table-cell; vertical-align: middle;}
    .education-type ul li{margin: 0 0 14px 0;}
    .featured-products.education-block .education-type .title {text-align: left;}
    .featured-products.education-block .education-type .title h3{padding: 0; margin: 0; cursor: pointer; color: #213261; font-size: 18px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.5px;}
    .featured-products.education-block .education-type .title h3:after { content: "\f105"; font-family: 'FontAwesome'; float: right;  color: #213261;  font-size: 20px;  margin-top: -2px; }
    .featured-products.education-block .education-type .title.active h3, .featured-products.education-block .education-type .title.active h3:after,
    .featured-products.education-block .education-type .title h3:hover, .featured-products.education-block .education-type .title h3:hover:after { color: #24a6e5;}
    .featured-products.education-block .education-type .title.active h3:after { content: "\f107"; }
}

/* PRODUCT PAGE */

.catalog-product-view{}
.catalog-product-view .main-container{max-width: 100%; padding-left: 0; padding-right: 0;}
.catalog-product-view .product-essential, .catalog-product-view .breadcrumbs{max-width: 1175px; padding: 0 12.5px; margin: 0 auto; width: 100%;}
.catalog-product-view .breadcrumbs{margin: -9px auto 11px}
.catalog-product-view .product-name h1{color: #213261; font-size: 30px; font-weight: 700; text-transform: none; border: none; margin: 16px 0 5px;}
.product-essential .short-description{color: #000000; font-size: 16px; line-height: 26px; margin: 0; letter-spacing: 0.5px; }
.product-essential .top-info{line-height: 12px; margin: 0 0 18px 0; letter-spacing: 0.5px;}
.product-essential .top-info .sku, .product-essential .top-info .review-count, .product-essential .top-info .rating-box{float: left;}
.product-essential .top-info .ratings{float: left; padding: 0; font-size: 12px; margin: 13px 0 0 0;}
.product-essential .top-info .rating-box{margin: -2px 10px 0 0;}
.product-essential .top-info .sku{font-size: 12px; margin: 13px 0 0 0; padding: 0 10px 0 0; text-transform: uppercase;}
.product-essential .top-info > *:not(:last-child):after{content: '';width: 1px;height: 9px;background: #757575;display: block;position: absolute;top: 1px;right: 0;}
.product-essential .product-type.video-product > .alternate-language:before{content: '|'; padding: 0 9px 0 5px; color: #757575;}
.product-view .product-essential .top-info > * { position: relative; padding-right: 10px; float: left; }
.product-view .product-essential .top-info > *:not(:first-child) {margin-left: 10px;}
.product-essential .top-info .sku.disable-separator:after {display: none;}
.product-essential .top-info a{color: #007cc3; text-transform: uppercase; text-decoration: none;}
.product-essential .top-info a:hover{color: #24a6e5;}
.product-essential .top-info .review-count span{color: #757575;}
.product-essential .top-info > .alternate-language:after { top: 8px; }
.product-essential .alternate-language { font-size: 12px; margin-top: 7px; color: #007cc3; text-transform: uppercase; text-decoration: none;}
.product-essential .alternate-language:hover{color: #24a6e5;}
.product-essential .alternate-language span { padding-right: 6px; }
.product-essential .top-info > .alternate-language:after { top: 8px; }
.product-img-box .owl-dots{text-align: center;}
.product-img-box .owl-dots .owl-dot {display: inline-block; position: relative; z-index: 10;}
.product-img-box .owl-dots .owl-dot span {background: #ececec; border-radius: 50%; display: block; height: 8px; margin: 0px 7px; width: 8px;}
.product-img-box .owl-dots .owl-dot.active span {background: #b2b2b2;}
.product-img-box .owl-theme .owl-controls{margin-top: 3px;}
.product-img-box .owl-single .owl-dot{display: none;}
.product-img-box .video {height: 374px;}
.product-img-box .product-image, .product-img-box .product-image:hover{border: none !important;}
.product-img-box .product-image p.caption{font-size: 14px; color: #333; background: #F4F5F3; font-weight: bold; padding: 10px;}
.product-view .product-shop, .product-shop .product-options-block.right{padding-left: 12.5px;}
.product-shop .product-options-block.left{padding-right: 12.5px;}
.product-view .product-img-box, .product-shop .additional-info{padding-right: 12.5px;}
.product-shop .additional-info, .product-shop .product-options-block{width: 50%; float: left; letter-spacing: 0.5px;}
.product-shop .product-options-block{clear: none; border: none; margin: 0;}
.product-shop .price-info{margin: 3px 0 16px 0;}
.product-shop .product-type{margin: -2px 0 22px 0;}
.product-shop .product-type img{display: inline-block; padding: 0 8px 0 0; vertical-align: middle;}
.product-shop .product-type label{color: #213261; font-size: 20px; text-transform: uppercase; font-weight: normal; display: inline; letter-spacing: 0.5px; vertical-align: middle;}
.product-shop .additional-data .item{margin: 0 0 9px 0;}
.product-shop .additional-data .label{color: #213261; font-size: 14px; text-transform: uppercase; display: block; line-height: 19px;}
.product-shop .additional-data .publication-downloadable-sample .data { font-weight: normal; }
.product-shop .additional-data .data{color: #010101; font-size: 14px; font-weight: 700; display:  block; padding: 0 0 0 9px;}
.product-shop .price-box .special-price{float: left; padding: 0;}
.product-shop .price-box .old-price{padding: 0 0 0 10px;}
.product-shop .price-box .special-price .price{color: #ad452d;}
.product-shop .price-box .price{color: #213261; font-size: 30px; font-weight: 700;}
.product-shop .price-box .old-price .price{color: #979797; font-size: 20px; font-weight: normal; transform: translateY(4px);}
.product-shop .add-to-links .link-wishlist,
.product-shop .add-to-links .notify-me-link{color: #757575; font-size: 12px; text-transform: uppercase; text-decoration: none; letter-spacing: 1px;}
.product-shop .add-to-links .link-wishlist:before,
.product-shop .add-to-links .notify-me-link:before{ content: "\f055"; font-family: 'FontAwesome'; color: #007cc3; font-size: 16px; padding: 0 10px 0 0;}
.product-shop .add-to-links .link-wishlist:hover, .product-shop .add-to-links .link-wishlist:hover:before,
.product-shop .add-to-links .notify-me-link:hover, .product-shop .add-to-links .notify-me-link:hover:before{color: #24a6e5;}
.product-collateral .collateral-tabs .tab-container.current {height: auto;left: auto;overflow: visible;position: relative;width: auto;}
.catalog-product-view .product-collateral{position: relative;}
.catalog-product-view .collateral-tabs{border-top: 2px solid #006db1; padding: 65px 0; background: #f8f8f8; position: relative;}
.product-collateral .toggle-tabs{max-width: 1175px; margin: 0 auto; padding: 0 12.5px; width: 100%;}
.product-collateral .toggle-tabs li:last-child{margin: 0;}
.product-collateral .collateral-tabs .tab-container{max-width: 1175px; padding: 0 12.5px; margin: 0 auto; width: 100%;}
.collateral-tabs .tab-description{color: #000; font-size: 16px; line-height: 26px;}
.collateral-tabs .tab-content{letter-spacing: 0.5px; color: #000; font-size: 16px; line-height: 26px;}
.collateral-tabs .tab-content #disqus_thread {margin: -9px 0 -12px;}
.collateral-tabs .tab-content .value:last-child ul{margin-bottom: 0;}
.collateral-tabs .person-about{column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; -ms-column-count: 2; -o-column-count: 2; -webkit-column-gap: 124px; -moz-column-gap: 124px; column-gap: 124px; font-size: 14px; line-height: 20px; color: #3e3f49;}
.collateral-tabs .person-about h3{color: #3e3f49; text-transform: uppercase; font-size: 14px; font-weight: bold;}
.collateral-tabs .tab-description > div, .collateral-tabs .tab-background > div{width: 50%; float: left;}
.collateral-tabs .tab-description .left, .collateral-tabs .tab-background .left{padding: 0 112.5px 0 0;}
.collateral-tabs .tab-description .left.no-padding {float: none; padding: 0; width: 100%;}
.collateral-tabs .tab-description .right, .collateral-tabs .tab-background .right{padding: 0 100px 0 12.5px;}
.collateral-tabs .tab-background{color: #3e3f49;}
.collateral-tabs .tab-description .right .value{margin: 0 0 40px 0;}
.collateral-tabs .tab-description .right .label{margin: 0 0 5px 0;}
.collateral-tabs .tab-description .right > div:last-child {margin: 0;}
.collateral-tabs .tab-description > div .label, .collateral-tabs .tab-background > div .label{color: #000; font-size: 16px; text-transform: uppercase; font-weight: 700;}
.collateral-tabs ul li{margin-left: 1em; margin-bottom: 10px;}
.collateral-tabs .tab-content .tab-background .label{font-size: 16px; margin: 0 0 19px 0;}
.collateral-tabs .tab-content .tab-background ul li{margin-bottom: 15px; line-height: 20px;}
.collateral-tabs .tab-content .tab-background ul li:last-child {margin-bottom: 0;}
.collateral-tabs .tab-description .when .label:before{content: "\f073"; font-size: 24px; position: absolute; left: 0; top: -2px;}
.collateral-tabs .tab-description .where .label:before{content: "\f041"; font-size: 28px; position: absolute; left: 0; top: -2px;}
.collateral-tabs .tab-description .when .label:before, .collateral-tabs .tab-description .where .label:before{width: 40px; display: inline-block;  font-family: 'FontAwesome'; color: #333333;}
.collateral-tabs .tab-description .when, .collateral-tabs .tab-description .where{display: table; margin: 0 0 31px 0; position: relative;}
.collateral-tabs .tab-description .where{margin: 0 0 40px 0;}
.collateral-tabs .tab-description .description{margin: 0;}
.collateral-tabs .tab-description .when > span, .collateral-tabs .tab-description .where > span{display: table-cell;}
.collateral-tabs .tab-description .when > .label, .collateral-tabs .tab-description .where > .label{padding: 0 10px 0 40px;}
.collateral-tabs .tab-description .credits {display: table; margin: 0 0 31px 0; position: relative;}
.collateral-tabs .tab-description .credits > span{display: table-cell;}
.collateral-tabs .tab-description .credits > .label {padding: 0 10px 0 0;}
.collateral-tabs .tab-description .credits > .value > label {margin-top: 20px; font-size: 14px;}
.collateral-tabs .tab-description .credits > .value > label:first-child {margin-top: 0;}
.catalog-product-view .messages{max-width: 1175px; padding: 0 12.5px; margin: 0 auto;}
.product-collateral .box-reviews .review-col{float: left; width: 50%;}
.product-collateral .box-reviews .review-col.left{padding: 0 87.5px 0 0;}
.review-col.left .review-summary-table tbody td label {padding-right: 22px;}
.product-collateral .box-reviews .review-col.right{padding: 0 0 0 12.5px;}
.product-collateral .rating-box .fa{color: #006db1; font-size: 15.8px; float: left;}
.product-collateral .box-reviews .review-col .title{color: #333333; font-size: 16px; line-height: 26px; font-weight: 700; text-transform: none; margin: 18px 0 13px;}
.product-collateral .box-reviews .review-col .comment{font-size: 14px; line-height: 20px; color: #333;}
.product-collateral .box-reviews .review-col .review-meta{color: #757575; font-size: 12px; text-transform: uppercase; margin: 14px 0 0 0;}
.product-collateral .box-reviews .review-col .review-meta span{font-weight: 700;}
.product-collateral .box-reviews .review-col .review-meta span.separator{padding: 0 7px; font-weight: normal;}
.product-collateral .box-reviews dl dd{margin-bottom: 40px;}
#customer-reviews h3 {color: #333333; font-size: 12px; text-transform: uppercase; font-weight: normal; margin: 2px 0 0;}
#customer-reviews h3 span {color: #333333; font-size: 16px; font-weight: 700; display: block; text-transform: none; margin: 3px 0 0 0;}
#customer-reviews .fieldset h4 {color: #213261; font-size: 16px; text-transform: uppercase; font-weight: 700;}

.product-view .product-shop input[type="checkbox"], .product-view .product-shop input[type="radio"]{margin: 0 !important; opacity:0; z-index: 1000; overflow: hidden; cursor: default;}
.product-view .product-options-block ul.options-list label{padding-left: 25px !important; line-height: 1.5;}
.product-view .review-summary-table input[type="radio"]{display:none !important;}
.product-options-block ul.options-list li{position: relative;}
.product-view .product-shop input[type="checkbox"] + .label:before{ color: #bebebe;  content: "\f0c8"; font-family: "FontAwesome"; font-size: 14px; left: 0; position: absolute; top: 0px;}
.product-view .product-shop input[type="checkbox"]:checked + .label:before{content: "\f14a";  font-family: 'FontAwesome'; color: #006db1;}
/*.product-view .product-shop input[type="checkbox"]:checked + .label label{color: #006db1;}*/

.product-view .product-shop input[type="radio"] + .label:before{ color: #757575;  content: "\f10c";  font-family: "FontAwesome"; font-size: 16px; left: 0; position: absolute; top: -1px;}
.product-view .review-summary-table input[type="radio"] + .label:before{color: #757575;  content: "\f10c";  font-family: "FontAwesome"; font-size: 16px;}
.product-view .product-shop input[type="radio"]:checked + .label:before,
.product-view .review-summary-table input[type="radio"]:checked + .label:before {content: "\f192"; font-family: 'FontAwesome'; color: #006db1;}
.product-view .review-summary-table input[type="radio"]:checked + .label:before{content: "\f111";}

/*.product-view .product-shop input[type="radio"]:checked + .label label{color: #006db1;}*/

#customer-reviews .fieldset .form-list label, #customer-reviews .fieldset .form-list label.required:after{color: #213261; font-size: 14px; font-weight: 700; text-transform: uppercase;}
#customer-reviews .fieldset .form-list label{margin: 0 0 7px 0;}
#customer-reviews .fieldset .form-list{width: 100%;}
#customer-reviews .fieldset .form-list input[type="text"]{height: 40px; line-height: 40px; background: #ebebeb; border: 1px solid #ebebeb; color: #333333; font-size: 16px; padding: 0 27px;}
#customer-reviews .fieldset .form-list input[type="text"]:focus, #customer-reviews .fieldset .form-list textarea:focus{border: 1px solid #007cc3; background: transparent;}
#customer-reviews .fieldset .form-list textarea {border-radius: 0; min-width: 100%; -webkit-appearance: none; min-height: 150px; background: #ebebeb; border: 1px solid #ebebeb; color: #333333; font-size: 16px; padding: 5px 27px;}
#customer-reviews .buttons-set button.button{float: left; margin-left: 0;}
#customer-reviews .buttons-set{padding: 7px 0 0 0;}
#customer-reviews .buttons-set .button{letter-spacing: 2px;}
.catalog-product-view .featured-products{background: #fff;}
.catalog-product-view .featured-products .block-title{border: none; margin: 0 0 17px 0; padding: 0;}
.catalog-product-view .featured-products .block-title .title{color: #213261; font-size: 24px; text-transform: uppercase; font-weight: normal; letter-spacing: 0.8px;}
.catalog-product-view .featured-products .slides .owl-dots{display: none !important;}
.catalog-product-view .featured-products .owl-carousel .owl-stage-outer { box-sizing: content-box; margin: 0 0 0 -4px; padding: 4px; width: 100%; z-index: 10;}

.product-collateral .tab-simple{}
.product-collateral .tab-simple .message{margin: 0;}
.product-collateral .tab-simple p.title{color: #333333; font-size: 16px; font-weight: 700; text-transform: uppercase; margin: 0 0 19px 0;}
.product-collateral .tab-simple .value{column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; -ms-column-count: 2; -o-column-count: 2; -webkit-column-gap: 100px; -moz-column-gap: 100px; column-gap: 100px; margin-bottom: -20px;}
.product-collateral .tab-simple .value table{color: #333; display: table;}
.product-collateral .tab-simple .value table tbody, .product-collateral .tab-simple .value table{display: block;}
.product-collateral .tab-simple .value table tr{display: table !important; width: 100%; margin: 0 0 20px 0;}
.product-collateral .tab-simple .value .time{padding: 0 25px 0 0; width: 35% !important; text-transform: uppercase;}
.product-collateral .tab-simple .value .title{width: 65% !important;}
.product-collateral .toggle-tabs li > span{letter-spacing: 0.5px;}
.product-collateral .tab-simple .value .session{margin: 0 0 5px 0;}
.product-collateral .tab-simple .value .title .description{font-size: 12px; line-height: 18px;}
.product-collateral .tab-simple td{vertical-align: top;}

.product-collateral .box-reviews ul li{margin: 0 0 19px 0; list-style-type: none;}
.product-options label, .product-options label.required::after{color: #213261; font-size: 14px; font-weight: 700; text-transform: uppercase;}
.product-options label{line-height: 19px; display: block;}

/* CONFIGURABLE PRODUCT */
.product-view .product-shop .btn.selectpicker.btn-default{background: none; border: none; padding: 0px 42px 0px 10px; border: 1px solid #007cc3; height: 44px; line-height: 40px; border-radius: 5px; width: 100%;}
.product-view .product-shop .bootstrap-select.btn-group.open .btn.selectpicker.btn-default{border-radius: 5px 5px 0 0;}
.product-view .product-shop .bootstrap-select.btn-group .btn .filter-option{font-size: 14px; color: #757575; letter-spacing: 0.5px; text-overflow: ellipsis; white-space: nowrap;}
.product-view .product-shop .bootstrap-select.btn-group .btn .caret{font-size: 26px; color: #007cc3; right: 9px;}
.product-view .product-shop .bootstrap-select.btn-group > .dropdown-menu{padding: 7px 0 !important; border: 1px solid #007cc3; border-radius:0 0 5px 5px;}
.product-view .product-shop .bootstrap-select.btn-group .dropdown-menu li > a{color: #006db1; font-size: 14px;}
.product-view .product-shop .bootstrap-select.btn-group .dropdown-menu li > a span{color: #006db1;}
.product-view .product-shop .bootstrap-select.btn-group .dropdown-menu li.selected a{font-weight: 700;}
.product-view .product-shop .bootstrap-select.btn-group .dropdown-menu li:hover{background: #f4f4f4;}
.product-view .product-shop .bootstrap-select.btn-group{position: relative; width: 100% !important;}
.product-view .product-shop .dropdown-menu > li > a{padding: 5.5px 14px;}
.product-view .product-shop .bootstrap-select.btn-group .dropdown-menu li.selected:hover a{color: #006db1; background: #f4f4f4;}
.product-view .qty-wrapper{float: left; padding: 0 15px 0 0;}
.product-view .qty-wrapper .qty{height: 50px; width: 50px; border: 1px solid #ececec; color: #6d6d6d; font-size: 16px;}
.product-view.simple .product-shop .price-box{float: right;}
.product-view.configurable:not(.oos.main-container) .product-shop .product-options-block > .price-info > .price-box{display: none;}
.product-options-bottom{margin: 26px 0 0 0;}
.product-view.oos .product-shop .product-options-block > .price-info{display: block; margin: -10px 0 0 0;}
.product-view.oos .product-shop .product-options-block .price-box{margin: 0 0 4px 0;}
.product-options dd textarea, .product-options dd .input-text{background: #ebebeb; border: 1px solid #ebebeb;}
.product-options dd .input-text{height: 40px;}
.product-options dd textarea:focus, .product-options dd .input-text:focus{background: transparent; border: 1px solid #007cc3;}
.product-options ul.options-list label{background: none; text-transform: none; padding: 0;}
.product-options ul.options-list label:hover{background: none;}
.product-options dd select.multiselect{border: 1px solid #007cc3; border-radius: 5px; padding: 8px 0 0 10px;}
.product-options select option:checked {box-shadow: 1400px 0 0 #ebebeb inset; text-shadow: 700px 0px 0 #006db1; margin-left: -700px;}
.product-options select option{padding: 3px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.product-options dd{padding: 0 0 5px 0; margin: 0;}
.product-view.simple.has-option .product-options-block > .price-info{display: none;}
.product-options-bottom .price-box{float: left;}
#customer-reviews .review-heading .pager{overflow: visible;}
#customer-reviews  {}
.box-reviews .bootstrap-select.btn-group .dropdown-menu li{margin: 0;}
.box-reviews .review-nologged {margin: 0;}
.box-reviews .review-col.right .review-nologged {margin-top: -2px;}
.product-options ul.options-list label{max-width: 100%; width: 100%;}
.product-options dd select{width: 100%; max-width: 100%;}
.product-options dd textarea{max-width: 100%; width: 100%;}

/* BUNDLE PRODUCT */
.product-view.bundle .product-shop .product-options-block > .price-info{display: none;}
.product-view.bundle .product-options .qty-holder label{display: inline-block;}
.product-view.bundle .price-as-configured{width: 100%; margin-top: 0;}
.product-view.bundle .price-as-configured .price-label{color: #3a3a3a; font-size: 12px; text-transform: uppercase; line-height: 20px; letter-spacing: 0.3px; display: block;}
.product-view.bundle .product-options-bottom .price-box{margin-bottom: 26px; float: right; text-align: right; line-height: 50px;}
.product-view.bundle .product-options-bottom .price-box.align{line-height: inherit;}
/* GROUPED */
.product-view.grouped .product-options-block .price-info{display: none;}


/* DOWNLOADABLE */
.product-view.downloadable .product-options-block .price-info{display: none;}
.product-view.downloadable .item-options a{text-decoration: none; color: #006db1;}
.product-view.downloadable .item-options a:hover{color: #213261;}
.product-view.downloadable .item-options{margin: 0 0 25px 0; border-bottom: 1px solid #ececec; padding: 0 0 25px 0;}
.product-view.downloadable .product-shop input[type="checkbox"] + .label:before{content: "\f096"; color: #888888; font-size: 16px; padding: 0 0 0 11px;}
.product-view.downloadable .product-shop input[type="checkbox"]:checked + .label:before{content: "\f046"; color: #006db1;}
.product-view.downloadable #downloadable-links-list a{color: #006db1; text-decoration: none;}
.product-view.downloadable #downloadable-links-list a:hover{color: #213261;}
.product-view.downloadable .product-options ul.options-list label, .product-view.downloadable .product-options ul.options-list .price-notice,
.product-view.downloadable .product-options ul.options-list .label{color: #757575; padding: 0 0 0 13px; z-index: 1000; position: relative;}
.product-view.downloadable .product-options-block ul.options-list label{line-height: 1.5; display: inline;}
.product-view.downloadable .product-options-block ul.options-list label{padding-left: 20px !important;}
.product-view.downloadable .item-options dd{line-height: 20px;}
.product-view.downloadable .product-options dt{margin: 0;}
.product-view.downloadable .product-options ul.options-list li{margin-bottom: 8px;}
.product-view.downloadable .product-options ul.options-list .price-notice{padding: 0;}
.product-view.downloadable .product-options-bottom{margin: 10px 0 0 0;}
.product-view.downloadable .item-options dt, .product-view.downloadable .item-options dd{display: block; float: none;}


/* GIFT CARD */
.product-view .giftcard-form{}
.product-view .giftcard-form textarea, .product-view .giftcard-form input{background: #ebebeb; border: 1px solid #ebebeb; width: 100%; max-width: 100%;}
.product-view .giftcard-form input{height: 40px;}
.product-view .giftcard-form textarea:focus, .product-view .giftcard-form input:focus{background: transparent; border: 1px solid #007cc3; width: 100%;}
.product-view .giftcard-form .availability{display: none;}
.product-view.giftcard .product-options-block > .price-info{display: none;}
.product-view.giftcard .giftcard-form .notice{color: #757575; font-weight: normal; font-size: 12px;}
.product-view.giftcard .giftcard-form .input-box .v-fix{float: none; margin: 0;}
.product-view .additional-note{margin: 25px 0 0 0; padding: 25px 0; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; color: #333333; font-size: 12px; line-height: 20px;}
.product-view .additional-note .label{font-weight: 700; text-transform: uppercase; padding: 0 5px 0 0;}
.catalog-product-view .featured-products .block-title a {float: right; color: #213261; font-size: 14px; text-transform: uppercase; font-weight: 700; text-decoration: none; letter-spacing: 0.5px; margin: 9px 0 0 0; position: relative; padding: 0 6px 0 0;}
.catalog-product-view .featured-products .block-title a span{padding: 0 9px 0 0;}
.catalog-product-view .featured-products .block-title a .fa{color: #213261; font-size: 20px; position: absolute; bottom: 1px; line-height: normal;}
.catalog-product-view .featured-products .block-title a:hover, .catalog-product-view .featured-products .block-title a:hover .fa{color: #006db1;}

/* GLOBAL PADDINGS */
.catalog-product-view .product-essential {padding-bottom: 35px; margin-bottom: 0;}
.catalog-product-view .product-essential.skip-media {padding-bottom: 0;}
.catalog-product-view .product-collateral {margin-top: 35px; padding-bottom: 0px; margin-bottom: 35px;}
.catalog-product-view .featured-products .inner {padding: 26px 12.5px 33px;}
.col2-right-layout .col-main .messages {padding: 0;}


/*event complex tab*/
.catalog-product-view .collateral-tabs .event-tab-title {float: none; display: inline-block; color: #616161; font-size: 16px; font-weight: bold; background: #e6e6e6; border-radius: 20px; padding: 5px 19px; text-transform: uppercase; cursor: pointer; margin: 5px 4px 10px 0;}
.catalog-product-view .collateral-tabs .event-tab-title.active,
.catalog-product-view .collateral-tabs .event-tab-title:hover {color: #ffffff; background: #1b90c9;}
.catalog-product-view .collateral-tabs .event-tab-container{ text-align: left; border: none; padding: 21px 0 0; font-size: 16px; line-height: 26px; width: 100%; margin: 1px 0 0 0; position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden;}
.catalog-product-view .collateral-tabs .event-tab-container:before,
.catalog-product-view .collateral-tabs .event-tab-container:after{content: ''; display: table;}
.catalog-product-view .collateral-tabs .event-tab-container.active{height: auto; left: auto; overflow: visible; position: relative; width: auto;}

.catalog-product-view .collateral-tabs .group-container {margin: -10px 0 0; padding: 0 0 27px 0; color: #3e3f49; font-size: 14px; line-height: 24px;}
.catalog-product-view .collateral-tabs .group-container:last-child{padding: 0;}
.catalog-product-view .collateral-tabs .group-container p {margin-bottom: 17px; display: table; width: 100%; table-layout: fixed;}
.catalog-product-view .collateral-tabs .group-container p span{display: table-cell;}
.catalog-product-view .collateral-tabs .group-container p span:first-child {width: 10%; padding: 0 25px 0 0;}
.catalog-product-view .collateral-tabs .group-container p:last-child{margin-bottom: 0;}
.catalog-product-view .collateral-tabs .group-container .desc{font-size: 12px; line-height: 18px;}
.catalog-product-view .collateral-tabs .group-title {color: #333333; font-size: 16px; font-weight: bold; text-transform: uppercase; cursor: pointer; margin: 0 0 25px 0;}
.catalog-product-view .collateral-tabs .group-title + .group-container {position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden;}
.catalog-product-view .collateral-tabs .group-title.active + .group-container{height: auto; left: auto; overflow: visible; position: relative; width: auto;}
.catalog-product-view .collateral-tabs .group-title:after {content: "\f055"; font-family: 'FontAwesome'; color: #1b90c9; font-size: 14px; padding: 0 0 0 22px;}
.catalog-product-view .collateral-tabs .group-title.active:after {content: "\f056";}
.catalog-product-view .collateral-tabs .group-title:hover {color: #1b90c9;}
.catalog-product-view .product-collateral .tab-simple {margin-bottom: -2px;}

@media only screen and (max-width: 1199px) {
    .catalog-product-view .collateral-tabs .group-container p span:first-child{width: 15%;}
}
@media only screen and (max-width: 768px) {
    .catalog-product-view .collateral-tabs .event-tab-title {width: 100%; text-align: center; font-size: 14px;}
    .catalog-product-view .collateral-tabs .event-tab-container {padding: 32px 0 0 0;}
    .catalog-product-view .collateral-tabs .group-container p span:first-child {width: 37%;}
}

@media only screen and (max-width: 1199px) {
	.product-shop .additional-info, .product-shop .product-options-block{width: 100%; float: none; padding: 0 !important;}
	.product-shop .additional-info{border-bottom: 1px solid #ececec; padding: 0 0 15px 0 !important; margin: 0 0 25px 0;}
	.collateral-tabs .tab-description .left, .collateral-tabs .tab-background .left{padding: 0 12.5px 0 0;}
	.collateral-tabs .tab-description .right, .collateral-tabs .tab-background .right{padding: 0 0 0 12.5px;}
	.product-collateral .toggle-tabs li{margin: 0 25px 0 0; }
	.collateral-tabs .person-about, .product-collateral .tab-simple .value{-webkit-column-gap: 25px; -moz-column-gap: 25px; column-gap: 25px;}
	.catalog-product-view .featured-products .slides{padding: 0 65px;}
	.catalog-product-view .featured-products .slides .owl-nav .owl-next{right: 0;}
	.catalog-product-view .featured-products .slides .owl-nav .owl-prev{left: 0;}
	.product-collateral .box-reviews .review-col.left{padding: 0 12.5px 0 0;}
	.product-collateral .box-reviews .review-col.right{padding: 0 0 0 12.5px;}
    #customer-reviews .review-summary-table .rating-box .rating {display: none;}
    #customer-reviews .review-summary-table .rating-box .rating-number {display: inline-block; color: #333; font-size: 12px;}
	.review-summary-table tbody td label{padding: 7px 0 7px 18px; text-align: left;}
	.review-summary-table tbody td:first-child label{padding: 7px 0 7px 13px;}
	.product-essential .top-info{margin: 0 0 25px 0;}
	.collateral-tabs .tab-description > div .label, .collateral-tabs .tab-background > div .label{font-size: 16px;}
	.collateral-tabs .tab-description .when, .collateral-tabs .tab-description .where{margin: 0 0 20px 0;}
	.collateral-tabs .tab-description .when > .label, .collateral-tabs .tab-description .where > .label{padding: 0 0 0 43px; min-width: 129px;}
	.collateral-tabs .tab-description .where{margin: 0 0 40px 0 !important;}
	.collateral-tabs .tab-description .right .label{margin: 0 0 21px 0;}
	.collateral-tabs .tab-description .right ul li{margin-bottom: 15px;}
	.review-summary-table thead th{padding: 0 0 4px 0;}
    .catalog-product-view .featured-products .iwd-auto-related-products-block-article .slides {padding: 0px;}
    .catalog-product-view .featured-products .block-title{margin: 0 0 13px 0;}
    .product-img-box .video {height: 238px;}
}


@media only screen and (min-width: 768px) {
	.product-collateral .collateral-tabs{ -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important;}
	.product-collateral .tabs-slide{width: 100% !important;}
	.product-collateral .collateral-tabs .tabs-slide.tab-next{display: none;}
}
@media only screen and (max-width: 767px) {
	.product-collateral{overflow: hidden;}
	.product-view .product-shop, .product-img-box{float: none; width: 100%;}
    .product-collateral .collateral-tabs .tab-container {padding: 0;}
	.product-collateral .collateral-tabs .tab-container .tab, .product-collateral .collateral-tabs .tab-container {position: relative;left: auto;width: auto;height: auto;overflow: visible;}
	.product-collateral .collateral-tabs .tab-container .tab-content {position: absolute;left: -10000px;top: auto;width: 1px;height: 1px;overflow: hidden;display: block; padding: 20px 15px; background: #f8f8f8;}
    .product-collateral.accordion-open .collateral-tabs .tab-container .tab-content.current {position: relative; left: auto; right: auto; width: auto; height: auto;}
    .catalog-product-view .collateral-tabs{border-top: 1px solid #ececec; padding: 0; background: none;}
	.catalog-product-view .product-collateral{border-color: #ececec;}
	.product-collateral .collateral-tabs .tab-container{border-bottom: 1px solid #ececec;}
    .product-collateral.accordion-open .collateral-tabs .tab-container.current{border-bottom: 2px solid #006db1;}
	.product-collateral .collateral-tabs .tab-container h3.tab{margin: 0; color: #006db1; font-size: 14px; text-transform: uppercase; font-weight: 400; cursor: pointer; padding: 0 15px;}
	.product-collateral .collateral-tabs .tab-container h3.tab span{padding: 21px 0 17px; display: inline-block; border-bottom: 3px solid transparent; position: relative;}
    .product-collateral .collateral-tabs .tab-container h3.tab:after{content: "\f054"; font-family: 'FontAwesome'; color: #006db1; font-size: 12px; position: absolute; right: 15px; top: 50%; margin-top: -0.7em;}
	.product-collateral .collateral-tabs .tab-container h3.tab:hover{color: #fff; background: #213261;}
    .product-collateral .collateral-tabs .tab-container h3.tab:hover:after{color: #fff;}
	.catalog-product-view .collateral-tabs{ transition:all 0.25s ease 0s; -webkit-transition:all 0.25s ease 0s;  -moz-transition:all 0.25s ease 0s; -ms-transition:all 0.25s ease 0s; -o-transition:all 0.25s ease 0s;}
	.product-collateral .tabs-slide.tab-next .std{padding: 65px 12.5px 65px; background: #f8f8f8;}
    .product-collateral .tabs-slide.tab-next .std#disqus_thread {margin-top: 0;}
	.product-collateral .tabs-slide.tab-next .back{padding: 0 12.5px; height: 70px;}
	.product-collateral .tabs-slide.tab-next .back span{color: #006db1; font-size: 14px; font-weight: 700; text-transform: uppercase; border-bottom: 4px solid #006db1; display: inline-block; cursor: pointer; padding: 28px 0 16px;}
	.product-collateral .tabs-slide.tab-next .back span:hover, .product-collateral .tabs-slide.tab-next .back span:hover:before{color: #ad452d; border-color: #ad452d;}
	.product-collateral .tabs-slide.tab-next .back span:before{color: #006db1; font-size: 14px; content: "\f053"; font-family: 'FontAwesome'; padding: 0 10px 0 0;}
	.collateral-tabs .tab-description > div, .collateral-tabs .tab-background > div{float: none; width: 100%; padding: 0 !important;}
	.collateral-tabs .tab-description .right, .collateral-tabs .tab-background .right{margin: 25px 0 0 0;}
	.collateral-tabs .person-about, .product-collateral .tab-simple .value{column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; -ms-column-count: 1; -o-column-count: 1; -webkit-column-gap: 0px; -moz-column-gap: 0px; column-gap: 0px;}
	.product-collateral .box-reviews .review-col{float: none; width: 100%; padding: 0 !important;}
	.product-collateral .box-reviews ul li{list-style-type: none;}
	.product-collateral .tabs-slide.hideHeight{height: 1px !important;}
	.catalog-product-view .featured-products .slides{padding: 0;}
	.catalog-product-view .product-name h1{font-size: 26px; line-height: 30px;}
	.product-essential .top-info .rating-box .fa{font-size: 12px;}
	.product-essential .top-info{margin: 0 0 24px 0;}
	.product-view .product-shop, .product-shop .product-options-block.right{padding: 0;}
	.product-view .product-shop{margin: 29px 0 0 0;}
	.product-view .additional-note{margin: 14px 0 0 0;}
    .product-collateral.accordion-open .collateral-tabs .tab-container h3.tab.current{background: #006db1; color: #fff;}
	.product-collateral.accordion-open .collateral-tabs .tab-container h3.tab.current span{letter-spacing: 0.5px;}
    .product-collateral.accordion-open .collateral-tabs .tab-container h3.tab.current:after {color: #fff; content: "\f078";}
	.catalog-product-view .featured-products .block-title .title{line-height: 28px;}
	.catalog-product-view .featured-products .block-title{margin: 0 0 17px 0;}
	.collateral-tabs .tab-description .when, .collateral-tabs .tab-description .where{margin: 0 0 29px 0;}
	.collateral-tabs .tab-background .left{border-bottom: 1px solid #dbdbdb; padding: 0 0 31px 0 !important;}
	.collateral-tabs .tab-background .right{margin: 44px 0 0 0;}
	.product-collateral .box-reviews .review-col .review-meta span.separator{display: block; height: 0; visibility: hidden;}
	#customer-reviews .review-summary-table .rating-box{text-align: left;}
	#customer-reviews .review-summary-table .rating-box .rating-number{letter-spacing: 0;}
	#customer-reviews .fieldset h4{line-height: 20px;}
	#customer-reviews .buttons-set .button{width: auto; margin: 0 0 20px 0;}
	.product-view .product-img-box{padding: 0 !important;}
	.product-collateral .tabs-slide.tab-next .aw-pq2-question-list-wrapper{}
	.product-view.grouped .product-shop, .product-view.grouped .product-shop .product-options-block.right{padding-left: 0;}
    .catalog-product-view .featured-products .block-title a{line-height: 18px; margin: 4px 0 0 0; float: left; width: 100%;}
    .product-img-box .video {height: 195px;}
    /* GLOBAL PADDINGS */
    .catalog-product-view .featured-products .inner {padding: 29px 12.5px 28px;}

}
@media only screen and (max-width: 479px) {
	#customer-reviews .review-heading .pager {text-align: center;}
	#customer-reviews .pager .count-container, #customer-reviews .pager .limiter, #customer-reviews .pages {float: none;}
    #customer-reviews .pager .count-container {display: inline-block;}
}

/* ACCOUNTS */
.main .account-login .page-title h1,
.customer-account-login .page-title h1{border-bottom: 1px solid #ececec; padding-bottom: 14px; margin-bottom: 0;}
.main .account-login .signin .socials-login h4 {font-size: 22px;}
.main .account-login .signin .socials-login {padding-top: 5px;}
.main .account-login .signin .socials-login > a:first-child {position: relative;}

@media only screen and (max-width: 767px) {
    .account-login .mobile-mode{
        display: block;
    }
    .account-login .desktop-mode{
        display: none;
    }
    .account-login input.input-text::-webkit-input-placeholder {
        text-transform: uppercase;
        color: #a0a0a0;
    }
    .account-login input.input-text:-moz-placeholder {
        text-transform: uppercase;
        color: #a0a0a0;
    }
    .account-login input.input-text::-moz-placeholder {
        text-transform: uppercase;
        color: #a0a0a0;
    }
    .account-login input.input-text:-ms-input-placeholder {
        text-transform: uppercase;
        color: #a0a0a0;
    }
}

.extevents-edx-portal .edx-portal-product-block { margin-bottom: 30px; }
.extevents-edx-portal .table { width: 100%; display: table; border-collapse: collapse; }
.extevents-edx-portal .tr { display: table-row; }
.extevents-edx-portal .td, .th { display: table-cell; padding: 5px; }
.extevents-edx-portal .table, .th, .td { border: 1px solid black; }
.extevents-edx-portal .th { font-weight: bold; position: relative; }
.extevents-edx-portal .td:last-child button { margin: 0 auto; }
.extevents-edx-portal .table input[type="text"] { width: auto; }
.extevents-edx-portal .th > div { margin-right: 10px; cursor: pointer; }
.extevents-edx-portal .th > div:after {
    content: '>';
    position: absolute;
    top: 15px;
    right: 5px;
    display: none;
    opacity: 0.7;
}
.extevents-edx-portal .th[data-sort="desc"] > div:after {
    display: block;
    transform: rotate(270deg);
}
.extevents-edx-portal .th[data-sort="asc"] > div:after {
    display: block;
    transform: rotate(90deg);
}
.extevents-edx-portal .th[data-sort="default"] > div:after {
    display: none;
}
.extevents-edx-portal .edx-portal-product-block h2 {
    position: relative;
}
.extevents-edx-portal .edx-portal-product-block h2:after {
    content: '>';
    transform: rotate(90deg);
    position: absolute;
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.7;
}
.extevents-edx-portal .edx-portal-product-block[data-collapsed] h2:after {
    transform: rotate(270deg);
}

/* Pesticide License(s) information */
.remove_field {
    float: right;
    font-size: 12px;
}
.add_field_button.button {
    background: #363636 none repeat scroll 0 0;
}

.remove_field {
    width: 100%;
    display: block;
    text-align: right;
}

.my-account .addresses-list address {
    max-width: 420px;
}

.occured {
    text-transform: uppercase;
    color: #ad452d;
    font-weight: normal;
    font-size: 14px;
}
/* Webinar Account */
.webinar-account h1{
    font-size: 46px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: none;
}

.webinar_item {
    margin-bottom: 15px;
}

.webinar_item h4 {
    font-size: 24px;
    letter-spacing: 1px;
}

.webinar_item .webinar_button a{
    text-transform: uppercase;
    color: #3A8BC0;
    letter-spacing: 0.3px;
}

.webinar-msg {
    margin-bottom: 46px;
}

.webinar_item_content li {
    letter-spacing: 0.4px;
}
/* Related Products in Right Nav: ajax loader #6456755 */
.opc-ajax-loader{background-color: rgba(0, 0, 0, 0.6);height: 100%;left: 0;position: fixed;top: 0;width: 100%;display:none;z-index: 10000 !important;}

/* article right related */
.col-right .iwd-auto-related-products-block-article .item .item-inner { padding: 30px 0; }
.col-right .iwd-auto-related-products-block-article .item .border { height: 0px !important;  }
.col-right .iwd-auto-related-products-block .block-title .title {  line-height: 18px; font-size: 18px; letter-spacing: 0.5px !important;  }
.col-right .featured-products .slides .item.last .item-inner { border: none !important;  padding-bottom: 0;}
.catalog-product-view .col-right .featured-products .inner {  padding: 0 0 0 0;  }
.col-right .iwd-auto-related-products-block-article {  display: block;  }
.catalog-product-view .featured-products .iwd-auto-related-products-block-article .block-title { margin:4px 0 0 0px;  }
.featured-products .iwd-auto-related-products-block-article .slides .item .product-type label{  letter-spacing: 0.7px;  }
.col-right .iwd-auto-related-products-slider .product-name {  margin: 0 0 0.1em;  }
.col-right #related-please-wait { display:none; margin: 15px 0; text-align: center; height: auto;  }
.col-right .related-please-wait-message { background: rgba(0, 0, 0, 0) url("https://extension.psu.edu/skin/frontend/extensions/default/images/opc-ajax-loader.gif") no-repeat scroll 0 0; display: inline-block; font-size: 16px; margin: 0 auto; min-height: 50px; padding: 11px 0 0 57px;  }

/* article right related left */
.featured-products .iwd-auto-related-products-block-article .slides .item {margin: 0;}
.featured-products .iwd-auto-related-products-block-article .slides .item .item-inner { -webkit-box-shadow: none;  -moz-box-shadow: none;  box-shadow: none;  border-bottom: 1px solid #ececec; }
.featured-products .iwd-auto-related-products-block-article .slides .item .product-image img.wee_product_img { width: 100px !important;}
.featured-products .iwd-auto-related-products-block-article .slides .item .product-image {width: 37.5%; margin: 0; padding: 0 7.5px 0 0; float: left; z-index: inherit;}
.col-right .featured-products .iwd-auto-related-products-block-article .slides .item .info { margin: -5px 0 0 !important; width: 62.5%; padding: 0 0 0 7.5px; float: left;}

@media only screen and (max-width: 1199px) {
    .featured-products .iwd-auto-related-products-block-article .slides .item .product-image {width: 100%; padding: 0; float: none;}
    .col-right .featured-products .iwd-auto-related-products-block-article .slides .item .info {width: 100%; padding: 0; float: none; margin: 10px 0 0 0 !important;}
}

@media only screen and (max-width: 767px) {
    .col-right .featured-products .iwd-auto-related-products-block-article .slides .item .item-inner { border: none; padding: 0;}
    .col-right .featured-products .iwd-auto-related-products-block-article .slides .owl-controls { margin: 0px; }
    .col-right .featured-products .iwd-auto-related-products-block-article .slides .owl-nav { padding: 27px 0 0; }
    .featured-products .iwd-auto-related-products-block-article .slides .item .product-image img {height: auto;}
    .col-right .iwd-auto-related-products-block .block-title .title {font-size: 24px; line-height: 28px; margin: 0 0 15px 0;}
    .catalog-product-view .featured-products .iwd-auto-related-products-block-article .block-title {margin: -5px 0 15px 0;}
    .col-right .featured-products .iwd-auto-related-products-block-article .slides .owl-nav > div {padding: 0 20px;}
    .featured-products .iwd-auto-related-products-block-article .slides .item .product-image {width: 37.5%; margin: 0; padding: 0 7.5px 0 0; float: left;}
    .col-right .featured-products .iwd-auto-related-products-block-article .slides .item .info { margin: -5px 0 0 !important; width: 62.5%; padding: 0 0 0 7.5px; float: left;}
}

/* Related Products in Right Nav: ajax loader #6456755 */
.table-footer td {  padding: 0px !important; }

/* right sidebar */
.sidebar.col-right .title h3{color: #213261; font-size: 18px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.5px; margin: -1px 0 20px 0;}
.sidebar.col-right .block-content li{font-size: 14px; line-height: 18px; margin: 0 0 16px 0; color: #757575; letter-spacing: 0.5px;}
.sidebar.col-right .block-content li:last-child{margin-bottom: 0;}
.sidebar.col-right .block-content li a{text-decoration: none; color: #757575;}
.sidebar.col-right .block-content li a:hover{color: #006db1;}
.sidebar.col-right .block-content li span{display: block; margin: 0 0 26px 0; line-height: 20px;}
.sidebar.col-right .block-content .button{background: #ad452d; color: #fefefe; font-size: 14px; text-transform: uppercase; font-weight: 300; letter-spacing: 2px; padding: 7px 24px; margin: 0 0 10px 0;}
.sidebar.col-right .block-content .button:hover{background: #d8644a; color: #fefefe;}

/* support block */
.sidebar.col-right .block.block-support {background: #f8f8f8; padding: 25px; -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1); margin-bottom: 0;}
.sidebar.col-right .block.block-support h3 {margin-bottom: 17px;}
.sidebar.col-right .block.block-support .title h3:before {content: "\f095"; font-family: 'FontAwesome'; color: #213261; font-size: 18px; margin: 0 10px 0 0;}
.sidebar.col-right .block.block-support p {margin: 0 0 26px 0; line-height: 20px;}
.sidebar.col-right .block.block-support p a{color: #006db1; font-weight: 700;}
.sidebar.col-right .block.block-support p a:hover {color: #1b90c9;}
.sidebar.col-right .block.block-support .button {margin: 0; background: #006db1; padding: 7px 28px;}
.sidebar.col-right .block.block-support .button:hover{background: #1b90c9;}
.sidebar.col-right .block.block-support li {margin: 0;}


/* acticle tab */
.author-list {padding: 5px 0 0 0; margin: 0 0 -2px 0;}
.author-list .item-line {border-bottom: 1px solid #dbdbdb; margin: 0 0 49px 0; padding-bottom: 43px !important;}
.author-list .item-line:last-child{border:none; padding-bottom: 0 !important; margin-bottom: 0 !important;}
.author-list .item {width: 50%; float: left;}
.author-list .item.no-margin {margin: 0; padding-bottom: 0 !important;}
.author-list .item:nth-child(2n){padding: 0 0 0 12.5px;}
.author-list .item:nth-child(2n+1){padding: 0 12.5px 0 0; clear: both;}
.author-list .item .canvas canvas{ position: absolute; top:0; left: 0; height: 100%; width: 100%;}
.author-list .item .product-image img {-webkit-filter: grayscale(1) contrast(150%); filter: grayscale(1) contrast(150%); filter: gray contrast(150%); display: inline-block; max-width: 100%;}
.author-list .item .image-placeholder .icon{width: 70px; height: 70px; display: block; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/sprite@2x.png") -753px -171px; position: absolute; top: 48px; left: 0; right: 0; margin: 0 auto; background-size: 914px 342px;}
.author-list .item .product-image {width: 100%; border: none;}
.author-list .item .photo {float: left; width: 32.5%; padding: 0 12.5px 0 0;}
.author-list .item .info {float: right; width: 67.5%; padding: 0 0 0 12.5px;}
.author-list .item .info.full-width { width: 100%; }
.author-list .item .product-name {margin-top: -5px;}
.author-list .item .product-name a, .author-list .item .product-name h4 {color: #333333;font-weight: bold;font-size: 16px;text-transform: uppercase;text-decoration: none;margin-bottom: 0;}
.author-list .item .product-name a:hover {color: #213261;}
.author-list .item .author-info label {color: #333333;font-size: 12px;font-weight: 400;line-height: 16px;display: block;letter-spacing: 0.3px;margin: 0px 0 4px 0;}
.author-list .item .author-info label:last-child { margin: 0 0 17px 0;  }
.author-list .item .expertise {float: left; width: 100%; padding-top: 5px; padding-bottom: 5px;}
.author-list .item .expertise .expertise-title {color: #006db1; font-weight: 700;display: block; font-size: 12px; letter-spacing: 0.3px; line-height: 16px; font-family: "Gotham A","Gotham B";}
.author-list .item .expertise .expertise-content{color: #333; font-weight: 400;display: block; font-size: 12px; letter-spacing: 0.3px; line-height: 16px;}
.author-list .item .expertise .expertise-content div.ul{ padding: 3px 10px 10px 11px;}
.author-list .item .expertise .expertise-content div.ul span{width: 100%; padding-bottom: 0px; line-height: 20px; font-family: "Gotham A","Gotham B"; display: inline-block !important;}
.author-list .item .expertise .expertise-content div.ul span:before{content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 6px;
    margin-left: -9px;
    position: absolute;
    text-rendering: auto;}
.author-list .item h3{color: #ad452d; font-size: 14px; text-transform: uppercase; font-weight: 400; margin: 0 0 14px 0;}
.author-list .item h3:hover { cursor: pointer; }
.author-list .item h3 i.fa { margin-left: 3px; font-size: 18px; }
.author-list .item ul {margin-bottom: 8px;}
.author-list .item ul li {margin: 0; padding: 0 0 12px 0;}
.author-list .item ul li:last-child { padding: 0; }
.author-list .item ul li label{color: #666666; font-size: 12px; font-weight: 900; display: block; letter-spacing: 0.3px; margin: 0; line-height: 22px; }
.author-list .item ul li a{color: #006db1; font-size: 14px; line-height: 24px; text-decoration: none; display: block; letter-spacing: 0.4px;}
.author-list .item ul li a:hover {color: #213261;}
.author-list .item ul li.hidden {display: none;}
.author-list .item .view-all-articles {color: #006db1; font-size: 12px; text-transform: uppercase; text-decoration: none; font-weight: 900; cursor: pointer;}
.author-list .item .view-all-articles:hover {color: #213261;}
.author-list .item .view-all-articles.hidden {display: none;}
.author-list .item .view-all-articles:before{content: "\f054"; font-family: 'FontAwesome'; font-size: 12px; padding: 0 5px 0 0;}

/* downloadable tab */
.downloadable-tab {}
.downloadable-tab .left-col {float: left; width: 50%; padding: 0 12.5px 0 0;}
.downloadable-tab .right-col {float: right; width: 50%; padding: 0 0 0 12.5px;}
.downloadable-tab .col h3 {color: #333333; font-size: 16px; text-transform: uppercase; font-weight: bold; margin-bottom: 21px;}
.downloadable-tab .col ul {}
.downloadable-tab .col ul li {margin: 0 0 9px 0; color: #1b90c9; font-size: 14px; line-height: 16px;}
.downloadable-tab .col ul li .description {color: #757575; font-size: 12px; line-height: 16px; margin: 5px 0 0 0;}
.downloadable-tab .col ul li:last-child {margin: 0;}
.downloadable-tab .col ul li a, .product-shop .additional-data .publication-downloadable-sample .data a {color: #1b90c9; text-decoration: none;}
.downloadable-tab .col ul li label {font-size: 14px; font-weight: normal;}
.downloadable-tab .col ul li a span {color: #3e3f49;}
.downloadable-tab .col ul li a label {margin: 0 4px 0 0;}
.downloadable-tab .col ul li a:hover label {cursor: pointer;}
.downloadable-tab .col ul li a span:after {content: "\f063"; font-family: 'FontAwesome'; font-size: 13px; color: #1b90c9; padding: 0 0 0 9px;}
.downloadable-tab .col ul li a:hover,
.downloadable-tab .col ul li a:hover span,
.downloadable-tab .col ul li a:hover span:after, .product-shop .additional-data .publication-downloadable-sample .data a:hover{color: #213261;}


@media only screen and (max-width: 1199px) {
    .author-list .item .photo {width: 50%;}
    .author-list .item .info {width: 50%;}
}
@media only screen and (max-width: 767px) {
    .product-2columns-right .sidebar.col-right .block,
    .cms-page-view .sidebar.col-right .block{border: 1px solid #ececec; padding: 7px 12px 7px 15px;}
    .product-2columns-right .sidebar.col-right .title h3,
    .cms-page-view .sidebar.col-right .title h3 {padding: 0; margin: 0; cursor: pointer;}
    .cms-page-view .sidebar.col-right .title h3:after,
    .product-2columns-right .sidebar.col-right .title h3:after,
    .cms-page-view .sidebar.col-right .title h3:after{content: "\f105"; font-family: 'FontAwesome'; float: right; color: #213261; font-size: 20px; margin-top: -2px;}
    .cms-page-view .sidebar.col-right .title.active h3:after,
    .product-2columns-right .sidebar.col-right .title.active h3:after,
    .cms-page-view .sidebar.col-right .title.active h3:after{ content: "\f107";}
    .product-2columns-right .sidebar.col-right .block-content,
    .cms-page-view .sidebar.col-right .block-content{border: none; padding: 25px 0 1px 0;}
    .product-2columns-right .sidebar.col-right .title.active h3, .product-2columns-right .sidebar.col-right .title.active h3:after, .product-2columns-right .sidebar.col-right .title h3:hover, .product-2columns-right .sidebar.col-right .title h3:hover:after,
    .cms-page-view .sidebar.col-right .title.active h3, .cms-page-view .sidebar.col-right .title.active h3:after, .cms-page-view .sidebar.col-right .title h3:hover, .cms-page-view .sidebar.col-right .title h3:hover:after{  color: #24a6e5;  }
    .downloadable-tab .left-col, .downloadable-tab .right-col {width: 100%; float: none; padding: 0;}
    .downloadable-tab .right-col {margin: 45px 0 0 0; padding: 45px 0 0 0; border-top: 1px solid #dbdbdb;}
    .downloadable-tab {padding: 67px 12.5px 66px; background: #f8f8f8;}
    .author-list {padding: 70px 12.5px 51px; background: #f8f8f8;}
    .author-list .item {float: none; padding: 0 !important; width: 100%;}
    .author-list .item .info {width: 100%; float: none; padding: 19px 0 0 0;}
    .author-list .item .photo {float: none; max-width: 50%; width: auto;}
    .author-list .item-line {border: none; padding-bottom: 0 !important; margin-bottom: 0 !important;}
    .author-list .item-line .item {border-bottom: 1px solid #dbdbdb;  margin: 0 0 49px 0;  padding-bottom: 43px !important; }
    .author-list .item-line:last-child .item:last-child {border: none; padding-bottom: 0 !important; margin-bottom: 0 !important;}
    .sidebar.col-right .block-content li span {margin: 0 0 22px 0;}
    .catalog-product-view .col-right .zblock {margin: 0 0 5px 0;}
    .sidebar.col-right .block-content li:last-child {margin-bottom: 16px;}
    .cms-page-view .col-right .zblock{border: none; padding: 0;}
    .cms-page-view .col-main {padding-bottom: 29px;}
    .cms-page-view .main-container {padding-bottom: 35px;}
    .cms-page-view .col-right{margin-top: 35px;}
}

/* Contacts */


.contacts-index-index .main-container {width: 100%; max-width: 100%; padding: 0;}
.contacts-index-index #messages_product_view {margin: 10px 0 0 0;}
.contacts-index-index .footer-container{padding-top: 0;}
.contacts-index-index .main-container .breadcrumbs,
.contacts-index-index .main-container .content-wrapper{margin: 0 auto; max-width: 1175px; padding: 0 12.5px;}
.contacts-d2 .page-title{text-align: center;}
.contacts-d2 .page-title h1{text-transform: capitalize;border:none;padding:0;margin:26px 0 0px 0; color: #333333; font-size: 30px;}
.contacts-d2 .page-title-border { border-top:3px solid #000; display: block; height: 4px; margin: 0 auto; width: 100px;}

.contacts-d2 .column-table-wrapper{display:table;width:100%; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/contact-bg.jpg") center center no-repeat; background-size: cover; padding: 88px 0 71px;}
.contacts-d2 .contacts-content{text-align: center; font-size:16px; line-height: 22px; color: #757575; margin: 26px 0 55px; letter-spacing: 0.4px;}
.contacts-d2 .left-column{vertical-align:top;display:table-cell;width:50%;text-align:right;}
.contacts-d2 .right-column{vertical-align:top;display:table-cell;width:50%;text-align:left;background-position:center center;background-repeat: no-repeat;background-size:cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.contacts-d2 .column-container{width:100%;text-align: left;display:inline-block;vertical-align: top; max-width: 575px; padding: 0 12.5px 0 0;}
.contacts-d2 .right-column form{max-width: 575px;}
.contacts-d2 .column-container .child-column{ display: block;float: left;width: 50%;}
.contacts-d2 .column-container .child-column:first-child {padding: 0 12.5px 0 0;}
.contacts-d2 .column-container .child-column:last-child {padding: 0 0 0 12.5px;}
.contacts-d2 .column-container .child-column h2{margin-bottom:30px; color: #ffffff; font-size: 28px; font-weight: 300; text-transform: uppercase; letter-spacing: 1px;}
.contacts-d2 .column-container .child-column dl dt{font-size:16px;color:#b2b2b2;text-transform: uppercase;padding-bottom:5px; letter-spacing: 1px;}
.contacts-d2 .column-container .child-column dl dt.connect{margin: 51px 0 24px;}
.contacts-d2 .column-container .child-column dl dd{font-size:16px;color:#ffffff; padding-bottom: 18px;line-height: 22px; letter-spacing: 0.5px;}
.contacts-d2 .column-container .child-column dl dd a,
.contacts-d2 .column-container .child-column dl dd table {color: #fff; text-decoration: none;}
.contacts-d2 .column-container .child-column dl dd table {font-size: 16px; width: 100%;}
.contacts-d2 .column-container .child-column dl dd table tr td:first-child{padding: 0 5px 0 0;}
.contacts-d2 .column-container .child-column dl dd table tr td:last-child {text-align: right;}
.contacts-d2 .column-container .child-column dl dd a:hover{color: #757575;}

.contacts-d2 .column-container .child-column .additional{ color: #888888;display: block;font-size: 14px;}
.contacts-d2 .column-container .direction-button{margin:92px 0 0 0;text-transform: uppercase; background: #1b90c9;border: 0 none;color: #ffffff;display: inline-block;font-size: 14px;font-weight: 300;line-height: 19px;  padding: 17px 50px 15px; text-align: center;vertical-align: middle; white-space: nowrap; letter-spacing: 3.5px; min-width: 268px; text-align: center;}
.contacts-d2 .column-table-wrapper .direction-button:hover{background-color: #006db1;}

.contacts-d2 .column-container .social li{display: inline-block; text-align: center; margin: 0 7px 0 0;}
.contacts-d2 .column-container .social a{ background:#1b90c9; border-radius:50%; width: 32px; height: 32px; line-height: 33px; display: inline-block;}
.contacts-d2 .column-container .social a .fa {color: #262833;font-size: 18px; margin: 0 0 0 4px;}
.contacts-d2 .column-container .social a:hover {background: #006db1;}
.contacts-d2 .column-container .social a:hover .fa {color: #fff;}

.contacts-d2 #contactForm{padding-left:12.5px;}
.contacts-d2 #contactForm .fieldset,
.contacts-d2 #contactForm .buttons-set{width: 463px; max-width: 463px; float: right;}
.contacts-d2 #contactForm h2{display: block; margin-bottom: 30px; color: #ffffff; font-size: 28px; font-weight: 300; text-transform: uppercase; letter-spacing: 1px;}
.contacts-d2 #contactForm label{font-size:16px;color:#ffffff;text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px;}
.contacts-d2 #contactForm label.required:after, #contactForm span.required:after {content: '';}

.contacts-d2 #contactForm .input-box{padding:3px 0 11px}
.contacts-d2 #contactForm .input-box input{width:100%;border:1px solid #ffffff;border-radius:0;height:50px !important;padding: 0 20px;color:#151515; font-size: 16px; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/input-bg.png") repeat; }
.contacts-d2 #contactForm textarea{ width: 100%;border:1px solid #fff;border-radius:0; max-width: 100%; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/input-bg.png") repeat; font-size: 16px; padding: 13px 20px; max-height: 165px; min-height: 165px; color: #151515;}
.contacts-d2 #contactForm .bootstrap-select{width: 100%; border: none; margin: 2px 0 0 0;}
.contacts-d2 .btn.selectpicker.btn-default{width: 100%; border:1px solid #fff; background: url("https://extension.psu.edu/skin/frontend/extensions/default/images/input-bg.png") repeat; height: 50px; color: #151515; font-size: 16px; padding: 11px 43px 10px 20px;}
.contacts-d2 .bootstrap-select.btn-group .btn .filter-option {color: #151515;}
.contacts-d2 .bootstrap-select.btn-group.open .btn.selectpicker.btn-default{border-radius: 0;}
.contacts-d2 .dropdown-menu>li>a {padding: 8px 20px;}
.contacts-d2 .bootstrap-select.btn-group .btn .caret{right: 15px; color: #213261; font-size: 26px;}
.contacts-d2 #contactForm .buttons-set{margin: 5px 0 0;padding: 0;border:none;}
.contacts-d2 #contactForm .buttons-set button.button{ width: auto;border:none;float:left;margin:0;text-transform: uppercase; background: #ad452d; color: #fff; font-size: 14px; font-weight: 300; letter-spacing: 3.5px; padding: 17px 50px 15px; min-width: 268px; text-align: center;}
.contacts-d2 #contactForm .buttons-set button.button:hover {background: #d8644a;}
.contacts-d2 #contactForm p.required{display:none;}
.contacts-d2 select{-webkit-appearance: none; display:inline-block !important; width:0 !important; visibility:hidden; opacity:0; height:1px; padding:0; margin:0 !important; border:none;}
.contacts-d2 #contactForm .dropdown-menu a:focus { background: #f4f4f4; }
.contacts-d2 .contacts-google-map iframe{max-width:100%;width:100% !important;}

@media only screen and (max-width: 1199px) {
    .contacts-d2 .column-table-wrapper {display: block;}
    .contacts-d2 .left-column, .contacts-d2 .right-column {width: 100%; display: block; text-align: left;}
    .contacts-d2 .column-container, .contacts-d2 #contactForm {max-width: 100%; padding: 0 25px;}
    .contacts-d2 #contactForm .fieldset, .contacts-d2 #contactForm .buttons-set {max-width: 100%; width: 100%; float: none;}
    .contacts-d2 .left-column {margin: 0 0 66px 0;}
}
@media only screen and (max-width: 1024px) {
    .contacts-d2 .column-container, .contacts-d2 #contactForm{padding: 0 12.5px;}
}

@media only screen and (max-width: 767px) {
    .contacts-d2 .column-container .child-column{padding: 0 !important; float: none; width: 100%;}
    .contacts-d2 .column-container .child-column:first-child {margin: 0 0 48px 0;}
}
@media only screen and (max-width: 479px) {
    .contacts-d2 #contactForm .buttons-set button.button{width: 100%;}
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
    .linearize-table {
        /* Helpers */
    }
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
        display: block;
    }
    .linearize-table thead th {
        border-right: 0;
        border-left: 0;
    }
    .linearize-table thead th.lin-hide {
        display: none;
    }
    .linearize-table thead th:nth-child(1n+2) {
        display: none;
    }
    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }
    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }
    .linearize-table tbody td.lin-hide {
        display: none;
    }
    .linearize-table tbody td:first-child {
        padding-top: 10px;
    }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
        font-weight: bold;
    }
    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }
    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
    }
    .linearize-table tfoot tr {
        display: block;
        text-align: right;
    }
    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .linearize-table tfoot td {
        display: block;
        float: left;
    }
    .linearize-table tfoot td.lin-hide {
        display: none;
    }
    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }
    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }
    .linearize-table .linearize-hide {
        display: none;
    }
    .linearize-table .linearize-unpad {
        padding: 0;
    }
    .linearize-table .linearize-show {
        display: block;
    }
}
@media only screen and (max-width: 599px) {
    .linearize-table-large {
        /* Helpers */
    }
    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
        display: block;
    }
    .linearize-table-large thead th {
        border-right: 0;
        border-left: 0;
    }
    .linearize-table-large thead th.lin-hide {
        display: none;
    }
    .linearize-table-large thead th:nth-child(1n+2) {
        display: none;
    }
    .linearize-table-large tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }
    .linearize-table-large tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }
    .linearize-table-large tbody td.lin-hide {
        display: none;
    }
    .linearize-table-large tbody td:first-child {
        padding-top: 10px;
    }
    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
        font-weight: bold;
    }
    .linearize-table-large tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }
    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
    }
    .linearize-table-large tfoot tr {
        display: block;
        text-align: right;
    }
    .linearize-table-large tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .linearize-table-large tfoot td {
        display: block;
        float: left;
    }
    .linearize-table-large tfoot td.lin-hide {
        display: none;
    }
    .linearize-table-large tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }
    .linearize-table-large tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }
    .linearize-table-large .linearize-hide {
        display: none;
    }
    .linearize-table-large .linearize-unpad {
        padding: 0;
    }
    .linearize-table-large .linearize-show {
        display: block;
    }
}
@media only screen and (min-width: 600px) {
    .linearize-table .linearize-collapse {
        display: none;
    }
}
.modal-open .notify-me-popup {
    overflow-x: hidden;
    overflow-y: auto;
}
.stock-notification.notify-me-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    margin: 0;
}

.stock-notification.notify-me-popup .close {
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 6px;
    text-decoration: none;
    top: 8px;
    z-index: 1000;
    display: block;
    height: 12px;
    width: 16px;
    border: none;
    line-height: 12px;
    font-style: oblique;
    font-size: 14px;
    color: #757575;
}

.stock-notification.notify-me-popup .close:hover {
    color: #b2b2b2;
}

.notify-me-popup.in .stock-notification-content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.notify-me-popup .stock-notification-content {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.notify-me-popup .stock-notification-content {
    z-index: 2000;
    width: 380px;
    margin: 30px auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    padding: 29px 31px 19px;
}

.notify-me-popup .stock-notification-content input[type="checkbox"] + .label:before {
    color: #bebebe;
    content: "\f0c8";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0px;
}

.notify-me-popup .stock-notification-content input[type="checkbox"]:checked + .label:before {
    content: "\f14a";
    font-family: 'FontAwesome';
    color: #006db1;
}

.notify-me-popup .stock-notification-content .zip-notify .radius_all label
{
    padding-left: 25px !important;
    line-height: 1.5 !important;
}

.notify-me-popup .stock-notification-content input[type="checkbox"] {
    margin: 0 !important;
    opacity: 0;
    z-index: 1000;
    overflow: hidden;
    cursor: default;
}

@media (max-width: 767px){
    .notify-me-popup .stock-notification-content {
        width: 320px;
        margin: 30px auto;
    }
}

.stock-notification .zip-notify .input-box select {
    height: 0px !important;
}

.stock-notification .zip-notify #radius  {
    margin-top: 15px;
}

.stock-notification .zip-notify #zip_code  {
    margin-bottom: 0px;
}

.stock-notification .zip-notify #email_notification  {
    margin-bottom: 0px;
}

.stock-notification .zip-notify .request-notice  {
    margin-top: 15px;
}

.stock-notification .zip-notify .radius_all {
    margin: 0 0 5px 0;
}

.stock-notification .zip-notify .radius_all .label {
    position: static;
    top: auto;
}

.stock-notification .zip-notify .radius_all label {
    position: static;
    top: auto;
    color: #777777;
}

.stock-notification .zip-notify .radius_all input {
    position: relative;
    height: 13px;
    width: 13px;
    float: left;
}

.stock-notification .zip-notify .btn-group.bootstrap-select{
    margin: 0 0 -6px 0;
}
.stock-notification .zip-notify .button.request-notice{
    margin-top: 16px;
}

/* ticket changes */
.my-account .iwd-local-form ul.options-list input.checkbox,
.my-account .iwd-local-form ul.options-list input.radio{
    margin-right: 5px;
    margin-left: 0;
    margin-top: 0;
    height: 21px;
    float: left;
}
.my-account .iwd-local-form ul.options-list li {
    line-height: 1.5;
    margin-bottom: 5px;
    display: block;
}
.my-account .iwd-local-form .options-list label {
    line-height: 19px;
    font-size: 14px;
    color: #213261;
    font-weight: normal;
}
.my-account .iwd-local-form dt,
.my-account .iwd-local-form dd {
    float: none;
    padding: 0;
}
.my-account .iwd-local-form .input-box{
    margin: 0px 0 23px;
}
.my-account .iwd-local-form button[type="submit"] {
    width: 100%;
}
.my-account .iwd-events-edit-address-form-container .input-box {
    margin: 0 0 23px;
}
.my-account .iwd-events-edit-address-form-container .input-box .input-text{
    border: 1px solid #b2b2b2;
    color: #333333;
    width: 100%;
}
.my-account .iwd-events-edit-address-form-container .wide {
    width: 100%;
}
.my-account .iwd-events-edit-address-form-container .form-list select {
    width: 100%;
    border: 1px solid #b2b2b2;
}
.my-account .iwd-local-form label.required:after, .my-account .iwd-local-form span.required:after,
.my-account .iwd-events-edit-address-form-container label.required:after{
    color: #213261;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.my-account .iwd-events-edit-address-form-container .control label{
    font-weight: normal;
    color: #636363;
}
.my-account .iwd-events-edit-address-form-container .control .input-box input[type=checkbox],
.my-account .iwd-events-edit-address-form-container .control input[type=checkbox] {
    margin-top: 7px;
}
.my-account .iwd-local-form dd select.multiselect{border: 1px solid #007cc3; border-radius: 5px; padding: 8px 0 0 10px; width: 100%;}
.my-account .iwd-local-form select option:checked {box-shadow: 1400px 0 0 #ebebeb inset; text-shadow: 700px 0px 0 #006db1; margin-left: -700px;}
.my-account .iwd-local-form select option{padding: 3px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.my-account .iwd-local-form dt label,
.my-account .iwd-events-edit-address-form-container label{color: #213261; text-transform: uppercase; font-size: 15px; margin-bottom: 8px; line-height: 1;}
.my-account .iwd-local-form select:not(.multiselect) {height: 40px; width: 100%; padding: 0 10px; border: 1px solid #b2b2b2; color: #333333;}
.my-account #my-orders-table .a-right.last label, .my-account #my-orders-table .iwd-events-quote-item-remove {font-weight: normal; line-height: 1; font-size: 12px;}

.my-account #my-orders-table input.iwd-events-checkbox,
.my-account #my-orders-table .iwd-events-quote-item-remove input{margin: 0 2px 0 0; float: left;}
.my-account #my-orders-table input[type=email], .my-account #my-orders-table input[type=search], .my-account #my-orders-table input[type=number], .my-account #my-orders-table input[type=password],
.my-account #my-orders-table input[type=tel], .my-account #my-orders-table input[type=text] {max-width: 100%; width: 100%;}

/* SHOPPING CART */
.cart-table tr.head, .cart-table tr.footer {background: #f8fbfd;}
.cart-table .icon-collapse, .cart-table .icon-slide-up {font-size: 16px;color: #213261;}
.cart-table .icon-collapse:hover, .cart-table .icon-slide-up:hover{opacity: 0.8;}
.cart-table .icon-collapse.closed i:before {content: "\f151";}


/* CREATE ACCOUNT PAGE - STAY CONNECTED BLOCK */
.account-create .page-title h1 {margin: 0;}
.account-create .stay-connected {background: #f6f6f6; border: 1px solid #b2b2b2; border-radius: 3px; padding: 10px; max-width: 460px; margin: 0 0 20px 0;}
.account-create .stay-connected h2 {text-transform: capitalize; font-weight: 700; margin: 0;}
.account-create .stay-connected strong {font-size: 12px; font-weight: 700; color: #000; line-height: 18px;}
.account-create .stay-connected ul{padding: 0 0 10px 15px;}
.account-create .stay-connected ul li{font-size: 12px; line-height: 18px; list-style-type: disc; color: #02458d;}
.account-create .stay-connected ul li strong{color: #02458d;}
.account-create .stay-connected .note {font-size: 11px; line-height: 14px; color: #000; margin: 10px 0 0 0;}
.account-create .stay-connected .checkbox{width: 18px; height: 18px; top: 3px;}
.account-create .stay-connected .checkbox + label{text-transform: none; font-weight: 500; color: #000; font-size: 12px; padding: 0 0 0 3px;}
.account-create .stay-connected .field.zip-code {display: none;}
.account-create .stay-connected .field.zip-code.showing {display: block; padding: 0 0 0 25px;}
.account-create .stay-connected .field.zip-code input{max-width: 180px;}
.account-create .stay-connected .field.zip-code .box{position: relative; max-width: 180px;}
.account-create .stay-connected .field.zip-code .box .tooltip{color: #000; position: absolute; right: 0px; top: 0.6em;}
.account-create .stay-connected .field.zip-code .box .fa-question-circle {color: #000; padding: 0 5px 0 0;}
.account-create .stay-connected .field.zip-code .box .tooltip:hover > div{visibility: visible; opacity: 1;}
.account-create .stay-connected .field.zip-code .box .tooltip > div {display: block; position: absolute; min-width:200px; max-width:400px; top:50%; left:100%; transform:translate(0, -50%); padding:3px 10px; color:#fff; background-color:#444444; font-weight:normal; font-size:12px; border-radius:3px; visibility:hidden; opacity:0; transition:opacity 0.8s; line-height: 16px; }
.account-create .stay-connected .field.zip-code .box .tooltip > div:before{content:'\f0d9'; font-family: 'FontAwesome'; font-size: 22px; color: #444444; position: absolute; left: -7px; top: 50%; margin-top: -0.4em;}
@media only screen and (max-width: 479px) {
    .account-create .stay-connected .field.zip-code .box .tooltip>div{top: 40px; transform: translate(0, 0); left: auto; right: 0;}
    .account-create .stay-connected .field.zip-code .box .tooltip>div:before{content: '\f0d8'; top: -3px; right: 7px; left: auto;}
}


/* L2 category landing pages */
.category-level-2-info{margin-top: 70px;}
.category-level-2-info a.rm-link{color: #333333;}
.category-level-3-info a.rm-link{color: #006db1;text-decoration: none;}
.category-level-3-info a.rm-link:before {content: "\f105";font-family: FontAwesome;font-size: 13px;padding: 0 5px 0 0;}
.category-level-3-info a.rm-link:hover{color: #24a6e5;}
.category-level-2-info > div,.category-level-3-info > div{outline: none;}
.category-level-2-info a.rm-link,.category-level-2-info > div,.category-level-3-info a.rm-link,.category-level-3-info > div{border:none;outline: none;}
.category-level-2-info h3.category-level-2-name,.category-level-2-info div.category-level-2-description p{margin: 0 0 25px;}




/* 
 *  Owl Carousel - Animate Plugin
     2.0.0-beta.2.4 
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://extension.psu.edu/skin/frontend/extensions/default/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-navigation.owl-single {display:none;}
.bootstrap-select{}
.btn.selectpicker{border:1px solid #dddddd;padding: 4px 8px;display:block;*display:inline;*zoom:1;padding:1;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;color:#888888;background-color:transparent;}
.btn-group.open .dropdown-menu{margin-top:-1px;}

.btn-group{position:relative;display:inline-block;*display:inline;*zoom:1;font-size:0;vertical-align:top;white-space:nowrap;*margin-left:.3em;}.btn-group:first-child{*margin-left:0;}
.btn.selectpicker.btn-default{line-height: normal;padding: 11px 43px 10px 12px;font-size: 14px; background: #fff; text-align: left;}
.btn-group+.btn-group{margin-left:5px;}
.btn-toolbar{font-size:0;margin-top:10px;margin-bottom:10px;}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-left:5px;}
.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn-group>.btn+.btn{margin-left:-1px;}
.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2;}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}
.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:5px;*padding-bottom:5px;}
.btn-group>.btn-mini+.dropdown-toggle{padding-left:5px;padding-right:5px;*padding-top:2px;*padding-bottom:2px;}
.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px;}
.btn-group>.btn-large+.dropdown-toggle{padding-left:12px;padding-right:12px;*padding-top:7px;*padding-bottom:7px;}
.btn-group.open .btn.dropdown-toggle .caret:before{content: "\f106";font-family: "FontAwesome"}
.dropup,.dropdown{position:relative;}
.dropdown-toggle{*margin-bottom:-3px;}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0;}
.dropdown .caret{margin-top:8px;margin-left:2px;}
.bootstrap-select.btn-group .btn .caret:before{content: "\f107";font-family:"FontAwesome";}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:10;display:none;float:left;min-width:160px;list-style:none;color:#888888;border: 1px solid #dddddd; background: #fff; border-top: 0; padding: 0 0 5px 0 !important;}
.dropdown-menu.pull-right{right:0;left:auto;}
.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.dropdown-menu>li>a{display:block;padding:8px 14px;clear:both;font-weight:normal;line-height:1.2;color:#707070;white-space:normal; text-transform: none;}
.publications .dropdown-menu>li>a {text-transform: none;}
.dropdown-menu>li>a:hover{text-decoration:none;color:#003087;}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{}
.dropdown-menu a:focus{outline: none;}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999;}
.open{*z-index:10;}.open>.dropdown-menu{display:block;}

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="span"]):not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"],
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.bootstrap-select.btn-group[class*="col-"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].pull-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #707070;	
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: auto;
  right: 5px;
  vertical-align: middle;
  color: #707070;
  font-size: 20px;
  line-height: 1em;
  margin-top: -0.5em;
  right: 13px;
  top: 50%;
}


.bootstrap-select.btn-group.open .btn .caret{
	background-position: -1px -142px;
}
.bootstrap-select.btn-group[class*="span"] .btn,
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:  0;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
  font-size: 14px;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li a strong.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
  padding: 0;
}
.bootstrap-select.btn-group .dropdown-menu li.selected:hover a{background: #fff; color: #888888;}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a strong.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 12;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input,
.bootstrap-select-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.owl-carousel .owl-prev.disabled, .owl-carousel  .owl-next.disabled{display:none !important}
.catalog-product-view .zoomContainer{z-index: 12;}
.catalog-category-view .category-title{margin: 0 0 40px 0;}
.catalog-category-view .subcategories .col-1, .catalog-category-view .subcategories .col-2{width: 50%; float: left;}
.catalog-category-view .subcategories .col-1{padding: 0 12.5px 0 0;}
.catalog-category-view .subcategories .col-2{padding: 0 0 0 12.5px;}
.catalog-category-view .subcategories .item{width: 100%; margin: 0 0 25px 0;}
.catalog-category-view .subcategories .item .child{box-shadow: 2px 2px 4px 1px rgba(50, 50, 50, 0.2); -webkit-box-shadow: 2px 2px 4px 1px rgba(50, 50, 50, 0.2); -moz-box-shadow: 2px 2px 4px 1px rgba(50, 50, 50, 0.2); display: table; width: 100%; cursor: pointer;}
.catalog-category-view .subcategories .thumbnail{width: 170px; height: 100%; display: table-cell; background-position: center center; background-size: cover; position: relative; overflow: hidden;}
.catalog-category-view .subcategories .thumbnail .triangle{position: absolute; top: 0; right: 0; width: 0; height: 0; border-bottom: 310px solid #fff;  border-left: 60px solid transparent;}
.catalog-category-view .subcategories .info{padding: 68px 25px; display: table-cell; height:310px;}
.catalog-category-view .subcategories .info .info-dot{max-height:13em;}
.catalog-category-view .subcategories .info .info-dot .link{color: #006db1; cursor: pointer; padding: 0 0 0 5px;}
.catalog-category-view .subcategories .info .info-dot .link:hover{color: #24a6e5;}
.catalog-category-view .subcategories .info .info-dot .link.more:before{ content: "\f105"; font-family: FontAwesome; font-size: 13px; padding: 0 5px 0 0;}
.catalog-category-view .subcategories .info .info-dot .link.less:before{ content: "\f104"; font-family: FontAwesome; font-size: 13px; padding: 0 5px 0 0;}
.catalog-category-view .subcategories .info .description{font-size: 16px; line-height: 26px;}
.catalog-category-view .subcategories .info .product-name{padding: 0 0 15px 0; margin: 0;}
.catalog-category-view .subcategories .info .product-name a{color: #006db1; font-size: 20px; text-decoration: none; text-transform: none;}
.catalog-category-view .subcategories .info .product-name a:hover{color: #24a6e5;}
.catalog-category-view .category-title h1{font-size: 30px; text-transform: none; color: #333333; font-weight: 700;}
.catalog-category-view .featured-products{background: #fff; padding-top: 25px; margin-bottom: 35px;}
.catalog-category-view .amshopby-page-container h3{color: #213261; font-size: 24px; font-weight: 400; letter-spacing: 0.8px; margin: 0 0 15px 0;}
.catalog-category-view .featured-products .slides .owl-dots{display: none !important;}
.catalog-category-view .subcategories{margin: 0 0 10px 0;}
.catalog-category-view .category-description{margin: 0 0 25px 0;}
.featured-products .owl-carousel .owl-stage-outer { box-sizing: content-box; margin: 0 0 0 -4px; padding: 4px; width: 100%; z-index: 10;}
@media only screen and (max-width: 1199px) {
	.catalog-category-view .subcategories .info{height:336px;}
	.catalog-category-view .subcategories .thumbnail{width: 130px;}
	.catalog-category-view .featured-products{padding-top: 26px;}
	.catalog-category-view .subcategories .info .info-dot{max-height: 15.5em;}
}
@media only screen and (max-width: 1023px) {
	.catalog-category-view .subcategories .thumbnail{width: 110px;}
	.catalog-category-view .subcategories .info{padding: 68px 25px 69px 22px; height: 351px;}
	.catalog-category-view .subcategories .info .description{ font-size: 14px; line-height: 24px;}
	.catalog-category-view .subcategories .info .info-dot{max-height: 16.5em;}
	.catalog-category-view .subcategories .info .product-name{padding: 0 0 18px 0;}
	
}
@media only screen and (max-width: 767px) {
	.catalog-category-view .subcategories .item{float: none; width: 100%; padding: 0 !important;}
	.catalog-category-view .subcategories .thumbnail{width: 27%;}
	.catalog-category-view .amshopby-page-container h3{line-height: 28px;}
	.catalog-category-view .category-title h1{font-size: 26px;}
	.catalog-category-view .subcategories .info{padding: 43px 25px 67px 22px; height: 294px;}
	.catalog-category-view .featured-products {padding-top: 30px; margin-bottom: 29px;}
}












.zblock img {
    display: inline;
}
.zblock-slider img {
    display: inline;
}

.zblock-item {
    overflow: hidden;
}
div.amshopby-column {
    float: left;
    width: 105px;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.block-layered-nav .amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
	margin: 0;
}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold; color:black; text-decoration: none; cursor:text;}
div.block-layered-nav dd li span.amshopby-plusminus {float:left;display:block; width:15px; height:15px; cursor:pointer; background:transparent url(https://extension.psu.edu/skin/frontend/extensions/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent url(https://extension.psu.edu/skin/frontend/extensions/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

div.block-layered-nav div.amshopby-slider {position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://extension.psu.edu/skin/frontend/extensions/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://extension.psu.edu/skin/frontend/extensions/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://extension.psu.edu/skin/frontend/extensions/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://extension.psu.edu/skin/frontend/extensions/default/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://extension.psu.edu/skin/frontend/extensions/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f18200; border: 1px solid #de5400; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-item-top{}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

.customer-account-login .account-login.login-only .col-1.registered-users ul{
	list-style: outside none none;
    margin: 0;
    padding: 0;
}
.customer-account-login .account-login.login-only .col-1.registered-users{
	width:50%;
}
.block-amseorichdata
{
    margin: 20px 0 10px;
    clear: both;
}

.block-amseorichdata .block-content
{
    padding: 7px 7px;
}
