/* Text Elements */

h1.heading-1 {
  margin-top: 0;
  padding: 80px 20px;
  color: #f4f2fc;
  text-shadow: #000 4px 4px 5px;
  font-size: 30px;
}

h1 span.heading-text-1 {
  color: #f4f2fc;
  font-size: 5.5rem;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

h1.heading-4 {
  color: #197bb8;
  text-align: center;
  font-size: 41px;
}

h1 span.heading-text-10 {
  font-size: 2.6875rem;
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
}

h1 span.heading-text-11 {
  font-size: 1.9375rem;
}

h1 span.heading-text-12 {
  font-size: 1.6875rem;
  font-family: 'Arial Narrow', Arial, sans-serif;
  line-height: 1.12;
}

h2.heading-2 {
  margin-top: 10px;
  margin-bottom: 21px;
  padding-top: 32px;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 29px;
}

h3.h3-black {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  max-width: none;
  color: #000;
  text-align: center;
  font-size: 28px;
}

h3.heading-6 {
  width: 100%;
  text-align: center;
}

p.paragraph.paragraph-1 {
  margin: 5px 30px;
  padding: 15px 30px 5px;
  border-radius: 11px;
  background-color: transparent;
  color: #000;
  text-align: center;
  font-size: 20px;
}

p.paragraph.paragraph-3 {
  padding: 10px 0 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
}

p.paragraph span.paragraph-text-3 {
  color: #fff;
}

p.paragraph.paragraph-4 {
  text-align: center;
}

p.paragraph.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  text-align: left;
  font-weight: 600;
  font-size: 38px;
}

p.paragraph a.paragraph-text-18 {
  color: #fff;
  text-decoration: none;
}

p.paragraph.paragraph-5 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: justify;
  font-size: 20px;
}

p.paragraph.para-black {
  margin: 5px 50px;
  padding: 0 15px 5px;
  border-radius: 11px;
  background-color: transparent;
  color: #000;
  text-align: left;
  font-size: 20px;
}

p.paragraph.paragraph-6 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  color: #fff;
}

p.paragraph a.paragraph-text-8 {
  color: #000;
  text-decoration: none;
}

p.paragraph a.paragraph-text-1 {
  color: #fff;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-5 {
  font-weight: 400;
}

/* Interaction Elements */

a.link-button.button-link-1 {
  margin: 0 auto;
  padding: 20px 30px;
  color: #000;
  text-align: center;
}

a.link-button span.button-link-text-1 {
  color: #000;
}

a.link-button.button-link-3 {
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

a.link-button.button-link-4 {
  color: #0003ff;
  font-weight: 700;
}

a.link-button.button-link-1:hover {
  color: #2d308f;
}

a.link-button.button-link-3:hover {
  background-color: #d6ccbd;
  color: #000;
}

a.link-button.button-link-4:hover {
  color: #ffa600;
}

/* Layout Elements */

.container.container-3 {
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #197bb8;
  text-align: center;
}

.container.h2 {
  margin-top: -39px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1px;
  max-width: none;
  width: 100%;
  text-align: center;
}

.container.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition-delay: .06s;
     -moz-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
}

.container.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #197bb8;
  text-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
  min-width: 33.3%;
  max-width: 33.3%;
  width: 33.3%;
}

.container.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 25px;
  background-color: #f4f2fc;
  text-align: center;
}

.container.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: start;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  background-color: #197bb8;
  text-align: center;

  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.container-text {
  display: block;
  width: 100%;
  text-align: center;
}

.container.container-head {
  width: 100%;
}

.container.container-19 {
  width: 30%;
}

.container.container-15 {
  margin-right: auto;
  margin-left: auto;
  width: 20%;
}

.container.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  background-color: #fff;
}

.container.pic-link-container {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.container.container-white {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-transition-delay: .06s;
     -moz-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
}

.container.hero-main {
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/hed-home.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  text-align: center;

  background-blend-mode: normal;
}

.container.container-4 {
  min-width: 33.3%;
  max-width: 33.3%;
  width: 33.3%;
}

.container.container-hide {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
  min-width: 33.3%;
  max-width: 33.3%;
  width: 33.3%;
}

.container.container-icon {
  width: 10%;
  text-align: right;
}

.container.brands-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  background-color: #fff;
  -webkit-transition-delay: .06s;
     -moz-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
}

.container.vehiclecontainer {
  display: block;
  margin: 0 auto;
  padding-top: 0;
  padding-right: 0;
  min-width: 30%;
  max-width: 30%;
  width: 30%;
  text-align: center;
}

.container.container-2 {
  margin-right: auto;
  margin-left: auto;
  width: 40%;
}

.container.container-1 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container.hero-carrriers {
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-carriers.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  text-align: center;

  background-blend-mode: normal;
}

.container.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.hero-quote {
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-quote.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  text-align: center;

  background-blend-mode: normal;
}

.container.hero-reviews {
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-reviews.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  text-align: center;

  background-blend-mode: normal;
}

.container.hero-mail {
  display: block;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-contact.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  text-align: center;

  background-blend-mode: normal;
}

.container.container-5.outofview {
  -webkit-transition-delay: .06s;
     -moz-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
}

.container.container-white.outofview {
  -webkit-transition-delay: .06s;
     -moz-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
}

.container.brands-container.outofview {
  -webkit-transition-delay: .06s;
     -moz-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
}

a.responsive-picture.picture-link-1 {
  margin-right: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  width: 200px;
}

div.responsive-picture.pic-corner {
  margin-right: auto;
  margin-left: auto;
  padding: 36px 10px 10px;
  width: 80%;
  border-radius: 0;
  box-shadow: none;
}

div.responsive-picture.picture-2 {
  float: right;
  margin-top: 20px;
  padding-right: 10px;
  width: 50px;
}

a.responsive-picture.picture-link-2 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  width: 15%;
}

li.list-item.list-item-1 {
  padding-top: 10px;
  color: #000;
  text-align: left;
  font-size: 20px;
}

div.responsive-picture.picture-1 {
  width: 20%;
}

div.responsive-picture.picture-3 {
  width: 200px;
}

@media screen and (max-width: 67.6875rem) {
  /* Text Elements */

  p.paragraph.paragraph-2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 43.875rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 20px;
  }

  h1 span.heading-text-1 {
    font-size: 2.5rem;
  }

  h1.heading-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  /* Layout Elements */

  .container.vehiclecontainer {
    display: none;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

  .container.hero-main {
    background-size: cover;
  }

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

  .container.h2 {
    display: list-item;
  }

  .container.container-3 {
    display: none;
  }

  .container.container-19 {
    margin-right: auto;
    margin-left: auto;
    min-width: 100px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .container.container-2 {
    min-width: 100px;
    max-width: 100%;
    width: 100%;
  }

  .container.container-16 {
    display: block;
  }

  .container.container-15 {
    min-width: 100px;
    max-width: 100%;
    width: 100%;
  }

  .container.hero-carrriers {
    background-size: cover;
  }

  .container.hero-quote {
    background-size: cover;
  }

  .container.hero-reviews {
    background-size: cover;
  }

  .container.hero-mail {
    background-size: cover;
  }

  a.responsive-picture.picture-link-1 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-2 {
    display: none;
  }

  a.responsive-picture.picture-link-2 {
    width: 5%;
  }
}