
/* ///////////////////////////////////////////////////

THIS FILE IS COMPILED BY SASS, PLEASE FIND THE SASS FILE AND RUN THE "GULP WATCH" TASK TO MAKE CHANGES 

///////////////////////////////////////////////////*/

 

 
body {
  min-width: 0 !important;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  overflow: auto !important;
}

body.fb-body {
  background-color: #FFF;
}

#container {
  width: 100%;
}

.wrapper-content {
  display: block;
  width: 960px;
  margin: 0 auto;
}

.dbr,
.tbr,
.mbr {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
}

/*common styles*/

.b-block {
  display: block;
}

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

.popup {
  padding: 37px 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #FFF;
  border: 2px solid #E2E2E2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup__close {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 8px;
  right: 9px;
  background: url("https://static0.fitbit.com/simple.b-cssdisabled-png.h0cc8e18d3444dddc64330c9c8eb40b1a.pack?items=%2Fcontent%2Fassets%2Fstore2%2Fimages%2Fpopup__close.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  opacity: 0.3;
}

.popup__close:hover {
  opacity: 1;
}

.popup__text {
  font-family: "Proxima Nova ThinT", Arial, Helvetica, sans-serif;
}

.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.popup-overlay * {
  box-sizing: border-box;
}

.popup .popup__close:hover {
  cursor: pointer;
}

a.btn {
  display: inline-block;
  padding: 6px 22px;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  color: #FFF;
  border-radius: 18px;
  border: 3px solid;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  text-align: center;
}

a.btn:hover {
  background: transparent;
}

a.btn--magenta {
  background-color: #EE3D6E;
  border-color: #EE3D6E;
}

a.btn--magenta:hover {
  color: #EE3D6E;
}

a.btn--gray {
  min-width: 200px;
  color: #939C9E;
  border: 2px solid #939C9E;
  padding: 7px 10px 8px;
  line-height: 17px;
  vertical-align: top;
}

a.btn--gray:hover {
  color: #FFF;
  background-color: #939C9E;
}

a.btn--white {
  padding: 8px 39px;
  color: #EE3D6E;
  border-color: #FFF;
  background-color: #FFF;
}

a.btn--white:hover {
  color: #FFF;
  border-color: #EE3D6E;
  background-color: #EE3D6E;
}

/* Legal Disclaimer */

#fgssr--features-content .bl-disclaimer {
  max-width: 940px;
  padding: 20px 0;
}

#fgssr--features-content .bl-disclaimer__content {
  font-family: "Proxima Nova Regular", Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #939C9E;
  max-width: none !important;
}

/* /Legal Disclaimer */

@media (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }

  .popup-filter {
    display: block !important;
    position: relative;
    float: none;
  }

  .popup-filter .popup {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-height: 0;
    padding: 0;
    border: 0;
    width: auto;
    text-align: center;
    float: none;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  .popup-filter .popup--expanded {
    max-height: 999px;
  }

  .popup-filter .popup__close {
    display: none;
  }
}

@media (min-width: 1199px) {
  .wrapper-content {
    display: block;
    width: 960px;
    margin: 0 auto;
  }

  .tablet-visible,
  .desktop-hide,
  .desktop-hidden {
    display: none !important;
  }

  .dbr {
    display: block;
  }
}

@media (max-width: 1199px) and (min-width: 768px), (max-device-width: 1199px) and (min-device-width: 768px) {
  .tablet-hide,
  .tablet-hidden {
    display: none !important;
  }

  .tbr {
    display: block;
  }
}

@media (max-width: 1199px), (max-device-width: 1199px) {
  .desktop-visible {
    display: none !important;
  }

  .wrapper-content {
    width: 728px;
  }

  .adaptive-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 768px;
  }

  .popup {
    width: 768px;
  }

  a.btn {
    padding: 10px 22px;
    border-radius: 22px;
  }

  a.btn--gray {
    padding: 11px 43px 12px;
  }
}

@media (max-width: 767px), (max-device-width: 767px) {
  .mbr {
    display: block;
  }

  .mobile-hide,
  .mobile-hidden,
  .tablet-visible {
    display: none !important;
  }

  .wrapper-content {
    width: 300px;
  }

  .adaptive-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 300px;
  }

  .popup {
    width: 320px;
    padding: 38px 25px;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .popup-overlay {
    position: absolute;
  }

  a.btn--gray {
    padding: 11px 64px 12px;
  }

  #smartbanner {
    z-index: 9;
  }
}