html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

iframe {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
button,
blockquote {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
p {
    font-size: inherit
}

a,
button {
    color: inherit
}

a {
    text-decoration: none;
    color: #4a8df8
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
    -webkit-font-smoothing: inherit
}

button:focus {
    outline: 0
}

::-moz-focus-inner {
    padding: 0;
    border: 0
}

img {
    height: auto;
    border: 0
}

html {
    font-size: 110%;
}

body {
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: #000;
    background: #fff
}

p a {
    color: #000;
    text-decoration: underline
}

p,
ul,
ol,
blockquote {
    color: #6c6c6c
}

.s-invert p,
.s-invert ul,
.s-invert ol,
.s-invert blockquote {
    color: #fff
}

p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child) {
    margin-bottom: 1rem
}

p {
    max-width: 35em
}

.u-amp {
    font-family: "garamond-premier-pro", Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-weight: 100 !important;
    font-style: italic
}

.u-hidden {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    visibility: hidden !important
}

.u-asterix {
    color: #7896f0;
    font-weight: 100;
    font-family: "freight-sans-pro", sans-serif
}

.s-invert {
    color: #fff
}

.b-title--1 span,
.b-title--page span,
.b-title--2,
.purchase__options,
.purchase__misc,
.b-title--3,
.splash__title,
.purchase__misc span,
.press__quotee {
    font-weight: 700
}

.b-title--1,
.b-title--page,
.splash__title,
.b-title--2,
.purchase__options,
.purchase__misc,
.b-title--3,
.b-title--4 {
    font-family: "proxima-nova", sans-serif !important;
    line-height: 1.2
}

.b-title--1:not(:last-child),
.b-title--page:not(:last-child),
.splash__title:not(:last-child),
.b-title--2:not(:last-child) {
    margin-bottom: 1rem
}

.b-title--1,
.b-title--page {
    font-weight: normal;
    font-size: 2.25rem;
    margin-top: 50px;
}

.b-title--1 span,
.b-title--page span {
    color: #000
}

@media (min-width: 60em) {
    .b-title--1,
    .b-title--page {
        font-size: 2rem
    }
}

@media (min-width: 50em) {
    .b-title--page {
        font-size: 2.8rem
    }
}

@media (min-width: 60em) {
    .b-title--page {
        font-size: 3.375rem
    }
}

.b-title--2 {
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.5rem
}

.s-invert .b-title--2 {
    border-bottom-color: #fff
}

.b-title--3 {
    color: #000
}

.b-title--4 {
    color: #7896f0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .025em
}

.b-title--simple {
    padding-bottom: 1.5rem;
    position: relative
}

.b-title--simple:after {
    content: '';
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    width: 4rem;
    border-bottom: 4px #000 solid;
    margin-top: -2px
}

@media (min-width: 50em) {
    .b-title--simple {
        text-align: center;
        padding-bottom: 3rem
    }
    .b-title--simple:after {
        left: 50%;
        margin-left: -1rem;
        width: 2rem;
        bottom: 1.5rem
    }
}

.b-button,
.b-button--cta,
.b-button--cta:hover,
.b-button--cta:focus,
.b-button--cta:active,
.b-button--cta.is-active,
.b-button--secondary,
.b-button--secondary:hover,
.b-button--secondary:focus,
.b-button--secondary:active,
.b-button--secondary.is-active {
    font-size: 1em
}

.b-button {
    line-height: 1;
    padding: .5rem;
    text-transform: uppercase;
    display: inline-block;
    -webkit-appearance: none;
    letter-spacing: .025em
}

.b-button:not(:disabled) {
    cursor: pointer
}

.b-button {
    border: 2px #e6e6e6 solid
}

.b-button:hover,
.b-button:focus,
.b-button:active,
.b-button.is-active {
    color: #000;
    border-color: #000
}

.s-invert .b-button,
.s-invert .b-button:hover,
.s-invert .b-button:focus,
.s-invert .b-button:active,
.s-invert .b-button.is-active {
    border-color: #fff;
    color: #fff
}

.b-button--cta,
.b-button--cta:hover,
.b-button--cta:focus,
.b-button--cta:active,
.b-button--cta.is-active {
    color: #fff;
    text-transform: uppercase;
    border-color: #1746d1;
    border-width: 0;
    border-bottom-width: 4px;
    background: #7896f0;
    letter-spacing: .025em;
    font-weight: 300;
    padding: 0.5rem 2rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.b-button--secondary,
.b-button--secondary:hover,
.b-button--secondary:focus,
.b-button--secondary:active,
.b-button--secondary.is-active {
    color: #6c6c6c;
    text-transform: uppercase;
    border-width: 0;
    border-bottom-width: 4px;
    background: #e6e6e6;
    letter-spacing: .025em;
    font-weight: 300;
    padding: 0.5rem 2rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

.b-listItem--hSeparated {
    display: inline-block
}

.b-listItem--hSeparated:not(:last-child):after {
    content: ' / ';
    font-style: normal
}

.b-deList {
    list-style: none
}

.b-sexyList {
    list-style: none
}

.sexyList__item {
    padding-left: 1rem;
    position: relative
}

.sexyList__item+.sexyList__item {
    margin-top: 0.25rem
}

.sexyList__item:before {
    content: '';
    width: .45em;
    height: .45em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    border: 1px #e6e6e6 solid
}

.list__title {
    font-weight: 700
}

.list__title:not(:last-child) {
    margin-bottom: 0.25rem
}

.list__title,
.list__copyWrap * {
    line-height: 1.4
}

.titledList__item:not(:last-child) {
    margin-bottom: 0.5rem
}

.b-img {
    width: 100%;
    height: auto
}

.input--std {
    font-family: "proxima-nova", sans-serif;
    color: #000;
    font-size: 1rem;
    width: 100%;
    margin: 0;
    padding: .25em;
    box-sizing: border-box
}

.o-innerContent:not(:last-child),
.o-innerContent--bg:not(:last-child) {
    margin-bottom: 3rem
}

@media (min-width: 50em) {
    .o-innerContent:not(: last-child), .o-innerContent--bg:not(: last-child) {
        margin-bottom: 6rem
    }
}

.o-innerContent {
    padding-left: 1rem;
    padding-right: 1rem
}

.o-innerContent:first-child {
    margin-top: 2rem
}

@media (min-width: 50em) {
    .o-innerContent {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.o-innerContent--bg {
    padding: 3rem 1rem;
    background: url(bg.png) center center repeat
}

@media (min-width: 50em) {
    .o-innerContent--bg {
        padding: 6rem 2rem
    }
}

@media (min-width: 50em) {
    .o-split--11,
    .o-split--111,
    .o-split--21,
    .o-split--12 {
        display: table;
        width: 100%;
        box-sizing: border-box
    }
}

.split__1,
.split__2 {
    box-sizing: border-box
}

@media (max-width: 50em) {
    .split__1:not(: last-child), .split__2:not(: last-child) {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 50em) {
    .split__1,
    .split__2 {
        display: table-cell;
        width: 100%;
        vertical-align: top
    }
}

@media (min-width: 50em) {
    .split__1 {
        width: 33%;
        padding-right: 2rem
    }
    .o-split--11 .split__1 {
        width: 50%
    }
    .split__1+.split__1 {
        padding-right: 0;
        padding-left: 2rem
    }
}

@media (min-width: 50em) {
    .split__2 {
        width: 66%;
        padding-right: 2rem
    }
    .split__1+.split__2 {
        padding-right: 0;
        padding-left: 2rem
    }
}

.o-wrap--std {
    margin-left: auto;
    margin-right: auto
}

.o-wrap--std {
    max-width: 55rem
}

.c-header--std,
.c-header--alt {
    font-family: "freight-sans-pro", sans-serif
}

@media (max-width: 50em) {
    .c-header--std,
    .c-header--alt {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        -webkit-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.25);
        box-shadow: 2px 0 1px rgba(0, 0, 0, 0.25)
    }
    .c-header--std+*,
    .c-header--alt+* {
        margin-top: 4rem
    }
    .c-header--std+.o-content,
    .c-header--alt+.o-content {
        padding-top: 1rem
    }
}

@media (min-width: 50em) {
    .c-header--std {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 999;
    }
}

.header__innerWrap {
    position: relative;
    z-index: 100;
    height: 3rem;
    padding: 1rem;
    background: transparent;
}

.header__innerWrap:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width: 50em) {
    .header__innerWrap {
        background: #fff
    }
}

.header__logoWrap,
.header__menuIcon {
    height: 100%
}

.header__logoWrap {
    float: left
}

.header__menuIcon,
.header__back {
    float: right;
    cursor: pointer;
    line-height: 2rem
}

.header__back {
    text-transform: uppercase;
    font-weight: bold
}

.header__back:before {
    content: '\2190  ';
    white-space: pre;
    color: #7896f0
}

.header__logo {
    height: 100%
}

@media (max-width: 50em) {
    .hl2 {
        display: none
    }
}

@media (min-width: 50em) {
    .hl1 {
        display: none
    }
}

.header__menuIcon {
    font-size: 1.5rem;
    line-height: 2rem
}

.header__menuIcon:after {
    content: '\2630'
}

.header__nav {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    padding: 1rem 1rem;
    transition: 0.25s
}

.header__nav.is-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width: 50em) {
    .header__nav {
        background: url(bg.png) center center repeat;
        top: 4rem;
        height: 100vh;
        height: calc(100vh - 2rem);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@media (min-width: 50em) {
    .header__nav {
        -webkit-transform: translate3d(0, -150%, 0);
        -moz-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        -o-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
        top: 50%;
        right: 2.5rem;
        z-index: 10000
    }
    .header__nav.is-open {
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
}

@media (min-width: 50em) {
    .header__navList {
        text-align: right
    }
}

@media (max-width: 50em) {
    .header__navItem {
        background: rgba(255, 255, 255, 0.1);
        text-align: center;
        border-bottom: 4px #fff solid
    }
    .header__navItem:not(:last-child) {
        margin-bottom: 1rem
    }
}

@media (min-width: 40em) and (max-width: 50em) {
    .header__navItem {
        float: left;
        width: 45%;
        width: calc(50% - 0.5rem)
    }
    .header__navItem:nth-child(2n) {
        margin-left: 1rem
    }
}

@media (min-width: 50em) {
    .header__navItem a {
        padding: 5px 10px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }
    .header__navItem {
        display: inline-block;
        margin: 0 5px;
    }
    .header__navItem:not(:last-child):after {
        color: #fff;
        white-space: pre;
        font-weight: bold
    }
}

.header__navLink {
    font-weight: 600;
    color: #fff
}

@media (max-width: 50em) {
    .header__navLink {
        padding: 1rem;
        display: block;
        text-transform: uppercase
    }
}

.c-footer {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-top: 3rem
}

@media (min-width: 60em) {
    .c-footer {
        margin-top: 0;
        padding-top: 4.5rem
    }
}

@media (min-width: 50em) {
    .c-footer {
        text-align: center
    }
}

@media (max-width: 60em) {
    .footer__header {
        font-size: 1rem
    }
}

@media (max-width: 60em) {
    .footer__list,
    .footer__misc {
        font-size: 0.8rem
    }
}

.footer__niftyLinks li:before,
.footer__contactLinks li:before,
.footer__socialLinks li:before {
    font-weight: 900
}

.footer__niftyLinks li:before {
    content: ''
}

.footer__contactLinks li:nth-child(1):before {
    content: " "
}

.footer__contactLinks li:nth-child(2):before {
    content: " "
}

.footer__misc {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
    border-top: 2px #fff solid
}

@media (min-width: 50em) {
    .footer__misc {
        display: table;
        width: 100%;
        margin-top: 4.5rem
    }
}

.footer__misc span {
    display: block;
    font-size: 0.8rem
}

.footer__misc span:last-child {
    font-style: italic
}

.footer__misc span:last-child a {
    font-style: normal;
    font-weight: bold
}

@media (max-width: 50em) {
    .footer__misc span:not(: last-child) {
        margin-bottom: 0.5rem
    }
}

@media (min-width: 50em) {
    .footer__misc span {
        width: 50%;
        display: table-cell
    }
    .footer__misc span:first-child {
        text-align: left
    }
}

.splash--thunderrocket {
    background-image: url(index-splash-big-ltr-new.jpg)
}

.c-splash {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20vw 1rem;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 4px 0 rgba(255, 255, 255, 0.5) inset, 0 -4px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 4px 0 rgba(255, 255, 255, 0.5) inset, 0 -4px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 4px 0 rgba(255, 255, 255, 0.5) inset, 0 -4px 0 rgba(255, 255, 255, 0.5) inset
}

@media (min-width: 50em) {
    .c-splash {
        position: relative;
        height: 100vh;
        padding: 0 1rem
    }
}

@media (min-width: 50em) {
    .splash__innerWrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5rem
    }
}

@media (min-width: 35em) {
    .splash__copyWrap {
        display: table;
        max-width: 50rem;
        margin: 0 auto
    }
}

@media (min-width: 35em) {
    .splash__title,
    .splash__text {
        display: table-cell;
        width: 50%;
        vertical-align: middle
    }
}

.splash__title {
    font-size: 3.375rem;
    text-transform: uppercase;
    line-height: 1
}

@media (min-width: 35em) {
    .splash__title {
        text-align: right;
        padding-right: 1.5rem;
        position: relative
    }
    .splash__title:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -2px;
        border-right: 4px #fff solid
    }
}

.splash__text {
    font-weight: 100;
    font-size: 1.5rem
}

@media (min-width: 35em) {
    .splash__text {
        text-align: left;
        padding-left: 1.5rem;
        position: relative;
        top: .15em
    }
}

.splash__buttonWrap {
    margin-top: 1.5rem
}

@media (max-width: 35em) {
    .splash__button {
        font-size: 0.8rem
    }
}

@media (max-width: 35em) {
    .productOverview__title {
        font-size: 1rem
    }
}

.purchase__descWrap:not(:last-child),
.purchase__imgWrap:not(:last-child),
.purchase__logicWrap:not(:last-child) {
    margin-bottom: 3rem
}

@media (min-width: 35em) {
    .purchase__innerWrap:after {
        content: "";
        display: table;
        clear: both
    }
}

@media (min-width: 50em) {
    .purchase__innerWrap {
        display: table;
        width: 100%
    }
}

@media (min-width: 50em) {
    .purchase__imgWrap,
    .purchase__descWrap,
    .purchase__logicWrap {
        display: table-cell;
        width: 33%;
        vertical-align: top
    }
}

@media (min-width: 35em) and (max-width: 50em) {
    .purchase__imgWrap,
    .purchase__descWrap {
        box-sizing: border-box;
        float: left;
        width: 50%;
        margin: 0;
        vertical-align: middle
    }
}

@media (min-width: 35em) and (max-width: 50em) {
    .purchase__imgWrap {
        padding-left: 1rem
    }
}

@media (min-width: 60em) {
    .purchase__imgWrap {
        padding: 0 2rem
    }
}

@media (min-width: 35em) {
    .purchase__descWrap {
        padding-right: 1rem
    }
}

@media (min-width: 50em) and (max-width: 60em) {
    .purchase__desc {
        font-size: 0.8rem
    }
}

.purchase__footnote {
    display: block;
    font-size: 0.8rem;
    font-style: italic;
    margin-top: 1rem
}

.purchase__asideList {
    font-size: 0.8rem;
    font-style: italic
}

.purchase__uspsList {
    margin-top: 1rem;
}

.purchase__desc:not(:last-child),
.purchase__aside:not(:last-child),
.purchase__usps:not(:last-child),
.purchase__option:not(:last-child),
.purchase__optionDescWrap:not(:last-child),
.purchase__buttonWrap:not(:last-child) {
    margin-bottom: 1.5rem
}

.purchase__logicWrap {
    position: relative;
    top: -22px;
}

.purchase__descWrap {
    position: relative;
    top: 8px;
}

@media (min-width: 35em) and (max-width: 50em) {
    .purchase__logicWrap {
        display: block;
        margin-top: 3rem
    }
}

@media (min-width: 50em) {
    .purchase__logicWrap {
        padding-left: 1rem
    }
}

.purchase__options {
    display: table;
    width: 100%
}

@media (max-width: 30em) {
    .purchase__options {
        position: relative;
        padding-top: 1.5rem
    }
    .purchase__options:before {
        position: absolute;
        top: 0
    }
}

@media (max-width: 50em) {
    .purchase__options:before {
        content: 'Choose yours:';
        color: #000;
        line-height: 1;
        display: inline-block
    }
}

.purchase__option {
    display: table-cell;
    padding-right: 1rem
}

.purchase__optionLink {
    display: block;
    text-align: center
}

.purchase__optionLink span {
    font-weight: 600
}

.purchase__choice.is-active {
    display: block !important
}

@media (min-width: 50em) and (max-width: 60em) {
    .purchase__optionDesc {
        font-size: 0.8rem
    }
}

@media (max-width: 30em) {
    .purchase__optionMisc {
        padding-left: 1rem;
        border-left: 4px #000 solid
    }
}

@media (min-width: 35em) and (max-width: 50em) {
    .purchase__optionMisc {
        padding-left: 1rem;
        border-left: 4px #000 solid
    }
}

@media (min-width: 30em) and (max-width: 35em) {
    .purchase__optionMisc {
        display: table;
        width: 100%
    }
}

@media (min-width: 50em) {
    .purchase__optionMisc {
        margin-top: 2rem
    }
}

.purchase__misc {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 300
}

.purchase__misc span {
    display: inline-block;
    color: #000
}

@media (min-width: 30em) and (max-width: 35em) {
    .purchase__misc {
        display: table-cell;
        text-align: center
    }
}

.purchase__buttonWrap {
    margin-top: 2.25rem;
    cursor: pointer;
}

@media (min-width: 35em) and (max-width: 50em) {
    .purchase__buttonWrap {
        width: 50%;
        width: calc(50% - 1rem);
        position: absolute;
        bottom: .75rem;
        right: 0
    }
}

.purchase__soldOutText {
    font-style: italic
}

.purchase__signUp {
    margin-top: 1.5rem
}

.signUp__button {
    margin-top: 1.5rem
}

@media (min-width: 50em) {
    .break__mod--img {
        vertical-align: middle
    }
}

.break__mod--copy {
    text-align: center;
    font-family: "proxima-nova", sans-serif
}

@media (max-width: 50em) {
    .break__mod--copy {
        font-style: italic
    }
}

@media (min-width: 50em) {
    .break__mod--copy {
        vertical-align: top;
        font-size: 18px
    }
}

@media (min-width: 40em) {
    .c-usp--centered {
        text-align: center
    }
    .c-usp--centered * {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 40em) {
    .c-usp--centered .usp__title {
        margin-bottom: 1rem
    }
}

@media (min-width: 40em) {
    .c-usp--centered .usp__copy {
        max-width: 30em
    }
}

.usp__content:not(:last-child),
.usp__aside:not(:last-child) {
    margin-bottom: 1.5rem
}

.usp__imgWrap {
    margin-bottom: 3rem
}

@media (min-width: 50em) {
    .usp__imgWrap {
        position: relative;
        left: -10em;
        width: calc(100% + 20em)
    }
}

@media (min-width: 40em) and (max-width: 50em) {
    .usp__copyWrap {
        display: table
    }
    .usp__copyWrap .usp__copy {
        display: table-cell;
        width: 50%
    }
    .usp__copyWrap .usp__copy:first-child {
        padding-right: 1rem
    }
    .usp__copyWrap .usp__copy:last-child {
        padding-left: 1rem
    }
}

@media (min-width: 50em) {
    .usp__copy {
        font-size: 1rem
    }
}

.usp__aside h3 {
    margin-top: 1rem;
}

.usp__asideCopy {
    margin-top: 0.5rem;
    font-size: 1rem;
}

@media (max-width: 50em) {
    .c-press {
        text-align: center
    }
    #minidrive .c-press {
        text-align: -webkit-auto;
    }
}

@media (min-width: 50em) {
    .c-press .o-wrap--std {
        position: relative
    }
    .c-press .o-wrap--std:after {
        content: '';
        position: absolute;
        left: 33%;
        left: calc(33% + 2px);
        border-left: 4px #fff solid;
        top: 0;
        bottom: 0
    }
}

.press__logos:not(:last-child),
.press__quote:not(:last-child) {
    margin-bottom: 3rem
}

@media (min-width: 50em) {
    .press__logos {
        padding-right: 3rem
    }
    .press__logos+.press__quote {
        padding-left: 3rem
    }
}

@media (min-width: 30em) and (max-width: 50em) {
    .press__logosList {
        display: table;
        width: 100%;
        width: calc(100% + 2rem);
        position: relative;
        left: -1rem
    }
}

@media (max-width: 30em) {
    .press__logoWrap {
        max-width: 15rem;
        margin-left: auto;
        margin-right: auto
    }
    .press__logoWrap+.press__logoWrap {
        margin-top: 1rem
    }
}

@media (min-width: 30em) and (max-width: 50em) {
    .press__logoWrap {
        display: table-cell;
        padding: 0 1rem;
        vertical-align: middle
    }
}

@media (min-width: 50em) {
    .press__logoWrap+.press__logoWrap {
        margin-top: 2rem
    }
}

.press__quoteCopy {
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: "freight-sans-pro", sans-serif
}

.press__quoteCopy:before,
.press__quoteCopy:after {
    font-weight: 400;
    white-space: pre;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    display: inline-block
}

.press__quoteCopy:before {
    content: '\201c    ';
    -webkit-transform-origin: 0.3em 0.4em;
    -moz-transform-origin: 0.3em 0.4em;
    -ms-transform-origin: 0.3em 0.4em;
    -o-transform-origin: 0.3em 0.4em;
    transform-origin: 0.3em 0.4em
}

.press__quoteCopy:after {
    content: '  \201d';
    -webkit-transform-origin: right 0.3em;
    -moz-transform-origin: right 0.3em;
    -ms-transform-origin: right 0.3em;
    -o-transform-origin: right 0.3em;
    transform-origin: right 0.3em
}

@media (min-width: 50em) {
    .press__quoteCopy {
        font-size: 2.25rem
    }
}

.press__quotee {
    font-family: "freight-sans-pro", sans-serif;
    text-transform: uppercase
}

.specifications__list {
    font-size: 0.8rem
}

@media (min-width: 50em) {
    .specifications__subtitle {
        text-align: center
    }
}

@media (min-width: 40em) {
    .specifications__listItem {
        display: table
    }
}

@media (min-width: 40em) {
    .specificatioms__listTitle,
    .specifications__listCopyWrap {
        display: table-cell;
        vertical-align: top
    }
}

@media (min-width: 40em) {
    .specifications__listTitle {
        width: 6rem;
        padding-right: 1rem;
        position: relative;
        top: -.12em
    }
    .specifications__listTitle:after {
        content: ':'
    }
}

.c-unboxing {
    background: url(bg.png) center center repeat
}

@media (max-width: 50em) {
    .c-unboxing {
        padding-bottom: 0
    }
}

@media (min-width: 50em) {
    .c-unboxing {
        position: relative;
        min-height: 50vw;
        box-sizing: border-box
    }
}

.c-unboxing>* {
    position: static
}

@media (min-width: 35em) and (max-width: 50em) {
    .unboxing__content {
        display: table;
        width: 100%
    }
}

@media (min-width: 50em) {
    .unboxing__content {
        width: 50%;
        padding-right: 3rem;
        box-sizing: border-box
    }
}

@media (min-width: 60em) {
    .unboxing__content {
        padding-right: 6rem
    }
}

.unboxing__mod:not(:last-child) {
    margin-bottom: 3rem
}

@media (min-width: 35em) and (max-width: 50em) {
    .unboxing__mod {
        display: table-cell;
        width: 50%
    }
    .unboxing__mod:first-child {
        padding-right: 1rem
    }
    .unboxing__mod:last-child {
        padding-last: 1rem
    }
}

.unboxing__list,
.unboxing__copy {
    font-size: 0.8rem
}

.unboxing__img {
    background: url(tr__unboxing.jpg) center center no-repeat;
    background-size: cover
}

@media (max-width: 50em) {
    .unboxing__img {
        width: 100%;
        width: calc(100% + 2rem);
        padding-bottom: 100%;
        position: relative;
        left: -1rem;
        margin-top: 3rem;
        -webkit-box-shadow: 0 4px 0 rgba(255, 255, 255, 0.5) inset, 0 -4px 0 rgba(255, 255, 255, 0.5) inset;
        -moz-box-shadow: 0 4px 0 rgba(255, 255, 255, 0.5) inset, 0 -4px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0 4px 0 rgba(255, 255, 255, 0.5) inset, 0 -4px 0 rgba(255, 255, 255, 0.5) inset
    }
    #site-header-mobile {
        display: block;
    }
    #site-header {
        display: none;
    }
}


}

@media (min-width: 50em) {
    .faq__subtitle {
        text-align: center
    }
}
.has-js .faq__question {
    cursor: pointer
}
.has-js .faq__question:before {
    content: '\2b   \2f\2f   ';
    color: #7896f0;
    white-space: pre
}
.has-js .faq__answer {
    display: none
}
.has-js .is-open .faq__question:before {
    content: '\2212   \2f\2f   '
}
.p-cart {
    text-align: center
}
@media (min-width: 50em) {
    .c-cart__intro {
        margin-bottom: 3rem !important
    }
}
.cart__message--empty {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    font-style: italic
}
.cart__item {
    max-width: 25em;
    margin-left: auto;
    margin-right: auto
}
.cart__item:not(:last-child) {
    margin-bottom: 1.5rem
}
@media (min-width: 40em) {
    .cart__item {
        font-size: 1rem
    }
}
.cart__numItems {
    float: left;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: 1px 1px 0 #e6e6e6 inset, -1px -1px 0 #e6e6e6 inset;
    -moz-box-shadow: 1px 1px 0 #e6e6e6 inset, -1px -1px 0 #e6e6e6 inset;
    box-shadow: 1px 1px 0 #e6e6e6 inset, -1px -1px 0 #e6e6e6 inset;
    font-size: 1em;
    text-align: center;
    color: #7896f0;
    font-family: "freight-sans-pro", sans-serif
}
.cart__numItems,
.cart__itemDesc {
    line-height: 1.35
}
.cart__itemDesc {
    text-align: left;
    text-transform: inherit;
}
.cart__itemDesc:before {
    content: '  \d7  ';
    color: #e6e6e6;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    display: inline-block;
    white-space: pre
}
.cart__itemTitle {
    font-weight: bold;
    color: #000
}
.cart__itemExtra:before {
    content: '\2026 '
}
.cart__removeItem {
    color: #7896f0;
    text-decoration: none
}
.cart__removeItem:before {
    content: ' // ';
    color: #e6e6e6
}
.cart__total {
    margin-top: 3rem;
    font-size: 1.5rem;
    text-transform: uppercase
}
@media (min-width: 40em) {
    .cart__total {
        font-size: 2.25rem
    }
}
.cart__actions {
    font-size: 0.8rem;
    margin-top: 1.5rem
}
@media (min-width: 40em) {
    .cart__actions {
        margin-top: 3rem
    }
}
.cart__button,
.cart__button:hover,
.cart__button:focus,
.cart__button:active {
    width: 40%;
    width: calc(49% - 0.25rem);
    max-width: 15em
}
.cart__button:not(:last-child),
.cart__button:hover:not(:last-child),
.cart__button:focus:not(:last-child),
.cart__button:active:not(:last-child) {
    margin-right: 0.5rem
}
.splash--thunderrocket.thunder
{
 background-image:url(tr__splash_thunder.jpg);
}
.faq__list{font-size:0.8rem}
body {
  color: #000;
  font-family: "proxima-nova",sans-serif !important;
  font-weight: 300;
  line-height: 1.3;
}
  
 
.splash--thunderrocket.minidrive
{
 background-image:url(tr__splash_minidrive.jpg);
}
.md.unboxing__img
{
  background:url(md__unboxing--1.jpg) center center no-repeat;
background-size:cover;
}
.splash--thunderrocketpage
{
 background-image:url(photo-splash.jpg); 
}
.md li
{
      list-style: none;
    color: #4a8df8;
    font-weight: bold;
}
.o-content 
{
 margin-top:70px; 
}
.c-cart__intro
{
    margin-top: 0 !important;
 position: relative;
//  padding: 1.5em 1em;
 // border-bottom: 1px #e5e5e5 solid;
  text-align: center;
  //background: #f2f2f2 url("https://cdn.shopify.com/s/files/1/0957/0646/t/2/assets/textured-bg.jpg?16678228057158825283") top left repeat;
}
.c-cart__intro:before {
  bottom: -32px;
  border-width: 16px 21px;
  border-top-color: #d9d9d9;
}

.c-cart__intro:after {
  bottom: -30px;
  border-width: 15px 20px;
  border-top-color: #f2f2f2;
}
.c-cart__intro:after, .c-cart__intro:before {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  border-style: solid;
  border-color: transparent;
  content: '';
}
}
#index .header__navItem a,{color:#333;}
#piers-and-steve img {
  margin-bottom: -0.5em;
  width: 100%;
  height: auto;
}

.splash--std {
 background:url("https://cdn.shopify.com/s/files/1/0957/0646/t/2/assets/textured-bg.jpg?16678228057158825283") top left repeat;
  border-bottom: 1px #e5e5e5 solid;

}
.row {float:left;}
.mod2__img {
    background: url("https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/tr__onTheGo--21.jpg?4933447552763852957") center center no-repeat !important;
    background-size: cover !important;
}
.md.mod2__img {
    background: url("https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/md__mod--2.jpg?14812419115047602131") center center no-repeat !important;
    background-size: cover !important;
}
.s-invert .b-title--1 span, .s-invert .b-title--page span {
    color: #fff;
}
#collection h1
{
  text-align:center;
  font-size: 36px;
    margin-bottom: 30px;
}
#collection .details
{
  text-align:center; 
}
#collection .product.span6 {
    width: 22%;
    margin: 10px;
    float: left;
}
#collection .product.span6  img{width:100%;}
#collection h4
{
  text-align: center;
    text-transform: capitalize;
      margin-top: 15px;
}
#collection p
{
      color: #111;
    text-shadow: none;
    line-height: 21px;
    font-weight: normal;
    font-size: 17px;
    font-weight: 600;
}
#collection p.meta-desc
{
color: #6c6c6c;
    font-size: 20px;
    font-weight: normal;
      margin-bottom: 10px;
}
#accessories h4
{
  margin-bottom: 10px;

}
#accessories .details
{
      margin-top: 7px;
}
#collection .product.span4.prod3
{
     margin: 10px auto;
    float: none;
    /* display: block; */
    clear: both; 
}
#collection .b-button--cta{width:120px;}
#accessories
{
  margin-top: 50px;
}

#product .splash--std{display:none;}
.color1{text-transform: capitalize;}
.variant_title,.variant_title12,.color1{color:#111;font-weight:bold;    font-size: 22px;}
.price2,.price1,#md_price,#sd_price{color:#7896F0;font-weight: normal;}

#m1_price {
  color: #7896F0;
  font-weight: normal;
}
.custom-select {
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 15em;
    min-height: 400px;
}
#minidrive #product-variants{display:block !important;}
.custom-select legend {
    position: relative;
    display: inline-block;
    padding: .25em 1em;
    border: 1px #e5e5e5 solid;
    background-color: #f2f2f2;
    color: #181818;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.custom-select p, .custom-select small, .custom-select legend {
    text-align: center;
}
.custom-select>div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-select label {
    position: relative;
    font-family: "freight-sans-pro";
    display: block;
}
.custom-select .choice__radioButton {
    z-index: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    opacity: 0;
    width: 100%;
    padding: .75em 0 1.25em;
    height: 100%;
    position: absolute;
}
.choice__radioButton:checked+.choice-info__wrapper {
    color: #181818;
    border-color: #181818;
}
.choice-info__wrapper {
    width: 100%;
    padding: .75em 0 1.25em;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    display: inline-block;
    position: relative;
    border-top: 4px #c0c0c0 solid;
}
.custom-select .custom-select-img {
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 0;
      background-size: contain;
}
.module img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /* box-sizing: border-box; */
    margin-bottom: 1.5em;
    width: 100%;
    height: auto;
}
p.purchse__discount {
    margin-bottom: 0;
    margin-top: 8px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.retail__price_strike {
    text-decoration: line-through;
   
}

.retail__price {
    font-size: 15px;
    position: relative;
    font-family: "proxima-nova",sans-serif;
}
.purchase__button {
    border: 0;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-family: "proxima-nova",sans-serif;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.purchase__buttonNote {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
}
.color-2 #color-choice-img {
    background: url(https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/minidrive-air-silver_grande_grande_grande_5c9006cc-f06b-4916-8b78-6ec1a7326ddd_grande.jpeg?15175148591145244338) 25em 1em no-repeat , url(//cdn.shopify.com/s/files/1/0172/6732/t/30/assets/minidrive-pro-red.jpg?14471912815178219811) 0 1em no-repeat;
    background-size: contain;
}

#storage-choice-img{
background: url(https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/microsd-2gb.jpg?1120154876630621608) center 1em no-repeat , url(https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/microsd-64gb.jpg?489821420987310952) center 25em no-repeat , url(https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/microsd-128gb.jpg?15354936556569851491) center 25em no-repeat;
    background-size: contain;
}
.storage-2 #storage-choice-img{
background: url(https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/microsd-2gb.jpg?1120154876630621608) center -25em no-repeat , url(https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/microsd-64gb.jpg?489821420987310952) center 1em no-repeat , url(https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/microsd-128gb.jpg?15354936556569851491) center 25em no-repeat;
    background-size: contain;
}
.storage-3 #storage-choice-img
{
background: url(https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/microsd-2gb.jpg?1120154876630621608) center -25em no-repeat , url(https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/microsd-64gb.jpg?489821420987310952) center -25em no-repeat , url(https://cdn.shopify.com/s/files/1/0957/0646/t/14/assets/microsd-128gb.jpg?15354936556569851491) center 1em no-repeat;
    background-size: contain;
}
.choice-info, .choice-price {
    text-transform: capitalize;
    display: block;
}
.choice-info {
    font-weight: 600;
}
#index .o-content{margin:0;overflow: hidden;}
footer{background:#181818 url({{ 'textured-bg-invert.jpg' | asset_url }}) top left repeat;color:#fff !important;margin-top:3em;font-weight:500;zoom:1;position:relative;padding-bottom:1em !important}
footer:before,footer:after{content:"";display:table}
footer:after{clear:both}
footer h1,footer h2,footer h3,footer h4,footer h5{color:#fff}
footer .footer-header{padding-bottom:.5em;text-align: left;border-bottom:2px #fff solid;border-bottom:2px rgba(255,255,255,0.5) solid;position:relative;margin-bottom:1.5em;font-weight:600}
footer .footer-header:after{content:'';position:absolute;bottom:-2px;left:0;border-bottom:2px #fff solid;width:2em}
footer h4{text-transform:uppercase;margin-bottom:.5em}
footer ul{list-style:none}
footer a{color:#fff;color:rgba(255,255,255,0.7)}
footer a:hover{color:#fff}
.footer-highlight{color:#7896F0;font-weight:600}
.footer-section{zoom:1;position:relative}
.footer-section:before,.footer-section:after{content:"";display:table}
.footer-section:after{clear:both}.footer-section+.footer-section{margin-top:1.5em}
.footer-linklist{margin-top:1.5em}
.footer-linklist li a,.footer-linklist .footer-no-link{display:block;padding:.5em 0;font-size:.8em;font-weight:600}
.footer-no-link{color:#fff;color:rgba(255,255,255,0.25);text-decoration:line-through}
#footer-communications section+section{margin-top:1.5em}
#footer-contact-links div+div{margin-top:.5em}
#footer-social-links>a{display:block;margin-top:.5em}
.has-icon{font-family:'icomoon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;color:#fff;font-size:1.5em;position:relative;top:.25em;padding-right:.3333333333333333em}
.icon-facebook:before{content:"\46"}
.icon-twitter:before{content:"\54"}
.footer-final{margin-top:1.5em;padding-top:1.5em;border-top:2px #fff solid;border-top:2px rgba(255,255,255,0.5) solid;zoom:1;position:relative;text-align: left;}
.footer-final:before,.footer-final:after{content:"";display:table}
.footer-final:after{clear:both}
.footer-final span{display:block;font-size:.8em}
.footer-final span+span{margin-top:.5em}#to-top-link{display:block;position:absolute;font-size:1.5em;bottom:.15em;right:0;margin:0;line-height:1}
@media all and (min-width:31.25em)
{footer .footer-header{font-size:1.111em;margin-bottom:2em}
.footer-linklist{float:left;width:30%;margin-top:0}
.footer-linklist:nth-of-type(2){width:38%}
.footer-linklist:nth-of-type(3){width:22%}
.footer-linklist+.footer-linklist{margin-left:5%}
.footer-highlight{font-size:.8em}
span.footer-highlight{font-size:1em}
#footer-communications>section{float:left;width:45%}
#footer-communications>section+section{margin:0 0 0 10%}
.has-icon{top:0;font-size:1em}}
@media all and (min-width:40.625em){
	.footer-final{padding-top:1em;padding-right:3em;clear:both}
	.footer-final span{padding:.75em 0;display:inline-block;line-height:1}
	.footer-final span+span{margin-top:0}
	#copyright-declaration{position:relative;float:left}
	#web-designer{float:right}#to-top-link{padding:0 0 0 .5em;border-left:1px rgba(255,255,255,0.5) solid}}
	@media all and (min-width:50em){
		.footer-section{float:left;padding-bottom:4em}
		.footer-section+.footer-section{margin:0 0 0 5%}
		#footer-links{width:70%}#footer-communications{width:25%}
		#footer-communications>section{float:none;width:100%}
		#footer-communications>section>div,#footer-communications>section>a{font-size:.8em}
		#footer-communications>section+section{margin:2em 0 0 0}
		.footer-linklist{text-align:left}
		#copyright-declaration{padding-left:3.5em !important}
		#copyright-declaration:after{content:'';width:2.5em;height:2.5em;top:0;left:0;background:url({{ 'invert-nifty-logo.png' | asset_url }}) left center no-repeat;background-size:contain;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-ms-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;position:absolute}
		.footer-final:hover #copyright-declaration:after{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
		@media all and (min-width:75em)
		{
			footer{font-weight:300}
			.footer-linklist li a{padding:.25em 0;font-weight:300}
        }
#mail{padding:.5rem;}
.newsletter,.newsletter:hover{width: 45%;margin: 10px auto;padding: .5rem;font-size: 15px;}
.footer__socialLinks li{display:inline-block;}
.footer__socialLinks li a:hover{color:#bf301a;}
@media (min-width: 62.5em){
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1060px;
  max-width: 55.25rem;
}
  .selection--duo .choice-info__wrapper {
    padding: 1.5em 1em;
    padding-right: 0;
}
  .choice-info__wrapper {
    border: 0;
    border-left: 4px #c0c0c0 solid;
    text-align: left;
}
 .custom-select {
    max-width: 23em;
    width: 50%;
    text-align: left;
} 
  .custom-select>div {
    bottom: 1em;
    left: auto;
    right: 0;
    width: 5em;
}
  .custom-select label {
    width: 100%;
    margin-left: 0 !important;
}
  .choice__radioButton:checked+.choice-info__wrapper {
    border: 0;
    border-left: 4px #181818 solid;
}
  .preorder__text {
    text-align: center;
    max-width: 100%;
    margin-top: 1rem;
    color: #fff;
}
.splash__prod__inner
{
  
//  width: 74rem; 
   margin: 0 auto; 
} 
  .choice__radioButton:checked+.choice-info__wrapper:before {
    border-color: transparent;
    border-right-color: #181818;
    left: -30px;
}
  .choice__radioButton:checked+.choice-info__wrapper:before, .choice__radioButton:checked+.choice-info__wrapper:after {
    top: 50%;
    margin-left: 0;
    margin-top: -15px;
}
  .choice__radioButton:checked+.choice-info__wrapper:before {
    border-bottom-color: #181818;
    top: -30px;
}
  .choice__radioButton:checked+.choice-info__wrapper:before, .choice__radioButton:checked+.choice-info__wrapper:after {
    content: '';
    position: absolute;
    border: 15px transparent solid;
    left: 50%;
    margin-left: -15px;
    top: -30px;
    bottom: auto;
    right: auto;
}
  .choice-price {
    padding-top: .25em;
    margin-top: .25em;
    position: relative;
}
  .choice-info, .choice-price {
    text-transform: capitalize;
    display: block;
}
  .choice-price:after {
    position: absolute;
    content: '';
    border-top: 1px #c0c0c0 solid;
    left: 0;
    right: 50%;
    top: 0;
}
}
@media (min-width:37.5em) and (max-width:62.5em)
{
	.page--std .distrib__navWrap{text-align:center}}
	@media (max-width:62.5em)
	{.page--std .distrib__navWrap{margin-bottom:2.25em;padding-bottom:2.25em;border-bottom:5px #f2f2f2 solid}}
	@media (min-width:62.5em)
	{.page--std .distrib__navWrap
	{width:30%;float:left;border:5px #f2f2f2 solid;padding:2em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;margin-top:.5rem}}
	.page--std .distrib__nav--select{font-size:1.111em;line-height:1.5;width:100%;max-width:400px}
	@media (min-width:62.5em){
		.page--std .distrib__nav--select{display:none}}
		.page--std .distrib__nav--list{display:none;position:relative}
		@media (min-width:62.5em){
			.page--std .distrib__nav--list{display:block}}
			.page--std .distrib__nav--list li{list-style:none}
			.page--std .distrib__nav__list{overflow:hidden;transition:.3s ease-in}
			.page--std .distrib__nav__checkbox{display:none}
			.page--std .distrib__nav__checkbox:not( :checked )~.distrib__nav__header:after{content:'\bb';position:absolute;top:0;right:0;font-size:1.5em;line-height:.6666666666666666em}
			.page--std .distrib__nav__checkbox:not( :checked )~.distrib__nav__list{height:0 !important}
			.page--std .distrib__nav__checkbox:checked~.distrib__nav__header:after{content:'\bb';position:absolute;top:0;right:0;font-size:1.5em;line-height:.6666666666666666em;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
			.page--std .distrib__nav__checkbox:checked~.distrib__nav__list{height:auto}
			.page--std .distrib__nav__item+.distrib__nav__item{margin:0}
			.page--std .distrib__nav__header{font-weight:bold;color:#181818;text-transform:uppercase;padding-bottom:.25rem;border-bottom:1px #f2f2f2 solid;margin-bottom:.5rem;display:block;position:relative}
			.page--std .distrib__nav__itemGroup+.distrib__nav__itemGroup{margin-top:1rem}
.page--std.page--distributors .distrib__nav__itemGroup:nth-child(2){display:none;}
			.page--std .distrib__nav__link{color:#6c6c6c;font-style:normal;font-weight:normal;line-height:1;padding:.5em 0;font-size:.823251em;display:block}
			.page--std #filter--all{text-transform:uppercase}
			.page--std .js_filter--active{color:#4a8df8}
			@media (min-width:62.5em){
				.page--std .distributors{width:65%;float:right}}
				.page--std .distributors li{list-style:none}
				.page--std .distributor{width:100%;margin-bottom:3em}
				@media (min-width:37.5em){
					.page--std .distributor__wrap{max-width:400px;margin:0 auto}}
					@media (min-width:43.75em){.page--std .distributor__wrap{max-width:720px}}
					.page--std .distributor__name{font-size:1.5em;color:#181818;clear:both;margin-bottom:1rem}
					@media (min-width:43.75em){.page--std .distributor__name{font-size:1.667em}}
					.page--std .distributor__logo img{margin-bottom:1rem;height:6rem;width:auto;max-width:100%}
					@media (min-width:43.75em){.page--std .distributor__logo img{float:left}}
					@media (min-width:43.75em){.page--std .distributor__contactDetails{float:right;text-align:right}}
					.page--std .distributor__contactDetail--phone,.page--std .distributor__contactDetail--email,.page--std .distributor__contactDetail--website{line-height:2rem;max-width:340px;overflow:hidden;background-repeat:no-repeat;background-size:auto 1.25rem}
					.page--std .distributor__contactDetail--phone a,.page--std .distributor__contactDetail--email a,.page--std .distributor__contactDetail--website a{font-weight:normal}
					.page--std .distributor__contactDetail--phone:first-child,.page--std .distributor__contactDetail--email:first-child,.page--std .distributor__contactDetail--website:first-child{margin-top:-0.5em}
					@media (max-width:43.75em){.page--std .distributor__contactDetail--phone,.page--std .distributor__contactDetail--email,.page--std .distributor__contactDetail--website{padding-left:2.25rem;background-position:left center}}
					@media (min-width:43.75em){.page--std .distributor__contactDetail--phone,.page--std .distributor__contactDetail--email,.page--std .distributor__contactDetail--website{padding-right:2.25rem;background-position:right center}}
					.page--std .distributor__contactDetail--phone{background-image:url(icon--phone.png )}
					.page--std .distributor__contactDetail--email{background-image:url(icon--email.png )}
					.page--std .distributor__contactDetail--website{background-image:url(icon--link.png )}
					.page--std .distributor__locations{clear:both;margin-top:1rem}
					.page--std .distributor__locations:before{content:'They cover: ';font-family:"freight-sans-pro",sans-serif;text-transform:uppercase;font-weight:bold;color:#181818}
					@media (min-width:43.75em){.page--std .distributor__locations{margin:0;font-size:1.111em}}
					.page--std .distributor__location{display:inline-block;margin-right:.25em}
					.page--std .distributor__location:after{content:','}
					.page--std .distributor__location:last-child:after{content:none}
					.resource__icon{float:left;font-size:.823251em;list-style:none}
@media (min-width: 43.75em){
.module {
  padding: 5em 2em;
}
  #primary-menu
  {
    width:491px;
   // background:red;
  }
}
.module {
  padding: 3em 1.5em;
  color: #6c6c6c;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media all and (min-width:43.75em){#outer-wrap{margin-top:5.85231475em}.module{padding:5em 2em}}
@media all and (min-width:62.5em){body{}.wrapper{position:relative;margin:0 auto;max-width:1060px;max-width:55.25rem}}
//.splash--std{background:#f2f2f2 url({{ 'textured-bg.jpg' | asset_url; }}) top left repeat;border-bottom:1px #e5e5e5 solid}
.splash--std .splash--std__categoryTitle{font-size:1.111em;color:#c0c0c0;text-transform:uppercase;margin-bottom:0}
  @media (min-width:37.5em){
    #primary-menu{width:430px;}
.splash--std .splash--std__categoryTitle{font-size:1.5em;line-height:1.1}}
.splash--std .splash--std__title{font-size:2.25em;font-weight:700;margin-bottom:1.5rem;line-height:1.2}@media (min-width:37.5em){
.splash--std .splash--std__title{font-size:3.035em;line-height:1.1}}.page--iminidrive .splash--std .splash--std__title{text-transform:none}
.splash--std .splash--std__title{max-width:50rem}
.splash--std .splash--std__link{text-transform:uppercase;display:inline-block;font-size:.823251em;font-weight:400}
.splash--std .splash--std__link:before{content:'// ';font-weight:bold}
@media (min-width:37.5em){.splash--std .splash--std__link{font-size:1em}}
.splash--std .splash--std__intro{font-size:1em;font-family:"freight-sans-pro",sans-serif;max-width:50rem;font-weight:400}
@media (min-width:37.5em){.splash--std .splash--std__intro{font-size:1.5em}}
.splash--std .splash--std__intro strong{color:#181818}
.page__contentWrap,.page__contentWrap--unstyled,.page__contentWrap--noSidebar{position:relative}
.page__contentWrap h1,.page__contentWrap--unstyled h1,.page__contentWrap--noSidebar h1,.page__contentWrap h2,.page__contentWrap--unstyled h2,.page__contentWrap--noSidebar h2,.page__contentWrap h3,.page__contentWrap--unstyled h3,.page__contentWrap--noSidebar h3,.page__contentWrap h4,.page__contentWrap--unstyled h4,.page__contentWrap--noSidebar h4,.page__contentWrap h5,.page__contentWrap--unstyled h5,.page__contentWrap--noSidebar h5,.page__contentWrap h6,.page__contentWrap--unstyled h6,.page__contentWrap--noSidebar h6
{color:#181818;margin-bottom:1.5rem}
.page__contentWrap strong,.page__contentWrap--unstyled strong,.page__contentWrap--noSidebar strong{color:#181818}.page__contentWrap a,.page__contentWrap--unstyled a,.page__contentWrap--noSidebar a
{font-weight:normal}
.page__contentWrap{position:relative}@media (min-width:62.5em)
{.page__contentWrap{padding-right:40%}}.page__contentWrap--unstyled{position:relative}
@media (min-width:37.5em){.page__contentWrap--noSidebar{font-size:1.111em;max-width:43.75em}}
.page__intro,.page__content,.sidebar{max-width:43.75em;clear:both}
.page__intro+.page__content,.page__content+.page__content,.sidebar+.page__content{margin-top:1.5rem}
.page__intro+.page__intro,.page__content+.page__intro,.sidebar+.page__intro{margin-top:3em}
@media (max-width:62.5em){.page__intro+.page__intro,.page__content+.page__intro,.sidebar+.page__intro{padding-top:3em;border-top:2px #f2f2f2 solid}}
.page__intro .intro__copy{font-size:1em}
@media (min-width:37.5em){.page__intro .intro__copy{font-size:1.111em}}
.page__intro .intro__copy--smallText{font-size:.823251em}.page__intro small{display:block;margin-top:1.5em}
.sidebar{margin-top:1.5rem}.sidebar .sidebar__title{font-weight:800;text-transform:uppercase;color:#181818;margin-bottom:1.5rem}
@media (min-width: 50em){
#contact-form-wrapper {
  float: left;
  width: 60%;
}
  .mod2__img {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    width: auto;
}
 //.splash__prod__inner{width:50rem;}
  #contact-information div+div {
  margin: 2.5em 0 0 0;
}
  #contact-form {
  margin-bottom: 0;
}
  #contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
  float: right;
  width: 60%;
}
  #contact-form .button {
  float: right;
}
  #contact-information {
  float: right;
  width: 30%;
}
  #contact-information div {
  float: none;
  width: 100%;
}
 
}
#contact-form-wrapper h1 {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: .5em;
  border-bottom: 2px #f2f2f2 solid;
  font-weight: 600;
  font-size: 1.5em;
}
#contact-form {
  position: relative;
  margin-bottom: 6em;
}
#contact-form p {
  zoom: 1;
  position: relative;
  margin: 0;
}
#contact-form label {
  display: block;
  margin-bottom: .25em;
  font-weight: 600;
  font-size: 1.111em;
}
#contact-form .button {
  max-width: 8em;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 3px #f2f2f2 inset;
  -moz-box-shadow: 2px 2px 3px #f2f2f2 inset;
  box-shadow: 2px 2px 3px #f2f2f2 inset;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  margin: 0;
  padding: .5em;
  width: 100%;
  outline: none;
  border: 2px #c0c0c0 solid;
  color: #6c6c6c;
  font-size: 1em;
  font-family: "proxima-nova",sans-serif;
}
.button {
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  -webkit-box-shadow: 0 1px 0 #4a8df8 inset , 0 2px 1px rgba(255,255,255,0.5) inset , 0 -1px 10px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 1px 0 #4a8df8 inset , 0 2px 1px rgba(255,255,255,0.5) inset , 0 -1px 10px rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 0 #4a8df8 inset , 0 2px 1px rgba(255,255,255,0.5) inset , 0 -1px 10px rgba(0,0,0,0.2) inset;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  display: inline-block;
  margin-top: 1.5em;
  padding: .25em 1em;
  border: 0;
  background-color: #4a8df8;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  -webkit-appearance: none;
}
.button:hover {
  -webkit-box-shadow: 0 1px 0 #4a8df8 inset , 0 2px 1px rgba(255,255,255,0.5) inset , 0 -1px 10px rgba(255,255,255,0.1) inset;
  -moz-box-shadow: 0 1px 0 #4a8df8 inset , 0 2px 1px rgba(255,255,255,0.5) inset , 0 -1px 10px rgba(255,255,255,0.1) inset;
  box-shadow: 0 1px 0 #4a8df8 inset , 0 2px 1px rgba(255,255,255,0.5) inset , 0 -1px 10px rgba(255,255,255,0.1) inset;
  background-color: #196ef6;
}
@media (min-width: 30em){
#contact-form label {
  display: inline-block;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  line-height: 2em;
}
  #minidrive .swatch .swatch-element
    {
      float: none !important;
    }
  .custom-select {
    width: 45%;
    margin: 0;
    display: inline-block;
}
  #contact-form input[type="text"], #contact-form input[type="email"] {
  display: inline-block;
  float: right;
  width: 70%;
}
  #contact-information {
  zoom: 1;
  position: relative;
}
  #contact-information div {
  float: left;
  width: 45%;
}
  #contact-information div+div {
  margin: 0 0 0 10%;
}
}
#contact-information h2 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 2px #f2f2f2 solid;
  color: #181818;
  font-weight: 600;
  font-size: 1.5em;
}
#contact-information li {
  list-style: none;
}
.email-sector, .email-sector-address {
  display: block;
}
.email-sector {
  font-weight: 600;
}
.email-sector-address a {
  display: block;
  padding: .25em 0;
  color: #4a8df8;
}
#contact-information div+div {
  margin-top: 3em;
}
#contact-business-address p {
  margin-bottom: 1em;
  font-style: italic;
  font-size: .8em;
}
#contact-business-address span {
  line-height: 1.6;
}



   //  #index header{background:transparent;}
footer{clear:both;}
      .o-content:before, .module:before, #mentions:before, .o-content:after, .module:after, #mentions:after {
  content: "";
  display: table;
}
.o-content:after, .module:after, #mentions:after {
  clear: both;
}
#product .o-content{margin-top:0;}
#contact-information:before, #contact-information:after {
  content: "";
  display: table;  
}
#contact-information:after {
  clear: both;
}
#contact-information h2:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2em;
  border-bottom: 2px #6c6c6c solid;
  content: '';
}
#contact-form-wrapper h1:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2em;
  border-bottom: 2px #6c6c6c solid;
  content: '';
}
 #contact-information div {
  float: none;
  width: 100%;
}
#contact-information div+div {
  margin: 2.5em 0 0 0;
}
#m-cart,#m-cart1 {
  position: relative;
  display: block;
  float: right;
 // margin-top: .5em;
  margin-left: 2em;
 // padding-left: 45px;
  width: auto;
  color: #6c6c6c;
  top: -3px;
}
#m-cart:after,#m-cart1:after {
  position: absolute;
  top: 1px;
  left: -1em;
  width: 0;
  height: 90%;
  border-left: 2px #f2f2f2 solid;
  content: '';
}
#m-cart,#m-cart1 {
  right: 1em;
 // background: url("https://cdn.shopify.com/s/files/1/0957/0646/t/2/assets/cart.png?9818958813335255764") left center no-repeat;
//background-position-x: -9px;
}
.m-header-button {
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 45px;
  height: 2em;
 // background-color: #f2f2f2;
}
nav
{
  display: inline-block;
 // float: right;
 // margin-top: 7px;
}
#about-intro {
  border-top: .25em #fff solid;
}
#mod_4 {    max-width: 100%;    margin-bottom: 80px;}
#mod_4 .o-wrap--std {    max-width: 100%;}
#mod_4 .b-title--simple:after{border:0;}
#mod_4 .b-title--simple
{
  margin: 20px 0;
    padding: 0;
  text-align: center;
  
}
#mod_4 .unboxing__content
{
width: 35%;
    margin-left: 16%;
    padding-right: 80px;
}
#mod_4 .unboxing__mod h1
{
     margin-bottom: 5px;
    color: #fff;
   font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}
#mod_4 p
{
      margin: 0 auto;
    text-align: center;
      padding: 0 20px;
 
}
#mod_4 .unboxing__mod p
{
   text-align: left;
   color:#fff;
     // font-size: 14px;
   padding: 0;
}
.b-button--cta.see_button
{
      display: block;
    width: 106px;
    margin-top: 30px;
    padding: 8px 10px ;
    cursor: pointer;
      text-transform: capitalize;
  font-size: 14px;
}
.mod4__img_1
{
     
  background: url(Video-Image.jpg) center center no-repeat;
    background-size: cover;
}
.mod4__img_2
{
   
  background: url(Photo-Image.jpg) center center no-repeat;
    background-size: cover;
}
.mod4__img_3
{
    
  background: url(Music-Image.jpg) center center no-repeat;
    background-size: cover;
}
/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
     // margin-bottom: 5px;
}
 
.accordion {
       padding: 20px 0;
       padding-top: 65px;
}
.accordion-section
{
  background: url(bg.png) center center repeat;
      margin-bottom: 5px;
  
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:10px;
    display:inline-block;
   
   
    transition:all linear 0.15s;
    /* Type */
       font-size: 24px;
    text-shadow:0px 1px 0px #1a1a1a;
    color:#fff;
      text-align: center;
      font-weight: 700;
}
.accordion-section-title:before {
    content: '\2b \2f\2f ';
    color: #7896f0;
    white-space: pre;
      margin-right: 5px;
}
 
 .accordion-section-title:hover {
    background:#4c4c4c;
    /* Type */
    text-decoration:none;
}
.accordion-section-title.active:before {
    content: '\2212 \2f\2f ';
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
  position:relative;
}

.alt-mod {
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
  background: #f2f2f2 url("https://cdn.shopify.com/s/files/1/0957/0646/t/2/assets/textured-bg.jpg?16678228057158825283") top left repeat;
}
hgroup {
  font-size: 1.05em;
}
.module hgroup {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 25em){
.module hgroup {
  margin-bottom: 3em;
}
}
.module hgroup h1 {
  margin-bottom: .2em;
}
.module h1 {
  color: #181818;
  text-transform: capitalize;
}
@media (min-width: 43.75em){
hgroup h1 {
  font-size: 2.25em;
}
  
}
about-usmedia="all"
@media (min-width: 28.75em){
hgroup h1 {
  font-size: 1.667em;
}
}
.module h1, .module h2, .module h3 {
  margin-bottom: 1em;
}
.module h2 {
  font-weight: 300;
}
@media (min-width: 43.75em){
hgroup h2 {
  font-size: 1.50em;
}
}
about-usmedia="all"
@media (min-width: 28.75em){
hgroup h2, .roundabout-list h2, .info-title {
  font-size: 1.5em;
}
}
@media (min-width: 37.5em){
#about-intro .wrapper {
  max-width: 40em;
  text-align: center;
}
}
@media (min-width: 37.5em){
#about-intro p {
  font-size: 1.111em;
}
}
about-usmedia="all"
#about-intro p {
  font-size: .8em;
}
about-usmedia="all"
.module p+p {
  margin-top: 1.5em;
}
.timeline h1{text-align:center;font-size:1.5em}
.timeline h1+div{margin-top:3em}
.timeline h3{color:#4a8df8;font-weight:500;font-size:1.111em;margin-bottom:0}
.timeline h4{margin-bottom:.75em;text-transform:uppercase;font-weight:500;font-size:.8em}
.timeline>div{position:relative;margin-left:1em;padding:3em 0;padding-left:1.5em;border-left:10px #f2f2f2 solid}
.timeline>div:after,.timeline>div:before{position:absolute;right:0;left:-2em;border-style:solid;border-color:#f2f2f2;border-top-width:5px;content:""}
.timeline>div:before{top:0}.timeline>div:after{bottom:0}
.timeline ul{list-style:none}.timeline li+li{margin-top:3em}
.timeline-y-events li{position:relative}
.timeline-y-events li:after,.timeline-y-events li:before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;content:''}
.timeline-y-events li:before{-webkit-box-shadow:0 5px 0 #fff , 0 -5px 0 #fff;-moz-box-shadow:0 5px 0 #fff , 0 -5px 0 #fff;box-shadow:0 5px 0 #fff , 0 -5px 0 #fff;top:5px;left:-2.25em;margin-left:-6px;width:1.5em;height:1.5em;border:1px #f2f2f2 solid;background:#fff}
.timeline-y-events li:after{top:6px;left:-1.75em;margin-top:.5em;margin-left:-5px;width:.5em;height:.5em;background:#4a8df8}
.timeline-y-events p{font-size:.8em}
.timeline-y-events:nth-child(1) .timeline-month:after{content:" 2012"}
.timeline-y-events:nth-child(2) .timeline-month:after{content:" 2013"}
.timeline-y-events:nth-child(3) .timeline-month:after{content:" 2014"}
.timeline-y-events:nth-child(4) .timeline-month:after{content:" 2015"}
.timeline-y-events:nth-child(5) .timeline-month:after{content:" 2016"}
.timeline-year{display:none}
.timeline-month{display:block;color:#c0c0c0;text-transform:uppercase;font-size:.8em}
#about-note{padding:0 1.5em .75em;text-align:center;font-style:italic}
#about-note p:first-child{font-size:1.111em;padding-bottom:2.7002700270027002em;margin-bottom:2.7002700270027002em;position:relative;font-style:normal}
#about-note p:first-child:after{content:'';position:absolute;left:50%;width:3em;margin-left:-1.5em;bottom:0;border-bottom:2px #c0c0c0 solid}
#about-note a{font-weight:500}
@media (min-width:37.5em){#about-intro{text-align:center}
#about-intro .wrapper{max-width:40em}
#about-intro p{font-size:1.111em}
.timeline{margin-right:auto;margin-left:auto;max-width:40em}
.timeline h1+div{margin-top:1.5em}
.timeline h3{font-size:1.5em;line-height:1.25}
.timeline h4{font-size:1em;margin-top:.25em;line-height:1.25}
.timeline>div{margin:0;padding:0;padding-bottom:3em;padding-left:50%;border:0}
.timeline>div:before,.timeline>div:after{border:0}
.timeline>div:before{position:absolute;top:0;bottom:0;left:50%;display:block;margin-left:-5px;border-left:10px #f2f2f2 solid;content:''}
.timeline>div:after{right:25%;bottom:-5px;left:25%;border-bottom:10px #f2f2f2 solid}
.timeline>div>ul{position:relative;z-index:1}
.timeline>div>ul>li{position:relative;padding-top:4.5em}
.timeline>div>ul>li+li{margin-top:1.5em}
.timeline-y-events li{left:auto;margin-right:0;margin-left:1.5em;text-align:left;  list-style: none;}
.timeline-y-events li:before,.timeline-y-events li:after{right:auto;margin-right:0}
.timeline-y-events li:before{left:-2em;margin-left:-6px}
.timeline-y-events li:after{left:-1.5em;margin-left:-5px}
.timeline-y-events li .timeline-month{left:-2em;margin-left:-100%;text-align:right}
.timeline-y-events li:nth-of-type(2n){left:-100%;margin-right:1.5em;margin-left:0;text-align:right}
.timeline-y-events li:nth-of-type(2n):before,.timeline-y-events li:nth-of-type(2n):after{left:auto;margin-left:0}
.timeline-y-events li:nth-of-type(2n):before{right:-2em;margin-right:-6px}
.timeline-y-events li:nth-of-type(2n):after{right:-1.5em;margin-right:-5px}
.timeline-y-events li:nth-of-type(2n) .timeline-month{top:3px;left:2em;margin-left:100%;text-align:left}
.timeline-odd+.timeline-y-events li{left:-100%;margin-right:1.5em;margin-left:0;text-align:right}
.timeline-odd+.timeline-y-events li:before,.timeline-odd+.timeline-y-events li:after{left:auto;margin-left:0}
.timeline-odd+.timeline-y-events li:before{right:-2em;margin-right:-6px}
.timeline-odd+.timeline-y-events li:after{right:-1.5em;margin-right:-5px}
.timeline-odd+.timeline-y-events li .timeline-month{top:3px;left:2em;margin-left:100%;text-align:left}
.timeline-odd+.timeline-y-events li:nth-of-type(2n){left:auto;margin-right:0;margin-left:1.5em;text-align:left}
.timeline-odd+.timeline-y-events li:nth-of-type(2n):before,.timeline-odd+.timeline-y-events li:nth-of-type(2n):after{right:auto;margin-right:0}
.timeline-odd+.timeline-y-events li:nth-of-type(2n):before{left:-2em;margin-left:-6px}.timeline-odd+.timeline-y-events li:nth-of-type(2n):after{left:-1.5em;margin-left:-5px}
.timeline-odd+.timeline-y-events li:nth-of-type(2n) .timeline-month{left:-2em;margin-left:-100%;text-align:right}.timeline-year{position:absolute;top:0;right:0;left:-100%;display:block;padding-bottom:.25em;background:#fff;text-align:center;font-size:1.5em;line-height:1.5}
.timeline-year:after,.timeline-year:before{position:absolute;left:50%;margin-left:-27.5px;width:50px;border-style:solid;border-color:#f2f2f2;content:''}
.timeline-year:before{top:0;border-top-width:2px}.timeline-year:after{bottom:0;border-bottom-width:2px}
.timeline-month{position:absolute;top:1px;width:100%;text-transform:capitalize;font-size:1.5em;line-height:1.3}
.timeline-month:after{content:none !important}
#about-note{font-size:1.111em;max-width:36.003600360036em;margin-left:auto;margin-right:auto}
#about-note p:first-child{font-size:1.3501350135013501em}}
@media (max-width: 50em){.mod2__img, .mod4__img_1, .mod4__img_2, .mod4__img_3{width:50%;width:calc( 100% + 2rem );padding-bottom:100%;position:relative;left:-1rem;margin-top:3rem;-webkit-box-shadow:0 4px 0 rgba(255,255,255,0.5) inset,0 -4px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 4px 0 rgba(255,255,255,0.5) inset,0 -4px 0 rgba(255,255,255,0.5) inset;box-shadow:0 4px 0 rgba(255,255,255,0.5) inset,0 -4px 0 rgba(255,255,255,0.5) inset}}
@media (min-width: 50em){.mod2__img, .mod4__img_1, .mod4__img_2, .mod4__img_3{position:absolute;top:0;left:50%;right:0;bottom:0;width:auto}}

@media (min-width:43.75em){.timeline>div{padding-bottom:5em}}  
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.c-footer{margin-top:3em;}
#index .c-footer{margin-top:0;}
p {
  max-width: 100%;
}
p>a, small>a, li>a {
  color: #4a8df8;
  font-weight: 600;
  word-wrap: break-word;
    text-decoration: none;
}
.page__contentWrap a, .page__contentWrap--unstyled a, .page__contentWrap--noSidebar a {
  font-weight: normal;
}
p>a:hover, small>a:hover, li>a:hover {
  color: #196ef6;
}
.rte>h1, .rte>h2, .rte>h3, .rte>h4, .rte>h5, .rte>h6 {
  font-weight: 600;
}
.rte p+p, .rte ul+p, .rte ol+p, .rte table+p, .rte p+ul, .rte ul+ul, .rte ol+ul, .rte table+ul, .rte p+ol, .rte ul+ol, .rte ol+ol, .rte table+ol, .rte p+table, .rte ul+table, .rte ol+table, .rte table+table, .rte p+h1, .rte ul+h1, .rte ol+h1, .rte table+h1, .rte p+h2, .rte ul+h2, .rte ol+h2, .rte table+h2, .rte p+h3, .rte ul+h3, .rte ol+h3, .rte table+h3, .rte p+h4, .rte ul+h4, .rte ol+h4, .rte table+h4, .rte p+h5, .rte ul+h5, .rte ol+h5, .rte table+h5, .rte p+h6, .rte ul+h6, .rte ol+h6, .rte table+h6
{
  margin-top: 1.5em;
}
.page__contentWrap h1, .page__contentWrap--unstyled h1, .page__contentWrap--noSidebar h1, .page__contentWrap h2, .page__contentWrap--unstyled h2, .page__contentWrap--noSidebar h2, .page__contentWrap h3, .page__contentWrap--unstyled h3, .page__contentWrap--noSidebar h3, .page__contentWrap h4, .page__contentWrap--unstyled h4, .page__contentWrap--noSidebar h4, .page__contentWrap h5, .page__contentWrap--unstyled h5, .page__contentWrap--noSidebar h5, .page__contentWrap h6, .page__contentWrap--unstyled h6, .page__contentWrap--noSidebar h6 {
  color: #181818;
  margin-bottom: 1.5rem;
}
.rte li+li {
  margin-top: 1.5em;
}
.rte ul ul, .rte ol ul, .rte ul ol, .rte ol ol {
  list-style: lower-alpha;
}
.rte ul, .rte ol {
  margin-left: 1.5em;
}
footer li>a{color:#fff;font-weight: normal;}
footer li>a:hover{color:#fff;}
.b-title--2
{
  font-size: 1.5rem;
  color: #4a8df8;
}
#product .b-title--2
{
  font-size: 1rem;
}
.page__intro h2
{
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-size: 30px;
}    
@media (min-width: 62.5em){
.sidebar {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  margin: 0;
}
}
.page__contentWrap--unstyled .page__content {
    max-width: none
}

.page__content .content__list {
    counter-reset: section warning;
    list-style: none
}

.page__content ol .content__listItem:before {
    counter-increment: section;
    content: counter(section) " \2014";
    color: #181818;
    font-weight: 500;
    display: inline-block;
    margin-right: .25rem
}
.sidebar .sidebar__section+.sidebar__section {
  margin-top: 1.5rem;
}
.table--std{font-size:.823251em}
@media (max-width:37.5em){.table--std{padding-bottom:1.5rem;border-bottom:1px #f2f2f2 solid}}
.table--std th{color:#181818}
.table--std th,.table--std td{text-align:left;box-sizing:border-box}
@media (min-width:37.5em){.table--std th,.table--std td{padding:1rem;border:1px #f2f2f2 solid}}
@media (max-width:37.5em){.table--std tr,.table--std td{display:block}}
.table--std td:before{font-weight:bold;font-style:normal;color:#181818;text-transform:capitalize}
@media (max-width:37.5em){.table--std tr:first-child{display:none}}
@media (max-width:37.5em){.table--std tr+tr{margin-top:1.5rem;padding-top:1.5rem;border-top:1px #f2f2f2 solid}}
.table--std ul,.table--std ol{list-style-position:inside}
@media (min-width:37.5em){.table--cancellationDetails th,.table--cancellationDetails td{width:50%}}
@media (max-width:37.5em){
.table--cancellationDetails td:first-child{font-style:italic}
.table--cancellationDetails td:first-child:before{content:'Your contract';font-size:1rem}
}
@media (max-width:37.5em){.table--cancellationDetails td+td{margin-top:1.5rem}}
@media (max-width:37.5em){.table--cancellationDetails td+td:before{content:'End of the cancellation period';font-size:1rem}}
@media (max-width:37.5em)
{
.table--cookiePolicy{font-size:1em}
.table--cookiePolicy td:nth-child(1){font-style:italic}
.table--cookiePolicy td:nth-child(1):before{font-style:normal;content:'Name Domain: '}
.table--cookiePolicy td:nth-child(2):before{content:'Purpose: '}
.table--cookiePolicy td:nth-child(3):before{content:'Data Kind: '}
.table--cookiePolicy td:nth-child(4):before{content:'Sessional or Persistent: '}

}

#index #site-header.revealed {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
//  padding-left: .75em;
 // padding-right: .75em;
//  height: 3.5em;
//  border-bottom: 2px #f2f2f2 solid;
  text-align: right;
  font-size: .823251em;
}
#site-header {
  z-index: 1002;
 // padding: 1rem;
   //background-color: rgba(0,0,0,0.5);
 // text-align: center;
  text-transform: uppercase;
  font-weight: 600;
 // background:#fff;
}
.header__innerWrap {
  position: relative;
  z-index: 100;
  height: 2rem;
  padding: 1rem;
    background-color: rgba(0,0,0,0.3);
}
#index #site-header {
  -webkit-transform: translate3d(0, -8em, 0); 
  -moz-transform: translate3d(0, -8em, 0);
  -ms-transform: translate3d(0, -8em, 0);
  -o-transform: translate3d(0, -8em, 0);
  transform: translate3d(0, -8em, 0); */
  -webkit-transition: .5s; */
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s; 
}
#logo {
  float: left;
  height:100%;
}

#logo {
  display: inline-block;
  margin: 0 auto;
  height: 100%;
  
}
#logo img{height:100%;}
#primary-menu {
   /* position: absolute;
  top: 40%;
  right: 450px;
   padding: 1rem;
  display: block; */
    display: block;
  width: 440px;
  margin: 0 auto;
  margin-top: 7px;
}
#primary-menu ul {
  list-style: none;
}
#primary-menu li:first-child {
  margin-left: 0 !important;
}
#cart__detail  .cart__removeItem {
  font-size: 0.9em;
  margin-left: 0.25em;
   color: #fff; 
  /* text-decoration: none; */
  /* border: 2px solid #fff; */
  /* border-radius: 50%; */
  opacity: 0.5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  /* transition: 0.2s; */
  width: 12px;
  display: inline-block;
  height: 12px;
  /* background-color: red; */
  border-radius: 15px;
  text-align: center;
  border: 2px solid #fff;
      vertical-align: middle;
 
}
#cart__detail .cart-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    float: none;
    font-size: 1.15em;
    height: 1.5em;
    width: 1.5em;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    opacity: 0;
    visibility: hidden;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8), inset 0px 0px 15px rgba(0, 0, 0, 0.8);
    z-index: 1111;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  border-radius: 32px;
}
#cart__detail .cart-scroll.left {
    left: 0.5em;
}
#cart__detail .cart-scroll:hover{color:#fff;}

#cart__detail .cart-scroll:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}

#cart__detail .cart-scroll.right {
    right: 0.5em;
}
#cart__detail .cart-scroll.show {
    visibility: visible;
    opacity: 0.8;
}
#cart__detail .cart__removeItem:before
{
 
  content: "";
  
}
#cart__detail .cart__removeItem:hover
{
 
  opacity: 1;
}
#index #primary-menu li,#page #primary-menu li,#cart #primary-menu li{
    float: left;
    width: 50%;
    text-align:center;
      margin: 0;
}
#product #primary-menu li {
 // float: left;
    display: inline-block;
  margin-left:77px;
}
#product #primary-menu li:first-child {
    margin-left: 0 ;
}   
 
#product #primary-menu li {margin-left:41px ;}
#product #primary-menu{width: 454px;}
#primary-menu a {
  color: #fff;
  font-size: 17.5px;
  text-transform: capitalize;
 // line-height: 3.5em;
}
#primary-menu a[href="/cart"] {
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
  padding: .5em 1em;
  border: 2px #c0c0c0 solid;
}
.nav2
{
 position: absolute;
  right: 0;
  top: 34%; 
  
}
@media (max-width: 30em){
  
  #swatch0 label {
    width: 115px !important;
}
  #swatch0:before{    margin-right: 154px !important;}
  #minidrive label {
    width: 110px !important;
        font-size: 14px !important;
}
  #minidrive #swatch0 label{
    width: 98px !important;
        font-size: 12px !important;
}
  #minidrive #product__press .media_heading img {
    width: 100% !important;
    height: 1px;
    display:block;
}
  #minidrive #product__press .media_heading h2 {
    width: 100% !important;
    display: block;
    text-align: center;
}
  #minidrive .media__links {
    margin:20px auto !important;
    width:50%;
    display:block;
}
  #microsd_card{padding-left:0 !important;float:left;}
  .minidrive_choose{font-size:26px !important;}
  #minidrive #cartform .cart__numItems
    {
          font-size: 13px !important;
          width: 13px !important;
         height: 14px !important;
    }
    #minidrive #cartform .cart__itemDesc {
    font-size: 13px !important;
    }
    #minidrive #cartform .cart__removeItem
    {
          width: 13px !important;
    height: 14px !important;
    font-size: 13px !important;
          line-height: 14px !important; 
    }
    #minidrive #cartform .prod_price {
    float: right;
    font-size: 13px !important; 
    margin-right: 5px !important; 
}
  
}
@media (max-width:37.5em)
  {
    #primary-menu{width:432px;}
    
  }
.shop_all
{
 float: left;
  /* margin-top: 12px; */
  color: #fff;
  margin-right: 13px;
      font-size: 17.5px;
      text-transform: capitalize;
}

.hero__nav {
  display: inline-block;
  font-weight: 600;
  float: left;
  padding-left: 70px;
  background: url('https://cdn.shopify.com/s/files/1/0957/0646/t/2/assets/niftyLogo--invert.png?2754047099652190313') left center no-repeat;
  background-size: 40px;
  position: relative;
  top: 130px;
    text-transform: uppercase;
}
.hero__navList {
  margin: 0;
}
.hero__navItem {
  display: inline-block;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  border: 2px #fff solid;
  border: 2px  solid;
}
.hero__navItem a, .hero__navItem a:hover {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: .5em;
  line-height: 1;
}
a#m-cart:hover,a#m-cart1:hover{background-position-x: -52px;}
#index .splash__prod
{
  position: absolute;
  width: 100%; 
   margin: 0 auto; 
  bottom: 6px;
  left:0;
}

#index .splash__buttonWrap{width:100%;float:left;}
#index .splash__buttonWrap a
{
  width:200px;
color: #fff !important;
  text-shadow: none;
  font-weight: 700;

}
#index .splash__buttonWrap a:hover{background:#fff;color: #111 !important;border-color:#fff;}
#index .c-productOverview {display:none;}
#site-header-mobile{display:none;}
 #collection .product.span4
{
  width: 30%;
  margin: 2%  10%;
  float: left;
}
 #collection .product.span4 img{width:100%;}
 #swatch0 label{width:100px;}
#product .c-productOverview{display:block;}
#product .splash__buttonWrap{float:none;}
//#product .b-button{text-align: left;}
#product .splash__buttonWrap a{color:#111 !important;font-weight: bold;}
#price-preview{display:none;position: absolute;right:62px;margin-top: 6px;color: #fff;}
#product .splash__buttonWrap .b-button{color:#fff !important;font-weight: normal;}
#collection .purchase__aside{display:none;}
.hero {
    position: relative;
}
.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.js_video--show  .hero__video{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hero__video {
    -webkit-transform: translate3d(-105%, 0, 0);
    -moz-transform: translate3d(-105%, 0, 0);
    -ms-transform: translate3d(-105%, 0, 0);
    -o-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0);
    height: 100% !important;
    transition: .4s;
      z-index: 9999;
}
.hero__iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 1;
}
.hero__videoClose {
    font-weight: bold;
    display: inline-block;
    line-height: 1em;
    width: 1em;
    border: 2px #181818 solid;
    opacity: 0;
    transition: .5s .25s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    font-size: 4em;
    color: #fff;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    background: rgba(0,0,0,0.8);
    pointer-events: none;
    cursor: pointer;
}
.hero__videoClose:after {
    content: '\d7';
}
.js_video--pause .hero__videoClose {
    opacity: 1;
    pointer-events: auto;
}
#minidrive .purchase__compatLink
{
  font-style: normal;
  top: -158px;
  font-size:15px;
  margin:0;
      display: inline-block;
      left: 70px;
}
 @media (max-width: 50em)
  {
.hero__nav {
  display: none;
}
    .purchase__imgWrap, .purchase__descWrap, .purchase__logicWrap {
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 0;
    vertical-align: middle;
}
    #minidrive .purchase__imgWrap{padding: 0 2rem;}
    #minidrive .swatch .swatch-element
    {
      float: left;
    }
    #swatch0:before {
   
    color: #000;
    line-height: 1;
    display: inline-block;
    margin-right: 125px;

}
    #minidrive #product__press .media_heading img {
    width: 38%;
      height:1px;
    }
    .media_heading h2 {
    width: 22% !important;
    }
   #minidrive .media__links{margin:0 15px;}
    #minidrive #swatch0:before 
    {
       content: '';
    }
    #minidrive #swatch1,  #minidrive #swatch2, #minidrive #swatch0
    {
      border:0;
      padding:0;
      float: left;
      width: 100%;
    }
    #minidrive .purchase__buttonWrap{position: relative;}
    #minidrive .purchase__optionDescWrap
    {    
      float: left;
    width: 100%;
    }
    #minidrive label
    {
      margin-left:5px !important;
      width: 101px !important;
       font-size: 13px !important;
    }
    #minidrive #swatch0 .header {text-align:left;}
    #minidrive .purchase__compatLink
    {
      position: absolute;
    /* bottom: -8px; */
      top: 74px;
    }
    #minidrive .swatch .header, #microsd_card .header1{text-align:center!important;font-size: 16px;}
    #minidrive .purchase__descWrap{    font-size: 28px !important;    padding: 0 !important;}
    .variant_title, .variant_title12, .color1{    font-size: 16px !important;}
    #product-variants p{    font-size: 15px;}
    .purchase__descWrap:not(:last-child){  margin-bottom: 2rem;}
    #minidrive .cart__numItems
    {
          font-size: 20px !important;
          width: 20px !important;
         height: 25px !important;
    }
    #minidrive .cart__itemDesc {
    font-size: 22px !important;
    }
    #minidrive .cart__removeItem
    {
          width: 20px !important;
    height: 20px !important;
    font-size: 22px !important;
          line-height: 18px !important 
    }
    #minidrive .prod_price {
    float: right;
    font-size: 20px !important ;
    margin-right: 15px !important 
}
   
    
    #minidrive .minidrive_choose{display:block;}
    #swatch0 label{margin-left:15px;}
    #swatch0 label[for="swatch-0-256gb"]
{margin:0;}
    .swatch .swatch-element {
    display: table-cell;
    }
    #swatch1, #swatch2{
    padding-left: 1rem;
    border-left: 4px #000 solid;
}
    .b-img{margin-top:50px;}
    .c-unboxing {
    padding-bottom: 0;
}
    .unboxing__content,#mod_4 .unboxing__content {
    display: table;
    width: 100%;
}
    #mod_4 .unboxing__content
    {
      margin:0 !important;
      padding:0 !important;
    }
    .mod2__img {
    width: 50%;
    width: calc( 100% + 2rem );
    padding-bottom: 100%;
    position: relative;
    left: -1rem;
    margin-top: 3rem;
    -webkit-box-shadow: 0 4px 0 rgba(255,255,255,0.5) inset,0 -4px 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0 4px 0 rgba(255,255,255,0.5) inset,0 -4px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 4px 0 rgba(255,255,255,0.5) inset,0 -4px 0 rgba(255,255,255,0.5) inset;
}
    #site-header-mobile
    {
      display:block;
      top:0;
      left:0;
      right:0;
  z-index: 1000;
  padding:1rem;
  background-color:#fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
      position: fixed;
 // width: 100%;
}
    .c-splash.splash--thunderrocket.s-invert {
    margin-top: 4rem;
}
    .inner-wrapper
    {
        // float: left;
   // width: 100%;
    height: 2rem;
   // position: relative; 
      
    }
 // #index .splash__prod__inner{width:100%;}
  #index .splash__buttonWrap{width:100%;float:none;}
 #index .splash__prod {
  position: relative;
  }
    .o-content{margin-top:0;} 
    #index .o-content{margin-top: 70px;}
    .feature-rotator .feature-content{bottom: 0 !important;}
    /*.feature-rotator .feature-content h2{font-size: 2em !important;} */
    .feature-rotator .feature-content h3{font-size: 1em !important;}
#logo {
  margin: 0 auto;
 // float:none;
    height:100%;
     // margin-left: 15px;
}
    #m-cart,#m-cart1{position:absolute;top:21px;right: 5em;color:#111;}
    #cart-item-count{color:#111;}
    #m-cart:after, #m-cart1:after{border:0;}
    
    #menu-reveal {
//  left: 1em;
      right:1.2em;
      //  margin-top: 13px;
        background-color: transparent;
          width: 23px;
          top: 1.5em;
    cursor: pointer;
    }
  #site-header-mobile  .hamburger .line {
  width: 21px;
  background: #333;
  height: 0.20em;
  margin-bottom: 0.25em;
  transition: 0.2s;
  transition-property: transform, opacity;
}
    .popup{height:355px !important ;}
    .popup_image{height:355px !important ;}
      #site-header-mobile  .hamburger.active .line:first-child {
  -webkit-transform: rotate(45deg) translateY(0.4em) translateX(0.4em);
  -moz-transform: rotate(45deg) translateY(0.4em) translateX(0.4em);
  -ms-transform: rotate(45deg) translateY(0.4em) translateX(0.4em);
  -o-transform: rotate(45deg) translateY(0.4em) translateX(0.4em);
  /* transform: rotate(45deg) translateY(0.4em) translateX(0.4em); */
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
          margin-bottom: 0;
}
    #site-header-mobile .hamburger.active .line:nth-child(2) {
  height: 0;
  opacity: 0;
  margin: 0;
}
    #site-header-mobile .hamburger.active .line:last-child {
  -webkit-transform: rotate(-45deg) translateY(0.2em) translateX(-0.3em);
  -moz-transform: rotate(-45deg) translateY(0.2em) translateX(-0.2em);
  -ms-transform: rotate(-45deg) translateY(0.2em) translateX(-0.2em);
  -o-transform: rotate(-45deg) translateY(0.2em) translateX(-0.2em);
  /* transform: rotate(-45deg) translateY(0.2em) translateX(-0.2em); */
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  margin-bottom: 0;
}

    #primary-menu-mobile {
 /* -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;*/
  position: absolute;
      display:none;
  top: 71px;
  bottom: 0;
  left: 0;
  z-index: 200;
  padding: 1rem 1rem;
 // width: 80%;
 // height:254px;
 // background-color: rgba(0,0,0,0.9);
      background:url("https://cdn.shopify.com/s/files/1/0957/0646/t/2/assets/bg.png?616961458711961062");
  color: rgba(255,255,255,0.7);
      //  border-right: 2px solid #fff;
          height: 100vh;
        height: calc( 100vh - 2rem );
      width:calc( 100vw - 2rem );
}
    #primary-menu-mobile .close-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -0.75em;
  right: 0;
  z-index: 250;
  width: 0;
  height: 0;
  border: 1.5em transparent solid;
  border-top-color: #4a8df8;
  border-right-color: #4a8df8;
  background: transparent;
}
    #primary-menu-mobile .close-menu:after {
  position: absolute;
  top: -0.75em;
  right: -1em;
  color: rgba(255,255,255,0.8);
  content: 'X';
}
    #primary-menu-mobile ul {
  -webkit-transition: .5s cubic-bezier(.1, .7, 0, .99);
  -moz-transition: .5s cubic-bezier(.1, .7, 0, .99);
  -ms-transition: .5s cubic-bezier(.1, .7, 0, .99);
  -o-transition: .5s cubic-bezier(.1, .7, 0, .99);
  transition: .5s cubic-bezier(.1, .7, 0, .99);
  -webkit-transform-origin: 20% 20%;
  -moz-transform-origin: 20% 20%;
  -ms-transform-origin: 20% 20%;
  -o-transform-origin: 20% 20%;
  transform-origin: 20% 20%;
  -webkit-transform: scale3d(.8, .8, .8) translate3d(5%, 0, 0);
  -moz-transform: scale3d(.8, .8, .8) translate3d(5%, 0, 0);
  -ms-transform: scale3d(.8, .8, .8) translate3d(5%, 0, 0);
  -o-transform: scale3d(.8, .8, .8) translate3d(5%, 0, 0);
  transform: scale3d(.9, .8, .8) translate3d(3%, 0, 0);
}
#primary-menu-mobile ul a {
      padding: 1rem;
    display: block;
    text-transform: uppercase;
      font-weight: 600;
    color: #fff;
      font-size: 21px;
}
    .o-innerContent:first-child{margin-top: 5rem;}
    .c-cart__intro{padding-top:75px;}
.m-header-button {
  position: absolute;
  top: 1em;
}
   #primary-menu-mobile ul li:not(:last-child) {
    margin-bottom: 1rem;
}
   #primary-menu-mobile ul li {
    background: rgba(255,255,255,0.1);
    text-align: center;
    border-bottom: 2px #fff solid;
}
    #primary-menu-mobile ul {
  list-style: none;
      margin-top: 20px;
  text-align: center;
}
    #site-header{display:none;}
    #menu-reveal:hover{background-position-x: -48px;}
    #collection .o-wrap--std
    {
      width:90%;
    }
    #collection .o-innerContent:first-child {
    margin-top: 5rem;
    display: block;
    }
    #collection .row{float:none;}
    #collection .product.span4 {
    width: 98%; 
    margin: 1%;
    float: none;
}
   #collection .product.span6 {
    width: 98%;
    margin: 10px;
    float: none;
} 
    #collection h1 {
    text-align: center;
    font-size: 30px;
    }
    #minidrive .purchase__logicWrap{padding:0 !important;}
  }

@media (min-width: 50em){
#ec-model-selection {
  margin-top: 2.5em;
  zoom: 1;
  position: relative;
}
  
  #ec-model-selection:before, #ec-model-selection:after {
  content: "";
  display: table;
}
  #ec-model-selection h1 {
  border-bottom: 5px #f2f2f2 solid;
  text-transform: uppercase;
  color: #c0c0c0;
}
  
  #ec-model-selection .model-selection-list {
  margin-top: 2.5em;
}
  #ec-model-selection h1 span {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  top: .5em;
  background-color: #fff;
}
  .no-js .model-selection-list, #ec-model-selection .model-selection-list, .lt-ie9 .model-selection-list {
  zoom: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.5em;
}
 
  .no-js .model-selection-list li, #ec-model-selection .model-selection-list li, .lt-ie9 .model-selection-list li {
  float: left;
  margin: 0;
  width: 40%;
      list-style: none;
      margin-bottom: 20px;
}
  .no-js .model-selection-list h2, #ec-model-selection .model-selection-list h2, .lt-ie9 .model-selection-list h2 {
  text-transform: capitalize;
  font-size: 1em;
}
  .no-js .model-selection-list img, #ec-model-selection .model-selection-list img, .lt-ie9 .model-selection-list img {
  padding: 1em 0 0;
}
  .no-js .model-selection-list li+li, #ec-model-selection .model-selection-list li+li, .lt-ie9 .model-selection-list li+li {
  margin: 0 0 0 20%;
}
  .no-js .model-selection-list li:nth-child(3n), #ec-model-selection .model-selection-list li:nth-child(3n), .lt-ie9 .model-selection-list li:nth-child(3n) {
    clear:both;
    margin:0;
  }
  .model-selection .button{margin:0;}
  
}
.model-selection-list h2 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: .25em 1em;
  border: 1px #e5e5e5 solid;
  background-color: #f2f2f2;
  color: #181818;
  text-transform: uppercase;
  font-weight: 600;
}

#ec-model-selection img {
  width: 100%;
  height: auto;
 // margin-bottom: 1em;
}
.model-selection{  text-align: left; }
#cart__detail
{
  background:rgba(0,0,0,0.5);
  z-index: 999;
  position: relative;
  top:0;
//  padding: 10px 0;
  display:none;
  width:100%;
  float:left;
      height: 12em;
}
#cartform #dropdown_cart{display:none;}
#cart__detail #dropdown_cart
{
  display: inline-block;
 // float: left;
 margin-left: 8px;
 width: 143px;
  padding: 0.5rem 0.5rem !important;
    margin-bottom: 10px;

}
#cart__detail #update{display:none;}
#cart__detail .cart__total{margin:0;}
#cart__detail .cart__actions 
{
  margin-top:2.5rem; 
  text-align: center;
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0.5em;
    text-align: center;
}
#cart__detail .cart__item {
   display: inline-block;
    position: relative;
    width: 10em;
    height: inherit;
    margin: 0 3em;
    font-size: 0.85em;
    font-weight: 300;
    text-align: center;
    direction: ltr;
}
#cart__detail .cart__item:last-child {
    margin-left: 5em;
}
#cart__detail .cart__item:first-child {
    margin-right: 5em;
}
#cart__detail .cart__items
{
width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    direction: rtl;
    text-align: right;
      position: absolute;
    height: 100%;

}

#cart__detail .controls {
    position: absolute;
    top: 0.5em;
    right: -20%;
    font-size: .8em;
    background: rgba(0, 0, 0, 0);
  z-index:100;
  color:#fff;
}
#cart__detail .controls .qty_span{
    vertical-align: middle;
   font-size: 1.55em;
}

#cart__detail  .image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 90%;
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 2em;
}

#cart__detail .qty_span:after
{
  content:"";
}
#cart__detail .detail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 150%;
    height: 5.5em;
    top: initial;
    bottom: 1.25em;
    left: -25%;
    z-index: 230;
      color: #fff;
    text-shadow: 0 0 0.25em #000;
}
.qty_span:after {
  content: ' \d7 ';
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  display: inline-block;
  white-space: pre;
}
#cart__detail .cart__total
{
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
    text-transform: capitalize;
    position: relative;
    top: 0.3em;
    font-size: 1.4em;
    font-weight: 200;
    text-align: center;

}
#cart__detail .title:hover{color:#196ef6;}
#cart__detail .cart__total strong{font-size:28px;}
#cart__detail .cart__total p{color:#fff;font-size:18px;}
#cart__detail .cart__itemDesc:before{content:"";}
#cart__detail  .o-innerContent:first-child {
  margin-top:0;
}
#cart__detail .cart__itemDesc{font-size: 20px;}
#cart__detail .product_image
{
 text-align: center;
  margin-bottom: 6px; 
}
#cart__detail .cart__itemDesc
{
  text-align: center;
  text-transform: inherit;
  font-weight: normal;
    color: #fff;
}
#cart__detail .variant_title1
{
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
}
#cart__detail .b-button--cta,#cart__detail .b-button--cta:hover
{
  border: 0;
  border-radius: 4px;
  background-color: #949599;
  color: #fff;
}
#cart__detail .b-button--cta.checkout,#cart__detail .b-button--cta.checkout:hover
{
  background:#7896f0;
  width: 133px;
  padding: 0.5rem 1rem;
 // float: left;
  margin-left: 10px;
}
#cart-item-count
{
color:#6c6c6c;
 // background-color: #fff;
  width: 14px;
 // border-radius: 7px;
//  height: 14px;
//  position: absolute;
//  top: 0;
//  right: -5px;
 // text-align: center;
 // font-size: 12px;
}
.lft_div
{
  width:75%;
 /*float: left;
  margin-right: 10px;
  border-right: 2px solid #fff;
  padding-right: 10px;
    padding-top: 15px;*/
  position: absolute;
    left: 0;
    height: 100%;
}
.rght_div
{
  width: 25%;
right: 0;
    border-left: 2px solid #fff;
    position: absolute;
    height: 100%;
}
.arrow {
  border-top: 11px solid #f2f2f2;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  height: 0;
  opacity: 1;
  position: relative;
  top:-1px;
  width: 0;
  z-index: 1001;
   left: 170px;
}
.arrow-border {
  border-top: 11px solid #c0c0c0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  height: 0;
  position: relative;
  top:-11px;
  width: 0;
  z-index: 1000;
  left: 170px;
}
.cart-scroll span
{
  width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    /* vertical-align: middle; */
    padding-top: 4px;
}
#product .shop_all , #product .shop_all:hover
{
// background-color: red;
 // border-radius: 4px;
  width: 87px;
  padding: 5px 0px;
  text-transform: capitalize;
 // font-weight: 600;
  position: relative;
  top: -4px;
 font-size: 17.5px;
}

.purchase__compatLink {
  border: medium none;
  color: #7896F0;
  cursor: pointer;
  display: block;
  font-style: initial;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  top: 10px;
  font-size: 16px;
}
.purchase__buttonNote {
    margin-top:10px;
    text-align: center;
}
.popup {
    position: fixed;
    top: 15%;
    left: 48%;
    background: #fff;
  //  max-width: 100%;
    width: 90%;
    transition: 0.25s;
    -webkit-transform: translate3d(-50%, -1000%, 0);
    -moz-transform: translate3d(-50%, -1000%, 0);
    -ms-transform: translate3d(-50%, -1000%, 0);
    -o-transform: translate3d(-50%, -1000%, 0);
    transform: translate3d(-50%, -1000%, 0);
    z-index: 1001;
    padding: 1rem;
    border: 1px #e6e6e6 solid;
 // overflow-y:scroll;
  height:550px;
}
.popup_image {
    height: 550px;
    overflow-y:scroll;
}
.popup__close {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 3%;
    right: 1.5%;
    z-index: 1005;
    margin-right: -15px;
    margin-top: -15px;
    background: #fff;
    border-radius: 100%;
    border: 1px #e6e6e6 solid;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.popup__close:after {
    content: '\d7';
    font-size: 30px;
    line-height: 32px;
}
.popup img {
    display: block;
    width: 100%;
    height: auto;
}
.popup__overlay.is-open {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1001;
}
.popup.is-open {
    -webkit-transform: translate3d(-48%, 0, 0);
    -moz-transform: translate3d(-48%, 0, 0);
    -ms-transform: translate3d(-48%, 0, 0);
    -o-transform: translate3d(-48%, 0, 0);
    transform: translate3d(-48%, -5%, 0);
}
.media__links
{
    list-style: none;
    width: 20%;
    display: inline-block;
    margin:0 29px;
}
#product__press .media__links.left{margin-left:0;}
#product__press .media__links.right{margin-right:0;}
#product__press .media_heading img{width: 40%;display: inline-block;vertical-align: middle;}
#product__press .media_heading h2{width: 19%;display: inline-block;text-align:center;}
 #product__press ul{margin:20px 0;}
#product__press .c-press .o-wrap--std:after{border:0;}
 #product__press ul img{vertical-align: middle;}
.has-dropdown ul{
  display:none;
position: absolute;
    top: 46px;
        background-color: rgba(0,0,0,0.8);
    padding: 10px;
}
.has-dropdown ul li
{
 display: block !important;
    text-align: center;
  margin: 0 10px !important;
}
.has-dropdown:hover  ul{display:block;}
/* 
   Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:0px; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
  display: inline-block;
 // margin-right: 8px;
    text-transform: capitalize;
}
#swatch2, #swatch1, #swatch2 .header, #swatch1 .header
{
 margin:0; 
}
#swatch1
{
      margin-top: 68px;
}
#swatch2 label, #swatch1 label
{
      font-weight: 700;
    font-size: 19px;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
#minidrive #product-select-0-option-0,#minidrive #product-select-0-option-1,#minidrive #product-select-1-option-0{display:none;}
fieldset{border:0;}
#microsd_card #swatch0 .header{display:none !important;}
#minidrive #swatch{display:inline-block;}
#minidrive label {
  line-height: 1;
    padding: .5rem;
    text-transform: uppercase;
    font-family: "proxima-nova",sans-serif;
    display: block;
    -webkit-appearance: none;
    letter-spacing: .025em;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #e6e6e6;
    color: #6c6c6c;
    //width: 100px;
  text-align: center;
    text-shadow: none;
    font-weight: 600;
    font-size: 15px;
  width:120px;
}
#minidrive .cart__message--empty{margin-top:50px;}
#minidrive .purchase__logicWrap {
  padding:0;
    padding-right: 1rem;
}
#minidrive .purchase__descWrap {
  padding:0;
    padding-left: 1rem;
}
#minidrive #swatch0 .header
{
  display:block;
    margin-bottom: 50px;
}
#minidrive .cart__button{width:100%;}
#minidrive .cart__total p
{
  
    font-size: 18px;
    text-transform: capitalize;
        font-weight: normal;

}
#minidrive .cart__removeItem:before{content:"";}
#minidrive .o-innerContent{padding-top:30px;clear:both;}
#minidrive #product__faq{padding-top:0;}
#minidrive .variant_title
{
      text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.minidrive_choose
{
  text-align: center;
    font-weight: 600;
    font-size: 30px;
      display: block;
  padding-top:22px;
}
#minidrive .cart__itemDesc
{
  font-size: 13px;
    color: #111;
  float:left;
      text-shadow: none;
  
}
#minidrive .cart__item
{
  clear: both;
    float: left;
    width: 100%;
      font-weight: 600;
}
#minidrive .cart__items
{
 
    float: left;
    width: 100%;
}
#minidrive .prod_price
{
  float: right;
    font-size: 13px;
  
    margin-right: 5px;
}
#minidrive .cart__removeItem
{
  color: #fff;
    background-color: #dfdfdf;
    border-radius: 24px;
    width: 13px;
    height: 13px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    padding: 3px;
  float:right;
      line-height: 13px;
}
#minidrive .purchase__descWrap
{
  text-align: center;
      font-weight: 600;
  color:#111;
padding-top:27px;
}
#minidrive .purchase__descWrap p{color:#111;    margin-bottom: 35px;}
#minidrive .cart__total
{
  text-transform: capitalize;
    font-size: 25px;
  clear: both;
    float: left;
    width: 100%;
}
#minidrive .cart__total strong
{
  font-size: 36px;
}
#minidrive .cart__actions {
    margin-top: 1rem;
      float: left;
    width: 100%;
}
#minidrive .purchase__imgWrap
{
      padding-top: 25px;
}
#minidrive img{width:100%;}
#minidrive .swatch .header , #microsd_card .header1
{
  display:block;
  text-align: center;
      font-weight: 600;
}
#new{display:none;}
#minidrive  .purchase__buttonWrap
{
 margin:0; 
     text-align: center; 
  margin-top:8px;
}
 
  
  #microsd_card {
  position: relative;
  top: -29px;
}


#minidrive .purchase__button1 
{
 width:175px; 
}
#minidrive .purchase__button1:hover
{
      font-size: 1em;
}
#minidrive #swatch1 .header
{
 margin-bottom:10px; 
}
#minidrive #swatch0 label 
{
    width: 120px;
    margin-bottom: 10px;
  font-size:15px;
}
#minidrive .prod__desc
{
     margin: 5px 0 100px;
}
#minidrive .prod__desc p
{
margin: 0;
    text-align: center;
    font-size: 13px;
}
#minidrive .cart__numItems
{
font-size: 15px;
    width: 15px;
    border: 1px solid #111;
    color: #111;
    height: 18px; 
    padding: 0px;
    /* text-align: justify; */
    /* vertical-align: middle; */
    display: block;
  
}
#minidrive #swatch1 {margin:0;}
#minidrive #swatch1  input:checked + label {
  
border: 2px solid #111;
  color:#111;
} 



#minidrive label[for=product-select-option-0]{display:none;}
#minidrive label[for=product-select-option-1]{display:none;}
#minidrive label[for=product-select-0-option-0]{display:none;}
#minidrive label[for=product-select-0-option-1]{display:none;}
#swatch0 {
  display: inline-block;
  
}

#belowp {
  margin: 0 auto;
  width: 100%;
}
#swatch0 label {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  color: #6c6c6c;
  display: inline-block;
  font-family: "proxima-nova",sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin: 7px;
  padding: 0.4rem;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
}
#minidrive .cart__itemDesc:before{color:#111;}
#swatch0 .header{display:none;}
#swatch0 .highlight label ,#swatch0 .highlight1 label
{
   
    color:#111;
    border-color: #111;
}
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
#swatch0  input:checked + label {
  /*-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
 
  
    color: #111;
    border-color: #111;
  */
}
#swatch0 label:hover {
  /*-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);*/
 border: 2px solid #111;
  color:#111;
} 
#product .splash__buttonWrap .b-button:hover{
  
  background: #fff;
  color:#111 !important;
     text-shadow: none;
}
.swatch .swatch-element {
 // float:left;
  display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  //margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
  display:none;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
.purchase__misc{  text-transform: capitalize;}

.page--std page--photo-landing{background-image:url(lash.jpg)}


   /*---------------------------------------------*custom home*------*/

.play
  {
    
   width:100%;
    float:left;
        margin-bottom: 1.8%;
    
    
  }
  .play1
  {
   float:left;
    width:50%;
    
  }

.usp__thunder > p {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  width: 100%;
}

.usp__mini > p {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  width: 100%;
}
  
 #prod_splash1:hover
  {
    
   border-color:white; 
    
  }
  
   #prod_splash12:hover
  {
    
   border-color:white; 
    
  }
  
  #prod_splash12 {
  float: right;
  position: relative;
  right: 24px;
    color:white;
}
  #prod_splash1 {
  color: white;
  float: left;
  font-family: "freight-sans-pro",sans-serif;
  font-weight: normal;
  left: 19px;
  position: relative;
    
    width:163px;
}
                   
.newbut:hover {
  background-color: #7896f0 !important;
}
.newbut {
  background-color: #7896f0 !important;
  border-bottom: 3px solid #1746D1;
  border-radius: 1px;
  color: white;
  font-size: 14px;
  font-weight:normal!important;
  padding: 8px;
  text-align: center;
  width: 111px;
}

.feature-rotator {
  border-bottom:0px solid #d3d2d1 !important;

}
.splash__copyWrap {
  display: table;
  margin: 0 auto;
  width: 100%!important;
}
.splash__text {
  padding-left: 1.5rem !important;
  position: relative!important;
  text-align: left!important;
  top: 0.15em!important;

  font-size: 1.3rem;
  font-weight: 100;

}

.splash__title::after {
  border-right: 2px solid #fff;
  bottom: 0;
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
}



.feature-rotator .feature-content a:hover * {
  color: #fff !important;
}

.splash__title {
  font-size: 45px;
  font-style: normal;
}
#prod_splash1 {
  font-size: 16px;
}
 /*===================photo-landing==================*/
/*.photo_preorder
{
  margin-top:0px !important;
  font-weight:bold;
}
*/



.splash__buttonWrap > .photo_pre_below {
  font-weight: normal;
  margin-top: 11px;
  text-shadow: unset;
} 

.o-content{margin-top:0 !important;}


/*
.power {
    background: url(photo-bg.png) center center no-repeat;
    background-size: cover;
}
*/

@media only screen and (min-device-width :210px) and (max-device-width : 320px) 
  and (orientation : portrait){
    
    .splash__text {
    padding-left: 1.5rem !important;
    position: relative!important;
    text-align: left!important;
    top: 0px;
    font-size: 15px;
    font-weight: 100;
}
    
    #md1 {
  border: medium none !important;
}
    
    
    #prod_splash1
    {
      
     font-size:8px !important;
    }
    
    
    #prod_splash12 {
    float: right;
    position: relative;
    right: 24px;
    color: white;
    /* width: 44px; */
    font-size: 8px;
    width: 95px !important;
    padding: 2px;
}
    
    #prod_splash1 {
    color: white;
    float: left;
    font-family: "freight-sans-pro",sans-serif;
    font-weight: normal;
    left: 3px;
    position: relative;
    width: 80px;
    padding: 2px;
}
    
    
  }

@media only screen and (min-device-width :320px) and (max-device-width : 640px) 
  and (orientation : portrait){
  
  .purchase__descWrap:not(:last-child), .purchase__imgWrap:not(:last-child), .purchase__logicWrap:not(:last-child) {
  margin-bottom: 35px;
}
    .swatch .swatch-element {
  display: inline-block;
}
    
    #md1 {
  border: medium none !important;
}
    
    .usp__mini > p {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    margin-left: 0px;
    text-align: center;
    width: 100%;
}
    
    .splash__text
    {
      
     font-size:17px; 
      
    }
    #product__press ul
    {
      
     width:85%; 
    }
    .media_heading
    {
      
     width:100% !important;
      
    }
  .b-button
    {
     padding:4px; 
      
    }
    
    .whiz1
    {
      
     right:0px !important; 
      position:relative;
    }
    
    #img-1 {
  height: 155px;
  position: relative;
  top: 0px;
  width: 53%;
}
      .purchase__compatLink {
  border: 2px solid white;
  color: #1e78c1;
  cursor: pointer;
  display: block;
  font-style: initial;
  margin: 1rem 0;
  padding: 4px;
  position: relative;
  text-align: center;
  top: -10px;
  width: 47%;
}  
 
    #product__press .media_heading img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
   #productvar {
  border: 0 none;
  position: relative;
  top: 0px !important;
} 
    .header11 {
  display: block;
  font-weight: 600;
  text-align: unset;
  float: left;
}
    .media__links {
  display: block;
  list-style: outside none none;
  margin: 0 29px;
  width: 100%;
}
    
    #product__press ul img {
  margin: 5px auto;
  vertical-align: middle;
  width:75%;
}
    
   .purchase__compatLink {
  border: 2px solid white;
  color: #1e78c1;
  cursor: pointer;
  display: block;
  font-style: initial;
  margin: 1rem 0;
  padding: 4px;
  position: relative;
  text-align: center;
  top: -10px;
     
     left:56px;
}
    #minidrive .swatch .header, #microsd_card .header1
    {
     text-align:center !important;
      
    }
    .purchase__logicWrap {
  top: 0px !important;
}
    
 .minidrive_choose {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-left: 0;
  padding-top: 22px;
  text-align: center;
}   
    #swatch0 label {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  color: #6c6c6c;
  display: inline-block;
  font-family: "proxima-nova",sans-serif;
  font-size: 10px;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  text-shadow: none;
      font-weight:normal;
  text-transform: uppercase;
       text-indent:-7px !important;
}
    
 #prod_splash1 {
  color: white;
  float: left;
  font-family: unset;
  font-weight: normal;
  left: 9px;
  margin-bottom: 13%!important;
  padding: 6px !important;
  position: relative;
  width: 100% !important;
}
    #swatch0 label {
  margin-left: 1px;
  width:89px !important;
}
    #prod_splash12 {
  color: white;
  float: left;
  font-size: 13px!important;
  padding: 6px!important;
  position: relative!important;
  width: 100%!important;
}
    
    .play2 {
  float: left!important;
  width: 50%!important;
}
    .feature-rotator .cycle-slideshow img {
  background-position: 100% 100% !important;
  background-size: 100% 100% !important;
  height: auto;
  margin-top: 22%!important;
  opacity: 0;
  transition: opacity 0.25s ease 0s;
  width: 100%;
}
  #prod_splash1 {
  font-size: 15px!important;
}
  .splash__title::after {
  border-right: 0 solid #fff !important;
  bottom: 0;
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
}
    
    #belowp {
  margin: 0 auto;
  width: 100%;
}
  
  }




@media only screen and (min-device-width :320px) and (max-device-width : 640px) 
  and (orientation : landscape){
  
    
   #md1 {
  border: medium none !important;
}
    

    
  #swatch0 label {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  color: #6c6c6c;
  display: inline-block;
  font-family: "proxima-nova",sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 1;
    left:0px;
  padding: 0.4rem;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  
}
    
    #swatch0 label {
  margin-left: 1px;
  width:100px !important;
      
       
}
    
    .purchase__compatLink {
  border: 2px solid white;
  color: white;
  cursor: pointer;
  display: block;
  font-style: italic;

  margin: 1rem 0;
  padding: 4px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 2px black;
      top:0px;

}
    
    .minidrive_choose {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-left:2%
  text-align: center;
      padding-top:22px;
}
    
    #product__press .media_heading img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#prod_splash1 {
  color: white;
  float: left;
  font-family: unset;
  font-weight: normal;
  left: 9px;
  margin-bottom: 13% !important;
  padding: 6px !important;
  position: relative;
  width: 72% !important;
}
  #prod_splash12 {
  color: white;
  float: left;
  font-size: 14px !important;
  margin-left: 11%;
  padding: 6px !important;
  position: relative !important;
  right: 0 !important;
  width: 76% !important;
}
    
    .play2 {
  float: left!important;
  width: 50%!important;
}
    .feature-rotator .cycle-slideshow img {
  background-position: 100% 100% !important;
  background-size: 100% 100% !important;
  height: auto;
  margin-top: 22%!important;
  opacity: 0;
  transition: opacity 0.25s ease 0s;
  width: 100%;
}
  #prod_splash1 {
  font-size: 15px!important;
}
    
    .splash__text {
  padding-left: 3.5rem !important;
  position: relative !important;
  text-align: left !important;
  top: -0.85em !important;
}
    
    .b-title--1:not(:last-child), .b-title--page:not(:last-child), .splash__title:not(:last-child), .b-title--2:not(:last-child) {
  margin-bottom: 1em!important;
}
    .splash__title::after {
  border-right: 0 solid #fff !important;
  bottom: 0;
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
}
  
  
  }


/*====================header===home==page===============================*/
.header__navItem:not(:last-child)::after {
  color: #fff;
  content: " / ";
  font-weight: bold;
  white-space: pre;
  font-size:17px;
}


.header__navItem {
  display: inline-block;
  margin:0px !important;
}

.b-deList {
  list-style: outside none none;
}
.c-header--std, .c-header--alt {
  font-family: "proxima-nova",sans-serif;
}

a:focus, a:hover {
  color: #4a8df8 !important;
}
.header__navItem a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 6px;
  text-transform:capitalize;
}

/**change jeet(17 may)**/
.product-photo-thumbs {
  display: none;
}
/**change jeet(17 may ends)**/
#img-1 {
  height: 155px;
  position: relative;
  top: 5px;
  width: 100%;
}

#swatch1
{
  
 display:none; 
}

.desc1 {
  text-align: center;
  font-size:14px;
}


  
  label[for='product-select-0-option-0']
  {
    
   display:none; 
  }
  label[for='product-select-0-option-1']
  {
    
   display:none; 
  }



.variant_title12 {
  text-transform: uppercase;
}

#productvar
{

  border: 0 none;
  position: relative;
  top: 50px;

  
  
}

@media only screen and (min-device-width :768px) and (max-device-width :771px) 
  {
    
    
  #img-1 {
  height: 100%;
  position: relative;
  top: 5px;
  width: 100%;
}
    
    .purchase__descWrap:not(:last-child), .purchase__imgWrap:not(:last-child), .purchase__logicWrap:not(:last-child) {
  margin-bottom: 35px;
}
    
   
#swatch0 label {
  margin-left: 6px;
  width: 146px;
}
    
    .minidrive_choose {
  display: table-caption;
  font-size: 30px;
  font-weight: 600;
  margin-left: 286px;
  text-align: center;
      padding-top:22px;
}
    
    
    #productvar {
  border: 0 none;
  position: relative;
  top: 0;
}
    
    
    
  }

@media only screen and (min-device-width :800px) and (max-device-width :1000px) 
  {
    
   
    
    
    
  }

.header11 {
  display: block;
  font-weight: 600;
  text-align: center;
}

#purchase {
  background-color:#7896F0;
  font-weight: normal;
  text-transform:uppercase;
  margin-top:13px;
  font-family:"proxima-nova",sans-serif;
}


#prod_splash:hover {
  background: white;
  color: black !important;
  text-shadow: none;
}
  
  .prod__desc {
  margin-bottom: 40px;
}

.media_heading {
  width: 100%;
}


.whiz1 {
  position: relative;
  right: 28px;
}

.whiz2 {
  left: 8px;
  position: relative;
}

.headernew {
  font-weight: bold;
  color: #4A8DF8 !important;
  font-size: 22px;
}
.page__contentWrap .productWrap--outer {
    position: relative
}

@media (max-width:62.5em) {
    .page__contentWrap .productWrap--outer {
        height: auto !important
    }
}

@media (min-width:62.5em) {
    .page__contentWrap .productWrap--outer {
        width: 166.66666666666669%;
        padding-right: 83.33333333333334%;
        box-sizing: border-box
    }
}
.page__contentWrap .productNavWrap {
    position: absolute;
    top: 0;
    right: 2.5%;
    text-align: right;
    z-index: 10;
    background: #fff
}

.page__contentWrap .product__previous,
.page__contentWrap .product__next {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #4a8df8;
    font-weight: 500;
    font-family: "freight-sans-pro", sans-serif;
    cursor: pointer;
    line-height: 1.2
}

@media (max-width:43.75em) {
    .page__contentWrap .product__previous,
    .page__contentWrap .product__next {
        display: none
    }
}

@media (min-width:43.75em) and (max-width:62.5em) {
    .page__contentWrap .product__previous,
    .page__contentWrap .product__next {
        text-indent: 500rem;
        font-size: 4rem;
        width: 2rem;
        height: 4rem;
        top: -0.75rem;
        position: absolute
    }
    .page__contentWrap .product__previous:after,
    .page__contentWrap .product__next:after,
    .page__contentWrap .product__previous:before,
    .page__contentWrap .product__next:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        text-indent: 0
    }
}

@media (min-width:62.5em) {
    .page__contentWrap .product__previous,
    .page__contentWrap .product__next {
        font-size: 1.667em
    }
    .page__contentWrap .product__previous:after,
    .page__contentWrap .product__next:after,
    .page__contentWrap .product__previous:before,
    .page__contentWrap .product__next:before {
        white-space: pre
    }
}

.page__contentWrap .product__previous {
    right: 4rem
}

.page__contentWrap .product__previous:before {
    content: '\3c  '
}

@media (min-width:62.5em) {
    .page__contentWrap .product__previous {
        margin-right: 1.5rem
    }
}

.page__contentWrap .product__next {
    right: 0
}

.page__contentWrap .product__next:after {
    content: ' \3e'
}

.page__contentWrap .product+.product {
    margin-top: 3em
}

@media (min-width:62.5em) {
    .page__contentWrap .product {
        position: relative
    }
}

.page__contentWrap .product__type {
    font-weight: normal
}

.page__contentWrap .product__type:before {
    content: '('
}

.page__contentWrap .product__type:after {
    content: ')'
}

@media (min-width:43.75em) and (max-width:62.5em) {
    .page__contentWrap .product__title,
    .page__contentWrap .product__meta {
        margin-right: 7rem
    }
}

.page__contentWrap .product__title+.product__meta {
    margin-top: -1.5rem
}

.page__contentWrap .product__meta {
    text-transform: uppercase
}

.page__contentWrap .product__company {
    font-weight: 600
}

@media (min-width:43.75em) and (max-width:62.5em) {
    .page__contentWrap .product__img {
        float: left;
        width: 50%;
        margin-right: 1.5rem;
        margin-bottom: .5rem
    }
}

@media (min-width:62.5em) {
    .page__contentWrap .product__img {
        position: absolute;
        left: 110%;
        top: 4rem;
        width: 85%;
        margin: 0;
        z-index: 10
    }
}

@media (max-width:37.5em) {
    .page__contentWrap .product__desc {
        font-size: .823251em
    }
}

@media (min-width:43.75em) {
    .js_recommendedAccessories {
        width: 100%;
        overflow: hidden;
        position: relative
    }
    .js_recommendedAccessories .productWrap--inner {
        width: 2000%;
        transition: .5s ease-in;
        *zoom: 1;
        zoom: 1;
        position: relative
    }
    .js_recommendedAccessories .productWrap--inner:before,
    .js_recommendedAccessories .productWrap--inner:after {
        display: table;
        content: ""
    }
    .js_recommendedAccessories .productWrap--inner:after {
        clear: both
    }
    .js_recommendedAccessories .productWrap--inner:before,
    .js_recommendedAccessories .productWrap--inner:after {
        content: "";
        display: table
    }
    .js_recommendedAccessories .productWrap--inner:after {
        clear: both
    }
    .js_recommendedAccessories.js_current_is_1 .productWrap--inner {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .js_recommendedAccessories.js_current_is_2 .productWrap--inner {
        -webkit-transform: translate3d(-10%, 0, 0);
        -moz-transform: translate3d(-10%, 0, 0);
        -ms-transform: translate3d(-10%, 0, 0);
        -o-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }
    .js_recommendedAccessories.js_current_is_3 .productWrap--inner {
        -webkit-transform: translate3d(-20%, 0, 0);
        -moz-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        -o-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }
    .js_recommendedAccessories.js_current_is_4 .productWrap--inner {
        -webkit-transform: translate3d(-30%, 0, 0);
        -moz-transform: translate3d(-30%, 0, 0);
        -ms-transform: translate3d(-30%, 0, 0);
        -o-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }
    .js_recommendedAccessories.js_current_is_5 .productWrap--inner {
        -webkit-transform: translate3d(-40%, 0, 0);
        -moz-transform: translate3d(-40%, 0, 0);
        -ms-transform: translate3d(-40%, 0, 0);
        -o-transform: translate3d(-40%, 0, 0);
        transform: translate3d(-40%, 0, 0)
    }
    .js_recommendedAccessories.js_current_is_6 .productWrap--inner {
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    .js_recommendedAccessories.js_current_is_7 .productWrap--inner {
        -webkit-transform: translate3d(-60%, 0, 0);
        -moz-transform: translate3d(-60%, 0, 0);
        -ms-transform: translate3d(-60%, 0, 0);
        -o-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }
    .js_recommendedAccessories.js_current_is_8 .productWrap--inner {
        -webkit-transform: translate3d(-70%, 0, 0);
        -moz-transform: translate3d(-70%, 0, 0);
        -ms-transform: translate3d(-70%, 0, 0);
        -o-transform: translate3d(-70%, 0, 0);
        transform: translate3d(-70%, 0, 0)
    }
    .js_recommendedAccessories.js_current_is_9 .productWrap--inner {
        -webkit-transform: translate3d(-80%, 0, 0);
        -moz-transform: translate3d(-80%, 0, 0);
        -ms-transform: translate3d(-80%, 0, 0);
        -o-transform: translate3d(-80%, 0, 0);
        transform: translate3d(-80%, 0, 0)
    }
    .js_recommendedAccessories.js_current_is_10 .productWrap--inner {
        -webkit-transform: translate3d(-90%, 0, 0);
        -moz-transform: translate3d(-90%, 0, 0);
        -ms-transform: translate3d(-90%, 0, 0);
        -o-transform: translate3d(-90%, 0, 0);
        transform: translate3d(-90%, 0, 0)
    }
    .js_recommendedAccessories .product {
        float: left;
        width: 5%;
        margin-top: 0 !important;
        margin-right: 5%
    }
}
.resource__icon {
    float: left;
    font-size: .823251em;
    list-style: none
}

@media (max-width:37.5em) {
    .resource__icon {
        width: 45%
    }
    .resource__icon:nth-child( even) {
        margin-left: 10%
    }
}

@media (min-width:37.5em) {
    .resource__icon {
        width: 22%;
        margin-left: 4%
    }
    .resource__icon:nth-child( 4n + 1) {
        margin-left: 0
    }
}

.resource__icon img {
    margin: 0
}
@media (min-width:43.75em) {
    .js .rte .faq-list {
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        opacity: 0
    }
    .js .rte .faq-list.faq-open-section {
        position: relative;
        z-index: 1;
        opacity: 1
    }
    .js .rte .faq-list h4 {
        font-size: 1em
    }
    .js .rte .faq-list li>div {
        font-size: .8em
    }
    .js #faq-section-overview {
        display: block;
        float: left;
        margin: 0;
        margin-top: 2.25em;
        width: 30%;
        list-style: none
    }
    .js #faq-section-overview li {
        text-transform: uppercase;
        font-size: .8em
    }
    .js #faq-section-overview li+li {
        margin-top: .5em
    }
    .js #faq-section-overview a {
        display: block;
        padding: .5em 0 .5em .5em;
        font-weight: 400
    }
    .js #faq-section-overview .current-faq-section {
        background: #f2f2f2;
        color: #6c6c6c;
        font-weight: 900
    }
    .js #faq-content {
        position: relative;
        float: right;
        width: 65%
    }
    .js .faq-section-header {
        display: none
    }
}
#faq-section-overview {
    display: none
}

.faq-section-header {
    zoom: 1;
    position: relative;
    margin-top: 3em
}

.faq-section-header:before,
.faq-section-header:after {
    content: "";
    display: table
}

.faq-section-header:after {
    clear: both
}

.faq-section-header#faq-header-1 {
    margin-top: 1.5em
}

.faq-section-header h3,
.faq-section-header span {
    font-weight: 600;
    font-size: 1.111em
}

.faq-section-header h3 {
    position: relative;
    clear: both;
    margin-bottom: 0;
    padding: .6750675067506751em;
    padding-left: 0;
    max-width: none;
    border-bottom: 4px #6c6c6c solid;
    color: #6c6c6c;
    text-transform: uppercase
}

.faq-section-header div {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    padding: .5em;
    padding-top: 1.6em;
    border: 1px #e5e5e5 solid;
    background:#f2f2f2 url({{ 'textured-bg.jpg' | asset_url }}) top left repeat
}

.faq-section-header div:after {
    position: absolute;
    top: 0;
    right: .625em;
    left: .625em;
    border-bottom: 2px #e5e5e5 solid;
    color: #6c6c6c;
    content: 'Jump to';
    text-transform: uppercase;
    font-size: .8em;
    line-height: 2
}

.faq-section-header a {
    display: inline-block;
    margin-top: .625em;
    padding: .625em 1.25em;
    border: 1px #e5e5e5 solid;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8em
}

.faq-section-header span {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    position: absolute;
    top: .25em;
    right: .45004500450045004em;
    bottom: .25em;
    display: inline-block;
    width: 1.3501350135013501em;
    text-align: center;
    line-height: 1.6;
    cursor: pointer
}

.faq-section-header span:after {
    content: '\2261'
}

.faq-section-header span.links-revealed {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

.faq-section-header span.links-revealed:after {
    color: #c0c0c0;
    content: '\00D7';
    font-weight: 300
}

.rte .faq-list {
    margin: 0;
    list-style: none
}

.rte .faq-list ol,
.rte .faq-list ul {
    list-style-position: inside;
    margin-left: 0
}

.rte .faq-list ul {
    list-style-type: disc
}

.rte .faq-list>li {
    position: relative;
    list-style: none
}

.rte .faq-list>li+li {
    margin-top: 2.25em
}

.rte .faq-list>li:first-child {
    margin-top: 2.25em
}

.rte .faq-list h4,
.rte .faq-list p {
    line-height: 1.4
}

.rte .faq-list h4 {
    position: relative;
    padding-left: 1.5em;
    font-weight: 600;
    font-size: 1.111em
}

.rte .faq-list h4:before {
    position: absolute;
    top: -0.2em;
    left: 0;
    color: #4a8df8;
    content: '\002B';
    font-weight: bold
}

.rte .faq-list h4.open-question:before {
    content: '\2212'
}

.rte .faq-list h4+div {
    margin-top: 1em
}

.rte .faq-list small {
    font-style: normal
}

.rte .faq-list li>div {
    padding-left: 1em;
    border-left: .5em #f2f2f2 solid;
    font-style: italic
}

@media (min-width:28em) {
    .faq-section-header {
        text-align: right
    }
    .faq-section-header h3,
    .faq-section-header a {
        left: auto
    }
    .faq-section-header h3 {
        text-align: left
    }
    .faq-section-header h3:after {
        content: ' FAQ'
    }
    .faq-section-header a+a {
        margin-top: 0
    }
}

@media (min-width:35em) {
    .rte .faq-list {
        zoom: 1;
        position: relative
    }
    .rte .faq-list:before,
    .rte .faq-list:after {
        content: "";
        display: table
    }
    .rte .faq-list:after {
        clear: both
    }
    .rte .faq-list>li {
        position: relative;
        float: left;
        clear: both;
        padding: 2.25em 0 0;
        width: 48%
    }
    .rte .faq-list>li+li {
        margin: 0
    }
    .rte .faq-list>li:first-child {
        margin-top: 0
    }
    .rte .faq-list>li:nth-child(2n) {
        float: right;
        clear: none
    }
    .rte .faq-list>li:nth-child(1):after,
    .rte .faq-list>li:nth-child(2):after {
        content: none
    }
    .faq-section-header {
        margin-top: 2em
    }
}