progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input {
  overflow: visible;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  background-color: #04132A;
}

h1, h2, h3, h4, .h2, .h3 {
  margin-top: 0;
  color: #fff;
  line-height: 1;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1, .h1 {
  font-size: 64px;
  line-height: 1.5;
  margin: 0px;
  font-weight: bold;
  text-transform: none;
}

h2, .h2 {
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: normal;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
  line-height: 1.1;
}

/* Links */
a {
  text-decoration: none;
  transition: 0.3s ease;
  color: #1D97DE;
}

a:hover {
  text-decoration: underline;
}

a[name]:before {
  height: 80px;
  margin-top: -80px;
  display: block;
  content: "";
  visibility: hidden;
}

@media (min-width: 1020px) {
  a[name]:before {
    height: 125px;
    margin-top: -125px;
  }
}
hr {
  position: relative;
  height: 1px;
  width: 100%;
  display: table;
  clear: both;
  margin: 2em auto;
  border: none;
  background-color: #ccc;
}

address {
  font-style: normal;
}

figure {
  margin: 0px;
}

/* BUTTONS */
[class^=btn] {
  min-width: 190px;
  display: inline-block;
  padding: 19px 10px;
  margin: 0 5px 5px 0;
  box-sizing: border-box;
  text-align: center;
  color: white;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  background-color: #2F4683;
}

[class^=btn]:hover {
  text-decoration: none;
  background-color: #1D97DE;
}

.btn-alt {
  background: #1D97DE;
}
.btn-alt:hover {
  background: #2F4683;
}

.status-msg {
  margin: 0 0 5px;
  padding: 5px 10px;
  border-radius: 15px;
  background-color: rgba(255, 0, 0, 0.1);
  font-size: 12px;
  color: white;
}

/* ul lists */
main ul {
  margin: 1em 0 0;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
main ul li {
  position: relative;
  padding-left: 30px;
}
main ul li:before {
  content: "";
  background: #2F4683;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

/* MAIN */
.logo {
  display: block;
}
.logo img {
  margin: 0 auto;
  display: block;
}

header {
  position: absolute;
  z-index: 1010;
  line-height: 1;
  width: 100%;
  left: 0;
  top: 0;
}
header #hd-contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
header #hd-contents nav {
  max-width: 300px;
  text-align: right;
}
header #hd-contents nav .dot {
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

body.fix-nav header {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
body.fix-nav header #hd-contents {
  padding: 5px 0;
}
body.fix-nav header .logo img {
  height: 60px;
  transition: 0.3s;
}

#internal {
  padding: 200px 20px 100px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#apply {
  text-align: center;
}

.driver-app {
  margin: 0 auto;
}
.driver-app .split {
  gap: 10px;
  margin-bottom: 10px;
}
.driver-app label {
  font-size: 14px;
  color: white;
  text-align: left;
}
.driver-app .split span {
  flex: 1 1 auto;
}

@media (min-width: 1026px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    transition: top 0.5s;
  }
  nav {
    flex: 100%;
    align-items: center;
  }
  nav ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    flex: 100%;
    list-style: none;
  }
  nav > ul {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  nav ul li {
    display: inline-block;
    position: relative;
  }
  nav > ul > li:last-of-type > ul {
    left: auto;
    right: 0;
  }
  nav ul li a {
    color: white;
    padding: 0 5px;
    font-size: 16px;
    line-height: 34px;
    display: block;
    font-weight: 400;
  }
  nav ul li a:hover {
    text-decoration: none;
    color: #1D97DE;
  }
}
#banner {
  background-color: #04132A;
  background-image: radial-gradient(#0C628A, #08254F);
  position: relative;
  padding: 200px 0 100px 0;
}
#banner figure {
  display: flex;
  justify-content: center;
}

#callouts {
  position: relative;
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  width: 100%;
  margin: -200px auto 0;
  text-align: center;
  padding: 60px 0;
}
#callouts .box {
  max-width: 350px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-flow: column;
  font-size: 16px;
}
#callouts .box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #04132A;
}
#callouts .box em {
  display: block;
  font-style: normal;
  margin-bottom: 40px;
}
#callouts .box .btn {
  margin-top: auto;
  margin-right: 0px;
}

#about {
  padding: 100px 0 150px;
  text-align: center;
}
#about article {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
}
#about h1 {
  color: #1D97DE;
}

#divider {
  height: 500px;
  position: relative;
  background: #04132A url(images/divider-bw.jpg) center center no-repeat fixed;
  background-size: cover;
}
#divider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  content: "";
  background: rgba(4, 19, 42, 0.5);
}

.section {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  padding: 120px 0 0;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.section article {
  max-width: 500px;
  color: white;
}
.section h2 {
  color: #1D97DE;
}
.section:before {
  position: absolute;
  left: -999px;
  right: -999px;
  top: 0;
  bottom: 0;
  background: rgba(29, 151, 222, 0.1);
}

#drivers, #shippers {
  background: rgba(47, 70, 131, 0.2);
}

#legal {
  text-align: center;
  color: white;
  font-size: 16px;
}

/* FOOTER */
footer {
  color: white;
  padding: 100px 20px;
  background: #04132A;
}
footer .fo-contain {
  display: flex;
  max-width: 980px;
  margin: 0 auto 80px;
  justify-content: space-between;
}
footer .field {
  color: white;
  background-color: #08254f;
  margin: 0 10px 10px 0;
}
footer ::placeholder {
  color: #1D97DE;
}
footer #footer-right {
  max-width: 600px;
  flex: 1;
}

.simple-form {
  max-width: 600px;
}
.simple-form .split {
  display: flex;
}
.simple-form .split .field:last-of-type {
  margin-right: 0;
}
.simple-form .align-right {
  text-align: right;
}

/* rotations */
main .slick-slider {
  max-width: 980px;
  margin: 20px auto;
}

main .slick-slider .slick-slide img {
  margin: 0 auto;
  display: block;
}

main #controls {
  max-width: 980px;
  margin: 0 auto;
}

main #controls.counter .slick-dots {
  position: absolute;
  right: 0;
  bottom: -30px;
}

main .slick-slider .caption {
  display: block;
  flex: 100%;
  padding: 20px;
  text-align: center;
  background: #000;
  box-shadow: inset 0 0 0 5px #000, inset 0 0 0 6px #04132A;
}

/* RESPONSIVE */
@media screen and (max-width: 1026px) {
  .logo {
    margin: 0 auto;
  }
  .dot {
    display: none;
  }
  nav {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .driver-app .split {
    flex-flow: wrap;
  }
}/*# sourceMappingURL=styles.css.map */