body {
  font-family: "Open Sans", sans-serif;
  color: #414042;
  font-weight: 400; }

img {
  max-width: 100%; }

.color-darkblue {
  color: #005581; }

.font-weight-semibold {
  font-weight: 600; }

h1 {
  font-size: 30px; }

.btn {
  border-radius: 2rem;
  padding: 15px 70px 15px 70px;
  text-transform: uppercase;
  font-weight: bold;
  outline: none; }
  .btn.black {
    background-color: #1d1d1b;
    color: white; }
  .btn.white {
    background-color: white;
    color: #0093b3; }
  .btn.blue {
    background-color: #0093b3;
    color: white; }

/** START - for blank dev purposes - can be removed **/
section {
  padding: 60px 0 60px 0; }
  section.top-banner {
    color: white;
    background-image: url("../img/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0 100px 0;
    min-height: 580px; }
    @media (min-width: 992px) {
      section.top-banner {
        background-image: url("../img/banner.png"); } }
    section.top-banner img {
      margin-top: 6rem;
      max-width: 177px; }
    section.top-banner h1 {
      font-size: 48px;
      font-weight: 300; }
  section.section-1 h1 {
    color: #005581;
    font-weight: bold; }
  section.section-mobile-bike {
    background-image: url("../img/bike.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0;
    min-height: 550px; }
  section.section-2 {
    background-color: #f6f4f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0;
    min-height: 550px; }
    @media (min-width: 750px) {
      section.section-2 {
        background-image: url("../img/bike-banner-bg.png"); } }
    section.section-2 h1 {
      color: #23354d;
      font-weight: 300;
      font-size: 35px; }
  section.section-3 h1 {
    font-weight: bold;
    font-size: 30px;
    color: #005581; }
  section.section-4 {
    background: #343233;
    padding-bottom: 5.5rem; }
    @media (min-width: 992px) {
      section.section-4 {
        background: linear-gradient(to top, #343233 74%, white 0%); } }
    section.section-4 h1 {
      color: #23354d;
      font-weight: 300;
      font-size: 35px; }
    @media (min-width: 992px) {
      section.section-4 h1 {
        color: #23354d; }
      section.section-4 .text-lg-inherit {
        color: inherit !important; } }
    section.section-4 .product {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      text-align: center;
      color: white; }
      section.section-4 .product h2 {
        font-weight: bold;
        font-size: 24px;
        color: #0093b3;
        margin-top: 2rem;
        margin-bottom: 1.5rem; }
      section.section-4 .product .subtitle {
        font-weight: bold;
        color: #0093b3; }
      section.section-4 .product .btn {
        margin-top: 2rem; }
  section.section-6 {
    background-color: #f3f3f3;
    background-image: url(../img/tablet-banner-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left; }
    section.section-6 .btn {
      padding-left: 30px;
      padding-right: 30px; }
    section.section-6 h1 {
      font-weight: 300; }
  section.section-7 {
    background-color: #23354d;
    min-height: 250px; }
  section.section-galaxy-benefits {
    background-color: #0290adf7;
    background-image: url(../img/galaxy-benefits-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: white; }
    section.section-galaxy-benefits .btn {
      padding-left: 30px;
      padding-right: 30px; }
    section.section-galaxy-benefits h1 {
      font-weight: 300; }

/** END **/
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1160px; } }

.header__logo {
  display: block;
  height: 100px;
  width: auto; }

.footer {
  border-top: 4px solid #0093b3;
  margin-top: 10px; }

.main_footer {
  padding-bottom: 20px;
  margin-top: -1px; }

.main_footer a.footer-link {
  display: block;
  line-height: 1.4 !important;
  font-weight: 300;
  color: #333333;
  font: 22px/22px "OpenSansLight", Arial, sans-serif; }

.main_footer .flex {
  justify-content: space-between; }

.main_footer .footer-social {
  margin: 4px 15px 0;
  color: #666;
  display: inline-block; }

.main_footer .footer-social:hover {
  color: #0093b3; }

.sub_footer {
  margin-bottom: 30px; }

.sub_footer .legal-links {
  display: flex;
  justify-content: space-between; }

.sub_footer .legal-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.sub_footer .legal-links ul li {
  display: inline-block;
  margin-right: 20px; }

.cc_banner-wrapper {
  z-index: 9001;
  position: relative; }

.cc_container .cc_message {
  font-size: .6em;
  -webkit-transition: font-size .2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #fff; }

.cc_container .cc_logo {
  display: none; }

.cc_container .cc_logo:active,
.cc_container .cc_logo:hover {
  opacity: 1; }

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: .8em; }
  .cc_container .cc_message {
    font-size: .8em; } }

@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em; }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em; } }

@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em; } }

@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none; } }

.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px; }

.cc_container .cc_btn {
  padding: 8px 10px;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
  cursor: pointer;
  text-align: left;
  color: #fff;
  text-decoration: none;
  background-color: #0093b3;
  font-size: 14px; }

.cc_container .fa-check {
  font-size: 14px;
  float: right;
  margin-top: 3px; }

.cc_container .cc_message {
  -webkit-transition: font-size .2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  display: block;
  font-size: 16px; }

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: .8em; }
  .cc_container .cc_message {
    margin-top: .5em;
    font-size: .8em; } }

@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px; }
  .cc_container .cc_btn {
    padding: 8px 15px; }
  .cc_container .cc_message {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .cc_container {
    padding: 15px 30px 15px; }
  .cc_container .cc_btn {
    padding: 8px 15px;
    max-width: 100%;
    width: 100%;
    text-align: center; }
  .cc_container .fa-check {
    float: none;
    padding-left: 3px; }
  .cc_container .cc_message {
    font-size: 16px;
    text-align: center; } }

.cc_container {
  background: #222;
  color: #fff !important;
  font-size: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cc_container .cc_btn:active,
.cc_container .cc_btn:hover {
  background-color: #007e9a;
  color: #fff; }

.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  -webkit-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color; }

.cc_container a:active,
.cc_container a:hover {
  color: #b2f7ff; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.cc_btn,
.cc_container,
.cc_message {
  animation-duration: .8s;
  -webkit-animation-duration: .8s;
  -moz-animation-duration: .8s;
  -o-animation-duration: .8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }
