@font-face {
    font-family: open sans;
    src: url(OpenSans-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open sans;
    src: url(OpenSans-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal
}

.btn-primary,
.btn-rounded,
.font-bold {
    font-weight: 700
}

.btn,
.btn-rounded {
    text-decoration: none
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.font-italic {
    font-style: italic
}

.font-uppercase {
    text-transform: uppercase
}

.padding-narrow {
    padding-left: 15px;
    padding-right: 15px
}

.padding-wide {
    padding-left: 30px;
    padding-right: 30px
}

.max-750 {
    max-width: 750px
}

.max-970 {
    max-width: 970px
}

.max-1170 {
    max-width: 1170px
}

.margin-bottom.lg {
    margin-bottom: 30px
}

.bnw-outline:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 4px 8px #fff;
    outline: transparent solid 2px
}

.bnw-outline.o-round:focus {
    border-radius: 50%
}

#nkn-footer-social .icon.bnw-outline {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 28px
}

.panel-items .panel-item a .panel-heading {
    background: rgba(0, 0, 0, .45)
}

.si-global .table .flex-row.panel .new {
    color: #fd0;
    background: #000;
    padding: 5px 3px
}

#headerSearchInput:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 4px 8px #fff!important
}

#nkn-header-account-flyout-trigger_button:focus+a,
#nkn-header-cart-flyout-trigger_button:focus+a,
#nkn-header.nkn-navigation-component #nkn-header-navigation #first-level>li button:focus+a,
#nkn-header.nkn-navigation-component input:focus+a,
.nkn-footer-accordion-panel ul li a:focus,
.nkn-tfa-form-container select.form-control:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 4px 8px #fff;
    outline: transparent solid 2px
}

#nkn-header.nkn-navigation-component a:hover .linkTitle {
    border-bottom: 2px solid #000!important
}

#nkn-header.nkn-navigation-component li:hover>.flyoutController>.linkTitle,
#nkn-header.nkn-navigation-component li:hover>label .labelTitle:not(:hover) {
    border-bottom: 2px solid #000
}

#nkn-header-user a:focus {
    box-shadow: none;
    outline: transparent solid 2px
}

.tab-content a.bnw-outline:focus,
.tab-content button.bnw-outline:focus,
.tab-content input.bnw-outline:focus,
.tab-content select.bnw-outline:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 4px 8px #fff;
    outline: transparent solid 2px
}

.nkn-resp-pdp-tabs #product-subnav a.item-link:focus,
.nkn-resp-pdp-tabs .mobile-menu-btn:focus,
.nkn-resp-pdp-tabs .tab-pane:focus,
.tab-content:active {
    outline: 0
}

#nkn-speedlight-rethink #hero>a.play-btn-wrap:focus {
    box-shadow: inset 0 0 2px 2px #fff;
    border: 2px solid #000!important;
    z-index: 1;
    position: relative
}

@media print,
screen and (max-width:991px) {
    .padding-wide-sm {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media print,
screen and (min-width:992px) {
    .padding-wide-md {
        padding-left: 30px;
        padding-right: 30px
    }
    .padding-narrow-md {
        padding-left: 15px;
        padding-right: 15px
    }
}

.btn {
    padding: 8px 40px;
    line-height: 1.45
}

.btn-rounded,
.btn-rounded.small {
    font-size: 1em;
    padding: 10px 32px
}

.btn-primary {
    background-color: #fd0;
    border-color: #cb0;
    color: #404040
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #f0d000;
    border-color: #cbb000
}

.btn-rounded {
    position: relative;
    border: 1px solid transparent;
    border-radius: 90px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1.2;
    min-width: 140px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    transition: background 150ms ease-out, border-color 150ms ease-out;
    vertical-align: middle
}

.btn-rounded.btn-primary {
    background-color: #fd0;
    border-color: #fd0;
    color: #000
}

.btn-rounded.btn-primary:focus,
.btn-rounded.btn-primary:hover {
    background-color: #fc0;
    border-color: #fc0
}

.btn-rounded.btn-primary.disabled {
    cursor: not-allowed;
    opacity: .6;
    pointer-events: none
}

.btn-rounded.btn-primary .loading-icon path {
    fill: #000
}

.btn-rounded.btn-black {
    background-color: #000;
    border-color: #404040;
    color: #fff
}

.btn-rounded.btn-black:focus,
.btn-rounded.btn-black:hover {
    background-color: #404040
}

.btn-rounded.btn-white {
    background-color: #fff;
    border-color: #d8d8d8;
    color: #000
}

.btn-rounded.btn-white:focus,
.btn-rounded.btn-white:hover {
    background-color: #efefef
}

.btn-rounded .loading-icon {
    display: none;
    height: 12px;
    left: 50%;
    opacity: .2;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px
}

.btn-rounded.btn-loading .text {
    opacity: 0
}

.btn-rounded.btn-loading .loading-icon {
    animation: load 1s linear infinite;
    display: block
}

@media print,
screen and (min-width:768px) {
    .btn-rounded {
        font-size: 1.16667em;
        padding: 15px 52px
    }
    .btn-rounded .loading-icon {
        height: 14px;
        width: 14px
    }
}

button.link-arrow {
    background: 0 0;
    border: none;
    padding: 0
}

@keyframes load {
    0% {
        opacity: .2;
        transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .2;
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.nkn-resp-pdp-overview-ctas:not(.unstyled) {
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0
}

.nkn-resp-pdp-overview-ctas:not(.unstyled)>li {
    border-bottom: 13px solid transparent;
    padding-right: 15px
}

.nkn-resp-pdp-overview-ctas:not(.unstyled).inline {
    column-count: unset
}

.nkn-resp-pdp-overview-ctas:not(.unstyled).inline>li {
    border-bottom: none;
    display: inline-block;
    width: auto
}

.nkn-resp-pdp-overview-ctas:not(.unstyled).inline>li a {
    margin-right: 30px;
    line-height: 2
}

.nkn-resp-pdp-overview-ctas:not(.unstyled).inline>li:last-of-type a {
    margin-right: 0
}

.nkn-resp-pdp-overview-ctas:not(.unstyled).inline.center>li a {
    margin-right: 15px;
    margin-left: 15px
}

.nkn-resp-pdp-overview-ctas:not(.unstyled).inline.center>li:last-of-type a {
    margin-left: 15px
}

.nkn-resp-pdp-overview-ctas:not(.unstyled).inline.right>li a {
    margin-right: 0;
    margin-left: 30px
}

.nkn-resp-pdp-tabs #product-subnav .product-info .product-name,
.nkn-resp-pdp-tabs #product-subnav .product-info .product-price,
.nkn-resp-pdp-tabs #product-subnav p {
    margin: 0
}

.nkn-resp-pdp-overview-ctas:not(.unstyled).inline.right>li:first-of-type a {
    margin-left: 0
}

@media print,
screen and (min-width:768px) {
    .nkn-resp-pdp-overview-ctas:not(.unstyled)>li {
        position: relative;
        display: block
    }
    .nkn-resp-pdp-overview-ctas:not(.unstyled).two-column {
        column-count: 2;
        column-break-inside: avoid
    }
    .nkn-resp-pdp-overview-ctas:not(.unstyled).two-column>li {
        position: relative;
        width: 100%;
        padding: 1px 0;
        break-inside: avoid
    }
}

.nkn-resp-pdp-tabs .redesign-wcag-tabs {
    position: relative
}

.nkn-resp-pdp-tabs #product-subnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    z-index: 6
}

.nkn-resp-pdp-tabs #product-subnav .shop-link:focus {
    outline: 0;
    box-shadow: 0 0 4px 2px #5b9dd9
}

.nkn-resp-pdp-tabs #product-subnav .product-info {
    color: #404040;
    padding: 15px;
    background-color: #fff
}

.nkn-resp-pdp-tabs #product-subnav .product-info .product-name {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: auto;
    font-size: 1.16667em;
    line-height: 1.375em;
    font-weight: 400
}

.nkn-resp-pdp-tabs #product-subnav .mobile-menu-btn,
.nkn-resp-pdp-tabs #product-subnav .product-info .product-price {
    display: none
}

.nkn-resp-pdp-tabs #product-subnav .mobile-shop-tab {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 73px;
    padding: 15px;
    background-color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nkn-resp-pdp-tabs #product-subnav .mobile-shop-tab .product-info {
    color: #f2f2f2;
    background-color: transparent
}

.nkn-resp-pdp-tabs #product-subnav .mobile-shop-tab .product-price {
    font-size: 1.16667em;
    font-weight: 700;
    display: block
}

.nkn-resp-pdp-tabs #product-subnav .mobile-shop-tab .shop-link {
    margin-left: auto
}

.nkn-resp-pdp-tabs #product-subnav .mobile-menu-btn,
.nkn-resp-pdp-tabs #product-subnav .tablist .item-link {
    padding: 13px 15px
}

.nkn-resp-pdp-tabs #product-subnav .mobile-menu-btn,
.nkn-resp-pdp-tabs #product-subnav .tablist .copy {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700
}

.nkn-resp-pdp-tabs #product-subnav .tablist {
    background-color: #000;
    list-style-type: none;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    visibility: hidden
}

.nkn-resp-pdp-tabs #product-subnav .tablist .item-tab:first-child .item-link {
    margin-top: 15px
}

.nkn-resp-pdp-tabs #product-subnav .tablist.collapse {
    display: block!important;
    max-height: 0;
    visibility: visible;
    overflow: hidden
}

.nkn-resp-pdp-tabs #product-subnav .tablist.collapse.in {
    max-height: 100vh;
    overflow: auto
}

.nkn-resp-pdp-tabs #product-subnav .item-link {
    display: block
}

.nkn-resp-pdp-tabs #product-subnav .item-link.active .copy,
.nkn-resp-pdp-tabs #product-subnav .item-link:focus .copy,
.nkn-resp-pdp-tabs #product-subnav .item-tab:hover .copy {
    border-bottom: 2px solid #fd0
}

.nkn-resp-pdp-tabs #product-subnav .copy {
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: border-color .2s ease-out
}

.nkn-resp-pdp-tabs #product-subnav .shop-link {
    display: inline;
    padding: 8px 32px;
    min-width: unset
}

.nkn-resp-pdp-tabs #product-subnav .more-dropdown {
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: unset
}

@media print,
screen and (max-width:767px) {
    .nkn-resp-pdp-overview-ctas:not(.unstyled)>li:last-child {
        margin-bottom: 0
    }
    .nkn-resp-pdp-tabs #product-subnav {
        border-top: 1px solid #f6f6f6
    }
    .nkn-resp-pdp-tabs #product-subnav .mobile-menu-btn {
        display: block;
        background: 0 0;
        border: none;
        width: 100%;
        text-align: left;
        position: relative
    }
    .nkn-resp-pdp-tabs #product-subnav .mobile-menu-btn .ss-icon {
        position: absolute;
        padding-top: 4px;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        will-change: opacity;
        transition: opacity 350ms ease-out
    }
    .nkn-resp-pdp-tabs #product-subnav .mobile-menu-btn .ss-navigatedown {
        opacity: 0
    }
    .nkn-resp-pdp-tabs #product-subnav .mobile-menu-btn .ss-delete,
    .nkn-resp-pdp-tabs #product-subnav .mobile-menu-btn.collapsed .ss-navigatedown {
        opacity: 1
    }
    .nkn-resp-pdp-tabs #product-subnav .mobile-menu-btn.collapsed .ss-delete {
        opacity: 0
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist .more-tab>*,
    .nkn-resp-pdp-tabs #product-subnav .tablist .shop-tab {
        display: none
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist .more-tab {
        margin-top: 25px
    }
}

@media print,
screen and (min-width:768px) {
    .nkn-resp-pdp-tabs .redesign-wcag-tabs {
        overflow: hidden
    }
    .nkn-resp-pdp-tabs #product-subnav a.item-link:focus,
    .nkn-resp-pdp-tabs .mobile-menu-btn:focus,
    .nkn-resp-pdp-tabs .tab-pane:focus {
        box-shadow: inset 0 0 6px 1px #5b9dd9
    }
    .nkn-resp-pdp-tabs #product-subnav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0
    }
    .nkn-resp-pdp-tabs #product-subnav.sticky {
        position: fixed;
        top: 0
    }
    .nkn-resp-pdp-tabs #product-subnav .product-info {
        background-color: transparent;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 33%;
        color: #fff;
        padding: 15px 30px 15px 15px
    }
    .nkn-resp-pdp-tabs #product-subnav .product-info .product-name {
        font-size: 1.33333em
    }
    .nkn-resp-pdp-tabs #product-subnav .product-info .product-price {
        font-size: 1.16667em;
        display: block
    }
    .nkn-resp-pdp-tabs #product-subnav .mobile-shop-tab {
        display: none
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist {
        position: relative;
        padding-left: 15px;
        margin: 0;
        -ms-flex: 2;
        flex: 2;
        min-width: 66%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto;
        height: auto!important;
        overflow: unset;
        visibility: visible
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist>.item {
        height: 100%;
        display: table;
        text-align: center
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist>.item.more-tab {
        padding: 0 30px 0 15px;
        position: relative;
        display: table-cell
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist>.item.more-tab .collapse {
        max-height: 0;
        display: block!important;
        overflow: hidden
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist>.item.more-tab .collapse.in {
        max-height: 100vh;
        overflow: auto
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist>.item.more-tab .ss-navigatedown {
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
        margin-top: 1px
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist>.item.more-tab>.item-link-wrap {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        background: 0 0;
        border: none;
        padding-top: 0;
        padding-bottom: 0
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist>.item.more-tab>.item-link-wrap:focus {
        outline: 0
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist .item-tab:first-child .item-link {
        margin-top: 0
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist .item-link {
        padding: 15px;
        display: table-cell;
        height: 100%;
        vertical-align: middle
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist .item-tab:hover {
        cursor: pointer
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist .item-link-wrap:focus .copy,
    .nkn-resp-pdp-tabs #product-subnav .tablist .item-link-wrap:hover .copy,
    .nkn-resp-pdp-tabs #product-subnav .tablist .item-link.active .copy,
    .nkn-resp-pdp-tabs #product-subnav .tablist .item-link:focus .copy,
    .nkn-resp-pdp-tabs #product-subnav .tablist .item-tab:hover .copy,
    .nkn-resp-pdp-tabs #product-subnav .tablist .more-tab.active .item-link-wrap .copy {
        border-bottom: 2px solid #fd0
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist .shop-tab {
        padding: 0 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist .more-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #000;
        width: auto;
        list-style-type: none;
        padding: 0;
        margin: 0;
        white-space: nowrap
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist .more-dropdown .item:last-child .item-link {
        margin-bottom: 15px
    }
    .nkn-resp-pdp-tabs #product-subnav .tablist .more-dropdown .item-link {
        padding: 12px 30px 13px;
        text-align: right;
        font-size: .91667em;
        display: block;
        transition: background 250ms ease-in
    }
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-3 .more-tab,
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-3 .more-tab,
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-4 .more-tab {
        display: none
    }
    body[data-locale=en_CA] #product-subnav .tablist .item .item-link:not(.js-more-link),
    body[data-locale=fr_CA] .nkn-resp-pdp-tabs #product-subnav .tablist .item .item-link:not(.js-more-link) {
        padding: 36px 15px
    }
}

@media print,
screen and (min-width:768px) and (max-width:991px) {
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-4>li.item-tab:nth-child(n+3),
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-5>li.item-tab:nth-child(n+3),
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-more>li.item-tab:nth-child(n+3),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-5 .more-tab li:nth-child(1),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-5>li.item-tab:nth-child(n+4),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-6 .more-tab li:nth-child(1),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-6>li.item-tab:nth-child(n+4),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-more .more-tab li:nth-child(1),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-more>li.item-tab:nth-child(n+4) {
        display: none
    }
}

@media print,
screen and (min-width:992px) and (max-width:1199px) {
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-4 .more-tab,
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-5 .more-tab li:nth-child(1),
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-5>li.item-tab:nth-child(n+4),
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-more .more-tab li:nth-child(1),
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-more>li.item-tab:nth-child(n+4),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-5 .more-tab,
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-6 .more-tab li:nth-child(-n+2),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-6>li.item-tab:nth-child(n+5),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-more .more-tab li:nth-child(-n+2),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-more>li.item-tab:nth-child(n+5) {
        display: none
    }
}

@media print,
screen and (min-width:1200px) {
    .nkn-resp-pdp-tabs #product-subnav .tablist:not(.has-more) .more-tab,
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-more .more-tab li:nth-child(-n+2),
    .nkn-resp-pdp-tabs #product-subnav.pdp .tablist.has-more>li.item-tab:nth-child(n+5),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-more .more-tab li:nth-child(-n+3),
    .nkn-resp-pdp-tabs #product-subnav.shop .tablist.has-more>li.item-tab:nth-child(n+6) {
        display: none
    }
}

@media print {
    .nkn-resp-pdp-tabs #product-subnav {
        position: relative!important;
        color: #000
    }
    .nkn-resp-pdp-tabs #product-subnav .product-info {
        color: #000!important;
        width: 100%
    }
    .nkn-resp-pdp-tabs #product-subnav .mobile-menu-btn,
    .nkn-resp-pdp-tabs #product-subnav .tablist {
        display: none!important
    }
}

.tab-content {
    opacity: 0;
    transition: opacity 350ms ease-out
}

.tab-content.ready {
    opacity: 1
}

.tab-content>.tab-pane {
    display: none;
    overflow: hidden
}

.tab-content>.tab-pane.active {
    display: block
}

.tab-content>.tab-pane.overview .archived-notification {
    width: 100%;
    padding: 10px;
    background-color: #e6e6e6;
    font-size: 1.16667em;
    text-align: center
}

.tab-content>.tab-pane.overview .archived-notification .copy {
    width: 100%;
    margin: 0;
    display: table
}

.tab-content>.tab-pane.overview .archived-notification .msg-tooltip {
    display: table-cell;
    vertical-align: middle;
    background: 0 0;
    border: none;
    padding: 2px 0 0;
    line-height: 1;
    margin-right: 8px;
    font-size: 1em
}

.tab-content>.tab-pane.overview .archived-notification a:last-child {
    margin-left: 15px
}

.tab-content>.tab-pane.gallery:not(.active) .item-grid {
    visibility: hidden!important
}

.tab-content .font-open-sans,
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4 {
    font-family: open sans, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased
}

.tab-content .h1,
.tab-content .h2,
.tab-content .h3,
.tab-content .h3-lg,
.tab-content .h4,
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4 {
    font-weight: 300
}

.tab-content .h2 {
    font-size: 2.33333em
}

.tab-content .h3,
.tab-content .h3-lg {
    font-size: 1.83333em
}

.tab-content .h4,
.tab-content .h4-sm {
    font-size: 1.5em
}

.tab-content .tabpanel-title {
    font-family: open sans, Arial, Helvetica, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 3em;
    line-height: 1.15em;
    display: inline-block;
    width: 100%
}

.tab-content .tabpanel-title.products,
.tab-content .tabpanel-title.tech-specs {
    padding-bottom: 30px
}

.tab-content .tabpanel-title.archived,
.tab-content .tabpanel-title.definitions {
    margin-top: 0
}

.tab-content .background.lazy,
.tab-content img.lazy {
    will-change: opacity;
    opacity: 0;
    transition: opacity 350ms ease-out
}

.tab-content .background.lazy.evt-img-loaded,
.tab-content img.lazy.evt-img-loaded {
    opacity: 1
}

.tab-content a:focus,
.tab-content button:focus,
.tab-content input:focus,
.tab-content select:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 4px 8px #fff;
    outline: transparent solid 2px
}

.tab-content button:hover {
    cursor: pointer
}

.tab-content .nkn-resp-pdp-disclaimer {
    margin-bottom: 40px
}

@media print,
screen and (max-width:767px) {
    .tab-content .nkn-resp-pdp-disclaimer {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media print,
screen and (min-width:768px) {
    .tab-content .h2 {
        font-size: 3em
    }
    .tab-content .h3-lg {
        font-size: 2.5em
    }
    .tab-content .h3,
    .tab-content .h4 {
        font-size: 2em
    }
    .tab-content .tabpanel-title {
        font-size: 4em
    }
    .tab-content .tabpanel-title.tech-specs {
        padding-bottom: 60px
    }
    .tab-content .tabpanel-title.products {
        padding-bottom: 25px
    }
    .tab-content .nkn-resp-pdp-section.nkn-resp-container-standard.redesign,
    .tab-content .nkn-resp-pdp-section.redesign .nkn-resp-container-standard {
        width: 100%;
        max-width: 750px
    }
    .tab-content .nkn-resp-pdp-section.nkn-resp-container-standard.redesign .nkn-resp-pdp-overview-content,
    .tab-content .nkn-resp-pdp-section.redesign .nkn-resp-container-standard .nkn-resp-pdp-overview-content {
        margin-top: 30px
    }
    .tab-content .nkn-resp-pdp-disclaimer {
        margin-bottom: 20px
    }
}

@media print,
screen and (min-width:1200px) {
    .tab-content .nkn-resp-pdp-disclaimer {
        max-width: 1170px
    }
}

.tab-content .nkn-resp-container-fluid.redesign,
.tab-content .nkn-resp-pdp-section.nkn-resp-container-standard.redesign,
.tab-content .nkn-resp-pdp-section.redesign,
.tab-content .nkn-resp-pdp-section.redesign .nkn-resp-container-standard {
    width: 100%
}

@media print,
screen and (min-width:768px) {
    .tab-content .nkn-resp-container-fluid.redesign,
    .tab-content .nkn-resp-pdp-section.nkn-resp-container-standard.redesign,
    .tab-content .nkn-resp-pdp-section.redesign,
    .tab-content .nkn-resp-pdp-section.redesign .nkn-resp-container-standard {
        max-width: 750px
    }
    .tab-content .nkn-resp-container-fluid.redesign .nkn-resp-pdp-overview-content,
    .tab-content .nkn-resp-pdp-section.nkn-resp-container-standard.redesign .nkn-resp-pdp-overview-content,
    .tab-content .nkn-resp-pdp-section.redesign .nkn-resp-container-standard .nkn-resp-pdp-overview-content,
    .tab-content .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-content {
        margin-top: 30px
    }
    .tab-content .gutter-bottom {
        padding-bottom: 60px
    }
    .tab-content>.tab-pane {
        display: block;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0s ease-out 0s, opacity 0s ease-out, visibility 0s ease-out;
        visibility: hidden
    }
    .tab-content>.tab-pane.active {
        max-height: 100000px;
        opacity: 1;
        visibility: visible
    }
    .tab-content>.tab-pane.overview .archived-notification {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
    .tab-content>.tab-pane.overview .archived-notification .copy {
        width: auto
    }
    .tab-content>.tab-pane.overview .archived-notification a {
        margin-left: 15px
    }
}

@media print,
screen and (min-width:992px) and (max-width:1199px) {
    .tab-content .nkn-resp-container-fluid.redesign,
    .tab-content .nkn-resp-pdp-section.nkn-resp-container-standard.redesign,
    .tab-content .nkn-resp-pdp-section.redesign,
    .tab-content .nkn-resp-pdp-section.redesign .nkn-resp-container-standard {
        max-width: 970px
    }
}

@media print,
screen and (min-width:1200px) {
    .tab-content .nkn-resp-container-fluid.redesign,
    .tab-content .nkn-resp-pdp-section.nkn-resp-container-standard.redesign,
    .tab-content .nkn-resp-pdp-section.redesign,
    .tab-content .nkn-resp-pdp-section.redesign .nkn-resp-container-standard {
        max-width: 1170px
    }
}

@media print,
screen and (min-width:992px) {
    .tab-content.collapse-sys-accs .accessories {
        display: none
    }
}

@media print {
    .tab-content {
        padding-top: 0!important
    }
}

.nkn-resp-main-section:active,
.nkn-resp-main-section:focus {
    outline: 0
}

.nkn-resp-pdp-section.redesign {
    margin-left: auto;
    margin-right: auto;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 60px;
    width: 100%
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive {
    position: relative;
    height: 350px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    color: #fff
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .hero-image {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .hero-image,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .play-btn .ss-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.livestream {
    display: none
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .lightbox-asset-container.btn {
    color: #fff;
    margin: 15px auto 0;
    padding: 0
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .lightbox-asset-container.btn:focus {
    box-shadow: none
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .lightbox-asset-container.btn:focus:before {
    content: ' ';
    position: absolute;
    width: 63px;
    height: 63px;
    top: calc(50% - 31px);
    left: calc(50% - 31px);
    border-radius: 100%;
    box-shadow: 0 0 10px #5b9dd9;
    border: 1px solid #64b2ff
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .lightbox-asset-container.btn,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .play-btn {
    position: relative;
    width: 60px;
    height: 60px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .play-btn {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5)
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .play-btn:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .75)
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .play-btn .ss-play {
    font-size: 1.5em;
    margin-top: 3px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .trigger-copy {
    margin: 10px 0;
    font-size: 1.16667em;
    text-transform: uppercase;
    font-weight: 700
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .content {
    padding: 30px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: table
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .content .text-area {
    display: table-cell;
    vertical-align: middle
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .content .logo-wrap {
    width: 155px;
    height: 25px;
    margin: 0 auto 10px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .content .logo-wrap img {
    max-width: 155px;
    max-height: 25px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .content .headline {
    font-size: 2.33333em;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 0
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.no-overlay .overlay {
    background: 0 0
}

@media print,
screen and (max-width:767px) {
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .hero-image,
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .hero-image.sm {
        background-position: center top!important
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .hero-image.sm,
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .hero-image.sm.sm {
        top: 0;
        transform: translateX(-50%)
    }
}

@media print,
screen and (min-width:768px) {
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive:not(.livestream) {
        height: 640px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .content {
        padding: 60px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .content .logo-wrap {
        width: 280px;
        height: 45px;
        margin-bottom: 15px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .content .logo-wrap img {
        max-width: 280px;
        max-height: 45px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .content .headline {
        font-size: 6em;
        line-height: 82px;
        text-shadow: 3px 1px 0 rgba(0, 0, 0, .3)
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .lightbox-asset-container.btn {
        margin-top: 30px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .lightbox-asset-container.btn:focus:before {
        content: ' ';
        position: absolute;
        width: 95px;
        height: 95px;
        top: calc(50% - 47px);
        left: calc(50% - 47px)
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .lightbox-asset-container.btn,
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .play-btn {
        width: 92px;
        height: 92px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .play-btn {
        background-color: rgba(0, 0, 0, .6)
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .play-btn:hover {
        background-color: rgba(0, 0, 0, .8)
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .play-btn .ss-play {
        font-size: 2.25em
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.video .trigger-copy {
        margin: 15px 0 0
    }
}

@media print,
screen and (min-width:992px) {
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive .content {
        width: 100%;
        max-width: 1170px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.livestream {
        display: inline-block;
        height: auto
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.livestream .content {
        width: 100%
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.livestream .content .livestream-wrap {
        padding-bottom: 56.25%;
        position: relative;
        width: 100%
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.livestream .content .livestream-wrap iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.livestream .content .text-area {
        padding: 0;
        top: 0;
        transform: translateY(0)
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.livestream .content .headline {
        margin-bottom: 30px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.left-aligned,
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.right-aligned {
        text-align: left
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.left-aligned .content .logo-wrap,
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.right-aligned .content .logo-wrap {
        margin-left: 0
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.left-aligned .overlay {
        background: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 25%, transparent 50%)
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.right-aligned .overlay {
        background: linear-gradient(to left, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 25%, transparent 50%)
    }
}

@media print,
screen and (min-width:1200px) {
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-marketing-hero.responsive.livestream .content {
        max-width: 1260px
    }
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel:not(.nkn-resp-pdp-overview-explorer) .carousel-inner {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 640px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel:not(.nkn-resp-pdp-overview-explorer) .carousel-inner .item>.img-wrap,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel:not(.nkn-resp-pdp-overview-explorer) .carousel-inner .item>.img-wrap img {
    margin: 0 auto
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel:not(.nkn-resp-pdp-overview-explorer) .carousel-inner .item>.img-wrap {
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel:not(.nkn-resp-pdp-overview-explorer) .carousel-inner .item>.img-wrap img {
    position: absolute;
    min-height: 640px;
    min-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transform-origin: center;
    height: 100%;
    object-fit: cover
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-inner {
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-touch-action: pan-y;
    -ms-touch-action: pan-y;
    -moz-touch-action: pan-y;
    -o-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control {
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    background: 0 0;
    border: none;
    width: auto;
    opacity: 1
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control:focus .next,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control:focus .prev,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control:hover .next,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control:hover .prev {
    fill: #909090
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control svg {
    fill: #b2b2b2;
    height: 40px;
    width: 21px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control svg .next,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control svg .prev {
    transition: opacity 250ms ease-out, fill 250ms ease-out
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control.left {
    left: 15px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control.right {
    right: 15px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control.light:focus .next,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control.light:focus .prev,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control.light:hover .next,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control.light:hover .prev {
    fill: #fff;
    opacity: .75
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control.light svg {
    fill: #fff
}

@media print,
screen and (max-width:767px) {
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel:not(.nkn-resp-pdp-overview-explorer) .carousel-inner {
        height: 350px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel:not(.nkn-resp-pdp-overview-explorer) .carousel-inner .item>.img-wrap {
        width: 100%;
        height: 350px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel:not(.nkn-resp-pdp-overview-explorer) .carousel-inner .item>.img-wrap img {
        min-height: 350px
    }
}

.nkn-resp-pdp-section.redesign.pve-container {
    min-height: 270px
}

@media print,
screen and (min-width:768px) {
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel {
        padding: 0
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-inner .item>.img-wrap {
        max-height: 100%;
        width: 100%
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control {
        height: 65px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control svg {
        height: 65px;
        width: 35px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control.left {
        left: 30px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-carousel .carousel-control.right {
        right: 30px
    }
    .nkn-resp-pdp-section.redesign.pve-container {
        min-height: 670px
    }
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer {
    padding: 15px 0;
    margin-bottom: 30px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .pdp-hero-carousel {
    margin-bottom: 15px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-control {
    transform: translateY(-100%)
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-inner {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 195px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-inner .item>.img-wrap,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-inner .item>.img-wrap img {
    margin: 0 auto
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-inner .item>.img-wrap {
    width: auto;
    height: auto;
    max-width: 230px;
    max-height: 195px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-inner .item>.img-wrap img {
    position: relative;
    width: 100%;
    height: auto
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumb-container {
    position: relative;
    margin-top: 15px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs {
    padding: 0 15px;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs legend {
    margin: 0;
    border: 0
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail .img-wrap {
    width: 47px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail {
    border-bottom: 4px solid transparent;
    padding: 0 0 5px;
    display: inline-block;
    margin: 0 15px 15px 0;
    position: relative;
    height: 49px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail:hover {
    border-bottom-color: #d8d8d8
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail:last-of-type {
    margin-right: 0
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail.active {
    border-bottom-color: #ffd900
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail input {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    opacity: 0;
    cursor: pointer;
    margin: 0
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail .img-wrap {
    margin: 0;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail .img-wrap:hover {
    cursor: pointer
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail .img-wrap img {
    position: relative;
    max-width: 100%;
    max-height: 100%
}

@media print,
screen and (min-width:768px) {
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer {
        padding: 0;
        margin-bottom: 75px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-inner {
        height: 595px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-inner .item>.img-wrap {
        max-width: 100%;
        max-height: 100%;
        width: 700px;
        height: 595px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-inner .item>.img-wrap img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail,
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail .img-wrap {
        width: 60px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail {
        height: 60px;
        padding-bottom: 10px;
        margin-right: 30px
    }
    .nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-explorer .carousel-thumbs .thumbnail .img-wrap {
        height: 50px
    }
}

.nkn-resp-pdp-section.redesign.nkn-resp-free-content,
.nkn-resp-pdp-section.redesign.reusablefreeentry {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media print,
screen and (max-width:767px) {
    .nkn-resp-pdp-section.redesign.nkn-resp-free-content,
    .nkn-resp-pdp-section.redesign.reusablefreeentry {
        padding-left: 30px;
        padding-right: 30px
    }
}

.nkn-resp-pdp-section.redesign.nkn-resp-free-content.full-width,
.nkn-resp-pdp-section.redesign.reusablefreeentry.full-width {
    margin-bottom: 0;
    padding: 0
}

.nkn-resp-pdp-section.redesign.reusablefreeentry .overview-content-title {
    width: 100%;
    text-align: center
}

.nkn-resp-pdp-section.redesign.reusablefreeentry .freeentry-description {
    padding: 0 25px;
    text-align: center
}

.nkn-resp-pdp-section.redesign.reusablefreeentry .app-vendors {
    margin-top: 10px
}

.nkn-resp-pdp-section.redesign.reusablefreeentry .freeentry-img {
    width: 49%;
    display: inline-block;
    text-align: right
}

.nkn-resp-pdp-section.redesign.reusablefreeentry .freeentry-img:first-child {
    text-align: left
}

.nkn-resp-pdp-section.redesign.reusablefreeentry .freeentry-img .freeentry-img-link {
    margin-right: 195px
}

.nkn-resp-pdp-section.redesign.reusablefreeentry .tab-content-footer {
    margin-top: 30px;
    padding-left: 25px;
    letter-spacing: -.02em;
    font-size: 10px;
    font-family: Arial;
    color: #747474
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-content>:last-child,
.nkn-resp-pdp-section.redesign:last-child {
    margin-bottom: 0
}

.nkn-resp-pdp-section.redesign.full-width {
    max-width: 100%;
    padding: 0
}

.nkn-resp-pdp-section.redesign.no-margin {
    margin: 0!important
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-overview-content {
    margin-top: 15px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-title {
    margin-bottom: 15px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-subtitle,
.nkn-resp-pdp-section.redesign .nkn-resp-pdp-title {
    margin: 0 0 15px
}

.nkn-resp-pdp-section.redesign .nkn-resp-pdp-subtitle {
    color: #666
}

.nkn-resp-pdp-overview-custom p {
    padding: 0!important
}

.nkn-resp-pdp-overview-custom br {
    display: none
}

.nkn-resp-pdp-overview-custom .si-buttons {
    border-top: none!important;
    padding: 0!important;
    width: auto!important
}

.nkn-resp-pdp-overview-custom .overview-block-image-container {
    padding-top: 0!important
}

.nkn-resp-pdp-overview-custom .overview-block-pane.overview-block-content-pane.clearfix {
    height: auto!important
}

.nkn-resp-pdp-overview-custom .overview-block-container.overview-block-content-container {
    margin-top: 0!important
}

.nkn-resp-pdp-overview-custom .mejs-container.video.inline-pdp.mejs-video,
.nkn-resp-pdp-overview-custom .nkn-resp-pdp-overview-custom .mejs-container.video.inline-pdp.mejs-video * {
    height: 100%!important;
    margin: 0 auto!important;
    max-width: 480px!important;
    width: 100%!important
}

.nkn-resp-pdp-overview-custom .si-sub-img-container img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 750px;
    width: 100%
}

.nkn-resp-pdp-overview-custom .school-bottom-row {
    margin: 0 auto!important
}

.nkn-resp-pdp-overview-custom .school-bottom-row .school-callout-row {
    width: 100%!important
}

.nkn-resp-pdp-overview-custom .nkn-resp-pdp-video {
    border: none;
    height: 280px;
    margin-bottom: 20px;
    width: 100%
}

@media print,
screen and (min-width:992px) {
    .nkn-resp-pdp-overview-custom .nkn-resp-pdp-overview-custom .nkn-resp-pdp-video {
        height: 370px
    }
}

@charset "UTF-8";
.brow-bar .ratings {
    line-height: 1.7;
    margin-bottom: -7px
}

.brow-bar .ratings .count {
    color: #f2f2f2;
    font-size: .91667em;
    padding-left: 0;
    margin-bottom: 4px
}

.brow-bar .ratings .label {
    display: inline;
    padding: .2em .6em .3em 0;
    font-size: .9em;
    color: #f2f2f2;
    font-style: italic;
    font-weight: 400;
    white-space: nowrap;
    text-align: center
}

.brow-bar .ratings .no-reviews {
    font-style: italic;
    color: #f2f2f2;
    font-size: 11px
}

.ratings a,
.ratings_link {
    color: #404040;
    text-decoration: none
}

.ratings a:focus,
.ratings a:hover,
.ratings_link:focus,
.ratings_link:hover {
    text-decoration: underline;
    color: #404040
}

.ratings a:focus,
.ratings_link:focus {
    outline-color: #5b9dd9
}

.ratings a:hover,
.ratings_link:hover {
    text-decoration: none
}

.ratings * {
    box-sizing: border-box
}

.ratings .average,
.ratings .count,
.ratings .no-reviews,
.ratings .stars {
    display: inline-block;
    vertical-align: middle
}

.ratings .stars {
    position: relative;
    font-family: SSStandard;
    font-size: 16px;
    letter-spacing: 4px;
    color: #666;
    text-shadow: 0 0 1px #404040
}

@media screen and (-ms-high-contrast:active) {
    .ratings .stars {
        color: transparent
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .ratings .stars:after {
        color: #000
    }
}

@media screen and (-ms-high-contrast:white-on-black) {
    .ratings .stars:after {
        color: #fff
    }
}

.ratings .stars:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fd0;
    z-index: 2
}

.ratings .count {
    padding-left: 5px;
    text-transform: lowercase
}

.ratings .count:before {
    content: "("
}

.ratings .count:after {
    content: ")"
}

.ratings .count[data-before]:before {
    content: attr(data-before)
}

.ratings .count[data-after]:after {
    content: attr(data-after)
}

.ratings .count.rating-0,
.ratings .count.rating-0-0,
.ratings[data-ratings-count="0"] .count {
    display: none
}

.ratings .average {
    display: none;
    padding-left: 5px
}

.ratings .no-reviews {
    font-size: .83333em
}

.ratings .stars.rating-0-3:after,
.ratings .stars.rating-0-4:after,
.ratings .stars.rating-0-5:after,
.ratings .stars.rating-0-6:after,
.ratings .stars.rating-0-7:after {
    content: ""
}

.ratings .stars.rating-0-8:after,
.ratings .stars.rating-0-9:after,
.ratings .stars.rating-1-0:after,
.ratings .stars.rating-1-1:after,
.ratings .stars.rating-1-2:after,
.ratings .stars.rating-1:after {
    content: "⋆"
}

.ratings .stars.rating-1-3:after,
.ratings .stars.rating-1-4:after,
.ratings .stars.rating-1-5:after,
.ratings .stars.rating-1-6:after,
.ratings .stars.rating-1-7:after {
    content: "⋆"
}

.ratings .stars.rating-1-8:after,
.ratings .stars.rating-1-9:after,
.ratings .stars.rating-2-0:after,
.ratings .stars.rating-2-1:after,
.ratings .stars.rating-2-2:after,
.ratings .stars.rating-2:after {
    content: "⋆⋆"
}

.ratings .stars.rating-2-3:after,
.ratings .stars.rating-2-4:after,
.ratings .stars.rating-2-5:after,
.ratings .stars.rating-2-6:after,
.ratings .stars.rating-2-7:after {
    content: "⋆⋆"
}

.ratings .stars.rating-2-8:after,
.ratings .stars.rating-2-9:after,
.ratings .stars.rating-3-0:after,
.ratings .stars.rating-3-1:after,
.ratings .stars.rating-3-2:after,
.ratings .stars.rating-3:after {
    content: "⋆⋆⋆"
}

.ratings .stars.rating-3-3:after,
.ratings .stars.rating-3-4:after,
.ratings .stars.rating-3-5:after,
.ratings .stars.rating-3-6:after,
.ratings .stars.rating-3-7:after {
    content: "⋆⋆⋆"
}

.ratings .stars.rating-3-8:after,
.ratings .stars.rating-3-9:after,
.ratings .stars.rating-4-0:after,
.ratings .stars.rating-4-1:after,
.ratings .stars.rating-4-2:after,
.ratings .stars.rating-4:after {
    content: "⋆⋆⋆⋆"
}

.ratings .stars.rating-4-3:after,
.ratings .stars.rating-4-4:after,
.ratings .stars.rating-4-5:after,
.ratings .stars.rating-4-6:after,
.ratings .stars.rating-4-7:after {
    content: "⋆⋆⋆⋆"
}

.ratings .stars.rating-4-8:after,
.ratings .stars.rating-4-9:after,
.ratings .stars.rating-5-0:after,
.ratings .stars.rating-5:after {
    content: "⋆⋆⋆⋆⋆"
}