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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

/* Display */
.none {
  display: none !important; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

/* Position */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/* Flexbox */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vertical-align-center {
  align-items: center;
  justify-content: center; }

/* Float */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.float-right {
  float: right; }

.float-left {
  float: left; }

/* Overflow */
.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

/* Dimensions */
.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

/* Margin */
.m-0 {
  margin: 0; }

.m-1 {
  margin: 1rem; }

.m-2 {
  margin: 2rem; }

.m-3 {
  margin: 3rem; }

.m-4 {
  margin: 4rem; }

.m-5 {
  margin: 5rem; }

.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-5 {
  margin-top: 5rem; }

.mr-0 {
  margin-right: 0; }

.mr-1 {
  margin-right: 1rem; }

.mr-2 {
  margin-right: 2rem; }

.mr-3 {
  margin-right: 3rem; }

.mr-4 {
  margin-right: 4rem; }

.mr-5 {
  margin-right: 5rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-5 {
  margin-bottom: 5rem; }

.ml-0 {
  margin-left: 0; }

.ml-1 {
  margin-left: 1rem; }

.ml-2 {
  margin-left: 2rem; }

.ml-3 {
  margin-left: 3rem; }

.ml-4 {
  margin-left: 4rem; }

.ml-5 {
  margin-left: 5rem; }

.mx-0 {
  margin-right: 0;
  margin-left: 0; }

.mx-1 {
  margin-right: 1rem;
  margin-left: 1rem; }

.mx-2 {
  margin-right: 2rem;
  margin-left: 2rem; }

.mx-3 {
  margin-right: 3rem;
  margin-left: 3rem; }

.mx-4 {
  margin-right: 4rem;
  margin-left: 4rem; }

.mx-5 {
  margin-right: 5rem;
  margin-left: 5rem; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.mx-auto {
  margin-right: auto;
  margin-left: auto; }

/* Padding */
.p-0 {
  padding: 0; }

.p-1 {
  padding: 1rem; }

.p-2 {
  padding: 2rem; }

.p-3 {
  padding: 3rem; }

.p-4 {
  padding: 4rem; }

.p-5 {
  padding: 5rem; }

.pt-0 {
  padding-top: 0; }

.pt-1 {
  padding-top: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.pt-5 {
  padding-top: 5rem; }

.pr-0 {
  padding-right: 0; }

.pr-1 {
  padding-right: 1rem; }

.pr-2 {
  padding-right: 2rem; }

.pr-3 {
  padding-right: 3rem; }

.pr-4 {
  padding-right: 4rem; }

.pr-5 {
  padding-right: 5rem; }

.pb-0 {
  padding-bottom: 0; }

.pb-1 {
  padding-bottom: 1rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pl-0 {
  padding-left: 0; }

.pl-1 {
  padding-left: 1rem; }

.pl-2 {
  padding-left: 2rem; }

.pl-3 {
  padding-left: 3rem; }

.pl-4 {
  padding-left: 4rem; }

.pl-5 {
  padding-left: 5rem; }

.px-0 {
  padding-right: 0;
  padding-left: 0; }

.px-1 {
  padding-right: 1rem;
  padding-left: 1rem; }

.px-2 {
  padding-right: 2rem;
  padding-left: 2rem; }

.px-3 {
  padding-right: 3rem;
  padding-left: 3rem; }

.px-4 {
  padding-right: 4rem;
  padding-left: 4rem; }

.px-5 {
  padding-right: 5rem;
  padding-left: 5rem; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

/* Top, Right, Bottom, Left */
.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

/* Typography */
.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

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

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

.right-align {
  text-align: right; }

.justify-align {
  text-align: justify; }

/* Cursors */
.pointer {
  cursor: pointer; }

/* List */
.list-style-none {
  list-style: none; }

.list-inline-block li, .list-inline-block ol {
  display: inline-block; }

/* Border */
.border {
  border-style: solid;
  border-width: 1px; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

/* Border Radius */
.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

/* Misc */
.fit {
  max-width: 100%; }

html {
  font-size: 16px; }

body {
  font-family: 'Open Sans';
  color: #202020;
  line-height: calc(26/16);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

a, a:active, a:visited, .fake-link {
  color: #3bbced; }

a:hover, .fake-link:hover {
  color: #6accf1;
  cursor: pointer;
  text-decoration: underline; }

.border {
  border-color: #a9a9a9; }

.border-right {
  border-color: #e6e6e6; }

.blue {
  color: #3bbced; }

.fs-18 {
  font-size: 1.125rem; }

.fill-gray-light {
  background: #fbfbfb;
  border-color: #e6e6e6; }

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  font: inherit;
  color: #484848;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 1px; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="tel"]:hover,
  select:hover {
    border-color: #aaa; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  select:focus {
    border-color: #3bbced;
    outline: none; }

select {
  height: 30px;
  margin-top: 5px; }

button {
  padding: 7px 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  background: #B5CE50;
  border: 1px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  button:hover {
    cursor: pointer;
    background: #c6d978; }
  button.small {
    padding: 4px 30px;
    font-size: 18px; }
  button.white {
    background: #fff;
    color: #B5CE50;
    border: 1px solid #B5CE50; }

h1 {
  line-height: 1;
  font-weight: 800;
  color: #3bbced;
  font-size: 4rem; }

h2 {
  line-height: calc(64/52);
  font-weight: 300;
  color: #666;
  font-size: 3.25rem; }

h3 {
  margin: 0 0 10px;
  line-height: calc(44/32);
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
  font-size: 2rem; }

h4 {
  margin: 0 0 15px;
  padding: 2px 0 2px 8px;
  background: #a9a9a9;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem; }
  h4 .iconic {
    width: 20px;
    height: 20px;
    margin: 5px 4px 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
    h4 .iconic.flipped {
      margin: 8px 4px 0 0;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    h4 .iconic * {
      fill: #fff;
      stroke: #fff; }

#mobile-nav-button {
  z-index: 1;
  position: absolute;
  margin: 0;
  padding: 12px;
  top: 10px;
  left: 10px;
  border-radius: 3px; }
  #mobile-nav-button:hover {
    background: transparent; }
  #mobile-nav-button .iconic {
    display: block; }
    #mobile-nav-button .iconic * {
      fill: #fff;
      stroke: #fff; }

#navbar {
  border: none;
  box-shadow: none; }

.navbar-nav {
  margin: 1rem 0 0;
  padding: 1rem 0 0;
  font-size: 16px;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-nav li {
    padding: 7px 0; }
    .navbar-nav li:hover {
      cursor: pointer;
      color: #3bbced; }

.social {
  margin: 10px 0 0;
  padding: 0;
  text-align: right; }
  .social li {
    display: inline-block;
    margin-left: 15px;
    list-style: none; }
  .social .iconic {
    cursor: pointer; }
    .social .iconic * {
      fill: #3bbced;
      stroke: #3bbced; }
    .social .iconic:hover * {
      fill: #6accf1;
      stroke: #6accf1; }

.page {
  display: none; }

.sizer, .category {
  width: 50%; }

.category {
  padding-right: 40px; }

.product-list li {
  position: relative;
  margin: 7px 0;
  padding: 0 0 0 35px;
  color: #3bbced; }

.checkbox-hack {
  display: none;
  position: relative;
  width: 25px;
  height: 25px; }
  .checkbox-hack + label {
    cursor: pointer; }
    .checkbox-hack + label:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 0;
      left: 0;
      margin-right: 10px;
      background-color: #e4e4e4;
      box-shadow: inset 0 0 0 2px #bebebe;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
  .checkbox-hack:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    color: #fff;
    background: #3bbced;
    box-shadow: inset 0 0 0 2px #1297c9;
    text-align: center; }

nav {
  background: #202020;
  color: #fff;
  font-size: 0.875rem; }
  nav .am-image {
    height: 66px;
    width: auto; }

header {
  height: 300px;
  border-color: #202020;
  background: #e3f1f6;
  background: -moz-linear-gradient(top, #e3f1f6 0%, #f9fcfd 100%);
  background: -webkit-linear-gradient(top, #e3f1f6 0%, #f9fcfd 100%);
  background: linear-gradient(to bottom, #e3f1f6 0%, #f9fcfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$top', endColorstr='$bottom',GradientType=0 ); }
  header.sub-header {
    height: 200px; }
    header.sub-header .hero-img {
      top: -140px;
      left: -500px; }
  header .hero-img {
    position: absolute;
    left: -300px;
    top: -90px; }

.score-box-desktop {
  z-index: 1;
  margin-left: 25px;
  padding: 20px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #a9a9a9; }
  .score-box-desktop.stick {
    position: fixed;
    top: 20px; }
  .score-box-desktop.bottom {
    position: absolute; }
  .score-box-desktop .score {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 5px;
    background: #3bbced;
    color: #fff;
    font-size: 95px;
    font-weight: 700;
    line-height: 1;
    text-align: center; }
  .score-box-desktop p {
    font-size: 0.9375rem; }

.score-box-mobile {
  position: fixed;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
  bottom: 0;
  background: #3bbced;
  color: #fff; }
  .score-box-mobile .row {
    padding: 10px 0; }
  .score-box-mobile .border-right {
    border-color: #fff; }
  .score-box-mobile h3 {
    margin: 0;
    line-height: 1;
    color: inherit;
    font-size: 1.875rem; }
  .score-box-mobile .score {
    font-size: 74px;
    font-weight: 700;
    line-height: 60px; }

section#s1 {
  padding: 4rem 0; }
  section#s1 > .container h2, section#s1 > .container hr {
    display: none; }
  section#s1 > .col-sm-10 {
    color: red !important; }
    section#s1 > .col-sm-10 p, section#s1 > .col-sm-10 h3 {
      text-align: center; }

.bottom-am img {
  height: 78px;
  width: auto; }

footer {
  background: #202020;
  margin: 0 0 -37px; }

form > img {
  display: none; }

.modal .modal-dialog {
  width: 95%;
  max-width: 660px; }

.modal .modal-content {
  border: none;
  border-radius: 0; }

.modal .modal-header {
  padding: 0;
  border: none;
  background: #3bbced;
  color: #fff; }
  .modal .modal-header .close {
    margin: 0; }
  .modal .modal-header .inner {
    padding: 20px 30px 15px; }
    .modal .modal-header .inner h5 {
      margin: 0 0 5px;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      text-align: left;
      color: #fff; }
  .modal .modal-header .modal-title {
    font-size: 20px;
    text-transform: none;
    background: none; }
  .modal .modal-header .close:hover {
    background: none;
    color: #fff; }

.modal#form-modal .note {
  font-size: 14px;
  margin: 0 0 40px; }

.modal#form-modal #submitButton {
  background: #B5CE50;
  font-size: 22px; }
  .modal#form-modal #submitButton:hover {
    background: #c6d978; }

.modal#form-modal .thanks {
  display: none;
  text-align: center; }

.modal#form-modal label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #3bbced;
  text-transform: uppercase; }

.modal #amm-tabs {
  border: none;
  background: #4ec6f4; }
  .modal #amm-tabs li {
    margin: 0; }
    .modal #amm-tabs li a {
      margin: 0;
      padding: 14px 30px;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      background: none;
      border: none;
      border-radius: 0; }
    .modal #amm-tabs li.active a {
      box-shadow: inset 0 -2px 0 #B5CE50; }

.modal .modal-body {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6; }
  .modal .modal-body p {
    margin: 0 0 20px; }
    .modal .modal-body p:last-of-type {
      margin: 0; }
  .modal .modal-body button {
    display: block;
    margin: 0 auto; }

.modal #amm-head {
  text-align: center; }

.modal #amm-profileimage {
  display: block;
  margin: 0 auto 20px;
  max-width: 150px;
  max-height: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.modal #amm-name {
  font-size: 24px;
  font-weight: 700;
  color: #3bbced; }

.modal .bx-viewport {
  border: none;
  box-shadow: none; }

.modal .bx-wrapper {
  margin: 0 auto; }
  .modal .bx-wrapper .bx-pager {
    position: relative;
    bottom: 0; }

.modal #amm-slider div img {
  margin: 0 auto 20px; }

.modal #video-page iframe {
  margin-bottom: 20px; }

#loadingGraphic {
  display: none; }

#loader {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  -webkit-animation: animball_two 1s infinite;
  -moz-animation: animball_two 1s infinite;
  -ms-animation: animball_two 1s infinite;
  animation: animball_two 1s infinite; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: animball_one 1s infinite ease;
      -moz-animation: animball_one 1s infinite ease;
      -ms-animation: animball_one 1s infinite ease;
      animation: animball_one 1s infinite ease; }
      #loader .loaderBall .ball.ball1 {
        background-color: #3bbced;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #3bbced;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #3bbced;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #3bbced;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-moz-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-ms-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@-moz-keyframes animball_two {
  0% {
    -moz-transform: rotate(0deg) scale(1); }
  50% {
    -moz-transform: rotate(360deg) scale(1.3); }
  100% {
    -moz-transform: rotate(720deg) scale(1); } }

@-ms-keyframes animball_two {
  0% {
    -ms-transform: rotate(0deg) scale(1); }
  50% {
    -ms-transform: rotate(360deg) scale(1.3); }
  100% {
    -ms-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

@-webkit-keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@-moz-keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@-ms-keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@keyframes scroll {
  0% {
    background-position: 0; }
  100% {
    background-position: -2826px; } }

@media only screen and (max-width: 992px) {
  header .hero-img {
    left: -240px; }
  .sizer, .category {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  .flex {
    display: block !important; }
  .mb-xs-1 {
    margin-bottom: 1rem; }
  h2 {
    font-size: 2rem; }
  h4 {
    margin: 0;
    padding: 5px 10px;
    font-size: 1.125rem; }
  .logo, .hero-img-mobile {
    display: block;
    width: 100%;
    height: auto; }
  .logo {
    margin-bottom: 20px; }
  header {
    height: auto;
    padding: 2rem 0 0; }
    header.sub-header {
      height: auto; }
  .category {
    margin-bottom: 2px;
    padding: 0; }
  .bottom-am {
    text-align: center; }
    .bottom-am img {
      float: none;
      margin: 0 auto; } }
