@font-face {
  font-family: Avenir;
  src: url("fonts/AvenirLTStd-Medium.otf") format("opentype");
}

#shopify-section-general-header {
  /* background-color: #00253D; */
  background-color: white !important;
}

.stamped-reviews-message,
.stamped-reviews-author {
  display: none !important;
}

.stamped-reviews-rating {
  display: inline-block;
  float: left;
  margin-right: 1rem;
}
.main-product__wrapper {
  position: relative;
}
.stamped-reviews__wrapper {
  width: 245px;
  position: absolute;
  right: 16.6rem;
  top: 28rem;
}

@media screen and (max-width: 1265px) {
  .stamped-reviews__wrapper {
    right: 3rem;
    top: 32rem;
  }
}

@media screen and (max-width: 854px) {
  .stamped-reviews__wrapper {
    top: 37rem;
    right: 1.5rem;
  }
}

@media screen and (max-width: 754px) {
  .stamped-reviews__wrapper {
    top: 30.5rem;
  }
}

@media screen and (max-width: 720px) {
  .stamped-reviews__wrapper {
    top: 37.5rem;
  }
}

@media screen and (max-width: 694px) {
  .stamped-reviews__wrapper {
    display: none;
  }
}

.shopify-buy__btn-and-quantity {
  margin-top: 4rem !important;
}

.header-navigation-link {
  /* color: #fff; */
  color: black !important;
}

.product-title h3 {
  font-weight: bold;
  color: #8fc64b;
}

.show-sm {
  display: none;
}

@media screen and (max-width: 1020px) {
  .show-sm {
    display: inline-block;
  }
}

.clearfix:before,
.cart-totals:before,
.template-password .password-subscribe-form:before,
.template-password .password-form-wrapper:before,
.main-header:before,
.clearfix:after,
.cart-totals:after,
.template-password .password-subscribe-form:after,
.template-password .password-form-wrapper:after,
.main-header:after {
  display: table;
  content: " ";
}

.clearfix:after,
.cart-totals:after,
.template-password .password-subscribe-form:after,
.template-password .password-form-wrapper:after,
.main-header:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background: #fff;
}

body.showing-drawer {
  height: 100%;
  overflow: hidden;
}

.main-content {
  position: relative;
  z-index: 1;
}

.module {
  max-width: 1260px;
  margin: 0 auto;
  padding: 90px 30px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .module {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.module.page {
  padding-top: 60px;
}

@media screen and (max-width: 720px) {
  .module.page {
    padding-top: 30px;
  }
  .module.page.no-content {
    padding-bottom: 30px;
  }
}

.module.left-right {
  max-width: 100%;
  padding: 90px 0;
}

.module.left-right.collection {
  padding-bottom: 0;
}

.module.full-width {
  max-width: 100%;
  padding: 0;
}

main {
  position: relative;
  display: block;
  min-height: 1000px;
}

.module-wrapper.border {
  border-bottom: 1px solid #e3e3e3;
}

.module-wrapper.border.style-color,
.module-wrapper.border.style-gradient {
  border-bottom: 1px solid #fff;
}

.module-header {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
}

@media screen and (max-width: 720px) {
  .module-header {
    padding-bottom: 60px;
  }
}

.module-header:only-child {
  padding-bottom: 0;
}

.module-body {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 720px) {
  .module-body.has-header {
    padding: 30px 0 0;
  }
}

.style-color .module-title,
.style-gradient .module-title,
.style-image .module-title,
.style-color .module-subtitle,
.style-gradient .module-subtitle,
.style-image .module-subtitle,
.style-color .module-content,
.style-gradient .module-content,
.style-image .module-content {
  color: #fff;
}

.style-color .module-title a,
.style-gradient .module-title a,
.style-image .module-title a,
.style-color .module-subtitle a,
.style-gradient .module-subtitle a,
.style-image .module-subtitle a,
.style-color .module-content a,
.style-gradient .module-content a,
.style-image .module-content a {
  color: currentColor;
  border-bottom: 1px solid currentColor;
}

.style-color .module-title a:hover,
.style-gradient .module-title a:hover,
.style-image .module-title a:hover,
.style-color .module-subtitle a:hover,
.style-gradient .module-subtitle a:hover,
.style-image .module-subtitle a:hover,
.style-color .module-content a:hover,
.style-gradient .module-content a:hover,
.style-image .module-content a:hover {
  border-bottom-color: transparent;
}

.light-overlay .module-title,
.light-overlay .module-subtitle,
.light-overlay .module-content {
  color: #00253d;
}

.module-title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  /* color: #00253d; */
  color: #8fc64b;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 720px) {
  .module-title {
    font-size: 26px;
    line-height: 36px;
  }
}

.module-subtitle {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 15px 0 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #797676;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 720px) {
  .module-subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}

.module-content {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #797676;
}

.module-cta {
  display: block;
  padding: 30px 0 0;
}

.module-cta-subline {
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 0 0;
}

.module-footer {
  position: relative;
  padding: 30px 0 0;
  z-index: 1;
}

.list {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.column-1 .list-item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.column-2 .list-item {
  width: 50%;
}

@media (max-width: 480px) {
  .column-2 .list-item {
    width: 100%;
  }
}

.column-3 .list-item {
  width: 33.33%;
}

@media screen and (max-width: 720px) {
  .column-3 .list-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .column-3 .list-item {
    width: 100%;
  }
}

.column-4 .list-item {
  width: 25%;
}

@media screen and (max-width: 1020px) {
  .column-4 .list-item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .column-4 .list-item {
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  .inline .list-item {
    padding: 30px 15px;
  }
}

.random .list-item {
  float: left;
}

.random .list-item .list-cover {
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 720px) {
  .random .list-item {
    float: none;
    display: block;
  }
}

.random .list-item:nth-child(1n) {
  width: 50%;
}

@media screen and (max-width: 720px) {
  .random .list-item:nth-child(1n) {
    width: auto;
  }
}

.random .list-item:nth-child(1n) .list-cover {
  overflow: hidden;
}

.random .list-item:nth-child(1n) .list-cover::before {
  display: block;
  width: 100%;
  padding-top: calc(100% + 15px);
  content: "";
}

.random .list-item:nth-child(1n) .list-cover img {
  display: none;
}

@media screen and (max-width: 1020px) {
  .random .list-item:nth-child(1n) .list-cover {
    overflow: hidden;
  }
  .random .list-item:nth-child(1n) .list-cover::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }
  .random .list-item:nth-child(1n) .list-cover img {
    display: none;
  }
}

.random .list-item:nth-child(2n) {
  width: 50%;
}

@media screen and (max-width: 720px) {
  .random .list-item:nth-child(2n) {
    width: auto;
  }
}

.random .list-item:nth-child(2n) .list-cover {
  overflow: hidden;
}

.random .list-item:nth-child(2n) .list-cover::before {
  display: block;
  width: 100%;
  padding-top: 50%;
  content: "";
}

.random .list-item:nth-child(2n) .list-cover img {
  display: none;
}

@media screen and (max-width: 1020px) {
  .random .list-item:nth-child(2n) .list-cover {
    overflow: hidden;
  }
  .random .list-item:nth-child(2n) .list-cover::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }
  .random .list-item:nth-child(2n) .list-cover img {
    display: none;
  }
}

.random .list-item:nth-child(3n),
.random .list-item:nth-child(4n) {
  width: 25%;
}

@media screen and (max-width: 1020px) {
  .random .list-item:nth-child(3n),
  .random .list-item:nth-child(4n) {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .random .list-item:nth-child(3n),
  .random .list-item:nth-child(4n) {
    width: auto;
    margin-top: 0;
  }
}

.random .list-item:nth-child(3n) .list-cover,
.random .list-item:nth-child(4n) .list-cover {
  overflow: hidden;
}

.random .list-item:nth-child(3n) .list-cover::before,
.random .list-item:nth-child(4n) .list-cover::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}

.random .list-item:nth-child(3n) .list-cover img,
.random .list-item:nth-child(4n) .list-cover img {
  display: none;
}

.image-contain .list-item {
  vertical-align: top;
}

.list-row {
  float: left;
  width: 100%;
}

.list-row:nth-child(2n) .list-item {
  float: right;
}

@media screen and (max-width: 720px) {
  .list-row:nth-child(2n) .list-item {
    float: none;
  }
}

@media screen and (max-width: 720px) {
  .list-row {
    float: none;
    display: block;
  }
}

.list-container {
  position: relative;
  display: inline-block;
  text-align: center;
  color: inherit;
  max-width: 100%;
}

.crop .list-container {
  display: block;
}

.random .list-container {
  display: block;
}

@media screen and (max-width: 720px) {
  .random .list-container {
    display: inline-block;
  }
}

.image-contain .list-container {
  overflow: hidden;
}

.list-image-wrapper {
  position: relative;
  display: block;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  .list-image-wrapper {
    display: inline-block;
  }
  .cover .list-image-wrapper {
    display: block;
  }
}

.crop .list-image-wrapper {
  display: block;
}

.list-overlay {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #27a9e1;
  opacity: 0;
}

.list-container:focus .list-overlay,
.list-container:hover .list-overlay {
  opacity: 0.85;
}

.inline .list-overlay,
.random .list-overlay,
.compact .list-overlay {
  display: none;
}

.style-gradient .list-overlay,
.style-color .list-overlay {
  background-color: #fff;
}

.list-icon {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -20px;
  margin-left: -30px;
  font-size: 24px;
  line-height: 60px;
  color: #27a9e1;
  background-color: #fff;
  opacity: 0;
}

.list-container:focus .list-icon,
.list-container:hover .list-icon {
  margin-top: -30px;
  opacity: 1;
}

.inline .list-icon,
.random .list-icon,
.cover-and-compact .list-icon,
.compact .list-icon {
  display: none;
}

.style-color .list-icon {
  color: #fff;
  background-color: #27a9e1;
}

.style-gradient .list-icon {
  background-image: linear-gradient(to right, #27a9e1 0%, #554d99 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0381A2', endColorstr='#FF554D99', GradientType=1);
  color: #fff;
}

.list-image {
  display: inline-block;
  vertical-align: top;
}

.crop .list-image,
.random .list-image {
  display: none;
}

@media screen and (max-width: 720px) {
  .crop .list-image,
  .random .list-image {
    display: inline-block;
  }
}

.image-contain .list-image {
  display: inline-block;
}

.list-cover {
  overflow: hidden;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: none;
  background-position: top center;
  background-repeat: no-repeat;
}

.list-cover::before {
  display: block;
  width: 100%;
  padding-top: 120%;
  content: "";
}

.list-cover img {
  display: none;
}

.random .list-cover,
.cover .list-cover,
.crop .list-cover {
  display: block;
}

@media screen and (max-width: 720px) {
  .crop .list-cover,
  .random .list-cover {
    display: none;
  }
  .home-products-body .crop .list-cover,
  .home-products-body .random .list-cover {
    display: block;
  }
}

.image-contain .list-cover::before {
  display: none;
}

.list-text-wrapper {
  display: block;
  text-align: left;
  padding: 50px 30px;
  border-top: 0;
}

.column-3 .list-text-wrapper,
.column-4 .list-text-wrapper {
  padding: 30px 15px;
}

@media screen and (max-width: 1020px) {
  .column-3 .list-text-wrapper,
  .column-4 .list-text-wrapper {
    padding: 50px 15px;
  }
}

.random .list-text-wrapper,
.compact .list-text-wrapper {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
}

@media screen and (max-width: 1020px) {
  .random .list-text-wrapper,
  .compact .list-text-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    bottom: 0;
    padding: 15px;
    opacity: 1;
  }
}

@media screen and (max-width: 1020px) and (min-width: 769px) {
  .random .list-text-wrapper,
  .compact .list-text-wrapper {
    padding: 15px;
  }
}

.list-text-wrapper-below .list-text-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  top: auto;
  bottom: 0;
  padding: 15px;
  opacity: 1;
}

.inline .list-text-wrapper {
  padding: 15px;
}

.list-container:focus .list-text-wrapper,
.list-container:hover .list-text-wrapper {
  opacity: 1;
}

.list-title {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #00253d;
}

@media screen and (max-width: 1020px) {
  .list-title {
    font-size: 16px;
  }
}

.list-meta {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #797676;
  text-transform: uppercase;
}

.compact .list-meta,
.random .list-meta,
.cover-and-compact .list-meta {
  font-weight: 700;
  color: #554d99;
}

@media screen and (max-width: 1020px) and (min-width: 721px) {
  .list-meta {
    font-size: 14px;
  }
}

@media screen and (max-width: 720px) {
  .list-meta {
    font-size: 12px;
  }
}

.list-text {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  color: #797676;
}

.list-text.no-margin {
  margin: 0;
}

.list-cta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  margin-top: 15px;
}

.list-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  color: #27a9e1;
}

.list-link:focus,
.list-link:hover {
  color: #27a9e1;
}

.list-link:after {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #27a9e1;
}

.list-button {
  max-width: 100%;
}

.side {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.side-body {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.side-wrapper {
  font-size: 0;
  width: 100%;
}

.side-section {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 1020px) {
  .side-section {
    width: 100%;
    display: block;
  }
}

.one-child .side-section {
  width: 100%;
}

@media screen and (max-width: 720px) {
  .one-child .side-section {
    max-width: 100%;
  }
}

.side-text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 90px 60px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .side-text-wrapper {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 1020px) {
  .side-text-wrapper {
    max-width: 700px;
    padding: 90px 30px;
    text-align: center;
  }
}

@media screen and (max-width: 720px) {
  .side-text-wrapper {
    max-width: 100%;
    padding: 30px 15px;
  }
}

.one-child .side-text-wrapper {
  max-width: 700px;
  padding: 90px 0;
}

@media screen and (max-width: 720px) {
  .one-child .side-text-wrapper {
    max-width: 100%;
    padding: 30px 15px;
  }
}

.side-media-wrapper {
  display: block;
}

.side-title {
  font-size: 22px;
  line-height: 32px;
}

@media screen and (max-width: 720px) {
  .side-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.one-child .side-title {
  text-align: center;
}

.side-meta {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.side-text {
  font-size: 16px;
  line-height: 26px;
  padding-top: 30px;
}

.side-cta {
  padding-top: 30px;
}

@media screen and (max-width: 1020px) {
  .side-cta {
    padding-top: 30px;
  }
}

.side-media-wrapper {
  text-align: center;
}

.side-image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.crop .side-image {
  display: none;
}

@media screen and (max-width: 1020px) {
  .crop .side-image {
    display: block;
  }
}

.side-cover {
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  display: none;
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.left .side-cover {
  left: 0;
}

.right .side-cover {
  right: 0;
}

.crop .side-cover {
  display: block;
}

@media screen and (max-width: 1020px) {
  .crop .side-cover {
    display: none;
  }
}

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/*! normalize.css v1.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

[hidden] {
  display: none;
}

/*! normalize.css v1.1.0 | Base | MIT License | git.io/normalize */

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

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

body {
  margin: 0;
}

/*! normalize.css v1.1.0 | Links | MIT License | git.io/normalize */

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

/*! normalize.css v1.1.0 | Typography | MIT License | git.io/normalize */

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

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

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

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

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

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #00253d;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
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: "\201C""\201D""\2018""\2019";
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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;
}

/*! normalize.css v1.1.0 | Embedded Content | MIT License | git.io/normalize */

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

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

/*! normalize.css v1.1.0 | Figures | MIT License | git.io/normalize */

figure {
  margin: 0;
}

/*! normalize.css v1.1.0 | Forms | MIT License | git.io/normalize */

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-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html 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;
  box-sizing: content-box;
}

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

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

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

/*! normalize.css v1.1.0 | Tables | MIT License | git.io/normalize */

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

@font-face {
  font-family: "social-icons";
  src: url("//cdn.shopify.com/s/files/1/1043/8410/t/40/assets/socicon.eot?17797465825304084284");
  src: url("//cdn.shopify.com/s/files/1/1043/8410/t/40/assets/socicon.eot?%23iefix&17797465825304084284")
      format("embedded-opentype"),
    url("//cdn.shopify.com/s/files/1/1043/8410/t/40/assets/socicon.woff?17797465825304084284")
      format("woff"),
    url("//cdn.shopify.com/s/files/1/1043/8410/t/40/assets/socicon.ttf?17797465825304084284")
      format("truetype"),
    url("//cdn.shopify.com/s/files/1/1043/8410/t/40/assets/socicon.svg%23socicon?17797465825304084284")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Launch Icons";
  src: url("launch-icons.eot?qtb6cv&17797465825304084284");
  src: url("launch-icons.eot?qtb6cv%23iefix&17797465825304084284")
      format("embedded-opentype"),
    url("launch-icons.ttf?qtb6cv&17797465825304084284") format("truetype"),
    url("launch-icons.woff?qtb6cv&17797465825304084284") format("woff"),
    url("//cdn.shopify.com/s/files/1/1043/8410/t/40/assets/launch-icons.svg?qtb6cv%23launch-icons&17797465825304084284")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  /* font-family: Roboto, sans-serif; */
  font-family: Avenir, sans-serif;
  color: #797676;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

a {
  /* color: #27a9e1; */
  color: white;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:focus,
a:hover {
  color: #797676;
}

a.disabled {
  color: #797676;
  cursor: default;
}

a.disabled:focus,
a.disabled:hover {
  color: #797676;
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: inherit;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

ul,
ol,
dl {
  padding: 0;
  margin: 23px 0;
}

ul {
  list-style: outside none;
}

ol {
  list-style: outside decimal;
}

li {
  margin: 12px 0;
}

hr {
  height: 2px;
  background: #e3e3e3;
  border: 0;
}

p {
  margin: 0;
  padding: 15px 0;
}

strong {
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.bold {
  font-weight: 700;
}

table {
  color: #797676;
  border: 1px solid #e3e3e3;
  border-top: none;
  font-size: 14px;
  border-collapse: separate;
  margin: 30px 0;
  background: transparent;
}

table.clean {
  border: 0;
  border-radius: 0;
  font-size: 16px;
}

table .column-title {
  display: none;
}

th {
  background: #e3e3e3;
  color: #00253d;
  font-weight: 300;
  text-align: center;
}

.clean th {
  background: none;
}

tr td,
tr th {
  border-top: 1px solid #e3e3e3;
  padding: 20px;
}

tr td {
  border-left: 1px solid #e3e3e3;
}

tr td:first-child {
  border-left: none;
}

table.mobile-layout {
  border-bottom: none;
}

table.mobile-layout .column-title {
  font-weight: 700;
  width: 114px;
  padding-right: 23px;
  display: inline-block;
}

table.mobile-layout thead {
  display: none;
}

table.mobile-layout tr td {
  width: 100%;
  display: block;
  text-align: left;
  border-top: 1px solid #e3e3e3 !important;
  border-left: none;
  float: left;
  clear: left;
}

table.mobile-layout tr:nth-child(even) td {
  background: #e3e3e3;
}

.button,
.submit,
button {
  -webkit-border-radius: 27.5px;
  -khtml-border-radius: 27.5px;
  -moz-border-radius: 27.5px;
  -ms-border-radius: 27.5px;
  -o-border-radius: 27.5px;
  border-radius: 27.5px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 15px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  /* color: #27a9e1;
  background-color: transparent;
  border: 1px solid #27a9e1; */
  color: white;
  background-color: #27a9e1;
  border: 1px solid #27a9e1;

  cursor: pointer;
}

@media screen and (max-width: 720px) {
  .button,
  .submit,
  button {
    text-align: center;
  }
}

.product-form-submit-wrap .button,
.product-form-submit-wrap .submit,
.product-form-submit-wrap button {
  background-color: #fff;
}

.button:hover,
.submit:hover,
button:hover {
  background: #27a9e1;
  border-color: #27a9e1;
  color: #fff;
}

.button.secondary,
.submit.secondary,
button.secondary {
  background: transparent;
  border-color: #554d99;
  color: #554d99;
}

.button.secondary:hover,
.submit.secondary:hover,
button.secondary:hover {
  background: #554d99;
  border-color: #554d99;
  color: #fff;
}

.button.secondary.inverse,
.submit.secondary.inverse,
button.secondary.inverse {
  background: #554d99;
  border-color: #554d99;
  color: #fff;
}

.button.secondary.inverse:hover,
.submit.secondary.inverse:hover,
button.secondary.inverse:hover {
  background: transparent;
  border-color: #554d99;
  color: #554d99;
}

.button.disabled,
.submit.disabled,
button.disabled {
  background: #e3e3e3;
  color: #797676;
  border-color: #e3e3e3;
  opacity: 1;
  cursor: default;
}

.button.disabled:hover,
.submit.disabled:hover,
button.disabled:hover {
  background: #e3e3e3;
  color: #797676;
  border-color: #e3e3e3;
  opacity: 1;
  cursor: default;
}

.style-color .button,
.style-gradient .button,
.overlay-none .button,
.overlay-black .button,
.overlay-color .button,
.overlay-gradient .button,
.overlay-primary .button,
.style-color .submit,
.style-gradient .submit,
.overlay-none .submit,
.overlay-black .submit,
.overlay-color .submit,
.overlay-gradient .submit,
.overlay-primary .submit,
.style-color button,
.style-gradient button,
.overlay-none button,
.overlay-black button,
.overlay-color button,
.overlay-gradient button,
.overlay-primary button {
  background: #fff;
  border-color: #fff;
  color: #27a9e1;
}

.style-color .button:focus,
.style-color .button:hover,
.style-gradient .button:focus,
.style-gradient .button:hover,
.overlay-none .button:focus,
.overlay-none .button:hover,
.overlay-black .button:focus,
.overlay-black .button:hover,
.overlay-color .button:focus,
.overlay-color .button:hover,
.overlay-gradient .button:focus,
.overlay-gradient .button:hover,
.overlay-primary .button:focus,
.overlay-primary .button:hover,
.style-color .submit:focus,
.style-color .submit:hover,
.style-gradient .submit:focus,
.style-gradient .submit:hover,
.overlay-none .submit:focus,
.overlay-none .submit:hover,
.overlay-black .submit:focus,
.overlay-black .submit:hover,
.overlay-color .submit:focus,
.overlay-color .submit:hover,
.overlay-gradient .submit:focus,
.overlay-gradient .submit:hover,
.overlay-primary .submit:focus,
.overlay-primary .submit:hover,
.style-color button:focus,
.style-color button:hover,
.style-gradient button:focus,
.style-gradient button:hover,
.overlay-none button:focus,
.overlay-none button:hover,
.overlay-black button:focus,
.overlay-black button:hover,
.overlay-color button:focus,
.overlay-color button:hover,
.overlay-gradient button:focus,
.overlay-gradient button:hover,
.overlay-primary button:focus,
.overlay-primary button:hover {
  background: #27a9e1;
  border-color: #27a9e1;
  color: #fff;
}

.overlay-secondary .button,
.overlay-secondary .submit,
.overlay-secondary button {
  background: #fff;
  border-color: #fff;
  color: #554d99;
}

.overlay-secondary .button:focus,
.overlay-secondary .button:hover,
.overlay-secondary .submit:focus,
.overlay-secondary .submit:hover,
.overlay-secondary button:focus,
.overlay-secondary button:hover {
  background: #554d99;
  border-color: #fff;
  color: #fff;
}

.button .icon,
.submit .icon,
button .icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  color: inherit;
  vertical-align: top;
}

.button .icon-arrow-right,
.submit .icon-arrow-right,
button .icon-arrow-right {
  font-size: 13px;
}

form {
  font-size: 14px;
}

label:hover {
  cursor: pointer;
}

.inline-input-wrapper label {
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.input-wrapper {
  margin: 30px 0;
}

.input-wrapper:last-child {
  margin-bottom: 0;
}

.inline-input-wrapper {
  margin: 10px 0;
}

.inline-input-wrapper input + .inline-label {
  margin-left: 7.5px;
}

input,
textarea {
  border-radius: 0;
}

label ~ input,
label ~ textarea {
  margin-top: 10px;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="telephone"],
input[type="tel"],
input[type="number"],
textarea {
  display: block;
  width: 100%;
  border: 1px solid #e3e3e3;
  color: #797676;
  font-family: Roboto, sans-serif;
  border-radius: 5px;
  -webkit-appearance: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="telephone"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #797676;
  opacity: 0.7;
}

input[type="text"]::-moz-input-placeholder,
input[type="email"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder,
input[type="search"]::-moz-input-placeholder,
input[type="telephone"]::-moz-input-placeholder,
input[type="tel"]::-moz-input-placeholder,
input[type="number"]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  color: #797676;
  opacity: 0.7;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="telephone"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #797676;
  opacity: 0.7;
}

input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="search"].error,
input[type="telephone"].error,
input[type="tel"].error,
input[type="number"].error,
textarea.error {
  color: #e13333;
}

input[type="text"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder,
input[type="telephone"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: #e13333;
  opacity: 0.7;
}

input[type="text"].error::-moz-input-placeholder,
input[type="email"].error::-moz-input-placeholder,
input[type="password"].error::-moz-input-placeholder,
input[type="search"].error::-moz-input-placeholder,
input[type="telephone"].error::-moz-input-placeholder,
input[type="tel"].error::-moz-input-placeholder,
input[type="number"].error::-moz-input-placeholder,
textarea.error::-moz-input-placeholder {
  color: #e13333;
  opacity: 0.7;
}

input[type="text"].error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
input[type="search"].error:-ms-input-placeholder,
input[type="telephone"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
input[type="number"].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: #e13333;
  opacity: 0.7;
}

.error-message .errors {
  color: #e13333;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="telephone"],
input[type="tel"],
input[type="number"] {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}

.lt-ie9 input[type="text"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="telephone"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="number"] {
  padding: 0 15px;
  line-height: 50px;
}

.lt-ie9 input[type="password"] {
  font-family: Arial, sans-serif;
}

input[type="checkbox"]:focus {
  outline: 4px auto #27a9e1;
}

input[type="number"] {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #797676;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.no-js input[type="number"]::-webkit-outer-spin-button,
.no-js input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: number;
  -moz-appearance: number;
}

.no-js input[type="number"] {
  height: auto;
  line-height: 1;
  padding: 5px 0;
  color: #00253d;
  -webkit-appearance: number;
  -moz-appearance: number;
}

.number-input-wrapper {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  border: 1px solid #e3e3e3;
  overflow: hidden;
}

.no-js .number-input-wrapper {
  margin: 15px 0 0;
}

.number-input-field {
  float: left;
  width: 50px;
  height: 53px;
  background-color: #fff;
  line-height: 53px;
}

@media screen and (max-width: 720px) {
  .number-input-field {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  .cart-item-td .number-input-field {
    text-align: center;
    width: 100%;
  }
}

.number-input-field input[type="number"] {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0;
}

.no-js .number-input-field {
  height: auto;
  line-height: 1;
}

.number-input-label {
  display: none;
}

.number-input-nav {
  float: left;
  height: 53px;
  width: 25px;
  border-left: 1px solid #e3e3e3;
}

@media screen and (max-width: 720px) {
  .number-input-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
  }
}

@media screen and (max-width: 1020px) {
  .cart-item-td .number-input-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
  }
}

.no-js .number-input-nav {
  display: none;
}

.number-input-nav-item {
  float: left;
  height: 26.5px;
  line-height: 26.5px;
  width: 25px;
  color: #797676;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 720px) {
  .number-input-nav-item {
    position: absolute;
    height: 53px;
    width: 53px;
    line-height: 53px;
  }
}

@media screen and (max-width: 1020px) {
  .cart-item-td .number-input-nav-item {
    position: absolute;
    height: 53px;
    width: 53px;
    line-height: 53px;
  }
}

.number-input-nav-item:focus,
.number-input-nav-item:hover {
  color: #27a9e1;
}

.number-input-nav-item:first-child {
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (max-width: 720px) {
  .number-input-nav-item:first-child {
    right: 0;
    border-left: 1px solid #e3e3e3;
    border-bottom: none;
  }
}

@media screen and (max-width: 1020px) {
  .cart-item-td .number-input-nav-item:first-child {
    right: 0;
    border-left: 1px solid #e3e3e3;
    border-bottom: none;
  }
}

@media screen and (max-width: 720px) {
  .number-input-nav-item:last-child {
    left: 0;
    border-right: 1px solid #e3e3e3;
  }
}

@media screen and (max-width: 1020px) {
  .cart-item-td .number-input-nav-item:last-child {
    left: 0;
    border-right: 1px solid #e3e3e3;
  }
}

.select-wrapper {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  height: 55px;
  line-height: 55px;
  border: 1px solid #e3e3e3;
  color: #797676;
  background-color: #fff;
  padding: 0 30px 0 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  z-index: 55;
}

.select-wrapper.active {
  border-color: #27a9e1;
}

.customer-address-edit-form .select-wrapper {
  width: 100% !important;
}

.no-js .select-wrapper {
  padding: 0 !important;
  margin-bottom: -2px;
}

.select-wrapper:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  line-height: inherit;
  color: #797676;
  content: "\f107";
}

.no-js .select-wrapper:after {
  display: none;
}

.select-wrapper select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  text-transform: none;
  cursor: pointer;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrapper .selected-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
  height: 55px;
  line-height: 55px;
  width: 100%;
  z-index: 2;
}

.no-js .select-wrapper .selected-text {
  display: none;
}

textarea {
  padding: 15px;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

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

.rte ul li,
.rte ol li {
  list-style-position: inside;
}

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

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

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

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

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

.rte h6 {
  margin: 2.33em 0;
  font-size: 0.67em;
}

.overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.overlay-light:after {
  background: #fff;
}

.overlay-black:after {
  /* background: #00253d; */
  background: #f9f9f9;
}

.overlay-color:after {
  background: #27a9e1;
}

.overlay-gradient:after {
  background-image: linear-gradient(to right, #27a9e1 0%, #554d99 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0381A2', endColorstr='#FF554D99', GradientType=1);
}

.overlay-primary:after {
  background: #27a9e1;
}

.overlay-secondary:after {
  background: #554d99;
}

.overlay-opacity-0:after {
  opacity: 0;
}

.overlay-opacity-1:after {
  opacity: 0.1;
}

.overlay-opacity-2:after {
  opacity: 0.2;
}

.overlay-opacity-3:after {
  opacity: 0.3;
}

.overlay-opacity-4:after {
  opacity: 0.4;
}

.overlay-opacity-5:after {
  opacity: 0.5;
}

.overlay-opacity-6:after {
  opacity: 0.6;
}

.overlay-opacity-7:after {
  opacity: 0.7;
}

.overlay-opacity-8:after {
  opacity: 0.8;
}

.overlay-opacity-9:after {
  opacity: 0.9;
}

.style-default {
  color: #797676;
  background: #fff;
}

.style-light {
  color: #797676;
  background: #fafafa;
}

.style-color {
  color: #fff;
  background: #27a9e1;
}

.style-secondary-color {
  color: #fff;
  background: #554d99;
}

.style-gradient {
  background-image: linear-gradient(to right, #27a9e1 0%, #554d99 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0381A2', endColorstr='#FF554D99', GradientType=1);
  color: #fff;
}

.style-dark {
  color: #fff;
  background-color: #191919;
}

.style-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00253d;
}

.icon-size-1x {
  font-size: 1em;
}

.icon-size-2x {
  font-size: 2em;
}

.icon-size-3x {
  font-size: 3em;
}

.icon-size-4x {
  font-size: 3em;
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e036";
}

.icon-cart:before {
  content: "\e600";
}

.icon-head:before {
  content: "\e074";
}

.icon-menu:before {
  content: "\f125";
}

.icon-cross:before {
  content: "\e117";
}

.icon-mail:before {
  content: "\e907";
}

.icon-star:before {
  content: "\e093";
}

.icon-star-full:before {
  content: "\e904";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-plus:before {
  content: "\e114";
}

.icon-minus:before {
  content: "\e115";
}

.icon-check:before {
  content: "\e116";
}

.cart-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.6);
}

.active.cart-modal-wrapper {
  display: block;
}

.cart-modal-wrapper .cart-modal {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 640px;
  padding: 90px;
  border: 1px solid #e3e3e3;
  text-align: center;
  background-color: #fff;
}

.cart-modal-wrapper .cart-modal-action {
  margin-top: 30px;
}

.cart-modal-wrapper .cart-modal .section-title {
  margin-bottom: 18px;
}

.placeholder-svg {
  display: block;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  fill: #797676;
}

.template-404 .main-content {
  text-align: center;
}

@media screen and (max-width: 720px) {
  .about {
    padding: 30px 15px;
  }
}

.about-content .no-content {
  padding-bottom: 60px;
}

.blog {
  padding-bottom: 0;
}

@media screen and (max-width: 720px) {
  .blog {
    padding: 30px 0 0;
  }
}

.blog-header {
  margin: 0;
  padding-bottom: 60px;
}

@media screen and (max-width: 720px) {
  .blog-header {
    padding: 0;
  }
}

.blog-rss {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  margin-left: 10px;
}

@media screen and (max-width: 720px) {
  .blog-menu {
    padding: 15px 0;
    background: #eee;
  }
}

.blog-subtitle-button {
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin: 0 10px;
  border-color: transparent;
  color: #797676;
  font-weight: 300;
}

@media screen and (max-width: 720px) {
  .blog-subtitle-button {
    display: block;
    margin: auto;
  }
}

.blog-subtitle-button:hover {
  border-color: transparent;
  background: transparent;
  color: #27a9e1;
}

.blog-subtitle-button.active {
  border-color: #e3e3e3;
  color: #27a9e1;
  font-weight: 700;
}

@media screen and (max-width: 720px) {
  .blog-subtitle-button.active {
    border-color: transparent;
  }
}

.blog-tags-wrapper {
  display: block;
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .blog-tags-wrapper {
    margin: 30px auto 0;
  }
}

.blog-tags-list {
  display: inline-block;
  vertical-align: top;
}

.blog-tags-list-item {
  display: inline-block;
  vertical-align: top;
}

.blog-tags-list-item a:after {
  display: inline-block;
  content: ",";
  color: #797676;
}

.blog-tags-list-item:last-child a:after {
  display: none;
}

.blog-tags-current p {
  padding: 0;
  font-size: 12px;
  color: #797676;
}

.post-wrapper {
  display: block;
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.post {
  display: block;
  padding-top: 60px;
  margin-top: 60px;
  text-align: left;
  border-top: 1px solid #e3e3e3;
}

@media screen and (max-width: 720px) {
  .post {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
  }
}

.post:first-child {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}

.post:last-child {
  padding-bottom: 60px;
}

.post-title {
  height: auto;
  font-size: 36px;
  line-height: 46px;
}

@media screen and (max-width: 720px) {
  .post-title {
    padding: 30px 15px 0;
    font-size: 26px;
    line-height: 36px;
  }
}

.post-title * {
  color: #00253d;
}

.style-gradient .post-title *,
.style-color .post-title * {
  color: #fff;
}

.post-subtitle {
  color: #797676;
}

.post-subtitle span {
  padding: 0;
  margin: 0;
}

.post-subtitle span:after {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
  margin: 0 6px 0 10px;
  width: 6px;
  height: 6px;
  line-height: inherit;
  background-color: #797676;
  content: "";
}

.post-subtitle span:last-child:after {
  display: none;
}

.style-gradient .post-subtitle,
.style-color .post-subtitle {
  color: #fff;
}

.post-meta {
  padding: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #797676;
  font-size: 14px;
}

@media screen and (max-width: 720px) {
  .post-meta {
    padding: 0 15px;
  }
}

.post-meta span {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

.post-meta .post-tags {
  color: #797676;
}

.post-meta .post-tags:hover {
  color: #27a9e1;
}

.post-content {
  padding: 30px 0 0;
}

@media screen and (max-width: 720px) {
  .post-content {
    padding: 30px 15px;
  }
}

.post-content p:first-child {
  padding-top: 0;
}

.post-content p:last-child {
  padding-bottom: 0;
}

.post-image {
  margin: 30px 0 0;
  width: 100%;
}

.post-button {
  min-width: 220px;
  margin: 50px 0 0;
}

@media screen and (max-width: 720px) {
  .post-button {
    margin: 0;
  }
}

.article-intro {
  margin-top: 60px;
}

@media screen and (max-width: 720px) {
  .article-intro {
    margin-top: 0;
  }
}

.article-intro-image-container {
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 720px) {
  .article-intro-image-container {
    height: auto;
    background-image: none;
  }
}

.article-intro-image {
  display: none;
}

@media screen and (max-width: 720px) {
  .article-intro-image {
    display: block;
  }
}

.article {
  display: block;
}

.article-title {
  height: auto;
  line-height: 44px;
  font-size: 34px;
}

@media screen and (max-width: 720px) {
  .article-title {
    padding: 0 15px;
  }
}

.article-subtitle {
  padding: 15px 0 0;
  margin: 0 0 90px;
}

@media screen and (max-width: 720px) {
  .article-subtitle {
    padding: 0 15px;
    margin: 0 0 30px;
  }
}

.article-subtitle p {
  display: inline-block;
  padding: 0 7.5px;
  text-transform: uppercase;
  color: #797676;
  font-size: 14px;
}

.article-content {
  text-align: left;
}

@media screen and (max-width: 720px) {
  .article-content {
    padding: 0 15px;
  }
}

.article-content p:first-child {
  padding-top: 0;
}

.article-content p:last-child {
  padding-bottom: 0;
}

.article-content img {
  width: 800px;
  max-width: 800px;
  margin-left: -50px;
}

@media screen and (max-width: 1020px) {
  .article-content img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 720px) {
  .article-content img {
    width: 320px;
    max-width: 320px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.module-post-comments .module-header {
  padding-bottom: 60px;
}

@media screen and (max-width: 720px) {
  .module-post-comments .module-header {
    padding-bottom: 30px;
  }
}

.module-post-comments .module-header:only-child {
  padding-bottom: 0;
}

.module-header:only-child .post-comments-title {
  padding-bottom: 0;
}

.post-comments-form-container {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  margin: auto;
  vertical-align: top;
}

@media screen and (max-width: 720px) {
  .post-comments-form-container {
    padding: 0 15px 30px;
  }
}

.post-comments {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 700px;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .post-comments {
    padding: 0 15px 30px;
  }
}

.post-comment {
  display: block;
  margin: 0 0 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid #797676;
}

@media screen and (max-width: 720px) {
  .post-comment {
    margin: 0 0 30px;
    padding: 0 0 30px;
  }
  .post-comment:last-child {
    margin: 0;
    padding: 0;
  }
}

.post-comment:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.post-comment-message {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 720px) {
  .post-comment-message {
    font-size: 16px;
  }
}

.post-comment-error-message .post-comment-message {
  color: #e13333;
}

.post-comment-success-message {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 15px;
  text-align: center;
  background-color: #5bef6b;
}

.post-comment-success-message a {
  display: inline-block;
}

.post-comment-success-message .post-comment-message {
  color: #fff;
}

.template-cart .empty {
  text-align: center;
}

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

@media screen and (max-width: 1020px) {
  .cart {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 720px) {
  .cart {
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 720px) {
  .cart-header {
    margin-top: 60px;
  }
}

.cart-items-container {
  display: block;
  padding: 0 80px 0 0;
}

@media screen and (max-width: 1020px) {
  .cart-items-container {
    width: 520px;
    padding: 0;
    margin: auto;
  }
}

@media screen and (max-width: 720px) {
  .cart-items-container {
    width: 100%;
  }
}

.order .cart-items-container {
  padding: 0;
}

.cart-items {
  width: 100%;
  margin-top: 0;
  border-collapse: collapse;
  border: 0;
  -webkit-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cart-items.empty {
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 1020px) {
  .cart-items thead {
    display: none;
  }
}

.cart-items th {
  padding: 20px 0;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  color: #00253d;
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #e3e3e3;
}

.cart-items th.first {
  padding-left: 0;
}

.cart-items th.last {
  padding-right: 0;
  text-align: right;
}

@media screen and (max-width: 1020px) {
  .cart-items tr:nth-child(odd) {
    background-color: #fafafa;
  }
}

@media screen and (max-width: 1020px) {
  .cart-items tr:nth-child(even) {
    background-color: #eee;
  }
}

.cart-items .mobile-only {
  display: none;
}

@media screen and (max-width: 1020px) {
  .cart-items .mobile-only {
    display: inline-block;
  }
}

.cart-item {
  position: relative;
  -webkit-transition: opacity 0.3s ease-in, height 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in, height 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, height 0.3s ease-in;
  transition: opacity 0.3s ease-in, height 0.3s ease-in;
}

.cart-item.removing {
  opacity: 0;
}

.cart-item-td {
  width: 15%;
  padding: 40px 0;
  line-height: 1;
  text-align: left;
  color: #797676;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (max-width: 1020px) {
  .cart-item-td {
    float: left;
    width: 520px;
    padding: 15px 15px 0;
    margin: 0;
    border: 0;
    color: #797676;
    text-align: center;
  }
  .cart-item-td:first-child {
    padding-top: 30px;
  }
  .cart-item-td:last-child {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 720px) {
  .cart-item-td {
    width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  .cart-item-quantity-wrapper {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 720px) {
  .cart-item-quantity-wrapper {
    width: 100%;
  }
}

.cart-title a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #554d99;
}

@media screen and (max-width: 1020px) {
  .cart-item-unit-price {
    text-align: center;
  }
}

.cart-item-product {
  width: 55%;
}

@media screen and (max-width: 1020px) {
  .cart-item-product {
    width: 100%;
    text-align: center;
  }
}

.cart-item-product-wrap {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .cart-item-product-wrap {
    max-width: 250px;
  }
}

@media screen and (max-width: 1020px) {
  .cart-item-product-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.cart-item-product-wrap span {
  display: block;
  padding: 5px 0 0;
}

.cart-item-image-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

@media screen and (max-width: 1020px) {
  .cart-item-image-container {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
  }
}

.cart-item-total-container {
  position: relative;
  display: block;
  text-align: right;
}

@media screen and (max-width: 1020px) {
  .cart-item-total-container {
    text-align: center;
    padding-bottom: 15px;
  }
}

.cart-image {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.cart-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 720px) {
  .cart-image {
    display: block;
    width: 100px;
    margin: 0 auto 15px;
  }
}

.cart-item-remove {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 30px;
  vertical-align: middle;
  color: #27a9e1;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 1020px) {
  .cart-item-remove {
    left: auto;
    top: -25px;
    right: -10px;
    margin: 0;
    display: none;
  }
}

.cart-item-remove .icon {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 28px;
}

.cart-item-remove.mobile-only {
  display: none;
}

@media screen and (max-width: 1020px) {
  .cart-item-remove.mobile-only {
    display: block;
  }
}

.cart-item-remove:hover {
  color: #27a9e1;
}

.cart-tools {
  position: relative;
  display: block;
  text-align: right;
}

.cart-totals {
  display: block;
  margin: 0;
  padding: 0 80px 0 0;
  text-align: right;
}

@media screen and (max-width: 1020px) {
  .cart-totals {
    padding: 0;
  }
}

.cart-price-info {
  color: #00253d;
}

@media screen and (max-width: 1020px) {
  .cart-price-info {
    text-align: center;
  }
}

.sub-total,
.cart-price {
  padding: 0;
}

.cart-message,
.cart-currency-note {
  display: block;
  font-size: 13px;
  line-height: 23px;
  font-style: italic;
  color: #797676;
  text-align: right;
  padding: 0;
}

@media screen and (max-width: 1020px) {
  .cart-message,
  .cart-currency-note {
    display: block;
    margin: auto;
    max-width: 320px;
    text-align: center;
  }
}

.cart-price {
  font-size: 36px;
  line-height: 46px;
  color: #00253d;
}

.cart-cta {
  margin-top: 30px;
}

@media screen and (max-width: 1020px) {
  .cart-cta {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.cart-cta input {
  vertical-align: middle;
}

.cart-button {
  min-width: 220px;
}

.cart-button:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1020px) {
  .cart-button {
    padding-right: 0;
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }
}

@media screen and (min-width: 1021px) {
  .cart-button.cart-update-button {
    margin-right: 15px;
  }
}

.cart-additional-checkout-buttons {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 1021px) {
  .cart-additional-checkout-buttons {
    margin-right: -7.5px;
    margin-left: 15px;
  }
}

.cart-additional-checkout-buttons input {
  margin-top: 0;
  margin-right: 7.5px;
  margin-left: 7.5px;
}

@media screen and (max-width: 1020px) {
  .cart-additional-checkout-buttons input {
    margin-top: 15px;
  }
}

.cart-additional-checkout-buttons .shopify-apple-pay-button {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1021px) {
  .cart-additional-checkout-buttons .shopify-apple-pay-button {
    margin-top: 0 !important;
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
}

@media screen and (max-width: 1020px) {
  .cart-additional-checkout-buttons .shopify-apple-pay-button {
    margin-top: 15px !important;
  }
}

.cart-instructions {
  display: block;
  font-size: 16px;
  padding: 60px 80px 0 0;
  text-align: left;
}

@media screen and (max-width: 1020px) {
  .cart-instructions {
    width: 290px;
    padding: 30px 0 0;
    margin: auto;
  }
}

.cart-instructions p {
  text-align: left;
  padding: 0 0 15px;
}

.cart-instructions textarea {
  font-size: 14px;
}

.cart-checkout {
  margin-top: 30px;
}

@media screen and (max-width: 720px) {
  .cart-item-undo {
    text-align: center;
  }
}

.cart-undo {
  cursor: pointer;
  color: #27a9e1;
}

.cart-undo:hover {
  color: #27a9e1;
}

.cart-shipping-calculator-wrapper {
  font-size: 0;
  margin-top: 60px;
}

@media screen and (max-width: 720px) {
  .cart-shipping-calculator-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.cart-shipping-calculator {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .cart-shipping-calculator {
    width: 100%;
    text-align: center;
  }
}

.cart-shipping-calculator-response {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 39px 0 0 30px;
  text-align: right;
}

@media screen and (max-width: 720px) {
  .cart-shipping-calculator-response {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.shipping-country-wrapper,
.shipping-province-wrapper {
  margin-top: 15px;
}

.shipping-country-wrapper .select-wrapper,
.shipping-province-wrapper .select-wrapper {
  margin: 0;
}

.cart-shipping-zip-code input {
  display: inline-block;
  width: auto;
  font-size: 14px;
  min-width: 270px;
}

@media screen and (max-width: 720px) {
  .cart-shipping-zip-code input {
    width: 100%;
    margin: 0;
  }
}

.cart-shipping-zip-code input[type="text"] {
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 720px) {
  input[type="button"].cart-shipping-calculate {
    margin: 15px 0 0 0;
  }
}

.collection {
  width: 100%;
  padding: 90px 0;
}

@media screen and (max-width: 720px) {
  .collection {
    padding: 30px 0 0;
  }
}

.style-light .collection,
.style-color .collection,
.style-gradient .collection {
  margin-top: 60px;
}

.collection-header {
  padding-bottom: 30px;
}

.collection-tag-selector {
  display: inline-block;
  margin: 30px auto 0;
  vertical-align: top;
}

.collection-tag-selector .select-wrapper {
  width: 200px;
  background-color: #fff;
}

@media screen and (max-width: 720px) {
  .collection-button {
    width: 290px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}

.collection-list {
  width: 100%;
  margin-top: 30px;
}

.collection-subtitle {
  padding: 30px 30px 0;
}

@media screen and (max-width: 720px) {
  .collection-subtitle {
    padding: 30px 15px 0;
  }
}

.collection-alternating {
  max-width: 100%;
  padding-bottom: 0;
}

.collection-alternating-product {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.collection-alternating-product:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.collection-alternating-section {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 1020px) {
  .collection-alternating-section {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
  }
}

.collection-alternating-media {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.media-aligned-right .collection-alternating-media {
  right: -50%;
}

@media screen and (max-width: 1020px) {
  .media-aligned-right .collection-alternating-media {
    right: auto;
  }
}

@media screen and (max-width: 1020px) {
  .collection-alternating-content {
    width: 100%;
    text-align: center;
  }
}

.media-aligned-right .collection-alternating-content {
  position: relative;
  left: -50%;
}

@media screen and (max-width: 1020px) {
  .media-aligned-right .collection-alternating-content {
    left: auto;
  }
}

.collection-alternating-cover {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
  background-color: #00253d;
}

.collection-alternating-cover::before {
  display: block;
  width: 100%;
  padding-top: 80%;
  content: "";
}

.collection-alternating-cover img {
  display: none;
}

.crop .collection-alternating-cover {
  display: block;
}

.crop .collection-alternating-image {
  display: none;
}

.collection-alternating-text-wrapper {
  padding: 90px 60px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .collection-alternating-text-wrapper {
    padding: 30px;
  }
}

@media screen and (max-width: 1020px) {
  .collection-alternating-text-wrapper {
    display: inline-block;
    max-width: 700px;
    padding: 90px 30px;
    text-align: center;
  }
}

@media screen and (max-width: 720px) {
  .collection-alternating-text-wrapper {
    max-width: 100%;
    padding: 30px;
  }
}

.collection-alternating-title {
  font-size: 36px;
  line-height: 46px;
}

@media screen and (max-width: 720px) {
  .collection-alternating-title {
    font-size: 26px;
    line-height: 36px;
  }
}

.collection-alternating-meta {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.collection-alternating-text {
  font-size: 16px;
  line-height: 26px;
  padding-top: 30px;
}

@media screen and (max-width: 1020px) {
  .collection-alternating-text {
    margin: 30px auto 0;
    padding: 0;
  }
}

.collection-alternating-cta {
  padding-top: 30px;
}

@media screen and (max-width: 1020px) {
  .collection-alternating-cta {
    padding-top: 30px;
  }
}

.original.money {
  text-decoration: line-through;
}

.list-meta .saving {
  display: block;
}

.sale-badge {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 65px;
  height: 65px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 65px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #554d99;
}

@media screen and (max-width: 768px) {
  .sale-badge {
    width: 45px;
    height: 45px;
    font-size: 12px;
    line-height: 45px;
  }
}

.collection-alternating-section.right .sale-badge {
  right: 50%;
  margin-right: 20px;
}

@media screen and (max-width: 1020px) {
  .collection-alternating-section.right .sale-badge {
    right: 0;
  }
}

.stock-badge {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 28px;
  left: -32px;
  width: 150px;
  padding: 7px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #554d99;
}

.collection-alternating-section.left .stock-badge {
  left: 50%;
}

@media screen and (max-width: 1020px) {
  .collection-alternating-section.left .stock-badge {
    left: 0;
  }
}

.contact-form {
  position: relative;
  width: 100%;
}

.contact-form .input-wrapper {
  margin: 15px 0;
}

.contact-form .input-wrapper.first {
  margin-top: 0;
}

.contact-form .input-wrapper.last {
  margin-bottom: 0;
}

.contact-form-button {
  margin-top: 30px;
}

@media screen and (max-width: 720px) {
  .contact-form-button {
    margin-top: 15px;
  }
}

.contact-form-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.contact-form-success-icon {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 160px;
  width: 160px;
  margin-left: -80px;
  margin-top: -80px;
  line-height: 160px;
  text-align: center;
  font-size: 42px;
  color: #fff;
  background-color: rgba(3, 129, 162, 0.8);
}

.contact-form-error-message {
  display: block;
  margin-bottom: 30px;
  color: #e13333;
}

@media screen and (max-width: 720px) {
  .faq {
    padding: 30px 15px;
  }
}

.faq-module.style-default .module {
  padding-top: 0;
}

.faq-content .module {
  padding-bottom: 0;
}

.faq-content .module.no-content {
  padding-bottom: 60px;
}

@media screen and (max-width: 720px) {
  .faq-content .module.no-content {
    padding-bottom: 30px;
  }
}

.faq-content .module-body {
  padding-bottom: 60px;
}

.template-index .main-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.template-index.has-slideshow-full-window .sticky-header ~ .main-content,
.template-index .sticky-header.lower-than-slideshow ~ .main-content {
  padding-top: 0;
}

.collections {
  padding: 90px 0;
}

@media screen and (max-width: 1020px) {
  .collections {
    padding: 0;
  }
}

.collections-header {
  padding-bottom: 90px;
}

@media screen and (max-width: 1020px) {
  .collections-header {
    padding: 90px 30px;
  }
}

@media screen and (max-width: 720px) {
  .collections-header {
    padding: 30px 15px;
  }
}

.page-header {
  padding-bottom: 30px;
  margin: 0 30px 30px;
}

@media screen and (max-width: 720px) {
  .page-header {
    padding-bottom: 15px;
    margin: 30px 15px;
  }
}

.page-header:only-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-body {
  max-width: 700px;
  width: 100%;
  text-align: left;
  margin: auto;
}

@media screen and (max-width: 720px) {
  .page-body {
    max-width: 100%;
    padding: 0 15px;
  }
}

.page-body p:first-child {
  padding-top: 0;
}

.page-body p:last-child {
  padding-bottom: 0;
}

.template-password .main-header {
  text-align: center;
}

.template-password .branding {
  float: none;
  width: 100%;
  max-width: 100%;
}

.template-password .branding-logo-link {
  display: inline-block;
}

.template-password .branding-logo-heading {
  max-width: 100%;
}

.template-password .main-content {
  width: 100%;
  max-width: 600px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.template-password .password-subscribe-wrapper,
.template-password .password-form-wrapper {
  display: none;
}

.template-password .password-subscribe-wrapper.visible,
.template-password .password-form-wrapper.visible {
  display: block;
}

.template-password .newsletter-input,
.template-password .password-input,
.template-password .password-button {
  float: left;
}

.template-password .newsletter-input,
.template-password .password-input {
  width: 68%;
  margin-right: 2%;
}

@media screen and (max-width: 480px) {
  .template-password .newsletter-input,
  .template-password .password-input {
    width: 100%;
    margin-right: 0;
  }
}

.template-password .password-button {
  width: 30%;
  height: 49px;
  padding-right: 16px;
  padding-left: 15px;
  margin-top: 1px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .template-password .password-button {
    float: none;
    width: auto;
    margin-top: 10px;
  }
}

.template-password .password-entry {
  display: block;
  margin-top: 10px;
  outline: none;
}

.template-password .errors ul {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}

.template-password .footer-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  margin-top: 40px;
  background-color: #fff;
}

.template-password .main-footer {
  text-align: center;
}

.template-password .hidden {
  display: none;
}

.password-page-header {
  margin-bottom: 1em;
  font-size: 1.2em;
}

.password-page-subheader {
  padding: 0;
  margin-bottom: 1em;
}

.template-product .main-content {
  /* font-size: 10px; */
  font-size: 0;
}

@media screen and (max-width: 720px) {
  .template-product .page-title {
    margin-bottom: 30px;
  }
}

.template-product-slideshow .main-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 720px) {
  .template-product-slideshow .home-slideshow-wrapper + div {
    padding: 0 30px;
  }
}

.template-product-slideshow .page-title {
  margin: 60px 0 45px;
}

@media screen and (max-width: 720px) {
  .template-product-slideshow .page-title {
    margin: 30px 0;
  }
}

.product-slideshow,
.product-wrap {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
}

@media screen and (max-width: 720px) {
  .product-slideshow,
  .product-wrap {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.module-product {
  padding: 60px 0 90px;
}

@media screen and (max-width: 1200px) {
  .module-product {
    padding: 60px 30px 90px;
  }
}

@media screen and (max-width: 720px) {
  .module-product {
    padding: 30px 0;
  }
}

.product-slideshow {
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 720px) {
  .product-slideshow {
    max-width: 600px;
    padding-right: 0;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

.product-image-container {
  position: relative;
  display: block;
}

.product-big-image {
  position: relative;
  display: block;
  padding: 0;
}

@media screen and (max-width: 1020px) {
  .product-big-image {
    padding-right: 0;
  }
}

.product-big-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.product-big-image.working img {
  visibility: hidden;
}

.product-big-image.zoom-enabled {
  cursor: pointer;
  cursor: zoom-in;
}

.product-slideshow-loader {
  left: 50%;
  right: auto;
  z-index: 1;
  display: none;
}

.working .product-slideshow-loader {
  display: block;
}

.product-image-zoom {
  position: absolute;
  background-color: white;
  background-repeat: no-repeat;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
  cursor: zoom-out;
}

.product-image-zoom.active {
  display: block;
}

.product-thumbnails {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}

.product-thumbnails.hidden {
  visibility: hidden;
}

.product-no-images {
  width: 100%;
  padding: 35%;
  background: #fafafa;
}

.no-svg .product-no-images {
  padding: 0;
  background: none;
}

.product-slideshow-pagination-item {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  padding: 2px;
  margin: 0 10px 10px 0;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.product-slideshow-pagination-item.active {
  opacity: 1;
}

.product-slideshow-pagination-item-image {
  display: none;
}

.product-slideshow-navigation {
  -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #27a9e1;
}

.product-slideshow-previous {
  left: 0;
}

.product-slideshow-next {
  right: 0;
}

.product-wrap {
  text-align: left;
  padding-left: 30px;
}

@media screen and (max-width: 720px) {
  .product-wrap {
    padding: 0 15px;
  }
  .product-wrap .product-goal {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 720px) {
  .product-details {
    display: none;
  }
}

.product-details.mobile {
  display: none;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .product-details.mobile {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.product-title {
  display: block;
  margin: 0 0 5px;
  color: #00253d;
}

.product-title h1 {
  font-size: 34px;
  line-height: 44px;
  padding: 0;
  margin: 0;
}

.product-vendor {
  color: #797676;
}

.product-price {
  display: block;
  font-size: 28px;
  line-height: 38px;
  color: #797676;
}

.product-price-compare {
  display: inline-block;
  margin-left: 10px;
  color: #797676;
  font-size: 14px;
}

.product-price-compare .original {
  text-decoration: line-through;
}

.product-price-compare span {
  display: inline-block;
  vertical-align: top;
}

.product-price-compare.hidden {
  display: none;
}

.add-to-cart-button {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  opacity: 1;
}

.loading .add-to-cart-button {
  z-index: -1;
  opacity: 0;
}

.product-form {
  display: block;
  margin: 30px 0 0;
}

.product-form-nav {
  display: block;
}

@media screen and (max-width: 720px) {
  .product-options,
  .product-quantity {
    width: 100%;
  }
}

.product-options .selector-wrapper {
  float: left;
  width: 45%;
  margin: 0 15px 15px 0;
}

@media screen and (max-width: 1020px) {
  .product-options .selector-wrapper {
    width: 100%;
    margin: 0 0 15px;
  }
}

.product-options .selected-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 90%;
}

.product-options label {
  display: none;
}

.product-options .js-required {
  display: none;
}

.js .product-options .js-required {
  display: block;
}

.js .product-options .no-js-required {
  display: none;
}

.add-to-cart {
  margin: 15px 0 0;
}

@media screen and (max-width: 720px) {
  .add-to-cart {
    text-align: center;
  }
}

@media screen and (max-width: 720px) {
  .add-to-cart input {
    padding-right: 0;
    padding-left: 0;
    width: 290px;
  }
}

.product-form-submit-wrap {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 720px) {
  .product-form-submit-wrap {
    text-align: center;
  }
}

.product-form-submit-wrap input {
  position: relative;
  z-index: 2;
  white-space: normal;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.add-to-cart-loader,
.product-slideshow-loader,
.home-slideshow-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  width: 30px;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 1;
  border-left: 3px solid rgba(3, 129, 162, 0.15);
  border-right: 3px solid rgba(3, 129, 162, 0.15);
  border-bottom: 3px solid rgba(3, 129, 162, 0.15);
  border-top: 3px solid rgba(3, 129, 162, 0.8);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: rotation 0.6s infinite linear;
  -ms-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  -webkit-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loading .add-to-cart-loader,
.loading .product-slideshow-loader,
.loading .home-slideshow-loader {
  right: -45px;
}

.product-cart-message {
  display: none;
  margin-top: 30px;
  color: #797676;
}

.added-error .product-cart-message {
  color: #e13333;
}

.added-success .product-cart-message,
.added-error .product-cart-message {
  display: block;
}

.product-cart-message em {
  color: #797676;
}

.product-more-info {
  margin: 30px 0 0;
}

@media screen and (max-width: 720px) {
  .product-more-info {
    text-align: center;
  }
}

.product-info-link {
  position: relative;
  display: block;
  margin: 5px 0 0;
  padding: 0;
}

.product-info-link:first-child {
  margin: 0 auto;
}

.product-info-link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  display: inline-block;
  color: #27a9e1;
}

.product-info-link:hover:before {
  color: #27a9e1;
}

.product-info-link.info:before {
  content: "\e101";
}

.product-info-link.question-mark:before {
  content: "\e102";
}

.product-info-link.ruler:before {
  content: "\e105";
}

.product-info-link.envelope:before {
  content: "\e104";
}

.product-info-link.pencil:before {
  content: "\e103";
}

.product-info-link.shirt:before {
  content: "\e106";
}

.product-info-link a {
  display: inline-block;
  margin-left: 5px;
}

.search {
  margin-top: 60px;
}

@media screen and (max-width: 720px) {
  .search {
    margin: 0;
  }
}

.search .list-text-wrapper {
  text-align: center;
}

.search-header {
  padding: 0 0 60px;
}

@media screen and (max-width: 720px) {
  .search-header {
    padding: 30px 15px;
  }
}

.search-form {
  position: relative;
  text-align: center;
  font-size: 0;
  max-width: 450px;
  margin: 30px auto 0;
}

@media screen and (max-width: 720px) {
  .search-form {
    margin: 15px auto 0;
  }
}

.search-input {
  display: block;
  width: 100%;
  font-size: 16px;
}

.search-submit {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #27a9e1;
  -webkit-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.search-submit:hover {
  background: #27a9e1;
}

.search-submit input[type="submit"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  background: transparent;
  border: transparent;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.search-submit input[type="submit"]:hover {
  background: transparent;
  border: transparent;
}

.search-submit-icon {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
}

.search-results-wrapper {
  margin: 30px auto 0;
}

.search-results-count {
  text-align: center;
  margin: 30px 0 60px;
}

.search-results-count ul {
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 720px) {
  .module-login .module-title,
  .module-register .module-title,
  .module-account .module-title,
  .module-reset-password .module-title,
  .module-addresses .module-title,
  .module-activate-account .module-title {
    padding-top: 30px;
  }
}

.module-login .module-subtitle,
.module-register .module-subtitle,
.module-account .module-subtitle,
.module-reset-password .module-subtitle,
.module-addresses .module-subtitle,
.module-activate-account .module-subtitle {
  max-width: 600px;
  margin: 0 auto;
}

.module-login .module-content,
.module-register .module-content,
.module-account .module-content,
.module-reset-password .module-content,
.module-addresses .module-content,
.module-activate-account .module-content {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  max-width: 600px;
  margin: 30px auto 0;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .module-login .module-content,
  .module-register .module-content,
  .module-account .module-content,
  .module-reset-password .module-content,
  .module-addresses .module-content,
  .module-activate-account .module-content {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

.account-info {
  margin-bottom: 30px;
}

.account-info > span {
  display: block;
}

.view-addresses-link {
  font-size: 14px;
}

.orders {
  width: 100%;
  margin: 30px 0;
}

.orders td {
  text-align: center;
}

.decline-activation {
  margin-left: 10px;
}

@media screen and (max-width: 720px) {
  .decline-activation {
    display: block;
    margin: 10px 0 0 0;
  }
}

.customer-address-name {
  font-weight: 700;
}

@media screen and (max-width: 720px) {
  .cta-container {
    text-align: center;
  }
}

.cta-container .button {
  margin-right: 15px;
}

@media screen and (max-width: 720px) {
  .cta-container .button {
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 15px;
  }
  .module-register .cta-container .button {
    margin-right: 15px;
  }
  .cta-container .button:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .cta-container .button {
    margin-right: 0;
    margin-left: 0;
  }
}

.customer-address-edit-form,
.customer-new-address {
  display: none;
}

.customer-address-edit-form.show,
.customer-new-address.show {
  display: block;
}

.customer-address-edit-form label ~ .select-wrapper,
.customer-new-address label ~ .select-wrapper {
  margin-top: 15px;
}

.customer-address-edit-form .input-wrapper:first-of-type {
  margin-top: 0;
}

.customer-address.editing {
  display: none;
}

.customer-address-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  vertical-align: top;
  border-top: 1px solid #e3e3e3;
}

@media screen and (max-width: 720px) {
  .customer-address-wrap {
    width: 100%;
    margin: 30px 0;
    padding: 0;
  }
}

.customer-address-wrap:first-child {
  margin: 0;
  padding: 0;
  border-top: 0;
}

@media screen and (max-width: 720px) {
  .customer-address-wrap:first-child {
    margin-top: 0;
  }
}

.customer-address {
  position: relative;
  font-size: 16px;
}

.customer-address p:first-child {
  margin-top: 0;
}

.customer-address p:last-child {
  margin-bottom: 0;
}

.edit-address,
.delete-address {
  color: #27a9e1;
  cursor: pointer;
  font-size: 14px;
}

.edit-address:hover,
.delete-address:hover {
  color: #27a9e1;
}

.add-new-address-wrapper {
  padding-top: 60px;
  margin-top: 30px;
  border-top: 1px solid #e3e3e3;
}

.add-new-address-wrapper.no-border {
  padding-top: 0;
  border-top: none;
}

.add-new-address-wrapper .input-wrapper:first-of-type {
  margin-top: 0;
}

.default-address-marker {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  background-color: #554d99;
}

.customer-address-wrap .pagination {
  padding: 0;
}

.recover-password {
  display: none;
}

.recover-password .reset-button {
  display: inline-block;
  margin: 0;
}

.successful-reset {
  display: none;
}

.toggle-forgetfulness {
  display: inline-block;
  vertical-align: top;
  line-height: 55px;
  padding: 0 15px;
  cursor: pointer;
}

@media screen and (max-width: 720px) {
  .toggle-forgetfulness {
    padding: 0;
    display: block;
  }
}

.toggle-forgetfulness:hover {
  color: #27a9e1;
}

.guest-checkout,
.new-customer {
  margin-top: 60px;
}

.module-register .already-customer {
  display: inline-block;
  padding: 15px 0;
}

.template-customers-order .cart-item-quantity {
  font-size: 16px;
}

.order-header {
  margin-bottom: 90px;
}

@media screen and (max-width: 720px) {
  .order-header {
    margin-bottom: 30px;
  }
}

.order-totals {
  text-align: right;
  width: 33%;
  float: right;
  margin-top: 30px;
}

@media screen and (max-width: 720px) {
  .order-totals {
    margin: 30px auto 0;
    float: none;
  }
}

.order-totals td {
  padding: 2px 0 2px 10px;
  text-align: right;
}

@media screen and (max-width: 720px) {
  .order-totals td {
    width: 50%;
  }
}

.order-totals td:first-child {
  padding: 2px 10px 2px 0;
}

@media screen and (max-width: 720px) {
  .order-totals td:last-child {
    text-align: left;
  }
}

.order-total {
  color: #00253d;
  font-weight: 700;
}

.shipping-info {
  font-size: 0;
  width: 66%;
  margin-top: 60px;
}

@media screen and (max-width: 720px) {
  .shipping-info {
    width: 100%;
  }
}

.shipping-info > div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 16px;
}

@media screen and (max-width: 720px) {
  .shipping-info > div {
    text-align: center;
    width: 100%;
  }
  .shipping-info > div:last-child {
    margin-top: 30px;
  }
}

.shipping-info h2 {
  font-size: 24px;
  margin-top: 0;
}

.order-history .mobile-layout tr td {
  border-top-width: 0 !important;
}

.order-history .mobile-layout tr td:first-child {
  border-top-width: 1px !important;
}

.module-breadcrumbs {
  position: relative;
  max-width: 1260px;
  padding: 60px 30px 0;
  text-align: left;
  font-size: 14px;
  color: #797676;
}

@media screen and (max-width: 1200px) {
  .module-breadcrumbs {
    padding: 60px 30px 0;
  }
}

@media screen and (max-width: 720px) {
  .module-breadcrumbs {
    display: none;
  }
}

.module-breadcrumbs-divider {
  color: #797676;
}

.module-breadcrumbs-link {
  color: #797676;
}

.module-breadcrumbs-link:focus,
.module-breadcrumbs-link:hover {
  color: #27a9e1;
}

.module-map {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.has-map .module-map {
  height: 500px;
}

.module-map-body {
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.has-map .module-map-body {
  background-color: #797676;
}

.module-map-canvas {
  display: block;
  width: 100%;
  height: 100%;
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-map-error {
  padding: 30px;
  color: #e13333;
}

.info-box-container {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  /* background: #00253d; */
  background: #f9f9f9;
  padding: 15px;
  color: #fff;
  width: 280px;
  margin-left: -140px;
  left: 50%;
  font-size: 16px;
}

.info-box-container:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00253d;
  content: "";
}

.info-box-container img {
  display: none;
}

.module-list-item-content-toggle {
  max-width: 700px;
  margin: auto;
}

@media screen and (max-width: 1020px) {
  .module-list-item-content-toggle {
    max-width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .module-list-item-content-toggle {
    padding: 30px 15px;
  }
}

.accordion-item {
  margin-bottom: 30px;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item-title {
  font-size: 22px;
  line-height: 32px;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .accordion-item-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.accordion-item-title a {
  position: relative;
  display: block;
  padding-left: 40px;
  color: currentColor;
}

.style-default .accordion-item-title,
.style-light .accordion-item-title {
  color: #00253d;
}

.accordion-item-icon {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 36px;
  font-size: 21px;
  line-height: 36px;
  text-align: center;
}

.accordion-active .accordion-item-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.style-default .accordion-item-icon,
.style-light .accordion-item-icon {
  color: #27a9e1;
}

.accordion-item-content {
  padding-left: 40px;
  margin: 30px 0;
  text-align: left;
}

.accordion-item-content p {
  padding-top: 0;
  padding-bottom: 0;
}

.header-tools .navigation {
  position: relative;
  display: inline-block;
  height: 120px;
  line-height: 120px;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .header-tools .navigation {
    display: none;
  }
}

.collapsed-navigation .header-tools .navigation {
  display: none;
}

.header-tools .navigation .has-dropdown.open .secondary-list,
.header-tools .navigation .has-dropdown:active .secondary-list,
.header-tools .navigation .has-dropdown:hover .secondary-list {
  top: 100%;
  left: -80px;
}

.header-tools .navigation .has-dropdown:active .secondary-list {
  display: block;
}

.header-navigation {
  position: relative;
  z-index: 1000;
  background: #797676;
}

.header-navigation.sticky-header {
  border-bottom: 0;
  top: 120px;
}

.touch .header-navigation.sticky-header {
  top: auto;
}

@media screen and (max-width: 720px) {
  .header-navigation {
    display: none;
  }
}

.header-navigation-list {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.header-drawer .header-navigation-list {
  padding: 75px 0;
}

@media screen and (max-width: 720px) {
  .header-drawer .header-navigation-list {
    padding: 60px 0;
  }
}

.header-navigation-list-item {
  position: relative;
  float: left;
  padding: 20px 0;
  margin: 0;
}

.header-drawer .header-navigation-list-item {
  width: 100%;
  padding: 15px 15px 0;
}

.header-drawer .header-navigation-list-item:first-child {
  padding: 0;
}

.primary-link {
  height: 20px;
  padding: 0;
  margin: 0 15px;
}

.slide-color-dark .primary-link:after {
  background-color: #00253d;
}

.slide-color-light .primary-link:after {
  background-color: #fff;
}

.slide-color-light .primary-link,
.slide-color-dark .primary-link {
  position: relative;
}

.slide-color-light .primary-link:focus:after,
.slide-color-light .primary-link:hover:after,
.slide-color-dark .primary-link:focus:after,
.slide-color-dark .primary-link:hover:after {
  position: absolute;
  bottom: -49px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}

.header-navigation-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #797676;
}

.header-navigation-link:focus,
.header-navigation-link:hover {
  color: #27a9e1;
}

@media (min-width: 721px) {
  .has-slideshow-full-window.slide-color-dark
    .header:not(.scrolled)
    .main-header:not(.collapsed-navigation)
    .header-navigation-link:not(.secondary-link) {
    color: #00253d;
  }
  .has-slideshow-full-window.slide-color-light
    .header:not(.scrolled)
    .main-header:not(.collapsed-navigation)
    .header-navigation-link:not(.secondary-link) {
    color: #fff;
  }
}

.slide-color-light .header-navigation-link,
.slide-color-dark .header-navigation-link {
  position: relative;
}

.slide-color-light .header-navigation-link:focus,
.slide-color-light .header-navigation-link:hover,
.slide-color-dark .header-navigation-link:focus,
.slide-color-dark .header-navigation-link:hover {
  opacity: 1;
}

.slide-color-light .header-navigation-link.header-navigation-current:after,
.slide-color-dark .header-navigation-link.header-navigation-current:after {
  display: none;
}

.slide-color-light .scrolled .header-navigation-link,
.slide-color-dark .scrolled .header-navigation-link {
  color: #797676;
  opacity: 1;
}

.header-navigation-link.header-navigation-current {
  color: #27a9e1;
  position: relative;
  font-weight: normal;
}

.header-navigation-link.header-navigation-current:focus,
.header-navigation-link.header-navigation-current:hover {
  color: #27a9e1;
}

.header-navigation-link.header-navigation-current:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -49px;
  width: 100%;
  height: 1px;
  background-color: #27a9e1;
  z-index: -1;
}

.header-drawer .header-navigation-link.header-navigation-current:after {
  display: none;
}

.header-bleed-light-colors .header-navigation-link.header-navigation-current {
  color: #fff;
  font-weight: 700;
  opacity: 1;
}

.header-bleed-light-colors
  .header-navigation-link.header-navigation-current:focus,
.header-bleed-light-colors
  .header-navigation-link.header-navigation-current:hover {
  color: #fff;
}

.header-bleed-light-colors
  .header-navigation-link.header-navigation-current:after {
  background: #fff;
}

.header-bleed-dark-colors .header-navigation-link.header-navigation-current {
  color: #00253d;
  font-weight: 700;
  opacity: 1;
}

.header-bleed-dark-colors
  .header-navigation-link.header-navigation-current:focus,
.header-bleed-dark-colors
  .header-navigation-link.header-navigation-current:hover {
  color: #00253d;
}

.header-bleed-dark-colors
  .header-navigation-link.header-navigation-current:after {
  /* background: #00253d; */
  background: #f9f9f9;
}

.showing-drawer .header-navigation-link.header-navigation-current {
  color: #fff;
  font-weight: inherit;
}

.showing-drawer .header-navigation-link.header-navigation-current:focus,
.showing-drawer .header-navigation-link.header-navigation-current:hover {
  color: #fff;
}

.header-drawer .header-navigation-link {
  display: inline-block;
  float: none;
  height: auto;
  margin: 0;
  text-align: center;
  vertical-align: top;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}

.header-drawer .header-navigation-link:hover {
  color: #27a9e1;
}

.header-drawer .header-navigation-link:after {
  display: none !important;
}

.secondary-list {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 160px;
  margin: 0 0 0 50%;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}

.secondary-list:before,
.secondary-list:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
}

.secondary-list:before {
  border-bottom-color: #e3e3e3;
  border-width: 8px;
  margin-left: -8px;
}

@media (min-width: 721px) {
  .header-bleed-light-colors .secondary-list:before {
    border-bottom-color: #fff;
  }
  .header-bleed-dark-colors .secondary-list:before {
    border-bottom-color: #00253d;
  }
}

.secondary-list:after {
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

@media (min-width: 721px) {
  .header-bleed-light-colors .secondary-list:after {
    border-bottom-color: #fff;
  }
  .header-bleed-dark-colors .secondary-list:after {
    border-bottom-color: #00253d;
  }
}

.header-drawer .secondary-list {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: none;
  top: auto;
  left: auto;
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px 0 0;
  background-color: transparent;
  border: 0;
}

.header-drawer .secondary-list:before,
.header-drawer .secondary-list:after {
  display: none;
}

.open .secondary-list {
  display: block;
}

.secondary-list-item {
  display: block;
  width: 100%;
  padding: 0 10px 10px;
  margin: 0;
}

.secondary-list-item:last-child {
  padding-bottom: 0;
}

.secondary-link {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  color: #797676;
  text-align: left;
  opacity: 1;
}

.secondary-link:focus,
.secondary-link:hover {
  color: #27a9e1;
}

.header-drawer .secondary-link:focus,
.header-drawer .secondary-link:hover {
  color: #fff;
}

.header-bleed-dark-colors .secondary-link,
.header-bleed-light-colors .secondary-link {
  color: #797676;
}

.header-bleed-dark-colors .secondary-link:focus,
.header-bleed-dark-colors .secondary-link:hover,
.header-bleed-light-colors .secondary-link:focus,
.header-bleed-light-colors .secondary-link:hover {
  color: #27a9e1;
}

.header-drawer .secondary-link {
  color: #fff;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  line-height: 30px;
  opacity: 0.6;
}

.header-drawer .secondary-link:focus,
.header-drawer .secondary-link:hover {
  color: #fff;
}

.header-navigation-list-arrow {
  display: none;
  margin-left: 10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.header-drawer .header-navigation-list-arrow {
  display: inline-block;
}

.pagination {
  padding: 60px 0;
  max-width: 100%;
  width: 100%;
}

.pagination.border {
  border-top: 1px solid #e3e3e3;
}

.template-blog .pagination {
  padding-top: 0;
}

.pagination-body {
  display: inline-block;
  margin: auto;
}

.pagination-button {
  display: inline-block;
  vertical-align: top;
}

.pagination-button-icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 32px;
}

.pagination-position {
  display: inline-block;
  padding: 0 60px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}

.pagination-article {
  width: 100%;
  position: relative;
  height: 140px;
  padding: 0;
}

@media screen and (max-width: 720px) {
  .pagination-article {
    height: auto;
    padding: 15px 0;
  }
}

.article-pagination-body {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
}

@media screen and (max-width: 720px) {
  .article-pagination-body {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    top: auto;
  }
}

.pagination-article-previous {
  float: left;
  width: 50%;
}

.pagination-article-next {
  float: right;
  width: 50%;
}

.pagination-article-button-link {
  float: left;
  position: relative;
  padding: 0;
  color: #fff;
}

.pagination-article-button-link:hover {
  color: #fff;
}

.pagination-article-button-link:hover .pagination-article-title {
  text-decoration: underline;
}

.pagination-article-previous-link {
  float: right;
  margin-right: 90px;
}

.pagination-article-next-link {
  float: left;
  margin-left: 90px;
}

.pagination-article-button-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .pagination-article-button-icon {
    position: relative;
    top: auto;
    right: auto;
    float: right;
  }
}

.pagination-article-button-icon.icon-arrow-left {
  right: auto;
  left: 0;
}

@media screen and (max-width: 720px) {
  .pagination-article-button-icon.icon-arrow-left {
    left: auto;
    float: left;
  }
}

.pagination-article-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  height: 30px;
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 720px) {
  .pagination-article-title {
    display: none;
  }
}

.pagination-previous .pagination-article-title {
  float: right;
  text-align: right;
}

.pagination-article-date {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  float: left;
  text-align: left;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.6;
}

@media screen and (max-width: 720px) {
  .pagination-article-date {
    display: none;
  }
}

.pagination-previous .pagination-article-date {
  float: right;
  text-align: right;
}

.contact-quote,
.about-quote {
  position: relative;
}

.contact-quote:after,
.about-quote:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  /* background: #00253d; */
  background: #f9f9f9;
  opacity: 0.25;
}

.one-child .contact-quote:after,
.one-child .about-quote:after {
  display: none;
}

@media screen and (max-width: 1020px) {
  .contact-quote:after,
  .about-quote:after {
    display: none;
  }
}

.contact-quote .side-section,
.about-quote .side-section {
  padding: 90px;
  font-size: 0;
}

@media (max-width: 1300px) {
  .contact-quote .side-section,
  .about-quote .side-section {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 720px) {
  .contact-quote .side-section,
  .about-quote .side-section {
    padding: 60px 30px;
  }
}

.contact-quote .side-section.right,
.about-quote .side-section.right {
  position: relative;
  background-color: #6760a0;
}

.contact-quote-text-wrapper,
.about-quote-text-wrapper {
  position: relative;
  width: calc(100% - 80px);
  padding: 0 0 0 60px;
  z-index: 1;
  vertical-align: middle;
}

@media (max-width: 1300px) {
  .contact-quote-text-wrapper,
  .about-quote-text-wrapper {
    width: calc(100% - 60px);
    padding-left: 30px;
  }
}

@media screen and (max-width: 1020px) {
  .contact-quote-text-wrapper,
  .about-quote-text-wrapper {
    width: calc(100% - 80px);
    padding-left: 60px;
    text-align: left;
  }
}

@media screen and (max-width: 720px) {
  .contact-quote-text-wrapper,
  .about-quote-text-wrapper {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.one-child .contact-quote-text-wrapper,
.one-child .about-quote-text-wrapper {
  display: block;
  padding: 30px 30px 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .one-child .contact-quote-text-wrapper,
  .one-child .about-quote-text-wrapper {
    max-width: 100%;
  }
}

.contact-quote-thumbnail-container,
.about-quote-thumbnail-container {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  max-width: 80px;
}

@media (max-width: 1300px) {
  .contact-quote-thumbnail-container,
  .about-quote-thumbnail-container {
    max-width: 60px;
  }
}

@media screen and (max-width: 1020px) {
  .contact-quote-thumbnail-container,
  .about-quote-thumbnail-container {
    max-width: 80px;
  }
}

@media screen and (max-width: 720px) {
  .contact-quote-thumbnail-container,
  .about-quote-thumbnail-container {
    display: block;
    max-width: 60px;
    margin-bottom: 30px;
  }
  .one-child .contact-quote-thumbnail-container,
  .one-child .about-quote-thumbnail-container {
    margin-bottom: 0;
  }
}

.contact-quote-title,
.about-quote-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
}

@media (max-width: 1300px) {
  .contact-quote-title,
  .about-quote-title {
    font-size: 30px;
  }
}

.contact-quote-text,
.about-quote-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 15px;
}

@media screen and (max-width: 720px) {
  .contact-quote-text,
  .about-quote-text {
    max-width: 100%;
    padding: 20px 0 0;
  }
}

.rte .tabs {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 30px 0 0;
  line-height: 30px;
  white-space: nowrap;
  border-bottom: 1px solid #e3e3e3;
}

.rte .tabs:first-child {
  margin-top: 0;
}

.rte .tabs li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.8;
}

.rte .tabs li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 720px) {
  .rte .tabs li {
    font-size: 12px;
  }
}

.rte .tabs li a {
  color: inherit;
}

.rte .tabs li.active {
  font-weight: 700;
  color: #00253d;
  cursor: default;
}

.rte .tabs li.active:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #27a9e1;
  content: "";
}

.rte .tabs-content {
  position: relative;
  top: -1px;
  z-index: 5;
  display: block;
  width: 100%;
  padding: 15px 0 0;
  margin: 0;
  overflow: hidden;
}

.rte .tabs-content > li {
  display: none;
  margin: 0;
}

.rte .tabs-content > li.active {
  display: block;
}

.rte .tabs-content > li ul,
.rte .tabs-content > li ol {
  padding-left: 20px;
}

.rte .tabs-content > li > *:first-child {
  margin-top: 0;
}

.rte .tabs-content > li > *:last-child {
  margin-bottom: 0;
}

.module-share {
  padding: 0;
  max-width: 100%;
  background-color: #fff;
}

.share-buttons {
  position: relative;
  display: block;
}

.share-buttons-item {
  position: relative;
  float: left;
  width: 20%;
  font-size: 0;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-left-width: 0;
  color: #797676;
}

.share-buttons-item:last-child {
  border-right-width: 0;
}

.share-buttons-item:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 32px;
  line-height: 100px;
}

@media screen and (max-width: 720px) {
  .share-buttons-item:before {
    line-height: 60px;
    font-size: 24px;
  }
}

.share-buttons-item:hover {
  color: white;
}

.share-buttons-item:hover:before {
  color: white;
}

.share-buttons-item-insta:hover:before {
  color: #fb3958;
}

.share-buttons-item.disabled {
  position: relative;
}

.share-buttons-item.disabled:hover {
  background-color: transparent;
  border-color: #e3e3e3;
  cursor: default;
}

.share-buttons-item.disabled:before {
  color: inherit;
}

.share-facebook:hover {
  background-color: #49659d;
  border-color: #49659d;
}

.share-facebook:before {
  color: #49659d;
  content: "\ea91";
}

/* .share-twitter:hover {
  background-color: #09aeec;
  border-color: #09aeec;
}

.share-twitter:before {
  color: #09aeec;
  content: "\ea96";
} */

.share-pinterest:hover {
  background-color: #cb1f2a;
  border-color: #cb1f2a;
}

.share-pinterest:before {
  color: #cb1f2a;
  content: "\ead1";
}

.share-instagram:hover {
  background-color: #fb3958;
  border-color: #fb3958;
}

.share-instagram:hover i {
  color: white;
}

.share-instagram:before {
  color: white;
  content: "\ea95";
}

i.insta {
  color: #fb3958;
  font-size: 30px;
}
/*i.insta:hover {
  color: white;
  font-size: 30px;
  background-color: #fb3958;
} */
.share-fancy:hover {
  background-color: #49659d;
  border-color: #49659d;
}

.share-fancy:before {
  color: #49659d;
  content: "\e900";
}

.share-google:hover {
  background-color: #cc3a2b;
  border-color: #cc3a2b;
}

.share-google:before {
  color: #cc3a2b;
  content: "\ea8b";
}

#infiniteoptions-container:empty {
  display: none !important;
}

#infiniteoptions-container > div {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

#infiniteoptions-container > div:last-child {
  margin-bottom: 0;
}

#infiniteoptions-container > div > label {
  width: 100%;
  display: inline-block;
  margin: 0;
}

#infiniteoptions-container > div > span {
  width: 100%;
  display: inline-block;
}

#infiniteoptions-container > div > span label {
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

#infiniteoptions-container > div > span label input[type="radio"] {
  float: left;
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #e3e3e3;
  color: #797676;
  font-family: Roboto, sans-serif;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

#infiniteoptions-container
  > div
  > span
  label
  input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #797676;
  border-radius: 10px;
  top: 5px;
  left: 5px;
}

#infiniteoptions-container input[type="number"] {
  border: 1px solid #e3e3e3 !important;
  border-radius: 5px !important;
  padding: 0 15px;
}

#infiniteoptions-container .spb-select {
  position: relative;
}

#infiniteoptions-container .spb-select:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 5px;
  right: 10px;
  height: 100%;
  line-height: inherit;
  color: #797676;
  pointer-events: none;
  content: "\f107";
}

#infiniteoptions-container .spb-select select {
  background-color: transparent;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px 0 15px;
  border: 1px solid #e3e3e3;
  color: #797676;
  font-family: Roboto, sans-serif;
  border-radius: 5px;
  -webkit-appearance: none;
}

#infiniteoptions-container fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#infiniteoptions-container fieldset label {
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  margin: 0;
}

#infiniteoptions-container fieldset input[type="checkbox"] {
  float: left;
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #e3e3e3;
  color: #797676;
  font-family: Roboto, sans-serif;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

#infiniteoptions-container fieldset input[type="checkbox"]:checked:after {
  font-family: arial;
  content: "\2713";
  position: absolute;
  width: 20px;
  height: 20px;
  color: #797676;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
}

#uploadery-container:empty {
  display: none !important;
}

#uploadery-container form {
  display: inline-block;
  width: 100%;
  background-color: inherit;
  margin: 15px 0 0 0;
}

#uploadery-container form:last-child {
  margin-bottom: 30px;
}

#uploadery-container label {
  position: relative;
  line-height: 1.6;
  width: 100%;
  display: inline-block;
  margin: 0;
  overflow: hidden;
}

#uploadery-container label .spb-fileupload {
  margin-top: 5px;
}

#uploadery-container input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  font-size: 14px;
  padding: 0;
  border: 0;
}

#uploadery-container input[type="file"]::-webkit-file-upload-button {
  border: 1px solid #e3e3e3;
  background: transparent;
  margin: 0;
  padding: 0 7px;
  font-size: 1em;
  color: #797676;
  font-family: Roboto, sans-serif;
  line-height: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  outline: none;
}

#bouncer_modal_heading {
  font-size: 2em !important;
  margin: 0.67em 0 !important;
}

#bouncer_modal_datepicker span {
  position: relative;
  display: inline-block;
  width: auto;
}

#bouncer_modal_datepicker span:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 5px;
  right: 10px;
  height: 100%;
  line-height: inherit;
  color: #797676;
  content: "\f107";
}

#bouncer_modal_datepicker span select {
  background-color: transparent;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border: 1px solid #e3e3e3;
  color: #797676;
  font-family: Roboto, sans-serif;
  border-radius: 5px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#tracktor {
  padding: 20px;
}

body.template-tracktor .module-breadcrumbs {
  display: none;
}

#tracktorContainer {
  max-width: 1200px;
  margin: 0 auto;
}

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

#tracktor .signedby {
  margin-bottom: 20px;
}

@media screen and (max-width: 797px) {
  #tracktorOrderStatus div {
    height: auto !important;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

.coin-container {
  position: relative;
}

.coin-container:empty {
  display: none !important;
}

.coin-container:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 24px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  color: #797676;
  pointer-events: none;
  content: "\f107";
}

.coin-container label {
  float: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.coin-container label select {
  margin-left: 10px;
}

.coin-container select {
  background-color: transparent;
  width: auto;
  line-height: 20px;
  border: 0;
  color: #797676;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.header-drawer .coin-container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  padding-top: 10px;
  width: 100%;
}

.header-drawer .coin-container:after {
  top: auto;
  right: 20px;
  bottom: 9px;
}

.header-drawer .coin-container label {
  padding: 0;
  padding-left: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  display: inline-block;
  float: none;
  height: auto;
  margin: 0;
  vertical-align: top;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  text-align: left;
  width: 100%;
}

.header-drawer .coin-container label select {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.header-drawer .coin-container select {
  padding: 0;
  padding-right: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  display: inline-block;
  float: none;
  height: auto;
  margin: 0;
  vertical-align: top;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  margin-left: 20px;
}

.video-wrapper {
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

.video-wrapper:hover .video-wrapper-button {
  background-color: #27a9e1;
}

.video-wrapper-overlay {
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-wrapper-overlay.inactive {
  opacity: 0;
}

.video-wrapper-text-container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 700px;
  margin: auto;
  padding: 0;
  color: #fff;
}

.video-wrapper-button {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 30px 0 0;
  line-height: 100px;
  text-align: center;
  background-color: #27a9e1;
}

@media screen and (max-width: 720px) {
  .video-wrapper-button {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    line-height: 60px;
  }
}

.video-wrapper-button:first-child {
  margin-top: 0;
}

.video-wrapper-triangle {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: -2px -6px 0 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fff;
}

@media screen and (max-width: 720px) {
  .video-wrapper-triangle {
    margin: -1px -3px 0 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
  }
}

.video-wrapper-title {
  display: block;
  margin: 0;
  padding: 0 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}

@media screen and (max-width: 720px) {
  .video-wrapper-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    padding: 0;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
  }
}

.video-wrapper-subtitle {
  display: block;
  max-width: 700px;
  margin: 15px auto 0;
  padding: 0 15px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  opacity: 0.8;
}

@media screen and (max-width: 720px) {
  .video-wrapper-subtitle {
    display: none;
  }
}

.video-wrapper iframe,
.full-width-video iframe {
  opacity: 0;
}

.fluid-width-video-wrapper iframe {
  background-color: #191919;
  opacity: 1;
}

.video-wrapper .fluid-width-video-wrapper iframe {
  opacity: 0;
}

.video-wrapper.no-image .fluid-width-video-wrapper iframe {
  opacity: 1;
}

.active .fluid-width-video-wrapper iframe {
  opacity: 1;
}

.full-width-video {
  position: relative;
  z-index: 1;
}

.full-width-video.active {
  z-index: 1000;
}

.fluid-width-video-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-full-screen {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.about-full-screen-header {
  padding: 90px 30px;
}

@media screen and (max-width: 720px) {
  .about-full-screen-header {
    padding: 30px 15px;
  }
}

.about-full-width-image {
  width: 100%;
}

.team {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 1020px) {
  .team {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 720px) {
  .team {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.style-default .team {
  padding-top: 0;
}

.team-header {
  padding: 0 30px 90px;
}

@media screen and (max-width: 1020px) {
  .team-header {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 720px) {
  .team-header {
    padding-bottom: 45px;
  }
}

.team-list-image.placeholder-svg {
  width: 100%;
}

.team-list-title {
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1px;
  color: #797676;
}

.team-list-meta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
  width: 100%;
  margin-top: 7px;
  text-transform: uppercase;
  color: #554d99;
  font-weight: 700;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 16px;
  letter-spacing: 2px;
}

.team-list .team-text-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: auto;
  bottom: 0;
  padding: 10px;
  opacity: 1;
}

.footer-widget {
  max-width: 100%;
}

.footer-wrapper {
  position: relative;
  display: block;
  padding-right: 30px;
  padding-left: 30px;
}

.footer-wrapper.has-borders {
  padding-top: 60px;
}

@media screen and (max-width: 720px) {
  .footer-wrapper.has-borders {
    padding-top: 30px;
  }
}

.main-footer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
}

.has-borders .main-footer {
  border-top: 1px solid #e3e3e3;
}

.footer-row {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-row.footer-columns {
  padding-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-title {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  color: #00253d;
  text-transform: uppercase;
}

.style-dark .footer-title {
  color: #fff;
}

.footer-column {
  float: left;
  padding: 30px 15px;
}

@media screen and (max-width: 720px) and (min-width: 481px) {
  .footer-column:nth-child(4n + 1) {
    clear: left;
  }
}

.footer-logo {
  width: 20%;
}

@media screen and (max-width: 920px) {
  .footer-logo {
    width: 100%;
  }
}

.footer-menu {
  width: 16.66667%;
}

@media screen and (max-width: 920px) and (min-width: 721px) {
  .footer-menu {
    width: 23%;
  }
}

@media screen and (max-width: 720px) and (min-width: 481px) {
  .footer-menu {
    width: 33.33333%;
  }
}

@media screen and (max-width: 480px) {
  .footer-menu {
    width: 100%;
  }
}

.footer-content {
  width: 30%;
}

@media screen and (max-width: 920px) and (min-width: 721px) {
  .footer-content {
    width: 31%;
  }
}

@media screen and (max-width: 720px) {
  .footer-content {
    width: 100%;
  }
}

.footer-logo-link {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.footer-logo-alternate,
.footer-logo-regular {
  display: block;
}

.footer-logo-image {
  max-width: 100%;
}

@media screen and (min-width: 1201px) {
  .footer-logo-image {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 100px;
  }
}

.branding-logo {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #27a9e1;
  font-size: 28px;
  line-height: inherit;
}

.footer-menu-title {
  letter-spacing: 1px;
}

.footer-menu-list {
  display: block;
  padding: 10px 0 0;
  margin: 0;
}

.footer-menu-list-item {
  display: block;
  padding: 5px 0;
  margin: 0;
}

.footer-menu-list-item-anchor {
  display: inline-block;
  vertical-align: top;
  color: #797676;
}

.style-dark .footer-menu-list-item-anchor:focus,
.style-dark .footer-menu-list-item-anchor:hover {
  color: #fff;
}

.style-dark .footer-menu-list-item-anchor {
  color: #fff;
}

.footer-content-text:first-child,
.footer-content-text p ~ p {
  padding-top: 0;
}

.footer-information {
  display: block;
  width: 100%;
  color: #797676;
  text-align: center;
}

.has-borders .footer-information {
  border-top: 1px solid #e3e3e3;
}

.style-dark .footer-information,
.style-dark .footer-information a,
.style-dark .footer-information a:hover,
.style-dark .footer-information a:focus {
  color: #fff;
}

.footer-information p {
  margin-top: 0;
  margin-bottom: 0;
}

.payment-icons {
  display: inline-block;
  padding: 0;
  margin: 0 -10px;
  text-align: center;
  vertical-align: middle;
}

.payment-icons li {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  margin: 10px 10px 0;
}

.payment-icons li:last-child {
  margin-left: 0;
}

.payment-icons .payment-icon-amazon-payments:before {
  content: "\e800";
}

.payment-icons .payment-icon-american-express:before {
  content: "\41";
}

.payment-icons .payment-icon-apple-pay:before {
  content: "\e901";
}

.payment-icons .payment-icon-bitcoin:before {
  content: "\42";
}

.payment-icons .payment-icon-dankort:before {
  content: "\e210";
}

.payment-icons .payment-icon-diners-club:before {
  content: "\e213";
}

.payment-icons .payment-icon-discover:before {
  content: "\e205";
}

.payment-icons .payment-icon-dogecoin:before,
.payment-icons .payment-icon-dodgecoin:before {
  content: "\e908";
}

.payment-icons .payment-icon-dwolla:before {
  content: "\e218";
}

.payment-icons .payment-icon-forbrugsforeningen:before {
  content: "\e903";
}

.payment-icons .payment-icon-jcb:before {
  content: "\e211";
}

.payment-icons .payment-icon-litecoin:before {
  content: "\e909";
}

.payment-icons .payment-icon-maestro:before {
  content: "\e212";
}

.payment-icons .payment-icon-master:before {
  content: "\e202";
}

.payment-icons .payment-icon-paypal:before {
  content: "\e204";
}

.payment-icons .payment-icon-shopify-pay:before {
  content: "\e902";
}

.payment-icons .payment-icon-visa:before {
  content: "\e201";
}

.payment-icons .payment-icon-cirrus:before {
  content: "\e208";
}

.payment-icons .payment-icon-interac:before {
  content: "\e207";
}

.payment-icons .payment-icon-stripe:before {
  content: "\e206";
}

.mailing-list-signup {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 720px) {
  .mailing-list-signup {
    padding: 30px 0;
  }
}

.mailing-list-signup .module-header {
  padding-bottom: 45px;
}

.mailing-list-signup-form-container {
  display: block;
  max-width: 450px;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .mailing-list-signup-form-container {
    padding: 0 15px;
  }
}

.has-header .mailing-list-signup-form-container {
  margin: 30px auto 0;
}

.mailing-list-signup-form {
  position: relative;
}

.mailing-list-signup-form-field {
  position: relative;
  display: block;
}

.mailing-list-signup-form-field-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #797676;
  opacity: 0.7;
}

.mailing-list-signup-form-email {
  padding: 0 60px 0 45px !important;
}

.mailing-list-signup-form-cta {
  -webkit-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #27a9e1;
}

.mailing-list-signup-form-cta:focus,
.mailing-list-signup-form-cta:hover {
  background: #27a9e1;
}

.style-color .mailing-list-signup-form-cta,
.style-gradient .mailing-list-signup-form-cta {
  background: #e3e3e3;
}

.style-color .mailing-list-signup-form-cta:focus,
.style-color .mailing-list-signup-form-cta:hover,
.style-gradient .mailing-list-signup-form-cta:focus,
.style-gradient .mailing-list-signup-form-cta:hover {
  background: #e3e3e3;
}

.style-color
  .mailing-list-signup-form-cta:focus
  .mailing-list-signup-form-submit-icon,
.style-color
  .mailing-list-signup-form-cta:hover
  .mailing-list-signup-form-submit-icon,
.style-gradient
  .mailing-list-signup-form-cta:focus
  .mailing-list-signup-form-submit-icon,
.style-gradient
  .mailing-list-signup-form-cta:hover
  .mailing-list-signup-form-submit-icon {
  color: #27a9e1;
}

.mailing-list-signup-form-submit {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  font-size: 0;
  border: 0;
  background: transparent;
}

.mailing-list-signup-form-submit:focus,
.mailing-list-signup-form-submit:hover {
  background: transparent;
}

.mailing-list-signup-form-submit-icon {
  display: inline-block;
  font-size: 21px;
  color: #fff;
}

.style-color .mailing-list-signup-form-submit-icon,
.style-gradient .mailing-list-signup-form-submit-icon {
  color: #27a9e1;
}

.footer-widget {
  padding: 0;
}

.footer-widget-body {
  display: table;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .footer-widget-body {
    display: block;
    font-size: 0;
  }
}

.footer-widget-item {
  display: block;
}

.column-2 .footer-widget-item {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .column-2 .footer-widget-item {
    display: block;
    width: 100%;
  }
}

.widget-twitter {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .widget-twitter {
    padding: 90px;
  }
}

@media screen and (max-width: 720px) {
  .widget-twitter {
    padding: 30px;
  }
}

.column-1 .widget-twitter {
  padding: 90px 30px;
}

@media screen and (max-width: 720px) {
  .column-1 .widget-twitter {
    padding: 30px;
  }
}

.widget-twitter .icon-twitter {
  font-size: 24px;
  line-height: 34px;
}

.widget-twitter-tweet {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.widget-twitter-tweet p {
  padding-top: 0;
  padding-bottom: 15px;
}

.widget-twitter-tweet p:last-child {
  padding: 0;
}

.style-gradient .widget-twitter-tweet a,
.style-color .widget-twitter-tweet a {
  color: #fff;
}

.style-gradient .widget-twitter-tweet a:focus,
.style-gradient .widget-twitter-tweet a:hover,
.style-color .widget-twitter-tweet a:focus,
.style-color .widget-twitter-tweet a:hover {
  color: #fff;
}

.widget-twitter-tweet .user {
  padding: 0 0 30px;
}

.widget-twitter-tweet .user a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: inherit;
}

.widget-twitter-tweet .user span[data-scribe="element:name"] {
  display: none;
}

.widget-twitter-tweet .user img {
  display: none;
}

.widget-twitter-tweet .timePosted {
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.8;
}

.widget-twitter-tweet .tweet img {
  display: inline-block;
  height: 1.25em;
  vertical-align: baseline;
  -webkit-transform: translateY(0.2em);
  -ms-transform: translateY(0.2em);
  transform: translateY(0.2em);
}

.twitter-follow {
  display: none;
}

.widget-instagram {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.instagram-photo {
  display: inline-block;
  width: 33.33%;
}

@media screen and (max-width: 1200px) {
  .instagram-photo {
    width: 20%;
  }
}

@media screen and (max-width: 720px) {
  .instagram-photo {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .instagram-photo:nth-child(5),
  .instagram-photo:nth-child(6) {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .instagram-photo:nth-child(6) {
    display: none;
  }
}

.column-1 .instagram-photo {
  width: 20%;
}

@media screen and (max-width: 720px) {
  .column-1 .instagram-photo {
    width: 50%;
  }
}

.column-1 .instagram-photo:nth-child(6) {
  display: none;
}

.instagram-photo img {
  display: block;
  width: 100%;
}

.instagram-photo .placeholder-svg {
  border: 0;
}

.instagram-error {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 10px;
  margin-top: -20px;
  font-size: 16px;
  line-height: 20px;
  color: #e13333;
  background-color: rgba(255, 255, 255, 0.8);
}

.has-sticky-header .module-header-goal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 720px) {
  .has-sticky-header .module-header-goal-wrapper {
    position: relative;
  }
}

.module-header-goal {
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  height: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  opacity: 0;
}

.module-header-goal.active {
  height: auto;
  padding: 15px 30px;
  opacity: 1;
}

.showing-drawer .module-header-goal {
  height: 0;
  padding: 0;
  opacity: 0;
}

.template-index .module-header-goal {
  display: none;
}

.style-color .module-header-goal .module-header-body,
.style-gradient .module-header-goal .module-header-body,
.style-image .module-header-goal .module-header-body {
  color: #fff;
}

.module-header-goal-item {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 14px;
}

.module-header-goal-countdown.hidden,
.module-header-goal-time-up.hidden {
  display: none;
}

@media screen and (max-width: 720px) {
  .module-header-goal-countdown,
  .module-header-goal-time-up {
    display: none;
  }
}

.module-header-goal-item-icon {
  padding: 0 10px;
  font-size: 18px;
}

@media screen and (max-width: 720px) {
  .module-header-goal-item-icon.icon-arrow-right {
    display: none;
  }
}

.branding {
  float: left;
  max-width: 50%;
}

@media screen and (max-width: 720px) {
  .branding {
    float: none;
    max-width: initial;
    padding-right: 80px;
    padding-left: 80px;
  }
}

.branding-logo-link {
  position: relative;
  display: block;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 100px;
  color: #27a9e1;
}

.has-logo .branding-logo-link {
  max-width: 200px;
}

@media screen and (max-width: 720px) {
  .branding-logo-link {
    height: 80px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 80px;
  }
  .has-logo .branding-logo-link {
    line-height: 60px;
  }
}

.showing-drawer .branding-logo-link {
  color: #fff;
}

@media (min-width: 721px) {
  .has-slideshow-full-window.slide-color-dark:not(.drawer-visible)
    .header:not(.scrolled)
    .branding-logo-link {
    color: #00253d;
  }
  .has-slideshow-full-window.slide-color-light:not(.drawer-visible)
    .header:not(.scrolled)
    .branding-logo-link {
    color: #fff;
  }
}

.branding-logo-heading {
  height: 100px;
  margin: 0;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 100px;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 720px) {
  .branding-logo-heading {
    display: block;
    height: 80px;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin: -10px auto;
    line-height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .branding-logo-heading {
    font-size: 20px;
  }
}

.branding-logo-image {
  width: initial;
  max-width: 200px;
  max-height: 100px;
  margin: -2px auto 0;
  vertical-align: middle;
  transition: opacity 0.2s ease;
}

@media screen and (max-width: 720px) {
  .branding-logo-image {
    max-width: 100%;
    max-height: 60px;
  }
}

.logo-regular {
  display: inline-block;
}

.has-slideshow-full-window.slide-color-light
  .header:not(.scrolled)
  .alternate-logo-in-drawer
  .logo-regular {
  display: none;
}

@media screen and (max-width: 720px) {
  .has-slideshow-full-window.slide-color-light
    .header:not(.scrolled)
    .alternate-logo-in-drawer
    .logo-regular {
    display: inline-block;
  }
}

.slide-color-light.showing-drawer
  .header:not(.scrolled)
  .alternate-logo-in-drawer
  .logo-regular,
.showing-drawer .alternate-logo-in-drawer .logo-regular {
  display: none;
}

.regular-logo-in-drawer .logo-regular {
  display: inline-block;
}

.logo-alternate {
  display: none;
}

.has-slideshow-full-window.slide-color-light
  .header:not(.scrolled)
  .logo-alternate {
  display: inline-block;
}

@media screen and (max-width: 720px) {
  .has-slideshow-full-window.slide-color-light
    .header:not(.scrolled)
    .logo-alternate {
    display: none;
  }
}

.showing-drawer .regular-logo-in-drawer .logo-alternate {
  display: none;
}

.slide-color-light.showing-drawer .header:not(.scrolled) .logo-alternate,
.showing-drawer .alternate-logo-in-drawer .logo-alternate {
  display: inline-block;
}

body.has-sticky-header {
  padding-top: 120px;
}

@media screen and (max-width: 720px) {
  body.has-sticky-header {
    padding-top: 0;
  }
}

body.has-sticky-header.has-slideshow-full-window {
  padding-top: 0 !important;
}

body.has-sticky-header.has-goal-enabled {
  padding-top: 176px;
}

@media screen and (max-width: 720px) {
  body.has-sticky-header.has-goal-enabled {
    padding-top: 0;
  }
}

.no-js body.has-sticky-header.has-goal-enabled {
  padding-top: 120px;
}

@media screen and (max-width: 720px) {
  .no-js body.has-sticky-header.has-goal-enabled {
    padding-top: 0;
  }
}

body.has-sticky-header.has-goal-enabled.has-goal-expired {
  padding-top: 120px;
}

.header {
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  display: block;
  width: 100%;
}

.has-slideshow-full-window .header {
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  box-shadow: none;
  background: none;
}

@media screen and (max-width: 720px) {
  .has-slideshow-full-window .header {
    position: relative;
  }
}

.showing-drawer.has-slideshow-full-window .header {
  position: relative;
}

.showing-drawer .header {
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(25, 25, 25, 0.98) !important;
}

.header.sticky-header {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

@media screen and (min-width: 721px) {
  .header.sticky-header.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header.sticky-header.header-bleed-light-colors {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header.sticky-header.lower-than-slideshow {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header.sticky-header.lower-than-slideshow.header-bleed-light-colors {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.showing-drawer .header.sticky-header {
  position: fixed;
}

@media screen and (max-width: 720px) {
  .header.sticky-header {
    position: relative;
    left: auto;
    top: auto;
  }
}

.has-goal-enabled .header.sticky-header {
  top: 56px;
}

@media screen and (max-width: 720px) {
  .has-goal-enabled .header.sticky-header {
    top: auto;
  }
}

.has-goal-expired .header.sticky-header {
  top: 0;
}

.no-js .has-goal-enabled .header.sticky-header,
.showing-drawer .header.sticky-header,
.template-index .header.sticky-header {
  top: 0;
}

.main-header-wrapper {
  position: relative;
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
  z-index: 110;
}

@media screen and (max-width: 1200px) {
  .main-header-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.main-header {
  position: relative;
  padding: 0;
  height: 120px;
  z-index: 3;
  border-bottom: 1px solid #e3e3e3;
}

.main-header:after,
.main-header:before {
  -webkit-transition: border-bottom-color 0.2s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: border-bottom-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: border-bottom-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-bottom-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 118px;
  left: 100%;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #e3e3e3;
  content: "";
}

.showing-drawer .main-header:after,
.showing-drawer .main-header:before {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.main-header:after {
  right: 100%;
  left: auto;
}

.scrolled .main-header:after,
.scrolled .main-header:before {
  width: 100%;
}

.no-border .main-header {
  border: 0;
}

.higher-than-slideshow .main-header {
  background: none;
  border-color: rgba(227, 227, 227, 0.25);
}

.showing-drawer .main-header {
  border-color: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 1200px) {
  .main-header {
    padding: 0 30px;
  }
}

@media screen and (max-width: 720px) {
  .main-header {
    height: 80px;
    padding: 0;
    text-align: center;
    overflow: hidden;
  }
}

.header-tools {
  height: 120px;
  float: right;
}

.header-search-wrapper.active + .header-tools {
  opacity: 0;
}

.lt-ie9 .header-search-wrapper.active + .header-tools {
  visibility: hidden;
}

@media screen and (max-width: 720px) {
  .header-tools {
    float: none;
  }
}

.header-actions {
  position: relative;
  line-height: 120px;
  height: 120px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.header-actions:before {
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 10px;
  vertical-align: middle;
  background-color: #e3e3e3;
  content: "";
}

.showing-drawer .header-actions:before {
  background-color: rgba(255, 255, 255, 0.25);
}

.higher-than-slideshow .header-actions:before {
  background-color: rgba(227, 227, 227, 0.25);
}

.lower-than-slideshow .header-actions:before {
  background-color: #797676;
}

@media screen and (max-width: 720px) {
  .header-actions {
    position: static;
    display: block;
    height: auto;
    text-align: center;
  }
}

.header-actions-list {
  display: inline-block;
  vertical-align: middle;
}

.header-actions-list-item {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  float: left;
  padding: 0;
  margin-left: 30px;
  line-height: 21px;
  color: #797676;
  cursor: pointer;
}

@media (min-width: 721px) {
  .has-slideshow-full-window.slide-color-dark:not(.drawer-visible)
    .header:not(.scrolled)
    .header-actions-list-item {
    color: #00253d;
  }
  .has-slideshow-full-window.slide-color-light:not(.drawer-visible)
    .header:not(.scrolled)
    .header-actions-list-item {
    color: #fff;
  }
}

.slide-color-light .scrolled .header-actions-list-item,
.slide-color-dark .scrolled .header-actions-list-item {
  color: #797676;
}

@media screen and (max-width: 720px) {
  .header-actions-list-item {
    padding: 0;
  }
}

.header-actions-list-item:first-child {
  padding: 0 0 0 15px;
}

.header-actions-list-item:hover {
  color: #27a9e1;
}

@media (min-width: 721px) {
  .header-bleed-light-colors .header-actions-list-item:hover {
    color: #fff;
  }
  .header-bleed-dark-colors .header-actions-list-item:hover {
    color: #00253d;
  }
}

.header-actions-list-item.icon-cart:before,
.header-actions-list-item.icon-head:before {
  min-width: 1em;
}

.collapsed-navigation .header-actions:before {
  display: none;
}

.header-currency-switcher {
  margin-left: 20px;
  opacity: 1;
}

.slide-color-light .header-currency-switcher,
.slide-color-dark .header-currency-switcher {
  opacity: 1;
}

@media screen and (max-width: 720px) {
  .header-currency-switcher {
    display: none;
  }
}

.header-currency-switcher .select-wrapper-dropdown {
  max-height: none;
}

.showing-drawer .header-currency-switcher {
  display: none;
}

.header-currency-switcher .select-wrapper {
  position: relative;
  display: block;
  height: 21px;
  padding-right: 25px;
  margin: 0;
  font-size: 12px;
  line-height: 21px;
  background: none;
  border: 0;
}

.header-currency-switcher .select-wrapper:after {
  right: 0;
  line-height: 21px;
  color: #797676;
}

@media (min-width: 721px) {
  .has-slideshow-full-window.slide-color-dark
    .header:not(.scrolled)
    .header-currency-switcher
    .select-wrapper:after {
    color: #00253d;
  }
  .has-slideshow-full-window.slide-color-light
    .header:not(.scrolled)
    .header-currency-switcher
    .select-wrapper:after {
    color: #fff;
  }
}

.header-currency-switcher .select-wrapper:hover:after,
.header-currency-switcher .select-wrapper:hover {
  color: #27a9e1;
}

.header-currency-switcher .select-wrapper.active {
  overflow: hidden;
  outline: 4px auto #27a9e1;
}

@media (min-width: 721px) {
  .has-slideshow-full-window.slide-color-dark
    .header:not(.scrolled)
    .header-currency-switcher
    .select-wrapper {
    color: #00253d;
  }
  .has-slideshow-full-window.slide-color-light
    .header:not(.scrolled)
    .header-currency-switcher
    .select-wrapper {
    color: #fff;
  }
}

.header-currency-switcher .selected-currency {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  height: 100%;
  min-width: 30px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: inherit;
  letter-spacing: 2px;
}

.header-currency-switcher .select-wrapper-dropdown {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  top: -13px;
  margin-left: -10px;
  padding: 45px 0 0;
  z-index: 1;
}

.drawer-currency-switcher {
  display: block;
  margin: 0 0 30px 0;
}

.drawer-currency-switcher .select-wrapper {
  display: inline-block;
  width: 220px;
  height: 44px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  line-height: 44px;
  font-size: 26px;
  background: none;
  color: #fff;
}

.drawer-currency-switcher .select-wrapper:after {
  line-height: 44px;
  color: #fff;
}

.drawer-currency-switcher .select-wrapper.active {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  background: #fff;
  border-color: #e3e3e3;
  color: #797676;
}

.drawer-currency-switcher .select-wrapper.active:after {
  color: #797676;
}

.drawer-currency-switcher .selected-currency {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  line-height: 44px;
  padding: 0 40px 0 10px;
  color: #fff;
  font-size: 20px;
}

.drawer-currency-switcher .active .selected-currency {
  height: auto;
  line-height: inherit;
  color: #797676;
}

.drawer-currency-switcher .select-wrapper-dropdown {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background: transparent;
}

.drawer-currency-switcher .select-wrapper-option {
  text-align: left;
  text-indent: 10px;
  font-size: 20px;
}

.drawer-currency-switcher .select-wrapper-option:first-child {
  border-top: 1px solid #e3e3e3;
}

.showing-drawer .header-search-toggle {
  color: #fff;
}

.showing-drawer .header-search-toggle:hover {
  color: #fff;
}

@media screen and (max-width: 720px) {
  .header-search-toggle {
    display: none;
  }
}

.header-search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  .header-search-wrapper {
    display: none;
  }
}

.header-search-form {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 300px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 99;
  background: #e3e3e3;
  color: #797676;
  padding: 0 15px;
  line-height: 36px;
}

@media screen and (max-width: 1200px) {
  .header-search-form {
    right: 30px;
  }
}

@media (min-width: 721px) {
  .header-bleed-light-colors .header-search-form {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header-bleed-dark-colors .header-search-form {
    color: #00253d;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.active .header-search-form {
  bottom: 40px;
}

.header-search-form:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Launch Icons", sans-serif;
  speak: none;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 2px;
  left: 10px;
  color: #797676;
  content: "\e036";
}

@media (min-width: 721px) {
  .header-bleed-light-colors .header-search-form:before {
    color: #fff;
  }
  .header-bleed-dark-colors .header-search-form:before {
    color: #00253d;
  }
}

input.header-search-input {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 42px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  text-indent: 30px;
  color: #797676;
}

.lt-ie9 input.header-search-input {
  line-height: 42px;
}

@media (min-width: 721px) {
  .header-bleed-light-colors input.header-search-input {
    color: #fff;
  }
  .header-bleed-dark-colors input.header-search-input {
    color: #00253d;
  }
}

input.header-search-input::-webkit-input-placeholder {
  color: #797676;
  opacity: 0.7;
}

@media (min-width: 721px) {
  .header-bleed-light-colors
    input.header-search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.7;
  }
  .header-bleed-dark-colors
    input.header-search-input::-webkit-input-placeholder {
    color: #00253d;
    opacity: 0.7;
  }
}

input.header-search-input::-moz-input-placeholder {
  color: #797676;
  opacity: 0.7;
}

@media (min-width: 721px) {
  .header-bleed-light-colors input.header-search-input::-moz-input-placeholder {
    color: #fff;
    opacity: 0.7;
  }
  .header-bleed-dark-colors input.header-search-input::-moz-input-placeholder {
    color: #00253d;
    opacity: 0.7;
  }
}

input.header-search-input:-ms-input-placeholder {
  color: #797676;
  opacity: 0.7;
}

@media (min-width: 721px) {
  .header-bleed-light-colors input.header-search-input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.7;
  }
  .header-bleed-dark-colors input.header-search-input:-ms-input-placeholder {
    color: #00253d;
    opacity: 0.7;
  }
}

.collapsed-navigation .header-account-link {
  display: none;
}

@media screen and (max-width: 720px) {
  .header-account-link {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .header-cart-link,
  .drawer-toggle {
    position: absolute;
    top: 10px;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    line-height: 60px;
  }
}

.header-cart-link {
  font-size: 22px;
}

.header-cart-link:hover .header-cart-count {
  color: #fff;
}

@media screen and (max-width: 720px) {
  .header-cart-link {
    left: 10px;
  }
}

.showing-drawer .header-cart-link {
  color: #fff;
}

.showing-drawer .header-cart-link:hover {
  color: #fff;
}

.header-cart-link .header-cart-count {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  right: -5px;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0;
  background-color: #554d99;
  border: 2px solid #fff;
  z-index: 10;
  display: none;
}

@media screen and (max-width: 720px) {
  .header-cart-link .header-cart-count {
    right: 14px;
    top: 16px;
  }
}

.header-cart-link .header-cart-count.active {
  display: block;
}

.header-drawer {
  display: block;
  width: 100%;
  height: 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.showing-drawer .header-drawer {
  height: auto;
}

.drawer-toggle {
  position: relative;
}

@media screen and (min-width: 721px) {
  .drawer-toggle {
    display: none;
  }
}

.showing-drawer .drawer-toggle span {
  color: #fff;
}

.drawer-toggle:hover {
  color: #27a9e1;
}

.drawer-toggle:before {
  float: left;
  height: 16px;
  width: 1px;
  margin: 3px 25px 0 0px;
  background-color: #e3e3e3;
  content: "";
}

.header-bleed-light-colors .drawer-toggle:before {
  background-color: rgba(255, 255, 255, 0.25);
}

.header-bleed-dark-colors .drawer-toggle:before {
  background-color: rgba(0, 0, 0, 0.25);
}

.showing-drawer .drawer-toggle {
  display: inline-block;
}

.showing-drawer .drawer-toggle:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.collapsed-navigation .drawer-toggle {
  display: inline-block;
}

@media screen and (max-width: 720px) {
  .drawer-toggle {
    position: absolute;
    right: 10px;
  }
  .drawer-toggle:before {
    display: none;
  }
}

.drawer-toggle .icon-cross {
  display: none;
}

.showing-drawer .drawer-toggle .icon-cross {
  display: inline-block;
}

.drawer-toggle .icon-menu {
  display: inline-block;
}

.showing-drawer .drawer-toggle .icon-menu {
  display: none;
}

.drawer-account-link {
  margin-bottom: 30px;
  background: #fff;
  border-color: #fff;
  color: #27a9e1;
}

.drawer-account-link:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.drawer-social-icons {
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 720px) {
  .drawer-social-icons {
    margin-bottom: 60px;
  }
}

.drawer-social-icons a {
  position: relative;
  padding: 0 5px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}

.drawer-social-icons a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "social-icons";
  position: relative;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 25px;
  color: #fff;
}

.drawer-social-icons .drawer-social-icon-facebook:before {
  content: "\e041";
}

.drawer-social-icons .drawer-social-icon-twitter:before {
  content: "\e040";
}

.drawer-social-icons .drawer-social-icon-google:before {
  content: "\e042";
}

.drawer-social-icons .drawer-social-icon-pinterest:before {
  content: "\e043";
}

.drawer-social-icons .drawer-social-icon-instagram:before {
  content: "\e057";
}

.drawer-social-icons .drawer-social-icon-vimeo:before {
  content: "\e052";
}

.drawer-social-icons .drawer-social-icon-youtube:before {
  content: "\e051";
}

.home-blog {
  padding-right: 0;
  padding-left: 0;
}

.home-blog .list-container {
  width: 100%;
}

.home-blog .list-cover {
  overflow: hidden;
  background-position: 50% 50%;
}

.home-blog .list-cover::before {
  display: block;
  width: 100%;
  padding-top: 80%;
  content: "";
}

.home-blog .list-cover img {
  display: none;
}

.home-blog .list-cover.onboarding {
  border: 1px solid currentColor;
}

.home-blog .list-title {
  height: auto;
  margin-bottom: 10px;
  overflow: visible;
  line-height: 27px;
  text-overflow: initial;
  white-space: normal;
}

.home-blog .list-text-wrapper:first-child {
  padding-top: 0;
}

.home-blog-cta {
  display: none;
}

@media screen and (max-width: 1020px) {
  .home-blog-cta {
    display: block;
  }
}

.home-blog-footer {
  padding: 45px 30px 0;
}

.home-blog-button {
  width: 220px;
}

@media screen and (max-width: 720px) {
  .home-blog-button {
    width: 290px;
  }
}

.home-collections {
  padding-right: 0;
  padding-left: 0;
}

.home-collections .placeholder-svg {
  border: 0;
}

.product-details-slideshow {
  display: block;
  max-width: 100%;
  padding: 0;
}

.product-details-slideshow-header {
  padding: 90px 0;
}

@media screen and (max-width: 720px) {
  .product-details-slideshow-header {
    padding: 30px 0;
  }
}

.style-default .product-details-slideshow-header,
.style-light .product-details-slideshow-header {
  background: rgba(0, 0, 0, 0.01);
}

@media screen and (max-width: 1020px) {
  .style-default .product-details-slideshow-header,
  .style-light .product-details-slideshow-header {
    background: transparent;
  }
}

.product-details-slideshow-nav-list {
  padding: 0 0 30px;
  margin: 0;
}

@media screen and (max-width: 1020px) {
  .product-details-slideshow-nav-list {
    padding-top: 30px;
  }
}

.product-details-slideshow-nav-container:only-child
  .product-details-slideshow-nav-list {
  padding-bottom: 0;
}

.product-details-slideshow-nav-list li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.product-details-slideshow-nav-list-item {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 9;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

.product-details-slideshow-nav-list-item.active {
  cursor: default;
}

.style-color .product-details-slideshow-nav-list-item,
.style-gradient .product-details-slideshow-nav-list-item {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  -khtml-box-shadow: inset 0 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  -ms-box-shadow: inset 0 0 0 1px #fff;
  -o-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
  background: transparent;
}

.style-color .product-details-slideshow-nav-list-item.active,
.style-gradient .product-details-slideshow-nav-list-item.active {
  -webkit-box-shadow: inset 0 0 0 0 #27a9e1;
  -khtml-box-shadow: inset 0 0 0 0 #27a9e1;
  -moz-box-shadow: inset 0 0 0 0 #27a9e1;
  -ms-box-shadow: inset 0 0 0 0 #27a9e1;
  -o-box-shadow: inset 0 0 0 0 #27a9e1;
  box-shadow: inset 0 0 0 0 #27a9e1;
  color: #fff;
  background: #27a9e1;
}

.style-color .product-details-slideshow-nav-list-item:hover,
.style-gradient .product-details-slideshow-nav-list-item:hover {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  -khtml-box-shadow: inset 0 0 0 2px #fff;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -ms-box-shadow: inset 0 0 0 2px #fff;
  -o-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.style-default .product-details-slideshow-nav-list-item,
.style-light .product-details-slideshow-nav-list-item {
  -webkit-box-shadow: inset 0 0 0 1px #554d99;
  -khtml-box-shadow: inset 0 0 0 1px #554d99;
  -moz-box-shadow: inset 0 0 0 1px #554d99;
  -ms-box-shadow: inset 0 0 0 1px #554d99;
  -o-box-shadow: inset 0 0 0 1px #554d99;
  box-shadow: inset 0 0 0 1px #554d99;
  color: #554d99;
  background: transparent;
}

.style-default .product-details-slideshow-nav-list-item.active,
.style-light .product-details-slideshow-nav-list-item.active {
  -webkit-box-shadow: inset 0 0 0 0 #554d99;
  -khtml-box-shadow: inset 0 0 0 0 #554d99;
  -moz-box-shadow: inset 0 0 0 0 #554d99;
  -ms-box-shadow: inset 0 0 0 0 #554d99;
  -o-box-shadow: inset 0 0 0 0 #554d99;
  box-shadow: inset 0 0 0 0 #554d99;
  color: #fff;
  background: #554d99;
}

.style-default .product-details-slideshow-nav-list-item:hover,
.style-light .product-details-slideshow-nav-list-item:hover {
  -webkit-box-shadow: inset 0 0 0 2px #554d99;
  -khtml-box-shadow: inset 0 0 0 2px #554d99;
  -moz-box-shadow: inset 0 0 0 2px #554d99;
  -ms-box-shadow: inset 0 0 0 2px #554d99;
  -o-box-shadow: inset 0 0 0 2px #554d99;
  box-shadow: inset 0 0 0 2px #554d99;
}

.product-details-slideshow-list-container {
  height: 100%;
}

.product-details-slideshow-list {
  -webkit-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.product-details-slideshow-list-item {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.product-details-slideshow-list-item.active {
  position: relative;
  z-index: 10;
  opacity: 1;
}

.product-details-slideshow-list-item-container {
  position: relative;
  font-size: 0;
}

.product-details-slideshow-content {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 1020px) {
  .product-details-slideshow-content {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
}

.align-left .product-details-slideshow-content {
  position: relative;
  right: -50%;
  text-align: left;
}

@media screen and (max-width: 1020px) {
  .align-left .product-details-slideshow-content {
    right: auto;
    text-align: center;
  }
}

.align-right .product-details-slideshow-content {
  text-align: right;
}

@media screen and (max-width: 1020px) {
  .align-right .product-details-slideshow-content {
    text-align: center;
  }
}

.product-details-slideshow-content-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 0 60px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .product-details-slideshow-content-wrapper {
    padding: 30px;
  }
}

@media screen and (max-width: 1020px) {
  .product-details-slideshow-content-wrapper {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.product-details-slideshow-title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 46px;
}

@media screen and (max-width: 1200px) {
  .product-details-slideshow-title {
    font-size: 26px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1020px) {
  .product-details-slideshow-title {
    margin: auto;
  }
}

.product-details-slideshow-text {
  padding: 15px 0 0;
}

@media screen and (max-width: 1200px) {
  .product-details-slideshow-text {
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 1020px) {
  .product-details-slideshow-text {
    padding: 15px 15px 0;
    margin: auto;
  }
}

.product-details-slideshow-text p:first-child {
  padding-top: 0;
}

.product-details-slideshow-text p:last-child {
  padding-bottom: 0;
}

.product-details-slideshow-image-container {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.align-left .product-details-slideshow-image-container {
  position: relative;
  left: -50%;
}

@media screen and (max-width: 1020px) {
  .align-left .product-details-slideshow-image-container {
    left: auto;
  }
}

@media screen and (max-width: 1020px) {
  .product-details-slideshow-image-container {
    display: block;
    width: 100%;
  }
}

.product-details-slideshow-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 1020px) {
  .product-details-slideshow-image {
    margin-top: 90px;
  }
}

@media screen and (max-width: 720px) {
  .product-details-slideshow-image {
    margin-top: 30px;
  }
}

.product-details-slideshow-image.placeholder-svg {
  border: 0;
}

.home-full-width-feature {
  max-width: 100%;
  text-align: center;
}

.home-full-width-feature.has-media {
  padding-bottom: 0;
}

.home-full-width-feature.has-media.has-content {
  padding-right: 0;
  padding-left: 0;
}

.home-full-width-feature.has-media.no-content {
  padding: 0;
}

.style-default .home-full-width-feature.no-media .video-wrapper-title,
.style-light .home-full-width-feature.no-media .video-wrapper-title {
  color: #00253d;
}

.home-full-width-header {
  max-width: 1200px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

.home-full-width-body {
  max-width: 800px;
  margin: 0 auto;
}

.home-full-width-body-item {
  max-width: 1200px;
  margin: auto;
}

.home-full-width-media {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.home-full-width-feature.has-content .home-full-width-media {
  margin-top: 90px;
}

@media screen and (max-width: 720px) {
  .home-full-width-feature.has-content .home-full-width-media {
    margin-top: 60px;
  }
}

.home-full-width-module-title {
  max-width: 700px;
  margin: auto;
}

.home-full-width-content {
  max-width: 700px;
  margin: auto;
}

.home-goal-container {
  display: inline-block;
  max-width: 900px;
  vertical-align: top;
}

@media screen and (max-width: 720px) {
  .home-goal-container {
    padding: 30px 0 45px;
  }
}

.home-goal-text-heading,
.home-goal-text-subheading,
.home-goal-text-delivery-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.home-goal-text-heading {
  font-size: 48px;
  line-height: 58px;
}

@media screen and (max-width: 1020px) {
  .home-goal-text-heading {
    font-size: 36px;
    line-height: 46px;
  }
}

@media screen and (max-width: 720px) {
  .home-goal-text-heading {
    font-size: 26px;
    line-height: 36px;
  }
}

.home-goal-text-subheading {
  padding-top: 15px;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 1020px) {
  .home-goal-text-subheading {
    padding-top: 0;
  }
}

.home-goal-text-delivery-date {
  display: block;
  padding-top: 7.5px;
  font-size: 16px;
  line-height: 26px;
}

.home-goal-icon {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 30px;
  margin: 0;
  font-size: 36px;
  line-height: 46px;
  opacity: 0.8;
}

@media screen and (max-width: 720px) {
  .home-goal-icon {
    padding: 0;
    font-size: 26px;
    line-height: 36px;
  }
}

.style-color .home-goal-icon,
.style-gradient .home-goal-icon {
  color: #fff;
}

.style-default .home-goal-icon,
.style-light .home-goal-icon {
  color: #27a9e1;
}

.home-goal-result {
  font-weight: 700;
}

.home-goal-button {
  margin-top: 45px;
}

@media screen and (max-width: 720px) {
  .home-goal-button {
    margin-top: 30px;
  }
}

.home-hero {
  padding: 90px 30px;
}

@media screen and (max-width: 720px) {
  .home-hero {
    padding: 30px 15px;
  }
}

.home-hero-title {
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 15px;
}

@media screen and (max-width: 720px) {
  .home-hero-title {
    font-size: 38px;
    line-height: 48px;
  }
}

.text-shadow .home-hero-title {
  text-shadow: 2px 0 6px rgba(0, 0, 0, 0.6);
}

.home-hero-subtitle {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 720px) {
  .home-hero-subtitle {
    font-size: 26px;
    line-height: 36px;
  }
}

.text-shadow .home-hero-subtitle {
  text-shadow: 2px 0 6px rgba(0, 0, 0, 0.6);
}

.home-hero-body {
  display: block;
  font-size: 0;
}

.home-hero-section {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .home-hero-section {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.home-hero-content {
  margin: 30px 0 0;
}

.home-hero-button {
  margin: 30px 0 0;
}

@media screen and (max-width: 720px) {
  .home-hero-button {
    text-align: center;
  }
}

.home-hero-content {
  display: block;
  padding: 0;
  margin: 30px 0 0;
}

@media screen and (max-width: 720px) {
  .home-hero-content {
    text-align: center;
  }
}

.text-shadow .home-hero-content {
  text-shadow: 2px 0 6px rgba(0, 0, 0, 0.6);
}

.home-hero-image {
  padding: 0;
  text-align: right;
}

.home-hero-text + .home-hero-image {
  padding-left: 30px;
}

@media screen and (max-width: 720px) {
  .home-hero-image {
    padding: 30px 0 0;
    text-align: center;
  }
}

.home-hero-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.home-inline .list {
  padding-right: 0;
  padding-left: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.home-inline .list-image-wrapper {
  /* max-width: 80px; */
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}

.home-inline .list-text-wrapper {
  padding: 0 30px;
  text-align: center;
}

@media screen and (max-width: 1020px) {
  .home-inline .list-text-wrapper {
    max-width: 450px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.home-inline .has-icon .list-text-wrapper {
  padding-top: 15px;
}

.home-inline .list-item-icon,
.home-inline .list-title {
  color: #27a9e1;
}

.style-gradient .home-inline .list-item-icon,
.style-color .home-inline .list-item-icon,
.style-gradient .home-inline .list-title,
.style-color .home-inline .list-title,
.style-gradient .home-inline .list-text,
.style-color .home-inline .list-text {
  color: #fff;
}

.home-inline .list-cta {
  margin-top: 30px;
}

.home-left-right-features {
  max-width: 100%;
  padding: 0;
}

.home-left-right-features img {
  display: block;
}

.home-left-right-feature {
  font-size: 0;
  margin-top: 100px;
}

.home-left-right-feature:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.borders .home-left-right-feature {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e3e3e3;
}

.home-left-right-section {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 1020px) {
  .home-left-right-section {
    width: 100%;
    display: block;
  }
}

.home-left-right-media {
  position: relative;
  display: inline-block;
  padding: 0;
}

.media-aligned-left .home-left-right-media {
  left: -50%;
}

@media screen and (max-width: 1020px) {
  .media-aligned-left .home-left-right-media {
    left: auto;
  }
}

.home-left-right-text {
  padding: 30px 60px 45px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .home-left-right-text {
    padding: 30px;
  }
}

@media screen and (max-width: 1020px) {
  .home-left-right-text {
    padding: 90px 30px;
    text-align: center;
  }
}

@media screen and (max-width: 720px) {
  .home-left-right-text {
    padding: 30px 15px;
  }
}

.media-aligned-left .home-left-right-text {
  position: relative;
  right: -50%;
}

@media screen and (max-width: 1020px) {
  .media-aligned-left .home-left-right-text {
    right: auto;
  }
}

.home-left-right-titles {
  font-size: 36px;
  line-height: 46px;
}

@media screen and (max-width: 1200px) {
  .home-left-right-titles {
    font-size: 26px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1020px) {
  .home-left-right-titles {
    max-width: 700px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 46px;
  }
}

.home-left-right-content {
  margin-top: 15px;
}

@media screen and (max-width: 1020px) {
  .home-left-right-content {
    max-width: 700px;
    margin: 30px auto 0;
  }
}

.home-left-right-cta {
  padding-top: 30px;
}

.home-left-right-image.placeholder-svg {
  border: 0;
}

@media screen and (max-width: 1020px) {
  .home-left-right-image {
    width: 100%;
  }
}

.home-products {
  padding-right: 0;
  padding-left: 0;
}

.home-products-footer {
  padding: 45px 30px 0;
}

.home-slideshow-wrapper {
  overflow: hidden;
  min-height: 300px;
  position: relative;
}

.home-slideshow-wrapper.transition-fade {
  transition: height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-slideshow-wrapper.transition-slide {
  transition: height 0.7s ease;
}

.has-slideshow-full-window .home-slideshow-wrapper {
  height: 100vh;
}

.home-slideshow-wrapper.content-width {
  max-width: 1140px;
  padding: 0 30px;
  margin: 60px auto;
}

.home-slideshow-wrapper.full-width {
  width: 100%;
}

.home-slideshow-wrapper * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.home-slideshow-loader {
  left: 50%;
  right: auto;
  z-index: 1;
}

.slides-ready .home-slideshow-loader {
  display: none;
}

.home-slideshow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slides-ready .home-slideshow {
  opacity: 1;
}

.home-slideshow-navigation {
  position: absolute;
  top: 0;
  z-index: 5;
  display: block;
  width: 70px;
  height: 100%;
  font-size: 32px;
  text-align: center;
  cursor: pointer;
  visibility: hidden;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slide-color-light .home-slideshow-navigation {
  color: #fff;
}

.slide-color-dark .home-slideshow-navigation {
  color: #00253d;
}

@media screen and (max-width: 720px) {
  .home-slideshow-navigation {
    width: 30px;
  }
}

.slides-ready .home-slideshow-navigation {
  visibility: visible;
}

.home-slideshow-previous {
  left: 0;
}

.home-slideshow-next {
  right: 0;
}

.home-slideshow-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  text-align: center;
  line-height: 50px;
  font-size: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: color 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-color-light .home-slideshow-pagination {
  color: #fff;
}

.slide-color-dark .home-slideshow-pagination {
  color: #00253d;
}

.slides-ready .home-slideshow-pagination {
  visibility: visible;
}

.home-slideshow-pagination .pagination-list-item {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  display: inline-block;
  cursor: pointer;
}

.home-slideshow-pagination .pagination-list-item span {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  border: 1px solid;
}

.slide-color-light .home-slideshow-pagination .pagination-list-item span {
  border-color: #fff;
}

.slide-color-dark .home-slideshow-pagination .pagination-list-item span {
  border-color: #00253d;
}

.home-slideshow-pagination .pagination-list-item span:hover {
  border-width: 2px;
}

.home-slideshow-pagination .active span {
  background-color: #797676;
}

.slide-color-light .home-slideshow-pagination .active span {
  background-color: #fff;
}

.slide-color-dark .home-slideshow-pagination .active span {
  background-color: #00253d;
}

.home-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.full-window .home-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 720px) {
  .full-window .home-slide {
    background: none !important;
  }
}

.transition-fade .home-slide {
  opacity: 0;
}

.transition-fade .home-slide.active {
  z-index: 1;
  opacity: 1;
}

.transition-fade .home-slide.next.left,
.transition-fade .home-slide.prev.right,
.transition-fade .home-slide.active.left,
.transition-fade .home-slide.active.right {
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.transition-fade .home-slide.next.left,
.transition-fade .home-slide.prev.right {
  opacity: 1;
}

.transition-fade .home-slide.active.left[class^="overlay-opacity-"]:after,
.transition-fade .home-slide.active.left {
  opacity: 0;
}

.transition-fade .home-slide.active.right[class^="overlay-opacity-"]:after,
.transition-fade .home-slide.active.right {
  opacity: 0;
}

.transition-slide .home-slide {
  z-index: 1;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.transition-slide .home-slide.active {
  z-index: 2;
  visibility: visible;
  -webkit-transform: translateX(0) translate3d(0, 0, 0);
  transform: translateX(0) translate3d(0, 0, 0);
}

.transition-slide .home-slide.next {
  -webkit-transform: translateX(100%) translate3d(0, 0, 0);
  transform: translateX(100%) translate3d(0, 0, 0);
}

.transition-slide .home-slide.prev {
  -webkit-transform: translateX(-100%) translate3d(0, 0, 0);
  transform: translateX(-100%) translate3d(0, 0, 0);
}

.transition-slide .home-slide.next.left,
.transition-slide .home-slide.prev.right,
.transition-slide .home-slide.active.left,
.transition-slide .home-slide.active.right {
  transition: height 0.7s ease, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, height 0.7s ease;
  transition: transform 0.7s ease, height 0.7s ease, -webkit-transform 0.7s ease;
}

.transition-slide .home-slide.next.left,
.transition-slide .home-slide.prev.right {
  z-index: 10;
  visibility: visible;
  -webkit-transform: translateX(0) translate3d(0, 0, 0);
  transform: translateX(0) translate3d(0, 0, 0);
}

.transition-slide .home-slide.active.left {
  -webkit-transform: translateX(-100%) translate3d(0, 0, 0);
  transform: translateX(-100%) translate3d(0, 0, 0);
}

.transition-slide .home-slide.active.right {
  -webkit-transform: translateX(100%) translate3d(0, 0, 0);
  transform: translateX(100%) translate3d(0, 0, 0);
}

.slide-image-container {
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-image-container,
.slide-image-container .slide-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.slide-image-container,
.slide-image-link {
  visibility: visible;
}

.slide-image {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  max-width: 100%;
  opacity: 0;
}

@media screen and (max-width: 720px) {
  .slide-image {
    max-width: none;
  }
  .full-width .slide-image {
    max-width: 100%;
  }
}

.full-window .slide-image {
  display: none;
}

.slide-text {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  z-index: 1;
}

@media screen and (max-width: 1020px) {
  .slide-text {
    max-width: 700px;
  }
}

.text-aligned-center .slide-text {
  padding: 0 60px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .text-aligned-center .slide-text {
    padding: 0 30px;
  }
}

.text-aligned-left .slide-text {
  padding-right: 30%;
  padding-left: 30px;
}

.lt-ie9 .text-aligned-left .slide-text {
  padding-left: 0;
  left: 100px;
}

@media (max-width: 1370px) {
  .text-aligned-left .slide-text {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 0;
    left: 100px;
  }
}

@media screen and (max-width: 720px) {
  .text-aligned-left .slide-text {
    -webkit-transform: 0;
    -ms-transform: 0;
    transform: 0;
    left: 0;
    padding: 0 30px;
    text-align: center;
  }
}

.content-width .text-aligned-left .slide-text {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 100px;
  padding-left: 0;
}

.text-aligned-right .slide-text {
  padding-left: 30%;
  padding-right: 30px;
  text-align: right;
}

.lt-ie9 .text-aligned-right .slide-text {
  right: 100px;
  left: auto;
  padding-right: 0;
}

@media (max-width: 1370px) {
  .text-aligned-right .slide-text {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-right: 0;
    right: 100px;
    left: auto;
  }
}

@media screen and (max-width: 720px) {
  .text-aligned-right .slide-text {
    -webkit-transform: 0;
    -ms-transform: 0;
    transform: 0;
    left: 0;
    padding: 0 30px;
    text-align: center;
  }
}

.content-width .text-aligned-right .slide-text {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right: 0;
  right: 100px;
  left: auto;
}

.slide-text.light h2,
.slide-text.light h3,
.slide-text.light p {
  color: #fff;
}

.slide-text.dark h2,
.slide-text.dark h3,
.slide-text.dark p {
  color: #00253d;
}

.slide-text h2:first-child,
.slide-text h3:first-child,
.slide-text p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 720px) {
  .slide-text h2,
  .slide-text h3,
  .slide-text p {
    margin: 0;
  }
}

.slide-text h2:last-child,
.slide-text h3:last-child,
.slide-text p:last-child,
.slide-text .button:last-child {
  margin-bottom: 0;
}

.slide-text p {
  opacity: 0.9;
}

.slide-text .button {
  min-width: 220px;
  margin: 90px 0 0;
  visibility: visible;
}

@media screen and (max-width: 1020px) {
  .slide-text .button {
    margin: 30px 0 0;
  }
}

.slide-text h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
}

@media screen and (max-width: 1020px) {
  .slide-text h2 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media screen and (max-width: 720px) {
  .slide-text h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.slide-text h3 {
  padding-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 1020px) {
  .slide-text h3 {
    padding-top: 0;
  }
}

.home-testimonials {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
}

@media screen and (max-width: 720px) {
  .home-testimonials {
    padding: 30px 0;
  }
}

.home-testimonials.ready {
  height: auto;
  opacity: 1;
}

.home-testimonials .module-header {
  padding-bottom: 45px;
}

.home-testimonials-container {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1020px) {
  .home-testimonials-container {
    width: 70%;
  }
}

@media screen and (max-width: 720px) {
  .home-testimonials-container {
    width: 100%;
  }
}

.home-testimonials-slides {
  position: relative;
  display: block;
  width: 100%;
}

.home-testimonials-slides-list {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  float: left;
}

.home-testimonials-slides-list-item {
  float: left;
  opacity: 0.4;
}

.home-testimonials-slides-list-item.active {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.home-testimonials-slides-list-item-container {
  display: block;
  padding: 30px;
  font-size: 16px;
}

@media screen and (max-width: 720px) {
  .home-testimonials-slides-list-item-container {
    padding: 0 15px;
  }
}

.home-testimonials-slides-list-item-body {
  display: block;
  padding: 0 0 30px;
}

@media screen and (max-width: 720px) {
  .home-testimonials-slides-list-item-body {
    padding: 0 0 15px;
  }
}

.home-testimonials-slides-list-item-footer {
  display: block;
  text-align: center;
}

.home-testimonials-slides-list-item-footer-container {
  display: inline-block;
  vertical-align: top;
}

.home-testimonials-slides-list-item-footer-text {
  float: left;
  text-align: left;
  padding-top: 10px;
}

.home-testimonials-slides-list-item-footer-text p {
  display: block;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.home-testimonials-slides-list-item-footer-image {
  float: left;
}

.home-testimonial-avatar {
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
  border-radius: 30px;
}

@media screen and (max-width: 720px) {
  .home-testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}

.home-testimonial-quote {
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.home-testimonial-quote p {
  padding: 0;
}

@media screen and (max-width: 720px) {
  .home-testimonial-quote {
    margin: 0 0 30px;
  }
}

.home-testimonial-source {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #554d99;
}

.home-testimonial-city {
  line-height: 18px;
  opacity: 0.8;
}

.home-testimonials-pagination {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 60px 0 0;
  font-size: 0;
  text-align: center;
}

.static .home-testimonials-pagination {
  display: none;
}

@media screen and (max-width: 720px) {
  .home-testimonials-pagination {
    margin: 30px 0 0;
  }
}

.home-testimonials-pagination-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.home-testimonials-pagination-list-item {
  float: left;
  margin: 0 2.5px;
  background-color: transparent;
}

@media screen and (max-width: 720px) {
  .home-testimonials-pagination-list-item {
    padding: 4px;
    margin-right: 1.5px;
    margin-left: 1.5px;
  }
}

.home-testimonials-pagination-list-item-dot {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #797676;
  border-radius: 100%;
}

.style-color .home-testimonials-pagination-list-item-dot,
.style-gradient .home-testimonials-pagination-list-item-dot {
  border-color: #e3e3e3;
  opacity: 0.6;
}

.active .home-testimonials-pagination-list-item-dot {
  background-color: #554d99;
  border-color: #554d99;
  opacity: 1;
}

.style-color .active .home-testimonials-pagination-list-item-dot,
.style-gradient .active .home-testimonials-pagination-list-item-dot {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.home-testimonials-pagination-list-item:hover
  .home-testimonials-pagination-list-item-dot {
  border-width: 2px;
}

.home-testimonials-navigation-item {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  color: #27a9e1;
  cursor: pointer;
}

.static .home-testimonials-navigation-item {
  display: none;
}

.home-testimonials-navigation-item.previous-slide {
  left: -50px;
}

.home-testimonials-navigation-item.next-slide {
  right: -50px;
}

@media screen and (max-width: 720px) {
  .home-testimonials-navigation-item {
    display: none;
  }
}

.home-testimonials-navigation-icon {
  position: absolute;
  top: 50%;
  height: 40px;
  padding: 0 20px;
  margin-top: -20px;
  font-size: 28px;
  line-height: 40px;
  color: #27a9e1;
}

.home-testimonials-navigation-icon:hover {
  color: #797676;
}

.style-color .home-testimonials-navigation-icon,
.style-gradient .home-testimonials-navigation-icon {
  color: #e3e3e3;
  opacity: 0.6;
}

.style-color .home-testimonials-navigation-icon:hover,
.style-gradient .home-testimonials-navigation-icon:hover {
  color: #fff;
  opacity: 1;
}

.previous-slide .home-testimonials-navigation-icon {
  right: 0;
}

.next-slide .home-testimonials-navigation-icon {
  left: 0;
}

@media screen and (max-width: 920px) {
  .product-focus-wrapper {
    text-align: center;
  }
}

.product-focus-wrapper.align-image-to-section {
  padding-bottom: 0;
}

.product-focus-has-content .product-focus-hero-image-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .product-focus-has-content .product-focus-hero-image-container {
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
  }
}

.align-image-to-section
  .product-focus-has-content
  .product-focus-hero-image-container {
  padding: 30px 0 0;
}

.product-focus-has-content .product-focus-hero-image {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  max-width: 380px;
  margin: auto;
}

@media screen and (max-width: 920px) {
  .product-focus-has-content .product-focus-hero-image {
    display: block;
    max-width: 100%;
  }
}

.product-focus-has-content .product-focus-hero-image img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
}

.align-image-to-section
  .product-focus-has-content
  .product-focus-hero-image
  img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 920px) {
  .align-image-to-section
    .product-focus-has-content
    .product-focus-hero-image
    img {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media screen and (max-width: 920px) {
  .product-focus-has-content .product-focus-hero-image img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.product-focus-list-container {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.align-image-to-section .product-focus-list-container {
  padding-bottom: 90px;
}

@media screen and (max-width: 920px) {
  .align-image-to-section .product-focus-list-container {
    padding-bottom: 60px;
  }
}

.product-focus-list {
  position: relative;
  width: 100%;
  min-height: 380px;
  margin: 0;
  font-size: 0;
  text-align: left;
}

.product-focus-list-item {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 260px;
  margin: 30px 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 920px) {
  .product-focus-list-item {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.product-focus-list-item.list-item-1,
.product-focus-list-item.list-item-3 {
  padding: 0 260px 0 0;
  text-align: right;
}

@media screen and (max-width: 920px) {
  .product-focus-list-item.list-item-1,
  .product-focus-list-item.list-item-3 {
    display: block;
    float: none;
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
}

.no-image .product-focus-list-item {
  padding: 30px 60px;
  text-align: center;
}

@media screen and (max-width: 920px) {
  .no-image .product-focus-list-item {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.product-focus-list-item-icon {
  margin-bottom: 15px;
  color: #554d99;
}

.product-focus-list-item-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 32px;
  color: #554d99;
}

.product-focus-list-item-text {
  padding: 0;
}

@media screen and (max-width: 920px) {
  .product-focus-list-item-text {
    margin: 15px auto 0;
    max-width: 450px;
  }
}

.product-featured-goal {
  position: relative;
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 720px) {
  .product-featured-goal {
    padding: 30px 0 0;
  }
}

.no-js .product-featured-goal {
  display: none;
}

.product-featured-goal-graph {
  position: relative;
  display: block;
  padding: 50px 0 0;
}

.product-featured-goal-bar-container {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 10px;
  background: #e3e3e3;
}

.product-featured-goal-bar-complete {
  background-image: linear-gradient(to right, #27a9e1 0%, #554d99 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0381A2', endColorstr='#FF554D99', GradientType=1);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: 100%;
  max-width: 100%;
}

.product-featured-goal-tooltip {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: -25px;
  width: 50px;
  height: 40px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  background-color: #00253d;
}

.product-featured-goal-tooltip-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #00253d;
  margin-left: -6px;
}

.product-featured-goal-blurb {
  margin: 15px 0;
  color: #797676;
}

.product-featured-goal-delivery-date {
  display: inline-block;
  margin-top: 15px;
  color: #797676;
}

@media screen and (max-width: 720px) {
  .product-featured-goal-delivery-date {
    display: block;
    text-align: center;
  }
}

.related-products {
  padding: 90px 30px 60px;
}

@media screen and (max-width: 720px) {
  .related-products {
    padding-top: 45px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.related-products .list-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
  .related-products .column-3 .list-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.related-products-header {
  padding-bottom: 90px;
}

@media screen and (max-width: 720px) {
  .related-products-header {
    padding-right: 15px;
    padding-bottom: 45px;
    padding-left: 15px;
  }
}

.related-products-body {
  margin-right: -15px;
  margin-left: -15px;
}

.product-specification {
  display: block;
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 1020px) {
  .product-specification {
    text-align: center;
  }
}

@media screen and (max-width: 720px) {
  .product-specification {
    padding: 30px 0;
  }
}

.product-specification-header {
  padding: 90px 30px 30px;
}

@media screen and (max-width: 920px) {
  .product-specification-header {
    padding: 30px;
  }
}

.product-specification-body {
  padding: 30px 0;
}

@media screen and (max-width: 920px) {
  .product-specification-body {
    padding: 0;
  }
  .product-specification-body:last-child {
    padding-bottom: 30px;
  }
}

.product-specification-footer {
  padding: 30px 30px 90px 30px;
}

@media screen and (max-width: 920px) {
  .product-specification-footer {
    padding: 30px;
  }
}

.product-specification-cta {
  padding: 0;
  margin: 0;
}

.product-specification-list-container {
  width: 100%;
}

@media screen and (max-width: 720px) {
  .product-specification-list-container {
    padding: 0 30px;
  }
}

.product-specification-list {
  position: relative;
  width: 100%;
}

.product-specification-list:before {
  position: absolute;
  left: 25%;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #e6e8e9;
}

@media screen and (max-width: 720px) {
  .product-specification-list:before {
    display: none;
  }
}

.style-color .product-specification-list:before,
.style-gradient .product-specification-list:before {
  background: #fff;
}

.style-light .product-specification-list:before {
  background: #e3e3e3;
}

.product-specification-list-item {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #e6e8e9;
  font-size: 0;
}

@media screen and (max-width: 720px) {
  .product-specification-list-item {
    border-bottom: none;
  }
}

.product-specification-list-item:last-child {
  border: 0;
}

.style-color .product-specification-list-item,
.style-gradient .product-specification-list-item {
  border-color: #fff;
}

.style-light .product-specification-list-item {
  border-color: #e3e3e3;
}

.product-specification-list-item-left {
  display: inline-block;
  width: 25%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 720px) {
  .product-specification-list-item-left {
    width: 100%;
    padding: 15px 0;
  }
}

.product-specification-list-item-right {
  display: inline-block;
  width: 75%;
  padding: 30px;
  vertical-align: middle;
}

@media screen and (max-width: 720px) {
  .product-specification-list-item-right {
    width: 100%;
    text-align: center;
    padding: 0 0 15px;
  }
}

.product-specification-list-item-icon {
  max-width: 40px;
}

.product-specification-list-item-icon.icon-size-custom {
  font-size: 2.5em;
}

.product-specification-list-item-title {
  padding: 6px 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 720px) {
  .product-specification-list-item-title {
    padding: 0;
  }
}

.product-specification-list-item-icon,
.product-specification-list-item-title {
  color: #554d99;
}

.style-color .product-specification-list-item-icon,
.style-gradient .product-specification-list-item-icon,
.style-color .product-specification-list-item-title,
.style-gradient .product-specification-list-item-title {
  color: #fff;
}

.product-specification-list-item-text {
  padding: 0;
  margin: 0;
  color: #797676;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 720px) {
  .product-specification-button {
    width: 290px;
    padding-right: 0;
    padding-left: 0;
  }
}

.product-specification-left-right-features {
  max-width: 100%;
  padding: 0;
}

.product-specification-left-right-feature {
  font-size: 0;
  margin-top: 100px;
}

.product-specification-left-right-feature:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.borders .product-specification-left-right-feature {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e3e3e3;
}

.product-specification-left-right-section {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 1020px) {
  .product-specification-left-right-section {
    width: 60%;
  }
}

@media screen and (max-width: 920px) {
  .product-specification-left-right-section {
    display: block;
    width: 100%;
  }
}

.product-specification-left-right-media {
  display: inline-block;
  padding: 0;
}

@media screen and (max-width: 1020px) {
  .product-specification-left-right-media {
    width: 40%;
  }
}

@media screen and (max-width: 920px) {
  .product-specification-left-right-media {
    text-align: center;
  }
}

.product-specification-left-right-text {
  padding: 0 60px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .product-specification-left-right-text {
    padding: 0 30px;
  }
}

@media screen and (max-width: 920px) {
  .product-specification-left-right-text {
    padding: 0 30px;
    text-align: center;
  }
}

@media screen and (max-width: 720px) {
  .product-specification-left-right-text {
    padding: 0 15px;
  }
}

.product-specification-left-right-titles {
  font-size: 36px;
  line-height: 46px;
}

@media screen and (max-width: 1200px) {
  .product-specification-left-right-titles {
    font-size: 26px;
    line-height: 36px;
  }
}

@media screen and (max-width: 920px) {
  .product-specification-left-right-titles {
    max-width: 700px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 46px;
  }
}

.product-specification-left-right-content {
  margin-top: 15px;
}

@media screen and (max-width: 920px) {
  .product-specification-left-right-content {
    max-width: 700px;
    margin: 30px auto 0;
  }
}

.product-specification-left-right-cta {
  padding-top: 15px;
}

@media screen and (max-width: 920px) {
  .product-specification-left-right-cta {
    padding-top: 30px;
  }
}

.product-specification-left-right-image {
  max-width: 100%;
}

.product-tabs {
  display: block;
  margin: 30px 0 0;
}

.product-tabs-header {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e3e3e3;
}

.product-tabs-header-item {
  position: relative;
  float: left;
  margin-right: 15px;
  color: #797676;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 720px) {
  .product-tabs-header-item {
    font-size: 12px;
  }
}

.product-tabs-header-item:hover {
  opacity: 1;
}

.product-tabs-header-item.active {
  font-weight: 700;
  color: #00253d;
  cursor: default;
}

.product-tabs-header-item.active:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  width: 100%;
  content: "";
  background: #27a9e1;
}

.product-tabs-body {
  padding: 15px 0 0;
}

.product-tabs-body-item {
  display: none;
}

.product-tabs-body-item.active {
  display: block;
}

.product-tabs-body-item * {
  max-width: 100%;
}

.product-tabs-body-item ul,
.product-tabs-body-item ol {
  padding-left: 20px;
}

/* Contact page */
.screen-reader {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 36px;
  text-align: left;
}
.contact-list {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 36px;
  text-align: left;
}
.label {
  background: white;
  color: black;
  font-size: 16px;
}
.contact-page__submit {
  margin: 2rem;
}

.vendor {
  color: #6b9f3a;
  font-size: 16px;
  font-weight: bold;
}
