/**
**
* LICENSE:
* This source file is subject to the licensing terms that
* are available through the world-wide-web at the following URI:
* http://cartdesigners.com/legal-terms/licensing-terms/.
*
* @author       CartDesigners <info@cartdesigners.com>
* @author       Ransom Carroll <ransom.carroll@cartdesigners.com>
* @copyright    Copyright © 2013 Cart Designers, LLC
* @file         cd-styles.css
* @description  CSS file used for Bigcommerce styles
*
**/

/* GLOBAL */
body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.025em;
}
h1, h2, h3, h4, h5 {
    color: #8ebae5;
}
hr {
    background: #8ebae5;
    border: none;
    clear: both;
    float: left;
    height: 1px;
    line-height: normal;
    padding: 0;
    width: 100%;
}
.btn-transparent {
    background: none;
    border: 3px solid #4184c8;
    border-radius: 6px;
    color: #4184c8;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    font-weight: 700;
}
.btn-transparent-white {
    border-color: #fff;
    color: #fff;
}
.promo-top > .inner,
.nav-dropdown > .inner {
    margin: auto;
    max-width: 1260px;
    width: 96%;
}
.site--hospital-only {
    display: none;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin: 0;
}
.symbol-trademark,
.symbol-degree {
    font-size: 18px;
}
div.selector {
    background: #fff url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-arrow-down.png?t=1549483962') no-repeat right center !important;
    color: #262626;
    font-size: 16px;
}
div.selector span {
    padding-right: 30px !important;
}
.play {
    display: inline-block;
    position: relative;
}
.play:before {
    color: #fff;
    content: '\e029';
    bottom: 0;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 130px;
    font-style: normal;
    font-weight: 400;
    height: 130px;
    left: 0;
    line-height: 1;
    margin: auto;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 130px;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.play:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );
}
@media only screen and (min-width: 768px) {
    .btn-transparent:focus,
    .btn-transparent:hover {
        background: #4184c8;
        color: #fff;
    }
    .btn-transparent-white:focus,
    .btn-transparent-white:hover {
        border-color: #fff;
        color: #fff;
    }
    .play:hover:before,
    .play:hover:after {
        opacity: 1;
    }
    .play:hover:after {
        z-index: 1;
    }
}

/* CUSTOM ICONS */
.custom-icon {
    display: inline-block;
    height: 31px;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: top 0.3s ease;
    vertical-align: middle;
    width: 35px;
}
.custom-icon-rounded {
    border-radius: 50%;
    height: 35px;
}
.custom-icon-large {
    height: 110px;
    width: 90px;
}
.custom-icon-small {
    height: 27px;
    width: 26px;
}
.custom-icon-large-rounded {
    border-radius: 50%;
    height: 90px;
}
.custom-icon--account {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-account.png?t=1549483962') no-repeat;
}
.custom-icon--age-weight-limit {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-age-weight-limit-large.png?t=1549483962') no-repeat;
}
.custom-icon--age-weight-limit-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-age-weight-limit-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--reminder {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-exlamation-large.png?t=1549483962') no-repeat;
}
.custom-icon--browse-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-browse-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--cart {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-cart.png?t=1549483962') no-repeat;
}
.custom-icon--cart-condensed {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-cart-condensed.png?t=1549483962') no-repeat;
}
.custom-icon--dimensions {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-dimensions-large.png?t=1549483962') no-repeat;
}
.custom-icon--dimensions-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-dimensions-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--fact-sheet-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-fact-sheet-dark.png?t=1549483962') no-repeat;
    height: 35px;
    width: 27px;
}
.custom-icon--faqs {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-faqs-large.png?t=1549483962') no-repeat;
}
.custom-icon--faqs-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-faqs-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--health-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-health-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--literature {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-literature-large.png?t=1549483962') no-repeat;
}
.custom-icon--literature-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-literature-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--literature-white {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-literature-large-white.png?t=1549483962') no-repeat;
}
.custom-icon--location {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-location.png?t=1549483962') no-repeat;
}
.custom-icon--mail {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-mail.png?t=1549483962') no-repeat;
}
.custom-icon--mail-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-mail-dark.png?t=1549483962') no-repeat;
    height: 38px;
    width: 48px;
}
.custom-icon--mail-dark-small {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-mail-dark-small.png?t=1549483962') no-repeat;
}
.custom-icon--other-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-other-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--pdf-dark-small {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-pdf-dark-small.png?t=1549483962') no-repeat;
}
.custom-icon--phone {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-phone.png?t=1549483962') no-repeat;
}
.custom-icon--phone-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-phone-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--phone-dark-small {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-phone-dark-small.png?t=1549483962') no-repeat;
}
.custom-icon--phone-white {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-phone-large-white.png?t=1549483962') no-repeat;
}
.custom-icon--power {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-power-large.png?t=1549483962') no-repeat;
}
.custom-icon--power-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-power-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--product-care {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-product-care-large.png?t=1549483962') no-repeat;
}
.custom-icon--product-care-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-product-care-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--request-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-request-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--retailer-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-retailer-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--search {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-search.png?t=1549483962') no-repeat;
}
.custom-icon--setup {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-settings-large.png?t=1549483962') no-repeat;
}
.custom-icon--setup-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-setup-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--signage-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-signage-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--support {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-account-large.png?t=1549483962') no-repeat;
}
.custom-icon--support-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-account-large-dark.png?t=1549483962') no-repeat;
}
.custom-icon--warranty {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-warranty-large.png?t=1549483962') no-repeat;
}
.custom-icon--warranty-dark {
    background: url('//cdn2.bigcommerce.com/server3400/e4mezc/templates/__custom/images/icon-warranty-large-dark.png?t=1549483962') no-repeat;
}

/* HEADER */
.header {
    transition: all 0.3s ease;
}
#Header {
    margin: 0;
}
.promo-top {
    float: left;
    letter-spacing: 0.1em;
    width: 100%;
}
.promo-top--retail {
    border-bottom: 1px solid #c6def8;
}
.promo-top--hospital {
    background: #4184c8;
}
.promo-top--hospital {
    display: none;
}
.promo-top > .inner {
    padding: 10px 0;
}
.promo--link {
    color: #4184c8;
    float: left;
}
.promo--link-hospital {
    color: #fff;
    float: left;
    background: #4184c8;
    padding: 11px;
    font-size: 13px;
}
.promo-top--retail > .inner {
    padding: 0px;
}
.promo-top--retail .promo--deal{
    margin-top: 12px;
}
.promo--link-hospital:hover {
    color: #fff;
    background: #c3c3c3;
}
.promo-top--hospital .promo--link {
    color: #fff;
}
.promo--link i {
    color: #f0c33b;
    display: inline-block;
    top: 0;
    vertical-align: middle;
}
.promo--deal {
    color: #98bce5;
    float: right;
    font-size: 13px;
    margin-top: 3px;
}
.promo--deal > strong {
    color: #4184c8;
    font-weight: 700;
    letter-spacing: 0.065em;
}
#Header > .inner {
    clear: both;
}
.header-logo {
    float: left;
    padding: 20px 0;
}
.header-secondary {
    float: right;
    width: calc(100% - 172px);
}
.navbar-top-menu {
    border: none;
    float: right;
    margin: 34px 0 0;
    min-height: initial;
    position: relative;
    z-index: 12;
}
.top-menu-links {
    position: relative;
    z-index: 1;
}
.top-menu-links .top-menu-link-cart-condensed {
    display: none;
}
.top-menu-links .top-menu-link-cart .cart-item-total,
.top-menu-links .top-menu-link-cart-condensed a {
    color: #8ebae5;
}
.top-menu-links .top-menu-link-cart-condensed a {
    font-size: 18px;
    font-weight: 500;
}
.top-menu-links .top-menu-link-cart .cart-item-total {
    font-size: 15px;
    font-weight: 700;
    left: 0;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: -10px;
}
.top-menu-link {
    position: relative;
    text-align: center;
}
.top-menu-link a:hover .custom-icon {
    top: -5px;
}
.top-menu-links > .nav > .top-menu-link > a {
    border-left: 1px solid #c6def8;
    padding: 0 15px;
}
.top-menu-links > .nav > .top-menu-link:first-of-type > a {
    border: none;
    padding-left: 0;
}
.top-menu-links > .nav > .top-menu-link:last-of-type > a {
    padding-right: 0;
}
.header-search {
    background: #fff;
    max-height: 64px;
    overflow: hidden;
    transition: max-width 0.3s ease;
    width: 100%;
    z-index: 2;
}
.header-search .Textbox:focus {
    box-shadow: none;
}
.header .header-search {
    border-bottom: 3px solid #8ebae5;
    border-radius: 2px;
    margin: 0;
    max-width: 0;
    padding: 20px 0 10px;
    position: absolute;
    right: 0;
    top: -20px;
}
.search-active .header-search {
    max-width: 254px;
    overflow: visible;
}
.header-search .custom-icon {
    border: none;
    float: left;
    margin-left: -4px;
    top: 0;
    transition: top: 0.3s ease;
}
.header-search .Textbox {
    border: none;
    box-shadow: none;
    color: #b5b4b4;
    font-family: Arial, sans-serif;
    font-size: 13px;
    height: 31px;
    line-height: 31px;
    letter-spacing: 0.025em;
    padding: 0 10px;
    width: calc(100% - 40px);
}
.header-search .Textbox::-webkit-input-placeholder {
    color: #b5b4b4;
    font-family: Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.025em;
}
.header-search .Textbox::-moz-placeholder {
    color: #b5b4b4;
    font-family: Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.025em;
}
.header-search .Textbox:-ms-input-placeholder {
    color: #b5b4b4;
    font-family: Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.025em;
}
.header-search .Textbox:-moz-placeholder {
    color: #b5b4b4;
    font-family: Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.025em;
}
.header-search .glyphicon {
    color: #8ebae5;
    position: absolute;
    right: 0;
    transition: color 0.3s ease;
    top: 30px;
}
.header-navigation {
    float: right;
    position: static;
}
.header-navigation .nav > li {
    position: static;
    vertical-align: top;
}
.header-navigation .nav > li > a {
    padding: 40px 24px;
}
.header-navigation .nav > li > a > span {
    border-bottom: 3px solid #fff;
    border-radius: 2px;
    padding: 5px 0px;
}
.header-navigation .nav > .healthcare-programs-products,
.header-navigation .nav > .education-resources,
.header-navigation .nav > .contact-halo{
    display: none;
}
.nav-dropdown {
    background: #fff;
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: border 0.5s ease 0.3s, max-height 0.3s ease, opacity 0.3s ease;
    width: 100%;
    z-index: 11;
}
.header-navigation li:hover .nav-dropdown {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    max-height: 1000px;
    margin-top: -1px;
    opacity: 1;
    border-top: 1px solid transparent;
    border-color: #c6def8;
    transition: border-color 0.0s ease;
}
.shop-menu {
    display: none;
}
.nav-dropdown > .inner {
    padding: 30px 0;
    text-align: left;
}
.dropdown-cta {
    float: left;
    margin-right: 1%;
}
.nav-dropdown li a {
    color: #494949;
    font-size: 15px;
}
.nav-dropdown > .inner > ul {
    float: left;
    margin: 0;
    width: calc(100% - 1% - 340px);
}
.nav-dropdown > .inner > ul > li {
    float: left;
    list-style: none;
    padding: 0 2%;
    width: 25%;
}
.our-products .nav-dropdown > .inner > ul > li {
	width: 33.333%;
}
.nav-dropdown > .inner > ul > li:nth-child(4n+1) {
    /*clear: both;*/
}
.nav-dropdown > .inner > ul > li > a,
.shop .nav-dropdown > .inner > ul > li > ul > li > a {
    /*color: #98bce4;*/
    color: #494949; /* Added by scott@room34.com -- 2018.02.13 */
    font-size: 16px;
    padding: 10px 0;
}
/* Added by scott@room34.com -- 2018.02.13 */
.nav-dropdown > .inner > ul > li > a:hover,
.shop .nav-dropdown > .inner > ul > li > ul > li > a:hover {
    text-decoration: underline;
}
.shop .nav-dropdown > .inner > ul {
    width: 100%;
}
.shop .nav-dropdown > .inner > ul > li > ul {
    display: block;
    padding: 0;
    position: relative;
}
.shop .dropdown-cta {
    display: none;
}
.nav-dropdown li a {
    color: #494949;
    display: block;
    font-size: 15px;
    padding: 3px 0;
}
.hospital-site .nav-dropdown > .inner > ul > li > a {
   /*color: #4184c8;*/
   color: #494949; /* Added by scott@room34.com 2018.02.20 */
}
.healthcare-programs-products > a{
   pointer-events: none;
   cursor: default;
}
.header-slim .header {
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    height: 70px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header-slim .top-menu-link-cart-condensed {
    display: block;
}
.header-slim .promo-top,
.header-slim .top-menu-link-cart {
    display: none;
}
.header-slim .header-logo {
    padding: 13px 0;
}
.header-slim .header-logo img{
    max-height: 44px;
}
.header-slim .navbar-top-menu {
    margin: 20px 0 0 20px;
}
.header-slim .header-navigation .nav > li > a {
    padding: 25px 16px;
}
.header-slim .main {
    margin-top: 140px;
}
.off-canvas-menu {
    width: 250px;
}
.off-canvas-menu .nav-categories {
    display: block;
}
// .off-canvas-menu .nav-categories .shop a{
//     pointer-events: none;
//     cursor: default;
// }
.off-canvas-menu .nav-pages .shop,
.off-canvas-menu .nav-pages .our-products {
    display: none;
}
.off-canvas-menu .nav li li a {
    font-size: 12px;
}
@media on
@media only screen and (max-width: 1160px) {
    .header-navigation .nav > li > a {
        padding: 40px 16px;
    }
}
@media only screen and (max-width: 1100px) {
    .header-slim .header-navigation .nav > li > a {
        padding: 25px 3px;
    }
    .header-slim .navbar-top-menu {
        margin-left: 10px;
    }
    .top-menu-links > .nav > .top-menu-link > a {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 1000px) {
    .header-navigation .nav > li > a {
        padding: 40px 8px;
    }
}
@media only screen and (max-width: 900px) {
    .promo--deal {
        letter-spacing: 0.015em;
    }
    .header-logo {
        padding: 13px 0;
    }
    .header-logo img {
        max-height: 44px;
    }
    .header-secondary {
        width: calc(100% - 120px);
    }
    .header-navigation .nav > li > a,
    .header-slim .header-navigation .nav > li > a {
        font-size: 13px;
        padding: 26px 4px;
    }
    .navbar-top-menu {
        margin: 20px 0 0 10px;
    }
    .top-menu-links > .nav > .top-menu-link > a {
        padding: 0 7px;
    }
    .nav-dropdown > .inner > ul {
        width: calc(100% - 1% - 300px);
    }
    .nav-dropdown > .inner > ul > li > a {
        font-size: 13px;
    }
    .nav-dropdown li a {
        font-size: 11px;
    }
    .dropdown-cta {
        width: 300px;
    }
    .dropdown-cta img {
        max-width: 300px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .top-menu-links > .nav > .top-menu-link > a:active,
    .top-menu-links > .nav > .top-menu-link > a:focus,
    .top-menu-links > .nav > .top-menu-link > a:hover {
        background: none;
    }
    .header-search .custom-icon:hover {
        top: -5px;
    }
    .header-search .glyphicon:hover {
        color: #4184c8;
        cursor: pointer;
    }
    .header-navigation .nav > li > a:focus,
    .header-navigation .nav > li > a:hover {
        background: none;
        color: #8ebae5;
    }
    .header-navigation .nav > li > a:focus > span,
    .header-navigation .nav > li > a:hover > span {
        border-color: #8ebae5;
    }
    .nav-dropdown > .inner > ul > li > a:focus,
    .nav-dropdown > .inner > ul > li > a:hover,
    .shop .nav-dropdown > .inner > ul > li > ul > li > a:focus,
    .shop .nav-dropdown > .inner > ul > li > ul > li > a:hover,
    .hospital-site .nav-dropdown > .inner > ul > li > a:hover {
        color: #494949;
    }
    .nav-dropdown li a:focus,
    .nav-dropdown li a:active {
        color: #98bce4;
    }
    .header-navigation .nav > .shop > a:focus,
    .header-navigation .nav > .shop > a:hover {
        cursor: default;
    }
}

/* MAIN/CONTENT */
.content img {
    height: auto;
    max-width: 100%;
}

/* BANNERS */
.banner {
    clear: both;
    float: left;
    margin: 30px 0;
    width: 100%;
}
.banner-heading {
    color: #4184c8;
    display: block;
    font-size: 48px;
    font-weight: 400;
}
.banner-heading span {
    display: block;
}
.banner-message {
    font-size: 19px;
    line-height: 30px;
}
.banner-mission {
    background: url('../../../product_images/uploaded_images/banner-mission.jpg') no-repeat;
    background-size: cover;
    border: 1px solid #8ebae5;
    padding: 7% 6% 9% 0;
}
.banner-mission .banner-heading,
.banner-mission .banner-message,
.banner-mission .btn {
    clear: both;
    float: right;
}
.banner-mission .banner-heading,
.banner-mission .banner-message {
    text-align: right;
    width: 56%;
}
.banner-mission .banner-heading {
    margin: 0 0 20px;
}
.banner-mission strong {
    display: block;
}

/* PRODUCTS */
.ProductList li {
    border: 1px solid #fff;
    font-size: 25px;
    padding: 20px;
    text-align: center;
    width: 24.96%;
}
.ProductList li:hover {
    border-color: #c6def8;
}
.product-list-item--product-image a {
    height: auto !important;
}
.product-list-item--product-name {
    color: #8ebae5;
    font-size: 18px;
    line-height: normal;
}
.product-list-item--product-price {
    font-size: 14px;
}
.product-list-item--product-name .name {
    display: block;
    padding-bottom: 5px;
}
.product-list-item--product-name .fabric,
.product-list-item--product-name .style {
    color: #494949;
    display: block;
    font-size: 14px;
    padding-top: 1px;
}
.ProductList .product-list-item--add-to-cart {
    color: #494949;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.ProductList .product-list-item--add-to-cart .glyphicon {
    color: #4184c8;
    font-size: 12px;
    height: 12px;
    overflow: hidden;
    width: 12px;
}
.ProductList .product-list-item__shop-all{
    padding: 0;
}
.ProductList .product-list-item__shop-all a{
    border: 2px solid #4184c8;
    display: block;
    line-height: 32px;
    padding: 184px 0;
}
@media only screen and (max-width: 1000px) {
    .product-list-item--product-name {
        font-size: 18px;
    }
    .product-list-item--product-name .fabric,
    .product-list-item--product-name .style {
        font-size: 12px;
        padding-top: 3px;
    }
    .ProductList .product-list-item__shop-all a{
        padding: 160px 0;
    }
}
@media only screen and (min-width: 768px) {
    .product-list-item--product-name:hover {
        color: #494949;
    }
    .ProductList .product-list-item--add-to-cart:hover {
        color: #8ebae5;
    }
    .ProductList .product-list-item__shop-all a:hover{
        text-decoration: none;
    }
    .ProductList .product-list-item__shop-all a{
        padding: 154px 0;
    }
}
@media only screen and (min-width: 767px) {
    .header-slim .main {
        margin-top: 140px;
    }
}
@media only screen and (max-width: 640px) {
    .ProductList .product-list-item__shop-all a{
        padding: 130px 0;
    }
}
@media only screen and (max-width: 550px) {
    .product-list-item--product-name .fabric,
    .product-list-item--product-name .style {
        display: none;
    }
}
@media only screen and (max-width: 470px) {
    .ProductList .product-list-item__shop-all,
    .ProductList .product-list-item__shop-all:hover,
    .ProductList .product-list-item__shop-all a {
        border-color: transparent;
    }
    .ProductList .product-list-item__shop-all a {
        background: #c6def8;
        color: #fff;
        padding: 156px 0;
    }
}

/* MAIN/CONTENT */
.content {
    border-top: 1px solid #c6def8;
}
.breadcrumb {
    display: none;
}
.TitleHeading {
    font-size: 32px;
    letter-spacing: 0.025em;
    margin: 30px 0;
    text-align: center;
}

/* FOOTER */
.footer-main > .inner {
    border-top: 1px solid #c6def8;
}
.footer-column {
    float: left;
    padding: 0 0 0 30px;
    width: 25%;
}
.footer-column h4 {
    display: block;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.025em;
    margin: 0 0 8px;
    position: relative;
}
.footer-column h4 i {
    color: #c6def8;
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
}
.footer-column ul {
    list-style: none;
    margin: 0;
}
.footer-column li a {
    color: #494949;
    display: block;
    font-size: 15px;
    padding: 8px 0;
}
.footer-column a {
    display: block;
}
.footer-column hr {
    background: #c6def8;
    border: none;
    height: 1px;
    line-height: 1px;
    margin: 10px 0;
    padding: 0;
}
.footer-column--contact,
.footer-column--hospital-footer-newsletter {
    padding: 0;
}
.footer-column--contact--phone {
    display: block;
    font-size: 30px;
    font-weight: 700;
}
.footer-column--contact--phone span,
.footer .footer-column--contact--phone:hover {
    color: #8ebae5;
}
.footer-column--contact--email {
    font-size: 16px;
}
.footer-links {
    background: #8ebae5;
    color: #fff;
    font-size: 14px;
    padding: 14px 0;
    text-align: center;
}
.footer-links p,
.footer-links ul {
    display: inline-block;
    vertical-align: top;
}
.footer-links a {
    color: #fff;
}
.footer-links ul {
    list-style: none;
    margin: 0 0 0 10px;
}
.footer-links li {
    border-left: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
}
.footer-links li:first-of-type {
    border: none;
}
.footer-links li a {
    display: block;
    padding: 0 5px 0 8px;
}
.footer .site--hospital-only {
    display: none;
}
@media only screen and (max-width: 1260px) {
    .footer-column {
        padding-left: 20px;
    }
    .footer-column--contact {
        padding: 0;
    }
    .footer-column--contact,
    .footer-column--hospital-footer-newsletter,
    .footer-column--social {
        width: 30%;
    }
    .footer-column--customer-care,
    .footer-column--our-company {
        width: 20%;
    }
    .footer-column h4 {
        font-size: 19px;
    }
    .footer-column--contact--email {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1060px) {
    .footer-column {
        text-align: center;
    }
    .footer-column--customer-care,
    .footer-column--our-company {
        width: 30%;
    }
    .footer-column--contact {
        width: 40%;
    }
    .footer-column--social {
        border: none;
        border-top: 1px solid #c6def8;
        margin: 10px 0;
        padding: 10px 0;
        width: 100%;
    }
    .footer-column--social hr {
        display: none;
    }
    .footer-column--social .newsletter-subscription,
    .footer-column--social .social-links {
        padding: 20px 10px;
        width: 48%
    }
    .footer-column--social .newsletter-subscription {
        float: left;
    }
    .footer-column--social .social-links {
        border-left: 1px solid #c6def8;
        float: right;
        text-align: center;
    }
    .footer-column .social-links h5 {
        font-size: 19px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .footer a:hover,
    .footer-column li a:hover {
        color: #8ebae5;
    }
    .footer-links a:hover {
        color: #e4e4e4;
    }
}
@media only screen and (max-width: 767px) {

    .footer-main > .inner {
        border: none;
        padding: 0;
    }
    .footer-column li a {
        padding: 4px 0;
    }
    .footer-column--contact {
        border-bottom: 1px solid #c6def8;
        border-top: 1px solid #c6def8;
        margin: 10px 0;
        padding: 20px 10px;
        width: 100%;
    }
    .footer-column--contact hr {
        display: none;
    }
    .footer-column--contact--email {
        display: block;
        font-size: 16px;
        margin-top: 10px;
    }
    .footer-column--customer-care,
    .footer-column--our-company {
        padding: 20px 10px;
        width: 48%;
    }
    .footer-column--our-company {
        border-left: 1px solid #c6def8;
        float: right;
    }
    .footer-links {
        font-size: 11px;
    }
    .footer-links li a {
        padding: 0 0 0 4px;
    }
}
@media only screen and (max-width: 600px) {
    .footer-main > .inner {
        width: 100%;
    }
    .footer-column--customer-care,
    .footer-column--our-company,
    .footer-column--social,
    .footer-column--social .newsletter-subscription,
    .footer-column--social .social-links {
        border: none;
        border-top: 1px solid #c6def8;
        width: 100%;
    }
    .footer-column--contact {
        border-bottom: none;
        margin: 0;
        padding: 20px;
    }
    .footer-column--customer-care,
    .footer-column--our-company {
        max-height: 50px;
        overflow: hidden;
        padding: 0;
        text-align: left;
        transition: max-height 0.3s ease;
    }
    .footer-column--customer-care h4,
    .footer-column--customer-care ul,
    .footer-column--our-company h4,
    .footer-column--our-company ul {
        float: left;
        padding: 15px 20px;
        width: 100%;
    }
    .footer-column--customer-care h4,
    .footer-column--our-company h4 {
        margin: 0;
        padding-right: 40px;
    }
    .footer-column--customer-care h4:hover,
    .footer-column--our-company h4:hover {
        color: #8ebae5;
        cursor: pointer;
    }
    .footer-column h4 i {
        display: inline-block;
    }
    .footer-column--open {
        max-height: 1000px;
    }
    .footer-column--open h4 i {
        color: #8ebae5;
    }
    .footer-column--open h4 i:before {
        content: '\e260';
    }
    .footer-column--customer-care ul,
    .footer-column--our-company ul {
        padding-top: 0;
    }
    .footer-column--social {
        margin: 0;
        padding: 20px 0;
    }
    .footer-column--social .newsletter-subscription,
    .footer-column--social .social-links {
        padding: 0 20px;
    }
    .footer-column--social .newsletter-subscription {
        border-top: none;
        padding: 0 20px 20px;
    }
    .newsletter-subscription p {
        display: none;
    }
    .footer-column--social .social-links {
        padding: 20px 20px 0;
    }
}

/* NEWSLETTER */
.newsletter-subscription {
    padding-bottom: 10px;
}
.newsletter-subscription p {
    margin: 15px 0 10px;
}
.newsletter-subscription form {
    position: relative;
}
.newsletter-subscription .Textbox {
    color: #494949;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.025em;
    padding: 0 10px;
    width: calc(100% - 100px);
}
.newsletter-subscription .Textbox::-webkit-input-placeholder {
    color: #494949;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.025em;
}
.newsletter-subscription .Textbox::-moz-placeholder {
    color: #494949;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.025em;
}
.newsletter-subscription .Textbox:-ms-input-placeholder {
    color: #494949;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.025em;
}
.newsletter-subscription .Textbox:-moz-placeholder {
    color: #494949;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.025em;
}
.newsletter-subscription .btn {
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    padding: 0 5px;
    width: 100px;
}

/* SOCIAL LINKS */
.social-links {
    height: auto;
    text-align: left;
}
.social-link h5,
.social-links--terms {
    display: none;
}
.social-links h5 {
    color: #8ebae5;
    font-size: 17px;
    margin: 15px 0 10px;
}
.social-links--terms {
    font-size: 13px;
    margin-top: 10px;
}
.footer .social-links h5,
.footer .social-links--terms {
    display: block;
}
.footer .social-link {
    display: inline-block;
}
/* SWATCH STYLES */
.previewContent {
    display: block!important;
    border: 1px solid #8ebae5;
}
.productOptionPickListSwatch .textureContainer {
    display:none!important;
}
.previewContent .preview  {
    width: 70px;
}
.productOptionPickListSwatch li.swatchTexture.selectedValue > label > span.previewContent {
    border-color: #494949;
}
.FacebookLikeButtonContainer {
    margin-top: 2px!important;
    margin-left: 5px!important;
}
.blog-stories .blog-post .blog-post--excerpt, .blog-stories .blog-post--content {
    display:none;
}
#category-facets #CategoryHeading .sub-category-list {
    display: none;
}
/* EASY PAGINATE */
.easy-paginate-arrows {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 45%;
    width: 100%;
}
.easy-paginate-arrow {
    background: none;
    color: #8ebae5;
    cursor: pointer;
    display: inline-block !important;
    font-size: 50px;
    height: 50px;
    margin: 0;
    text-align: center;
    position: absolute;
    width: 40px;
}
.easy-paginate-arrow.grey {
    color: #bbb;
    cursor: default;
}
.easy-paginate-arrow--previous {
    left: -75px;
}
.easy-paginate-arrow--next {
    right: -70px;
}
.easy-paginate-selectors {
    bottom: 0;
    float: left;
    margin: 20px 0 0;
    text-align: center;
    top: initial;
    width: 100%;
}
.easy-paginate-selector {
    background: #fff;
    border: 1px solid #98bce5;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    list-style: none;
    margin: 0 3px;
    text-indent: -9999px;
    width: 20px;
}
.easy-paginate-selector--active {
    background: #98bce5;
}
@media only screen and (max-width: 1440px) {
    .easy-paginate-arrow--previous {
        left: -20px;
    }
    .easy-paginate-arrow--next {
        right: -10px;
    }
}
@media only screen and (max-width: 1000px) {
    .easy-paginate-arrow--previous {
        left: -5px;
    }
    .easy-paginate-arrow--next {
        right: 5px;
    }
}
@media only screen and (min-width: 768px) {
    .easy-paginate-arrow:hover {
        background: none;
        cursor: pointer;
    }
    .easy-paginate-arrow.grey:hover {
        color: #bbb;
        cursor: default;
    }
    .easy-paginate-selector:hover {
        background: #98bce5;
        cursor: pointer;
    }
}

/* BLOG POST FEED */
.blog-recent-posts--container {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
}
.blog-recent-posts--container h3 {
    border-top: 1px solid #c6def8;
    color: #78bbe7;
    display: none;
    font-size: 24px;
    margin: 0;
    padding-top: 15px;
    text-align: center;
}
.blog-recent-posts--list {
    list-style: none;
    margin: 20px 0;
    overflow: hidden;
}
.blog-recent-posts--post {
    float: left;
    margin: 0 0 20px;
    padding: 0 20px;
    text-align: center;
    width: 33.33%;
}
.blog-recent-posts--post:nth-child(n+4) {
    display: none;
}
.recent-post--image,
.recent-post--title,
.recent-post--excerpt,
.recent-post--read-more {
    display: block;
}
.recent-post--image {
    margin-bottom: 20px;
}
.recent-post--title,
.recent-post--excerpt {
    margin: 0 0 10px;
}
.recent-post--title {
    font-size: 24px;
}
.recent-post--excerpt {
    line-height: 22px;
}
.recent-post--read-more {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.recent-post--read-more .glyphicon {
    color: #4184c8;
    font-size: 12px;
    height: 12px;
    overflow: hidden;
    width: 12px;
}
@media only screen and (max-width: 767px) {
    .blog-recent-posts--container h3 {
        display: block;
    }
    .blog-recent-posts--list {
        margin: 0;
    }
    .blog-recent-posts--post {
        margin: 15px 0;
        padding: 0 10px;
        width: 100%;
    }
    .blog-recent-posts--post:nth-child(n+2) {
        display: none;
    }
}

/* SIDE PANEL */
.side-panel {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.side-panel.open{
    z-index: 1000;
}
/* Side Panel Curtain */
.side-panel .curtain{
    background-color: #000;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
[data-state="account"],
[data-state="cart"],
[data-state="search"]{
    overflow: hidden;
}
[data-state="account"] .curtain,
[data-state="cart"] .curtain,
[data-state="search"] .curtain{
    opacity: .25;
}
.side-panel .curtain.active{
    bottom: 0;
    cursor: pointer;
    right: 0;
    z-index: 1000;
}
/* Side Panel Panel */
.side-panel .panel{
    background: #fff;
    border:none;
    border-radius:0;
    box-shadow: 0 0 15px 3px rgba(0,0,0,.3);
    height: 100%;
    min-height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    position: fixed;
    right: -325px;
    top: 0px;
    width: 300px;
    z-index: 1000;
 }
.side-panel.open .panel{
    right: 0;
    box-shadow: 0 0 15px 3px rgba(0,0,0,.3);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.side-panel .body{
    float: left;
    overflow-y: auto;
    width: 100%;
}
.side-panel footer{
    bottom: 0;
    position: absolute;
    width: 100%;
}
.side-panel header{
    background: #8ebae5;
    float: left;
    padding:20px;
    position: relative;
    width: 100%;
}
.side-panel header:empty{
    display: none;
}
.side-panel header h2{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.side-panel header h2 a{
    color: #fff;
}
.side-panel header .close{
    color: #4184c8;
    font-size: 16px;
    left: 20px;
    opacity: 1;
    position: absolute;
    text-shadow: none;
    top: 24px;
}
.side-panel .alert{
    background: #4184c8;
    border:none;
    border-radius:0;
    color: #fff;
    float: left;
    font-style: italic;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.side-panel .cart-products{
    float: left;
    margin: 0;
    padding: 10px 10px 0;
    width: 100%;
}
.side-panel .cart-products li{
    border-bottom:1px solid #dcddde;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    min-height:86px;
    padding-bottom:10px;
    position: relative;
    width: 100%;
}
.side-panel .cart-products li:last-of-type{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.side-panel .cart-products .thumb{
    border: 1px solid #c2c2c2;
    height: 75px;
    position: absolute;
    width: 75px;
}
.side-panel .cart-products .thumb img{
    height: auto;
    max-width:100%;
}
.side-panel .cart-products .details{
    float: left;
    padding-bottom: 40px;
    padding-left: 85px;
    width: 93%;
}
.side-panel .cart-products .qty{
    bottom: 10px;
    padding-left: 85px;
    position: absolute;
}
.side-panel .cart-products .cart-item-remove-link{
    display: block!important;
    background: #4184c8;
    border-radius: 16px;
    color: #fff;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 16px;
}
.side-panel .cart-products .qty .glyphicon{
    background: #c2c2c2;
    color: #636363;
    cursor: pointer;
    font-size: 7px;
    padding: 4px;
    top: 3px;
    width: auto;
}
.side-panel .cart-products .qty span{
    float: left;
    margin:0 4px;
}
.side-panel .cart-products .cart-product-name{
    color: #494949;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
}
.cart-product-name .name {
    display: block;
    font-weight: 700;
}
.cart-product-name .fabric,
.cart-product-name .style {
    display: inline-block;
}
.cart-product-name .style {
    border-left: 1px solid #c6def8;
    margin-left: 5px;
    padding-left: 5px;
}
.side-panel .cart-products .product-attributes{
    color: #58595b;
    float: left;
    font-size: 11px;
    padding-right: 30px;
    width: 100%;
}
.side-panel .cart-products .product-price{
    bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 5px;
}
.side-panel .cart-products .CartRemoveLink{
    position: absolute;
    right: 0;
    top: 0;
}
.side-panel .subtotal{
    background: #e7f1fc;
    float: left;
    padding:10px 25px;
    position: relative;
    width: 100%;
}
.side-panel .subtotal + .subtotal{
    margin-top: -20px;
}
.side-panel .subtotal:last-child{
    padding-bottom: 15px;
}
.side-panel .grandtotal{
    background: #e7f1fc;
    border-bottom:1px solid #c6def8;
    border-top:1px solid #c6def8;
    float: left;
    line-height: 12px;
    padding:15px 25px;
    position: relative;
    width: 100%;
}
.side-panel .subtotal:first-of-type{
    border-top:1px solid #c6def8;
}
.side-panel .subtotal .label{
    color: #58595b;
    display: inline-block;
    font-size: 12px;
    font-weight:400;
    margin-top: -2px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    white-space:normal;
    width: 50%;
}
.side-panel .grandtotal .label{
    display: inline-block;
    color: #414042;
    font-size: 12px;
    margin-top: -2px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 50%;
}
.side-panel .subtotal .value{
    color: #58595b;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    vertical-align: top;
    width: 50%;
}
.side-panel .grandtotal .value{
    color: #414042;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    vertical-align: top;
    width: 50%;
}
.side-panel .btn-checkout{
    float: left;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    letter-spacing: 1px;
    margin: 6%!important;
    padding: 5px 0 2px !important;
    text-transform: uppercase;
    width: 88%!important;
}
.side-panel .coupon{
    background: #e7f1fc;
    border-top:1px solid #c6def8;
    float: left;
    padding:15px 20px;
    position: relative;
    width: 100%;
}
.side-panel .coupon input{
    background: #4184c8;
    border: none;
    color: #fff;
    float: left;
    font-size: 12px;
    padding: 7px 0 7px 10px;
    width: 100%;
}
.side-panel .coupon input::-webkit-input-placeholder {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.025em;
}
.side-panel .coupon input::-moz-placeholder {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.025em;
}
.side-panel .coupon input:-ms-input-placeholder {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.025em;
}
.side-panel .coupon input:-moz-placeholder {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.025em;
}
.side-panel .coupon a{
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 30px;
    top: 25px;
}
.side-panel .coupon-removal{
    clear: both;
    color: #DD6B6B;
    float: right;
    font-size: 10px;
}
.side-panel .account-form{
    height: 370px;
    margin-top: -185px;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.side-panel .register-form{
    height: 575px;
    margin-top: -287px;
}
.side-panel .account-form p{
    font-weight: 600;
}
.side-panel .account-form h3{
    font-size: 22px;
    font-weight: 800;
}
.side-panel .account-form label{
    float: left;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.side-panel .account-form label .forgot-password{
    float: right;
}
.side-panel .account-form input{
    border: 1px solid #E0E1E2;
    box-shadow: 0 0 3px 3px #C7E0EA;
    float: left;
    margin-bottom: 10px;
    padding:10px 7px;
    width: 100%;
}
.side-panel .register-form input,
.side-panel .account-form input.validated{
    box-shadow: none;
}
.side-panel .account-form p{
    float: left;
    margin-top: 10px;
    width: 100%;
}
.side-panel .account-form .half-width{
    clear: none;
    float: left;
    width: 48%;
}
.side-panel .account-form .half-width:last-of-type{
    float: right;
}
.side-panel .account-form .btn{
    background: #444;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    margin-top: 15px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .side-panel header h2 a:hover{
        color: #4184c8;
    }
    .side-panel .cart-products .qty .glyphicon:hover{
        background: #3d7db0;
        color: #fff;
    }
    .side-panel .coupon a:hover{
        cursor: pointer;
    }
    .side-panel .coupon-removal:hover{
        text-decoration: underline;
    }
}
@media screen and (max-width: 767px){
    .side-panel header{
        padding: 6px 10px;
    }
    .side-panel header .close{
        left: 12px;
        top: 9px;
    }
    .side-panel .subtotal{
        padding: 8px 25px;
    }
    .side-panel .subtotal .value{
        vertical-align: middle;
    }
    .side-panel .grandtotal{
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
.feature-product-item:before {
    content: '';
    background-color: #4184c8;
    border: 1px solid #4184c8;
    border-radius: 10px;
    height: 10px;
    width: 5px;
}

/* CART/CHECKOUT/ACCOUNT */
.cart-content {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.checkout-step-payment-details dl {
    width: 192px;
}
#wishlistsform .table-responsive {
    clear: both;
}
#wishlistsform .table-responsive table {
    margin-top: 0;
}
.icon-add {
    right: 10px;
    top: 10px;
}
.AccountOrderStatusList li,
.AccountOrdersList li {
    clear: both;
}
.UtilityLinks {
    text-align: center;
}
.UtilityLinks a {
    display: inline-block;
    float: none;
    margin: 0 5px;
}
#share-product {
    clear: both;
}
ul.tabs {
    top: -4px;
}
ul.tabs li.active {
    border-bottom: none;
}
ul.tabs li img {
    top: 2px;
    vertical-align: top;
}
@media only screen and (max-width: 1100px) {
    .account-item-explainer .panel-footer a {
        display: block;
        min-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .account-item-explainer .panel-footer a {
        min-height: initial;
    }
}
@media only screen and (max-width: 400px) {
    .li-list h4 {
        clear: both;
        display: block;
        padding-top: 10px;
    }
}
/* Snoozy Pod Category Page*/
.custom-icon--bluetooth {
        background: url(//cdn2.bigcommerce.com/n-pktq5q/fyovo6/templates/__custom/images/icon-bluetooth-large.png);
    }
.section-specifications--snoozy-pod .specifications {
        text-align:left;
    }
/* Education Resources Styling */
.education-resources--literature .educations-resources--heading {
    margin-bottom: 60px;
}
.section-training-materials ul {
    list-style: none;
}
.section-training-materials ul li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    color: #f0c33b;
}
.section-training-materials .training-resource {
    font-size: 19px;
    margin-bottom: 15px;
}
.training-resource .training-resource--subtext {
    font-size: 14px;
    margin-left: 30px;
}
.training-resources-case-study {
    border-top: 1px solid #c6def8!important;
}
.safe-sleep-tools-links {
    list-style: none;
    margin-bottom: 25px;
}
.safe-sleep-tools-links li {
    font-size: 19px;
}
.safe-sleep-tools-feature-content {
    text-align: left;
}
.safe-sleep-tools-feature-content .btn {
    margin-bottom: 20px
}
/* In The News Styling */
.news-item--source {
    font-size: 20px;
    margin-bottom: 0px;
}
.news-item--date {
    font-weight: 600;
    font-size: 12px;
}
.news-item--headline {
    margin-top: 5px;
    font-size: 17px;
    margin-bottom: 5px;
}
.news-item--source {
    font-size: 12px;
    font-weight: 600;
    margin-top: 0px!important;
}
.news-caption a:hover .news-item--headline {
    color: #494949;
}
.news-thumbnail p {
    margin-bottom: 0px;
    margin-top: 10px;
}
/* Gift Shop Styling */
.section-hospital--ctas-giftshop .section-cta .cta-title {
    color: #4184c8;
    text-align: center;
    padding: 20px 40px 0px;
}
.section-hospital--ctas-giftshop .section-cta .cta-content {
    margin-bottom: 0px;
    text-align: center;
    padding-top: 5px;
}
.section-hospital--ctas-giftshop .section-cta .cta-more {
    text-align: center;
    margin-bottom: 30px;
}
.hospital-site .top-menu-link-search {
    display: none!important;
}
.in-hospital-safe-sleep-modeling-program a {
    font-weight: 600;
}
.section-hospital-description--giftshop .description-media {
    text-align: center;
}
.section-hospital-description--giftshop .description-media a {
    width: 60%;
    font-size: 15px;
    padding: 8px 20px;
}
.section-hospital-description--giftshop .description-media .btn i {
    font-size: 15px;
}
// features carousel
.section-features .section-carousel li a:hover {
    box-shadow: 6px 6px 20px #888888;
}
/* OTHER */
.Rating img {
    height: 16px;
    width: 110px;
}
.Rating .bg-color {
    color: #f0c33b;
}
div.pp_default .pp_social {
    display: none;
}
.story-banner,
.story-section {
    clear: both;
    float: left;
    width: 100%;
}
.story-banner {
    text-align: center;
}
.story-banner h3 {
    font-size: 32px;
}
.story-banner p {
    font-size: 21px;
}
.story-section {
    margin: 35px 0;
}
.story-section h2 {
    font-size: 36px;
}
.story-section p {
    font-size: 18px;
}
#ModalContainer.QuickViewModal .ModalContent {
    background: #fff;
}
.SitemapPages,
.SitemapCategories,
.SitemapBrands {
    float: left;
    margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
    .story-section h2 {
        font-size: 30px;
        margin-top: 0;
    }
    .story-section p {
        font-size: 16px;
    }
    .story-section img {
        width: 500px;
    }
}
@media only screen and (max-width: 1025px) {
    .story-section img {
        width: 400px;
    }
}
@media only screen and (max-width: 800px) {
    .story-section {
        margin: 0;
    }
    .story-section img {
        margin: 0 20px !important;
        width: 300px;
    }
}
@media only screen and (max-width: 625px) {
    .story-section {
        margin: 0;
    }
    .story-section img {
        margin: 0 0 20px !important;
        width: 100%;
    }
}
.OutOfStockMessage {
    display:none!important;
}
@media only screen and (max-width: 400px) {
    .section-banner-content-twin-bassinest {
        left: 0!important;
        padding: 10px!important;
    }
}

/* Healthcare Professionals Link*/


/* Moved in from Panels/Header.html for better handling -- scott@room34.com 2018.02.13 */
.header-navigation .nav > li.education-and-resources,
.off-canvas-menu .nav li.education-and-resources
{ display: none; }

/* Added by scott@room34.com 2018.05.07 */
/* Why on earth does the global template fix the zip code field at 40 pixels wide? */
.checkout input[style*='width'] { min-width: 10em !important; }

/* Added by scott@room34.com 2018.06.25 */
/* Quick workaround to "None" showing up in the swatches -- may need further refinements. */
.swatchNone { display: none !important; }

/* Added by scott@room34.com 2018.06.26 */
.SalePrice {
	color: rgb(255,51,68);
	display: inline-block;
}
.RetailPriceValue + .SalePrice { margin-left: 0.5em; }

/* Added by scott@room34.com 2018.11.19 */
/* Responsive handling for size chart tables */
@media screen and (max-width: 640px) {

	table {
		font-size: 12px;
		height: auto !important;
		width: 100% !important;
	}
	
	table tbody tr td {
		padding: 8px 8px 8px 0;
	}
	
	table tbody tr td h4 {
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 0;
	}

}
@media screen and (max-width: 480px) {

	/* Hide images in first multi-cell column */
	/*table tbody tr td[rowspan]:first-child { display: none; }*/

}