/*! normalize.css http://github.com/necolas/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

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

html, button, input, select, textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:hover, a:active {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0
}

h2 {
    font-size: 1.5em;
    margin: 0
}

h3 {
    font-size: 1.17em;
    margin: 0
}

h4 {
    font-size: 1em;
    margin: 0
}

h5 {
    font-size: 0.83em;
    margin: 0
}

h6 {
    font-size: 0.75em;
    margin: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p, pre {
    margin: 1em 0
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

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

small {
    font-size: 75%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl, menu, ol, ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu, ol, ul {
    padding: 0 0 0 40px
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button, input {
    line-height: normal
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible
}

button[disabled], input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cf:before, .cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

html {
    font-size: 62.5%
}

body {
    font-family: 'Varela Round', sans-serif
}

* {
    -webkit-font-smoothing: antialiased
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #2c2e2f
}

h1 {
    text-transform: uppercase
}

h2, h3, h4, h5, h6 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 6px
}

p {
    color: #73787c;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    margin: 0 0 22px
}

[role="main"] a {
    color: #249bc6;
    text-decoration: none
}

[role="main"] a:hover {
    color: #a9d1e3
}

.delist {
    list-style: none;
    margin: 0;
    padding: 0
}

.hide-text {
    position: absolute;
    left: -9999px;
    height: 0
}

.container {
    padding: 0 8px;
    margin: 0 auto;
    max-width: 860px
}

.page [role="banner"] {
    height: 70px
}

.page-header {
    background: url(header-bg-desktop.jpg) center;
    background-size: cover;
    height: 385px
}

.logo {
    text-align: center;
    height: 225px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.logo object {
    width: 280px;
    height: 225px
}

.nav-bar {
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #2c2e2f;
    padding: 7px 0 8px
}

.home-icon {
    display: block;
    width: 177px;
    height: 27px;
    background: url(stealth-nav-icon.svg) no-repeat;
    margin: 14px auto;
    background-size: 177px 27px
}

.home-icon:hover {
    opacity: .5
}

.menu-toggle {
    display: block;
    width: 19px;
    height: 17px;
    background: url(menu-toggle.svg);
    float: right;
    margin: 10px
}

.jump {
    display: none
}

#page-wrap {
    width: 100%;
    overflow-x: hidden
}

.inner-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    -moz-transition: -moz-transform 400ms ease-in-out;
    -o-transition: -o-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out
}

#nav {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 0%;
    background: #565859;
    z-index: 10;
    -webkit-transition: width 400ms ease-in-out;
    -moz-transition: width 400ms ease-in-out;
    -o-transition: width 400ms ease-in-out;
    transition: width 400ms ease-in-out
}

.jsnav .inner-wrap {
    left: -66%
}

.csstransforms3d.jsnav .inner-wrap {
    left: 0;
    -webkit-transform: translate3d(-66%, 0, 0);
    -moz-transform: translate3d(-66%, 0, 0);
    -ms-transform: translate3d(-66%, 0, 0);
    -o-transform: translate3d(-66%, 0, 0);
    transform: translate3d(-66%, 0, 0)
}

.jsnav #nav {
    width: 66%
}

.jsnav #nav .pri-nav, .jsnav #nav .sec-nav {
    display: block !important
}

#nav .sec-toggle, #nav .social-icons {
    display: none
}

#nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: block
}

#nav li a {
    display: block;
    padding: 21px 0 21px 39px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px
}

#nav li a:hover {
    color: #249bc6
}

.section-header {
    border-top: 3px solid #eaebeb;
    margin: 40px 0 0;
    padding: 55px 0 29px;
    text-align: center;
    position: relative
}

.home .section-header {
    padding-bottom: 46px
}

.section-header:before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 26px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyNy4yIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMCAyNy4yIj48cGF0aCBmaWxsPSIjQjlCQkJEIiBkPSJNMTAgMjcuMmwtMTAtMjUuMSA2LjEgMyAzLjktNS4xIDQgNS4xIDYtMy0xMCAyNS4xIi8+PC9zdmc+) center #fff no-repeat
}

.section-header h1 {
    font-size: 32px;
    line-height: 36px
}

.home .section-header h1 {
    margin: 0 0 27px
}

.section-header h2 {
    color: #73787c;
    font-size: 18px;
    line-height: 22px
}

.contact .section-header h1 {
    text-transform: none
}

.home .intro {
    background: #f6f7f8
}

.home .intro header {
    padding: 55px 0;
    text-align: center
}

.home .intro header h1 {
    font-size: 32px;
    line-height: 36px;
    text-transform: none
}

.features-main-list {
    text-align: center;
    overflow: hidden
}

.features-main-list li {
    width: 100%;
    margin: 0 auto 53px
}

.features-main-list .icon {
    display: block;
    width: 138px;
    height: 138px;
    background: #249bc6;
    border-radius: 100%;
    margin: 0 auto 33px;
    background-position: center;
    background-repeat: no-repeat
}

.features-main-list .icon-1 {
    background-image: url(prevents-retraction.svg);
    background-size: 88px 94px
}

.features-main-list .icon-2 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDYgMjcuMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTA2IDI3LjIiPjxwYXRoIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyLjA0MiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xMDUgMjUuNGMwIC40LS4zLjgtLjguOGgtMTAyLjRjLS40IDAtLjgtLjMtLjgtLjh2LTIzLjZjMC0uNC40LS44LjgtLjhoMTAyLjRjLjQgMCAuOC4zLjguOHYyMy42eiIgZmlsbD0ibm9uZSIvPjxnIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyLjA0MiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik02LjIgMy4xdjhNMjEuOCAzLjF2OE0zNy40IDMuMXY4TTUzIDMuMXY4TTY4LjUgMy4xdjhNODQuMSAzLjF2OE05OS44IDMuMXY4Ii8+PC9nPjxnIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyLjA0MiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xNCAzLjF2NE0yOS42IDMuMXY0TTQ1LjIgMy4xdjRNNjAuOCAzLjF2NE03Ni4zIDMuMXY0TTkxLjkgMy4xdjQiLz48L2c+PC9zdmc+);
    background-size: 104px 25px
}

.features-main-list .icon-3 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MyA3MC43IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5MyA3MC43Ij48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMi4wNDgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNNDYuNSA0LjlzMzIuNS0uNSA0NS41LTMuOXY5LjFjLTEzIDMuMy00NS41IDMuOS00NS41IDMuOXMtMzIuNS0uNS00NS41LTMuOXYtOS4xYzEzIDMuNCA0NS41IDMuOSA0NS41IDMuOXpNNDYuNSA2OS42Yy01LjIgMC0xMS45LTMuNi0xOC4yLTE4LjJsLTI3LjMtMjYuMXYtMTUuMk05MiAxMC4xdjE1LjJzLTIxIDExLjYtMjcuMyAyNi4yLTEzIDE4LjItMTguMiAxOC4yTTMzLjYgNDQuNnM0LjktNi41IDEyLjktNi41TTU5LjUgNDQuNnMtNC45LTYuNS0xMy02LjUiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-size: 91px 69px;
    background-position: center 70%
}

.features-main-list h2 {
    margin-bottom: 7px
}

.features-main-list p, .features-sub-list p, .stealth-pack p {
    margin: 0 0 10px 0
}

.features-sub {
    display: none
}

.primary-testimonial {
    background: url(header-bg-desktop.jpg) center;
    background-size: cover;
    padding: 56px 0 55px;
    text-align: center
}

blockquote {
    margin: 0;
    padding: 0
}

blockquote > p {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-style: italic;
    margin: 0 0 32px
}

blockquote footer p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    text-transform: uppercase
}

.secondary-testimonial {
    background: url(header-bg-desktop.jpg) center;
    background-size: cover;
    padding: 56px 0 91px;
    text-align: center
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #426b74;
    background: rgba(36, 155, 198, 0.35);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.flex-control-paging li a:hover {
    background: #249bc6
}

.flex-control-paging li a.flex-active {
    background: #249bc6;
    cursor: default
}

.stealth-pack .pack-main-image {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 100%
}

.stealth-pack footer {
    text-align: center;
    padding: 60px 0 44px;
    margin: 48px 0 0;
    background: #f6f7f8
}

.stealth-pack footer img {
    width: 178px;
    margin: 0 0 44px
}

.stealth-pack li.stealth img {
    width: 198px;
    margin: 0 0 20px 0
}

.stealth-pack li.jacket img {
    padding-top: 41px
}

.stealth-pack li.skin img {
    padding-top: 35px
}

.stealth-pack li.jacket:after {
}

.measure-bullets {
    overflow: hidden
}

.measure-bullets li {
    text-align: center;
    margin: 0 0 53px
}

.measure .icon {
    display: block;
    width: 138px;
    height: 138px;
    background: #249bc6;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 26px;
    color: #fff;
    font-size: 32px;
    line-height: 138px;
    position: relative
}

.measure .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 2px solid #92cde3;
    border-radius: 100%
}

.videos {
    overflow: hidden;
    text-align: center;
    font-size: 0
}

.videos li {
    display: block
}

.videos a {
    text-decoration: none;
    display: block;
    position: relative
}

.videos a:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcgMjAiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZmIiBkPSJNMCAwdjIwbDE3LTEweiIvPjwvc3ZnPg==) rgba(36, 155, 198, 0.5) center no-repeat;
    background-size: 17px 19px;
    border-radius: 100%
}

.videos a.active:before {
    display: none
}

.videos a:hover:before {
    background-color: #249bc6
}

.videos figure {
    margin: 0 0 34px
}

.videos figure img {
    display: block;
    width: 100%;
    max-width: 474px;
    height: auto;
    margin: 0 auto
}

.videos iframe {
    height: 100%;
    min-height: 186px;
    width: 100%;
    min-width: 296px;
    max-width: 474px
}

.videos figcaption {
    color: #2c2e2f;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin: 16px 0;
    display: block
}

.sizer {
    text-align: center
}

.sizer header {
    padding: 15px 0 16px;
    margin: 0 0 40px;
    text-align: center
}

.sizer header h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 30px
}

.sizer header h2 {
    color: #73787c;
    font-size: 18px;
    line-height: 22px
}

.size-tool {
    background: #f6f7f8;
    width: 100%;
    height: 236px;
    position: relative
}

.size-choice {
    background: #eff0f2;
    width: 100%;
    height: 120px;
    margin: 0 0 20px
}

.std-btn {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    border: 0;
    font-weight: normal;
    font-family: 'Varela Round', sans-serif;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    background: #249bc6;
    color: #fff !important;
    text-transform: uppercase;
    padding: 22px 85px 23px;
    -webkit-box-shadow: inset 0px -3px 0px 0px #186986;
    box-shadow: inset 0px -3px 0px 0px #186986
}

.std-btn:hover {
    padding: 25px 85px 20px;
    -webkit-box-shadow: inset 0px 3px 0px 0px #186986;
    box-shadow: inset 0px 3px 0px 0px #186986
}

.cta-email {
    display: none
}

.page-footer {
    background: #2c2e2f;
    padding: 60px 0 42px
}

.footer-logo {
    width: 179px;
    height: 121px;
    margin: 0 auto;
    display: block
}

.footer-links {
    display: none
}

.page-footer .social-icons {
    margin: 40px 0 37px;
    font-size: 0;
    text-align: center
}

.social-icons li {
    display: inline-block;
    margin: 0 15px
}

.social-icons a {
    display: block;
    width: 24px;
    height: 24px
}

.social-icons .tw {
    background: url(icon-twitter.svg)
}

.social-icons .tw:hover {
    background: url(icon-twitter-hover.svg)
}

.social-icons .fb {
    background: url(icon-facebook.svg)
}

.social-icons .fb:hover {
    background: url(icon-facebook-hover.svg)
}

.page-footer p {
    margin: 0;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.page-footer .rights {
    display: block
}

.page-footer .credit {
    display: block
}

.page-footer .credit a {
    color: #73787c;
    text-decoration: none
}

.page-footer .credit a:hover {
    color: #fff
}

.purchase-form {
    margin: 37px auto
}

.page-form input[type="text"], .page-form textarea {
    width: 88.1756757%;
    border: 1px solid #b9bbbd;
    border-radius: 3px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    color: #73787c;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Varela Round', sans-serif
}

.contact-form input[type="text"], .contact-form textarea {
    text-align: center
}

.page-form input[type="text"]:focus, .page-form textarea:focus {
    border-color: #91cde2
}

.purchase-form label {
    color: #2c2e2f;
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: center;
    margin: 0 0 8px
}

.purchase-form .currency {
    display: inline-block;
    width: 30px
}

.purchase-form input.text-c {
    width: 80%
}

.purchase-form .std-btn {
    width: 100%;
    margin: 16px 0 0
}

.purchase-form .cards {
    margin: 20px 0 12px
}

.page-form p {
    text-align: center;
    margin: 0 0 15px
}

.purchase-form .info p {
    text-align: left;
    font-size: 12px;
    line-height: 16px
}

.purchase-form .select-wrap {
    margin: 0px auto 15px;
    width: 88.1756757%
}

.purchase .product-image {
    margin-bottom: 37px
}

.purchase .product-image img {
    display: block;
    width: 100%;
    max-width: 454px;
    height: auto;
    margin: 0 auto
}

.contact .section-header h1 {
    font-size: 20px;
    line-height: 26px
}

.contact .section-header h1 a {
    display: block
}

.contact .section-header {
    padding: 38px 0 32px
}

.sub-page-header {
    background: url(header-bg-desktop.jpg) center;
    background-size: cover;
    text-align: center;
    padding: 75px 0 69px
}

.sub-page-header h1 {
    color: #fff;
    font-size: 46px;
    line-height: 56px;
    margin: 0 0 6px
}

.sub-page-header h2 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin: 0
}

.contact-form {
    text-align: center
}

.contact-form p {
    text-align: center;
    margin: 0 0 20px
}

.contact-form label {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.cta-email {
    display: block;
    background: #f6f7f8;
    padding: 60px 0;
    margin: 60px 0 0
}

.cta-email-bg {
    text-align: center
}

.cta-email h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 5px
}

.cta-email h2 {
    color: #8d9194;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px
}

.cta-email form {
    margin: 0 auto;
    padding: 0 20px
}

.cta-email input[type=email] {
    float: left;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    background: #fff;
    color: #73787c;
    padding: 0px 20px;
    border: 1px solid #b5b8bb;
    border-radius: 3px;
    margin: 0 8px 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-family: 'Varela Round', sans-serif
}

.cta-email input[type=email]:focus {
    border-color: #91cde2
}

.cta-email .std-btn {
    margin: 20px 0 0
}

::-webkit-input-placeholder {
    color: #73787c
}

:-moz-placeholder {
    color: #73787c
}

::-moz-placeholder {
    color: #73787c
}

:-ms-input-placeholder {
    color: #73787c
}

.contact-form textarea {
    height: 150px
}

.contact-form footer {
    text-align: center
}

.footer-cta {
    background: #f6f7f8;
    margin: 60px 0 0;
    padding: 60px 0 60px;
    text-align: center
}

.footer-cta h1 {
    text-transform: none;
    margin: 0 0 20px;
    font-size: 32px
}

html, .error-404 {
    height: 100%
}

.error-404 {
    position: relative;
    background: url(header-bg-desktop.jpg) 30% center no-repeat;
    background-size: cover
}

.error-404 .page-content {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.error-404 img {
    display: block;
    width: auto;
    height: 163px;
    margin: 0 auto 44px
}

.error-404 h1 {
    font-size: 52px;
    line-height: 62px;
    color: #fff;
    margin: 0 0 28px
}

.error-404 h2 {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    margin: 0 0 54px
}

.error-404 .std-btn {
    padding-left: 60px;
    padding-right: 60px
}

.select-wrap select {
    font-size: 16px;
    color: #73787c;
    font-family: 'Varela Round', sans-serif;
    background: transparent;
    padding: 15px 20px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
    -moz-appearance: window;
    border: 0
}

.select-wrap select::-ms-expand {
    display: none
}

.select-wrap select:focus {
    border-color: #249bc6
}

.sizer-box .select-wrap {
    margin: 4px 0 24px
}

.select-wrap {
    position: relative;
    width: 100%;
    background: #fff
}

.select-wrap {
    border-radius: 3px;
    border: 1px solid #ccc;
    background-image: url(dk-arrow.svg);
    background-position: 94% 51.5%;
    background-repeat: no-repeat;
    background-size: 17px 10px
}

@media only screen and (min-width: 680px) {
    .cta-email form {
        width: 70%;
        padding: 0
    }

    .cta-email input[type=email] {
        width: 60%
    }

    .cta-email .std-btn {
        margin: 0;
        float: right;
        padding-left: 41px;
        padding-right: 41px
    }
}

@media only screen and (min-width: 768px) {
    .container {
        padding: 0 20px
    }

    .section-header {
        margin-top: 70px
    }

    .features-main-list {
        margin-bottom: 50px
    }

    .features-main-list li,
    .features-sub-list li,
    .stealth-pack footer li,
    .measure-bullets li {
        float: left;
        width: 30.578512396694%;
        margin: 0 4.132231404959% 0 0
    }

    .features-main-list li:nth-child(3n+3),
    .features-sub-list li:nth-child(3n+3),
    .stealth-pack footer li:nth-child(4n+4),
    .measure-bullets li:nth-child(3n+3) {
        margin-right: 0
    }

    .features-sub {
        display: block;
        background: #f6f7f8;
        padding: 60px 0 28px
    }

    .features-sub-list {
        overflow: hidden
    }

    .features-sub-list li {
        padding: 0 0 0 83px;
        min-height: 128px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .features-sub-1 {
        background: url(features-leaf.svg) 18px 10% no-repeat;
        background-size: 29px 66px
    }

    .features-sub-2 {
        background: url(features-secure.svg) 11px 6% no-repeat;
        background-size: 42px 66px
    }

    .features-sub-3 {
        background: url(features-convenient.svg) 0 24% no-repeat;
        background-size: 65px 24px
    }

    .features-sub-4 {
        background: url(features-flexible.svg) 0 35% no-repeat;
        background-size: 65px 36px
    }

    .features-sub-5 {
        background: url(feature-innerwear.svg) 0 34% no-repeat;
        background-size: 65px 48px
    }

    .features-sub-6 {
        background: url(features-functions.svg) 0 27% no-repeat;
        background-size: 60px 64px
    }

    .stealth-pack .pack-main-image {
        width: 65%;
        height: auto;
        margin: 0 auto
    }

    .stealth-pack footer {
        margin-top: -68px;
        padding-top: 110px
    }

    .stealth-pack .prod-img {
        height: 192px
    }

    .stealth-pack .sleeve .prod-img img {
        top: 40%;
    }

    .stealth-pack .prod-img img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .stealth-pack li.jacket img, .stealth-pack li.skin img {
        padding: 0
    }

    .stealth-pack footer ul {
        position: relative;
        overflow: hidden
    }

    .stealth-pack li.jacket:before,
    .stealth-pack li.jacket:after
    .stealth-pack li.skin:after {
        width: 31px;
        height: 31px;
        background-size: cover
    }

    .stealth-pack li.jacket:before,
    .stealth-pack li.jacket:after {
        content: '';
        display: block;
        width: 55px;
        height: 55px;
        background: url(plus.svg)
    }

    .stealth-pack li.jacket:before {
        margin: 32px auto 0;
        position: absolute;
        top: 16%;
        left: 30%
    }

    .stealth-pack li.jacket:after {
        margin: 22px auto 0;
        position: absolute;
        top: 19%;
        right: 32%
    }

    .videos {
        margin: 20px 0 0
    }

    .videos li {
        float: left;
        width: 46.418732782369%;
        margin: 0 6.887052341598% 0 0
    }

    .videos li:last-child {
        margin-right: 0
    }

    .videos iframe {
        max-width: 474px;
        height: 210px
    }

    .videos figure, .videos figcaption {
        margin-bottom: 0
    }

    .footer-links {
        display: block;
        text-align: center;
        font-size: 0;
        margin: 27px 0 0
    }

    .footer-links li {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        font-family: Raleway, sans-serif;
        margin: 0 7px
    }

    .footer-links a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none
    }

    .footer-links a:hover {
        color: #249bc6
    }

    .page-footer .social-icons {
        margin: 24px 0 27px
    }

    .page-footer .rights {
        display: inline
    }

    .purchase-form {
        margin-top: 65px;
        width: 61.9505495%
    }

    .purchase .product-image {
        margin-bottom: 65px
    }

    .contact-form {
        margin: 0 0 60px 0
    }

    .contact .section-header h1 {
        font-size: 32px;
        line-height: 36px
    }

    .contact .section-header h1 a {
        display: inline
    }

    .contact .section-header {
        padding: 69px 0 52px
    }

    .sub-page-header {
        padding: 109px 0 119px
    }

    .sub-page-header h1 {
        font-size: 46px;
        line-height: 56px
    }

    .contact-form p {
        margin: 0 0 29px
    }

    .contact-form input[type="text"], .contact-form textarea {
        padding: 17px
    }

    .contact-form textarea {
        height: 180px
    }

    .footer-cta {
        margin: 0
    }

    .cta-email {
        padding: 100px 0
    }

    .cta-email input[type=email] {
        width: 65%
    }
}

@media only screen and (min-width: 860px) {
    .container {
        padding: 0 20px
    }

    [role="banner"] {
        position: relative
    }

    .home [role="banner"] {
        height: 518px;
        padding-bottom: 70px
    }

    .page-header {
        height: 100%;
        position: relative
    }

    .menu-toggle {
        display: none
    }

    .home-icon {
        float: left
    }

    .home .page-header {
        top: 70px
    }

    .nav-bar {
        position: fixed;
        top: 0;
        bottom: auto
    }

    #nav {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        background: none
    }

    #nav .pri-nav {
        position: absolute;
        right: 186px;
        top: 3px;
        padding: 16px 0;
        padding-right: 20px;
        border-right: 1px solid #73787c
    }

    #nav .pri-nav li {
        float: left;
        display: inline-block;
        margin: 0 0 0 26px
    }

    #nav li a {
        padding: 0
    }

    #nav .pri-nav, #nav li {
        border-bottom: 0
    }

    #nav .sec-toggle, #nav .social-icons {
        display: block
    }

    .sec-toggle {
        display: inline-block;
        position: absolute;
        right: 87px;
        top: 16px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 2px 0 3px 30px;
        background: url(menu-toggle.svg) no-repeat left 3px;
        background-size: 19px 17px
    }

    .sec-toggle:hover, .sec-toggle.active {
        color: #249bc6;
        background-image: url(menu-toggle-hover.svg);
        background-size: 19px 17px
    }

    #nav .sec-nav {
        display: none;.sizer-box .select-wrap
        position: absolute;
        background: #565859;
        padding: 26px 30px 6px;
        border-radius: 3px;
        top: 54px;
        right: 58px;
        text-align: center
    }

    #nav .sec-nav:before {
        content: '';
        display: block;
        width: 10px;
        height: 8px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjQgOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS40IDgiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjNTc1OTVBIiBkPSJNMCA4aDkuNGwtNC43LTh6Ii8+PC9zdmc+) no-repeat;
        position: absolute;
        top: -8px;
        left: 50%;
        margin-left: -5px
    }

    #nav .sec-nav li {
        margin: 0 0 18px
    }

    #nav .social-icons {
        position: absolute;
        right: 0;
        top: 16px
    }

    #nav .social-icons li {
        margin: 0 0 0 20px;
        float: left
    }

    #nav .social-icons a {
        padding: 0
    }
}

@media only screen and (min-width: 860px) {
    .home [role="banner"] {
        height: 1026px
    }

    .logo {
        height: 295px
    }

    .logo object {
        width: 366px;
        height: 295px
    }

    #nav .pri-nav {
        padding-right: 27px;
        right: 206px
    }

    #nav .pri-nav li {
        margin: 0 0 0 45px
    }

    .sec-toggle {
        right: 107px
    }

    #nav .sec-nav {
        right: 78px
    }

    .jump {
        display: block;
        height: 60px;
        width: 60px;
        border: 2px solid #fff;
        border-radius: 100%;
        position: absolute;
        left: 50%;
        bottom: 60px;
        margin-left: -30px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOC4zIDE1LjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI4LjMgMTUuNiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMyNTlCQzYiIGQ9Ik0yOC4zIDEuNGwtMS40LTEuNC0xMi44IDEyLjctMTIuNy0xMi43LTEuNCAxLjQgMTIuNyAxMi43IDEuNCAxLjUgMS41LTEuNXoiLz48L3N2Zz4=) center 25px no-repeat;
        background-size: 28px 15px
    }

    .jump:hover {
        background-image: url(jump-arrow-hover.svg);
        background-color: #249bc6;
        border-color: #249bc6
    }

    .home .section-header {
        margin-top: 71px;
        padding-bottom: 57px
    }

    .section-header h2, .sizer header h2 {
        width: 82.822085889571%;
        margin: 0 auto
    }

    .page .page-content {
        width: 82.8220859%;
        margin: 0 auto 114px
    }

    .features-main-list {
        margin-bottom: 63px
    }

    .features-main-list li,
    .features-sub-list li,
    .measure-bullets li {
        width: 31%;
        margin: 0 3.067484662577% 0 0
    }

    .stealth-pack footer li {
        width: 30%;
        margin: 0 3.067484662577% 0 0
    }

    blockquote {
        width: 82.822085889571%;
        margin: 0 auto
    }

    .videos {
        margin: 40px 0 0
    }

    .videos li {
        width: 48.466257668712%;
        margin: 0 3.067484662577% 42px 0
    }

    .videos iframe {
        height: 300px
    }

    .stealth-pack li.jacket:before, .stealth-pack li.jacket:after {
        width: 55px;
        height: 55px
    }

    .cta-email form {
        width: 51.942740286299%
    }

    .footer-links li {
        margin: 0 16px
    }

    .contact-form {
        width: 65.6441718%;
        margin: 0 auto 114px
    }

    .sub-page-header {
        padding-bottom: 108px
    }

    .sub-page-header h1 {
        font-size: 52px;
        line-height: 62px;
        margin: 0 0 11px
    }

    .page-form input[type="text"], .page-form textarea {
        width: 100%
    }

    .purchase-form {
        width: 48.4662577%;
        float: left;
        margin: 60px auto 82px
    }

    .purchase-form label {
        line-height: 50px;
        float: left;
        text-align: left;
        width: 35%;
        margin: 0
    }

    .purchase-form .currency {
        line-height: 50px
    }

    .purchase-form input[type="text"], .purchase-form textarea, .purchase-form .select-wrap {
        width: 55.0632911%;
        float: right;
        margin: 0
    }

    .sizer-box .select-wrap {
        float: right;
        width: 74%
    }

    .purchase-form p {
        float: left;
        width: 100%;
        margin: 0 0 19px
    }

    .purchase .product-image {
        width: 48.4662577%;
        float: right;
        padding: 85px 0
    }

    .purchase-form .std-btn {
        margin-top: 40px
    }
}

@media only screen and (min-height: 600px) and (max-height: 1224px) {
    .home [role="banner"] {
        height: 600px
    }

    .page-header {
        height: 100%
    }
}

#measurer, .sizer-table, .stealth_cont {
    display: none
}

.sth_size_desc li {
    display: none
}

.sth_size_desc li:first-child {
    display: block;
    background: #eff0f2;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 37px 40px 30px;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sth_size_desc b {
    font-weight: normal;
    display: block;
    margin: 0 0 6px
}

.sth_size_desc span {
    display: block;
    color: #73787c;
    font-size: 16px
}

.sizer-box {
    background-color: #f6f7f8;
    padding: 25px 20px 6px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sizer-box label {
    font-size: 18px;
    line-height: 24px;
    color: #2c2e2f;
    display: inline-block
}

#measurer {
    position: relative
}

#sizer {
    position: relative;
    height: 220px;
    width: 750px;
    font-size: 11px
}

#upsize {
    position: relative;
    border: 1px solid #007ca8;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #c1d9e7;
    padding: 2px;
    text-align: center;
    width: 100px;
    margin-bottom: 8px;
    float: right;
    margin-right: 10px
}

.left {
    float: left;
    height: 330px;
    width: 193px;
    padding-top: 0px;
    margin-top: 50px;
    margin-right: 20px;
    overflow: hidden;
    text-align: center
}

.left p {
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 10px
}

.stealthbutton {
    border: 1px solid #007ca8;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #f0f1f5;
    background-color: #2ba3c2
}

#buynowcont {
    position: relative;
    float: right;
    margin-left: 20px;
    margin-right: 5px;
    height: 80px;
    width: 200px
}

#mask {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    display: none
}

#sizing-vid {
    cursor: pointer
}

#wearing-vid {
    cursor: pointer
}

#closevid {
    cursor: pointer
}

.girthpic {
    margin: 0 auto;
    position: absolute;
    height: 480px;
    width: 640px;
    left: 80px;
    top: 100px;
    cursor: pointer;
    display: none
}

#showpic {
    font-weight: bold;
    text-decoration: underline
}

#charttable {
    position: relative;
    width: 100%
}

#stepfourtxt {
    float: left;
    position: relative;
    width: 430px
}

.baseframe {
    border-spacing: 6px;
    border-collapse: separate;
    margin: 0 auto
}

.cbox {
    text-align: center;
    vertical-align: middle;
    height: 35px;
    width: 40px;
    font-size: 16px;
    color: #8d9194;
    cursor: pointer;
    margin: 3px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px -3px 0px 0px #d7d9da;
    box-shadow: inset 0px -3px 0px 0px #d7d9da
}

.cboxon {
    color: #fff;
    background: #249bc6;
    -webkit-box-shadow: inset 0px -3px 0px 0px #186986;
    box-shadow: inset 0px -3px 0px 0px #186986
}

.cboxoff {
    background: #eff0f2;
    box-shadow: none
}

.band {
    background-image: url(stealth_band.png);
    background-repeat: no-repeat;
    float: left;
    height: 114px;
    width: 35px
}

.shaft_cont {
    position: absolute;
    left: 30px;
    top: 125px;
    width: 51.2096774%;
    max-width: 300px
}

.shaft_cont .shaft-img {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden
}

.shaft_cont img {
    float: left;
    height: 50px
}

#sth_base {
    width: 20px
}

#sth_shaft {
    width: 75px;
    max-width: 300px !important
}

#sth_collar {
    width: 10px
}

#sth_girthtxt {
    position: absolute;
    right: 0px;
    top: 75px;
    width: 40%;
    font-size: 16px;
    color: #9a9ea0;
    text-align: center
}

#sth_depthtxt {
    position: absolute;
    font-size: 16px;
    width: 51.2096774%;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #b9bbbd;
    border-right: 1px solid #b9bbbd;
    left: 30px;
    top: 60px;
    color: #9a9ea0;
    text-align: center;
    background: url(left-arrow.svg) 10% center no-repeat, url(right-arrow.svg) 90% center no-repeat;
    background-size: 10px 16px
}

#sth_girth_cont {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative
}

.sth_girth_cont_wrap {
    width: 40%;
    position: absolute;
    right: 0px;
    top: 125px
}

#black_circle {
    position: absolute;
    left: 10px;
    top: 10px
}

#grey_circle {
    position: absolute;
    left: 0px;
    top: 0px
}

#sth_desc {
    position: absolute;
    font-size: 12px;
    left: 60px;
    bottom: 10px
}

#gthdiv {
    position: absolute;
    height: 140px;
    width: 40px;
    left: 483px;
    top: 20px;
    overflow: hidden
}

#gthrule {
    position: absolute;
    top: -101px;
    background: url(9rule.svg);
    width: 40px;
    height: 344px;
    background-size: 40px 344px;
    z-index: 10
}

#gthmatrix {
    position: absolute;
    height: 140px;
    width: 63px;
    left: 483px;
    background-image: url(gfade.svg);
    background-size: 63px 140px;
    cursor: n-resize;
    top: 20px;
    z-index: 20
}

#display {
    position: absolute;
    left: 540px;
    width: 50px
}

#gthinch {
    position: absolute;
    width: 63px;
    top: 3px;
    left: 483px;
    color: #2c2e2f;
    font-size: 10px
}

#girthbox {
    position: absolute;
    width: 63px;
    top: 168px;
    left: 483px;
    color: #2c2e2f;
    font-size: 10px
}

#lengthbox {
    position: absolute;
    left: 160px;
    bottom: 4px;
    font-size: 10px;
    color: #930;
    font-weight: bold
}

#width {
    position: absolute;
    left: 4px;
    bottom: 4px;
    font-size: 10px;
    color: #99C
}

#colourinx {
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 10px;
    color: #669;
    border: none
}

@media only screen and (min-width: 768px) {
    #measurer, .sizer-table, .stealth_cont {
        display: block
    }

    .sizer-box {
        margin: 0 0 20px 0
    }

    .sizer-table {
        background-color: #f6f7f8;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 6px !important;
        margin: 0 0 20px
    }

    #measurer {
        height: 145px;
        width: 478px
    }

    .sizer-box {
        padding: 30px
    }

    .matrix-wrap {
        margin: 0 auto 50px;
        padding: 30px 0;
        background: url(matrix.svg) no-repeat;
        background-size: 100%;
        width: 478px;
        height: 239px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    #matrix {
        height: 145px;
        width: 478px;
        cursor: e-resize;
        z-index: 10
    }

    #pointer {
        position: absolute;
        left: 0px;
        top: 24px;
        height: 113px;
        width: 16px;
        z-index: 30
    }

    #cockdiv {
        position: absolute;
        top: 20px;
        z-index: 20;
        left: 20px
    }

    #cockdiv div {
        float: left
    }

    #cockdiv #shaft img {
        max-width: 295px !important
    }

    .sizer-info {
        position: relative
    }

    .select-1 {
        width: 45%;
        float: left
    }

    .select-2 {
        width: 45%;
        float: right
    }

    .sizer-box label {
        width: 15%;
        line-height: 56px
    }

    .dk_container {
        width: 77%;
        float: right
    }

    .stealth_cont {
        min-height: 205px
    }

    .stealth_cont {
        background-color: #f6f7f8;
        padding: 65px 40px 100px
    }

    .sth_size_desc {
        overflow: hidden
    }

    .sth_size_desc li, .sth_size_desc li:first-child {
        display: block;
        background: #f4f5f6;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        padding: 37px 0px 30px;
        margin: 0 0 20px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.33%;
        float: left
    }

    .sth_size_desc li:first-child, .sth_size_desc li:last-child {
        background: #eff0f2
    }

    .sth_size_desc b {
        font-weight: normal;
        display: block;
        margin: 0 0 6px
    }

    .sth_size_desc span {
        display: block;
        color: #73787c;
        font-size: 16px
    }
}

@media only screen and (min-width: 860px) {
    #measurer {
        float: left
    }

    .matrix-wrap {
        float: left;
        margin: 0
    }

    #ipadcont {
        width: 30%;
        float: right;
        margin: 46px 0 0
    }

    .select-1, .select-2 {
        width: 100%
    }

    .sizer-box label {
        float: left
    }

    .sizer-table {
        width: 47.443762781186%;
        float: right
    }

    .sizer-info {
        width: 50.7157464%;
        float: left
    }
}
