﻿/*
 * ---------------------------------------------------------------------------
 *
 *	Theme Name: AirText
 *	Version: 1.0
 *	Author: 45royale
 *	Author URI: http://www.45royale.com/
 *	Tags: Base
 *
 * -------------------------------------------------------------------- *** */
.is-hidden {
  display: none; }

/**
 * 1. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevents modern browsers from displaying 'audio' without controls.
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  height: 0;
  display: none; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

a {
  text-decoration: none;
  background-color: transparent;
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers.
   */ }
  a:hover, a:active {
    outline-width: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
strong,
b {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
strong,
b {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  color: #000;
  background-color: #ff0; }

ol,
ul {
  padding: 0; }

ol,
ul,
li {
  list-style: none; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title],
acronym[title] {
  text-decoration: underline;
  /* 1 */
  text-decoration: underline dotted;
  /* 1 */
  border-bottom: none;
  /* 2 */ }

code,
pre,
kbd,
samp {
  font-family: monospace, monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

input,
textarea,
select,
optgroup,
button {
  color: inherit;
  font: inherit;
  font-size: 100%;
  margin: 0;
  display: inline-block;
  outline: 0; }

input,
select,
button {
  vertical-align: middle; }

input,
textarea,
select {
  -webkit-appearance: none; }

input,
button {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  input::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  input:-moz-focusring,
  button:-moz-focusring {
    outline: 1px dotted ButtonText; }
  input[disabled],
  button[disabled] {
    cursor: default; }

input {
  line-height: normal; }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  input[type="checkbox"] {
    padding: 0; }
  input[type="radio"] {
      -webkit-appearance: radio;
  }

button {
  overflow: visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/**
 * 1. Remove default vertical scrollbar in Internet Explorer.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  resize: vertical; }

legend {
  padding: 0;
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th,
td {
  padding: 0; }

/* --------------------------------------------------------
 * Typography
-------------------------------------------------------- */
body {
  color: #555c6b;
  font-family: "Open Sans", sans-serif;
  font-size: 17px; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #0093e6; }
  a:hover {
    color: #555c6b; }

.phone-link {
  color: #555c6b; }

p {
  line-height: 1.6; }

.center-text {
  text-align: center; }

h1,
h2,
h3 {
  line-height: 1.1; }

h1 {
  font-family: "Hind", sans-serif;
  font-size: 56px;
  font-weight: 300;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px; }

h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px; }

h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5em; }

h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.3em; }

h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1em; }

.break {
  display: block; }
  @media screen and (max-width: 1023px) {
    .break {
      display: inline; } }

.main-container {
  width: 100%;
  padding: 50px 0 40px 0; }
  @media screen and (max-width: 767px) {
    .main-container {
      padding: 30px 0 80px 0; } }

.container {
  margin: 0 auto;
  padding: 0 30px;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (min-width: 1220px) {
    .container {
      padding: 0;
      width: 1200px; } }
  .container--page {
    border-top: 1px solid #ddd; }

.group:before, .group:after,
.row:before,
.row:after {
  content: " ";
  display: table; }
.group:after,
.row:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

@media screen and (max-width: 1023px) {
  .hero {
    padding-right: 30px;
    padding-left: 30px; } }
.hero img {
  margin: 0 auto;
  border-radius: 5px;
  display: block; }

.page--content {
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 70px; }
  @media screen and (min-width: 850px) {
    .page--content {
      width: 784px; } }
  @media screen and (max-width: 849px) {
    .page--content {
      padding-right: 30px;
      padding-left: 30px; } }
  .page--content h1 {
    color: #555c6b;
    margin-bottom: 18px; }
  .page--content h2 {
    margin-top: 60px;
    text-align: left; }
  .page--content p {
    line-height: 1.8; }
    @media screen and (min-width: 768px) {
      .page--content p.send-solutions {
        width: 525px; } }
  .page--content img {
    display: block; }
    @media screen and (min-width: 1024px) {
      .page--content img {
        margin: 45px 0 15px 15px;
        float: right; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .page--content img {
        margin: 0 0 15px 25px;
        float: right; } }
    @media screen and (max-width: 767px) {
      .page--content img {
        margin: 0 0 25px 0; } }

.block-list .container {
  padding-top: 75px;
  padding-bottom: 70px;
  border-top: 1px solid #ddd; }
.block-list--group {
  margin: 0;
  padding: 0 14px; }
  @media screen and (min-width: 1025px) and (max-width: 1220px) {
    .block-list--group {
      padding: 0 36px; } }
  @media screen and (max-width: 1023px) {
    .block-list--group {
      padding: 0; } }
.block-list--item {
  padding: 0 36px;
  width: calc( 100% / 3 );
  display: block;
  float: left;
  background-position: center 50px;
  background-repeat: no-repeat;
  background-size: 145px 145px; }
  @media screen and (max-width: 1220px) {
    .block-list--item {
      padding: 0 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .block-list--item {
      background-size: 90px 90px; } }
  @media screen and (max-width: 767px) {
    .block-list--item {
      margin-bottom: 30px;
      width: 100%;
      float: none;
      background-position: center 30px; } }
  .block-list--item a {
    text-align: center;
    padding: 204px 58px 0 58px;
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    border-radius: 5px;
    height: 320px;
    display: block; }
    @media screen and (min-width: 1025px) and (max-width: 1220px) {
      .block-list--item a {
        padding: 204px 38px 0 38px;
        height: 350px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .block-list--item a {
        padding: 164px 25px 0 25px; } }
    @media screen and (max-width: 767px) {
      .block-list--item a {
        padding: 204px 35px 40px 35px;
        width: 100%;
        height: auto; } }
    .block-list--item a:hover {
      border-color: #0093e6; }
    .block-list--item a .title {
      color: #555c6b;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 8px;
      display: block; }
    .block-list--item a .sub-title {
      color: #555c6b;
      font-size: 17px; }
  .block-list--item.latest-news {
    background-image: url("../images/resources-news@2x.png"); }
  .block-list--item.dealer-list {
    background-image: url("../images/resources-dealers@2x.png"); }
  .block-list--item.contact-us {
    margin-bottom: 0;
    background-image: url("../images/resources-contact@2x.png"); }

.block-row-list .block {
  float: left; }
@media screen and (min-width: 1024px) {
  .block-row-list .block--video {
    width: 47%; }
    .block-row-list .block--video:nth-child(2n+2) {
      margin-left: 6%; } }
@media screen and (max-width: 767px) {
  .block-row-list .block--video {
    margin-left: 0;
    width: 100%;
    float: none; }
    .block-row-list .block--video iframe {
      width: 100%; } }
.block-row-list .block--video iframe {
  max-width: 100%;
  display: block;
  margin-bottom: 15px; }
.block-row-list .block--dealer {
  text-align: left;
  margin-left: 5%;
  margin-bottom: 65px; }
  .block-row-list .block--dealer a {
    display: block;
    margin-bottom: 5px; }
  @media screen and (min-width: 1024px) {
    .block-row-list .block--dealer {
      width: 30%; }
      .block-row-list .block--dealer:nth-child(3n+3) {
        margin-left: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .block-row-list .block--dealer {
      width: 40%; }
      .block-row-list .block--dealer:nth-child(2n+2) {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .block-row-list .block--dealer {
      margin-left: 0;
      width: 100%;
      float: none; } }
  .block-row-list .block--dealer h3 {
    text-align: left;
    margin-bottom: 20px; }

.style-guide--heading {
  padding: 1em;
  background-color: #ddd; }

.style-guide--color-block {
  margin: 0 4% 4% 0;
  width: 22%;
  float: left; }
  .style-guide--color-block:nth-child(4n+4) {
    margin-right: 0; }
  .style-guide--color-block .color {
    width: 100%;
    height: 100px;
    display: block; }
  .style-guide--color-block .color-name {
    color: #999;
    font-size: 14px; }

.style-guide--spacer {
  margin-bottom: 1.4em; }

header {
  text-align: center; }
  header .logo {
    margin: 0 auto;
    width: 240px;
    height: 76px;
    display: block;
    background-repeat: no-repeat;
    background-size: 240px 76px; }
    @media screen and (max-width: 767px) {
      header .logo {
        margin: 0 0 30px 0;
        width: 158px;
        height: 50px;
        background-size: 158px 50px;
        float: left; } }
    header .logo span {
      display: none; }
  @media screen and (min-width: 768px) {
    header .main-nav {
      padding-top: 8px;
      padding-bottom: 53px; } }
  @media screen and (max-width: 767px) {
    header .main-nav {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 100%;
      top: 100%;
      left: 0;
      z-index: 99;
      opacity: 0;
      position: absolute;
      visibility: hidden;
      background-color: #0093e6; }
      header .main-nav.is-open {
        opacity: 1;
        visibility: visible; }
      header .main-nav ul {
        margin: 0;
        padding: 0 20px; } }
  header .main-nav li.customer-login {
    display: none; }
  @media screen and (min-width: 768px) {
     header .main-nav > ul > li {
      display: inline;
      margin-right: 46px; }
      header .main-nav li:last-child {
        margin-right: 0; }
      header .main-nav li.active a {
        color: #0093e6;
        border-bottom: 3px solid #0093e6; } }
  @media screen and (max-width: 767px) {
    header .main-nav > ul > li {
      text-align: left;
      border-bottom: 1px solid #0076b8; }
      header .main-nav li.customer-login {
        border: 0;
        display: block; } }
  header .main-nav a{
    font-family: "Hind", sans-serif;
    /*font-size: 18px;
    font-weight: 700;*/
    text-transform: uppercase;
      text-decoration: none;
  }
    @media screen and (min-width: 768px) {
    header .main-nav > ul > li > a{
        color: #999;
        padding-bottom: 5px;
        border-bottom: 3px solid tranparent; }
        header .main-nav a:hover {
            color: #0093e6;
        }
        header .main-nav > ul > li > a:hover{
          border-bottom: 3px solid #0093e6; } }
    @media screen and (max-width: 767px) {
      header .main-nav > ul > li > a {
        font-size: 22px;
        color: white;
        padding: 18px 0 13px 0;
        display: block; } }
  @media screen and (max-width: 767px) {
    header .button--customer-login {
      display: none; } }

.hamburger {
  margin: -10px -10px 0 0;
  border: 2px solid #999 !important;
  border-radius: 5px;
  padding: 5px 5px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 0;
  float: right;
  overflow: visible;
  background-color: transparent; }
  @media screen and (min-width: 768px) {
    .hamburger {
      display: none; } }
  @media screen and (max-width: 767px) {
    .hamburger {
      display: block; } }

.hamburger-box {
  width: 20px;
  height: 17px;
  display: block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #0093e6;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* --------------------------------------------------------
 * Footer
-------------------------------------------------------- */
footer {
  padding-top: 60px;
  border-top: 1px solid #999;
  max-width: 1200px;
  margin: 0 auto; }
  footer .footer-nav {
    float: left;
    padding-top: 12px; }
    @media screen and (max-width: 767px) {
      footer .footer-nav {
        text-align: center;
        float: none; } }
    footer .footer-nav .menu {
      margin: 0; }
      footer .footer-nav .menu li {
        margin-right: 30px;
        display: inline-block; }
        footer .footer-nav .menu li:last-child {
          margin-right: 0; }
        footer .footer-nav .menu li.active a {
          color: #0093e6; }
      footer .footer-nav .menu a {
        color: #999;
        font-family: "Hind", sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase; }
        footer .footer-nav .menu a:hover {
          color: #0093e6; }
    footer .footer-nav .social {
      margin: 0;
      padding-top: 15px; }
      footer .footer-nav .social li {
        margin-right: 15px;
        display: inline-block; }
        footer .footer-nav .social li:last-child {
          margin-right: 0; }
        footer .footer-nav .social li.facebook a {
          background-position: 0 0; }
          footer .footer-nav .social li.facebook a:hover {
            background-position: 0 -30px; }
        footer .footer-nav .social li.twitter a {
          background-position: -30px 0; }
          footer .footer-nav .social li.twitter a:hover {
            background-position: -30px -30px; }
        footer .footer-nav .social li.youtube a {
          background-position: -60px 0; }
          footer .footer-nav .social li.youtube a:hover {
            background-position: -60px -30px; }
      footer .footer-nav .social a {
        width: 28px;
        height: 28px;
        display: block;
        background-image: url(../images/footer-social-sprite@2x.png);
        background-repeat: no-repeat;
        background-size: 90px 60px; }
        footer .footer-nav .social a span {
          display: none; }
  footer .copyright {
    text-align: right;
    float: right; }
    @media screen and (max-width: 767px) {
      footer .copyright {
        text-align: center;
        padding-top: 40px;
        float: none; } }
    footer .copyright .logo {
      width: 180px;
      height: 57px;
      display: inline-block;
      background-image: url(../images/footer-logo@2x.png);
      background-repeat: no-repeat;
      background-size: 180px 57px; }
      footer .copyright .logo span {
        display: none; }
    footer .copyright span {
      color: #999;
      font-size: 16px;
      padding-top: 9px;
      display: block; }

.input-readonly,
.input {
  -webkit-transition: border 0.25s ease-in-out;
  -moz-transition: border 0.25s ease-in-out;
  -o-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  color: #555c6b;
  font-size: 17px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  height: 44px; }
  .input::-webkit-input-placeholder {
    color: #555c6b;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
  .input:focus::-webkit-input-placeholder {
    color: #ccced3;
    color: rgba(85, 92, 107, 0.3); }
  .input::-moz-placeholder {
    color: #555c6b;
    transition: color 0.25s ease-in-out; }
  .input:focus::-moz-placeholder {
    color: #ccced3;
    color: rgba(85, 92, 107, 0.3); }
  .input:-moz-placeholder {
    color: #555c6b;
    transition: color 0.25s ease-in-out; }
  .input:focus:-moz-placeholder {
    color: #ccced3;
    color: rgba(85, 92, 107, 0.3); }
  .input:-ms-input-placeholder {
    color: #555c6b;
    transition: color 0.25s ease-in-out; }
  .input:focus:-ms-input-placeholder {
    color: #ccced3;
    color: rgba(85, 92, 107, 0.3); }
  .input:hover,
  .input:focus {
    border-color: #0093e6; }
  .input-readonly:hover,
  .input-readonly:focus,
  .input.error {
    border-color: #fa413e;
  }

textarea.input {
  padding: 15px;
  height: 150px; }

.selectr .selector {
  -webkit-transition: border 0.25s ease-in-out;
  -moz-transition: border 0.25s ease-in-out;
  -o-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  color: #555c6b;
  font-size: 17px;
  border: 1px solid #ddd;
  border-bottom-width: 3px;
  border-radius: 5px;
  width: 100%;
  height: 44px; }
  .selectr .selector.hover, .selectr .selector.focus, .selectr .selector:hover {
    border-color: #0093e6; }
  .selectr .selector span,
  .selectr .selector select {
    width: 100%;
    height: 44px;
  }
  .selectr .selector span {
    line-height: 41px;
    padding-left: 15px;
    background-image: url(../images/select-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 28px 8px;
  }
  
.selector {
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: middle;
  position: relative;
    text-align: left;
}
  .selector span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer; }
  .selector select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

.button {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-family: "Hind", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 16px 8px 16px;
  border-radius: 5px;
  display: inline-block;
  background-color: transparent; }
  .button.button-sm {
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
      background-color: white;
  }
  .button--blue-grey {
    color: #555c6b;
    border: 3px solid #0093e6; }
    .button--red:hover,
    .button--blue-grey:hover {
      border-color: #555c6b; }
  .button--lightblue-white {
    color: white;
    border: 3px solid #83dcfc; }
  .button--red {
      border: 3px solid red;
  }
    .button--lightblue-white:hover {
      border-color: white; }
  .button--customer-login {
    position: absolute;
    top: -40px;
    right: 0; }
.button--blue-grey-selected {
    background-color: #0093e6;
    color: #FFF;
    border: 3px solid #000;
}

/* --------------------------------------------------------
 * Home page
-------------------------------------------------------- */
/* --------------------------------------------------------
 * Hero
-------------------------------------------------------- */
.home .hero .callout {
  background-image: url(../images/home-hero@2x.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 1200px 450px; }
  @media screen and (min-width: 1024px) {
    .home .hero .callout {
      border-radius: 5px;
      height: 450px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .home .hero .callout {
      border-radius: 5px 5px 0 0;
      padding-top: 450px; } }
  @media screen and (max-width: 767px) {
    .home .hero .callout {
      background: none; } }
  .home .hero .callout .mobile-image {
    border-radius: 5px 5px 0 0;
    display: none; }
    @media screen and (max-width: 767px) {
      .home .hero .callout .mobile-image {
        display: block; } }
  .home .hero .callout .callout--content {
    height: 100%;
    background-color: rgba(0, 147, 230, 0.8); }
    @media screen and (min-width: 1024px) {
      .home .hero .callout .callout--content {
        padding: 65px 50px 0 50px;
        border-radius: 5px 0 0 5px;
        width: 600px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .home .hero .callout .callout--content {
        padding: 65px 50px;
        border-radius: 0 0 5px 5px; } }
    @media screen and (max-width: 767px) {
      .home .hero .callout .callout--content {
        padding: 40px 35px 55px 40px;
        border-radius: 0 0 5px 5px; } }
  .home .hero .callout h1 {
    color: white; }
  .home .hero .callout p {
    color: #c6f0ff;
    font-size: 20px;
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .home .hero .callout p {
        font-size: 18px; } }
  .home .hero .callout .js-play-video {
    padding-left: 44px;
    background-image: url(../images/icon-play.png);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: 14px 11px;
    cursor: pointer; }

/* --------------------------------------------------------
 * Stay connected
-------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .connected {
    padding: 93px 0 100px 0; } }
@media screen and (max-width: 1023px) {
  .connected {
    padding: 70px 0 30px 0; } }
.connected p {
  text-align: center;
  margin: 0 auto 75px auto; }
  @media screen and (min-width: 1024px) {
    .connected p {
      width: 70%; } }
.connected ul {
  text-align: center; }
  .connected ul li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-top: 190px;
    display: inline-block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 160px 160px; }
    @media screen and (min-width: 1024px) {
      .connected ul li {
        margin: 0 49px;
        width: 160px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .connected ul li {
        width: 49%; } }
    @media screen and (max-width: 767px) {
      .connected ul li {
        width: 100%; } }
    .connected ul li.passengers {
      margin-left: 0;
      background-image: url("../images/home-connected-passengers@2x.png"); }
    .connected ul li.available {
      background-image: url("../images/home-connected-available@2x.png"); }
    .connected ul li.cents {
      background-image: url("../images/home-connected-cents@2x.png"); }
    .connected ul li.connect {
      margin-right: 0;
      background-image: url("../images/home-connected-bluetooth@2x.png"); }

/* --------------------------------------------------------
 * How it works
-------------------------------------------------------- */
.how-it-works .how-it-works--content {
  border-radius: 5px;
  background-color: #fee35d; }
  @media screen and (min-width: 1221px) {
    .how-it-works .how-it-works--content {
      padding: 80px 50px; } }
  @media screen and (min-width: 1025px) and (max-width: 1220px) {
    .how-it-works .how-it-works--content {
      padding: 80px 25px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .how-it-works .how-it-works--content {
      padding: 60px 25px 25px 25px; } }
  @media screen and (max-width: 767px) {
    .how-it-works .how-it-works--content {
      padding-top: 60px; } }
  .how-it-works .how-it-works--content h2 {
    color: #685f31;
    margin-bottom: 45px; }
  .how-it-works .how-it-works--content .step {
    text-align: center;
    float: left;
    position: relative; }
    @media screen and (min-width: 1221px) {
      .how-it-works .how-it-works--content .step {
        width: 318px; }
        .how-it-works .how-it-works--content .step.second {
          margin: 0 73px; } }
    @media screen and (min-width: 768px) and (max-width: 1220px) {
      .how-it-works .how-it-works--content .step {
        padding: 0 25px;
        width: calc( 100% / 3 ); } }
    @media screen and (max-width: 767px) {
      .how-it-works .how-it-works--content .step {
        margin-bottom: 40px; } }
    .how-it-works .how-it-works--content .step img {
      border-radius: 5px; }
    .how-it-works .how-it-works--content .step span {
      color: #0093e6;
      font-size: 23px;
      font-weight: 700;
      margin: 0 0 -30px -30px;
      padding: 13px 22px 14px 22px;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: block;
      position: relative;
      top: -30px;
      left: 50%;
      background-color: white; }
    .how-it-works .how-it-works--content .step p {
      color: #685f31;
      font-size: 16px;
      padding-top: 12px; }
      @media screen and (min-width: 1024px) {
        .how-it-works .how-it-works--content .step p {
          padding-right: 25px;
          padding-left: 25px; } }
      @media screen and (max-width: 767px) {
        .how-it-works .how-it-works--content .step p {
          padding-right: 35px;
          padding-left: 35px; } }

/* --------------------------------------------------------
 * Hardware
-------------------------------------------------------- */
.hardware .container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 1024px) {
    .hardware .container img {
      margin-right: 70px;
      display: inline-block;
      vertical-align: top; } }
  @media screen and (max-width: 1023px) {
    .hardware .container img {
      margin: 0 auto 40px auto;
      display: block; } }
  .hardware .container .description {
    text-align: left;
    width: 416px;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .hardware .container .description {
        width: 100%; } }
    .hardware .container .description p {
      margin: 0;
      padding-bottom: 36px; }

.video-modal {
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  transform: translate(0, -150%);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9); }
  .video-modal.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    opacity: 1; }
  .video-modal .video-layer {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 970px;
    position: absolute;
    top: 50%;
    left: 50%; }
    @media screen and (max-width: 1023px) {
      .video-modal .video-layer {
        width: 90%; } }
    .video-modal .video-layer iframe {
      width: 100%;
      max-width: 100%; }
  .video-modal .modal-close {
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    width: 45px;
    height: 45px;
    top: 40px;
    right: 40px;
    opacity: 0.5;
    display: block;
    position: absolute;
    cursor: pointer;
    background-image: url(../images/icon-modal-close.svg); }
    @media screen and (max-width: 860px) {
      .video-modal .modal-close {
        top: 40px;
        right: 20px; } }
    .video-modal .modal-close:hover {
      opacity: 1; }

.news-column {
  margin: 0 auto;
  padding-top: 77px;
  width: 784px; }
  @media screen and (max-width: 767px) {
    .news-column {
      padding-top: 45px; } }
  @media screen and (max-width: 834px) {
    .news-column {
      width: 100%; } }
  .news-column .featured-image {
    margin-bottom: 26px; }
    .news-column .featured-image img {
      border-radius: 5px;
      display: block; }

.news-landing .news-heading h1 {
  margin-bottom: 13px; }
.news-landing .news-heading p {
  margin: 0; }
.news-landing .post {
  border-bottom: 1px solid #ddd;
  padding-top: 78px;
  padding-bottom: 52px; }
  @media screen and (max-width: 767px) {
    .news-landing .post {
      padding-top: 45px;
      padding-bottom: 25px; } }
  .news-landing .post .post-title {
    font-size: 26px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    margin: 0 0 5px 0; }
    .news-landing .post .post-title a {
      color: #555c6b; }
      .news-landing .post .post-title a:hover {
        color: #0093e6; }
  .news-landing .post p {
    font-size: 17px;
    line-height: 30px; }
    .news-landing .post p.date {
      color: #999;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      margin: 0 0 6px 0; }
  .news-landing .post .moretag {
    font-weight: bold; }
.news-landing .pagination {
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .news-landing .pagination {
      padding: 40px 0; } }
  @media screen and (max-width: 575px) {
    .news-landing .pagination {
      padding: 30px 0 100px 0; } }
  .news-landing .pagination .pages {
    color: #999;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1; }
  .news-landing .pagination .previous,
  .news-landing .pagination .next {
    color: #555c6b;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 8px;
    border: 3px solid #0093e6;
    border-radius: 5px;
    width: 133px;
    height: 44px;
    display: block;
    position: absolute;
    top: 80px;
    z-index: 2;
    top: 80px; }
    @media screen and (max-width: 767px) {
      .news-landing .pagination .previous,
      .news-landing .pagination .next {
        top: 40px; } }
    @media screen and (max-width: 575px) {
      .news-landing .pagination .previous,
      .news-landing .pagination .next {
        width: 95px;
        top: 100px; }
        .news-landing .pagination .previous span,
        .news-landing .pagination .next span {
          display: none; } }
    .news-landing .pagination .previous:before,
    .news-landing .pagination .next:before {
      content: "";
      width: 6px;
      height: 13px;
      display: block;
      position: absolute;
      top: 12px;
      background-repeat: no-repeat;
      background-position: 0 -13px;
      background-size: 6px auto; }
    .news-landing .pagination .previous.null,
    .news-landing .pagination .next.null {
      color: #ccced2;
      border-color: #ccced2; }
      .news-landing .pagination .previous.null:before,
      .news-landing .pagination .next.null:before {
        background-position: 0 0; }
  .news-landing .pagination .previous {
    padding-left: 33px;
    left: 0; }
    .news-landing .pagination .previous:before {
      left: 15px;
      background-image: url(../images/blog-pagination-leftarrow@2x.png); }
  .news-landing .pagination .next {
    text-align: right;
    padding-right: 33px;
    right: 0; }
    .news-landing .pagination .next:before {
      right: 15px;
      background-image: url(../images/blog-pagination-rightarrow@2x.png); }

.news-single .news-heading {
  padding-bottom: 33px; }
.news-single .post-single-title {
  font-size: 40px;
  text-align: center;
  margin: 0 0 5px 0; }
.news-single .date {
  color: #999;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0; }

.single-pagination {
  padding: 40px 0 80px 0; }
  .single-pagination .page-pagi {
    color: white;
    font-family: "Hind", sans-serif;
    width: 50%;
    height: 128px;
    display: block;
    float: left;
    position: relative;
    background-color: #0093e6; }
    @media screen and (max-width: 767px) {
      .single-pagination .page-pagi {
        width: 100%;
        float: none; } }
    .single-pagination .page-pagi:before {
      content: "";
      margin-top: -13px;
      width: 13px;
      height: 26px;
      display: block;
      position: absolute;
      top: 50%;
      background-size: 13px 26px; }
    .single-pagination .page-pagi.null {
      background-color: rgba(204, 206, 210, 0.5); }
  .single-pagination .previous {
    text-align: right;
    padding: 20px 40px 0 90px;
    border-right: 1px solid #0076b8;
    border-radius: 5px 0 0 5px; }
    .single-pagination .previous:before {
      left: 40px;
      background-image: url(../images/blog-single-leftarrow@2x.png); }
    .single-pagination .previous.null:before {
      background-image: url(../images/blog-single-leftarrow-null@2x.png); }
    @media screen and (max-width: 767px) {
      .single-pagination .previous {
        border-right: 0;
        border-bottom: 1px solid #0076b8;
        border-radius: 5px 5px 0 0; }
        .single-pagination .previous:before {
          left: 25px; } }
    @media screen and (max-width: 420px) {
      .single-pagination .previous {
        padding: 20px 25px 0 50px; } }
  .single-pagination .next {
    padding: 20px 90px 0 40px;
    border-radius: 0 5px 5px 0; }
    .single-pagination .next:before {
      right: 40px;
      background-image: url(../images/blog-single-rightarrow@2x.png); }
    .single-pagination .next.null:before {
      background-image: url(../images/blog-single-rightarrow-null@2x.png); }
    @media screen and (max-width: 767px) {
      .single-pagination .next {
        border-radius: 0 0 5px 5px; }
        .single-pagination .next:before {
          right: 25px; } }
    @media screen and (max-width: 420px) {
      .single-pagination .next {
        padding: 20px 50px 0 25px; } }
  .single-pagination .label {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px; }
  .single-pagination .pagi-title {
    font-size: 23px;
    font-weight: 300;
    line-height: 30px; }
    @media screen and (max-width: 767px) {
      .single-pagination .pagi-title {
        font-size: 19px;
        line-height: 25px; } }

.post .post-body a {
  font-weight: bold; }
.post .post-body p,
.post .post-body ul,
.post .post-body ol {
  line-height: 1.8;
  margin-bottom: 30px; }
.post .post-body ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  top: -2px;
  background-color: #0093e6; }
.post .post-body ol {
  padding-left: 20px; }
  .post .post-body ol li {
    list-style: decimal; }
.post .post-body .alignleft {
  float: left;
  margin: 0 30px 30px 0; }
.post .post-body .alignright {
  float: right;
  margin: 0 0 30px 30px; }

.contact-page .container {
  border-top: 1px solid #ddd; }

.contact-container {
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 70px; }
  @media screen and (min-width: 850px) {
    .contact-container {
      width: 784px; } }
  @media screen and (max-width: 849px) {
    .contact-container {
      padding-right: 30px;
      padding-left: 30px; } }

.form-container {
  padding-top: 27px;
  margin-bottom: 90px; }
  .form-container .field {
    margin-bottom: 30px; }
    .form-container .field.left, .form-container .field.right {
      width: 48%; }
    .form-container .field.left {
      margin-right: 4%; }
    @media screen and (max-width: 600px) {
      .form-container .field.left, .form-container .field.right {
        width: 100%;
        float: none; }
      .form-container .field.left {
        margin-right: 0; } }
    .form-container .field span.error {
      display: none !important; }
  .form-container .sub-text {
    font-size: 16px;
    padding-top: 11px;
    float: right; }
    .form-container .sub-text span {
      color: #fa413e; }
  .form-container #form_email_confirm {
    display: none; }
  .form-container .button {
    float: left; }

.map-block {
  height: 475px; }
  @media screen and (min-width: 850px) {
    .map-block {
      border-radius: 5px 0 0 5px;
      width: 536px;
      float: left; } }
  @media screen and (max-width: 849px) {
    .map-block {
      width: 100%;
      border-radius: 5px 5px 0 0; } }

.map-block .map-container,
.map-block .map-container .map {
  width: 100%;
  height: 475px;
  display: block; }
  @media screen and (min-width: 850px) {
    .map-block .map-container,
    .map-block .map-container .map {
      border-radius: 5px 0 0 5px; } }
  @media screen and (max-width: 849px) {
    .map-block .map-container,
    .map-block .map-container .map {
      border-radius: 5px 5px 0 0; } }

.contact-details {
  color: white;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  background-color: #0093e6; }
  @media screen and (min-width: 850px) {
    .contact-details {
      padding: 73px 0 0 33px;
      border-radius: 0 5px 5px 0;
      width: 248px;
      height: 475px;
      float: right; }
      .contact-details address {
        margin-bottom: 32px;
        display: block; } }
  @media screen and (max-width: 849px) {
    .contact-details {
      padding: 33px 33px 30px 33px;
      border-radius: 0 0 5px 5px; }
      .contact-details address {
        display: block;
        float: left; }
      .contact-details ul {
        float: right; } }
  .contact-details strong {
    font-size: 17px;
    display: block;
    margin-bottom: 3px; }
  .contact-details p,
  .contact-details ul {
    margin: 0; }
  .contact-details a {
    color: #83dcfc;
    font-weight: bold; }
    .contact-details a:hover {
      color: white; }

.success-output {
  display: none; }

