/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* END Eric Meyer Reset */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }

*,
*::before,
*::after {
  box-sizing: border-box; }

/**
*
* HEADINGS
* Mixins for headings so we can modify in one place for heading css class and WYSIWYG content.
* Font-size properties read from config.json and follow native Stencil naming convention.
*/
/**
* VISUALLY HIDDEN
* Hide it! But keep it screenreader accessible!
*/
/**
* VISUALLY SHOWN
* Undo visually hidden with default values. May need to specify different values in your implementation.
*/
/**
* BREAKPOINT
* min-width based media query
* To use, simply @include inside your rule and provide either a breakpoint variable OR numeric value (with 'px').
*/
/**
* HORIZONTAL RHYTHM
* Include it in your properties with a spacing variable or pixel value and watch your dreams soar!
*/
/**
* VERTICAL RHYTHM
* Include it in your properties with a spacing variable or pixel value and watch your dreams soar!
*/
/**
* PILLOW
* A system for consistent container padding throughout breakpoints.
*
* @param $vertical boolean
* @param $horizontal boolean
*/
/**
* CONTAINER
* Sets a max-width and assumes horizontal centering.
*/
/**
* PADDING BOTTOM
* Helper to make svgs act responsively. See usage in 'content/responsiveIcon'.
*/
/**
 * CLEARFIX
 */
/**
 * STANDARD LINK STYLES
 */
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #090909;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

p {
  margin: 0 0 16px 0; }

strong, b {
  font-weight: 700; }

svg {
  display: inline-block; }

form {
  margin: 0;
  padding: 0;
  display: block; }

input,
button,
textarea,
select {
  font: inherit; }

img {
  max-width: 100%;
  display: block; }

a {
  color: #006680;
  text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: none; }

.isVisuallyHidden--all {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.isVisuallyHidden--base {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  @media (min-width: 479px) {
    .isVisuallyHidden--base {
      width: auto;
      height: auto;
      position: static;
      overflow: visible;
      clip: auto; } }

@media (min-width: 480px) {
  .isVisuallyHidden--small {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); } }

@media (min-width: 768px) {
  .isVisuallyHidden--small {
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
    clip: auto; } }

@media (min-width: 769px) {
  .isVisuallyHidden--medium {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); } }

@media (min-width: 959px) {
  .isVisuallyHidden--medium {
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
    clip: auto; } }

@media (min-width: 960px) {
  .isVisuallyHidden--large {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); } }

@media (min-width: 1199px) {
  .isVisuallyHidden--large {
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
    clip: auto; } }

@media (min-width: 1200px) {
  .isVisuallyHidden--xlarge {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); } }

@media (min-width: 1919px) {
  .isVisuallyHidden--xlarge {
    width: auto;
    height: auto;
    position: static;
    overflow: visible;
    clip: auto; } }

@media (min-width: 1920px) {
  .isVisuallyHidden--max {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); } }

.centered-horizontal-line {
  overflow: hidden;
  text-align: center;
  text-transform: uppercase; }
  .centered-horizontal-line:before, .centered-horizontal-line:after {
    background-color: #d8d8d8;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  .centered-horizontal-line:before {
    right: 0.5em;
    margin-left: -50%; }
  .centered-horizontal-line:after {
    left: 0.5em;
    margin-right: -50%; }

/* stylelint-disable */
/**
* WYSIWYG is a utility class applied to areas where users have entered content in a wysiwyg editor.
* Shogun css classes may need to be modified
*/
.wysiwyg > * + *,
.shg-rich-text > * + *,
.mce-content-body > * + *,
.shogun-editor-content > * + *,
.rte > * + * {
  margin-top: 24px; }

.wysiwyg h1,
.shg-rich-text h1,
.mce-content-body h1,
.shogun-editor-content h1,
.rte h1 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 48px;
  letter-spacing: 4px; }

.wysiwyg h2,
.shg-rich-text h2,
.mce-content-body h2,
.shogun-editor-content h2,
.rte h2 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 36px;
  letter-spacing: 3px; }

.wysiwyg h3,
.shg-rich-text h3,
.mce-content-body h3,
.shogun-editor-content h3,
.rte h3 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px; }

.wysiwyg h4,
.shg-rich-text h4,
.mce-content-body h4,
.shogun-editor-content h4,
.rte h4 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }

.wysiwyg h5,
.shg-rich-text h5,
.mce-content-body h5,
.shogun-editor-content h5,
.rte h5 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 16px;
  letter-spacing: 1px; }

.wysiwyg h6,
.shg-rich-text h6,
.mce-content-body h6,
.shogun-editor-content h6,
.rte h6 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px; }

.wysiwyg p,
.shg-rich-text p,
.mce-content-body p,
.shogun-editor-content p,
.rte p {
  line-height: 1.5; }
  .wysiwyg p:after,
  .shg-rich-text p:after,
  .mce-content-body p:after,
  .shogun-editor-content p:after,
  .rte p:after {
    content: "";
    display: table;
    clear: both; }

.wysiwyg a,
.shg-rich-text a,
.mce-content-body a,
.shogun-editor-content a,
.rte a {
  color: #006680;
  text-decoration: underline; }
  .wysiwyg a:hover, .wysiwyg a:focus,
  .shg-rich-text a:hover,
  .shg-rich-text a:focus,
  .mce-content-body a:hover,
  .mce-content-body a:focus,
  .shogun-editor-content a:hover,
  .shogun-editor-content a:focus,
  .rte a:hover,
  .rte a:focus {
    text-decoration: none; }

.wysiwyg li,
.shg-rich-text li,
.mce-content-body li,
.shogun-editor-content li,
.rte li {
  line-height: 1.5; }

.wysiwyg img,
.shg-rich-text img,
.mce-content-body img,
.shogun-editor-content img,
.rte img {
  display: block; }

.wysiwyg img[style*="float"],
.shg-rich-text img[style*="float"],
.mce-content-body img[style*="float"],
.shogun-editor-content img[style*="float"],
.rte img[style*="float"] {
  margin-left: auto;
  margin-right: auto;
  float: none !important; }
  @media (min-width: 480px) {
    .wysiwyg img[style*="float"],
    .shg-rich-text img[style*="float"],
    .mce-content-body img[style*="float"],
    .shogun-editor-content img[style*="float"],
    .rte img[style*="float"] {
      width: auto; } }

@media (min-width: 480px) {
  .wysiwyg img[style*="float: left;"],
  .shg-rich-text img[style*="float: left;"],
  .mce-content-body img[style*="float: left;"],
  .shogun-editor-content img[style*="float: left;"],
  .rte img[style*="float: left;"] {
    margin-right: 24px;
    float: left !important; } }

@media (min-width: 480px) {
  .wysiwyg img[style*="float: right;"],
  .shg-rich-text img[style*="float: right;"],
  .mce-content-body img[style*="float: right;"],
  .shogun-editor-content img[style*="float: right;"],
  .rte img[style*="float: right;"] {
    margin-left: 24px;
    float: right !important; } }

.wysiwyg img[alt*="icon"],
.shg-rich-text img[alt*="icon"],
.mce-content-body img[alt*="icon"],
.shogun-editor-content img[alt*="icon"],
.rte img[alt*="icon"] {
  display: inline-block;
  vertical-align: middle; }

.wysiwyg h1 img[style*="float"],
.wysiwyg h2 img[style*="float"],
.wysiwyg h3 img[style*="float"],
.wysiwyg h4 img[style*="float"],
.wysiwyg h5 img[style*="float"],
.wysiwyg h6 img[style*="float"],
.wysiwyg p img[style*="float"],
.shg-rich-text h1 img[style*="float"],
.shg-rich-text h2 img[style*="float"],
.shg-rich-text h3 img[style*="float"],
.shg-rich-text h4 img[style*="float"],
.shg-rich-text h5 img[style*="float"],
.shg-rich-text h6 img[style*="float"],
.shg-rich-text p img[style*="float"],
.mce-content-body h1 img[style*="float"],
.mce-content-body h2 img[style*="float"],
.mce-content-body h3 img[style*="float"],
.mce-content-body h4 img[style*="float"],
.mce-content-body h5 img[style*="float"],
.mce-content-body h6 img[style*="float"],
.mce-content-body p img[style*="float"],
.shogun-editor-content h1 img[style*="float"],
.shogun-editor-content h2 img[style*="float"],
.shogun-editor-content h3 img[style*="float"],
.shogun-editor-content h4 img[style*="float"],
.shogun-editor-content h5 img[style*="float"],
.shogun-editor-content h6 img[style*="float"],
.shogun-editor-content p img[style*="float"],
.rte h1 img[style*="float"],
.rte h2 img[style*="float"],
.rte h3 img[style*="float"],
.rte h4 img[style*="float"],
.rte h5 img[style*="float"],
.rte h6 img[style*="float"],
.rte p img[style*="float"] {
  margin-bottom: 24px; }
  @media (min-width: 480px) {
    .wysiwyg h1 img[style*="float"],
    .wysiwyg h2 img[style*="float"],
    .wysiwyg h3 img[style*="float"],
    .wysiwyg h4 img[style*="float"],
    .wysiwyg h5 img[style*="float"],
    .wysiwyg h6 img[style*="float"],
    .wysiwyg p img[style*="float"],
    .shg-rich-text h1 img[style*="float"],
    .shg-rich-text h2 img[style*="float"],
    .shg-rich-text h3 img[style*="float"],
    .shg-rich-text h4 img[style*="float"],
    .shg-rich-text h5 img[style*="float"],
    .shg-rich-text h6 img[style*="float"],
    .shg-rich-text p img[style*="float"],
    .mce-content-body h1 img[style*="float"],
    .mce-content-body h2 img[style*="float"],
    .mce-content-body h3 img[style*="float"],
    .mce-content-body h4 img[style*="float"],
    .mce-content-body h5 img[style*="float"],
    .mce-content-body h6 img[style*="float"],
    .mce-content-body p img[style*="float"],
    .shogun-editor-content h1 img[style*="float"],
    .shogun-editor-content h2 img[style*="float"],
    .shogun-editor-content h3 img[style*="float"],
    .shogun-editor-content h4 img[style*="float"],
    .shogun-editor-content h5 img[style*="float"],
    .shogun-editor-content h6 img[style*="float"],
    .shogun-editor-content p img[style*="float"],
    .rte h1 img[style*="float"],
    .rte h2 img[style*="float"],
    .rte h3 img[style*="float"],
    .rte h4 img[style*="float"],
    .rte h5 img[style*="float"],
    .rte h6 img[style*="float"],
    .rte p img[style*="float"] {
      margin-bottom: 0; } }

.wysiwyg ul,
.shg-rich-text ul,
.mce-content-body ul,
.shogun-editor-content ul,
.rte ul {
  padding-left: 40px;
  list-style: disc; }

.wysiwyg ol,
.shg-rich-text ol,
.mce-content-body ol,
.shogun-editor-content ol,
.rte ol {
  padding-left: 40px;
  list-style: decimal; }

.wysiwyg blockquote,
.shg-rich-text blockquote,
.mce-content-body blockquote,
.shogun-editor-content blockquote,
.rte blockquote {
  margin-bottom: 24px;
  padding: 0 32px;
  border-left: 4px solid #006680;
  text-align: left;
  font-size: 18px; }

.wysiwyg .button,
.shg-rich-text .button,
.mce-content-body .button,
.shogun-editor-content .button,
.rte .button {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  min-width: 90px;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  color: #FFFFFF;
  background: #006680;
  transition: background 0.2s ease 0s; }
  .wysiwyg .button:hover, .wysiwyg .button:focus,
  .shg-rich-text .button:hover,
  .shg-rich-text .button:focus,
  .mce-content-body .button:hover,
  .mce-content-body .button:focus,
  .shogun-editor-content .button:hover,
  .shogun-editor-content .button:focus,
  .rte .button:hover,
  .rte .button:focus {
    background: #008fb3; }

@media (min-width: 960px) {
  .form {
    padding: 0; } }

.form__success {
  color: #56ad6a;
  font-weight: 600; }

.form--light-bg input,
.form--light-bg textarea,
.form--light-bg select {
  background-color: #FFFFFF;
  border: none; }

.form--contact {
  min-height: 600px; }

.form-field__optional {
  font-style: italic;
  font-size: 14px;
  color: #555354;
  margin-top: 4px;
  margin-left: 16px; }

.form-vertical--support {
  min-height: 500px; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px; }

.container--medium {
  max-width: 769px; }

.container--large {
  max-width: 960px; }

.container--xlarge {
  max-width: 1200px; }

.container--border-top {
  border-top: 3px solid #34BEAD; }

.container--text-center {
  text-align: center; }

.media {
  display: flex;
  align-items: flex-start; }

.media__figure {
  margin: 0 16px 0 0; }

.media__content {
  flex: 1; }

.pillow {
  padding: 8px; }

.pillow--y {
  padding: 8px 0; }

.pillow--responsive {
  padding: 16px; }
  @media (min-width: 769px) {
    .pillow--responsive {
      padding: 24px; } }

.pillow--2 {
  padding: 16px; }

.pillow--2y {
  padding: 16px 0; }

.pillow--3 {
  padding: 24px; }

.pillow--3y {
  padding: 24px 0; }

.pillow--4 {
  padding: 32px; }

.pillow--4y {
  padding: 32px 0; }

.pillow--5 {
  padding: 40px; }

.pillow--5y {
  padding: 40px 0; }

.pillow--6 {
  padding: 48px; }

.pillow--6y {
  padding: 48px 0; }

.pillow--7 {
  padding: 56px; }

.pillow--7y {
  padding: 56px 0; }

.pillow--8 {
  padding: 64px; }

.pillow--8y {
  padding: 64px 0; }

.tier {
  padding: 16px 0; }
  @media (min-width: 769px) {
    .tier {
      padding: 24px 0; } }

.tier__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px; }

.tier--primary {
  background-color: #006680; }

.tier--dark {
  background-color: #0D181C; }

.tier--light {
  background-color: #EFF4F8; }

.tier--no-padding {
  padding: 0; }

.info-box {
  padding: 0 16px;
  margin: 48px 0; }
  @media (min-width: 960px) {
    .info-box {
      display: flex;
      justify-content: center;
      padding: 0; } }
  .info-box__container {
    background: #EFF4F8;
    padding: 24px;
    margin-bottom: 16px; }
    .info-box__container > * {
      display: block; }
    .info-box__container > * + * {
      margin-top: 24px; }
    @media (min-width: 960px) {
      .info-box__container {
        margin-bottom: 0;
        min-width: 400px; } }
  .info-box__item {
    display: flex;
    align-items: center;
    font-size: 16px; }
  .info-box__small-text {
    font-size: 14px; }
  .info-box__button {
    color: #006680;
    text-decoration: underline; }
    .info-box__button:hover, .info-box__button:focus {
      text-decoration: none; }
  .info-box__icon {
    margin-right: 16px; }
  .info-box__link {
    color: #006680; }

.collection-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 16px; }

.collection-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  @media (min-width: 960px) {
    .collection-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    .collection-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .collection-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .collection-grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; } }
  .collection-grid p {
    margin: 0; }

.collection-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  padding: 40px;
  color: #FFFFFF;
  text-align: center; }
  .collection-grid__item > * {
    display: block; }
  .collection-grid__item > * + * {
    margin-top: 16px; }

.collection-grid__icon {
  width: 90px; }

.collection-grid__title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 48px;
  letter-spacing: 4px;
  color: #FFFFFF;
  position: relative; }

.collection-grid__cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  margin-bottom: 24px; }
  .collection-grid__cta-buttons > * {
    display: block; }
  .collection-grid__cta-buttons > * + * {
    margin-top: 24px; }

.copyright {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  font-size: 14px; }
  .copyright > * {
    display: block; }
  .copyright > * + * {
    margin-top: 8px; }
  @media (min-width: 769px) {
    .copyright {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      .copyright > * {
        display: inline-block; }
      .copyright > * + * {
        margin-left: 32px; }
      .copyright > * {
        display: block; }
      .copyright > * + * {
        margin-top: 0; } }
  .copyright a {
    text-decoration: none; }
  .copyright p {
    margin: 0; }

.footer-logos {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 32px 16px; }
  @media (min-width: 1200px) {
    .footer-logos {
      padding: 32px 0; } }

@media (min-width: 769px) {
  .footer-menu {
    padding: 32px 0; } }

.heading {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909; }

.heading--1 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 48px;
  letter-spacing: 4px; }

.heading--1-responsive {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 36px;
  letter-spacing: 3px; }
  @media (min-width: 960px) {
    .heading--1-responsive {
      font-family: "proxima-nova", sans-serif;
      line-height: 1.2;
      color: #090909;
      font-size: 48px;
      letter-spacing: 4px; } }

.heading--2 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 36px;
  letter-spacing: 3px; }

.heading--2-responsive {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px; }
  @media (min-width: 960px) {
    .heading--2-responsive {
      font-family: "proxima-nova", sans-serif;
      line-height: 1.2;
      color: #090909;
      font-size: 36px;
      letter-spacing: 3px; } }

.heading--3 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px; }

.heading--4 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }

.heading--5 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 16px;
  letter-spacing: 1px; }

.heading--6 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px; }

.heading--uppercase {
  text-transform: uppercase; }

.heading--normal {
  font-weight: 400; }

.heading--bold {
  font-weight: 600; }

.heading--reverse {
  color: #FFFFFF; }

.heading--natural-case {
  text-transform: none; }

.heading--no-margin {
  margin: 0; }

.iconText {
  display: flex;
  align-items: center; }
  .iconText > .responsiveIcon {
    width: 24px; }
  .iconText > * + * {
    margin-left: 8px; }

.nav-featured__header {
  display: flex;
  flex-wrap: wrap; }

.nav-featured__title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 0;
  margin-right: 16px; }

.nav-featured__see-more {
  font-size: 14px; }

.nav-featured__product-image {
  margin: 8px 0; }

.nav-featured__product-title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600; }

.nav-featured__product-price {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #006680; }

.predictive-results {
  background-color: #0D181C;
  padding: 24px 0; }
  .predictive-results__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .predictive-results__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .predictive-results__products {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 24px;
    margin-bottom: 24px; }
  .predictive-results__products > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .predictive-results__products > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
    @media (min-width: 769px) {
      .predictive-results__products {
        -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 40px; }
      .predictive-results__products > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .predictive-results__products > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .predictive-results__products > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
      .predictive-results__products > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7; } }
    .predictive-results__products + .predictive-results__pages {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 769px) {
    .predictive-results__product:not(:last-child) .predictive-results__content:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -20px;
      width: 1px;
      background: rgba(255, 255, 255, 0.2); } }
  .predictive-results__content {
    position: relative; }
    .predictive-results__content a:not(.predictive-results__content-link) {
      text-decoration: none; }
  .predictive-results__content-link {
    display: block;
    margin: 4px 0;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline; }
    .predictive-results__content-link:hover, .predictive-results__content-link:active {
      text-decoration: none;
      color: #FFFFFF; }
  .predictive-results__meta {
    padding-top: 16px;
    color: #FFFFFF;
    font-size: 16px; }
  .predictive-results__price {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 16px;
    margin: 4px 0 16px 0;
    font-weight: 600; }
  .predictive-results__price--original {
    text-decoration: line-through;
    margin-left: 8px;
    margin-right: 0;
    font-size: 14px; }
  .predictive-results__image {
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 8px;
    background-color: #FFFFFF; }
    @media (min-width: 960px) {
      .predictive-results__image {
        height: 200px; } }
    .predictive-results__image img {
      -o-object-fit: contain;
         object-fit: contain;
      max-width: 200px; }
  .predictive-results__pages {
    padding: 24px 0; }
    .predictive-results__pages a {
      display: inline-block;
      margin: 4px 0;
      color: #34BEAD;
      text-decoration: underline; }
      .predictive-results__pages a:hover, .predictive-results__pages a:focus {
        text-decoration: none; }
  .predictive-results__see-more {
    text-align: center; }

.product__warranty {
  margin-bottom: 32px; }

.product__support-buttons {
  margin-bottom: 32px; }
  .product__support-buttons > * {
    display: block; }
  .product__support-buttons > * + * {
    margin-top: 16px; }
  @media (min-width: 960px) {
    .product__support-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .product__support-buttons > * {
        display: inline-block; }
      .product__support-buttons > * + * {
        margin-left: 24px; }
      .product__support-buttons > * {
        display: block; }
      .product__support-buttons > * + * {
        margin-top: 0; } }
  .product__support-buttons .btn {
    min-width: 200px; }

.product__support-additional-help {
  text-align: center;
  margin: 32px 0; }
  .product__support-additional-help a {
    font-size: 20px;
    color: #006680;
    font-weight: 600; }

@media (min-width: 960px) {
  .product__support-info--two-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 16px; }
  .product__support-info--two-column > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .product__support-info--two-column > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

.product__registration-heading {
  margin-bottom: 16px;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: 600; }

.product__register-it {
  border-top: 1px solid #d8d8d8;
  padding-top: 16px;
  font-size: 16px; }

.product-parts__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 16px; }

.product-parts__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.product-parts__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  @media (min-width: 960px) {
    .product-parts__grid {
      -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
      grid-template-columns: repeat(4, 1fr); } }
  .product-parts__grid .grid__item {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 960px) {
      .product-parts__grid .grid__item {
        margin-bottom: 48px; } }
  .product-parts__grid .grid-product__content {
    height: 100%; }

.quickview__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 29, 49, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; }

.quickview__container {
  background-color: #FFFFFF;
  width: 80vw;
  max-width: 1200px;
  min-height: 80vh;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative; }

.quickview__close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 16px;
  right: 16px; }
  .quickview__close:before {
    content: '\2715';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600; }

.quickview--slide {
  display: none; }
  .quickview--slide.is-open {
    display: block; }
  .quickview--slide[aria-hidden="false"] .quickview__overlay {
    -webkit-animation: mmfadeIn 300ms ease-out;
            animation: mmfadeIn 300ms ease-out; }
  .quickview--slide[aria-hidden="false"] .quickview__container {
    -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .quickview--slide[aria-hidden="true"] .quickview__overlay {
    -webkit-animation: mmfadeOut 300ms ease-out;
            animation: mmfadeOut 300ms ease-out; }
  .quickview--slide[aria-hidden="true"] .quickview__container {
    -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .quickview--slide .quickview__overlay {
    will-change: transform; }

/**************************\
  Quickview Animations
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

/**

ICON

1. Wrap your svg in an element with 'responsiveIcon'.
2. Apply the responsiveIcon__inner class to the svg tag itself.
3. Specify the desired width to the parent containing element. Height will automatically be calculated proportionately.
4. Ensure parent containing element is either display: block or display: inline-block.

Usage:

<div class="parent">
    <span class="responsiveIcon responsiveIcon--account">
        <svg class="responsiveIcon__inner">
            <use xlink:href="#icon-account" />
        </svg>
    </span>
</div>

*/
.responsiveIcon {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.responsiveIcon::before {
  width: inherit;
  display: inherit;
  padding-bottom: 100%;
  content: ''; }

.responsiveIcon__inner {
  width: inherit;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.subscriptions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 32px; }

.subscriptions > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  @media (min-width: 769px) {
    .subscriptions {
      -ms-grid-columns: 1fr 32px 1fr;
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    .subscriptions > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .subscriptions > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media (min-width: 960px) {
    .subscriptions {
      -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
      grid-template-columns: repeat(4, 1fr);
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    .subscriptions > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .subscriptions > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .subscriptions > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
    .subscriptions > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7; } }

.subscriptions__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 24px;
  margin-top: 48px;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1); }
  @media (min-width: 769px) {
    .subscriptions__item {
      margin-top: 0; } }

.subscriptions__highlight-note {
  display: none;
  margin: 4px 0;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600; }
  .subscriptions__item--highlight .subscriptions__highlight-note {
    display: block; }

.subscriptions__meta {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  margin-bottom: 32px; }

.subscriptions__cta {
  margin-top: auto; }

.subscriptions__title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: none;
  padding: 8px 32px;
  margin-bottom: 16px; }
  .subscriptions__item--highlight .subscriptions__title {
    background-color: #34BEAD; }

.subscriptions__price {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: 600; }
  .subscriptions__item--highlight .subscriptions__price {
    font-family: "proxima-nova", sans-serif;
    line-height: 1.2;
    color: #090909;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: 600; }
  .subscriptions__price--original {
    text-decoration: line-through;
    font-size: 14px;
    color: #979797; }

.subscriptions__billing-cycle {
  margin-bottom: 16px;
  font-size: 16px; }

.subscriptions__features {
  text-align: left; }
  .subscriptions__features li {
    position: relative;
    padding: 16px 16px 16px 40px;
    font-size: 16px;
    font-weight: 600; }
    .subscriptions__features li:before {
      content: "\2713";
      position: absolute;
      left: 16px;
      top: 16px; }
    .subscriptions__features li:nth-child(even) {
      background: #EFF4F8; }

.support__image-heading {
  display: flex;
  justify-content: center;
  margin: 24px auto; }
  .support__image-heading--platform {
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    max-width: 960px;
    position: relative; }
    @media (min-width: 769px) {
      .support__image-heading--platform {
        flex-direction: row; }
        .support__image-heading--platform:before {
          content: '';
          position: absolute;
          background: #292728;
          height: 100%;
          width: 1px;
          top: 50%;
          left: 50%;
          transform: translateY(-50%); } }

.support__image {
  display: flex;
  justify-content: center;
  height: 100px;
  width: 200px; }
  .support__image--platform:first-child {
    margin-bottom: 32px; }
  @media (min-width: 769px) {
    .support__image--platform {
      margin-bottom: 0; } }
  .support__image img {
    -o-object-fit: contain;
       object-fit: contain; }

.support__subtitle {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: 600;
  margin: 8px 0; }

.support__description {
  margin-top: 24px; }

.support__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 24px; }

.support__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.support__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }

.support__tabs {
  border-right: 1px solid #292728; }

.support__section-category {
  font-weight: 600;
  text-transform: none;
  padding: 16px;
  background: #132227;
  color: #FFFFFF; }
  @media (min-width: 769px) {
    .support__section-category {
      background: #FFFFFF;
      color: #090909;
      padding: 0;
      margin: 32px 0 8px 0; } }

.support__question {
  position: relative;
  display: block;
  background-color: #EFF4F8;
  padding: 8px 16px;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid transparent;
  font-size: 16px;
  color: #090909;
  text-decoration: none; }
  .support__question:first-child {
    border-top: 1px solid #AAAAAA; }
  .support__question:after {
    content: '\25B8';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px; }
  .support__question[aria-selected="true"] {
    border-left: 1px solid #292728;
    border-top: 1px solid #292728;
    border-bottom: 1px solid #292728;
    font-weight: 600; }
  .support__question:hover:not([aria-selected="true"]) {
    background-color: #e4edf3; }

.support__platform-heading {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  margin-bottom: 32px; }

.support__tab-content-info {
  padding: 0 24px; }
  .support__tab-content-info h1 {
    display: none; }

.support__tab-content-heading {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: 600;
  background: #EFF4F8;
  padding: 8px 24px; }

.support__hash-link {
  float: right; }
  .support__hash-link svg {
    width: 16px;
    height: 16px;
    fill: #ccdce8; }
  .support__hash-link:hover svg {
    fill: #a8c3d9; }

/**
* ARIA ACCORDION STYLES
* Styles for the accessbile accordion plugin 
* @see {url} https://github.com/scottaohara/a11y_accordions
*/
.accordion {
  list-style: none;
  margin: 0;
  padding: 0; }
  .accordion > li {
    margin: 0; }

.accordion__trigger {
  position: relative;
  display: block;
  width: 100%;
  text-align: left; }
  .accordion__trigger:hover, .accordion__trigger:focus {
    color: #006680; }
  .accordion__trigger > * {
    pointer-events: none; }

.accordion__panel {
  height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  order: 2; }
  .accordion__panel ul {
    list-style: disc;
    margin: 0 0 16px 32px;
    padding: 0; }
  .accordion__panel .errors ul {
    margin-top: 0;
    margin-bottom: 0; }
  .accordion__panel[aria-hidden="false"] {
    height: auto;
    overflow: auto;
    visibility: visible; }

.accordion--pdp {
  padding: 0 8px; }
  @media (min-width: 960px) {
    .accordion--pdp {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0; } }
  .accordion--pdp .accordion__trigger {
    font-size: 20px;
    font-weight: 600; }
    .accordion--pdp .accordion__trigger:after {
      content: "\002B";
      display: inline-block;
      position: absolute;
      right: 8px; }
      @media (min-width: 960px) {
        .accordion--pdp .accordion__trigger:after {
          content: none; } }
    .accordion--pdp .accordion__trigger[aria-expanded="true"] {
      color: #006680; }
      .accordion--pdp .accordion__trigger[aria-expanded="true"]:after {
        content: "\2212"; }
      @media (min-width: 960px) {
        .accordion--pdp .accordion__trigger[aria-expanded="true"] {
          pointer-events: none; }
          .accordion--pdp .accordion__trigger[aria-expanded="true"]:before {
            content: "";
            height: 4px;
            position: absolute;
            top: -24px;
            left: 0;
            right: 0;
            background-color: #006680; }
          .accordion--pdp .accordion__trigger[aria-expanded="true"]:after {
            content: none; } }
  .accordion--pdp .accordion__heading {
    margin: 8px 0; }
    @media (min-width: 960px) {
      .accordion--pdp .accordion__heading {
        margin: 0; } }
  .accordion--pdp .accordion__content {
    padding: 8px; }
    @media (min-width: 960px) {
      .accordion--pdp .accordion__content {
        padding: 48px 0; } }
    @media (min-width: 960px) {
      .accordion--pdp .accordion__content--specs, .accordion--pdp .accordion__content--features {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 24px; }
      .accordion--pdp .accordion__content--specs > *:nth-child(1), .accordion--pdp .accordion__content--features > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .accordion--pdp .accordion__content--specs > *:nth-child(2), .accordion--pdp .accordion__content--features > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

.accordion--support {
  border: 1px solid #979797; }
  .accordion--support .accordion__trigger {
    font-weight: 600;
    padding: 0; }
    .accordion--support .accordion__trigger:after {
      content: "\002B";
      display: inline-block;
      position: absolute;
      right: 8px; }
    .accordion--support .accordion__trigger[aria-expanded="true"] {
      color: #006680; }
      .accordion--support .accordion__trigger[aria-expanded="true"]:after {
        content: "\2212"; }
  .accordion--support .accordion__heading {
    padding: 16px;
    margin: 0;
    border-top: 1px solid #979797; }
    .accordion--support .accordion__heading:first-child {
      border-top: none; }
  .accordion--support .accordion__panel {
    background: #EFF4F8; }
  .accordion--support .accordion__content {
    padding: 16px; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 8px; }
  @media (min-width: 769px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
      margin: 0 0 16px; } }

hr,
.hr--small,
.hr--medium,
.hr--large {
  border-color: #d8d8d8; }

.grid-search__page a {
  text-decoration: none; }

.la-crosse-view-sign-in {
  text-align: center;
  padding: 32px 0;
  border-bottom: 1px solid #d8d8d8; }
  .la-crosse-view-sign-in .centered-horizontal-line {
    margin-bottom: 32px; }

.btn--secondary {
  color: #006680;
  border-color: #006680; }
  .btn--secondary:hover, .btn--secondary:focus {
    background-color: #006680;
    border-color: #006680;
    color: #FFFFFF; }

.btn--highlight {
  color: #FFFFFF;
  background-color: #34BEAD; }
  .btn--highlight:hover, .btn--highlight:focus {
    background-color: #FFFFFF;
    border-color: #34BEAD;
    color: #34BEAD; }

.btn--tertiary {
  border-color: #090909; }

.btn--tertiary-active {
  border-color: #006680;
  background-color: #006680;
  color: #FFFFFF; }
  .btn--tertiary-active:hover, .btn--tertiary-active:focus {
    background-color: #006680;
    color: #FFFFFF; }

.btn--raise {
  transition: all 300ms ease; }
  .btn--raise:hover, .btn--raise:focus {
    box-shadow: 0 9px 6px -6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px); }

.btn--icon {
  background-color: #34BEAD;
  border-color: #34BEAD;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .btn--icon:hover, .btn--icon:focus {
    background-color: #34BEAD !important; }
  .btn--icon img {
    display: none; }
    @media (min-width: 960px) {
      .btn--icon img {
        display: block;
        width: 30px;
        margin-right: 8px; } }

.collapsible-trigger-btn {
  letter-spacing: 1px; }

.product__quantity--button input {
  border-color: #34BEAD; }
  .product__quantity--button input:hover, .product__quantity--button input:focus {
    border-color: #34BEAD; }

.product__quantity--button .js-qty__adjust:hover {
  background-color: transparent; }

.product__quantity--button .js-qty__adjust--plus {
  border-left: 1px solid #34BEAD; }

.product__quantity--button .js-qty__adjust--minus {
  border-right: 1px solid #34BEAD; }

.product__quantity--button .js-qty__num:active ~ .js-qty__adjust,
.product__quantity--button .js-qty__num:focus ~ .js-qty__adjust {
  border-color: #34BEAD; }

.cart__product-name {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 8px; }

.cart__row {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 16px; }
  .cart__row a {
    text-decoration: none; }
  .cart__row:first-child {
    border-bottom: 1px solid #090909; }
  .cart__row:last-child {
    border-top: none;
    border-bottom: none; }
  .cart__row--heading {
    font-size: 16px;
    font-weight: 600; }

.cart__price {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .cart__price--total {
    font-weight: 600; }

.cart__image {
  display: flex;
  height: 80px; }
  @media (min-width: 769px) {
    .cart__image {
      height: 120px; } }
  .cart__image img {
    -o-object-fit: contain;
       object-fit: contain; }

.cart__product-name {
  font-weight: 600; }

.collapsible-trigger .icon-plus {
  display: block; }

.collapsible-trigger .icon-minus {
  display: none; }

.collapsible-trigger.is-open .icon-plus {
  display: none; }

.collapsible-trigger.is-open .icon-minus {
  display: block; }

.collapsible-trigger__icon {
  transform: translateY(-50%) scale(1.3); }

.collapsible-trigger__icon--circle {
  border: none; }

@media (min-width: 960px) {
  .collection-heading {
    display: flex;
    align-items: center; } }

.collection-heading__title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 48px;
  letter-spacing: 4px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0; }
  @media (min-width: 960px) {
    .collection-heading__title {
      padding-right: 32px; }
      .collection-heading__title--border {
        border-right: 3px solid #FFFFFF; } }

.collection-heading__description {
  font-size: 26px; }
  @media (min-width: 960px) {
    .collection-heading__description {
      max-width: 800px;
      padding-left: 32px; } }

.collection-filter {
  position: static; }

.collection-filter__item--count {
  font-size: 16px; }
  @media (min-width: 960px) {
    .collection-filter__item--count {
      text-align: right;
      margin-right: 16px; } }

.collection-filter__item {
  margin-bottom: 16px; }
  @media (min-width: 960px) {
    .collection-filter__item {
      margin-bottom: 32px; } }

.collection-hero {
  display: none; }
  @media (min-width: 769px) {
    .collection-hero {
      display: block; } }

.collection-hero__image {
  opacity: 1; }

.drawer .collection-sidebar__group:first-child {
  border-bottom: 1px solid #979797; }

.drawer a {
  text-decoration: none; }

.drawer__header {
  border-bottom: 1px solid #979797; }

.drawer--left .btn {
  background: #FFFFFF;
  border: 1px solid #006680;
  color: #006680;
  letter-spacing: 1px; }
  .drawer--left .btn:focus, .drawer--left .btn:hover {
    background: #006680;
    color: #FFFFFF; }

.drawer--left .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):hover {
  background: #006680;
  color: #FFFFFF;
  transition: none; }

.drawer--left .tag--remove .icon {
  color: #006680; }

.drawer--left .tag--remove:hover .icon, .drawer--left .tag--remove:focus .icon {
  color: #FFFFFF; }

.drawer--right .drawer__header {
  border-bottom: none; }

.drawer--right .drawer__fixed-header {
  background-color: #0D181C;
  left: 0;
  right: 0;
  padding: 0 16px; }
  @media (min-width: 769px) {
    .drawer--right .drawer__fixed-header {
      padding: 0 32px; } }

.drawer--right .drawer__title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0; }

.drawer--right .drawer__close-button {
  color: #FFFFFF;
  right: -8px;
  padding: 0 8px; }
  .drawer--right .drawer__close-button:active {
    background-color: #0D181C; }

.drawer--right .js-qty__wrapper {
  border-color: #090909; }

.drawer--right .js-qty__num {
  color: #090909;
  border-color: #090909; }

.drawer--right .js-qty__adjust {
  border-color: #090909;
  color: #090909;
  fill: #090909; }
  .drawer--right .js-qty__adjust:hover {
    background-color: #090909;
    color: #FFFFFF;
    fill: #FFFFFF; }

.drawer--right .ajaxcart__row {
  border-bottom: 1px solid #979797; }

.drawer--right .ajaxcart__price {
  font-size: 16px; }

.drawer--right .ajaxcart__product-name {
  font-size: 14px;
  font-weight: 600; }

.drawer--right .ajaxcart__subtotal {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: uppercase; }

.drawer--right .drawer__footer {
  border-top: 1px solid #979797; }
  .drawer--right .drawer__footer p {
    margin-bottom: 0; }

.drawer--cart {
  background: #FFFFFF; }

.site-footer {
  padding: 0; }

.site-footer__linklist a {
  padding: 8px 0;
  font-size: 14px;
  text-decoration: none; }
  .site-footer__linklist a:hover, .site-footer__linklist a:focus {
    color: #FFFFFF;
    text-decoration: underline; }

.footer__logo {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-bottom: 0;
  margin-right: 24px; }
  .footer__logo img {
    height: 40px;
    max-width: 125px; }
  .footer__logo--la-crosse-view img {
    max-width: 175px; }

.footer__title {
  font-size: 16px; }
  @media (min-width: 769px) {
    .footer__title {
      margin-bottom: 8px; } }

.footer__small-text {
  font-size: 14px;
  padding: 0; }
  .footer__small-text--bold {
    font-weight: 600; }

.footer__social {
  margin-top: 8px; }

.footer__social .icon {
  width: 16px;
  height: 16px; }

@media (min-width: 769px) {
  .footer-menu .grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 8px;
    -ms-grid-columns: auto 8px auto 8px auto;
    grid-template-columns: repeat(3, auto);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
        grid-template-areas: "one two three" "four five six"; } }

@media (min-width: 960px) {
  .footer-menu .grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: auto 16px auto 16px auto 16px auto 16px auto 16px auto;
    grid-template-columns: repeat(6, auto);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
        grid-template-areas: "one two three four five" "one two three four six"; } }

@media (min-width: 769px) {
  .footer-menu .grid__item {
    width: auto; }
  .footer-menu .footer__item {
    width: auto; }
    .footer-menu .footer__item--account {
      grid-area: one; }
    .footer-menu .footer__item--weather, .footer-menu .footer__item--weather-footer {
      grid-area: two; }
    .footer-menu .footer__item--time {
      grid-area: three; }
    .footer-menu .footer__item--monitoring {
      grid-area: four; }
    .footer-menu .footer__item--support {
      grid-area: five; }
    .footer-menu .footer__item--company {
      grid-area: six; } }

@media (min-width: 769px) {
  .footer-menu .footer__item--account {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .footer-menu .footer__item--weather, .footer-menu .footer__item--weather-footer {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .footer-menu .footer__item--time {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
  .footer-menu .footer__item--monitoring {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .footer-menu .footer__item--support {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
  .footer-menu .footer__item--company {
    -ms-grid-row: 3;
    -ms-grid-column: 5; } }

@media (min-width: 960px) {
  .footer-menu .footer__item--account {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; }
  .footer-menu .footer__item--weather, .footer-menu .footer__item--weather-footer {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3; }
  .footer-menu .footer__item--time {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5; }
  .footer-menu .footer__item--monitoring {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 7; }
  .footer-menu .footer__item--support {
    -ms-grid-row: 1;
    -ms-grid-column: 9; }
  .footer-menu .footer__item--company {
    -ms-grid-row: 3;
    -ms-grid-column: 9; } }

.site-header {
  background: #EFF4F8;
  padding: 8px 0; }
  @media (min-width: 769px) {
    .site-header {
      background: #FFFFFF; } }

.site-nav .icon-search,
.site-nav .icon-bag {
  fill: #006680; }

.site-nav__link--icon .icon-user-logged-out,
.site-nav__link--icon .icon-user-logged-in {
  width: 32px;
  height: 32px; }

.cart-link__bubble--visible {
  top: -9px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #F7A750;
  border: 2px solid #F7A750; }

.site-nav__dropdown {
  background-color: #EFF4F8;
  transform: translate3d(0px, 26px, 0px); }
  .site-nav--has-dropdown:hover .site-nav__dropdown {
    transform: translate3d(0px, 26px, 0px);
    display: none; }
  .site-nav--has-dropdown.is-focused .site-nav__dropdown {
    transform: translate3d(0px, 26px, 0px);
    display: block; }
  .site-nav__dropdown a {
    color: #090909;
    background-color: #EFF4F8;
    text-decoration: none;
    display: inline-block; }

.site-nav__link {
  padding: 8px 16px; }
  .site-nav__link--icon {
    padding-left: 8px;
    padding-right: 8px; }
    @media (min-width: 769px) {
      .site-nav__link--icon {
        padding-left: 16px;
        padding-right: 16px; } }

.site-nav--has-dropdown .site-nav__link--underline:after,
.site-nav__link--underline:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  margin: 0 8px;
  border-bottom: none;
  transition: none; }
  @media (min-width: 769px) {
    .site-nav--has-dropdown .site-nav__link--underline:after,
    .site-nav__link--underline:after {
      margin: 0 16px; } }
  .is-focused .site-nav--has-dropdown .site-nav__link--underline:after, .is-focused
  .site-nav__link--underline:after {
    border-bottom: 3px solid #006680;
    right: 0; }

.megamenu {
  transition: none; }

.background-media-text__text {
  max-width: 960px;
  width: auto;
  text-align: center;
  margin: 0 8px; }

.background-media-text--center .animation-cropper {
  display: flex;
  justify-content: center; }

.icon-linkedin {
  margin-top: -4px; }

.icon-phone,
.icon-clock {
  fill: transparent; }

label:not(.variant__button-label), .label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 2.66667px;
  text-align: left; }

input,
textarea,
select {
  letter-spacing: 0;
  border-color: #090909; }

.input-radio-group {
  margin-bottom: 24px;
  text-align: left; }
  .input-radio-group legend {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 2.66667px; }
  .input-radio-group div {
    margin-bottom: 8px 0; }
  .input-radio-group label {
    display: inline; }
  .input-radio-group input {
    margin-bottom: 0; }

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 24px; }
  .checkbox-container input {
    margin-bottom: 0; }
  .checkbox-container--email-signup {
    margin-top: -16px; }
    .checkbox-container--email-signup label {
      font-size: 14px;
      color: #006680;
      font-weight: 600; }

.mobile-nav__social {
  margin: 16px 0; }

.mobile-nav__social-item {
  flex: none;
  border: none; }

.mobile-nav__social a {
  padding: 0;
  margin-right: 16px;
  margin-bottom: 8px; }

.mobile-nav__toggle button {
  border-left: none; }

.mobile-nav__item--secondary a {
  padding: 15px; }

.mobile-nav__item--secondary:after {
  display: block; }

.mobile-nav__item:not(.mobile-nav__item--secondary) + .mobile-nav__item--secondary {
  margin-top: 0; }

.mobile-nav__grandchildlist:before {
  background: #006680;
  width: 2px; }

.mobile-nav__sublist {
  margin-left: 8px; }

.pagination .next,
.pagination .prev {
  background: #FFFFFF; }
  .pagination .next .icon,
  .pagination .prev .icon {
    color: #090909; }

.pagination a {
  text-decoration: none;
  color: #090909; }
  .pagination a:hover, .pagination a:focus {
    text-decoration: underline; }

.product-single__sku {
  color: #AAAAAA;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 16px; }

.product-single__title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: 600; }
  @media (min-width: 960px) {
    .product-single__title {
      font-family: "proxima-nova", sans-serif;
      line-height: 1.2;
      color: #090909;
      font-size: 36px;
      letter-spacing: 3px;
      font-weight: 600; } }

.product-single__description {
  margin: 24px 0; }
  .product-single__description P {
    font-size: 16px; }

.product-single__review-link {
  margin: 4px 0; }

.product-single__retired {
  margin: 16px 0;
  color: #d02e2e;
  font-weight: 600; }

.product-single__meta {
  text-align: left; }

.product__price {
  color: #006680;
  font-size: 26px;
  font-weight: 600; }
  .product__price--compare {
    color: #AAAAAA;
    font-size: 16px;
    font-weight: 400; }

.grid-product__title {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 1px; }

.grid-product__meta {
  text-align: left; }

.grid-product__price {
  font-weight: 600;
  font-size: 16px; }

.grid-product__link {
  color: #090909;
  text-decoration: none; }

.grid-product__content {
  background: #FFFFFF;
  padding: 8px; }
  @media (min-width: 960px) {
    .grid-product__content {
      padding: 16px; }
      .grid-product__content:hover {
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1); }
        .grid-product__content:hover .quick-product__container {
          display: block;
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1); } }

.grid-product__price {
  display: flex;
  align-items: center;
  margin-top: 8px; }

.grid-product__price--original {
  margin-left: 8px;
  margin-right: 0;
  font-size: 14px;
  color: #979797; }

.grid-product__tag {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center; }

.grid-product__tag--left {
  left: 0;
  right: auto; }

.grid-product__tag--right {
  right: 0;
  left: auto; }

.grid-product__tag.grid-product__tag--sale {
  background-color: #F7A750; }

.grid-product__tag.grid-product__tag--new {
  background-color: #34BEAD; }

.grid-product__tag.grid-product__tag--retired {
  background-color: #FFFFFF;
  border: 1px solid #d02e2e;
  color: #d02e2e;
  z-index: 50;
  min-width: 100px;
  text-align: center; }

.grid-product__tag.grid-product__tag--sold-out {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  color: #979797; }

.quick-product__container {
  display: none; }
  @media (min-width: 960px) {
    .quick-product__container {
      position: absolute;
      bottom: -54px;
      right: 0;
      left: 0;
      padding: 0 16px 16px 16px;
      z-index: 100;
      background: #FFFFFF; } }

.quick-product__btn {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  text-transform: uppercase; }

.rte a:not(.rte__image),
.rte-setting a:not(.rte__image) {
  border-bottom: 1px solid #006680; }

.rte a:not(.btn):hover, .rte a:not(.btn):focus,
.rte-setting a:not(.btn):hover,
.rte-setting a:not(.btn):focus {
  border-bottom: none; }

.site-header__search {
  background-color: #0D181C; }
  .site-header__search .site-header__search-btn {
    color: #FFFFFF; }
  .site-header__search .site-header__search-input {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: #0D181C; }
    .site-header__search .site-header__search-input::-webkit-input-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .site-header__search .site-header__search-input::-moz-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .site-header__search .site-header__search-input:-ms-input-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .site-header__search .site-header__search-input::-ms-input-placeholder {
      color: #FFFFFF;
      opacity: 1; }
    .site-header__search .site-header__search-input::placeholder {
      color: #FFFFFF;
      opacity: 1; }

.site-header__search-form {
  padding: 16px 0; }

.grid-search__content {
  font-size: 16px; }

.grid-search__page-title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 8px; }

.grid-search__page-link {
  background-color: #EFF4F8;
  height: 300px; }
  .grid-search__page-link:hover, .grid-search__page-link:focus {
    background: #dde8f0; }

.section-header__title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 36px;
  letter-spacing: 3px; }
  @media (min-width: 960px) {
    .section-header__title {
      font-family: "proxima-nova", sans-serif;
      line-height: 1.2;
      color: #090909;
      font-size: 48px;
      letter-spacing: 4px; } }
  .section-header--hero .section-header__title {
    color: #FFFFFF; }

.index-section--hero {
  margin: 40px 0; }

.table--responsive th {
  font-weight: 600; }

.table--bordered td, .table--bordered th {
  border: 1px solid #E9E9E9;
  padding: 4px; }

.tag-list__header {
  font-weight: 600; }

.tag--remove {
  margin: 8px 0; }
  .tag--remove .icon {
    color: #090909; }

.tag-list--checkboxes a:before {
  border: 1px solid #555354; }

.tag-list--checkboxes .tag--active a:before {
  background-color: #34BEAD;
  border-color: #34BEAD; }

.tag-list--active-tags {
  border-bottom: 1px solid #979797;
  padding-bottom: 24px; }

.rc_layout {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-top: 48px; }

.rc_header-settings__title h2 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px;
  margin-top: 16px; }
  @media (min-width: 1200px) {
    .rc_header-settings__title h2 {
      margin-top: 0; } }

.rc_header-settings__title h4 {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px; }

.purchase-address {
  display: none; }

.rc_customer__name {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px; }

.rc_subscriptions__subscription__items th {
  font-weight: 600; }

.rc_subscriptions__subscription__items td, .rc_subscriptions__subscription__items th {
  padding: 4px;
  font-size: 16px;
  border: 1px solid #E9E9E9; }
  @media (min-width: 1200px) {
    .rc_subscriptions__subscription__items td, .rc_subscriptions__subscription__items th {
      max-width: 200px; } }

.recharge .rc_table td:last-child {
  width: auto; }

div.rc_popup {
  display: none !important; }

#searchspring-slideout_container a.ss-list-link,
#searchspring-slideout_container a.ss-show-more-link {
  text-decoration: none; }

#searchspring-slideout_container .ss-close {
  cursor: pointer; }

#searchspring-slideout_container .ss-targeted .ss-active .ss-checkbox:before {
  background-color: #006680;
  border-color: #006680; }

#searchspring-slideout_container .ss-range-slider-container .ss-range-slider-reset .ss-range-slider-reset-link.btn {
  color: #006680;
  background: #FFFFFF;
  border-color: #006680;
  transition: none; }
  #searchspring-slideout_container .ss-range-slider-container .ss-range-slider-reset .ss-range-slider-reset-link.btn:hover, #searchspring-slideout_container .ss-range-slider-container .ss-range-slider-reset .ss-range-slider-reset-link.btn:focus {
    background: #006680 !important;
    color: #FFFFFF; }

#searchspring-slideout_container .ss-range-slider-container .ss-range-slider rzslider .rz-pointer {
  background-color: #006680; }

.pdp-carousel .slick-arrow .icon {
  fill: #090909;
  width: 30px;
  height: 50px; }

.pdp-carousel .slick-prev {
  left: -30px;
  top: 40%; }

.pdp-carousel .slick-next {
  right: -30px;
  top: 40%; }

@media (min-width: 960px) {
  .pdp-carousel .slick-slide {
    min-height: 415px; } }

.pdp-carousel .slick-dots {
  bottom: 0; }

.pdp-carousel .slick-dots li button:before {
  background: #090909;
  border-radius: 100%; }

.pdp-carousel .grid__item {
  float: none;
  padding: 8px 8px 32px 8px;
  max-width: 350px; }

.pdp-carousel--parts .slick-arrow .icon {
  width: 20px;
  height: 40px; }

.pdp-carousel--parts ul.slick-dots {
  margin: 0; }

@media (min-width: 960px) {
  .pdp-carousel--parts .slick-slide {
    min-height: auto; } }

.spr-badge-caption {
  font-size: 16px; }

.spr-summary-actions-newreview {
  margin-top: 8px;
  display: block; }
  @media (min-width: 480px) {
    .spr-summary-actions-newreview {
      margin-top: 0; } }

.spr-container.spr-container {
  text-align: left; }

.spr-header-title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px; }

.spr-form-label + .spr-form-input {
  background: #FFFFFF;
  border: none; }

.spr-form-input-textarea {
  border: none; }

.spr-form-title,
.spr-header-title {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.2;
  color: #090909;
  font-size: 26px;
  letter-spacing: 3px; }

.spr-review-content-body {
  font-size: 18px; }

.spr-review-reply-body,
.spr-review-reply-shop {
  font-size: 18px; }
