/* $black:   #545454 // #121212;
// $brite:   #75be4a;
// $dark:    #0e3178;
// $grey:    #f1f1f1;
*/

/* $brite: #75be4a;*/



/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Regular.eot?v=129292160934982945711657580320); /* IE9 Compat Modes */
    src: url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Regular.eot?%23iefix&v=129292160934982945711657580320) format('embedded-opentype'), /* IE6-IE8 */
         url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Regular.woff2?v=41630977559010375761657580320) format('woff2'), /* Modern Browsers */
         url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Regular.woff?v=72168893720092338241657580320) format('woff'), /* Modern Browsers */
         url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Regular.ttf?v=176491728085713744211657580320) format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Thin */@font-face {
    font-family: 'LatoWebThin0';
    src: url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Thin.eot?v=180875275343903506571657580320); /* IE9 Compat Modes */
    src: url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Thin.eot?%23iefix&v=180875275343903506571657580320) format('embedded-opentype'), /* IE6-IE8 */
         url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Thin.woff2?v=10927965440580718241657580320) format('woff2'), /* Modern Browsers */
         url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Thin.woff?v=173884390994322288911657580320) format('woff'), /* Modern Browsers */
         url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Thin.ttf?v=113667764085103239621657580320) format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Thin */@font-face {
    font-family: 'LatoWebThin';
    src: url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Regular.eot?v=129292160934982945711657580320); /* IE9 Compat Modes */
    src: url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Regular.eot?%23iefix&v=129292160934982945711657580320) format('embedded-opentype'), /* IE6-IE8 */
         url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Regular.woff2?v=41630977559010375761657580320) format('woff2'), /* Modern Browsers */
         url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Regular.woff?v=72168893720092338241657580320) format('woff'), /* Modern Browsers */
         url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/Lato-Regular.ttf?v=176491728085713744211657580320) format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


* {
  box-sizing: border-box;
}

.container {
  display: block;
  width: 100%;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
@media (min-width: 640px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 930px) {
  .container {
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.center-text {
  width: 100%;
  text-align: center!important;
}
.brite {
  color: #75be4a!important;
}
.dark {
  color: #0e3178!important;
}

.copy-vertpad:not(div),
.copy-vertpad>* {
  margin-bottom: 40px;
}

/* General */
html, body {
  font-smooth: auto;
}
body {
  margin: 0;
  font-family: 'LatoWeb', sans-serif;
  font-weight: normal;
  color: #545454; /* $black;*/
}
p {
  margin: 6px 0;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  p {
    font-size: 20px;
  }
}
a {
  text-decoration: none;
  color: ;
}
a:hover {
  color: ;
}
main {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin-top: 112px;
}
@media (min-width: 1200px) {
  main {
    margin-top: 152px;
  }
}
span {
  margin: 0;
}
@media screen and (min-width: 930px) {
  .mh-no-scroll {
    height: calc(100vh - 168px);
    overflow :hidden;
  }
  .mh-container {
    display: grid;
    width: 100%;
  }
  .mh-content {
    display: grid;
    padding: 48px 0;
    justify-self: center;
    width: 80vw;
    max-width: 1236px;
    position: relative;
  }
}
@media screen and (max-width: 930px) {
  main {
    margin-top: 64px;
  }
  .mh-container {
    overflow-x: hidden;
    width: 100vw;
  }
  .mh-content {
    width: 90vw;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 100;
  margin: 0;
}
/*
h1 {    font-size: 42px;  }
h2 {    font-size: 36px;  }
h3 {    font-size: 30px;  }
h4 {    font-size: 24px;  }
h5 {    font-size: 18px;  }*/

.title-xl {
  font-size: 26px;
}
.title-xl.slide-title {
  font-size: 16px;
}
.large {
  font-size: 16px;
}
@media (min-width: 740px) {
  .title-xl, .title-xl.slide-title {
    font-size: 32px;
  }
}
@media (min-width: 930px) {
  .title-xl, .title-xl.slide-title {
    font-size: 48px;
  }
  .large {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .title-xl, .title-xl.slide-title {
    font-size: 64px;
  }
  .large {
    font-size: 32px;
  }
}

.section-pad {
  padding: 40px 0;
}
@media (min-width: 930px) {
  .section-pad {
    padding: 115px 0;
  }
}
.section-pad-top {
  padding-top: 40px;
}
@media (min-width: 930px) {
  .section-pad-top {
    padding-top: 115px;
  }
}
.section-pad-bottom {
  padding-bottom: 40px;
}
@media (min-width: 930px) {
  .section-pad-bottom {
    padding-bottom: 115px;
  }
}

ul {
  padding-left: 18px;
}
li {
  padding-left: 6px;
  margin-bottom: 6px;
}
.mh-text {
  &-primary {     color: ;    }
  &-secondary {   color: #0e3178;    }
  &-tertiary {    color: ;     }
  &-error {       color:     }
}
.mh-bg {
  &-primary {     background-color:    }
  &-secondary {   background-color:    }
  &-error {       background-color:    }
}
.mh-strike-thru {
  color: ;
  position: relative;
  margin-right: 6px;
  &::after {
    position:absolute;
    content: "";
    left: 0;
    top: calc(50% - 2px);
    height: 2px;
    width: 100%;
    background-color: 
  }
}
.mb0 {    margin-bottom: 0 !important;    }
.mb1 {    margin-bottom: 12px !important;   }
.mb2 {    margin-bottom: 24px !important;   }
.mb3 {    margin-bottom: 36px !important;   }
.mb4 {    margin-bottom: 48px !important;   }
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.hidden {
  display: none;
}

.social-set {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
.social-set a {
  display: flex;
  background: #75be4a;
  height: 66px;
  width: 66px;
  border-radius: 50%;
}
.social-set .facebook a {
  background: #75be4a url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/social-facebook.png?v=82028807719098585331657580320) center / contain no-repeat;
}
.social-set .twitter a {
  background: #75be4a url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/social-twitter.png?v=36090739844998159651657580320) center / contain no-repeat;
}
.social-set .instagram a {
  background: #75be4a url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/social-instagram.png?v=170094755687745602451657580320) center / contain no-repeat;
}
.social-set .pinterest a {
  background: #75be4a url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/social-pinterest.png?v=152129488476699396931657580320) center / contain no-repeat;
}
.social-set li + li {
  padding-left: 42px;
}

  /* Buttons */
  .mh-btn__logo {
    &-sm {    margin-right: 4px;      }
    &-md {    margin-right: 8px;      }
    &-lg {    margin-right: 12px;     }
  }
  .mh-btn__sm, .mh-btn__md, .mh-btn__lg {
    display: block;
    background-color: #0e3178;
    color: white;
    position: relative;
    border: none;
    border-radius: 20px;
    z-index: 1;
    font-weight: normal;
    outline: none;
    cursor: pointer;
    /*display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    margin-bottom: 24px;
    overflow: hidden;*/
  }
  .mh-btn__sm {
    height: 20px;
    padding:4px 12px;
    font-size: 12px;
    border-radius: 12px;
  }
  @media (min-width: 1200px) {
    .mh-btn__sm {
      height: 24px;
      font-size: 12px;
      border-radius: 12px;
    }
  }
  .mh-btn__md {
    height: 30px;
    padding:6px 24px;
    font-size: 14px;
    border-radius: 10px;
  }
  @media (min-width: 1200px) {
    .mh-btn__md {
      height: 36px;
      font-size: 16px;
      border-radius: 18px;
    }
  }
  .mh-btn__lg {
    height: 40px;
    padding: 0 36px;
    font-size: 20px;
    border-radius: 20px;
    display: inline-flex!important;
    align-items: center;
  }
  @media (min-width: 1200px) {
    .mh-btn__lg {
      height: 48px;
      font-size: 24px;
      border-radius: 24px;
      padding:6px 36px;
    }
  }
  .mh-btn__sm::after, .mh-btn__md::after, .mh-btn__lg::after {
    opacity: 0;
    background-color:rgba(0,0,0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .25s;
    z-index: -1;
  }
  .mh-btn__sm:hover::after, .mh-btn__md:hover::after, .mh-btn__lg:hover::after {
    /*opacity: 0.25;
    background-color:rgba(0,0,0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;*/
  }
  .mh-btn-primary {       background-color: ;     }
  .mh-btn-secondary {     background-color: #0e3178;     }
  .mh-btn-tertiary {      background-color: ;      }

  .mh-btn__sm.btn-bold, .mh-btn__md.btn-bold, .mh-btn__lg.btn-bold {
    font-weight: 700;
    letter-spacing: 2px;
  }

  .mh-btn-hero {
    background: #75be4a;/**/
    border-radius: 0 0 9px 9px;
    margin: 0 auto;
    padding: 0 12px;
    display: inline-block;
    line-height: 1;
  }
  @media(max-width: 930px) {
    .mh-btn-hero {
      display: none!important;
    }
  }

  .mh-btn__sm img,
  .mh-btn__md img,
  .mh-btn__lg img {
    margin-right: 9px;
  }

  @media (min-width: 930px) {
    .mh-center__buttons {
      position: absolute;
      left: 0;
      right: 0;
      top: calc(100% - 24px);
      text-align: center;

      /*display: flex;
      align-content: center;
      grid-column: -1 / 2;
      grid-row: 1;
      padding-top: 24px;
      justify-content: flex-end;*/
      .brite {
        background: #75be4a;
      }
    }
    .mh-center__buttons > a,
    .mh-center__buttons > button {
      margin: 0 auto;
      display: inline-block;
    }
  }
  .mh-center__buttons .pullup {
    /*margin-top: -20px;*/
  }
  @media (min-width: 1200px) {
    .mh-center__buttons .pullup {
      /*margin-top: -24px;*/
    }
  }

.span1_end {      grid-column: auto;  }
.span2_end {      grid-column: auto / span 2; }
.span3_end {      grid-column: auto / span 3; }
.span4_end {      grid-column: auto / span 4; }
.span5_end {      grid-column: auto / span 5; }
.span6_end {      grid-column: auto / span 6; }
.span1_start {    grid-column: auto;  }
.span2_start {    grid-column: span 2 / auto; }
.span3_start {    grid-column: span 3 / auto; }
.span4_start {    grid-column: span 4 / auto; }
.span5_start {    grid-column: span 5 / auto; }
.span6_start {    grid-column: span 6 / auto; }

  .mh-input__sm, .mh-input__md, .mh-input__lg {
    -webkit-appearance: none;
    border-radius: 20px;
    background-color: ;
    border: 1px solid ;
    text-align: right;
  }
  .mh-input__md {
    padding: 6px 24px;
    font-size: 16px;
  }
  .mh-input__lg {
    height: 34px;
    padding: 6px 36px;
    font-size: 16px;
  }

.mh-textarea {
  -webkit-appearance: none;
  border-radius: 20px;
  background-color: ;
  border: 1px solid ;
  text-align: left;
  font-size: 16px;
  padding: 12px 24px;
}
.shogun-root {
  width: 100%;
}

  /* PDP: Main */
  .mh-pdp__main {
    /*background-color: #f5f5f5;*/
    width: 100%;
    display: grid;
  }
  .mh-pdp__main-container {
    width: 80vw;
    max-width: 1236px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 48px;
    justify-self: center;
    padding: 48px 0;
  }
  .mh-pdp__title {
    margin-bottom: 12px
  }
  .mh-pdp__display {
  }
  .mh-pdp__product {
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  .mh-pdp__form {
    align-self: flex-end;
    display: grid;
  }
  .mh-pdp__form-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .mh-pdp__table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 12px;
  }
  .mh-pdp__table-header {
    align-self: center;
    justify-self: center;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid rgba(24,24,24,.07);
    padding-bottom: 6px;
  }
  .mh-pdp__order-now {
    justify-self: start;
    min-width: 240px;
    cursor: pointer;
  }
  .mh-pdp__order-now:hover {
    background: #2259c7;
  }
  .mh-pdp__table-item {
    align-items: center;
    text-align: center;
    display: flex;
    padding: 6px;
    border-bottom: 1px solid rgba(24,24,24,.07);
  }
  .mh-pdp__table-item:nth-last-child(2), .mh-pdp__table-item:last-child{
    border: none;
  }
  .mh-pdp__table-item:nth-child(even) {
    justify-content: center;
  }
  .mh-pdp__table-item:nth-child(odd) {
    padding-left: 20%;
  }

  .mh-pdp__radio {
    -webkit-appearance: none;
    background-color: ;
    border: 2px solid ;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    transition: all .25s;
    margin-right: 6px;
    outline: none;
    cursor: pointer;
  }
  .mh-pdp__radio:checked {
    background-color: #0e3178; /*#0e3178;*/
    border: 2px solid #0e3178;
    box-shadow: inset 0 0 0 2px ;
  }
  @media screen and (max-width: 930px) {
    .mh-pdp__order-now {
      justify-self: center;
    }
  }

#mh-form-select {
  position: relative;
}

  /* PDP: Product Select Component */
  .mh-form-select__main {
    position: relative;
  }

  .mh-form-select__container {
    position: relative;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    height: 24px;
    border: 2px solid black;
    border-radius: 20px;
    padding: 6px 24px;
    background-color: ;
    color: ;
    font-size: 16px;
    font-weight: 300;
    margin: 0 4px;
    margin-bottom: 24px;
    box-shadow: 0 15px 15px rgba(24,24,24,.07);
    z-index: 1001;
  }
  .mh-form-select__options {
    background-color: #fafafa;
    position: absolute;
    top: 0;
    left: 5%;
    display: flex;
    visibility: hidden;
    width: 90%;
    flex-direction: column;
    transition: all 0.25s;
    opacity: 0;
    border: 1px solid ;
    z-index: 1000;
    list-style: none;
  }
  .mh-form-select__options.open {
    top: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 1001;
  }
  .mh-form-select__option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 300;
    padding: 6px 5%;
    border-top: 1px solid ;
    transition: all 0.125s;
  }
  .mh-form-select__option:first-child {
    border-top: none;
  }
  .mh-form-select__option:hover {
    background-color: ;
    color: ;
  }
  .mh-form-select__selected {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    list-style: none;
  }
}
.selected-title {
  &::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(135deg) translateY(4px);
    margin-left: 12px;
    transition: all .25s;
  }
  /* &.open::after {
    transform: rotate(-45deg) translateY(-2px) translateX(-2px) !important;
  } */
  &.open::after {
    opacity: 0;
    transform: rotate(135deg) translateY(-30px) translateX(30px) !important;
  }
}
/* PDP: Product Image Component */
#product-image-display {
  width: 100%;
  display: grid;
  grid-gap: 18px;
}

  .mh-product-image-display__main {
    width: 100%
  }
  .mh-product-image-display__main img {
    height: auto;
    width: 100%;
  }
  .mh-product-image-display__thumbnails {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 18px;
    cursor: pointer;
  }
  .mh-product-image-display__thumbnail {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  .mh-product-image-display__thumbnail:hover {
    background: #75be4a;
  }
  .mh-product-image-display__thumbnail:hover img {
    opacity: 0.8;
  }
  .mh-product-image-display__thumbnail img {
    height: auto;
    width: 100%
  }

@media screen and (max-width: 930px) {
  .mh-pdp__main-container {
    grid-template-columns: auto;
  }
  .mh-pdp__title {
    text-align: center;
  }
  .mh-pdp__form-group {
    display: flex;
    flex-direction: column-reverse;
  }
  #mh-form-select {
    margin-bottom: 12px;
  }
}
/* PDP: More detail */
.mh-pdp-more-info
  .mh-pdp-more-info__container {
    width: 100%;
    display: grid;
    justify-content: center;
  }
  .mh-pdp-more-info__content {
    padding: 48px 0;
    width: 80vw;
    max-width: 1236px;
  }

/* HEADER */
.mh-header {
  display: flex;
  width: 100%;
  position: fixed;
  justify-content: center;
  top: 0;
  left: 0;
  background: white;
  z-index: 1008;
  box-shadow: 0 15px 15px rgba(24,24,24,.07);
}
.mh-header .container {
  height: 100%;
}
.mh-header__content {
  display: flex;
  position: relative;
  width: 100%;
  height: 112px;
  align-items: center;
  justify-content: center;
  /*display: grid;
  grid-template-columns: 250px auto auto;
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  justify-self: center;
  width: 80vw;
  max-width: 1236px;
  position: relative;
  z-index: 1008;
  background-color: white;*/
}
@media (min-width: 1200px) {
  .mh-header__content {
    height: 152px;
  }
}
.mh-header__content .mh-center__buttons {
  top: 100%;
}

.mh-header__logo {
  width: 100%;
  max-width: 285px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  // height: 100%;
  // grid-row: 1 / span 2;
  // display: flex;
  // align-items: center;
}

@media (min-width: 930px) {
  .mh-header__logo {
    position: absolute;
    left: 50%;
    margin-left: -142.5px;
    z-index: 2;
  }
}
.mh-header__logo a {
  position: relative;
  display: block;
}
.mh-header__logo img{
  display: block;
  height: auto;
  // min-width: 100%;
  width: 100%;
}
.mh-header__logo svg{
  height: auto;
  width: 100%;
}
.mh-header__nav {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1364px;
  z-index: 1;
  /*display: flex;
  height: auto;
  grid-row: 2 / auto;
  height: 100%;*/
}
@media (min-width: 930px) {
.mh-header__nav-list {

  display: block;
  height: 100%;
  width: 100%;
  text-align: right;
  /*margin: 0;
  padding: 0;*/
}
.mh-header__nav-item {
  display: inline-block;
  height: 100%;
  /*display: flex;
  align-items: center;
  text-align: center;
  position: relative;*/
}
.mh-header__nav-item:nth-child(1),
.mh-header__nav-item:nth-child(2),
.mh-header__nav-item:nth-child(3) {
  float: left;
}
}

.mh-header__nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #545454;
  padding: 0 36px;
  height: 100%;
  font-size: 1.2rem;
}
@media (min-width: 930px) {
  .mh-header__nav-item a {
    padding: 0 20px;
    font-size: 0.9rem;
  }

}
@media (min-width: 990px) {
  .mh-header__nav-item a {
    font-size: 1rem;
  }

}
@media (min-width: 1068px) {
  .mh-header__nav-item a {
    padding: 0 26px;
  }
}
@media (min-width: 1200px) {
  .mh-header__nav-item a {
    font-size: 1.2rem;
    /*padding: 0 2.4vw;*/
  }
}
@media (min-width: 1400px) {
  .mh-header__nav-item a {
    padding: 0 32px;
  }
}
@media (min-width: 1600px) {
  .mh-header__nav-item a {
    font-size: 1.4rem;
  }
}
.mh-header__nav-item.current{
  position: relative;
  background: #75be4a;
  /* border-bottom: 4px solid #0e3178; */
}
  .mh-header__nav-item.current a {
    color: #fff;
  }
.mh-header__nav-item.current::after{
  /*width: 80%;
  height: 4px;
  border-radius: 8px 8px 0 0;
  content: "";
  display: block;
  background-color: #0e3178;
  position: absolute;
  bottom: 0;
  left: 10%;
  opacity: 1;*/
}
.mh-header__search {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  grid-column: 3;
  grid-row: 2;
}
.mh-header__search-input {
  visibility: collapse;
  position: absolute;
  top: -6px;
  right: 100%;
  transition: all .25s ease;
  /* opacity: 0; */
  padding-left: 0;
  padding-right: 0;
  width: 0%;
  text-align: left;
  background-color: ;
  border-color: ;
}
.mh-header__search-input.open {
  visibility: visible;
    width: 150px;
  padding: 6px 24px;
  /* opacity: 1; */
}
.mh-header__search-submit {
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.mh-header__dropdown-arrow {
  margin-left: 6px;
}
.mh-header__dropdown-arrow > svg {
  transform: rotate( 90deg );
  transition: all .125s ease;
}
.mh-header__dropdown-arrow.open > svg {
  transform: rotate( -90deg );
}

/* Footer */
.mh-footer__hero {
  text-align: center;
  position: relative;
  padding: 64px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #f7f7f7 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  #ffffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.mh-footer__hero h3 {
  margin-bottom: 2rem;
}
.mh-footer__hero p {
  display: block;
  margin-left: auto;
  margin-right: auto;s
}
.mh-footer__shell {
  background: #f1f1f1;
  color: #727272; /*#b8b8b8;*/
  font-family: "LatoWebThin";
}
.mh-footer__shell > .container {
  display: flex;
  align-items: center;
  padding-top: 80px;
}

@media (max-width: 930px) {
  .mh-footer__shell > .container {
    flex-direction: column;
  }
}


.mh-footer__shell-col {
  width: 30%;
}
.mh-footer__shell-col:nth-child(1) {

}
.mh-footer__shell-col:nth-child(2) {
  width: 40%;
  text-align: center;
}
.mh-footer__shell-col:nth-child(3) {
  text-align: right;
}
@media (max-width: 1200px) {
  .mh-footer__shell-col {
    width: 100%!important;
    text-align: center!important;
  }
  .mh-footer__shell-col.copyright {
    padding: 24px 0;
  }
  .mh-footer__shell-col.copyright span {
    display: block;
  }
}

.mh-footer__container {
  /*display: grid;
  width: 100%;
  position: relative;
  justify-content: center;
  background-color: ;*/
}
.mh-footer__content {
  /*display: grid;*/
  /*grid-template-columns:  auto auto;*/
  /*grid-column-gap: 36px;*/
  /*padding: 48px 0 24px 0;*/
  /*justify-self: center;*/
  /*width: 80vw;*/
  /*max-width: 1236px;*/
  position: relative;
}
.mh-footer__logo {
    display: flex;
    align-items: center;
}
.mh-footer__logo svg{
  width: 75%;
  height: auto;
}
.mh-footer__btns, .mh-footer__other {
  display: flex;
  flex-direction: column;
}
.mh-footer__btns, .mh-footer__other {
  align-items: flex-end;
}
.mh-footer__logos {
  display: flex;
  flex-direction: row;
  align-items: center;

}
.mh-footer__links {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 24px;
}
.mh-footer__link-group {
  display: flex;
  flex-direction: column;
}
.mh-footer__link-title {
  font-size: 12px;
  margin-bottom: 18px
}
.mh-footer__link-item {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px
}
.mh-footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.mh-footer__legal {
  font-size: 12px;
  grid-column: -1/1;
}
.mh-legal__content {
  padding: 24px 0;
  // border-top: 1px solid rgba(24,24,24,0.1)
}
.mh-social__item {
  margin-right: 6px;
}
.mh-social__btn {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #0e3178;
  overflow: hidden;
}
.mh-social__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  z-index: 1008;
}
.mh-social__btn::after {
  opacity: 0;
  background-color:rgba(0,0,0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1007;
  transition: all .25s;
}
.mh-social__btn:hover::after {
  opacity: 0.25;
  background-color:rgba(0,0,0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1007;
}
@media screen and (max-width: 930px) {
  .mh-footer__content {
    grid-template-columns: auto;
    grid-row-gap: 24px;
  }
  .mh-footer__links {
    grid-template-columns: auto;
    grid-row-gap: 12px;
    width: 100%;
  }
  .mh-footer__link-group {
    border-bottom: 1px solid rgba(24,24,24,0.1);
    padding-bottom: 12px;
    width: 100%;
  }
  .mh-footer__logos {
    grid-row: 2;
    flex-direction: row-reverse;
    align-items: center;
  }
  .mh-footer__accredited {
    margin-right: 24px;
  }
  .mh-footer__social {
    justify-content: center;
  }
  .mh-footer__btns {
    flex-direction: row;
  }
}



/* Product Menu */
.mh-product-menu__content {
  display: flex;
  flex-direction: row;
  background-color: ;
  width: 80%;
  max-width: 1236px;
  position: absolute;
  top: -150%;
  left: auto;
  z-index: 1005;
  visibility: hidden;
  transition: all .25s ease;
  flex-wrap: wrap;
}
.mh-product-menu__cards {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.mh-product-menu__content.open {
  top: 100%;
  visibility: visible;
}
.mh-product-menu__card {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-gap: 24px;
  padding: 24px;
  align-items: center;
}
.mh-product-menu__group {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
}
.mh-product-menu__group:last-child {
  border-right: 1px solid #f5f5f5;
}
.mh-product-menu__category {
  color: white;
  background-color: #0e3178;
  padding: 6px 24px;
}
.mh-product-menu__image {

}
.mh-product-menu__title {
  position: relative;
}
.mh-product-menu__title::after {
  position: absolute;
  content: "";
  background-color: #fafafa;
  height: 2px;
  width: 80%;
  bottom: -13px;
  left: 10%;
}
@media screen and (max-width: 930px) {
  .mh-product-menu__content {
    display: grid;
    grid-template-columns: auto;
    width: 100%;
    height: calc(100vh - 168px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 100%;
    left: -100%;
    flex-wrap: nowrap;
  }
  .mh-product-menu__content.open {
    left: 0;
  }
  .mh-product-menu__group {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .mh-product-menu__cards {
    flex-direction: column;
  }
}
/* END Product Menu */
.mh-header__nav-button {
    color: #75be4a;
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    display: block;
    width: 24px;
    height: 20px;
    z-index: 3;
}
.mh-header__nav-hamburger {
  position: relative;
  width: 24px;
  height: 20px;
  display: none;
}
.mh-header__nav-hamburger.open .hamburger__line-1,
.mh-header__nav-hamburger.open .hamburger__line-2,
.mh-header__nav-hamburger.open .hamburger__line-3 {
  background-color: #0e3178;
}
.hamburger__line-1, .hamburger__line-2, .hamburger__line-3 {
  width: 100%;
  height: 4px;
  transition: all .25s;
  background-color: #75be4a; /*;*/
  position: absolute;
  left: 0;
}
.hamburger__line-1 {
  top: 0;
}
.hamburger__line-2 {
  top: calc(50% - 2px);
}
.hamburger__line-3 {
  top: calc(100% - 4px);
}
/* START hamburger open */
.mh-header__nav-hamburger.open > .hamburger__line-1 {
  top: calc(50% - 2px);
  transform: rotate(45deg);
}
.mh-header__nav-hamburger.open > .hamburger__line-2 {
  transform: rotate(45deg);
  visibility: hidden;
}
.mh-header__nav-hamburger.open > .hamburger__line-3 {
  top: calc(50% - 2px);
  transform: rotate(-45deg);
}
/* END hamburger open */

/* START hamburger back */
.mh-header__nav-hamburger.back > .hamburger__line-1 {
  top: calc(50% + 3px);
  width: 50%;
  transform: rotate(45deg);
}
.mh-header__nav-hamburger.back > .hamburger__line-2 {
  transform: rotate(0);
  visibility: visible;
}
.mh-header__nav-hamburger.back > .hamburger__line-3 {
  top: calc(50% - 7px);
  width: 50%;
  transform: rotate(-45deg);
}
/* END hamburger back */

.mh-mobile-nav__content {
  display: flex;
  flex-direction: column;
  background-color: ;
  width: 100vw;
  height: 100vh;
  max-width: 1236px;
  position: absolute;
  top: 100%;
  left: -100%;
  z-index: 1004;
  visibility: hidden;
  transition: all .25s ease;
}
.mh-mobile-nav__content.open {
  visibility: visible;
  left: 0;
  background: #fff;
}
.mh-mobile-nav__content .mh-btn__lg {
  border-radius: 0;
  justify-content: center;
  padding: 32px 0;
  background: #75be4a;
}
.mh-mobile-nav__item {
  width: 100%;
  border-top: 1px solid #eee;
}
.mh-mobile-nav__item > a {
  display: flex;
  justify-content: space-between;
  padding: 24px 48px;
  color: #545454;
  font-weight: 300;
  letter-spacing: 1px;
}
.mh-mobile-nav__item.current > a {
  color: #fff;
  background: #75be4a;
}
.mh-mobile-nav__search {
  display: none; /*flex;*/
  align-content: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  padding: 24px 48px;
}
.mh-mobile-nav__search-input {
  visibility: collapse;
  transition: all .25s ease;
  /* opacity: 0; */
  padding-left: 0;
  padding-right: 0;
  width: 0%;
  text-align: left;
  background-color: #f5f5f5;
  border-color: #2273ae;
}
.mh-mobile-nav__search-input.open {
  visibility: visible;
  width: 100%;
  padding: 6px 24px;
  /* opacity: 1; */
}
.mh-mobile-nav__search-submit {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
@media screen and (max-width: 930px) {
  .mh-header__content {
    width: 90vw;
    height: 64px;
    grid-template-columns: auto auto auto;
    justify-content: center;
  }
  .mh-header__container {
    width: 100vw;
  }
  .mh-header__nav-list {
    display: none;
  }
  .mh-header__logo > a {
    padding: 12px 0;
  }
  .mh-header__nav-hamburger {
    display: block;
  }
  .mh-header__logo {
    height: 100%;
    grid-column: -1 / 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mh-header__nav {
    /*grid-column: 1;
    grid-row: 2;
    justify-content: center;*/
  }
  .mh-header__buttons {
    /*grid-column: -1 / 1;*/
  }
  .mh-header__search {
    display: none;
  }
}
/* PAGES */
.mh-page__content {
  width: 80vw;
  max-width: 1236px;
  display: flex;
  flex-direction: column;
}
.mh-page__container {
  width: 100%;
  display: grid;
  justify-content: center;
  padding: 68px 0 48px 0;
}
.mh-page__hero,
.mh-page__hero.bg-main {
  padding-bottom: 80%;
    position: relative;
    color: #fff;
    text-align: center;
}
@media (min-width: 640px) {
  .mh-page__hero,
  .mh-page__hero.bg-main {
    padding-bottom: 61%;
  }
}
@media (min-width: 930px) {
  .mh-page__hero.bg-main {
    padding-bottom: 41.98%;
  }
  .mh-page__hero {
    padding-bottom: 37.03%;
  }
}
.mh-page__hero.plain {
  background: #f1f1f1 url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/grey-speckle-bg.gif?v=19500056998385706971657580320) 50% 100% fixed;
  background-size: 8px 8px;
  padding-bottom: 20.66%;
  position: relative;
}
.mh-page__hero.plain * {
  color: #545454;
}
.mh-page__bg.plain {
  background: #f1f1f1 url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/grey-speckle-bg.gif?v=19500056998385706971657580320) 50% 0 fixed;
  background-size: 8px 8px;
}
.mh-page__hero.bg-main {
  background: #0e3178 url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/bg-main.jpg?v=149387722365528378201657580320) 50% 100% / cover no-repeat fixed;
}
.mh-page__hero.bg-buyersguide {
  background: #0e3178 url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/bg-buyersguide.jpg?v=174068322571413015761657580320) 50% 100% / cover no-repeat fixed;
}
.mh-page__hero.bg-features {
  background: #0e3178 url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/bg-features.jpg?v=27192524302525244711657580320) 50% 100% / cover no-repeat fixed;
}
.mh-page__hero.bg-contact {
  background: #0e3178 url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/bg-contact.jpg?v=49195565961582951791657580320) 50% 100% / cover no-repeat fixed;
}
.mh-page__hero.bg-faq, .bg-faq {
  background: #0e3178 url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/bg-faq.jpg?v=16859971452684918881657580320) 50% 100% / cover no-repeat fixed;
}
.mh-page__hero-foot-bg {
  height: 80px;
}
.mh-page__hero.bg-main img {
  display: block;
  max-width: 86px;
  margin: 18px 0;
}
@media (min-width: 930px) {
  .mh-page__hero.bg-main img {
    max-width: 172px;
  }
}
.mh-page__hero--frame {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center; justify-content: center;
}
.mh-page__hero button {
  background: #75be4a;
}

/* LANDING PAGE */
.mh-landing__content {
  grid-template-columns: 3fr 2fr;
  padding: 0;
}
.mh-landing__content img {
  height: auto;
  width: 100%;
}
.mh-content__shogun {
  padding-right: 24px;
}
.mh-landing__shifter {
  margin-top: -152px;
}
.mh-content__backing {
  position: absolute;
  top: 0;
  left: -10vw;
  width: 100vw;
  height: 99%;
  z-index: -1;
}
.mh-landing__hero {
  position: relative;
}

@media screen and (max-width: 930px) {
  .mh-landing__shifter {
    margin-top: -64px; /*-168px;*/
  }
  .mh-landing__content {
    grid-template-columns: auto;
    padding: 0;
  }
  .mh-landing__hero {
    position: relative;
    top: 0;
    left: -5vw;
    width: 100vw;
  }
  .mh-content__shogun {
    padding-right: 24px;
    grid-row: 2;
    margin-bottom: 48px;
    width: inherit;
  }
}
/* CONTACT FORM */
.mh-contact__container {
  /*display: grid;
  justify-content: center;*/
  width: 100%;
  position: relative;
  /*background-color: ;*/
}
.mh-contact__content {
  /*display: grid;
  padding: 48px 0;
  justify-self: center;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80vw;
  max-width: 1236px;
  position: relative;
  grid-gap: 48px;*/
}
.mh-contact__details {
  display: grid;
}
.mh-contact__links {
  display: grid;
}
.mh-form__container {
  grid-column: 2 / span 2;
}
.mh-form__content {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 24px;
  border-radius: 15px;
  background-color: ;
  padding: 24px;
}
.mh-form__group {
  display: grid;
  grid-gap: 12px;
}
.mh-form__submit {
  width: fit-content;
  grid-column: 2;
  justify-self: end;
  justify-content: center;
}
.mh-form__legal {
  padding-top: 20px;
  font-size: 12px;
  /*grid-column: auto / span 2;
  border-top: 1px solid ;*/
}
@media screen and (max-width: 930px) {
  .mh-contact__content {
    grid-template-columns: auto;
  }
  .mh-form__container {
    grid-row: 2;
  }
  .mh-form__content {
    grid-template-columns: auto;
  }
  .mh-form__submit,
  /*.mh-form__legal, */
  .mh-form__container {
    grid-column: 1;
  }
  .mh-contact__details {
    display: grid;
    justify-items: center;
    text-align: center;
    grid-row-gap: 24px;
  }
}
/* CART */

.mh-cart__container {
  display: grid;
  width: 100%;
  position: relative;
  justify-content: center;
}
.mh-cart__content {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  padding: 0;
  justify-self: center;
  width: 80vw;
  max-width: 1236px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.mh-cart__info, .mh-cart__item-price, .mh-cart__image {
  padding: 24px;
}
.mh-cart__image {
  width: auto;
  align-self: center;
}
.mh-cart__image img {
  width: 100%;
  max-width: max-content;
  height: auto;
}
.mh-cart__item-price {
  height: 100%;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mh-cart__sub {
  grid-column: auto / span 2;
}
.mh-cart__sub-cards {
  display: flex;
  padding: 48px 0;
}
.mh-cart__sub-card {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 12px;
  align-items: center;
  justify-items: center;
  flex-grow: 1;
  padding: 24px;
  border-radius: 15px;
  margin-right: 24px;
  background-color: ;
  /* border: 2px solid ; */
  box-shadow: 0 0 0 rgba(24,24,24,0);
  transition: all .25s;
}
.mh-cart__sub-card.selected {
  background-color: ;
  box-shadow: 0 15px 15px rgba(24,24,24,.07);
}
.mh-cart__sub-selector {
  display: flex;
  align-items: center;
}
.mh-cart__sub-selector.upsell {
  flex-direction: column;
}
.mh-cart__sub-label {
  margin-left: 6px;
}
.mh-cart__confirm {
  padding: 24px;
  grid-column: 2 / span 2;
  display: grid;
  justify-items: end;
}
.mh-cart__promo {
  display: grid;
  grid-template-columns: auto auto;
}
.mh-cart__discount-msg {
  margin: 6px 0 0 0;
}
.mh-cart__total {
  text-align: right;
  margin-bottom: 24px;
}
.mh-cart__continue {
  display: grid;
  grid-template-columns: auto auto;
}
.mh-cart__continue button:nth-child(2) {
  margin-right: 0;
}
.mh-cart__error {
  grid-column: auto / span 3;
  text-align: center;
  padding: 12px;
}
/* progress tracker */
.mh-cart__progress-container {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
}
.mh-cart__progress-content {
  display: flex;
  align-items: center;
  padding: 0;
  justify-self: center;
  width: 80vw;
  max-width: 1236px;
  position: relative;
}
.mh-cart__progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: mh-form-progress;
  width: 100%;
}
.mh-cart__progress-item {
  line-height: 1.5;
  padding: 24px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 3fr;
  justify-items: center;
  align-items: center;
  grid-gap: 18px;
}
.mh-cart__progress-item:before {
  background: #21436B;
  border-radius: 50%;
  color: white;
  content: counter(mh-form-progress);
  counter-increment: mh-form-progress;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.mh-cart__progress-item.is-active {
  background-color: rgba(255, 255, 255, 0.5);
}
.mh-cart__progress-item.is-active:before {
  opacity: 1;
}
/* addon */
.mh-cart__collapse {
  padding: 12px 18px;
  cursor: pointer;
  background: ;
  color: ;
}
.mh-cart__content.mh-collapse {
  overflow:hidden;
  transition: all .25s ease;
  height:0;
}
.mh-cart__content.mh-collapse.show{
  height: 99.7%;
}
.mh-collapse__icon.show > svg {
  transform: rotate(-90deg);
}

.mh-collapse__icon {
  margin-left: 12px;
}
.mh-collapse__icon > svg {
  height: 15px;
  width: 10px;
  transform: rotate(90deg);
  transition: all .25s ease;
}
.mh-cart__sub-radio {
  -webkit-appearance: none;
  background-color: ;
  border: 2px solid ;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  transition: all .25s;
}
.mh-cart__sub-radio:checked {
  background-color: #0e3178;
  border: 2px solid #0e3178;
  box-shadow: inset 0 0 0 2px ;
}
.mh-cart__checkbox {
  background-color: ;
  border: 2px solid #0e3178;
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
}
.mh-cart__checkbox:checked:after {
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 27%;
  height: 11px;
  width: 7px;
  border: solid #0e3178;
  border-width: 0 3px 3px 0;
  transform: rotate(0.1turn);
}
/* Number Select */
.mh-num-select__options {
  background-color: #fafafa;
  position: absolute;
  top: -300%;
  left: 5%;
  display: flex;
  visibility: hidden;
  width: 90%;
  flex-direction: column;
  transition: all 0.25s;
  opacity: 0;
  border: 1px solid ;
  z-index: 1000;
  list-style: none;
}
.mh-num-select__options.open {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 1001;
}
.mh-num-select__option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 300;
  padding: 6px 5%;
  border-top: 1px solid ;
  transition: all 0.125s;
}
.mh-num-select__option:first-child {
  border-top: none;
}
.mh-num-select__option:hover {
  background-color: ;
  color:  !important;
}
.mh-num-select__selected {
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 930px) {
  .mh-cart__progress-content {
    width: 100vw;
  }
  .mh-cart__progress {
    grid-template-columns: auto;
  }
  .mh-cart__progress-item {
    display: none;
  }
  .mh-cart__progress-item.is-active {
    display: inline-block;
  }
  .mh-cart__content {
    grid-template-columns: auto;
  }
  .mh-cart__sub {
    grid-column: 1;
  }
  .mh-cart__sub-cards {
    flex-direction: column;
  }
  .mh-cart__sub-card {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .mh-cart__item-price.spacer {
    display: none;
  }
  .mh-cart__item-price {
    position: relative;
    margin-right: -20vw;
    left: -10vw;
  }
}


/* Sections / Pricing */

.mh-chart__col {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.mh-chart__header a {
  color: #545454;
}
@media (max-width: 640px) {
  .mh-chart__header .mh-chart__col {
    font-size: 10px;
  }
}
.mh-chart__col.invisible {
  background-color: transparent;
  border-top: none;
}
.mh-chart__col.label {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  background: #fafafa;
  border-left: 1px solid #eee;
}
@media (max-width: 930px) {
  .mh-chart__col.label {
    justify-content: center;
  }
}
.mh-chart__col:last-child {
  border-right: 1px solid #eee;
}
.mh-chart__header .mh-chart__col.invisible + .mh-chart__col {
  border-radius: 8px 0 0 0;
}
.mh-chart__header .mh-chart__col:last-child {
  border-radius: 0 8px 0 0;
}
.mh-chart__header .container,
.mh-chart__row {
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.mh-chart__col {
  /* width: 20%; */
  padding: 16px 4px;
  border-top: 1px solid #eee;
}

/* @media (min-width: 930px) {
  .mh-chart__col {
    width: 16.666666%;
  }
} */
@media (max-width: 930px) {
  .mh-chart__header .container, 
  .mh-chart__row {
    display: flex;
    flex-wrap: wrap;
  }
  .mh-chart__col:not(:first-child) {
    width: 16.6666%
  }
  .mh-chart__col:first-child {
    width: 100%;
  }
}
.mh-chart__col + .mh-chart__col {
  border-left: 1px solid #eee;
}
.mh-chart__col:not(.label) {
  text-align: center;
}
.mh-chart__col.solid {
  text-transform: uppercase;
  background: #75be4a;
  color: #fff;
}
.mh-chart__col.invisible + .mh-chart__col.solid {
  border-radius: 0 0 0 8px;
}
.mh-chart__col img {
  max-width: 100%;
}

.mh-chart__row:last-child .mh-chart__col.solid:last-child {
  border-radius: 0 0 8px 0;
}

.mh-chart .value {
  text-transform: capitalize;

}

.mh-chart .value.yes {
  color: #75be4a;
}

.mh-chart .value.no {
  color: #ed1e26;
}


/* sections: Buyer's Guide */

.mh-buyersguide__subhero {
  padding: 120px 0 40px;
}
.mh-buyersguide__drawers {
  padding-bottom: 40px;
}
ul.mh-drawers {
  list-style: none;
  padding: 0;
  margin: 0 0 80px;
}
ul.mh-drawers li {
  padding-left: 0;
  margin-bottom: 0;
}
.mh-drawers__knob {
  padding: 16px 24px;
  border-radius: 8px;
  cursor: pointer;
}
.open > .mh-drawers__knob + .mh-drawers__tuck {
  display: block;
}
.mh-drawers__tuck {
  display: none;
  padding: 16px 24px;
}
.mh-buyersguide__drawers .mh-drawers__knob {
  font-size: 20px;
  color: #fff;
  background: #75be4a;
}
.mh-buyersguide__drawers .open .mh-drawers__knob {
  background: #0e3178;
  transition: background 0.2s;
}
.mh-buyersguide__drawers ul.mh-drawers li {
  margin-bottom: 6px;
}

.mh-buyersguide__faces-shell {
  /*display: flex;
  justify-content: space-between;
  width: 100%;
  max-height: 320px;
  margin: 0 0 -200px;*/
}
@media (min-width: 930px) {
  .mh-buyersguide__faces-shell {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-height: 320px;
    margin: 0 0 -200px;
  }
}
@media (max-width: 930px) {
  .mh-buyersguide__faces-shell {
    flex-direction: column;
  }
  .mh-buyersguide__faces {
    display: none;
  }
}

.mh-faces-col {
  display: inline-block;
  border: 20px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 12px #eee;
}
.mh-faces-col img {
  /*max-width: 100%;
  max-height: 100%;*/
}
.mh-col-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mh-2col-list {
  list-style: none;
  columns: 2;
  margin: 0;
  padding: 0;
}
.mh-2col-list.dots li {
  display: block;
  margin-bottom: 40px;
  height: 200px;
  padding-left: 120px;
  position: relative;
}
.mh-2col-list .dot-rim {
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: #0e3178;
}
.mh-2col-list h3 {
  margin-bottom: 20px;
}

.mh-buyersguide__cta {
  position: relative;
}
.mh-buyersguide__cta .container {
  height: 100%;
}

.mh-buyersguide__pricing {
  padding-top: 240px;
}

.mh-buyersguide__pricing,
.mh-buyersguide__research {
  background: #f1f1f1;
}

.mh-buyersguide__reviews {
  background: #0e3178;
  color: #fff;
}
.mh-buyersguide__reviews .mh-content {
  background: #fff;
}


.mh-tacs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 930px) {
  .mh-tacs {
    /*flex-direction: column;*/
    justify-content: space-between;
  }
}
.mh-tac {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 228px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 8px #eee;
  overflow: hidden;
  text-align: center;
  padding: 20px 0 30px;
}
@media (max-width: 930px) {
  .mh-tac {
    margin: 0 4px 8px;
  }
}
@media (min-width: 930px) {
  .mh-tac {
    width: 20%;
  }
}
.mh-tac .name {
  display: flex;
  width: 100%;
  height: 90px;
  align-items: center;
  justify-content: center;
}
.mh-tac .value {
  color: #75be4a;
}


/* section: Features */

.mh-alternator {
  padding-top: 80px;
}
.mh-alternator .mh-btn__lg {
  display: inline-block;
  margin-top: 42px;
  background: #75be4a;
  border-radius: 8px;
}
.mh-alternator__stack {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .mh-alternator__stack {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
  }
  .mh-alternator__stack:nth-child(even) {
    flex-direction: row-reverse;
  }
  .mh-alternator__img,
  .mh-alternator__content {
    width: 40%;
  }
}
.mh-alternator__stack h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #75be4a;
}
.mh-alternator__stack .sub {
  font-size: 2rem;
}
.mh-alternator__stack .mh-btn {
  background: #75be4a;
  color: #fff;
}
.mh-alternator__stack:nth-child(even) h3 {
  color: #0e3178;
}
.mh-alternator__stack:nth-child(even) .mh-btn {
  background: #0e3178;
}

.mh-alternator__img,
.mh-alternator__content {
  padding: 40px 20px;
}
.mh-alternator__stack:nth-child(even) .mh-alternator__content {
  /*padding-left: 0;*/
}
.mh-alternator__stack img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 930px) {
  .mh-alternator__img img {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

/*
// $brite:   #75be4a;
// $dark:    #0e3178;
*/

/* section: Homepage */


.mh-homepage__why,
.mh-homepage__discover {
  padding: 90px 0;
}
.mh-homepage__discover {
  background: #75be4a url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/green-speckle-bg.gif?v=117977986207489294801657580320) 50% 0 fixed;
  background-size: 8px 8px;
  color: #fff;
}
.mh-3col-list {
  list-style: none;
  columns: 3;
  margin: 0;
  padding: 0;
}
.mh-3col-list .mh-cta {
  margin: 0 auto;
}
.mh-3col-list .mh-cta + h3 {
  margin: 40px 0 20px;
}

@media (max-width: 930px) {
  .mh-3col-list,
  .mh-2col-list {
    columns: 1;
  }
}

.mh-homepage__logos-prairie {
  display: flex;
  align-items: center;
  justify-content: center; /* space-around;*/
  flex-wrap: wrap;
  padding-top: 32px;
}
.mh-homepage__logos-prairie img {
  object-fit: contain;
  max-width: 200px;
  max-height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mh-homepage__logos-prairie > div {
  width: 22%;
}
.mh-homepage__logos-prairie > div.full-rack {
  width: 100%;
  text-align: center;
}
.mh-homepage__logos-prairie > div.full-rack iframe {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.mh-homepage__why .icon {
  display: block;
  width: 146px;
  height: 146px;
  background: #75be4a;
  border-radius: 50%;
  border: 20px solid #fff;
  box-shadow: 0 3px 2px #eee;
  margin-left: auto; margin-right: auto;
}
.mh-homepage__why .icon.dark {
  background: #0e3178;
}
.mh-homepage__why .icon.click {
  background: #75be4a url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/icon-click.png?v=169999218332098019981657580320) 50% 0 no-repeat; background-size: contain;
}
.mh-homepage__why .icon.call {
  background: #0e3178 url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/icon-call.png?v=118008392798725785081657580320) 50% 0 no-repeat; background-size: contain;
}
.mh-homepage__why .icon.emergency {
  background: #75be4a url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/icon-emergency.png?v=156980879225208011891657580320) 50% 0 no-repeat; background-size: contain;
}

.mh-homepage__discover-box {
  background: #fff;
  color: #545454;
  border-radius: 60px;
  /*overflow: hidden;*/
  font-family: "LatoWebThin";
  position: relative;
}
.mh-homepage__discover-box--slides {
  overflow: hidden;
  border-radius: 60px;
}
.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0e3178;
  color: #fff;
  font-size: 24px;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  transition: background-color 0.25s;
}
.slick-arrow:hover {
  background: #2259c7;
}
.slick-arrow.slick-prev {
  left: -20px;
}
.slick-arrow.slick-prev i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-right: 4px;
}
.slick-arrow.slick-next {
  right: -20px;
}
.slick-arrow.slick-next i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 4px;
}
.mh-homepage__discover-box h3,
.mh-homepage__discover-box p,
.mh-homepage__discover-box ul {
  font-weight: 100;
}
.mh-homepage__discover-box .mh-btn__lg,
.mh-btn__lg.brite {
  background: #75be4a;
  color: #fff!important;
}
.mh-homepage__discover-box ul {
  text-align: left;
}
.mh-homepage__discover-box img {
  padding: 22px 22px 22px 11px;
}
.mh-homepage__discover-box--cell {
  display: grid!important;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.mh-homepage__discover-box--content,
.mh-homepage__discover-box--cell > img {
  width: 100%;
}
.mh-homepage__discover-box--content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 22px 11px 22px 22px;
  border-right: 1px solid #f1f1f1;
}
@media(min-width: 930px){
  .mh-homepage__discover-box--content {
    padding: 40px 20px 40px 40px;
  }
  .mh-homepage__discover-box img {
    padding: 40px 40px 40px 20px;
  }
}

/* Contact */
.mh-contact a {
  color:#75be4a;
}
.mh-contact a.line-lite {
  border: 1px solid #75be4a;
  display: inline-block;
  padding: 4px 32px;
  border-radius: 8px;
  margin-top: 24px;
}


/* FAQ */
.mh-faq .mh-drawers.sub {
  margin-left: -56px;
  margin-right: -56px;
  margin-bottom: 0;
}
.mh-faq .mh-drawers:not(.sub) {
  margin-top: -80px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);

}
.mh-faq .mh-drawers__knob {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  position: relative;
}
.mh-faq .mh-drawers__knob > em {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/faq-drawer-pulls.gif?v=183857722844284883021657580320) 100% 0 no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  left: 26px;
}
.mh-faq li.open + li .mh-drawers__knob {
  border-top: 1px solid #ccc;
}
.mh-faq li.open > .mh-drawers__knob > em {
  background-position: 100% 100%;
}

.mh-faq .mh-drawers__knob,
.mh-faq .mh-drawers__tuck {
  padding: 20px 56px;
}
.mh-faq .mh-drawers.sub .mh-drawers__knob,
.mh-faq .mh-drawers.sub .mh-drawers__tuck {
  padding: 20px 92px;
}
.mh-faq .mh-drawers.sub .mh-drawers__knob > em {
  left: 62px;
  background-position: 0 0;
}
.mh-faq .mh-drawers.sub li.open > .mh-drawers__knob > em {
  background-position: 0 100%;
}


/* General Inquiries */

.mh-general-inquiries {
  background: #f1f1f1 url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/grey-speckle-bg.gif?v=19500056998385706971657580320) 50% 100% fixed;
  padding: 152px 0;
}
.mh-general-inquiries .container {
  display: flex;
  justify-content: space-between;
}
/*.mh-general-inquiries__content,*/
.mh-general-inquiries__form,
#shopify-section-landingform_content {
  width: calc(50% - 10px);
}
.mh-general-inquiries__form {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 32px;
  box-shadow: 0 0 12px #ddd;
}
.mh-general-inquiries__form input[type=text],
.mh-general-inquiries__form input[type=email],
.mh-general-inquiries__form input[type=tel] {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 20px;
}
.mh-general-inquiries__form .mh-form__submit {
  width: 100%;
  border-radius: 8px;
  background: #75be4a;
  margin-top: 20px;
}
.mh-general-inquiries__content {
  padding-right: 6vw;
}
.mh-icon-checklist {
  color: #75be4a;
  list-style: none;
  padding: 0;
  font-size: 26px;
}
.mh-icon-checklist li {
  display: flex;
  flex-wrap: wrap;
  margin-right: 12px;
  justify-content: space-between;
  align-items: center;
}
.mh-icon-checklist li+li {
  margin-top: 32px;
}
.mh-icon-checklist li span {
  display: block;

}
.mh-icon-checklist li span.check {
  width: 64px;
  height: 64px;
  background: #75be4a url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/white-check-green-70.png?v=60236338680679905061657580320) center / contain no-repeat;
  border-radius: 50%;
  border: 6px solid #fff;
}
.mh-icon-checklist li span + span {
  width: calc(100% - 92px);
}


/* Product Single */

.mh-product__hero {
  height: 36px;
  background: #f1f1f1 url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/grey-speckle-bg.gif?v=19500056998385706971657580320) 50% 100% fixed;
}
.mh-product {
  padding: 20px 0 80px;
}
@media (min-width: 930px) {
  .mh-product {
    padding: 80px 0;
  }
  .mh-product__hero {
    height: 148px;
  }
  .mh-product .container {
    display: flex;
    justify-content: space-between;
  }
  .mh-product__gallery,
  .mh-product__content {
    width: calc(50% - 40px);/**/
  }
}
.mh-product__gallery img {
  display: block;
  max-width: 100%;
}
.mh-product__gallery-thumbs {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 930px) {
  .mh-product__gallery-thumbs {
    max-width: 480px;
    margin: 24px auto 64px;
  }
}
.mh-product__gallery-thumbs li {
  display: block;
  width: calc(33.3333% - 15px);
  height: 0px;
  padding-bottom: 18%;
  background: #f1f1f1;
  border-radius: 8px;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.mh-product__gallery-thumbs img {
  max-width: 100%;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  object-fit: contain;
}
.mh-product__glamorshot {
  padding: 40px 0;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.mh-product__content {
  font-family: "LatoWebThin";
}
.mh-product__content img {
  max-width: 100%;
  margin: 12px 0 24px;
}

.mh-product__content .mh-checklist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.mh-product__content .mh-checklist li {
  width: 50%;
}
.extended-description {
  font-family: "LatoWebThin";
}
@media (min-width: 1200px) {
  .mh-product__content .mh-checklist {
    font-size: 20px;
  }
}
.mh-product__ordernow {
  font-family: "LatoWeb";
}
.mh-product__ordernow--row {
  display: flex;
  padding: 12px 0;
}
.mh-product__ordernow--row + .mh-product__ordernow--row {
  border-top: 1px solid #999;
}

.mh-product__ordernow span {
  display: inline-block;
}
.mh-product__ordernow span:nth-child(1) {
  width: 15%;
  text-align: right;
  padding-right: 12px;
}

.mh-product__ordernow span:nth-child(2) {
  width: 25%;
}

.mh-product__ordernow span:nth-child(3) {
  width: 40%;
}

.mh-product__ordernow span:nth-child(4) {
  width: 20%;
}
.mh-product__ordernow span b {
  font-weight: normal;
  color: #75be4a;
}
.mh-product__ordernow input[type=submit] {
  background: #75be4a;
  margin-top: 32px;
}


/* About */
.mh-icon-checklist.about {
  display: flex;
  font-size: 20px;
  color: #545454;
  margin-top: 42px;
  flex-wrap: wrap;
}

.mh-icon-checklist.about li {
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 32px;
  padding: 0;
  width: 100%;
}
@media (min-width: 640px) {
  .mh-icon-checklist.about li {
    width: 50%;
  }
}
@media (min-width: 930px) {
  .mh-icon-checklist.about li {
    width: 25%;
    margin-bottom: 0;
  }
}
.mh-icon-checklist.about li + li {
  margin-top: 0;
}
.mh-icon-checklist.about span.check {
  margin-bottom: 24px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.25);
}
.mh-team h3 {
  padding: 60px 0;
  margin: 0;
}
.mh-team img {
  max-width: 100%;
}

/* layout elements */

.mh-checklist {
  list-style: none;
  margin: 0; padding: 0;
}
.mh-checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.mh-checklist li > i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(//cdn.shopify.com/s/files/1/0051/2963/3827/t/11/assets/white-check-green-70.png?v=60236338680679905061657580320) center / contain no-repeat;
  border-radius: 50%;
  margin-right: 10px;
}


/*  */

.article__meta {
  background: #f1f1f1;
  color: #aaa;
  padding: 12px 0;
  border-top: 2px solid #fff;
}
.mh-article-top {
  float:left;
  margin: 0 40px 32px 0;
}
.mh-blog-block a,
.mh-buyersguide__pricing a {
  color: #545454;
}
.mh-blog-block__frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mh-blog-block__cell {
  max-width: calc(33.3333% - 20px);
}
@media (max-width: 930px) {
  .mh-blog-block__frame {
    flex-direction: column;
    align-items: center;
  }
  .mh-blog-block__cell {
    max-width: 360px;
    margin-bottom: 32px;
  }
}
.mh-blog-block__cell img {
  max-width: 100%;
  height: auto;
}
.mh-3col-list.mh-col a {
  color: #fff;
}
/* BLOG */
.oca-blog__article--image {
  padding: 0 10px 10px 0;
}
.oca-blog__article--image img {
  height: 171px;
  width: 300px;
  object-fit: cover;
  box-shadow: 10px 10px 0 #E8E8E8;
  border: 1px solid #E8E8E8;
}
.oca-blog__article--content {
  display: grid;
  grid-template-rows: max-content max-content;
  justify-items: start;
  align-items: end;
}
.oca-blog__article--content h2 {
  margin-bottom: 12px;
}
.oca-blog__article--content p {
  font-size: 16px;
  line-height: 19px;
}
.oca-blog__article--content button {
  align-self: end;
}
.oca-blog__article {
  display: grid;
  grid-template-columns: auto auto;
  padding: 58px 0;
  width: 80%;
  margin: auto;
  grid-gap: 35px;
}
.oca-blog__article a {
  color: currentColor;
}
@media (max-width: 930px) {
  .oca-blog__article {
    grid-template-columns: auto;
    justify-items: center;
  }
  .oca-blog__article--content {
    justify-items: center;
  }
}
/* PAGINATION */
.oca-pagination {
  margin: 95px auto 76px;
  display: flex;
  align-items: center;
  padding: 8px;
}
.oca-pagination__next, .oca-pagination__previous{
  height: 27px;
  width: 27px;
  background-color: #0e3178;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #0e3178;
}
.oca-pagination__next.disabled, .oca-pagination__previous.disabled {
  background-color: #FFF;
  border-color: #E9E9E9;
  cursor: auto;
}
.oca-pagination__next {
  margin-left: 8px
}
.oca-pagination__previous {
  margin-right: 8px
}
.left-chevron, .right-chevron {
  height: 6px;
  width: 6px;
  border: solid #E9E9E9;
  border-width: 2px 2px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.left-chevron {
  transform: rotate(225deg);
}
.right-chevron {
  transform: rotate(45deg);
}
.oca-pagination__next::before, .oca-pagination__previous::before{
  content: "";
  height: 6px;
  width: 6px;
  border: solid white;
  border-width: 2px 2px 0 0;
  position: relative;
}
.oca-pagination__next.disabled::before, .oca-pagination__previous.disabled::before{
  content: "";
  height: 6px;
  width: 6px;
  border: solid #E9E9E9;
  border-width: 2px 2px 0 0;
  position: relative;
}
.oca-pagination__next::before {
  transform: rotate(45deg);
  left: -2px;
}
.oca-pagination__previous::before {
  transform: rotate(225deg);
  left: 2px;
}
.oca-pagination__item {
  margin: 0 7px;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
.oca-pagination__item:not(.current) {
  color: #6A7070;
}
.oca-pagination__item.current {
  border-bottom: 2px solid black;
}

.mh-article-top {
  max-width: 100%;
}
.article-content img {
  max-width: 100%;
}

.mh-page__hero--frame h1 {
  padding-right: 2%;
  padding-left: 2%;
}