@charset "UTF-8";
/*Font faces*/
@font-face {
  font-family: GraphikRegular;
  src: url(/assets/fonts/Graphik-Regular.ttf); }

@font-face {
  font-family: GraphikRegularWoff;
  src: url(/assets/fonts/Graphik-Regular.woff) format("woff"); }

@font-face {
  font-family: GraphikMedium;
  src: url(/assets/fonts/Graphik-Medium.ttf); }

@font-face {
  font-family: GraphikMediumWoff;
  src: url(/assets/fonts/Graphik-Medium.woff) format("woff"); }

@font-face {
  font-family: CamptonBook;
  src: url(/assets/fonts/Campton-Book.ttf); }

@font-face {
  font-family: CamptonBookWoff;
  src: url(/assets/fonts/Campton-Book.woff) format("woff"); }

@font-face {
  font-family: CamptonSemiBold;
  src: url(/assets/fonts/Campton-SemiBold.ttf); }

@font-face {
  font-family: CamptonSemiBoldWoff;
  src: url(/assets/fonts/Campton-SemiBold.woff); }

input.switch {
  max-height: 0;
  max-width: 0;
  opacity: 0; }

input.switch + label {
  cursor: pointer;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 30px;
  width: 50px;
  border-radius: 15px; }

input.switch + label:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: rgba(19, 191, 17, 0);
  -moz-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }

input.switch + label:after {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0px;
  border-radius: 15px;
  background: white;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }

input.switch:checked + label:before {
  width: 50px;
  background: #4FDF51; }

input.switch:checked + label:after {
  left: 20px;
  box-shadow: inset 0 0 0 1px #4FDF51, 0 1px 1px rgba(0, 0, 0, 0.5); }

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

.d-flex {
  display: flex; }

.fa-blue {
  color: #0080FF; }

.fa-hover-white:hover {
  color: white; }

html, body {
  overflow-x: hidden;
  font-family: "GraphikRegular", "GraphikRegularWoff";
  min-height: 100vh; }

/*Header styling*/
.header-1-white {
  font-family: "CamptonBook", "CamptonBookWoff";
  color: white;
  font-size: 52px; }
  @media (max-width: 660px) {
    .header-1-white {
      font-size: 40px; } }
  @media (max-width: 460px) {
    .header-1-white {
      font-size: 32px; } }

.header-2, .header-2-pink, .header-2-white, .header-2-blue {
  font-family: "CamptonBook", "CamptonBookWoff";
  font-size: 44px; }

.header-2-pink {
  color: #FD5879; }

.header-2-white {
  color: white; }

.header-2-blue {
  color: #0080FF; }

h3 {
  font-family: "CamptonBook", "CamptonBookWoff";
  font-size: 24px;
  color: #0080FF; }

.button, .medium-button, .medium-button-green, .medium-button-green-outline, .medium-button-pink, .container-cta .row-cta .cta-green form .form-group button, .password_reset-row .column-reset button, .medium-button-blue, .medium-button-dark-blue, .medium-button-white, .navbar-default .container-fluid .navbar-nav .header-button a, .sidenav .menu-login .medium-button-green, .reset .red-block button, .large-button, .large-button-blue, .large-button-green, .large-button-pink, .large-button-pink-outline {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: none;
  font-family: "GraphikMedium", "GraphikMediumWoff";
  outline: 0; }
  .button:focus, .medium-button:focus, .medium-button-green:focus, .medium-button-green-outline:focus, .medium-button-pink:focus, .container-cta .row-cta .cta-green form .form-group button:focus, .password_reset-row .column-reset button:focus, .medium-button-blue:focus, .medium-button-dark-blue:focus, .medium-button-white:focus, .navbar-default .container-fluid .navbar-nav .header-button a:focus, .sidenav .menu-login .medium-button-green:focus, .reset .red-block button:focus, .large-button:focus, .large-button-blue:focus, .large-button-green:focus, .large-button-pink:focus, .large-button-pink-outline:focus, .button:active, .medium-button:active, .medium-button-green:active, .medium-button-green-outline:active, .medium-button-pink:active, .container-cta .row-cta .cta-green form .form-group button:active, .password_reset-row .column-reset button:active, .medium-button-blue:active, .medium-button-dark-blue:active, .medium-button-white:active, .navbar-default .container-fluid .navbar-nav .header-button a:active, .sidenav .menu-login .medium-button-green:active, .reset .red-block button:active, .large-button:active, .large-button-blue:active, .large-button-green:active, .large-button-pink:active, .large-button-pink-outline:active {
    outline: 0; }
  .button:hover, .medium-button:hover, .medium-button-green:hover, .medium-button-green-outline:hover, .medium-button-pink:hover, .container-cta .row-cta .cta-green form .form-group button:hover, .password_reset-row .column-reset button:hover, .medium-button-blue:hover, .medium-button-dark-blue:hover, .medium-button-white:hover, .navbar-default .container-fluid .navbar-nav .header-button a:hover, .sidenav .menu-login .medium-button-green:hover, .reset .red-block button:hover, .large-button:hover, .large-button-blue:hover, .large-button-green:hover, .large-button-pink:hover, .large-button-pink-outline:hover {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d9d9d9; }

.medium-button, .medium-button-green, .medium-button-green-outline, .medium-button-pink, .container-cta .row-cta .cta-green form .form-group button, .password_reset-row .column-reset button, .medium-button-blue, .medium-button-dark-blue, .medium-button-white, .navbar-default .container-fluid .navbar-nav .header-button a, .sidenav .menu-login .medium-button-green, .reset .red-block button {
  padding: 13px 52px 11px 52px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px; }
  .medium-button:hover, .medium-button-green:hover, .medium-button-green-outline:hover, .medium-button-pink:hover, .container-cta .row-cta .cta-green form .form-group button:hover, .password_reset-row .column-reset button:hover, .medium-button-blue:hover, .medium-button-dark-blue:hover, .medium-button-white:hover, .navbar-default .container-fluid .navbar-nav .header-button a:hover, .sidenav .menu-login .medium-button-green:hover, .reset .red-block button:hover {
    padding: 12px 51px 10px 51px; }

.medium-button-green {
  background-color: #4FDF51; }
  .medium-button-green:hover {
    color: #4FDF51; }

.medium-button-green-outline {
  border: 2px solid #4FDF51;
  background-color: white;
  color: #4FDF51;
  padding: 11px 50px 9px; }
  .medium-button-green-outline:hover {
    color: white;
    background-color: #4FDF51;
    padding: 13px 52px 11px;
    border: none; }

.medium-button-pink, .container-cta .row-cta .cta-green form .form-group button, .password_reset-row .column-reset button {
  background-color: #FD5879; }
  .medium-button-pink:hover, .container-cta .row-cta .cta-green form .form-group button:hover, .password_reset-row .column-reset button:hover {
    color: #FD5879; }

.medium-button-blue {
  background-color: #0080FF; }
  .medium-button-blue:hover {
    color: #0080FF; }

.medium-button-dark-blue {
  background-color: #003d9b; }
  .medium-button-dark-blue:hover {
    color: #003d9b; }

.medium-button-white, .navbar-default .container-fluid .navbar-nav .header-button a {
  background-color: white;
  color: black; }
  .medium-button-white:hover, .navbar-default .container-fluid .navbar-nav .header-button a:hover {
    color: white;
    background-color: black;
    border: none;
    padding: 13px 52px 11px; }

.large-button, .large-button-blue, .large-button-green, .large-button-pink, .large-button-pink-outline {
  padding: 18px 42px;
  border-radius: 30px;
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 20px; }
  .large-button:hover, .large-button-blue:hover, .large-button-green:hover, .large-button-pink:hover, .large-button-pink-outline:hover {
    padding: 17px 41px; }
    @media (max-width: 565px) {
      .large-button:hover, .large-button-blue:hover, .large-button-green:hover, .large-button-pink:hover, .large-button-pink-outline:hover {
        padding: 13px 14px; } }
  .large-button:focus, .large-button-blue:focus, .large-button-green:focus, .large-button-pink:focus, .large-button-pink-outline:focus {
    outline: 0; }
  @media (max-width: 565px) {
    .large-button, .large-button-blue, .large-button-green, .large-button-pink, .large-button-pink-outline {
      max-width: 100%;
      padding: 14px 15px;
      font-size: 13px; } }

.large-button-blue {
  background-color: #0080FF; }
  .large-button-blue:hover {
    color: #0080FF; }

.large-button-green {
  background-color: #4FDF51; }
  .large-button-green:hover {
    color: #4FDF51; }

.large-button-pink {
  background-color: #FD5879; }
  .large-button-pink:hover {
    color: #FD5879; }

.large-button-pink-outline {
  border: 2px solid #FD5879;
  background-color: white;
  color: #FD5879;
  padding: 16px 40px 14px; }
  .large-button-pink-outline:hover {
    color: white;
    background-color: #FD5879;
    border: none;
    padding: 18px 42px 16px; }

/*Text styling*/
p {
  font-family: "GraphikRegular", "GraphikRegularWoff";
  color: #77818B;
  font-size: 15px; }

/* What you see is what you get text */
.wysiwyg_text {
  color: #77818B;
  font-family: "GraphikRegular", "GraphikRegularWoff";
  font-size: 17px;
  line-height: 25px; }
  .wysiwyg_text p, .wysiwyg_text ol li, .wysiwyg_text ul li {
    font-family: "GraphikRegular", "GraphikRegularWoff";
    color: #77818B;
    font-size: 17px;
    line-height: 25px; }
  .wysiwyg_text a, .wysiwyg_text strong {
    color: #0080FF; }

.blue-beam {
  height: 70px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #5eafff; }
  @media (max-width: 991px) {
    .blue-beam {
      display: none; } }

.light-blue-beam {
  position: absolute;
  height: 550px;
  width: 100%;
  padding: 0;
  margin: 30px -15px 0 -15px;
  background-color: #dff5fe; }

select {
  cursor: pointer; }

.miles-input, .sidenav .menu-login input, .login-blocks .content .login input:not([type=checkbox]), .login-blocks .content .register input:not([type=checkbox]), .order-block .form-control, .order-location-block .order-location .location-forms input, .order-dimensions select, .password_reset-row .column-reset input[type='email'] {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  width: 100%;
  padding: 12px 18px;
  font-weight: 600;
  color: #0080FF;
  height: auto;
  font-size: 13px; }

.miles-input:focus, .sidenav .menu-login input:focus, .login-blocks .content .login input:focus:not([type=checkbox]), .login-blocks .content .register input:focus:not([type=checkbox]), .order-block .form-control:focus, .order-location-block .order-location .location-forms input:focus, .order-dimensions select:focus, .password_reset-row .column-reset input:focus[type='email'] {
  border: 1px solid #0080FF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.form-group.has-error label, .form-group.has-error span {
  color: #FD5879 !important; }

.form-group.has-error input, .form-group.has-error textarea {
  color: #FD5879 !important;
  border-color: #FD5879 !important; }

.has-error {
  color: #FD5879;
  font-family: "GraphikMedium", "GraphikMediumWoff"; }

/* Override default Bootstrap styling */
.navbar-default {
  border: none;
  background-color: white;
  height: 70px;
  margin-bottom: 0px; }
  .navbar-default a {
    font-weight: 600; }
    .navbar-default a:hover {
      color: #0080FF; }
  .navbar-default .container-fluid {
    width: 75%;
    margin: 0 auto; }
    @media (max-width: 1300px) {
      .navbar-default .container-fluid {
        width: 100%; } }
    .navbar-default .container-fluid .navbar-nav {
      width: 100%;
      float: left;
      margin: 0; }
      .navbar-default .container-fluid .navbar-nav li {
        float: left; }
        .navbar-default .container-fluid .navbar-nav li a {
          padding: 25px 15px;
          color: black; }
      .navbar-default .container-fluid .navbar-nav .navbar-right {
        float: right; }
      .navbar-default .container-fluid .navbar-nav .navbar-text {
        margin: 25px 15px; }
      .navbar-default .container-fluid .navbar-nav .header-button {
        padding: 13px 0 13px 15px;
        margin-right: 0; }
        .navbar-default .container-fluid .navbar-nav .header-button a {
          padding: 12px 32px 10px;
          margin: 0;
          font-weight: normal;
          border: 1px solid #d9d9d9;
          text-transform: none; }
          .navbar-default .container-fluid .navbar-nav .header-button a:hover {
            color: white;
            background-color: black;
            border: none;
            padding: 13px 33px 11px; }
      .navbar-default .container-fluid .navbar-nav .header-title {
        font-family: "CamptonBook", "CamptonBookWoff";
        font-size: 30px;
        margin: 0;
        padding: 14px 0;
        border-right: 1px lightgray solid; }
        .navbar-default .container-fluid .navbar-nav .header-title a {
          color: black; }
      .navbar-default .container-fluid .navbar-nav .nav-menu-button {
        display: block;
        border: none;
        margin: 16px 0 17px 0;
        padding-right: 5px; }
        .navbar-default .container-fluid .navbar-nav .nav-menu-button .icon-bar {
          background-color: black;
          width: 26px;
          height: 3px; }
        .navbar-default .container-fluid .navbar-nav .nav-menu-button .icon-bar + .icon-bar {
          margin-top: 5px; }
        .navbar-default .container-fluid .navbar-nav .nav-menu-button:hover {
          background-color: white; }
          .navbar-default .container-fluid .navbar-nav .nav-menu-button:hover .icon-bar {
            background-color: #9f9f9f; }
        .navbar-default .container-fluid .navbar-nav .nav-menu-button:focus {
          background-color: white; }
      @media (max-width: 1023px) {
        .navbar-default .container-fluid .navbar-nav li:nth-child(3) {
          display: none; } }
      @media (max-width: 800px) {
        .navbar-default .container-fluid .navbar-nav li:nth-child(6) {
          display: none; } }
      @media (max-width: 550px) {
        .navbar-default .container-fluid .navbar-nav li:nth-child(5) {
          display: none; }
        .navbar-default .container-fluid .navbar-nav li:nth-child(4) {
          display: none; } }

/* The side navigation menu */
.sidenav {
  height: calc(100% - 52px);
  width: 400px;
  position: fixed;
  z-index: 1;
  top: 52px;
  background-color: #0080FF;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  /* When you mouse over the navigation links, change their color */ }
  .sidenav a {
    font-family: "CamptonBook", "CamptonBookWoff";
    font-weight: 600;
    padding: 5px 5px 5px 60px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block; }
  .sidenav .secondary-item {
    padding: 2px 2px 2px 60px;
    color: #5eafff;
    font-size: 20px;
    font-weight: 400;
    font-family: "GraphikRegular", "GraphikRegularWoff"; }
  .sidenav .sub-menu-item {
    font-family: "GraphikRegular", "GraphikRegularWoff";
    font-weight: 400;
    font-size: 18px;
    padding: 1px 1px 1px 85px; }
  .sidenav .sub-menu-item:nth-child(3) {
    padding-top: 20px; }
  .sidenav .sub-menu-item:nth-child(6) {
    padding-bottom: 20px; }
  .sidenav a:not(.nav-no-hover):hover {
    color: #5eafff;
    text-decoration: none;
    transition: none; }
  .sidenav .menu-login {
    padding: 40px 0 60px 60px;
    color: #fff; }
    .sidenav .menu-login label {
      display: block;
      font-size: 12px;
      padding: 16px 0 0 0; }
    .sidenav .menu-login input {
      border: 1px solid #5eafff;
      background-color: #0080FF;
      width: 280px;
      color: white; }
      .sidenav .menu-login input:focus {
        border: 1px solid #5eafff; }
    .sidenav .menu-login .medium-button-green {
      background-color: #003d9b; }
      .sidenav .menu-login .medium-button-green:hover {
        color: #003d9b; }
    .sidenav .menu-login .profile_link {
      padding-left: 0; }
    .sidenav .menu-login .password_forgotten {
      display: inline;
      font-family: "GraphikRegular", "GraphikRegularWoff";
      font-size: 12px;
      padding-left: 12px;
      color: #5eafff;
      text-decoration: underline; }

.menu-open {
  left: 0; }

.menu-closed {
  left: -400px; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px;
    padding: 3px 3px 3px 15px; }
  .sub-menu-item {
    font-family: "GraphikRegular", "GraphikRegularWoff";
    font-weight: 400;
    font-size: 18px;
    padding: 1px 1px 1px 30px; }
  .sub-menu-item:nth-child(3) {
    padding: 1px 1px 1px 30px; }
  .sub-menu-item:nth-child(5) {
    padding: 1px 1px 1px 30px; }
  .menu-login {
    padding: 15px; } }

.container-banner {
  background: -webkit-linear-gradient(#0080FF 40%, #B4ED50, #FBE91D);
  background: -o-linear-gradient(#0080FF 40%, #B4ED50, #FBE91D);
  background: -moz-linear-gradient(#0080FF 40%, #B4ED50, #FBE91D);
  background: linear-gradient(#0080FF 40%, #B4ED50, #FBE91D); }
  .container-banner .row-banner {
    min-height: 500px;
    padding: 80px 10px 0;
    margin: auto; }
    @media (max-width: 1149.5px) {
      .container-banner .row-banner {
        text-align: center;
        display: table; } }
    @media (min-width: 1149.5px) {
      .container-banner .row-banner {
        display: flex;
        width: 80%; } }
    .container-banner .row-banner:nth-child(1) {
      min-height: 100px;
      text-align: center;
      display: none; }
    @media (min-width: 1149.5px) and (max-width: 1400px) {
      .container-banner .row-banner:nth-child(1) {
        display: block; }
      .container-banner .row-banner:nth-child(2) {
        padding-top: 30px;
        min-height: 200px; } }
    .container-banner .row-banner .banner-column {
      float: left;
      width: 50%; }
      .container-banner .row-banner .banner-column:nth-child(1) {
        position: relative; }
      @media (min-width: 1400px) {
        .container-banner .row-banner .banner-column:nth-child(2) {
          padding-left: 35px; } }
      @media (max-width: 1149.5px) {
        .container-banner .row-banner .banner-column:nth-child(1), .container-banner .row-banner .banner-column:nth-child(2) {
          width: 100%;
          float: none; }
        .container-banner .row-banner .banner-column:nth-child(2) {
          display: table-header-group; }
        .container-banner .row-banner .banner-column:nth-child(1) {
          display: table-footer-group; } }
      @media (min-width: 1149.5px) and (max-width: 1400px) {
        .container-banner .row-banner .banner-column h1 {
          display: none; }
        .container-banner .row-banner .banner-column:nth-child(2) {
          text-align: center; } }
      .container-banner .row-banner .banner-column .miles-van {
        width: calc(100% - 20px);
        max-width: 625px;
        max-height: 500px;
        bottom: -24px; }
        @media (max-width: 1149.5px) {
          .container-banner .row-banner .banner-column .miles-van {
            width: auto;
            max-width: 100%;
            margin-bottom: -24px; } }
        @media (min-width: 1149.5px) {
          .container-banner .row-banner .banner-column .miles-van {
            position: absolute; } }
        @media (min-width: 1149.5px) and (max-width: 1400px) {
          .container-banner .row-banner .banner-column .miles-van {
            max-width: 450px; } }
      .container-banner .row-banner .banner-column .google-img {
        width: 180px;
        margin-left: -8px; }
      .container-banner .row-banner .banner-column .apple-img {
        width: 180px;
        padding: 11px; }
      @media (min-width: 1149.5px) {
        .container-banner .row-banner .banner-column h1 {
          max-width: 550px; } }
      @media (max-width: 1149.5px) {
        .container-banner .row-banner .banner-column h1 {
          margin: 30px auto; } }
      .container-banner .row-banner .banner-column .banner-paketten {
        height: 400px; }
      .container-banner .row-banner .banner-column .banner-button {
        margin: 24px 0; }
      .container-banner .row-banner .banner-column p {
        font-size: 28px;
        color: white; }
        .container-banner .row-banner .banner-column p.paragraph-smaller {
          margin-bottom: 30px; }
          @media (min-width: 1400px) {
            .container-banner .row-banner .banner-column p.paragraph-smaller {
              max-width: 300px; } }
        @media (max-width: 1149.5px) {
          .container-banner .row-banner .banner-column p {
            margin: auto; } }
        @media (max-width: 460px) {
          .container-banner .row-banner .banner-column p {
            font-size: 20px; } }
        @media (min-width: 1149.5px) and (max-width: 1400px) {
          .container-banner .row-banner .banner-column p {
            max-width: none;
            padding: 0 30px; } }

.row-centered {
  text-align: center;
  padding: 50px 10px 30px;
  max-width: 60%;
  margin: auto; }
  .row-centered h2 {
    margin: 20px 0 28px 0; }
  @media (max-width: 1023px) {
    .row-centered {
      width: 80%;
      max-width: none; } }

.switch-checkbox {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 34px;
  top: 15px;
  margin-left: 10px; }
  .switch-checkbox input {
    display: none; }
  .switch-checkbox .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px; }
  .switch-checkbox .switch-slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.35); }
  .switch-checkbox input:checked + .switch-slider {
    background-color: #4BE05E; }
  .switch-checkbox input:focus + .switch-slider {
    box-shadow: 0 0 1px #4BE05E; }
  .switch-checkbox input:checked + .switch-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

.usp-container {
  width: 100%;
  padding-bottom: 100px; }
  .usp-container .usp-row {
    width: 90%;
    margin: auto;
    padding: 56px 100px 0; }
    @media (max-width: 700px) {
      .usp-container .usp-row {
        padding: 0; } }
    .usp-container .usp-row .usp {
      height: 285px;
      margin-bottom: 10px;
      text-align: center; }
      @media (max-width: 700px) {
        .usp-container .usp-row .usp {
          margin-bottom: 30px; } }
      .usp-container .usp-row .usp p {
        max-width: 265px;
        margin-left: auto;
        margin-right: auto; }
      .usp-container .usp-row .usp .usp-icon {
        display: inline-block;
        width: 100px;
        height: 100px; }

.container-about {
  position: relative;
  background-color: #dff5fe; }
  .container-about #image-road {
    position: absolute;
    height: 110%;
    width: auto;
    top: 0; }
  .container-about .row-about {
    min-height: 360px;
    margin: 60px auto 80px;
    width: 80%; }
    .container-about .row-about #road-div {
      position: absolute;
      top: 0;
      overflow: hidden;
      height: 100%;
      width: 100%; }
    @media (max-width: 991.5px) {
      .container-about .row-about .col-lg-6 {
        text-align: center; } }
    .container-about .row-about .col-lg-6:last-child {
      display: none;
      position: inherit; }
      .container-about .row-about .col-lg-6:last-child:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
      .container-about .row-about .col-lg-6:last-child #image-right {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        max-height: 600px;
        height: 100%;
        max-width: 45%;
        width: auto;
        bottom: -38px; }
      @media (min-width: 992px) {
        .container-about .row-about .col-lg-6:last-child {
          display: block; } }
    .container-about .row-about h2 {
      margin-bottom: 30px; }
    .container-about .row-about .wysiwyg_text {
      color: black;
      margin-bottom: 50px; }
    .container-about .row-about .about-button {
      width: 420px;
      padding-left: 28px;
      padding-right: 28px; }

.explanation-container .row {
  width: 90%;
  margin: auto;
  padding: 100px; }
  @media (max-width: 550px) {
    .explanation-container .row {
      width: 100%;
      padding-left: 10px; } }

.explanation-container p {
  color: #77818B; }

.explanation-container button {
  margin-top: 24px;
  margin-bottom: 0; }

.explanation-container .slider-container {
  min-width: 440px;
  height: 700px;
  padding: 0; }

@media (max-width: 1245px) and (min-width: 992px) {
  .explanation-container .explanation-text {
    width: calc(100% - 440px); } }

@media (max-width: 992px) {
  .explanation-container .explanation-text {
    padding-top: 40px; } }

.explanation-container .slider-bg {
  position: absolute;
  height: 763px;
  right: 70px; }

.explanation-container #explanation-slider {
  position: absolute;
  right: 145px;
  top: 85px;
  height: 600px; }
  .explanation-container #explanation-slider .item img {
    height: 524px; }
  .explanation-container #explanation-slider .carousel-indicators {
    position: absolute;
    top: 200px;
    width: 30px;
    right: 0;
    margin-left: 210px; }
    .explanation-container #explanation-slider .carousel-indicators .active {
      width: 18px;
      height: 18px;
      margin-left: 13px;
      border-radius: 18px;
      border: 3px solid #4FDF51;
      background-color: transparent; }
  .explanation-container #explanation-slider .carousel-indicators li {
    display: block;
    border: 6px solid #4FDF51;
    margin: 16px; }

.container-cta .row-cta {
  /* Styling of form elements */ }
  @media (min-width: 991.5px) {
    .container-cta .row-cta {
      display: flex; } }
  .container-cta .row-cta .form-element, .container-cta .row-cta .cta-green form .form-group input, .container-cta .row-cta .cta-green form .form-group select {
    margin: auto;
    width: 195px;
    border-width: 0 0 0 0;
    border-bottom: 1px dotted white;
    background: none;
    font-size: 16px;
    padding-bottom: 5px;
    color: white;
    box-shadow: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    @media (min-width: 500px) {
      .container-cta .row-cta .form-element, .container-cta .row-cta .cta-green form .form-group input, .container-cta .row-cta .cta-green form .form-group select {
        display: inline-block;
        float: right; } }
    .container-cta .row-cta .form-element:focus, .container-cta .row-cta .cta-green form .form-group input:focus, .container-cta .row-cta .cta-green form .form-group select:focus {
      outline: none; }
  .container-cta .row-cta .cta-text, .container-cta .row-cta .cta-blue .cta-text_block, .container-cta .row-cta .cta-green .cta-text_block {
    width: 460px;
    max-width: 70%;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 30px; }
    .container-cta .row-cta .cta-text h2, .container-cta .row-cta .cta-blue .cta-text_block h2, .container-cta .row-cta .cta-green .cta-text_block h2 {
      margin-bottom: 35px; }
      @media (max-width: 991.5px) {
        .container-cta .row-cta .cta-text h2, .container-cta .row-cta .cta-blue .cta-text_block h2, .container-cta .row-cta .cta-green .cta-text_block h2 {
          font-size: 28px; } }
      @media (min-width: 991.5px) {
        .container-cta .row-cta .cta-text h2, .container-cta .row-cta .cta-blue .cta-text_block h2, .container-cta .row-cta .cta-green .cta-text_block h2 {
          width: 460px; } }
    .container-cta .row-cta .cta-text p, .container-cta .row-cta .cta-blue .cta-text_block p, .container-cta .row-cta .cta-green .cta-text_block p {
      color: white; }
  @media (max-width: 991.5px) {
    .container-cta .row-cta .cta-blue, .container-cta .row-cta .cta-green {
      text-align: center; }
      .container-cta .row-cta .cta-blue .cta-text_block, .container-cta .row-cta .cta-green .cta-text_block {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important; } }
  .container-cta .row-cta .cta-blue {
    background: radial-gradient(at right, #00B7FF, #0080FF); }
    .container-cta .row-cta .cta-blue .cta-text_block {
      float: right;
      margin-right: 135px; }
  .container-cta .row-cta .cta-green {
    background-color: #4FDF51; }
    .container-cta .row-cta .cta-green .cta-text_block {
      float: left;
      margin-left: 110px; }
    .container-cta .row-cta .cta-green form .form-group {
      max-width: 330px; }
      @media (max-width: 991.5px) {
        .container-cta .row-cta .cta-green form .form-group {
          margin: 10px auto auto auto; } }
      .container-cta .row-cta .cta-green form .form-group label {
        color: white;
        font-family: "CamptonBook", "CamptonBookWoff";
        font-size: 25px;
        font-weight: 500;
        display: inline-block; }
      .container-cta .row-cta .cta-green form .form-group input {
        padding: 6px 8px; }
      @media (min-width: 991.5px) {
        .container-cta .row-cta .cta-green form .form-group button {
          float: right; } }
    .container-cta .row-cta .cta-green form .form-group:first-child select {
      padding: 0 8px;
      background: transparent url("/assets/images/downarrow-white.svg") no-repeat 100%; }
      .container-cta .row-cta .cta-green form .form-group:first-child select option {
        background-color: #82caff; }

.footer {
  background-color: #828e9a;
  height: 200px;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .footer {
      padding-bottom: 60px;
      height: auto; } }
  .footer p {
    color: #fff; }
  .footer .row {
    width: 70%;
    margin: auto; }
    @media (max-width: 1200px) {
      .footer .row {
        width: calc(100% - 32px);
        margin: auto 16px; } }
  .footer .footer-miles {
    position: absolute;
    left: 50%;
    margin-left: -97px;
    margin-top: -340px;
    height: 480px;
    pointer-events: none; }
    @media (max-width: 1023px) {
      .footer .footer-miles {
        display: none; } }
  .footer .footer-logo {
    width: 100px;
    float: right; }
  .footer .icons {
    margin-top: -18px; }
  .footer .social-icon {
    padding: 8px 8px 8px 0;
    color: white;
    text-align: center; }
    .footer .social-icon:hover {
      cursor: pointer;
      color: azure; }
  .footer .social-icon i {
    width: 26px;
    height: 26px;
    font-size: 26px; }
  .footer .feedback iframe {
    margin-top: -8px;
    margin-left: 40px; }
    @media (max-width: 1200px) {
      .footer .feedback iframe {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .footer .feedback iframe {
        margin-top: 4px;
        margin-left: -8px; } }

.small_header {
  background: #0080FF;
  width: 100%;
  height: 200px; }
  @media (max-width: 800px) {
    .small_header {
      height: 90px; } }

.privacy {
  background: white;
  top: -70px;
  position: relative;
  min-width: 70%;
  margin: 0 auto;
  max-width: 70%;
  padding: 40px 60px; }
  .privacy h2 {
    margin-top: 0;
    font-family: "GraphikMedium", "GraphikMediumWoff";
    letter-spacing: 1px; }

.figure-header {
  width: 100%;
  background: #0080FF;
  height: auto; }
  .figure-header .gradient-background {
    width: 100%;
    background: -webkit-radial-gradient(33% 158%, #00B7FF, #0080FF 99%);
    /* Safari */
    background: -o-radial-gradient(33% 158%, #00B7FF, #0080FF 99%);
    /* Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(33% 158%, #00B7FF, #0080FF 99%);
    /* Firefox 3.6 to 15 */
    background: radial-gradient(33% 158%, #00B7FF, #0080FF 99%);
    /* Standard syntax */
    background-size: 60% 100%;
    background-position-x: 5%;
    background-repeat: no-repeat; }
  .figure-header .content-area {
    width: 60%;
    margin-left: 20%;
    padding-top: 100px;
    padding-bottom: 70px; }
    .figure-header .content-area .figure-image {
      float: left;
      height: 400px; }
    .figure-header .content-area .content-text {
      float: left;
      margin-left: 40px;
      width: calc(100% - 220px); }
      .figure-header .content-area .content-text h2 {
        font-family: "CamptonBook", "CamptonBookWoff";
        margin-top: 50px;
        font-size: 52px;
        color: white; }
        @media (max-width: 1170px) {
          .figure-header .content-area .content-text h2 {
            margin-top: 0; } }
      .figure-header .content-area .content-text h4 {
        font-family: "GraphikRegular", "GraphikRegularWoff";
        color: #dff5fe;
        opacity: 0.7;
        font-size: 24px;
        line-height: 1.5em;
        margin-bottom: 0; }
      .figure-header .content-area .content-text a {
        margin-bottom: 20px; }
  @media (max-width: 850px) {
    .figure-header img {
      display: none; }
    .figure-header .gradient-background {
      background: none; }
    .figure-header .content-area {
      width: calc(100% - 140px);
      padding-top: 110px;
      margin-left: 0;
      float: none; }
      .figure-header .content-area .content-text {
        margin-left: 70px;
        padding-bottom: 40px;
        width: 100%; }
        .figure-header .content-area .content-text h2 {
          font-size: 24px; }
        .figure-header .content-area .content-text h4 {
          font-size: 16px; } }

.split-content-area {
  top: -70px;
  width: 70%;
  margin: 0 auto;
  position: relative;
  background: white; }
  .split-content-area .block {
    width: 50%;
    min-height: 70px;
    float: left;
    background: white; }
    .split-content-area .block .content {
      padding-top: 40px;
      margin-left: 20%;
      margin-right: 50px;
      padding-bottom: 80px;
      width: calc(80% - 50px); }
      .split-content-area .block .content p {
        margin: 20px 0; }
  .split-content-area .large-block {
    min-height: 70px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    position: relative;
    background: white; }
  @media (max-width: 550px) {
    .split-content-area .details-large-block {
      padding: 0; } }
  .split-content-area .details-large-block ul {
    display: inline-block; }
  .split-content-area .call-to-action-block {
    background: #DFF5FE; }
    .split-content-area .call-to-action-block .header {
      background: #60B5FE;
      height: 70px;
      width: 100%; }
  @media (max-width: 1300px) {
    .split-content-area {
      width: 100%; } }
  @media (max-width: 850px) {
    .split-content-area .block {
      width: 100%;
      float: none; }
      .split-content-area .block .content {
        padding: 40px 0;
        margin: 0 50px; } }

.login-blocks {
  top: -70px;
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
  background: white;
  color: #77818B; }
  @media (max-width: 1300px) {
    .login-blocks {
      width: 100%; } }
  .login-blocks .block {
    width: 50%;
    float: left;
    background: white; }
    @media (max-width: 800px) {
      .login-blocks .block {
        width: 100%; } }
  .login-blocks .content {
    padding: 40px 80px 60px; }
    @media (max-width: 800px) {
      .login-blocks .content {
        padding: 5% 7%; } }
    .login-blocks .content label {
      display: block;
      font-size: 12px;
      padding: 16px 0 0 0; }
    .login-blocks .content .form-group {
      margin: 0; }
    .login-blocks .content .login .has-error + form input, .login-blocks .content .register .has-error + form input {
      border: 1px solid #FD5879;
      color: #FD5879; }
    .login-blocks .content .login .forgot_password, .login-blocks .content .register .forgot_password {
      margin-top: 30px;
      margin-left: 20px;
      display: block;
      color: #0080FF;
      text-decoration: underline;
      font-family: "GraphikRegular", "GraphikRegularWoff";
      font-size: 13px; }
      .login-blocks .content .login .forgot_password:hover, .login-blocks .content .login .forgot_password:focus, .login-blocks .content .register .forgot_password:hover, .login-blocks .content .register .forgot_password:focus {
        text-decoration: none; }
  .login-blocks .content:nth-child(2) {
    background-color: #dff5fe; }

.faq {
  background: white;
  top: -70px;
  position: relative;
  min-width: 70%;
  margin: 0 auto;
  max-width: 70%;
  padding: 0; }
  @media (max-width: 800px) {
    .faq {
      min-width: 95%;
      max-width: 95%;
      top: 0; } }
  .faq a:hover, .faq a:focus {
    text-decoration: none; }
  .faq .faq-bar {
    width: 100%;
    height: 38px;
    padding: 11px 18px;
    color: #0080FF;
    background-color: #dff5fe; }
  .faq .active {
    font-weight: 800;
    margin-bottom: 12px; }
  .faq .category-column {
    float: left;
    background-color: #dff5fe;
    width: 300px;
    padding: 60px 80px; }
    .faq .category-column h2 {
      font-family: "GraphikMedium", "GraphikMediumWoff";
      font-size: 20px;
      text-transform: uppercase;
      padding-bottom: 30px; }
    .faq .category-column ul {
      list-style-type: none;
      padding: 0; }
    .faq .category-column li {
      border-bottom: 1px solid white;
      padding: 16px 0;
      font-size: 17px; }
    .faq .category-column li:last-child {
      border: none; }
    .faq .category-column .active {
      font-weight: 800; }
    @media (max-width: 1023px) {
      .faq .category-column {
        display: none; } }
  @media (max-width: 1023px) {
    .faq #accordion-large {
      display: none; } }
  .faq .category-select {
    font-family: "GraphikRegular", "GraphikRegularWoff";
    margin: 16px 0 12px 0; }
    @media (min-width: 1024px) {
      .faq .category-select {
        display: none; } }
  .faq .answer-column {
    float: left;
    background: white;
    width: calc(100% - 300px);
    padding: 40px 80px 60px 80px; }
    @media (max-width: 1023px) {
      .faq .answer-column {
        width: 100%; } }
    @media (max-width: 500px) {
      .faq .answer-column {
        padding: 30px; } }
    .faq .answer-column .glyphicon {
      float: right; }
    .faq .answer-column .panel {
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #0080FF;
      box-shadow: none;
      font-family: "GraphikRegular", "GraphikRegularWoff"; }
    .faq .answer-column .panel-heading {
      padding: 18px 0;
      font-size: 13px; }
      .faq .answer-column .panel-heading .panel-title {
        font-size: 14px; }
    .faq .answer-column .panel-body {
      padding: 10px 0 30px 0;
      color: #77818B;
      font-size: 14px; }
  .faq a {
    color: #0080FF; }

.contact-header {
  width: 100%;
  background: #0080FF;
  height: auto; }
  .contact-header .gradient-background {
    width: 100%;
    background: -webkit-radial-gradient(33% 158%, #00B7FF, #0080FF 99%);
    /* Safari */
    background: -o-radial-gradient(33% 158%, #00B7FF, #0080FF 99%);
    /* Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(33% 158%, #00B7FF, #0080FF 99%);
    /* Firefox 3.6 to 15 */
    background: radial-gradient(33% 158%, #00B7FF, #0080FF 99%);
    /* Standard syntax */
    background-size: 60% 100%;
    background-position-x: 5%;
    background-repeat: no-repeat; }
  .contact-header .content-area {
    width: 64%;
    margin-left: 18%;
    padding: 110px 0 0 0; }
    .contact-header .content-area .figure-image {
      float: left;
      height: 400px; }
      @media (max-width: 1300px) {
        .contact-header .content-area .figure-image {
          height: auto;
          width: 40%; } }
    .contact-header .content-area .content-text {
      float: left;
      padding-bottom: 70px;
      width: calc(100% - 436px); }
      @media (max-width: 1300px) and (min-width: 850px) {
        .contact-header .content-area .content-text {
          width: 60%; } }
      .contact-header .content-area .content-text h1 {
        font-family: "CamptonBook", "CamptonBookWoff";
        margin-top: 50px;
        font-size: 52px;
        color: white; }
        @media (max-width: 1170px) {
          .contact-header .content-area .content-text h1 {
            margin-top: 0; } }
        @media (max-width: 1700px) {
          .contact-header .content-area .content-text h1 {
            font-size: 40px; } }
        @media (max-width: 1300px) {
          .contact-header .content-area .content-text h1 {
            font-size: 32px; } }
        @media (max-width: 1050px) {
          .contact-header .content-area .content-text h1 {
            font-size: 28px; } }
  @media (max-width: 850px) {
    .contact-header img {
      display: none; }
    .contact-header .gradient-background {
      background: none; }
    .contact-header .content-area {
      width: 60%;
      margin-left: 0;
      float: none; }
      .contact-header .content-area .content-text {
        margin-left: 30%;
        width: 100%;
        padding-bottom: 70px; } }

.contact {
  background: white;
  top: -70px;
  position: relative;
  min-width: 70%;
  margin: 0 auto;
  max-width: 70%;
  color: #77818B; }
  @media (max-width: 800px) {
    .contact {
      width: 100%;
      max-width: none; } }
  .contact .form-column {
    padding: 40px 70px; }
  .contact .map-column {
    padding: 0; }
    .contact .map-column .col-lg-6, .contact .map-column .col-md-12 {
      padding: 15px; }
      @media (max-width: 1250px) {
        .contact .map-column .col-lg-6, .contact .map-column .col-md-12 {
          padding: 0; } }
      @media (max-width: 800px) {
        .contact .map-column .col-lg-6, .contact .map-column .col-md-12 {
          padding: 40px 70px; } }
    .contact .map-column img {
      width: 100%;
      padding-bottom: 16px; }
  .contact h2 {
    font-family: "GraphikMedium", "GraphikMediumWoff";
    font-size: 26px;
    padding-bottom: 20px; }
  .contact .sub-text {
    font-family: "GraphikRegular", "GraphikRegularWoff";
    font-size: 13px;
    padding: 24px 0 16px 0; }
  .contact label {
    display: block;
    font-size: 12px;
    padding: 16px 0 0 0; }
  .contact input, .contact textarea {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    width: 100%;
    padding: 12px 18px;
    font-weight: 600;
    color: #0080FF;
    height: auto;
    font-size: 15px;
    line-height: 15px; }
  .contact textarea {
    height: 100px;
    margin-bottom: 12px; }
  .contact input:focus, .contact textarea:focus {
    border: 1px solid #0080FF;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5); }
  .contact .form-group {
    margin: 0; }
  .contact .has-error label, .contact .has-error span {
    color: #FD5879; }
  .contact .has-error input, .contact .has-error textarea {
    color: #FD5879;
    border-color: #FD5879; }
  .contact form {
    margin-top: 16px; }

.miles-modal {
  text-align: center;
  margin-top: 22vh; }
  @media (max-width: 650px) {
    .miles-modal {
      margin-top: 5vh; } }
  .miles-modal .modal-dialog {
    width: 600px; }
    @media (max-width: 650px) {
      .miles-modal .modal-dialog {
        width: calc(100% - 20px); } }
  .miles-modal .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 10px; }
  .miles-modal .modal-body {
    padding: 28px 90px 42px; }
    @media (max-width: 650px) {
      .miles-modal .modal-body {
        padding: 8px 8px 20px; }
        .miles-modal .modal-body p {
          margin: 0; } }
    .miles-modal .modal-body h2 {
      margin-bottom: 18px; }
    .miles-modal .modal-body p {
      color: #3A3A3A;
      font-size: 14px;
      line-height: 24px; }

.navbar-default ul li a.logged_in {
  color: #4FDF51 !important;
  padding-left: 0 !important; }

.register .form-group:nth-child(4), .register .form-group:nth-child(5), .register .form-group:nth-child(6), .register .form-group:nth-child(7) {
  display: inline-block; }

.register .form-group:nth-child(4) {
  width: 75%;
  margin-right: 5%; }

.register .form-group:nth-child(5) {
  width: 18%;
  float: right; }

.register .form-group:nth-child(6) {
  width: 30%;
  margin-right: 5%; }

.register .form-group:nth-child(7) {
  width: 63%;
  float: right; }

.register .form-group .checkbox {
  margin-bottom: 0; }
  .register .form-group .checkbox input {
    display: inline-block;
    margin: 0;
    position: relative;
    box-shadow: none;
    border: none; }
  .register .form-group .checkbox label {
    display: inline-block;
    padding: 0;
    font-weight: bold; }

.website-order-form-content {
  margin-bottom: -50px; }

.order-block {
  margin: 20px;
  display: flex; }
  @media (max-width: 500px) {
    .order-block {
      width: 100%; } }
  .order-block h2 {
    font-family: "GraphikMedium", "GraphikMediumWoff";
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 30px; }
  .order-block h3 {
    color: black;
    font-size: 18px;
    font-family: "GraphikMedium", "GraphikMediumWoff"; }
  .order-block p {
    margin-bottom: 50px;
    font-size: 14px; }
  .order-block .order-step-description {
    font-size: 18px; }
  .order-block .control-label {
    font-family: "GraphikRegular", "GraphikRegularWoff";
    font-size: 12px;
    color: #77818B;
    letter-spacing: 0.3px; }
  .order-block .step-bar {
    margin-right: 25px; }
    @media (max-width: 500px) {
      .order-block .step-bar {
        display: none; } }
    .order-block .step-bar .step {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 70px;
      height: 70px;
      margin: auto;
      position: relative;
      border: #0080FF 2px solid;
      border-radius: 40px;
      font-family: "CamptonBook", "CamptonBookWoff";
      color: #0080FF;
      font-size: 26px; }
      .order-block .step-bar .step.selected-step {
        background-color: #0080FF;
        color: white; }
      .order-block .step-bar .step.step-4:before {
        content: "4"; }
    .order-block .step-bar .final-step {
      width: 70px; }
    .order-block .step-bar .dotted-line {
      height: calc(100% - 95px);
      width: 100%;
      position: relative;
      margin-top: 25px; }
      .order-block .step-bar .dotted-line:after {
        background: linear-gradient(#4FDF51 16%, rgba(255, 255, 255, 0) 0%) repeat-y right;
        background-size: 2px 12px;
        width: 2px;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%; }
  .order-block .order-location {
    width: calc(100% - 110px);
    min-height: 420px; }
    .order-block .order-location input[type=time], .order-block .order-location input[type=date] {
      cursor: pointer; }
    @media (max-width: 500px) {
      .order-block .order-location {
        width: 100%; } }
    .order-block .order-location p {
      margin-bottom: 50px; }
  .order-block hr {
    border-color: #d9d9d9;
    margin-top: 40px; }

.order-confirm-phone input {
  max-width: 400px; }

.order-confirm-phone p {
  margin-bottom: 30px; }

.order-confirm-phone label {
  display: block; }

.order-confirm-phone h3 {
  margin-left: 10px; }

.order-confirm-details {
  width: 100%; }
  .order-confirm-details .small-margin-bottom {
    margin-bottom: 3px; }
  .order-confirm-details .row {
    margin: 0; }
    .order-confirm-details .row div {
      padding: 0; }
  .order-confirm-details img {
    margin-right: 12px; }
  .order-confirm-details label, .order-confirm-details span {
    display: block; }
  .order-confirm-details h3 {
    display: inline-block;
    margin: 20px 0 36px; }
  .order-confirm-details td {
    padding-right: 40px; }
  .order-confirm-details table {
    margin-top: 16px; }
  .order-confirm-details span {
    color: #0080FF;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 16px; }
  .order-confirm-details .row-totals h3 {
    margin-bottom: 20px; }
  .order-confirm-details .row-totals .medium-button-green-outline {
    display: block;
    margin: 0 0 22px 0;
    width: 200px; }
    .order-confirm-details .row-totals .medium-button-green-outline:hover {
      background-color: white;
      color: #4FDF51;
      cursor: default;
      padding: 11px 50px 9px;
      border: 2px solid #4FDF51; }
  .order-confirm-details .row-totals .checkbox {
    margin: 30px 0 40px; }
    .order-confirm-details .row-totals .checkbox input[type="checkbox"] {
      margin-left: 0; }
      .order-confirm-details .row-totals .checkbox input[type="checkbox"]:checked:before {
        content: '\2713';
        display: block;
        color: #4FDF51;
        text-align: center;
        font-weight: bold;
        font-size: 17px;
        width: 22px;
        height: 22px;
        border-radius: 2px;
        border: 2px solid #d9d9d9;
        background-color: white; }
      .order-confirm-details .row-totals .checkbox input[type="checkbox"]:before {
        content: ' ';
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 2px;
        border: 2px solid #d9d9d9;
        background-color: white; }
    .order-confirm-details .row-totals .checkbox label {
      font-family: "GraphikMedium", "GraphikMediumWoff";
      font-size: 12px;
      color: #77818B;
      letter-spacing: 0.3px;
      line-height: 30px;
      margin-left: 8px; }
      .order-confirm-details .row-totals .checkbox label a {
        color: #0080FF; }
  .order-confirm-details .row-totals button[type="submit"] {
    margin-right: 30px; }
  .order-confirm-details .row-totals .confirm-back {
    vertical-align: top; }

.order-location-block .order-location .location-forms {
  margin-bottom: 50px; }
  .order-location-block .order-location .location-forms img, .order-location-block .order-location .location-forms h3 {
    display: inline-block;
    vertical-align: middle; }
  .order-location-block .order-location .location-forms img {
    margin-right: 12px; }
  .order-location-block .order-location .location-forms h3 {
    font-size: 17px;
    color: black;
    font-family: "GraphikMedium", "GraphikMediumWoff";
    margin: 0; }
  .order-location-block .order-location .location-forms p {
    margin: 30px 0; }
  .order-location-block .order-location .location-forms label {
    color: #77818B; }

.order-dimensions h3 {
  margin-bottom: 28px; }

.order-dimensions .order-parcel-amount p {
  margin-top: 34px; }

.order-dimensions select {
  margin-top: 23px; }

.order-dimensions .order-dimensions-inputs p {
  margin-bottom: 2px; }

.order-dimensions .order-exceptions h3 {
  margin-bottom: 12px; }

.order-dimensions .order-exceptions textarea {
  margin-bottom: 18px; }

.user-info {
  background: white;
  top: -70px;
  position: relative;
  min-width: 70%;
  margin: 0 auto;
  max-width: 70%;
  color: #77818B; }
  .user-info .flex-row {
    display: flex; }
  @media (max-width: 991px) {
    .user-info .flex-row {
      display: block; } }
  @media (max-width: 900px) {
    .user-info {
      width: 100%;
      max-width: none; } }
  .user-info .user-block {
    overflow-y: auto; }
    @media (max-width: 991px) {
      .user-info .user-block {
        height: auto; } }
    .user-info .user-block#add-user-block {
      align-items: stretch; }
  .user-info #new-pass-block {
    background-color: #dff5fe;
    padding: 0; }
  .user-info #users-info-block {
    background-color: #dff5fe; }
    @media (max-width: 991px) {
      .user-info #users-info-block {
        background-color: white; } }
  @media (max-width: 991px) {
    .user-info #company-info-block {
      background-color: #dff5fe; } }

.reset {
  background: white;
  top: -70px;
  position: relative;
  min-width: 70%;
  margin: 0 auto;
  max-width: 70%;
  color: #77818B; }
  .reset .info-block, .reset .red-block {
    padding: 40px 70px; }
  .reset .red-block {
    background-color: #FD5879; }
    .reset .red-block .content label {
      color: white; }
    .reset .red-block .form-group {
      margin: 0; }
    .reset .red-block button {
      background-color: #FD5879;
      color: white;
      padding-left: 20px;
      padding-right: 20px;
      border: 2px solid white; }
      .reset .red-block button:hover, .reset .red-block button:focus {
        color: #FD5879;
        background: white;
        border: 2px solid white;
        padding: 13px 20px 11px 20px; }
    .reset .red-block .has-error {
      color: #FBE91D !important; }
    .reset .red-block .has-error label, .reset .red-block .has-error span {
      color: #FBE91D !important; }
    .reset .red-block .has-error input, .reset .red-block .has-error textarea {
      border-color: #FBE91D !important; }
  .reset label {
    display: block;
    font-size: 12px;
    padding: 16px 0 0 0; }

.pageheader {
  background: #0080FF;
  width: 100%;
  height: 500px; }

.page-content {
  background: white;
  top: -70px;
  position: relative;
  min-width: 70%;
  margin: 0 auto;
  max-width: 70%;
  color: #77818B; }

.password_reset-row .col-md-6 {
  font-family: "GraphikRegular", "GraphikRegularWoff";
  padding: 70px 55px 70px 80px; }
  @media (max-width: 700px) {
    .password_reset-row .col-md-6 {
      padding-left: 30px; } }
  .password_reset-row .col-md-6 h2 {
    font-size: 24px;
    margin: 0 0 30px 0;
    font-family: "GraphikMedium", "GraphikMediumWoff"; }

.password_reset-row .column-reset {
  color: white;
  background-color: #FD5879; }
  .password_reset-row .column-reset button {
    border: 2px white solid; }
    .password_reset-row .column-reset button:hover, .password_reset-row .column-reset button:focus {
      color: #FD5879;
      background: white;
      border: 3px solid white; }

.user-info-block-content {
  padding: 40px 60px; }
  @media (max-width: 991px) {
    .user-info-block-content {
      padding: 5% 7%; } }
  .user-info-block-content label {
    display: block;
    font-size: 12px;
    padding: 16px 0 0 0; }
  .user-info-block-content .form-group {
    margin: 0; }

#new-password-block-content {
  padding: 55px 75px 0 75px; }
  #new-password-block-content p {
    margin: 20px 0;
    font-size: 14px; }
  @media (max-width: 991px) {
    #new-password-block-content {
      padding: 5% 7%;
      margin: 0 15px; } }

#company-info-block-content {
  font-weight: 600;
  font-size: 13px;
  color: #0080FF;
  line-height: 22px; }
  #company-info-block-content p {
    color: #0080FF;
    font-size: 13px; }
  #company-info-block-content td {
    padding-right: 40px; }
  #company-info-block-content table, #company-info-block-content p {
    margin: 16px 0; }
  #company-info-block-content span {
    color: #77818B;
    font-size: 13px; }
  #company-info-block-content button {
    font-weight: normal; }

#company-edit-block-content {
  display: none; }
  #company-edit-block-content input[type='checkbox'] {
    margin-left: 0; }
  #company-edit-block-content label {
    padding-top: 12px;
    margin-bottom: 3px; }
  #company-edit-block-content .checkbox {
    margin: 12px 0 0 0; }
  #company-edit-block-content .checkbox label {
    padding: 3px 0 0 20px;
    font-weight: 600; }
  @media (max-width: 991px) {
    #company-edit-block-content {
      padding: 5% 7%; } }

#users-overview-block-content ul {
  list-style: none;
  padding: 0; }

#users-overview-block-content li {
  padding: 14px 0;
  color: #0080FF;
  border-bottom: 1px solid white;
  font-size: 13px;
  font-weight: 600; }

#users-overview-block-content span {
  margin-top: -5px;
  width: 28px;
  height: 28px;
  text-align: center;
  float: right;
  color: white;
  line-height: 30px;
  background-color: #FD5879;
  font-size: 26px;
  border-radius: 20px;
  cursor: pointer; }

#users-overview-block-content li:last-child {
  border-bottom: none; }

#users-overview-block-content h3 {
  margin-bottom: 40px; }

#deleteCustomerModal form {
  width: 210px;
  float: left; }

.price-cards {
  margin-bottom: 20px; }
  .price-cards .card-header {
    width: 100%;
    height: 5px; }
  .price-cards .button, .price-cards .medium-button, .price-cards .medium-button-green, .price-cards .medium-button-green-outline, .price-cards .medium-button-pink, .price-cards .container-cta .row-cta .cta-green form .form-group button, .container-cta .row-cta .cta-green form .form-group .price-cards button, .price-cards .password_reset-row .column-reset button, .password_reset-row .column-reset .price-cards button, .price-cards .medium-button-blue, .price-cards .medium-button-dark-blue, .price-cards .medium-button-white, .price-cards .navbar-default .container-fluid .navbar-nav .header-button a, .navbar-default .container-fluid .navbar-nav .header-button .price-cards a, .price-cards .sidenav .menu-login .medium-button-green, .sidenav .menu-login .price-cards .medium-button-green, .price-cards .reset .red-block button, .reset .red-block .price-cards button, .price-cards .large-button, .price-cards .large-button-blue, .price-cards .large-button-green, .price-cards .large-button-pink, .price-cards .large-button-pink-outline {
    display: block;
    width: 200px;
    margin: 20px auto;
    text-align: center;
    text-transform: uppercase;
    color: white;
    border: none;
    font-weight: 600;
    outline: 0;
    padding: 13px 52px 11px 52px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1.5px; }
  .price-cards h3, .price-cards p {
    color: black;
    font-family: "CamptonBook", "CamptonBookWoff"; }
  .price-cards h3 {
    font-weight: bold; }
  .price-cards .combi-card {
    border: 1px #0080FF solid;
    border-radius: 3px;
    margin-top: 3px;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s; }
    .price-cards .combi-card .card-header {
      border-radius: 3px 3px 0 0;
      background: -webkit-linear-gradient(left, #0080FF 40%, #B4ED50, #FBE91D);
      background: -o-linear-gradient(left, #0080FF 40%, #B4ED50, #FBE91D);
      background: -moz-linear-gradient(left, #0080FF 40%, #B4ED50, #FBE91D);
      background: linear-gradient(left, #0080FF 40%, #B4ED50, #FBE91D); }
    .price-cards .combi-card.not-selected {
      opacity: 0.2; }
    .price-cards .combi-card h3, .price-cards .combi-card button {
      text-align: center; }
    .price-cards .combi-card h3 img {
      position: relative;
      bottom: 3px; }
    .price-cards .combi-card .button, .price-cards .combi-card .medium-button, .price-cards .combi-card .medium-button-green, .price-cards .combi-card .medium-button-green-outline, .price-cards .combi-card .medium-button-pink, .price-cards .combi-card .container-cta .row-cta .cta-green form .form-group button, .container-cta .row-cta .cta-green form .form-group .price-cards .combi-card button, .price-cards .combi-card .password_reset-row .column-reset button, .password_reset-row .column-reset .price-cards .combi-card button, .price-cards .combi-card .medium-button-blue, .price-cards .combi-card .medium-button-dark-blue, .price-cards .combi-card .medium-button-white, .price-cards .combi-card .navbar-default .container-fluid .navbar-nav .header-button a, .navbar-default .container-fluid .navbar-nav .header-button .price-cards .combi-card a, .price-cards .combi-card .reset .red-block button, .reset .red-block .price-cards .combi-card button, .price-cards .combi-card .large-button, .price-cards .combi-card .large-button-blue, .price-cards .combi-card .large-button-green, .price-cards .combi-card .large-button-pink, .price-cards .combi-card .large-button-pink-outline {
      background-color: #4FDF51; }
    .price-cards .combi-card div {
      background: #dff5fe; }
      .price-cards .combi-card div img {
        float: left;
        margin: 20px; }
    .price-cards .combi-card p {
      float: left;
      width: calc(100% - 101px);
      padding: 10px 0;
      margin: 0; }
    .price-cards .combi-card.selected, .price-cards .combi-card:hover {
      opacity: 1;
      cursor: pointer; }
    .price-cards .combi-card:hover {
      -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
      margin-top: 0; }
  .price-cards .dedicated-card {
    border: 1px #77818B solid;
    border-radius: 3px;
    margin-top: 3px;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s; }
    .price-cards .dedicated-card.not-selected {
      opacity: 0.2; }
    .price-cards .dedicated-card .card-header {
      background: #0080FF; }
    .price-cards .dedicated-card h3, .price-cards .dedicated-card button, .price-cards .dedicated-card p {
      text-align: center; }
    .price-cards .dedicated-card .button, .price-cards .dedicated-card .medium-button, .price-cards .dedicated-card .medium-button-green, .price-cards .dedicated-card .medium-button-green-outline, .price-cards .dedicated-card .medium-button-pink, .price-cards .dedicated-card .container-cta .row-cta .cta-green form .form-group button, .container-cta .row-cta .cta-green form .form-group .price-cards .dedicated-card button, .price-cards .dedicated-card .password_reset-row .column-reset button, .password_reset-row .column-reset .price-cards .dedicated-card button, .price-cards .dedicated-card .medium-button-blue, .price-cards .dedicated-card .medium-button-dark-blue, .price-cards .dedicated-card .medium-button-white, .price-cards .dedicated-card .navbar-default .container-fluid .navbar-nav .header-button a, .navbar-default .container-fluid .navbar-nav .header-button .price-cards .dedicated-card a, .price-cards .dedicated-card .reset .red-block button, .reset .red-block .price-cards .dedicated-card button, .price-cards .dedicated-card .large-button, .price-cards .dedicated-card .large-button-blue, .price-cards .dedicated-card .large-button-green, .price-cards .dedicated-card .large-button-pink, .price-cards .dedicated-card .large-button-pink-outline {
      background-color: #0080FF; }
    .price-cards .dedicated-card p {
      width: 60%;
      margin: 30px auto; }
    .price-cards .dedicated-card.selected, .price-cards .dedicated-card:hover {
      opacity: 1;
      cursor: pointer; }
    .price-cards .dedicated-card:hover {
      -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
      margin-top: 0;
      margin-bottom: 3px; }

.no-topmargin {
  margin-top: 0; }

.last-step {
  background: #dff5fe;
  padding-top: 40px;
  padding-bottom: 20px; }
  .last-step .order-location-block {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto; }
    @media (min-width: 1300px) {
      .last-step .order-location-block {
        width: 70%; } }
    .last-step .order-location-block p {
      margin-bottom: 20px; }
    .last-step .order-location-block input {
      height: 45px;
      box-shadow: none;
      color: #0080FF;
      border-radius: 2px; }
      .last-step .order-location-block input:focus {
        border-color: #0080FF;
        box-shadow: none; }
    .last-step .order-location-block .large-button-green {
      margin-top: 30px;
      width: 400px; }
    .last-step .order-location-block .time .form-group:nth-child(1) {
      float: left;
      width: 45%; }
    .last-step .order-location-block .time .form-group:nth-child(2) {
      float: left;
      margin-left: 10%;
      width: 45%; }

.combined-form .delivery-row {
  margin-top: -1px; }

.combined-form select {
  height: 45px !important;
  box-shadow: none;
  color: #0080FF;
  border-radius: 2px; }
  .combined-form select:focus {
    border-color: #0080FF;
    box-shadow: none; }

.different-date-pickup, .different-date-delivery {
  padding-top: 0;
  margin-bottom: 0; }

.news-header .content-area {
  width: 70%;
  margin-left: 15%; }
  .news-header .content-area img {
    transform: translateY(70px); }
  @media (max-width: 850px) {
    .news-header .content-area .content-text {
      width: 80%;
      margin: auto;
      float: none; } }
  @media (min-width: 850px) {
    .news-header .content-area .content-text {
      margin-left: -120px;
      width: calc(100% - 320px); } }
  .news-header .content-area .content-text h2 {
    margin-top: 30px; }
    @media (max-width: 1050px) {
      .news-header .content-area .content-text h2 {
        font-size: 42px; } }
    @media (max-width: 450px) {
      .news-header .content-area .content-text h2 {
        font-size: 32px; } }

@media (max-width: 550px) {
  .news-block {
    width: 100%; } }

.news .news-step-bar {
  height: 100%; }
  @media (max-width: 500px) {
    .news .news-step-bar {
      display: none; } }
  .news .news-step-bar .step {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px auto; }
    .news .news-step-bar .step img {
      width: 70px;
      height: 70px; }
    @media (max-width: 800px) {
      .news .news-step-bar .step {
        display: none; } }
  .news .news-step-bar .dotted-line {
    height: calc(100% - 95px);
    width: 75px;
    left: 50%;
    position: absolute;
    margin-left: -35px; }
    .news .news-step-bar .dotted-line:after {
      background: linear-gradient(#4FDF51 16%, rgba(255, 255, 255, 0) 0%) repeat-y right;
      background-size: 2px 12px;
      width: 2px;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%; }
    @media (max-width: 800px) {
      .news .news-step-bar .dotted-line {
        display: none; } }

.news .news-row {
  margin-bottom: 20px; }
  .news .news-row.hidden-item {
    visibility: hidden; }
  @media (min-width: 800.5px) {
    .news .news-row {
      display: flex; } }

.news .news-item {
  width: 50%;
  margin-bottom: 50px;
  display: inline-block; }
  .news .news-item:nth-child(even) {
    float: right;
    margin-left: 30px; }
  @media (max-width: 800px) {
    .news .news-item {
      width: 100%; } }
  .news .news-item .news-item-content {
    height: 100%;
    background-color: #dff5fe;
    padding: 50px 70px;
    position: relative;
    padding-bottom: 65px !important; }
    @media (max-width: 550px) {
      .news .news-item .news-item-content {
        padding: 30px 50px; } }
    .news .news-item .news-item-content .news-details {
      text-align: center; }
      .news .news-item .news-item-content .news-details h1 {
        font-size: 28px;
        margin-top: 10px;
        font-family: "CamptonBook", "CamptonBookWoff";
        color: #0080FF; }
      .news .news-item .news-item-content .news-details img {
        max-width: 100%; }
  .news .news-item .news-item-button {
    position: absolute;
    bottom: 20px; }
  .news .news-item .aspect-ratio {
    position: relative;
    max-width: 100%;
    height: auto; }
  .news .news-item .aspect-ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .news .news-item .aspect-ratio-16-9 {
    padding-top: 56.25% !important; }
  .news .news-item .news-title {
    font-size: 28px;
    margin-top: 10px;
    font-family: "CamptonBook", "CamptonBookWoff";
    color: #0080FF; }
  .news .news-item .news-intro {
    margin: 25px 0 20px;
    font-size: 20px; }
  .news .news-item .medium-button, .news .news-item .medium-button-green, .news .news-item .medium-button-green-outline, .news .news-item .medium-button-pink, .news .news-item .container-cta .row-cta .cta-green form .form-group button, .container-cta .row-cta .cta-green form .form-group .news .news-item button, .news .news-item .password_reset-row .column-reset button, .password_reset-row .column-reset .news .news-item button, .news .news-item .medium-button-blue, .news .news-item .medium-button-dark-blue, .news .news-item .medium-button-white, .news .news-item .navbar-default .container-fluid .navbar-nav .header-button a, .navbar-default .container-fluid .navbar-nav .header-button .news .news-item a, .news .news-item .reset .red-block button, .reset .red-block .news .news-item button {
    margin-top: 20px; }
  .news .news-item .news-image {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -50px -70px 20px -70px; }
    @media (max-width: 550px) {
      .news .news-item .news-image {
        margin: -30px -50px 20px -50px; } }
  .news .news-item figure {
    margin: -50px -70px 20px -70px;
    height: 200px;
    overflow: hidden;
    text-align: center; }
    @media (max-width: 550px) {
      .news .news-item figure {
        margin: -30px -50px 20px -50px; } }
    .news .news-item figure img {
      height: 100%;
      width: auto; }
    .news .news-item figure figcaption {
      color: #0080FF;
      font-family: "GraphikRegular", "GraphikRegularWoff";
      margin-top: 5px; }
  .news .news-item .morecontent span {
    display: none; }

.office-alert {
  background: #E85129; }
  .office-alert p {
    color: white; }

.size-image {
  cursor: pointer; }
  .size-image.selected img, .size-image:hover img {
    opacity: 1;
    height: 230px;
    margin-top: 0;
    margin-bottom: 20px; }
  .size-image img {
    opacity: 0.5;
    margin-top: 15px;
    height: 200px;
    margin-bottom: 35px; }
  .size-image p {
    font-size: 18px;
    height: 200px;
    min-width: 200px;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }

.order-location .select2.select2-container {
  width: 100% !important;
  height: 52px;
  margin-bottom: 12px; }
  .order-location .select2.select2-container .select2-selection {
    height: 52px !important;
    padding: 12px;
    padding-bottom: 0px; }
  .order-location .select2.select2-container .select2-selection--single .select2-selection__rendered {
    color: #0080FF;
    font-weight: 600; }

.order-location input[type="checkbox"] {
  margin-left: 0;
  display: none; }
  .order-location input[type="checkbox"]:checked + label:before {
    position: relative;
    top: 5px;
    display: inline-block;
    vertical-align: top;
    content: '\2713';
    color: #4FDF51;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    border: 2px solid #d9d9d9;
    background-color: white; }
  .order-location input[type="checkbox"] + label:before {
    position: relative;
    top: 5px;
    content: ' ';
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: 2px solid #d9d9d9;
    background-color: white; }

.order-location label {
  font-family: "GraphikMedium", "GraphikMediumWoff";
  font-size: 12px;
  color: #77818B;
  letter-spacing: 0.3px;
  line-height: 30px;
  padding-left: 0;
  margin-left: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .order-location label a {
    color: #0080FF; }
